@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}
html, body {
    color: #545c6e;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}
.clearfix {
    overflow: auto;
    clear: both;
  }

.btn,
.btn::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
}
.btn {
    background: #ff0000;
    border: 2px solid #ff0000;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    font-weight: bold;
    padding: 15px 50px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    font-size: 13px;
    line-height: 16px;
}
.btn:hover {
    background: #fff;
    color: #ff0000;
}
.btn.btn-outline {
    background-color: transparent;
    color: #ff0000;
}
.btn.btn-outline:hover {
    background: #ff0000;
    color: #fff;
}
.title {
    font-size: 30px;
    line-height: 37px;
}
.title strong {
    font-size: 50px;
    line-height: 58px;
}
.mob-nav {
    display: none;
}
#burger-menu {
    padding: 10px;
}
.nav-toggle {
position: relative;
top: -5px;
margin-right: 10px;
z-index: 99;
}
.mob-search {
    float: right;
    font-size: 25px;
    margin-top: 10px;
    color: #000;
}
.mob-nav-list {
background-color: #fff;
font-size: 1.3rem;
height: 100vh;
overflow: scroll;
width: 300px;
position: fixed;
top: 0;
left: -300px;
z-index: 9;
}
.mob-nav-list > ul {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}
.mob-nav-list > ul li {
    position: relative;
    margin-bottom: 20px;
}

.mob-nav-list > ul li a {
    margin: 0 45px;
    display: inline-block;
    text-decoration: none;
    color: #6a758b;
}
.mob-nav-list > ul li.active a {
    color: #ff0000;
}
.mob-nav-list > ul li:before{
    position: absolute;
    content: " ";
    height: 13px;
    width: 2px;
    top: 6px;
    left: 20px;
    background-color: #ff0000;
    transform: rotate(32deg);

}
.mob-nav-location {
    margin-top: 20px;
    margin-left: 20px;
    max-width: 220px;
}
.mob-nav-location .footer-location {
    margin-top: 20px;
}
.mob-nav-connection {
    padding: 30px;
    width: 100%;
    background-color: #efefef;
    margin-top: 20px;
}
.mob-nav-connection > ul li {
    list-style-type: none;
    margin-bottom: 20px;
}
.mob-nav-connection > ul li a {
    margin-right: 20px;
    color: #ff0000;
}
.overlay {
    display: none;
    background-color: rgba(0,0,0,0.8);
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
}
.copy-text {
    padding: 50px 0;
    border-bottom: 3px solid #D2DBED;
    font-size: 18px;
    line-height: 26px;
}
.subpage .home-news {
    margin: 50px 0;
}
.subpage .home-news .home-news-wrap .home-news-grid .home-news-grid-copy {
    padding: 50px 50px 0;
}
.center {
    text-align: center;
}
.btn-desktop {
    display: block;
}
.btn-mob {
    display: none;
}
/**************************************/
.container {
    max-width: 1440px;
    margin: 0 auto;
}
header .topnav {
    margin: 20px 30px 45px;
    margin-bottom: 35px;
}
header .topnav .logo {
    max-width: 250px;
}
header .topnav .logo img {
    width: 100%;
}
header .topnav ul {
    text-align: right;
    margin: 0 0 10px;
}
header .topnav ul li {
    color: #6a758b;
    display: inline-block;
    position: relative;
    list-style-type: none;
}
header .topnav ul li a {
    margin: 0 35px;
}
header .topnav ul li:last-child a {
    margin-right: 0;
}
header .topnav ul li:before {
    /* position: absolute;
    content: "/";
    color: #b8bbc6;
    font-size: 45px;
    left: 0;
    top: -12px; */
    
    position: absolute;
    height: 22px;
    width: 1px;
    background-color: #b8bbc6;
    content: " ";
    transform: rotate(20deg);
}
header .topnav > ul li::before {
    display: none;
}
header .topnav > ul li:first-child a:first-child {
    margin-right: 0;
}
header .topnav ul li a i {
    color: #545C6E;
    font-size: 21px;
}

header .topnav .mainnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .topnav .mainnav .nav ul {
    margin: 0;
}
header .topnav .mainnav .nav li a {
    text-decoration: none;
    color: #545C6E;
    font-size: 14px;
    font-weight: 500;
}
header .topnav .mainnav .nav li a:hover, header .topnav .mainnav .nav li.active a {
    color: #ff0000;
}
header .topnav .mainnav .nav li {
    display: inline-block;
    position: relative;
}
header .topnav .mainnav .nav ul li:before {
    top: 4px;
    height: 11px;
    width: 2px;
    background-color: #ff0000;
    transform: rotate(32deg);
}

.hero {
    height: 100%;
}
.home .hero .hero-item {
    position: relative;
    height: 680px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
}
.hero .hero-item .hero-item-content-container {
    /* position: relative;
    max-width: 1440px;
    margin: 0 auto;
    top: -500px;
    left: 30px;
    height: 100%;
    z-index: 99; */

    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    height: 100%;
    padding-left: 135px;
}
.hero .hero-item .hero-item-content {
    max-width: 475px;
    color: #545c6e;
    position: absolute;
    top: 200px;
    /* left: 150px; */ */
    
}
.hero .hero-item .hero-item-content .prehead {
    font-size: 30px;
    line-height: 37px;
}
.hero .hero-item .hero-item-content .title {
    font-size: 70px;
    line-height: 78px;
    font-weight: bold;
    margin-bottom: 20px;
}
.hero .hero-item .hero-item-content p {
    margin-bottom: 20px;
    line-height: 24px;
}
.hero .slick-dots {
    width: 500px;
    margin-left: 150px;
    text-align: left;
    bottom: 70px;
}
.hero .slick-dots li {
    width: 10px;
}
.hero .slick-dots li button {
    background-color: transparent;
    width: 0;
    height: 0;
    padding: 2px;
    border: 3px solid #fff;
    border-radius: 50%;
}
.hero .slick-dots li button:before {
    display: none
}
.hero .slick-dots li.slick-active button {
    background-color: #ff0000;
}
.inner-container {
    max-width: 1240px;
    margin: 0 auto;
}
.why-wrap {
    margin: 100px 0;
}
.why-wrap .why {
    display: flex;
    justify-content: space-between;
}
.why-wrap .why .why-img {
    position: relative;
    color: #fff;
    width: 40%;
    margin-right: 10%;
    height: 100%;
}
.home .why-wrap .why .why-content {
    width: 45%
}
.why-wrap .why .why-img img {
    width: 100%;
}
.why-wrap .why .why-img .why-img-copy {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 321px;
    transform: translate(-50%, -50%);
    font-size: 30px;
}
.why-wrap .why .why-img p span {
    font-weight: bold;
}
.underline {
    width: 50px;
    height: 5px;
    background-color: #ff0000;
    display: inline-block;
    border-radius: 3px;
}
.why-wrap .why .why-content .why-content-container {
    display: flex;
}
.why-wrap .why .why-content .why-content-number {
    color: #f0f4fc;
    font-size: 100px;
    padding-right: 50px;
    font-weight: bold;
    width: 130px;
}
.why-wrap .why .why-content .why-content-copy {
    margin-top: 60px;
}
.why-wrap .why .why-content .why-content-copy .title {
    font-size: 40px;
    font-weight: bold;
    /* margin-bottom: 15px; */
    line-height: 49px;
}
.why-wrap .why .why-content .subtitle {
    font-size: 18px;
    line-height: 26px;
}
.home-brands {
    background-image: url('../images/home-brands-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    padding: 200px 100px;
}
.home-brands .home-brands-wrap {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 100px;
}
.home-brands .home-brands-wrap .home-brands-logos {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.home-brands .home-brands-wrap .home-brands-logos .home-brands-item img {
    max-width: 200px;
    width: 100%;
    padding-bottom: 25px;
}
.home-brands .home-brands-wrap .home-brands-logos .home-brands-item:last-child img {
    padding-bottom: 30px;
}
.home-brands .home-brands-wrap .home-brands-logos .title {
    font-size: 24px;
}
.home-brands .home-brands-wrap .home-brands-logos .title span {
    font-weight: bold;
}
.home-news {
    margin: 100px 0;
}
.home-news .home-news-wrap .home-news-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 25px;
}
.home-news .home-news-wrap .home-news-info .title {
    font-size: 24px;
}
.home-news .home-news-wrap .home-news-info .title span {
    font-weight: bold;
}
.home-news .home-news-wrap .home-news-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home-news .home-news-wrap .home-news-grid .home-news-grid-item {
    width: 49%;
}
.home-news .home-news-wrap .home-news-grid .home-news-grid-img img {
    width: 100%;
}
.home-news .home-news-wrap .home-news-grid .home-news-grid-copy {
    position: relative;
    top: -66px;
    width: 80%;
    background-color: #fff;
    margin: 0 auto;
    padding: 50px;
    padding-bottom: 0;
}
.home-news .home-news-wrap .home-news-grid .home-news-grid-date {
    margin-bottom: 20px;
}
.home-news .home-news-wrap .home-news-grid .home-news-grid-text {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 500;
}
.link {
    color: #ff0000;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
}
.home-social {
    background-color: #f9fafe;
    padding: 100px;
}
.home-social .home-social-wrap {
    position: relative;
}
.home-social .home-social-img {
    position: relative;
    top: -28px;
    display: flex;
}
.home-social .home-social-img img {
    width: 100%;
}
.home-social .home-social-wrap .home-social-copy {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.connect-question .connect-question-wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.connect-question-item {
    padding: 50px 25px;
    width: 50%;
}
.connect-question-item.connect {
    background-color: #f0f4fc;
}
.connect-question-item.question {
    background-color: #ebf0f9;
}
.connect-question-item ul {
    list-style: none;
    display: flex;
    align-items: flex-end;
}

.connect-question-item ul li {
    margin-right: 80px;
    color: #545c6e;

}
.connect-question-item.connect ul li {
    position: relative;
    left: -20px;
}
.subpage .connect-question-item.connect ul li {
    position: relative;
    left: -35px;
}

.connect-question-item.connect ul li a {
    margin-right: 80px;
    position: relative;
    top: -15px;
}
.connect-question-item.connect ul li a img {
    height: 32px;
}
.connect-question-item.connect ul {
    float: right;
}
.connect-question-item ul li i {
    color: #ff0000;
    font-size: 26px;
}
.connect-question-item ul li i:hover{
    color: #6a758b
}
.connect-question-item ul li .title {
    font-size: 26px;
    line-height: 32px;
}
.connect-question-item ul li .title strong{
    font-size: 40px;
    line-height: 49px;
}
footer {
    border-bottom: 6px solid #ff0000;
}
.footer {
    padding: 30px;
    max-width: 1440px;
    margin: auto;
    padding-bottom: 50px;
}
.footer .footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-nav ul {
    display: flex;
    margin-top: 15px;
    list-style: none;
}
.footer-nav ul li {
    margin-right: 25px;

}
.footer-nav ul li a {
    text-transform: uppercase;
    color: #545c6e;
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}
.copyright {
    font-size: 12px;
    margin-top: -50px;
    font-weight: 500;
}
.copyright img {
    margin-bottom: 15px;
    max-width: 184px;
}
.footer-img {
    text-align: center;
}
.footer-img img {
    margin-bottom: 20px;
    max-width: 202px;
}
.footer-location p {
    font-size: 14px;
    background-color: #f8f8f9;
    display: inline-block;
    border-radius: 20px;
    padding: 5px 30px;
}

/*******Sub pages************/
.subpage .hero .hero-item .hero-item-content {
    top: 50%;
    transform: translateY(-50%);
    padding-top: 0;
    max-width: none;
}
.subpage  .hero .hero-item .hero-item-content .title {
    color: #fff;
}
.two-cols {
    margin: 100px 0;
    display: flex;
    justify-content: space-between;
}
.two-cols .cols-img {
    width: 50%;
}
.two-cols .cols-content {
    width: 50%;
    margin-right: 10%;
}
.two-cols .cols-content p {
    margin-top: 30px;
    line-height: 24px;
}
.mission {
    background: url('../images/mission-bg.jpg') no-repeat;
    background-position: 100%;
    background-size: cover;
    padding: 100px 0;
    margin-bottom: 100px;
}
.mission .title {
    position: relative;
}
.mission .title:after {
    position: absolute;
    content: " ";
    width: 90px;
    height: 78px;
    background: url(../images/comma.png) no-repeat;
    background-position: 100%;
    background-size: contain;
    right: 0;
    top: 0;
}
.mission .mission-copy {
    font-size: 30px;
    font-weight: bold;
    margin-top: 30px;
    line-height: 37px;
    margin-bottom: 20px;
}
.mission p {
    font-size: 18px;
    margin-right: 10%;
}
.two-cols-overlap {
    position: relative;
}
.about .two-cols-overlap {
    margin-bottom: 150px;
    display: flex;
    align-items: center;
}
.subpage .home-brands {
    padding: 100px;
}
.two-cols-overlap .cols-img {
    width: 50%;
}
.two-cols-overlap .cols-content {
    width: calc(50% + 150px);
    padding: 80px 80px 150px;
    background-color: #f9fbff;
    /* margin-top: 100px; */
    margin-left: -150px;
}
.two-cols-overlap .cols-content p {
    margin-top: 50px;
    line-height: 24px;
}
.ourbrand .two-cols-overlap {
    margin: 50px 0;
    display: flex;
    /* margin-top: 0; */
}
.ourbrand .two-cols-overlap {
    display: flex;
    align-items: center;
}
.ourbrand .two-cols-overlap .cols-content {
    /* top: 50%;
    transform: translateY(-50%); */
}
.ourbrand .two-cols-overlap .cols-content .brandlogo {
    max-width: 300px;
}
.ourbrand .two-cols-overlap.overlap-reverse {
    flex-direction: row-reverse;
}
.ourbrand .two-cols-overlap.overlap-reverse .cols-content {
    margin-left: 0;
    margin-right: -150px;
}
.ourbrand .two-cols-overlap.overlap-reverse .cols-img {
    float: right;
}
.ourbrand .two-cols-overlap.overlap-reverse .cols-content {
    right: auto;
    left: 0;
}
.brand-desc {
    margin: 50px 0;
}
.brand-desc .brand-desc-img {
    margin-bottom: 50px;
    max-width: 350px;
}
.brand-desc .brand-desc-img img {
    width: 100%;
}
.brand-desc .brand-desc-content .heading {
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 37px;
}
.brand-desc .brand-desc-content p {
    margin-bottom: 30px;
    line-height: 24px;
}
.product {
    margin-bottom: 50px;
}
.product .product-tab ul {
    list-style: none;
    margin-bottom: 20px;
    margin-top: 50px;
}
.product .product-tab ul li {
    margin-right: 20px;
    display: inline-block;
}
.product .product-tab ul li a {
    padding: 18px 30px;
    color: #8594b7;
    border: 1px solid #8594b7;
    border-radius: 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 18px;
}
.product .product-tab ul li.active a, .product .product-tab ul li:hover a {
    background-color: #f0f4fc;
    border-color: #f0f4fc;
}
.product .product-tabs-content {
    background-color: #f0f4fc;
    padding: 30px;
    color: #545c6e;
    margin-bottom: 70px;
}
.product .product-tabs-content h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
}
.product .product-tabs-content .two-cols {
    margin: 0;
}
.list-wrap {
    background-color: #fff;
    padding: 20px;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 500;
}
.list-wrap > p {
    margin-top: 0 !important;
}
.list-wrap .list-newcopy {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 20px !important;
}
.list-wrap p {
    margin: 0 0 10px;
    
}
.list-wrap ul {
    margin-left: 25px;
    list-style: none;
}
.list-wrap ul li {
    margin-bottom: 10px;
    position: relative;
}
.list-wrap ul li:before{
    position: absolute;
    content: '•';
    left: -25px;
    color: #b1c0df;
    font-size: 44px;
    top: -22px;
}
.newsdetail .copy-text {
    border-bottom: none;
    position: relative;
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 0;
}
.newsdetail .copy-text h2 {
    font-size: 50px;
    line-height: 58px;
    margin-bottom: 30px;
}
.newsdetail .copy-text-2 {
    padding: 0 0 0 47px;
    margin: 50px 0;
}
.newsdetail .copy-text-2:before {
    height: 100%;
    width: 5px;
    background-color: #ff0000;
    content: " ";
    left: 0;
    position: absolute;
}
.newsdetail .two-cols .cols-content {
    width: 100%;
}
.subpage .two-cols .cols-content > h4 {
    font-size: 40px;
    line-height: 49px;
}
.newsdetail .list-wrap {
    background-color: transparent;
    padding: 0;
    margin-top: 30px;
}
.two-cols.two-cols-reverse .cols-content {
    margin-left: 9%;
    margin-right: 5%;
    width: 80%;
}
.copy {
    padding: 50px 0 0;
    border-bottom: 3px solid #d2dbed;
}
.copy p {
    margin-bottom: 30px;
}
.articles .articles-wrap {
    margin-left: -10px;
    margin-right: -10px;
}
.articles  .btn.btn-outline {
    min-width: 160px;
    font-size: 14px;
    line-height: 24px;
    margin-left: 20px;
}
.articles .articles-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 30px 0;
}
.articles-item {
    margin: 10px;
}
.articles-img img {
    width: 100%;
}
.articles-copy {
    position: relative;
    top: -65px;
    width: 80%;
    background-color: #fff;
    margin: 0 auto;
    padding: 50px 50px 0;
}
.articles-date {
    margin-bottom: 20px;
}
.articles-text {
    margin-bottom: 25px;
    font-size: 18px;
}
.articles .arrows {
    display: none;
}
.articles .articles-head .arrows {
    display: block;
}
.contact-info {
    margin: 50px 0;
    display: flex;
}
.contact-info .contact-detail {
    background: #f0f4fc;
    padding: 20px;
    margin-bottom: 20px;
}
.contact-info .contact-detail .contact-country img {
    margin-right: 0px;
}
.contact-info .contact-detail .contact-country {
    font-weight: bold;
    font-size: 40px;
}
.contact-info .contact-detail .contact-details {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    font-size: 18px;
}
.contact-info .contact-detail .contact-details .contact-email-tel img {
    margin-right: 15px;
    position: relative;
    top: 5px;
}
.contact-info .contact-detail .contact-details .contact-email-tel a {
    text-decoration: none;
    color: #ff0000;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 500;
}
.contact-info .contact-detail .contact-details .contact-address {
    width: 40%;
    font-weight: 500;
}
.contact-map {
    border: 1px solid #6e6e6e;
}
.contact-form {
    width: 50%;
    margin: 0 5%;
}
.input-block {
    width: 100%;
    position: relative;
    margin: 30px 0;
}
.input-block label {
    position: absolute;
    top: 25px;
    left: 20px;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.5s ease;
}
.input-block input, .input-block textarea {
    background-color: #f0f4fc;
    padding: 25px 20px;
    width: 100%;
    font-weight: 500;
    border-radius: 5px;
    border: none;
    font-size: 18px;
    color: #545c6e;
    font-family: 'Montserrat', sans-serif;
    
}
.input-block textarea {
    height: 200px;
    appearance: none;
    resize: none;
}
.input-block.error label {
    font-size: 12px;
    top: 8px;
    
}
.input-block.input-checkbox {
    width: 90%;
}
.input-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
.input-checkbox label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    top: 0;
    left: 40px;
    font-size: 12px;
    font-weight: 500;
}
.input-checkbox label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    /* border: 2px solid #0079bf; */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 15px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    position: absolute;
    left: -40px;
    background: #f0f4fc;
}

.input-checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: -30px;
    width: 6px;
    height: 14px;
    border: solid #ff0000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.input-checkbox label a {
    text-decoration: none;
    color: #ff0000;
}
.input-block.input-checkbox.error label {
    font-size: 12px;
    top: 0px;
}
.news .home-news .btn.btn-outline {
    color: #545c6e;
    border-color: #545c6e;
}
.news .home-news .btn.btn-outline:hover {
    background: #545c6e;
    color: #fff !important;
}
.product .product-tabs-content .two-cols .cols-content {
    width: 45%;
    margin-right: 0;
    margin-left: 5%;
}
/* .hero .hero-item .subhero-img img {
    max-height: 400px;
} */
.hero .hero-item.subhero-img {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
}
.hero-item-content-wrap {
    position: relative;
    max-width: 1440px;
    height: 400px;
    margin: auto;
    padding-left: 135px;
}
.close {
    visibility: hidden;
    opacity: 0;
    position: relative;
    top: 3px;
}
.distributor {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px 0;
    border: 3px solid #ACC2F0;
    padding: 45px;
}
.distributor > div {
    font-size: 18px;
}
.distributor > div img {
    position: relative;
    top: 5px;
}
.distributor a {
    text-decoration: none;
    color: #ff0000;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
    margin-right: 10px;
    margin-left: 5px;
}
.desktop-hidden {
    display: none;
}
.product-tab-content .two-cols .cols-img {
    text-align: center;
    background-color: #fff;
}
.product-tab-content .two-cols .cols-img img {
    width: auto;
}
/********Media queries******/
@media only screen and (max-width: 1400px) {
    .connect-question-item.connect ul li, .subpage .connect-question-item.connect ul li {
        position: relative;
        left: 0;
    }
}
@media only screen and (max-width: 1240px) {
    .inner-container {
        margin-left: 50px;
        margin-right: 50px;
    }
    .home .hero .hero-item {
        height: 567px;
    }
    .connect-question-item ul li {
        margin-right: 40px;
    }
    .distributor .title {
        font-size: 26px;
    }
    .distributor .title strong {
        font-size: 40px;
    }
    .distributor > div, .distributor a {
        font-size: 16px;
    }
    .distributor > div img {
        height: 20px;
    }
    
}
@media only screen and (max-width: 1024px) {
    .product .product-tab ul li {
        margin-right: 10px;
    }
    .why-wrap .why .why-content .why-content-number {
        width: 115px;
    }
    .home-brands, .home-social {
        padding: 50px 0;
    }
    .why-wrap {
        margin: 50px 0;
    }
    .why-wrap {
        margin: 30px;
    }
    .why-wrap .why {
        display: block;
    }
    .why-wrap .why .why-img {
        margin-bottom: 30px;
        text-align: center;
        width: 100%;
        margin: 0;
    }
    .why-wrap .why .why-img img {
        width: 100%;
        /* width: auto; */
    }
    .why-wrap .why .why-img .why-img-copy {
        width: auto;
        transform: translateY(-50%);
        left: 25px;
        text-align: left;
    }
    .connect-question-item.connect ul li a {
        margin-right: 10px;
    }
    .footer-nav ul li {
        margin-right: 15px;
    }
    .hero .hero-item .hero-item-content { 
        top: 50%;
        transform: translateY(-50%);
    }
    .hero .slick-dots {
        bottom: 20px;
    }
    .product-tab-content .two-cols .cols-img img {
        width: 100%;
    }
}
@media only screen and (max-width: 900px) {
    header .topnav ul li a{
        margin: 0 20px;
    }
    .home .hero .hero-item {
        height: 425px;
    }
    .title strong {
        font-size: 35px;
    }
    header .topnav .logo {
        max-width: 200px;
    }
    .connect-question-item ul li .title {
        font-size: 22px;
    }
    .connect-question-item ul li .title strong {
        font-size: 30px;
        position: relative;
        top: -10px;
    }
    .connect-question-item ul li {
        margin-right: 10px;
    }
    .subpage .home-brands {
        padding: 50px;
    }
    .subpage .home-brands .inner-container {
        margin: 0;
    }
    .home-news .home-news-wrap .home-news-grid .home-news-grid-copy {
        top: -60px;
    }
    .articles-copy {
        top: -40px;
        padding: 25px 25px 0;
    }
    .home-brands .home-brands-wrap .home-brands-logos .home-brands-item img {
        max-width: 150px;
    }
    .product .product-tab ul li a {
        font-size: 16px;
    }
    .subpage .home-news .home-news-wrap .home-news-grid .home-news-grid-copy {
        padding: 40px 40px 0;
    }
    .distributor {
        display: block;
    }
    .distributor > div {
        margin-bottom: 20px;
    }
    .distributor > div, .distributor a {
        font-size: 18px;
    }
}
@media only screen and (max-width: 768px) {
    header.open {
        transform: none !important;
    }
    .home-brands {
        background-position: center;
    }
    .mob-nav-list > ul li a {
        font-size: 16px;
    }
    .mob-nav-connection .title {
        font-size: 14px;
    }
    .mob-nav-connection .title strong {
        font-size: 18px;
        font-weight: 500;
    }
    header.open .nav-toggle {
        display: none !important;
    }
    header.open .close.nav-toggle {
        visibility: visible;
        opacity: 1;
        display: inline-block !important;
    }
    .home .hero .hero-item {
        background-image: url(../images/home-spotlight-mob.jpg) !important;
    }
    .about .hero .hero-item.subhero-img {
        background-image: url(../images/about-spotlight-mob.jpg) !important;
    }
    .ourbrand .hero .hero-item.subhero-img {
        background-image: url(../images/brands-spotlight-2-mob.jpg) !important;
        background-position: center;
    }
    .hero .hero-item .hero-item-content .prehead {
        font-size: 24px;
        line-height: 29px;
    }
    .hero .hero-item .hero-item-content .title {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 0;
    }
    .home-social .home-social-img {
        display: block;
    }
    .home-social .home-social-img > div:last-child {
        margin-top: -4px;
    }
    .why-wrap .why .why-content .why-content-number {
        font-size: 60px;
        width: 100px;
    }
    .why-wrap .why .why-content .why-content-copy {
        margin-top: 23px;
    }
    .why-wrap .why .why-content .why-content-copy .title {
        font-size: 30px;
        line-height: auto;
    }
    .connect-question-item ul li i {
        font-size: 32px;
    }
    .connect-question-item.connect ul li a {
        margin-right: 50px;
    }
    .mission .title:after {
        width: 76px;
        height: 63px;
        top: 40px;
    }
    .mob-logo {
        width: 200px;
        display: inline-block;
        position: relative;
        left: -35px;
    }
    .nav-toggle.fa-bars{
        font-size: 26px;
        left: 0px;
        top: -5px;
    }
    .mob-search {
        margin: 0;
        color: #545c6e;
    }
    .mob-logo img {
        height: 21px;
    }
    .btn-desktop {
        display: none;
    }
    .btn-mob {
        display: block;
    }
    .connect-question-item ul li .title {
        font-size: 22px;
        line-height: 32px;
    }
    .home .inner-container {
        margin: 0;
    }
    .inner-container {
        margin-left: 25px;
        margin-right: 25px;
    }
    .title {
        font-size: 24px;
        line-height: normal;
    }
    .title strong {
        font-size: 40px;
        line-height: normal;
    }
    .mob-nav {
        display: block;
        position: fixed;
        top: -45px;
        width: 100%;
        z-index: 99;
        background-color: #fff;
    }
    /* .subpage .mob-nav {
        top: 0;
    } */
    header.open .mob-nav {
        top: 0;
    }
    .topnav {
        display: none;
    }
    .home .hero .hero-item {
        height: 720px;
    }
    .hero .hero-item .hero-item-content {
        left: 35px;
        top: 150px;
    }
    .subpage .hero .hero-item .hero-item-content {
        padding: 0;
        left: 0;
        transform: translate(0%, -50%);
        /* width: 300px; */
    }
    .hero-item-content-wrap {
        padding-left: 0;
        margin-left: 25px;
    }
    .slick-slide img {
        width: 100%;
    }
    .hero .slick-dots {
        bottom: 0;
        width: 100%;
        margin-left: 0;
        padding-left: 30px;
    }
    
    .home-brands {
        padding: 50px 25px;
    }
    .home-brands .home-brands-wrap {
        padding: 40px 40px 10px;
    }
    .home-brands .home-brands-wrap .home-brands-logos {
        display: block;
    }
    .home-brands .home-brands-wrap .home-brands-logos .home-brands-item {
        margin-bottom: 40px;
    }
    .home-news {
        margin: 50px 0 0;
    }
    .home-news .home-news-wrap .btn-mob {
        text-align: center;
        margin-bottom: 30px;
    }
    .home-news .home-news-wrap .home-news-info {
        display: block;
        margin-left: 30px;
    }
    .home-news .home-news-wrap .home-news-grid {
        display: block;
    }
    .home-news .home-news-wrap .home-news-grid .home-news-grid-item {
        width: 100%;
    }
    .home-news .home-news-wrap .home-news-grid .home-news-grid-copy {
        padding: 20px;
        top: -40px;
        width: 90%;
    }
    .subpage .home-news .home-news-wrap .home-news-grid .home-news-grid-copy {
        padding: 20px;
    }
    .home-social {
        padding: 20px 0;
    }
    .home-social .home-social-wrap .home-social-copy {
        position: relative;
        margin-bottom: 20px;
        padding-left: 25px;
    }
    .connect-question .connect-question-wrap {
        display: block;
    }
    .connect-question-item {
        width: 100%;
    }
    .connect-question-item ul {
        display: block;
    }
    .connect-question-item.connect ul {
        float: none;
    }
    .connect-question-item ul li {
        margin-left: 0;
    }
    .connect-question-item ul li .title {
        margin-bottom: 20px;
    }
    .subpage .home-brands {
        padding: 50px 25px;
    }
    .footer .footer-wrap {
        display: block;
    }
    .footer-nav ul {
        display: block;
    }
    .footer-nav ul li {
        margin: 0 0 30px;
    }
    .footer-img {
        text-align: left;
        margin-bottom: 50px;
        margin-top: 50px;
    }
    .copyright {
        margin-top: 0;
    }
    .distributor {
        margin: 20px;
    }

    .two-cols {
        display: block;
        margin: 30px 0 0;
    }
    .subpage .two-cols {
        margin-left: -25px;
        margin-right: -25px;
    }
    .subpage .two-cols .cols-content {
        padding-left: 25px;
        padding-right: 25px;
    }
    .two-cols .cols-content {
        width: 100%;
        margin-right: 0;
    }
    .cols-img {
        margin-top: 30px;
        /* margin-left: -25px;
        margin-right: -25px; */
    }
    .two-cols-overlap .cols-content {
        padding: 40px 25px;
    }
    .two-cols-overlap .cols-content p {
        margin-top: 30px;
    }
    .subpage .two-cols .cols-img {
        width: 100%;
    }
    .mission {
        padding: 30px 0;
        font-size: 20px;
        margin-bottom: 0;
    }
    .about .two-cols-overlap {
        display: block;
        margin-bottom: 0;
    }
    .about .two-cols-overlap .cols-content {
        margin: 0;
    }
    .two-cols-overlap {
        margin-left: -25px;
        margin-right: -25px;
    }
    .two-cols-overlap .cols-img {
        width: 100%;
        margin: 0;
    }
    .two-cols-overlap .cols-content { 
        position: static;
        width: 100%;
    }
    .ourbrand .two-cols-overlap {
        margin: 0;
        display: block;
    }
    .ourbrand .inner-container {
        margin: 0;
    }
    .ourbrand .two-cols-overlap.overlap-reverse .cols-img {
        float: none;
    }
    .ourbrand .two-cols-overlap.overlap-reverse .cols-content, .ourbrand .two-cols-overlap .cols-content {
        top: auto;
        transform: none;
    }
    .ourbrand .two-cols-overlap .cols-content {
        padding: 25px;
        margin: 0;
    }
    .brand-desc {
        margin: 30px 0px;
    }
    .brand-desc .brand-desc-img, .brand-desc .brand-desc-content p {
        margin-bottom: 20px;
    }
    .brand-desc .brand-desc-content .heading {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .product {
        margin: 30px 0;
    }
    .product .product-tab ul {
        margin-top: 30px;
    }
    
    .product .two-cols {
        margin: 0px;
    }
    .product .two-cols .cols-img img {
        width: 100%;
    }
    .product .two-cols .cols-img {
        margin-top: 0px;
        text-align: center;
    }
    .product .two-cols .cols-content {
        margin-top: 20px;
    }
    .product .two-cols .cols-content p {
        margin-top: 20px;
    }
    .product-wrap, .brand-desc {
        padding: 0 25px;
    }
    .product .product-tabs-content {
        margin-left: -25px;
        margin-right: -25px;
    }
    .list-wrap p {
        margin-top: 0;
    }
    .contact-info {
        display: block;
        margin: 0;
    }
    .subpage.contact .inner-container {
        margin: 0;
    }
    .contact-info .contact-detail {
        margin-bottom: 0;
    }
    .contact-form {
        width: 100%;
        padding: 20px;
        margin: 0;
    }
    .input-block {
        margin: 20px 0;
    }
    .contact-info .contact-detail .contact-country img {
        width: 50px;
    }
    .contact-info .contact-detail .contact-country {
        font-size: 32px;
    }
    .copy-text {
        padding-bottom: 0;
        border-bottom: none;
    }

    /* .home-news-wrap {
        margin-left: -25px;
        margin-right: -25px;
    } */
    .product .product-tab ul li a {
        font-size: 13px;
    }
    .subpage .two-cols .cols-content > h4 {
        font-size: 24px;
        line-height: normal;
    }
    .product .product-tabs-content .two-cols .cols-content {
        margin: 20px 0 0;
        padding: 0;
        width: 100%;
    }
    .list-wrap p {
        margin-top: 0 !important;
    }
    .newsdetail .copy-text h2 {
        font-size: 40px;
        line-height: normal;
    }
    .newsdetail.subpage .two-cols .cols-content {
        margin: 0;
        padding: 25px 20px;
    }
    .two-cols.two-cols-reverse .cols-content {
        width: 100%;
    }
    .hero {
        margin-top: 46px;
    }
    .hero .hero-item .hero-item-content-container {
        position: static;
    }
    .home .why-wrap .why .why-content {
        width: 100%;
    }
}
@media only screen and (max-width: 720px) {
    .home .hero .hero-item {
        height: 600px;
    }
    .hero .hero-item .hero-item-content { 
        transform: none;
        top: 50px;
    }
    .hero .slick-dots {
        bottom: auto;
        top: 450px;
    }
}
@media only screen and (max-width: 640px) {
    .home .hero .hero-item {
        height: 500px;
    }
    .product-tab {
        position: relative;
        height: 85px;
        z-index: 9;
    }
    .product-tab ul {
        position: absolute;
        top: -20px;
        width: 100%;
    }
    .product-tab ul:before {
        content: " ";
        position: absolute;
        top: 68px;
        left: 0;
        width: calc(100% - 2px);
        height: 121px;
        background-color: #fff;
        z-index: -1;
        border-radius: 25px;
        border: 1px solid #dae1f0;
    }
    .product-tab ul::after {
        content: " ";
        position: absolute;
        height: 1px;
        width: calc(100% - 2px);
        background-color: #dae1f0;
        top: 125px;
    }
    .product-tab ul li {
        /* background-color: #fff; */
        margin-right: 0;
    }
    .product .product-tab ul li.active a {
        position: relative;
    }
    .product .product-tab ul li.active a:after{
        content: "";
        width: 0; 
        height: 0; 
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #545c6e;
        right: 20px;
        top: 32px;
        color: #545c6e;
        position: absolute;
    }
    .product .product-tab ul li a:link, .product .product-tab ul li a:hover, .product .product-tab ul li a:visited, .product .product-tab ul li.active a:active {
        background: none;
    }
    .product-tab ul {
        flex-direction: column;
        height: 65px;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        padding: 0;
    }
    .product-tab ul.-is-open {
        height: auto;
    }
    .product-tab > ul li {
        height: 65px;
        flex: 0 0 auto;
    }
    .product-tab > ul li.active {
        order: -1;
    }
    .product .product-tab > ul > li.active {
        background-color: #f0f4fc;
        border-radius: 25px;
    }
    .product .product-tab ul li a {
        border: none;
        width: 100%;
        text-align: center;
        font-size: 18px;
    }
    .articles .articles-head {
        display: block;
    }
    .articles-copy {
        padding: 20px;
        top: -40px;
        width: 90%;
    }
    .articles .arrows {
        display: block;
        text-align: center;
        margin-top: -50px;
        margin-bottom: 50px;
        overflow: hidden;
    }
    .articles .articles-head .arrows {
        display: none;
    }
    .articles .btn.btn-outline {
        margin: 0 10px;
    }
    .contact-info .contact-detail .contact-details {
        display: block;
    }
    .contact-info .contact-detail .contact-details .contact-address {
        width: 100%;
    }
    .contact-info .contact-detail .contact-details .contact-email-tel > div {
        padding-top: 15px;
    }
    .why-wrap .why .why-img img {
        width: 100%;
    }
    .articles .arrows .btn.btn-outline {
        border: none;
        color: #545c6e;
    }
    .articles .arrows .btn.btn-outline:hover {
        background: none;
    }
    .articles .arrows .btn.btn-outline.prev {
        float: left;
        min-width: auto;
        padding: 0;
        font-size: 24px;
    }
    .articles .arrows .btn.btn-outline.next {
        float: right;
        min-width: auto;
        padding: 0;
        font-size: 24px;
    }
    .desktop-hidden {
        display: block;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 480px) {
    .distributor {
        padding: 20px;
    }
    .distributor .title strong {
        font-size: 30px;
    }
    .why-wrap .why .why-content .why-content-number {
        width: 60px;
    }
    
}
@media only screen and (max-width: 420px) {
    .hero .hero-item .hero-item-content { 
        top: 50px;
    }
    .hero .slick-dots {
        top: 400px;
    }
}
@media only screen and (max-width: 380px) {
    .title strong {
        font-size: 30px;
    }
}
