@font-face {
    font-family: 'Lato';
    src: url('/Themes/Venture/Content/landingpages/assets/fonts/Lato-Light.eot');
    src: url('/Themes/Venture/Content/landingpages/assets/fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), url('/Themes/Venture/Content/landingpages/assets/fonts/Lato-Light.woff2') format('woff2'), url('/Themes/Venture/Content/landingpages/assets/fonts/Lato-Light.woff') format('woff'), url('/Themes/Venture/Content/landingpages/assets/fonts/Lato-Light.ttf') format('truetype'), url('/Themes/Venture/Content/landingpages/assets/fonts/Lato-Light.svg#Lato-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('/Themes/Venture/Content/landingpages/assets/fonts/Lato-Regular.eot');
    src: url('/Themes/Venture/Content/landingpages/assets/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('/Themes/Venture/Content/landingpages/assets/fonts/Lato-Regular.woff2') format('woff2'), url('/Themes/Venture/Content/landingpages/assets/fonts/Lato-Regular.woff') format('woff'), url('/Themes/Venture/Content/landingpages/assets/fonts/Lato-Regular.ttf') format('truetype'), url('/Themes/Venture/Content/landingpages/assets/fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('/Themes/Venture/Content/landingpages/assets/fonts/Lato-Bold.eot');
    src: url('/Themes/Venture/Content/landingpages/assets/fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('/Themes/Venture/Content/landingpages/assets/fonts/Lato-Bold.woff2') format('woff2'), url('/Themes/Venture/Content/landingpages/assets/fonts/Lato-Bold.woff') format('woff'), url('/Themes/Venture/Content/landingpages/assets/fonts/Lato-Bold.ttf') format('truetype'), url('/Themes/Venture/Content/landingpages/assets/fonts/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fjalla One';
    src: url('/Themes/Venture/Content/landingpages/assets/fonts/FjallaOne-Regular.eot');
    src: url('/Themes/Venture/Content/landingpages/assets/fonts/FjallaOne-Regular.eot?#iefix') format('embedded-opentype'), url('/Themes/Venture/Content/landingpages/assets/fonts/FjallaOne-Regular.woff2') format('woff2'), url('/Themes/Venture/Content/landingpages/assets/fonts/FjallaOne-Regular.woff') format('woff'), url('/Themes/Venture/Content/landingpages/assets/fonts/FjallaOne-Regular.ttf') format('truetype'), url('/Themes/Venture/Content/landingpages/assets/fonts/FjallaOne-Regular.svg#FjallaOne-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
 @font-face {
    font-family: 'Shadows Into Light';
    src: url('/Themes/Venture/Content/landingpages/assets/fonts/ShadowsIntoLight.ttf');
    src: url('/Themes/Venture/Content/landingpages/assets/fonts/ShadowsIntoLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} 

body {
    text-transform: unset;
}

.howItWorks_thumb img, 
.bigImage__image img
 {
    border: 5px solid #56c6d0;
}
.imgBig
 {
    border: 5px solid #56c6d0;
}

/* TOP HEADER */
.header-selectors-wrapper select {
    font-family: 'Fjalla One';
    font-size: 13px;
    color: #e3ad6c;
    height: 38px;
    background-image: url(/Themes/Venture/Content/landingpages/assets/img/header-select-arrow.svg);
    background-color: #768d9b;
    background-position: right center;
    padding: 0 10px 0 5px;
    min-width: 0;
    text-transform: none;
    letter-spacing: .5px;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
}

    .header-selectors-wrapper select:focus-visible {
        font-family: 'Fjalla One';
        font-size: 13px;
        color: #d2b283;
        height: 38px;
        background-image: url(/Themes/Venture/Content/landingpages/assets/img/header-select-arrow.svg);
        background-color: #768d9b;
        background-position: right center;
        padding: 0 10px 0 5px;
        min-width: 0;
        text-transform: none;
        letter-spacing: .5px;
        background-repeat: no-repeat;
        -moz-appearance: none;
        -webkit-appearance: none;
        border: 0;
        outline: none;
        border: 1px solid;
    }
/* end usd & eng */
/* END TOP HEADER */

/* LOWER HEADER */
.subMenu:hover>a {
    /* color: #d2b283; */
    color: #56c6d0;
}
/* END LOWER HEADER */
.header-upper {
    overflow: hidden;
    background: #768d9b;
}

    .navigation-megaMenu {
        background: #223a5c !important;
        padding: 40px;
        position: absolute;
        left: 50%;
        right: 0;
        top: 75px;
        width: 1200px;
        transform: translateX(-50%);
        opacity: 0;
        -webkit-transform: rotateX(90deg) translateX(-50%);
        -moz-transform: rotateX(90deg) translateX(-50%);
        -ms-transform: rotateX(90deg) translateX(-50%);
        transform: rotateX(90deg) translateX(-50%);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        -o-transform: rotateX(90deg) translateX(-50%);
    }


#topcartlink {
    height: 75px;
    text-align: center;
    background: #e3ad6c
    ;
}
.bdr-lg {
    content: '';
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 45%;
    background: #d2b283;
    z-index: 1;
}

.video-button-subtitle {
    font-size: 65px;
    font-family: "Fjalla One";
    color: #56c6d0;    ;
    line-height: 55px;
    font-weight: normal;
}

.colormo__content--heading--before {
    width: 240px;
    background: #56c6d0;
    position: absolute;
    top: 110%;
    left: 0;
    height: 700px;
}

.colormo__content--heading--after {
    width: 240px;
    background: #56c6d0;
    position: absolute;
    bottom: 110%;
    left: 0;
    height: 300px;
}

.colormo__content--heading h2 {
    font-family: 'Fjalla One';
    text-transform: uppercase;
    font-size: 90px;
    color: #56c6d0;
    font-weight: normal;
    line-height: 100px;
}

.title--before {
    width: 75px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -2px;
    background: #56c6d0;
    -o-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
}

.stripBand {
    background: #223a5c;
    padding: 30px 0;
    margin-top: -4px !important;
}

.giftImage-background {
    background: #56c6d0;
    position: absolute;
    height: 85%;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.testimonials__content--heading--before {
    width: 240px;
    background: #56c6d0;
    position: absolute;
    bottom: 110%;
    left: 0;
    height: 300px;
}

.testimonials__content--slider {
    display: inline-block;
    vertical-align: top;
    width: 650px;
    border: 3px solid #223a5c;
    border-radius: 30px;
    padding: 40px;
}

.getMore p {
    font-family: 'Shadows Into Light', cursive;
    color: #56c6d0;
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

/* .colormo__content--heading hr{
    width: 240px;
    background: #f3cc2e;
    position: absolute;
    bottom: 110%;
    left: 0;
    height: 300px;
} */
.nm-product:hover p {
    color: #e3ad6c;
}
.nm-gallery:hover h6 {
    color: #e3ad6c;
}
.navigation-megaMenu p {
    color: #56c6d0 !important;
}

.howItWorks_thumb img{
    border-color: #56c6d0;
}
/* .nm-content .howItWorks_thumb:hover img{
    border-color: #e3ad6c;  
} */

.hr1{
    width: 240px;
    background: #d2b283;
    position: absolute;
    bottom: 110%;
    left: 0;
    height: 300px !important;
}

.hr2{
    width: 240px;
    background: #d2b283;
    position: absolute;
    top: 110%;
    left: 0;
    height: 700px !important;
}

.header-lower {
    background: rgba(34, 58, 92, 1);
    box-shadow: 0 0 25px rgb(0 0 0 / 15%);
    position: relative;
    /* min-height: 75px; */
    z-index: 7000;
}
 

.shope {
    background: #223a5c;
}

.link-btn {
    color: #56c6d0;
    border-bottom: 1px solid #c9d6cd;
    text-decoration: none;
    font-size: 17px;
}
.link-btn:hover{
    color: #fff;
}
.link:hover {
    text-decoration: none;
    color: #56c6d0 !important;
}


/* Meet our mascot */
/* .meet {
    font-size: 60px;
    color: #fff;
    line-height: 60px;
    display: block;
} */

/* .mascot{
    font-family: 'Fjalla One';
    text-transform: uppercase;
    font-size: 110px;
    color: #d2b283 !important;
    font-weight: normal;
    line-height: 100px;
} */

        
.small-gallery .imgBig {
    border: 5px solid #56c6d0;
}

#myVideo2 {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translate(-50%, -70%);
}
.row.g-4.shope__grid {
    margin-bottom: 45px;
}
.bigImg-vdo {
    position: relative;
    width: 376px;
    height: 370px;
    overflow: hidden;
    margin-left: auto;
    border: 5px solid #56c6d0;
}

.colormo__content--para {
    display: inline-block;
    vertical-align: top;
    width: 555px;
}

.colormo__content--heading h2 small {
    font-size: 60px;
    color: #fff;
    line-height: 70px;
    display: block;
}

.testimonials__item.slick-slide.slick-current.slick-active.slick-center {
    width: 514px !important;
}
.productSlider1 .slick-arrow {
    background-color: #2e929e;
}
.hero-slider-wrapper {
    height: 80%;
    max-height: 450px;
    position: relative;
    min-height: 550px;
}

/* Rescue Organizations  */

.faqContent .accordion-button:not(.collapsed) {
    background: #fff;
    color: #2e929e;
}
.strip {
    background: #2e929e;
    padding: 30px 0;
}
.g-dog {
    width: 295px;
    height: 232px;
}
ol.pro li {
    font-family: 'Lato';
    margin-bottom: 15px;
}
ul.list-icon {
    list-style: none;
  }
ul.list-icon li {
    font-family: 'Lato';
    margin-bottom: 15px;
    font-size: 18px;
}

.cta-btn {
    font-size: 18px;
    text-transform: uppercase;
    background: #2e929e;
    padding: 11px 36px;
    color: #fff;
    display: inline-block;
    font-family: 'Fjalla One';
    font-weight: normal;
    cursor: pointer;
    transition: ease-in-out 0.2s;
    letter-spacing: 1px;
}

.cta-btn:hover, .cta-btn:focus {
    background: #56c6d0;
    color: #fff;
}

.nm-content a.cta-btn:focus,
.nm-content a.cta-btn:hover {
    background: #56c6d0;
    color: #fff;
}

.header-menu > ul > li:hover > a, .header-menu > ul > li:hover > span {
    color: #56c6d0;
}

/* Footer css */
.footer {
    text-align: left;
    background: rgb(24,43,67) !important;
    color: #fff !important;
}
.social-sharing a {
    display: block;
    width: 47px;
    height: 47px;
    border: 1px dashed #2e929e !important;
    background: #2e929e !important;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff !important;
}
.social-sharing a:hover {
    background: #56c6d0 !important;
    color: #fff !important;
}
.newsletter-email .newsletter-subscribe-button {
    background-color: #2e929e !important;
    color: #fff !important;
}
.newsletter-email .newsletter-subscribe-button:hover {
    background-color: #56c6d0 !important;
}
.footer-block a:hover {
    color: #56c6d0 !important;
}
.footer .title strong {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #56c6d0 !important;
    font-size: 18px;
}
.scroll-back-button:before {
    font-family: "venture-font";
    text-transform: none;
    content: "Q";
    font-size: 7px;
    width: 8px;
    height: 9px;
    color: #fff !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.scroll-back-button {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1030;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background: #2e929e !important;
    opacity: .6;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateZ(0);
}

/* End footer css */
/* End Rescue Organizations  */

.home-page .topic-block {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}

.hiw-step {
    width: 68px;
    background: #f0f0f0;
    border: 1px solid #ccc;
    font-size: 30px;
    color: #111;
    font-family: 'Lato';
    font-weight: bold;
    margin: auto;
    line-height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: -30px;
    position: relative;
    margin-bottom: 20px;
}

.hiw-step small {
    font-family: 'Fjalla One';
    text-transform: uppercase;
    font-size: 13px;
    color: #9c9c9c;
    display: block;
    line-height: 12px;
    font-weight: normal;
}

.howItWorks_thumb h3 {
    font-family: 'Fjalla One';
    font-size: 24px;
    color: #111;
    font-weight: normal;
}

.bigImage__content h3 {
    font-family: 'Fjalla One';
    font-size: 30px;
    color: #111;
    font-weight: normal;
    margin-bottom: 10px;
}

.bigImage__content p {
    margin-bottom: 20px;
    font-family: 'Lato';
    color: #909090;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.shope .title {
    margin-bottom: 20px;
}

.title-white {
    color: #fff;
}

.title {
    padding: 8px 0;
    margin: 0 0 50px;
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
    position: relative;
    font-family: 'Fjalla One';
    text-transform: uppercase;
    font-size: 40px;
    font-weight: normal;
    line-height: 40px;
}

.shope p.text-center {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
    font-family: Lato;
}

.text-right {
    text-align: right;
}

.gift p.text-center {
    font-size: 18px;
    margin-bottom: 30px;
    font-family: Lato;
    font-weight: 400;
    color: rgb(144,144,144);
}

.giftGrid__item--thumb__body p {
    font-family: 'Lato';
    color: #909090;
    font-size: 16px;
    font-weight: 400;
}

.testimonials__content--heading {
    display: inline-block;
    vertical-align: top;
    width: 350px;
    position: relative;
}

.testimonials__content--heading--before {
    width: 240px;
    background: #56c6d0;
    position: absolute;
    bottom: 110%;
    left: 0;
    height: 300px;
}

.testimonials {
    overflow: hidden;
    padding: 80px 0 250px;
}

.gray-bg {
    background: #f3f2f1;
}

.colormo__content {
    position: relative;
}

.colormo__content--heading {
    display: inline-block;
    vertical-align: top;
    width: 365px;
    position: relative;
}

.colormo__content--heading h2 {
    font-family: 'Fjalla One';
    text-transform: uppercase;
    font-size: 90px;
    color: #56c6d0;
    font-weight: normal;
    line-height: 100px;
}

.colormo__content--heading--after {
    width: 240px;
    background: #56c6d0;
    position: absolute;
    bottom: 110%;
    left: 0;
    height: 300px;
}

.colormo__content--para {
    display: inline-block;
    vertical-align: top;
    width: 555px;
}

.colormo__content--para p {
    color: #fff;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 26px;
    font-family: Lato;
    font-weight: 400;
}

.colormo {
    position: relative;
    overflow: hidden;
    padding: 80px 0 200px;
}

.colormo .container {
    position: relative;
    z-index: 1;
}

.colormo--after {
    background: rgba(44, 44, 44, 0.58);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.steps-sections p.text-center {
    font-size: 18px;
    margin-bottom: 30px;
    font-family: Lato;
    font-weight: 400;
    color: rgb(144,144,144);
}

.testimonials__content--slider {
    display: inline-block;
    vertical-align: top;
    width: 650px;
    border: 3px solid #223a5c;
    border-radius: 30px;
    padding: 40px;
}

.productSlider1 .slick-arrow.slick-prev {
    background-image: url(/Themes/Venture/Content/landingpages/assets/img/lft-arrow.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.productSlider1 .slick-arrow {
    background-color: #2e929e;
}

.productSlider1 .slick-arrow {
    background-color: #2e929e;
}

.productSlider1 .slick-arrow {
    width: 50px;
    height: 50px;
    margin: 0 3px;
    font-size: 0;
    border: none;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 3%;
    z-index: 1;
}

    .productSlider1 .slick-arrow.slick-next {
        right: 3%;
        left: auto;
        background-image: url(/Themes/Venture/Content/landingpages/assets/img/rht-arrow.png);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center;
    }

.testimonial-writer {
    margin-bottom: 0px;
}

.testimonial-writer__photo {
    display: inline-block;
    vertical-align: top;
    border-radius: 15px;
    overflow: hidden;
    width: 175px;
    height: 175px;
}

.testimonial-writer__photo img {
    width: 100%;
}

.testimonials .testimonials__content--slider {
    display: inline-block;
    vertical-align: top;
    /* width: 650px; */
    border: 3px solid #223a5c;
    border-radius: 30px;
    padding: 40px;
}

.testimonials__content--slider {
    display: inline-block;
    vertical-align: top;
    width: 650px;
    border: 3px solid #223a5c;
    border-radius: 30px;
    padding: 40px;
    height: 300px !important;
}

.testimonials .testimonial-writer {
    margin-bottom: 0;
}

.testimonials .testimonials__content--slider .testimonials__item p {
    font-size: 23px;
    line-height: 24px;
    font-weight: 300;
    font-family: 'Lato';
    font-style: italic;
    margin-bottom: 20px;
    color: #111;
    padding-right: 40px !important;
}

.testimonials .testimonial-writer__photo {
    box-shadow: none !important;
}
.video-play-ico {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-play-button {
    position: relative;
    z-index: 10;
    top: 0%;
    left: 0%;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
}

    .video-play-button:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 70px;
        height: 70px;
        background: #fff;
        border-radius: 50%;
        animation: pulse-border 1500ms ease-out infinite;
    }

    .video-play-button span {
        display: block;
        position: relative;
        z-index: 3;
        width: 0;
        height: 0;
        border-left: 26px solid #111;
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
        top: 6px;
        left: 6px;
    }

    .video-play-button:after {
        content: "";
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 70px;
        height: 70px;
        background: #fff;
        border-radius: 50%;
        transition: all 200ms;
    }

.strip {
    background: #2e929e;
    padding: 30px 0;
}

.innerPage-hero {
    background: #2e929e;
    padding: 20px 0;
}

.afterImage {
    max-width: 100% !important;
}

.afterImage {
    width: 1200px;
    height: 550px;
    overflow: hidden;
    position: relative;
    margin: auto;
}

.figure2 {
    position: absolute;
    background-image: url(/Themes/Venture/Content/landingpages/assets/img/pet/Slider-after-dog1.jpg);
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.handle {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    background: #f3cc2e;
    border-radius: 50%;
}

.handle-after {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}

.handle-before, .handle-after {
    content: "";
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

.handle-before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}

.handle-before, .handle-after {
    content: "";
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

.dividor2 {
    background-image: url(/Themes/Venture/Content/landingpages/assets/img/pet/Slider-before-dog1.jpg);
    position: absolute;
    width: 100%;
    box-shadow: 0 5px 10px -2px rgb(0 0 0 / 30%);
    bottom: 0;
    height: 100%;
}

.dividor-after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgb(0 0 0 / 30%);
}

.dividor-before, .dividor-after {
    content: "";
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3;
}

.dividor-before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgb(0 0 0 / 30%);
}

.dividor-before, .dividor-after {
    content: "";
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3;
}

input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    background-color: transparent;
    width: calc(100% + 50px);
    z-index: 2;
}

ol.pro {
    padding-left: 2rem;
    list-style: decimal;
}

ul.list-icon {
    list-style: disc;
    padding-left: 2rem;
}

ol.pro li {
    font-family: 'Lato';
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
}

.mt-5 p {
    font-family: 'Lato';
    font-size: 18px;
    font-weight: 400;
}

.stepsContent p {
    font-size: 18px;
    line-height: 30px;
    font-family: 'Lato';
    font-weight: 400;
}

.faqContent .accordion-item {
    border: 2px solid #666;
    margin-bottom: 15px;
    padding: 0 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.faqContent .accordion-body {
    padding: 20px 0;
    padding-right: 35px;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.howItWorks, .artWork, .coloromo .coloromo_content, .popular_themes, .best_gifts, .testimonials_outer .testimonials, .coloromo .coloromo_inner {
    max-width: 100%;
}

.howItwork-thumb__body p {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    color: #909090;
}

.signUp-form h2 {
    font-family: 'Fjalla One';
    color: #111;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}

@media only screen and (max-width: 1199px){
    .video-button-subtitle {
        line-height: 57px;
    }
    .video-button-subtitle{
        font-size: 46px;
    }
    .hero-slider-wrapper {
        height: 75%;
    }

    .colormo__content--para {
        width: 350px;
    }
    
    .shope__grid a {
        padding-left: 25px;
    }
    .responsive-nav-wrapper {
        position: relative;
        box-shadow: 0 0 14px rgb(0 0 0 / 6%);
        text-align: center;
        font-size: 0;
        overflow: hidden;
        color: #909090;
        padding: 5px;
        background: #223a5c;
    }
    .header-lower {
        display: block;
    }
    .header-menu {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        text-align: left;
        background: #223a5c;
        overflow: hidden;
        z-index: 1070;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        overflow: auto;
    }
    .strip .font-size-h1 {
        margin-top: 60px !important;
    }
    .giftGrid__item--thumb.text-center {
        margin-bottom: 30px;
    }
    .imgWrapper {
        position: relative;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 767px){
section.howItWorks.pt-50.pb-50.gray-bg {
    padding-top: 40px;
}
.mt-sm-3{
    margin: 2rem;
}
.stripBand {
    padding-bottom: 10px;
}
.small-gallery .row.g-4.shope__grid {
    padding: 30px;
    padding-bottom: 30px;
    gap: 3rem;
}
.strip .font-size-h1 {
    font-size: 35px;
    margin-top: 60px !important;
}

.testimonials__content--slider {
    width: 100%;
}
.testimonials__item.slick-slide.slick-cloned {
    width: 100% !important;
    padding-right: 100px;
    display: block;
    margin: 0px -90px 0px 25px !important;
    max-width: 395px !important;
}
.bigImg-vdo {
    width: 100%;
}
.productSlider1 .slick-arrow.slick-prev {
    display: none !important;
}
.productSlider1 .slick-arrow.slick-next {
    display: none !important ;
}
.colormo__content--heading--before {
    display: none !important;
}
.colormo__content--para {
    width: 100% !important;
}
.header-menu>ul {
    font-size: 0;
    clear: both;
    margin: 0;
    width: 100% !important;
    margin-left: 0px !important;
}
.header-menu>ul li{
    background:#223a5c !important;
}
.mega-menu-responsive .nm-content a.cta-btn{
    background:#223a5c !important;
    color: #fff !important;
}
.header_banner .hero-slider-wrapper_content {
    position: unset;
    transform: unset;
    background: transparent !important;
    width: 100%;
    padding: 0px !important;
    display: flex;
    flex-direction: column-reverse;
    margin-top: -23px !important;
}
.stripBand h3 {
    text-align: unset !important;
}
.footer .title:before, .footer .title:after{
    background:#2e929e !important;
    color:#2e929e !important;
}
}
@media only screen and (max-width: 420px){
    .testimonials__item.slick-slide.slick-cloned {
    width: 100% !important;
    padding-right: 75px;
    display: block;
    margin: 0px -75px 0px 25px !important;
    max-width: 395px !important;
}

}
@media only screen and (max-width: 395px) {
    .testimonials__item.slick-slide.slick-cloned {
        width: 100% !important;
        padding-right: 90px;
        padding-left: 0px;
        margin: 0px -90px 0px 40px !important;
        max-width: 350px !important;
    }
}
@media only screen and (max-width: 375px) {
    .testimonials__item.slick-slide.slick-cloned {
        width: 100% !important;
        padding-right: 94px;
        padding-left: 0px;
        margin: 0px -116px 0px 10px !important;
        max-width: 380px !important;
    }
} 
@media only screen and (max-width: 325px) {
    .testimonials__item.slick-slide.slick-cloned {
        width: 100% !important;
        padding-right: 95px;
        padding-left: 0px;
        margin: 0px -115px 0px 10px !important;
        max-width: 295px !important;
    }
} 
@media only screen and (max-width: 280px) {
    .testimonials__item.slick-slide.slick-cloned {
        width: 100% !important;
        padding-right: 80px;
        padding-left: 80px;
        margin: 0px 0px 0px 10px !important;
        max-width: 370px !important;
    }
    .testimonials .testimonials__content--slider .testimonials__item p {
        font-size: 18px !important;
        line-height: 20px !important;
    }
}

