/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


div#pd-page img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.promise-sec img {
    max-height: 600px;
    object-fit: cover;
    object-position: top;
}
div#pd-page {}

div#pd-page .custom-single-product {
    background: #EAEBF9;
    border: 1px solid #00000038;
}
div#pd-page .custom-single-product h4, div#pd-page .custom-single-product p {
    color: #000;
}
div#pd-page .custom-single-product bdi {
    color: #000 !important;
}
.col-blk .markup-generated h5 {
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 10px;
    color: #fff !important;
}
.col-blk .markup-generated {
    background: #00799e;
}
div#avi-sec {
    background: #002147;
    padding-left: 70px;
    padding-right: 70px;
    border-radius: 120px  0px 120px 0px;
    margin-bottom: 100px !important;
}
.faq-color h2 {
    color: #000 !important;
}

.faq-color.faqs  .toggle  *{
    color: #000 !important;
}

a#cta-btn.promise-btn {
    font-size: 14px;
    line-height: 22px !important;
    padding: 12px 30px !important;
}
.promise-sec .inner-wrap .row-bg {
    position: relative;
    border-top: 2px solid #0093c5;
    border-bottom: 2px solid #0093c5;
    padding: 30px 0;
    overflow: hidden;
    border-radius: 100px 0 100px 0;
}

/* Neon animation strip */
.promise-sec .inner-wrap .row-bg::before,
.promise-sec .inner-wrap .row-bg::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent,
        #0093c5,
        transparent
    );
    animation: neonSlide 3s linear infinite;
}

/* Top border neon */
.promise-sec .inner-wrap .row-bg::before {
    top: 0;
}

/* Bottom border neon */
.promise-sec .inner-wrap .row-bg::after {
    bottom: 0;
    animation-delay: 1.5s;
}

/* Glow */
.promise-sec .inner-wrap .row-bg {
    box-shadow:
        inset 0 6px 10px rgba(0, 147, 197, 0.25),
        inset 0 -6px 10px rgba(0, 147, 197, 0.25);
}

/* Animation */
@keyframes neonSlide {
    0% {
        transform: translateX(-120%);
    }
    100% {
        transform: translateX(120%);
    }
}

.faqs .toggle h3 a {
    color: #fff !important;
}

.toggles  i {
    display: none;
}
.faq-sec .row-bg-wrap .inner-wrap .row-bg:after {
    content: "";
    background: url(https://gflc.designatrix.com/wp/wp-content/uploads/2025/12/wmremove-transformed-e1766195046622.webp);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: top left;
    background-repeat: no-repeat;
}
.faq-sec div#faq {
    max-width: 90%;
    margin-left: auto;
}


.faq-sec div#faq .row-bg:after {
    display: none;
}
body div[data-style=minimal] .toggle {
    position: relative;
    padding: 18px 20px;
    margin-bottom: 18px;
    background: transparent;
    border-radius: 14px;
    border: 2px solid transparent; /* important */
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/* FAQ List Base */
.faq-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
body div[data-style=minimal] .toggle:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px; /* border thickness */
    border-radius: 14px;
    background: linear-gradient(
        120deg,
        transparent,
        #0093c5,
        transparent
    );
    animation: neonMove 2.8s linear infinite;

    /* MASK magic â€” border only */
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

body div[data-style=minimal] .toggle:hover {
    transform: translateY(-3px);
    box-shadow:
        0 0 10px rgba(0, 147, 197, 0.8),
        0 0 22px rgba(0, 147, 197, 0.6);
}
/* FAQ Item */
.faq-list li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    margin-bottom: 18px;
    background: #ffffff;
    border-radius: 14px;
    border: 2px solid transparent; /* important */
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Neon Border Only */
.faq-list li::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px; /* border thickness */
    border-radius: 14px;
    background: linear-gradient(
        120deg,
        transparent,
        #0093c5,
        transparent
    );
    animation: neonMove 2.8s linear infinite;

    /* MASK magic â€” border only */
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;

    pointer-events: none;
}

/* Hover Lift + Glow */
.faq-list li:hover {
    transform: translateY(-3px);
    box-shadow:
        0 0 10px rgba(0, 147, 197, 0.8),
        0 0 22px rgba(0, 147, 197, 0.6);
}

/* Animation */
@keyframes neonMove {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}
h1 {
    font-weight: 700 !important;
}
div#banner .vc_column-inner {
    padding: 30px 30px !important;
    border-radius:  10px !important;
    overflow: hidden;
    border: 1px solid #0d7c9c;
    margin: auto;
}
div#banner .vc_column-inner h2 {
    font-size: 24px !IMPORTANT;
    line-height: 32px !important;
}
.abt-sec img {
    max-width: 500px !important;
    margin: auto;
    border-radius: 10px;
}


#abt-sec-inr  .vc_column-inner {box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;padding: 50px;border: 1px solid #0a7c9d;border-radius: 50px 0 50px 0 !important;}
div#banner .vc_column-inner a#cta-btn {border: 1px solid #fff;}
#abt-sec-inr .vc_column-inner h5 {
    text-transform: uppercase;
}
div#banner .vc_column-inner h2, div#banner .vc_column-inner p {
    color: #000;
}
/* Text */
.faq-list li span {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    line-height: 1.4;
}
/* FAQ List Base */
.faq-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* FAQ Item */
.faq-list li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    margin-bottom: 18px;
    background: #ffffff;
    border-radius: 14px;
    border: 2px solid transparent; /* important */
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Neon Border Only */
.faq-list li::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px; /* border thickness */
    border-radius: 14px;
    background: linear-gradient(
        120deg,
        transparent,
        #0093c5,
        transparent
    );
    animation: neonMove 2.8s linear infinite;

    /* MASK magic â€” border only */
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;

    pointer-events: none;
}

/* Hover Lift + Glow */
.faq-list li:hover {
    transform: translateY(-3px);
    box-shadow:
        0 0 10px rgba(0, 147, 197, 0.8),
        0 0 22px rgba(0, 147, 197, 0.6);
}

/* Animation */
@keyframes neonMove {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

/* Text */
.faq-list li span {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    line-height: 1.4;
}

/* Button */
.faq-btn {
    text-decoration: none;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #0093c5, #006b91);
    border-radius: 30px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.faq-btn:hover {
    transform: scale(1.08);
    box-shadow:
        0 0 10px rgba(0, 147, 197, 0.9),
        0 0 20px rgba(0, 147, 197, 0.6);
}

/* Mobile */
@media (max-width: 600px) {
    .faq-list li {
        flex-direction: column;
        align-items: flex-start;
    }

    .faq-btn {
        margin-top: 12px;
    }
}
.faq-btn:before{
	display: none;
}
/* Button */
.faq-btn {
    text-decoration: none;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #0093c5, #006b91);
    border-radius: 30px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.faq-btn:hover {
    transform: scale(1.08);
    box-shadow:
        0 0 10px rgba(0, 147, 197, 0.9),
        0 0 20px rgba(0, 147, 197, 0.6);
}

/* Mobile */
@media (max-width: 600px) {
    .faq-list li {
        flex-direction: column;
        align-items: flex-start;
    }

    .faq-btn {
        margin-top: 12px;
    }
}


a#cta-btn.green.sign {
    background: unset !important;
    border: unset !important;
    color: #007998;
    padding: unset !important;
    font-family: Pinyon Script !important;
    text-transform: capitalize;
    font-size: 34px;
    line-height: 42px !important;
}

a#cta-btn.sign:before {
    display: none !important;
}
.faqs .toggle p {
    color: #fff !important;
}
div#avi-sec h2, div#avi-sec p {
    color: #fff;
}
div#avi-sec .lefty-col .vc_column-inner {
    padding-left: 60px;
}
div#avi-sec .divider-border {
    background-color: #fff !important;
}
.cont-form input, .cont-form textarea {
    background: #fff;
    font-size: 17px !important;
    line-height: 25px !important;
    resize: none;
    padding: 20px;
}
.feat-inr .nectar-split-heading {
    justify-content: center !important;
    margin-bottom: 30px !important;
}
.cont-form input.wpcf7-form-control.wpcf7-submit.snd-btn, body[data-button-style*="slightly_rounded"] input[type=submit] {
    min-width: 200px;
}

.cont-form input.wpcf7-form-control.wpcf7-submit.snd-btn:hover, body[data-button-style*="slightly_rounded"] input[type=submit] {
    transform: unset !important;
    opacity: unset !important;
  
}
.cont-us .row-bg {
    border-radius: unset !important;
}
.cont-us h2{
color:#252B42 !important;
    font-weight:bold;
}
/* Header and hero section csss  */
.current_page_item a, ul.sf-menu.sf-js-enabled.sf-arrows li a:hover {
    border:1px solid #1A97C9 !important;
   
}

ul.sf-menu.sf-js-enabled.sf-arrows li a {
    transition: all 0.5s;
    padding: 10px 20px !important;
    border-radius: 5px;
   
    text-transform: uppercase;
    border: 1px solid #ff000000;
}

body #header-secondary-outer .nectar-center-text {
    max-width: 100%;
    margin-left: auto;
    transform: unset;
    position: unset;
}

#header-secondary-outer ul {
    height: unset;
    float: unset;
}

.contact-social-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-left ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-right ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
body.material #header-secondary-outer {
    border: unset;
    background: #1A97C9;
    color: #fff;
    position: relative;
    z-index: -1;
}

.contact-left ul li {
    margin-right: 30px;
}

header#top {
    background: #ffffff;
}

header#top ul li a span {
    color: #231F20;
}
header#top ul li a span:after{
    display: none !important;
}

a#cta-btn {
    background: #0093c5 !important;
    font-family: Montserrat !important;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    padding: 13px  40px !important;
    transition: all 0.5s;
    color: #fff;
    position: relative;
}

a#cta-btn:hover {
    box-shadow: unset !important;
    opacity: 1;
    transform: unset !important;
}

a#cta-btn:before {
    content: "";
    background: #fff;
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
}

a#cta-btn:hover:before {
    width: 100%;
}

a#cta-btn:hover {
    color: #0b1330;
}

li#menu-item-25 a, li#menu-item-26 a {
    padding: 10px 20px !important;
    border-radius: 5px;
    font-size: 13px !important;
    line-height: 21px !important;
    border-width: 2px;
    border-style: solid;
    text-transform: uppercase;
}

li#menu-item-25 a {
    border-color: #1A97C9;
}

li#menu-item-26 a {
    background: #1A97C9;
    border-color: #1A97C9;
}

li#menu-item-26 a span {
    color: #0b1330 !important;
}

li#menu-item-26 a i, li#menu-item-26 a span {
    color: #fff !important;
}

#header-outer #logo {
    position: relative;
}


/* Benfites section  */

#benefits .inner-wrap .row-bg {
    border-radius: 100px  0  100px 0;
}

#benefits .vc_column-inner {
    padding: 0 50px;
}

#benefits #feat-inr  .vc_column-inner {
    padding: 40px 20px;
    position: relative;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    border-bottom: 3px solid #0d7b9c;
    min-height: 240px;
    transition: all 0.5s;
    overflow: hidden;
}
#benefits #feat-inr .vc_column-inner:hover {
    transform: scale(1.05);
}

#benefits #feat-inr .vc_column-inner:before {
    content: "";
    background: #0d7b9c;
    height: 0%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.6s;
}

#benefits #feat-inr .vc_column-inner:hover:before {
    height: 100%;
}

#benefits #feat-inr .vc_column-inner:hover p, #benefits #feat-inr .vc_column-inner:hover h3, #benefits #feat-inr .vc_column-inner:hover h4 {
    color: #fff !important;
}




div#feat-inr h3 {
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    position: relative;
}

div#feat-inr p {
    font-size: 19px;
    line-height: 28px;
}

div#feat-inr .nectar-split-heading {
    margin: unset;
    justify-content: center;
}

#benefits #feat-inr .vc_column-inner h3:before {
    content: "";
    background: #fff;
    height: 10px;
    width: 10px;
    position: absolute;
    left: -30px;
    top: 0;
    background-repeat: no-repeat;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}
div#feat-inr .num-blk {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

div#feat-inr .num-blk p {
    font-family: 'Marcellus';
    font-size: 140px;
    color: #00acab63;
}

div#feat-inr .num-blk {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    right: 0;
    left: 0;
    justify-content: center;
}

div#feat-inr .num-blk p {
    font-family: 'Marcellus';
    font-size: 140px;
    color: #ffffff2b;
}

#cotton div#inr-row {}

#cotton div#inr-row .vc_column-inner {padding: 20px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;border-radius: 10px;transition: all 0.5s;position: relative;top: 0;}

#cotton div#inr-row ul li {
    color: #0b1330;
    margin-bottom: 10px;
}

#cotton div#inr-row .size-blk {
    border-top: 1px solid #001e44;
    padding-top: 20px;
}

#cotton div#inr-row .vc_column-inner:hover {
    top: -10px;
}

a#cta-btn.green {
    background: #0093c5 !important;
    font-weight: 500;
    border: 1px solid #2BAEAB;
}

a#cta-btn.green:hover {
    color: #2BAEAB;
}

div#cotton-collection h3 {
    color: #0093c5 !important;
    font-family: Montserrat !important;
    font-size: 26px;
    line-height: 34px !important;
}

div#cotton-collection h3 strong {
    font-weight: 600;
}

div#cotton-collection .right-col .vc_column-inner {
    text-align: right;
}

#cotton-collection .nectar_video_player_self_hosted .play_button .play:before {
    height: 50px;
    width: 100px;
    margin: 0 auto !important;
    left: -50%;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0px !important;
    border: 1px solid #fff;
}

#cotton-collection #cta-btn.free {
    pointer-events: none !important;
    font-size: 12px !important;
    line-height: 20px !important;
    padding: 5px 10px !important;
    border-radius: 0px !important;
}

/* Woocommerce  */

.custom-single-product {
    background: #103A6C;
    border-radius: 10px;
}

.custom-single-product .product-wrap {
    padding: 20px;
}

.custom-single-product .product-wrap h4 {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-family: Montserrat !important;
    font-weight: 300;
}

.custom-single-product p {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}

span#cta-btn {
    background: #2baeab !important;
    font-family: Montserrat !important;
    font-size: 10px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 13px  60px !important;
    transition: all 0.5s;
    color: #fff;
    position: relative;
    display: inline-block;
}

.price bdi {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #fff;
    font-family: Montserrat !important;
}

.des-pricing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.title-rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title-rating .ratings i {
    color: #E7BD00;
}

/* testimoonials section  */

blockquote.nectar_single_testimonial p {
    font-size: 16px !important;
    line-height: 24px !important;
    color: #000 !important;
    font-family: Montserrat !important;
}

.nectar_single_testimonial span {
    font-size: 26px !important;
    line-height: 34px !important;
    color: #0093c5;
    font-family: Montserrat !important;
}

.nectar_single_testimonial span.title {
    font-size: 11px !important;
    line-height: 19px !important;
    color: #000000 !important;
    font-family: Montserrat !important;
    font-weight: 800;
    text-transform: uppercase;
}

.nectar_single_testimonial span.open-quote {
    font-size: 100px !important;
    line-height: 108px !important;
}

#test .carousel-item {
    background: #cecff475;
    padding: 20px 40px;
    border-radius: 50px  0 50px 0;
}

#test  .owl-item {
    padding: 0px 10px;
}

#test .owl-dots {
    display: none;
}

#test .owl-nav.disabled {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    width: 100%;
}

#test .owl-nav.disabled button.owl-prev {
    margin-left: -50px;
}



#test .owl-nav.disabled button.owl-next {
    margin-right: -50px;
}

#test .owl-theme[data-desktop-cols] .owl-nav [class*=owl-] {
    border: 1px solid #2BAEAB;
    border-radius: 50% !important;
    height: 40px;
    width: 40px;
    background: transparent;
    color: #002147;
    font-family: 'FontAwesome';
    font-size: 18px;
}


div#test .vc_separator h4 {
    font-size: 14px;
    font-family: Montserrat;
    color: #45468B;
    letter-spacing: 1px;
}

div#test  .vc_separator {
    width: 160px;
}

div#test .vc_separator.vc_sep_color_grey .vc_sep_line {
    border-color: #2BAEAB;
    height: 2px;
}
div#faq .toggles h3 a {
    font-size: 24px !important;
    line-height: 32px !important;
}
div#faq .toggles p {
    max-width: unset;
}
div#faq .wpb_tabs_nav a {
    background: #0093c5 !important;
    padding: 20px !important;
    margin-right: 20px;
    color: #fff !important;
    border:unset !important;
    border-radius:7px;
}
div#faq .wpb_tabs_nav {
    display: flex;
    justify-content: center;
    align-items: center;
}
div#faq .wpb_tabs_nav a.active-tab {
    background: #706d6e !important;
    border:unset !important;
    border-radius:7px;
}
div#faq .row-bg {
    border-radius: 150px 150px 0 0;
    position: relative;
}

div#faq .row-bg:before {
    content: "";
    background: url(http://www.demo-weblink.com/rme-london/wp-content/uploads/2025/09/aaa.png);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 80px;
    top: 80px;
    background-repeat: no-repeat;
    background-position: left top;
}

div#ft-sec img {
    max-width: 170px;
}

div#ft-sec h3 {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
}

div#ft-sec ul {
    margin: 29px  0 0 0;
}

div#ft-sec ul li {
    list-style: none;
    margin-bottom: 21px;
}

div#ft-sec ul li a, div#ft-sec p {
    color: #fff;
}

div#inr-row-copy ul {
    display: flex;
    justify-content: right;
}

div#inr-row-copy ul li {
    margin-left: 40px;
}

div#inr-row-copy {
    border-top: 1px solid #fff;
}

.tnp-field label {
    display: none;
}

input#tnp-1 {
    padding: 15px 15px;
    background: #ffffff17;
    border: 1px solid #fff;
}

input#tnp-1, input#tnp-1::placeholder {
    color: #fff;
    font-size: 13px;
    text-wrap: initial;
    padding-bottom: 30px;
}

body[data-form-submit=regular] .container-wrap .tnp input[type=submit] {
    width: 200px;
    text-transform: uppercase;
    font-family: Montserrat !important;
    font-weight: 400;
    border: 1px solid #fff;
    background: #fff;
    color: #0093c5;
}

#ft-sec .inner-wrap .row-bg {
    border-radius: 100px 0 0 0;
    background: transparent;
}



@media only screen and (min-width: 1366px) and (max-width: 1599px){
	
#top nav>ul>li>a {
    font-size: 16px;
    line-height: 24px;
}

h1 {
    font-size: 78px !important;
    line-height: 86px !important;
}

h6 {
    font-size: 18px !important;
    line-height: 26px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-family: 'Poppins' !important;
    letter-spacing: 7px !important;
}

a#cta-btn {
    background: #0C1532 !important;
    font-family: Montserrat !important;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 11px 30px !important;
    transition: all 0.5s;
    color: #fff;
    position: relative;
}
div#feat-inr h3 {
    font-size: 44px !important;
    line-height: 52px !important;
    text-align: left;
    position: relative;
}
#hero.wpb_row.vc_row-o-full-height.top-level > .col.span_12 {
        min-height: calc(90vh - 157px - 32px);
    }

h2 {
    font-size: 40px !important;
    line-height: 48px !important;
}

h3 {
    font-size: 30px !important;
    line-height: 38px !important;
}

div[data-style=minimal] .toggle h3 a {
    font-size: 28px;
    line-height: 34px !important;
}	
	
}


@media only screen and (min-width: 1200px) and (max-width: 1365px){
	
#top nav>ul>li>a {
    font-size: 16px;
    line-height: 24px;
}

h1 {
    font-size: 72px !important;
    line-height: 80px !important;
}

h6 {
    font-size: 18px !important;
    line-height: 26px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-family: 'Poppins' !important;
    letter-spacing: 7px !important;
}

a#cta-btn {
    background: #0C1532 !important;
    font-family: Montserrat !important;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 11px 30px !important;
    transition: all 0.5s;
    color: #fff;
    position: relative;
}
div#feat-inr h3 {
    font-size: 24px !important;
    line-height: 32px !important;
    text-align: left;
    position: relative;
}
#hero.wpb_row.vc_row-o-full-height.top-level > .col.span_12 {
        min-height: calc(90vh - 157px - 32px);
    }

h2 {
    font-size: 36px !important;
    line-height: 44px !important;
}

h3 {
    font-size: 26px !important;
    line-height: 34px !important;
}

div[data-style=minimal] .toggle h3 a {
    font-size: 28px;
    line-height: 34px !important;
}
#cotton div#inr-row ul li {
    color: #0b1330;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
}
.custom-single-product p {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}
div#cotton-collection h3 {
    color: #002147;
    font-family: Montserrat !important;
    font-size: 22px !important;
    line-height: 30px !important;
}
.nectar_single_testimonial span {
    font-size: 22px !important;
    line-height: 30px !important;
    color: #002147;
    font-family: Montserrat !important;
}
div#ft-sec ul li a, div#ft-sec p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}	
	
}



@media only screen and (min-width: 1000px) and (max-width: 1199px){
	
#top nav>ul>li>a {
    font-size: 14px;
    line-height: 22px;
    margin: 0 8px !important;
}

h1 {
    font-size: 62px !important;
    line-height: 70px !important;
}

h6 {
    font-size: 18px !important;
    line-height: 26px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-family: 'Poppins' !important;
    letter-spacing: 7px !important;
}

a#cta-btn {
    background: #0C1532 !important;
    font-family: Montserrat !important;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 11px 30px !important;
    transition: all 0.5s;
    color: #fff;
    position: relative;
}
div#feat-inr h3 {
    font-size: 20px !important;
    line-height: 28px !important;
    text-align: left;
    position: relative;
}
#hero.wpb_row.vc_row-o-full-height.top-level > .col.span_12 {
        min-height: calc(90vh - 157px - 32px);
    }

h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}

h3 {
    font-size: 22px !important;
    line-height: 30px !important;
}

div[data-style=minimal] .toggle h3 a {
    font-size: 24px;
    line-height: 30px !important;
}
#cotton div#inr-row ul li {
    color: #0b1330;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
}
.custom-single-product p {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}
div#cotton-collection h3 {
    color: #002147;
    font-family: Montserrat !important;
    font-size: 22px !important;
    line-height: 30px !important;
}
.nectar_single_testimonial span {
    font-size: 18px !important;
    line-height: 26px !important;
    color: #002147;
    font-family: Montserrat !important;
}
div#ft-sec ul li a, div#ft-sec p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}
li#menu-item-25 a, li#menu-item-26 a {
    padding: 7px 10px !important;
    border-radius: 5px;
    font-size: 9px !important;
    line-height: 15px !important;
    border-width: 2px;
    border-style: solid;
    text-transform: uppercase;
}

#header-secondary-outer .nectar-center-text a {
    font-size: 11px;
    line-height: 19px !important;
}
body #header-secondary-outer .nectar-center-text {
    max-width: 74%;
    margin-left: auto;
    transform: unset;
    position: unset;
}

p {
    font-size: 14px;
    line-height: 22px;
}
#cotton div#inr-row .vc_column-inner {
    padding: 20px 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    transition: all 0.5s;
    position: relative;
    top: 0;
}

#cotton div#inr-row ul {
    margin-left: 20px;
}
#benefits .vc_column-inner {
    padding: 0 20px;
}
.price bdi {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    font-family: Montserrat !important;
}
.custom-single-product .product-wrap h4 {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-family: Montserrat !important;
    font-weight: 300;
}

.title-rating .ratings i {
    font-size: 12px;
    line-height: 28px;
}
span#cta-btn {
    background: #2baeab !important;
    font-family: Montserrat !important;
    font-size: 10px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 10px 40px !important;
    transition: all 0.5s;
    color: #fff;
    position: relative;
    display: inline-block;
}
#test .carousel-item {
    background: #cecff475;
    padding: 20px 20px;
    border-radius: 50px 0 50px 0;
}
blockquote.nectar_single_testimonial p {
    font-size: 12px !important;
    line-height: 20px !important;
    color: #002147 !important;
    font-family: Montserrat !important;
}	
	
}
@media only screen and (min-width: 768px) and (max-width: 999px){}
@media only screen and (min-width: 520px) and (max-width: 767px){}
@media only screen and (min-width: 300px) and (max-width: 519px){}