body {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    background-color: #ffffff;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

ul {
    list-style: none;
}

h1 {
    font-size: 48px;
    line-height: 57px;
    color: #002f28;
}

h2 {
    font-size: 42px;
    line-height: 54px;
    color: #002f28;
}

h3 {
    font-size: 36px;
    line-height: 40px;
    color: #002f28;
}

h4 {
    font-size: 26px;
    line-height: 35px;
    color: #002f28;
}

p {
    font-size: 16px;
    line-height: 26px;
}

button {
    cursor: pointer;
}

.text-bold {
    font-weight: 700;
}

.text-center {
    text-align: center;
}

.h-100 {
    height: 100%;
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute
}

.white-color {
    color: #ffffff;
}

.primary-color {
    color: #002f28;
}

/* .dark-color {
    color: #202e3b;
} */
/* .blue-color {
    color: #1e5ec2;
}
.green-color {
    color: #07a965;
} */
/* .yellow-color {
    color: #ffed4a;
} */
.white-bg {
    background-color: #ffffff;
}

.primary-bg {
    background-color: #002f28;
}

.secondary-bg {
    background-color: #d2ecc2;
}

/* .dark-grey-bg {
    background-color: #2a2a2a;
}
.grey-bg {
    background-color: #8b8b8b;
} */
.light-grey-bg {
    background-color: #fbfbfa;
}

.yellow-bg {
    background-color: #ce9f07;
}

.container {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

.fb {
    display: flex;
}

.fb-inline {
    display: inline-flex;
}

.fb-column {
    flex-direction: column;
}

.fb-row-reverse {
    flex-direction: row-reverse;
}

.fb-wrap {
    flex-wrap: wrap;
}

.fb-align-center {
    align-items: center;
}

.fb-align-end {
    align-items: end;
}

.fb-justify-center {
    justify-content: center;
}

.fb-justify-end {
    justify-content: end;
}

.fb-justify-space-between {
    justify-content: space-between;
}

.fb-grow {
    flex-grow: 1;
}

.fb-flex-1 {
    flex: 1;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.btn {
    font-size: 17px;
    line-height: 21px;
    font-weight: 700;
    background-color: #ffd431;
    padding: 8px 9px;
    border-radius: 40px;
    border: 1px solid #d7a90f;
    transition: background-color 0.24s;
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../index_files/btn-arrow.svg');
}

.btn:hover {
    background-color: #d7a90f;
}

.section-title p {
    max-width: 615px;
    margin: 3px auto 0 auto;
}

.topbar p {
    width: 100%;
    line-height: 30px;
}



.mobile-menu-open {
    text-decoration: none;
    outline: none;
    border: none;
    background-color: transparent;
    padding: 10px 0 10px 10px;
}

.nav-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate(0, -100%);
    transition: 0.24s;
}

.mobile-menu-open.open~.nav-mobile {
    transform: translate(0);
}

.nav-mobile--header {
    height: 47px;
}

.nav-mobile--menu {
    font-size: 16px;
}

.nav-mobile--menu a {
    padding: 12px 25px;
    border-bottom: 1px solid #d6d6d6;
}

.reviews-summary {
    font-family: "Poppins", sans-serif;
    gap: 10px;
    margin-bottom: 12px;
}

.reviews-summary span {
    font-size: 14px;
}

.points-list {
    margin: 10px 0;
    font-size: 16px;
    line-height: 32px;
}

.points-list li {
    display: flex;
}

.points-list li:before {
    content: url('../../img/point-checkmark.svg');
    margin-right: 13px;
}

.hero {
    padding: 72px 0 44px 0;
    overflow: hidden;
}

.hero-testimonial {
    gap: 22px;
}

.hero-testimonial--image {
    margin-top: 18px;
}

.hero-testimonial--text {
    flex: 1;
    max-width: 404px;
}

.hero-testimonial p {
    font-size: 14px;
    line-height: 22px;
}

.hero-slider--display-wrapper:before {
    content: '';
    position: absolute;
    background-color: #d2ecc2;
    border-radius: 35px;
    width: calc(100% - 16px);
    height: calc(100% - 53px);
    top: -12px;
    right: -15px;
}

.hero-slider--display-wrapper>img {
    z-index: 1;
}

.hero-slider--display {
    width: 547px;
    height: 559px;
    border: 1px solid #5b7d45;
    border-radius: 35px;
}

.hero-slider--guarantee-seal {
    top: 38px;
    left: -33px;
}
.hero-slider--reverse .hero-slider--guarantee-seal {
    top: 20px;
    left:initial;
    right: 15px;
}

.hero-slider--recommended-seal {
    bottom: 28px;
    right: 26px;
}

.hero-slider--reverse .hero-slider--recommended-seal {
    bottom: 28px;
    left: 26px;
    right: initial;
}

.hero-slider--current-image {
    height: 100%;
    width: 100%;
}

.hero-slider--current-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    opacity: 0;
    pointer-events: none;
    border-radius: 35px;
}

.slick-current.slider-0,
.slick-current.slider-0 * {
    opacity: 1 !important;
}

.slider-0 {
    background-color: white;
    border-radius: 35px;
    border: 1px solid rgb(91, 125, 69);
    overflow: visible;
}

.hero-slider--current-image img.expand {
    margin: auto;
    transition: opacity 0.24s ease-out, transform 0s 0.325s;
    transform-origin: center;
}

.hero-slider--current-image img.fill {
    height: 100%;
    width: 100%;
    border-radius: 35px;
    transition: opacity 0.22s, transform 0s 0.325s;
}

.hero-slider--current-image img.active {
    opacity: 1;
    pointer-events: initial;
    transition: 0.32s;
}

.hero-slider--current-image img.expand.active {
    top: 1rem;
}

.hero-slider--current-image img.fill.active {
    transform: scale(1);
    transform-origin: center;
}

.hero-slider--buttons {
    margin: 17px 0;
}

.hero-slider--button {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #5b7d45;
}

.hero-slider--button.slider-0-thumb {
    border: none;
}

.hero-slider--buttons-thumbs {
    gap: 12px;
    margin: 0 22px;
}

.hero-slider--buttons-thumbs div {
    cursor: pointer;
}

.hero-slider--arrow, .hero-slider--arrow-mobile {
    border: 1px solid #5b7d45;
    border-radius: 40px;
    overflow: hidden;
}

.hero-slider--arrow:hover, .hero-slider--arrow-mobile:active {
    border: 1px solid transparent;
}

.hero-slider--arrow svg, .hero-slider--arrow-mobile svg {
    background-color: #5b7d45;
    color: #ffffff;
    height: 38px;
    width: 38px;
}

.hero-slider--arrow:hover svg, .hero-slider--arrow-mobile:active svg {
    background-color: #ffffff;
    color: #5b7d45;
}

.hero-slider--arrow-left {
    cursor: pointer;
}

.hero-slider--arrow-right {
    cursor: pointer;
}

.testimonials {
    padding: 44px 0;
}

.testimonials--list {
    gap: 16px;
    max-width: 924px;
    margin: 34px auto 0 auto;
}

.testimonial {
    width: 296px;
}

.testimonial--image {
    border-radius: 8px;
}

.testimonial--text>img {
    display: block;
    margin: 17px 0 7px 0;
}

.testimonial--text p {
    margin: 4px 0;
}

.testimonial--author {
    margin-top: 7px;
    font-size: 12px;
    line-height: 22px;
}

.testimonial--author img {
    margin: 0 4px;
}

.testimonial--author span {
    color: #1bba86;
}

.offer {
    max-width: 2400px;
    margin: 0 auto;
}

.offer--content {
    width: 50%;
}

.offer .points-list {
    margin: 10px 0 4px 0;
}

.cta {
    width: fit-content;
    padding: 16px 0;
}

.cta button {
    padding: 11px 13px;
    font-size: 18px;
    line-height: 23px;
    box-shadow: -1px 5px 0px 1px #ced2cb;
    letter-spacing: 0.1px;
    transform: scale(0.9);
    animation: pulseCTAButton 1.5s infinite;
}

@keyframes pulseCTAButton {
    50% {
        transform: scale(1);
    }
}

.cta button span {
    display: inline-block;
    transition: 0.24s;
}

.cta button:hover span {
    transform: translate(4px, 0);
}

.cta-bottom {
    font-size: 11px;
    line-height: 16px;
    margin-top: 12px;
}

.cta-ship {
    height: 7px;
    width: 7px;
    background-color: #95df89;
    border-radius: 50%;
    margin-right: 8px;
    box-shadow: 0 0 0 2px #adf4a1;
    animation: pulseCtaShip 1.725s forwards infinite ease-out;
    opacity: 0.5;
}

@keyframes pulseCtaShip {
    45% {
        box-shadow: 0 0 0 5px #adf4a1;
        opacity: 1;
    }

    55% {
        opacity: 1;
    }
}

.cta-stock-view {
    gap: 2px;
    margin: 0 7px 0 5px;
}

.cta-stock-view span {
    background-color: #D9D9D999;
    gap: 2px;
    height: 10px;
    width: 10px;
}

.cta-stock-view.green-bg span {
    background-color: #FFFFFF99;
}

.cta-stock-view span:first-child {
    background-color: #fc2201;
}

.cta-stock-level {
    font-size: 12px;
    color: #ea4701;
}

.overview {
    padding: 40px 0 60px 0;
}

.overview--item {
    flex: 1;
    max-width: 193px;
    color: #002f28;
    min-width: 136px;
}

.overview-list {
    gap: 14px;
}

.overview--item div {
    height: 64px;
    display: flex;
    justify-content: center;
}
.overview--item div img{
    width: 50px;
}

.overview--item p {
    line-height: 20px;
}

.customers-photos--avatar-group {
    margin-bottom: 16px;
}

.customers-photos--list {
    max-width: 1440px;
    height: 306px;
    margin: 40px auto 60px auto;
    width: 100%;
    overflow: hidden;
}

.customers-photos--list-inner {
    gap: 15px;
    animation: moveCustomersPhotos 35s linear infinite;
}

.customers-photos--list img {
    border-radius: 8px;
}

.bg-grey {
    position: relative;
}

.bg-grey .color-block {
    background-color: #fbfbfa;
    bottom: 116px;
    left: 0;
    position: absolute;
    right: 0;
    top: 5%;
    z-index: -1;
}

.benefits--list {
    margin: 40px auto 45px auto;
    max-width: 952px;
    gap: 74px;
}

.benefit {
    gap: 11px;
}

.benefit.green-corner .benefit--image:before {
    content: '';
    height: 258px;
    width: 258px;
    border-radius: 20px;
    background-color: #d2ecc2;
    bottom: -13px;
    right: -13px;
    position: absolute;
}

.benefit:nth-child(2n) .benefit--image {
    order: 1;
}

.benefit--text {
    flex: 1;
}

.benefit--text h3 {
    max-width: 325px;
}

.benefit--text p {
    margin-top: 12px;
}

.benefit--image img {
    border-radius: 20px;
    border: 1px solid #5b7d45;
}

.banner {
    padding: 38px 0;
}

.banner-content {
    max-width: 954px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 30px 35px;
    border: 2px solid #000000;
    gap: 55px;
}

.banner--text h4 {
    line-height: 40px;
    margin-bottom: 6px;
}

.banner--text p {
    margin-bottom: 18px;
    color: #002f28;
}

.banner--text p:last-child {
    margin-bottom: 0;
}

.banner--image img {
    border-radius: 8px;
}

.qualities {
    padding-top: 20px;
    background-image: linear-gradient(180deg, #fbfbfa 440px, transparent 440px);
}

.qualities--list {
    gap: 44px;
    margin-top: 47px;
}

.qualities--seal {
    bottom: 26%;
    right: 10.5%;
    width: 25%;
    max-width: 99px;
    min-width: 81px;
}

.quality {
    width: calc(50% - 22px);
}

.quality div {
    width: 330px;
}

.quality p {
    margin-top: 14px;
}

.qualities--product-images {
    max-width: 2400px;
    margin: 90px auto 0 auto;
}

.qualities--product-images img {
    width: 100%;
}

.guarantee {
    padding: 44px 0 48px 0;
}

.guarantee-content {
    max-width: 700px;
    margin: 0 auto;
    gap: 18px;
}

.guarantee--text {
    flex: 1;
}

.guarantee--text p {
    margin-top: 12px;
}

.faq {
    padding: 44px 0;
}

.faq-list {
    gap: 21px;
    margin: 25px 0 30px 0;
}

.faq-list input[type="radio"] {
    display: none;
}

.faq-accordion {
    padding: 29px 90px 28px 19px;
    border-radius: 4px;
    box-shadow: 0px 4px 8px 0px #f2f2f2;
    overflow: hidden;
    cursor: pointer;
}

.faq-item input.checked~label .faq-accordion {
    padding: 23px 90px 23px 19px;
}

.faq-title {
    font-size: 18px;
}

.faq-text {
    max-height: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    opacity: 0;
    transition: 0.47s cubic-bezier(0.175, 0.885, 0.32, 1.275), max-height 0.6s;
}

.faq-text p {
    line-height: 28px;
    margin: 10px 0;
}

.faq-text p:last-child {
    margin: 0;
}

.faq-text::-webkit-scrollbar {
    display: none;
}

.faq-item input.checked~label .faq-text {
    max-height: 235px;
    overflow: auto;
    transition: 0.52s ease-out, max-height 0.92s;
}

.faq-item input.checked~label .faq-text {
    opacity: 1;
}

.faq-icon {
    height: 30px;
    width: 30px;
    position: absolute;
    right: 29px;
    top: 29px;
    z-index: 1;
    border: 2px solid #000000;
    border-radius: 50%;
    transition: 0.24s, top 0.44s;
}

.faq-item input.checked~label .faq-icon {
    transform: rotate(90deg);
    top: 46px;
}

.faq-icon:before,
.faq-icon:after {
    content: '';
    background-color: #000000;
    position: absolute;
    top: 12px;
    left: 5px;
    width: 16px;
    height: 2px;
    transition: 0.46s ease-in;
}

.faq-icon:after {
    transform: rotate(90deg);
}

.faq-item input.checked~label .faq-icon:before {
    opacity: 0;
    transform: scale(0.25, 1);
}

@keyframes moveCustomersPhotos {
    100% {
        transform: translate(-1638px);
    }
}

footer {
    font-size: 14px;
    line-height: 28px;
    color: #808080;
    padding: 47px 0 12px 0;
}

.footer--logo {
    margin-bottom: 32px;
}

.footer--links {
    margin-bottom: 18px;
}

.footer--copyright {
    padding: 13px 0 4px 0;
    border-top: 1px solid #dfdfdf;
}

.fixed-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.fixed-cta.hidden {
    display: none;
}
.right-bottom {
    gap: 8px;
}

.right-bottom{
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.right-bottom .right-bottom-image {
    width: 18%;
    text-align: right;
}

.right-bottom .right-bottom-text {
    width: 82%;
    padding-left: 14px;
}

.right-bottom .right-bottom-text p {
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    margin-bottom: 0;
}

.right-bottom .right-bottom-text p span {
    font-weight: 700;
}
@media screen and (min-width:991px) and (max-width: 1080px) {
    .hero-content {
        width: calc(60% - 200px);
    }
}
@media screen and (min-width: 992px) {
    /*.hero-content {
        width: calc(63% - 200px);
    }*/

    .hero-slider {
        position: absolute;
        top: 20px;
        right: 45px;
    }
    .hero-slider--reverse {
        left: 45px;
        right: initial;
    }

    .offer-content {
        min-height: 490px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .offer--image {
        position: absolute;
        left: 50%;
        width: 50%;
        top: 0;
        min-height: 490px;
        height: 100%;
        object-fit: cover;
    }

    .benefit--text {
        padding: 0 45px;
    }

    .benefit--text p {
        max-width: 325px;
    }

    .qualities--image-wrapper {
        position: absolute;
        margin: 0 auto;
        top: -19px;
        bottom: 0;
        left: 0;
        right: -30px;
        width: calc(50vw - 300px);
        max-width: 424px;
        display: flex;
        align-items: center;
    }
}

@media screen and (min-width: 1400px) {
    .offer--image {
        object-fit: fill;
    }
}
@media screen and (max-width: 1200px) {
    .qualities--image-wrapper {
        top: 0;
        width: 35vw;
    }

}
@media screen and (min-width: 1082px) {
    .hero-content {
        width: calc(62% - 200px);
    }
}
@media screen and (min-width: 1200px) {

    .hero-content {
        width: calc(64% - 200px);
    }
}
@media screen and (max-width: 991px) {
    h1 {
        font-size: 46px;
        line-height: 52px;
        text-align: center;
    }

    h2 {
        text-align: center;
    }

    .hide-tablet {
        display: none;
    }

    .logo img {
        width: 170px;
    }

    .nav-mobile--menu a:active {
        background-color: #D2ECC2;
    }

    .hero {
        padding-top: 15px;
    }

    .reviews-summary {
        justify-content: center;
    }

    .hero-slider {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }

    .hero-wrapper {
        max-width: 100%;
        display: flex;
        flex-direction: column;
    }

    .hero-slider--display {
        background-color: transparent;
        height: 100%;
        width: 100%;
    }



    .hero-slider--display-wrapper:before {
        content: none;
    }

    .hero-slider--display:before {
        display: none;
    }

    .hero-slider--current-image {
        align-items: center;
        display: flex !important;
    }

    .hero-slider--current-image .slick-list,
    .hero-slider--current-image .slick-list img:not(.slider-0-img) {
        height: 100%;
        width: 100%;
    }

    .hero-slider--current-image .slick-arrow {
        position: absolute;
        z-index: 5;
    }

    .hero-slider--current-image .slick-prev.slick-arrow {
        left: -20px;
    }

    .hero-slider--current-image .slick-next.slick-arrow {
        right: -20px;
    }

    .hero-slider--arrows-mobile {
        width: 100%;
        top: 0;
        left: 0;
        user-select: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .hero-slider--current-image img {
        border-radius: 0;
        overflow: visible;
    }

    .hero-slider--arrow-mobile {
        cursor: pointer;
    }

    .hero-slider--arrow-mobile-left {
        margin-left: -20px;
    }

    .hero-slider--arrow-mobile-right {
        margin-right: -20px;
    }

    .benefit:nth-child(2n + 1) .benefit--image:before {
        height: calc(50% + 9px);
        width: calc(50% + 9px);
        bottom: -9px;
        right: -9px;
    }

    .benefits--list {
        gap: 44px;
    }

    .benefit {
        flex-direction: column;
    }

    .benefit--image {
        order: 1;
    }

    .qualities--image-wrapper {
        width: 94%;
        margin:0 auto;
        display: flex;
        justify-content: center;
        position: relative;
    }

    .qualities--list {
        gap: 25px;
        margin: 10px 0 0 0;
    }

    .quality,
    .quality div {
        width: 94%;
        margin:0 auto;
    }

    .testimonials--list {
        margin: 28px auto 0 auto;
        gap: 44px;
    }

    .offer--image {
        margin-top: 20px;
    }

    .offer .points-list {
        order: 1;
    }

    .offer .cta {
        align-self: center;
    }

    .faq {
        margin-top: 30px;
        padding: 10px 0;
    }

    .fixed-cta .cta {
        align-items: center;
        display: flex;
        flex-direction: column;
    }
}

@media screen and (min-width: 991px) {
    .bg-grey .color-block {
        top: 7%;
    }

    .testimonial {
        margin-bottom: 25px;
    }

    .qualities {
        background-image: linear-gradient(180deg, #fbfbfa 490px, transparent 490px);
    }
}

@media screen and (min-width: 768px) {
    .hide-desktop {
        display: none;
    }

    .banner--text {
        flex: 1;
        padding: 15px 0 4px 0;
    }

    .banner--recommended-seal {
        bottom: 38px;
        right: -19px;
    }

    .qualities--product-images div {
        width: 50%;
    }
}

@media screen and (min-width: 560px) and (max-width: 991px) {
    .bg-grey .color-block {
        top: 250px;
    }
    /*.right-bottom .right-bottom-image {
        width: 10%;
    }*/
    .right-bottom {
        width: 500px;
    }
}
@media screen and (max-width: 1240px) {
 .fb-row-reverse .hero-content h1 {
            font-size: 36px;
    line-height: 44px;
    }
    .hero-slider--display-wrapper {
        width: 100%;
        max-width: 547px;
        height: 90.8965vw;
        max-height: 559px;
    }

}
@media screen and (max-width: 767px) {
    body {
        font-size: 16px;
        line-height: 23px;
    }

    .hide-mobile {
        display: none;
    }

    .fb-col-mobile {
        flex-direction: column;
    }

    h1 {
        font-size: 28px;
        line-height: 34px;
    }

    h2 {
        font-size: 26px;
        line-height: 34px;
    }

    h3 {
        font-size: 22px;
        line-height: 28px;
    }

    h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .container {
        padding: 0 25px;
    }

  
    .hero-slider--display {
        width: 100%;
        height: 100%;
    }

    .hero-slider--arrow {
        display: none;
    }

    .hero-slider--current-image img.fill,
    .hero-slider--current-image img.expand.active {
        transform: scale(1);
        transform-origin: center;
    }

    .customers-photos--list {
        margin: 17px auto 40px auto;
    }

    .benefits--list {
        margin: 30px auto;
    }

    .banner {
        padding: 24px 0;
    }

    .banner-content {
        flex-direction: column;
        padding: 20px;
        gap: 20px;
    }

    .banner--text h4 {
        line-height: 28px;
    }

    .banner--recommended-seal {
        top: 11px;
        left: 69px;
        width: 82px;
    }

    .qualities--product-images div {
        width: 100%;
    }

    .qualities--product-images {
        flex-direction: column;
        margin: 38px 0 0 0;
    }

    .guarantee {
        padding: 40px 0 20px 0;
    }

    .guarantee-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .guarantee--text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .faq-item input.checked~label .faq-accordion {
        padding: 16px 56px 16px 16px;
    }

    .faq-icon {
        right: 12px;
    }
}

@media screen and (max-width: 600px) {
    .container {
        padding: 0 20px;
    }

    .reviews-summary img {
        width: 91px;
    }

    .hero-slider--buttons {
        width: 100%;
    }

    .hero-slider--buttons-thumbs {
        gap: 6px;
        margin: 0;
        width: 100%;
        justify-content: center;
    }

    .hero-slider--button {
        width: unset;
        max-width: 60px;
        flex: 1;
        height: 60px;
    }

    .hero-slider--guarantee-seal {
        width: 30%;
        height: 30%;
        top: 10px;
        left: 10px;
    }

    .hero-slider--recommended-seal {
        width: 65px;
        height: 65px;
        bottom: 16px;
        right: 16px;
    }
    .hero-slider--reverse .hero-slider--recommended-seal {
        bottom: 16px;
        right: initial;
        left: 16px;
    }
}

#features .section-title .break {
    display: none;
}

@media screen and (max-width: 500px) {
    #features .section-title .break {
        display: inline;
    }
}

@media screen and (max-width: 560px) {
    .bg-grey .color-block {
        top: 270px;
    }
}

@media screen and (max-width: 400px) {
    .topbar p {
        font-size: 12px;
    }

    .hero-slider--guarantee-seal {
        width: 95px;
        height: 95px;
        top: 5px;
        left: 5px;
    }

    .cta button {
        letter-spacing: -0.44px;
        font-size: 16px;
        padding: 10px;
    }
}

@media (max-width: 768px) {
    .right-bottom .right-bottom-text {
        width: 82%;
        padding-left: 0px;
    }

}
@media (max-width: 450px) {

    footer {
        font-size: 14px;
        line-height: 28px;
        color: #808080;
        padding: 47px 0 140px 0;
    }
}



@media screen and (min-width: 992px) {
    .right-bottom {
        width: 500px;
    }
}

.d-flex {
    display: flex;
}
.d-none{
    display: none;
}
.flex-row {
    flex-direction: row;
}

.timer-wrapper {
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    margin-top: 10px;
}

.bottom-bar .timer-wrapper .code {
    height: auto;
    align-self: flex-start;
}

@media (max-width: 1024px) {
  /* Global css */
  .sec_title {
    font-size: 28px;
    line-height: 40px;
  }

  .sec_title:after {
    height: 7px;
    width: 100px;
    top: auto;
    bottom: -10px;
  }

  .security_txt {
    margin: 34px auto 34px;
  }

  .section_p {
    padding: 40px 34px;
  }

  .top-bar {
    padding: 16px 24px;
  }

  .header .main-header {
    padding: 10px 24px;
  }

  .header .logo img {
    width: 100%;
  }

  .nav-list.active {
    display: flex;
  }

  .header .hamburger-menu {
    display: block;
  }

  .popup-content .nav-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0;
  }

  .popup-content {
    width: 100%;
    height: 100%;
  }

  .popup-content a.order-btn {
    display: flex;
    width: fit-content;
  }

  .header .offer {
    font-size: 14px;
  }

  .header .shipping-info {
    display: none;
    font-size: 12px;
  }

  .shipping-info img {
    margin-right: 5px;
    width: 20px;
    height: 20px;
  }

  .header .top-bar {
    padding: 8px 24px;
  }

  .hamburger-menu {
    color: #000;
    font-size: 26px;
  }

  .popup ul.nav-list li {
    margin: auto 0 0 0;
    width: 100%;
  }

  .hero_sec .hero_banner_sec {
    padding: 24px;
    justify-content: center;
  }

  .hero_sec {
    padding: 0px 34px;
  }

  .hero_sec .hero_content_part {
    padding: 0 0 0px 0;
  }

  .hero_sec .hero_top h1 {
    font-size: 32px;
    line-height: 40px;
    max-width: unset;
  }

  .hero_sec span.hero_content {
    font-size: 16px;
    line-height: 24px;
  }

  .hero_sec .icon_first {
    display: none;
  }

  .hero_sec .icon_first_resp {
    display: flex;
    gap: 24px;
    margin-top: 24px;
  }

  .hero_sec .icon_first_resp span {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    /* color: #fff; */
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .hero_sec .icon_first_resp img {
    max-width: 30px;
  }

  .hero_sec .icon_first span {
    width: 100%;
  }

  .hero_sec .hero_social {
    justify-content: space-evenly;
    flex-wrap: nowrap;
    margin: 20px auto 0;
    gap: 10px;
    max-width: 498px;
    width: 100%;
  }

  .hero_sec a.hero_btn {
    width: 100%;
    padding: 8px;
    justify-content: flex-start;
    margin: 8px auto 0;
  }

  .hero_sec .btn_txt {
    font-size: 20px;
    display: flex;
    white-space: normal;
    align-items: center;
    gap: 10px;
  }

  .hero_sec .btn_content {
    margin-right: 45px;
    text-align: center;
    padding: 10px 20px;
  }

  .hero_sec .btn_content span {
    font-size: 32px;
    line-height: 30px;
  }

  .hero_sec span.btn_dis {
    font-size: 12px;
  }

  .hero_sec .her_img_part {
    margin: 0;
  }

  .welcome_sec {
    padding: 16px 34px;
  }

  .welcome_sec .feature_sec {
    gap: 20px;
  }

  .engineer_list {
    margin: 40px 0 0 0;
    gap: 16px;
  }

  .engineer_sec .engineer_left_area,
  .engineer_sec .engineer_right_area {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

  .engineer_sec .engineer_image img {
    max-width: 220px;
    margin: 0px auto;
  }

  .engineer_image {
    margin: 40px auto;
  }

  .engineer_image {
    display: none;
  }

  .security_card {
    flex-wrap: wrap;
    gap: 28px;
  }

  .security_card_inner {
    width: 48%;
  }

  .security_sec .security_detail {
    padding: 24px 20px;
  }

  .security_sec .security_title:after,
  .security_sec .security_title:before {
    display: none;
  }

  .security_sec .security_title {
    text-align: center;
    padding: 0;
    justify-content: center;
  }

  .security_sec .sec_wrapper {
    flex-wrap: wrap;
  }

  .security_sec .sec_detail {
    width: 31%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .security_sec .compare_card {
    padding: 20px;
  }

  .security_sec .compare_heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .security_sec ul.compare_card_list li:first-of-type {
    padding-bottom: 15px;
  }

  .security_sec ul.compare_card_list li:not(:last-of-type, :first-of-type) {
    padding: 15px 0;
  }

  .security_sec ul.compare_card_list li {
    align-items: center;
  }

  .security_sec .compare {
    margin: 30px 0 0 0;
    gap: 20px;
  }

  .review_logo {
    display: none;
  }

  .review_ribin {
    padding: 16px 34px;
  }

  .step_sec .card_icon {
    gap: 10px;
  }

  /* .step_sec .card_icon { flex-direction: column; } */
  /* .step_sec .card_p{ text-align: center;} */
  .step_sec .card_txt {
    font-size: 24px;
    line-height: 35px;
  }

  .card_head {
    width: 48px;
    height: 48px;
  }

  .testimonials_section {
    padding: 0 34px 40px;
  }

  .testimonials_section .testimonials_box {
    border-radius: 20px;
    gap: 20px;
    padding: 20px;
  }

  .testimonials_section .testimonials_iner p {
    font-size: 18px;
    padding: 0;
  }

  .confidence_section {
    padding: 0 34px 40px;
  }

  .confidence_section .confidence_box {
    padding: 30px;
  }

  .confidence_section .confidence_box .confidence_iner h3 {
    margin: 0 0 10px;
    font-size: 24px;
  }

  .confidence_section .confidence_box .confidence_iner p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
  }

  .faq_section {
    padding: 40px 34px;
  }

  .faq_section .accordion {
    padding: 34px 0 0 0;
  }

  section.time_offer_section {
    padding: 0 34px;
  }

  .time_offer_section .time_offer_box {
    padding: 40px 85px;
    gap: 20px;
    flex-direction: column;
  }

  .time_offer_section .time_offer_box .time_offe_images {
    max-width: 240px;
    height: auto;
    object-position: center;
    margin: 0 auto;
    margin-bottom: 16px;
  }

  .time_offer_section .time_offer_box .time_offer_iner h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .time_offer_section .time_offer_box .time_offer_iner .time_offer_icon_list {
    gap: 14px;
    justify-content: space-evenly;
  }

  .time_offer_section
    .time_offer_box
    .time_offer_iner
    .time_offer_icon_list
    li {
    flex-direction: row;
    justify-content: center;
  }

  .footer {
    padding: 0 34px 30px;
  }

  .footer .footer_row {
    flex-wrap: wrap;
    gap: 30px;
  }

  .footer_col {
    width: calc(50% - 30px);
  }

  .step_sec .card_icon_txt {
    font-size: 20px;
    line-height: 24px;
  }

  .test__secbox .card__test:not(:nth-of-type(4n)) {
    margin-right: 0px;
  }

  .rating__main .card__test {
    width: calc(49% - 1px);
  }

  .test__secbox .cardlist__rat {
    gap: 15px;
    justify-content: center;
  }

  .test__secbox .card__test:not(:last-of-type) {
    margin-bottom: 0px;
  }

  .rating__main h1.rate__head {
    font-size: 30px;
  }

  .rating__main .rating__wrapper {
    padding: 56px 64px;
    align-items: center;
  }

  .trust__sec img {
    width: 200px;
  }

  .rating__main .assessment__top {
    min-width: 290px;
    width: 60%;
    padding-right: 24px;
    margin: 0 24px 0 0;
  }

  .Security {
    padding: 64px 24px;
  }

  .Security .round_the_clock .round_the_clock_security_box3 {
    width: calc(100% - 0px);
  }

  .Security .round_the_clock .round_the_clock_security_box3 img {
    max-width: 310px;
    border-radius: 20px;
  }

  .Security .round_the_clock .round_the_clock_security .security_col {
    width: calc(50% - 10px);
  }

  .Security
    .round_the_clock
    .round_the_clock_security
    .round_the_clock_security_title
    p {
    max-width: 100%;
    margin-top: 15px;
  }

  .Security
    .round_the_clock
    .round_the_clock_security
    .round_the_clock_security_title
    h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .Security
    .round_the_clock
    .round_the_clock_security
    .automatic_night_vision
    h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .Security .round_the_clock .round_the_clock_security .wide_range_coverage h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .even_starts {
    padding: 40px 24px;
  }

  .even_starts .even_starts_title {
    padding-bottom: 30px;
  }

  .even_starts
    .proactive_approach
    .proactive_approach_title
    .proactive_approach_title_box1
    a
    svg {
    width: 100%;
    max-width: 170px;
    height: 340px;
    object-fit: contain;
  }

  .even_starts
    .proactive_approach
    .proactive_approach_title
    .proactive_approach_title_box2
    a
    svg {
    width: 100%;
    max-width: 170px;
  }

  .Security .round_the_clock {
    flex-direction: column;
    align-items: center;
  }

  .Security .round_the_clock .round_the_clock_security {
    gap: 20px 20px;
  }

  .Security .round_the_clock .round_the_clock_security {
    max-width: 100%;
  }

  .Security
    .round_the_clock
    .round_the_clock_security
    .round_the_clock_security_title
    h3 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }

  .Security
    .round_the_clock
    .round_the_clock_security
    .automatic_night_vision
    h4 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 20px;
  }

  .Security .round_the_clock .round_the_clock_security_box3 img {
    max-width: 170px;
  }

  .Security
    .round_the_clock
    .round_the_clock_security
    .round_the_clock_security_title
    p {
    text-align: center;
  }

  .round_the_clock_security_title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .even_starts .even_starts_title {
    padding-bottom: 15px;
  }

  .even_starts .even_starts_title h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .even_starts .stop_home_invasion {
    gap: 20px;
    flex-direction: column-reverse;
    margin-top: 15px;
  }

  .even_starts .stop_home_invasion .stop_home_invasion_title {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    text-align: center;
    align-items: center;
  }

  .even_starts .stop_home_invasion .stop_home_invasion_title h3 {
    font-size: 28px;
    line-height: 28px;
    width: 100%;
  }

  .even_starts .stop_home_invasion .stop_home_invasion_title p {
    max-width: 100%;
    padding: 20px 0px;
  }

  .stop_home_invasion_title_box1 {
    text-align: left;
  }

  .even_starts
    .stop_home_invasion
    .stop_home_invasion_title
    .stop_home_invasion_title_box1
    h4 {
    font-size: 30px;
    line-height: 40px;
  }

  .even_starts
    .stop_home_invasion
    .stop_home_invasion_title
    .stop_home_invasion_title_box2
    h4 {
    font-size: 30px;
    line-height: 40px;
  }

  .even_starts .stop_home_invasion .stop_home_invasion_img img {
    max-width: 350px;
    width: 100%;
  }

  .even_starts .proactive_approach {
    flex-direction: column;
    gap: 20px;
  }

  .even_starts .proactive_approach .proactive_approach_img img {
    max-width: 350px;
    width: 100%;
    border-radius: 20px;
    height: auto;
  }

  .even_starts .proactive_approach .proactive_approach_title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .even_starts .proactive_approach .proactive_approach_title h3 {
    font-size: 28px;
    line-height: 28px;
    text-align: center;
  }

  .even_starts .proactive_approach .proactive_approach_title p {
    max-width: 100%;
    padding: 20px 0px;
  }

  .even_starts
    .proactive_approach
    .proactive_approach_title
    .proactive_approach_title_box1
    a
    svg {
    width: 100%;
    max-width: 170px;
  }

  .even_starts
    .proactive_approach
    .proactive_approach_title
    .proactive_approach_title_box2
    a
    svg {
    width: 100%;
    max-width: 170px;
  }

  .comparison_box {
    padding: 40px 34px;
  }

  .header .order-btn {
    padding: 10px 12px;
    font-size: 14px !important;
  }

  .rating__main {
    padding: 40px 24px;
  }

  .rating__main .card__test {
    width: calc(50% - 10px);
  }

  .test__secbox .testimonial-card__title {
    width: calc(100% - 128px);
  }

  .test__secbox .cardtest__image img {
    width: 120px;
    height: 120px;
  }

  .cardtest__image {
    float: right;
  }

  .test__secbox .card__info {
    width: calc(100% - 128px);
  }

  .testimonial__trustscore {
    width: calc(100% - 128px);
  }

  .her_img_part {
    display: none;
  }

  .tablet.mobile {
    display: flex !important;
    width: 50%;
    text-align: center;
    justify-content: center;
    justify-items: center;
  }

  .hero_sec .icon_check_first {
    display: none;
  }

  .hero_top {
    text-align: center;
  }

  .hero_sec img.hero_banner {
    width: 100%;
    height: auto;
    max-width: 500px;
    margin: 0 auto;
  }

  .hero_sec .hero_guaranteebox {
    justify-content: center;
    margin: 8px auto 0;
  }

  .hero_sec .icon_check_first span {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
  }

  .step_sec .step_card {
    gap: 16px;
  }

  .step_sec .card_content_img {
    height: 227px;
    object-fit: cover;
    width: 100%;
  }

  .security_sec .card_img {
    height: 300px;
  }

  .welcome_mobie_slider .swiper-slide {
    width: 30% !important;
    text-align: center;
  }

  .welcome_mobie_slider_iner {
    display: flex;
    justify-content: center;
  }

  .welcome_mobie_slider .swiper-wrapper {
    align-items: center;
  }

  svg.star_mobilr_teb {
    display: block !important;
  }

  .assessment_ratings_star svg {
    display: none;
  }

  .assessment_ratings_star {
    display: flex;
  }

  .star_list svg {
    display: block;
  }

  img.trustscore__imagestar_green {
    display: block;
    margin: 0 0 10px 0;
  }

  .trust__wrapper img.trustscore__imagestar {
    display: none;
  }

  .rating__main .trust__wrapper {
    display: flex;
  }

  img.rating_img_green {
    display: block;
  }

  .hero_social img.rating_img_green {
    margin: 0 10px;
    display: none;
  }

  img.rating_img {
    /* display: none; */
  }

  svg.star_yellow {
    display: none;
  }

  .star_list {
    display: flex;
    gap: 1px;
  }

  img.star_img_green {
    display: block;
    margin: 0 10px;
  }

  img.star_img {
    display: none;
  }

  img.cta_rating_img_green {
    display: block;
  }

  img.cta_rating_img {
    display: block;
  }

  img.green_images {
    display: block;
  }

  /* img.yellow_images {
        display: none;
    } */

  .security_sec .com_icon img {
    min-width: 24px;
    height: 24px;
  }

  .time_offer_section
    .time_offer_box
    .time_offer_iner
    .time_offertrustscore
    .trustscore__wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .flot_cta {
    height: fit-content;
    max-height: 110px;
  }

  section.flot_cta a.order-btn {
    width: max-content;
  }

  .hero_sec span.hero_social_text {
    font-size: 12px;
  }

  .engineer_sec .left_area_column img {
    border-radius: 24px;
    height: auto;
    max-width: 64px;
    object-fit: cover;
    margin: 0 auto 16px;
    padding: 0px;
  }

  .time_offer_text {
    display: none;
  }

  .stopCrimeBoxTwo__heading p {
    margin-top: 0px;
    padding: 20px 0px;
  }
  .trustscore__reviews_stars {
    display: flex;
    gap: 8px;
  }
  .welcome_sec span.feature_title {
    font-size: 14px;
    line-height: 16px;
    max-width: 150px;
  }
}

@media (max-width: 767px) {
  .sec_title {
    font-size: 24px;
    line-height: 34px;
  }

  .sec_title:after {
    height: 7px;
    width: 80px;
    top: auto;
    bottom: -10px;
    margin-top: 16px;
  }

  .security_txt {
    margin: 25px auto 25px;
  }

  .section_p {
    padding: 24px 16px;
  }

  .header .order-btn {
    padding: 6px 14px;
    font-size: 14px !important;
  }

  .hero_sec .border-left,
  .hero_sec .border-right {
    background: #828282;
    /* width: 20%; */
  }

  .guaranteebox_content p span {
    white-space: nowrap;
  }

  .header .top-inner-mobile {
    display: block;
  }

  .top-bar .offer-text {
    display: none;
  }

  .top-inner-mobile span.offer-text {
    display: block;
    text-align: center;
    font-size: 13px;
    padding-bottom: 5px;
  }

  .top-bar {
    flex-direction: column;
    /* gap: 8px; */
  }

  .header .timer {
    font-size: 12px;
    padding: 4px 10px;
  }

  .header .shipping-info img {
    width: 16px;
    height: 16px;
  }

  .header .top-inner {
    justify-content: space-between;
  }

  .main-header .top-inner {
    justify-content: space-between;
  }

  .header .shipping-info {
    font-size: 10px;
  }

  .hero_sec {
    padding: 16px;
  }

  .hero_sec .hero_banner_sec {
    padding: 0px;
    flex-direction: column;
  }

  .hero_sec .hero_content_part {
    padding: 0px;
    margin: 0 auto;
  }

  .welcome_sec .feature_sec {
    /* flex-wrap: wrap;
        justify-content: center; */
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);

    justify-items: center;
  }

  .welcome_sec span.feature_title {
    font-size: 14px;
    line-height: 16px;
    max-width: 150px;
  }

  .engineer_sec .left_area_column img {
    border-radius: 24px;
    height: auto;
    max-width: 64px;
    object-fit: cover;
    margin: 0 auto 16px;
    padding: 0px;
  }

  .engineer_sec .left_area_column h3 {
    font-size: 20px;
  }

  .engineer_image {
    display: none;
  }

  .engineer_sec .engineer_image img {
    max-width: 180px;
  }

  .security_card_inner {
    width: 100%;
  }

  .security_sec .security_card {
    margin: 0 0 30px 0;
  }

  .security_sec .sec_wrapper {
    justify-content: space-evenly;
    margin: 20px 0 0 0;
  }

  .security_sec .compare {
    flex-direction: column;
  }

  .security_sec .compare_card {
    width: 100%;
  }

  .review_ribin .rev_innner {
    flex-direction: column;
    /* gap: 20px; */
  }

  .review_ribin.section_p {
    padding: 8px 16px;
  }

  .review_ribin .order-btn {
    justify-content: center;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    margin-top: 8px;
  }

  .step_card {
    flex-direction: column;
  }

  .step_sec .card_icon {
    flex-direction: row;
    margin: 0px 0px 8px 0px;
  }

  .step_sec .card_p {
    text-align: left;
  }

  .testimonials_section {
    padding: 0 25px 30px;
  }

  .testimonials_section img.testi_img {
    max-width: 200px;
    margin: 0 auto;
    height: 200px;
  }

  .testimonials_section .testimonials_box {
    flex-direction: column;
  }

  .confidence_section {
    padding: 0 25px 30px;
  }

  .confidence_section .confidence_box {
    flex-direction: column;
    padding: 20px;
  }

  .confidence_section .confidence_box .confidence_iner {
    width: 100%;
  }

  .confidence_section .confidence_box .confidence_iner h3 {
    font-size: 22px;
    line-height: 27px;
  }

  .confidence_section .confidence_box .confidence_iner p {
    font-size: 16px;
  }

  .faq_section {
    padding: 30px 25px;
  }

  .time_offer_section .time_offer_box {
    flex-direction: column;
    padding: 24px 16px;
  }

  section.time_offer_section {
    padding: 0 24px;
  }

  .time_offer_section .time_offer_box .time_offer_iner .time_offer_icon_list {
    flex-direction: column;
  }

  .time_offer_section .time_offer_box .time_offer_iner .time_offer_wrap {
    flex-direction: column;
  }

  .footer {
    padding: 0 25px 30px;
  }

  .footer .footer_row {
    flex-direction: column;
  }

  .coppy_right_ses .coppy_right_iner {
    flex-direction: column;
    gap: 10px;
  }

  .rating__main .rating__wrapper {
    display: block;
    padding: 24px 16px;
  }

  .rating__main .card__test {
    width: calc(100%);
  }

  .rating__main h1.rate__head {
    font-size: 25px !important;
    line-height: 35px !important;
  }

  .Security {
    padding: 40px 25px;
  }

  .Security .round_the_clock {
    flex-direction: column;
  }

  .Security .round_the_clock .round_the_clock_security .security_col {
    width: calc(100% - 0px);
  }

  .Security
    .round_the_clock
    .round_the_clock_security
    .automatic_night_vision
    h4 {
    padding-bottom: 20px;
    max-width: 100%;
    width: 100%;
  }

  .Security .round_the_clock .round_the_clock_security .wide_range_coverage h4 {
    padding-bottom: 20px;
    max-width: 100%;
    width: 100%;
  }

  .Security .round_the_clock .round_the_clock_security_box3 {
    padding: 16px 16px;
  }

  .Security .round_the_clock .round_the_clock_security {
    gap: 20px 20px;
  }

  .Security .round_the_clock .round_the_clock_security_box3 img {
    max-width: 100%;
  }

  .Security
    .round_the_clock
    .round_the_clock_security
    .round_the_clock_security_title
    p {
    text-align: center;
  }

  .even_starts {
    padding: 40px 16px;
  }

  .even_starts .even_starts_title h2 {
    font-size: 26px;
    line-height: 26px;
    padding-bottom: 10px;
  }

  .even_starts .stop_home_invasion .stop_home_invasion_title h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .even_starts
    .stop_home_invasion
    .stop_home_invasion_title
    .stop_home_invasion_title_box {
    display: flex;
    flex-direction: column;
  }

  .even_starts
    .stop_home_invasion
    .stop_home_invasion_title
    .stop_home_invasion_title_box1
    h4 {
    text-align: unset;
    font-size: 26px;
    line-height: 36px;
  }

  .even_starts
    .stop_home_invasion
    .stop_home_invasion_title
    .stop_home_invasion_title_box1
    p {
    text-align: unset;
  }

  .even_starts
    .stop_home_invasion
    .stop_home_invasion_title
    .stop_home_invasion_title_box2
    h4 {
    text-align: unset;
    font-size: 26px;
    line-height: 36px;
  }

  .even_starts
    .stop_home_invasion
    .stop_home_invasion_title
    .stop_home_invasion_title_box2
    p {
    text-align: unset;
  }

  .even_starts .stop_home_invasion .stop_home_invasion_img img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .even_starts .proactive_approach .proactive_approach_img img {
    max-width: 100%;
    width: 100%;
  }

  .even_starts .proactive_approach .proactive_approach_title h3 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }

  .even_starts .proactive_approach .proactive_approach_title p {
    padding: 20px 0px 0px 0px;
    text-align: center;
  }

  .even_starts
    .proactive_approach
    .proactive_approach_title
    .proactive_approach_title_box {
    gap: 12px;
  }

  .step_sec .card_content {
    width: 100%;
  }

  .comparison_box {
    padding: 30px 15px;
  }

  .among_others_section .comparison_box .comparison_col {
    padding: 13px 10px;
    font-size: 16px;
    line-height: 22px;
    text-wrap: pretty;
  }

  .proactive_approach_title_box1 img {
    max-width: 140px;
    height: auto;
    margin: 30px 0 0 0;
  }

  .rating__main {
    padding: 24px 16px;
  }

  .engineer_list {
    display: flex;
    margin: 10px 0 0 0;
    flex-direction: column;
  }

  .hero_sec .hero_social {
    justify-content: space-evenly;
    flex-wrap: nowrap;
    margin: 20px auto 0;
    gap: 0px;
    /* gap:10px */
    max-width: 345px;
    width: 100%;
    padding: 8px;
  }

  .hero_social_text > span:first-child {
    display: none;
  }

  .hero_sec a.hero_btn {
    max-width: 345px;
    justify-content: space-between;
    display: grid;
    grid-template-columns: max-content 1fr max-content;
    padding: 4px;
  }

  span.hero_social_text img.rating_img {
    max-width: 65px;
  }

  .review_ribin .review_part {
    padding: 4px 0;
    border: 1px solid transparent;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    max-height: 56px;
    gap: 5px;
    width: 100%;
  }

  .review_ribin .rev_rate {
    font-size: 12px;
  }

  .step_sec .card_content_img {
    height: 391px;
  }

  .card_head {
    width: 64px;
    height: 64px;
  }

  .step_sec .card_txt {
    font-size: 32px;
    line-height: 40px;
  }

  .Security
    .round_the_clock
    .round_the_clock_security
    .automatic_night_vision
    img {
    width: 100%;
  }

  .security_sec ul.compare_card_list li {
    align-items: stretch;
  }

  .com_icon {
    padding: 5px 0 0 0;
  }

  .security_sec .compare_heading {
    margin-bottom: 40px;
  }

  .testimonials_section svg {
    width: 40px;
    height: 40px;
  }

  .rating__main .assessment__top {
    margin: 0 auto !important;
    padding: 0px 0 20px 0 !important;
    border: none;
    width: 100%;
    max-width: 100%;
  }

  .cta_content_left {
    display: none;
  }

  .flot_cta a.order-btn {
    font-size: 16px !important;
  }

  .flot_cta {
    padding: 6px 16px;
  }

  .security_sec .sec_wrapper {
    gap: 50px;
    row-gap: 20px;
  }

  .welcome_sec .feature {
    width: 100%;
  }

  .welcome_mobie_slider .swiper-slide {
    width: 50% !important;
    text-align: center;
    max-width: 185px;
  }

  .welcome_mobie_slider {
    display: block;
  }

  /* .welcome_sec .feature { */
  /* display: none; */
  /* } */

  .hero_social img.rating_img_green {
    margin: 0;
    width: 70px;
    height: 32px;
    object-fit: contain;
  }

  .hero_sec span.hero_social_text {
    align-items: center;
  }

  .time_offer_section
    .time_offer_box
    .time_offer_iner
    .time_offertrustscore
    .trustscore__wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .Security
    .round_the_clock
    .round_the_clock_security
    .round_the_clock_security_cards_row {
    flex-direction: column;
    gap: 20px;
  }

  .hero_sec .btn_content {
    margin-right: 8px;
    padding: 8px;
  }

  .hero_sec .btn_content .discount-text p span {
    font-size: 10px;
  }

  .icon_check_first.tablet.mobile {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .hero_sec .icon_check_first span {
    justify-content: flex-start;
  }

  .security_sec .sec_txt {
    font-size: 20px;
  }

  .security_sec .sec_content {
    font-size: 16px;
  }

  .security_sec .com_icon img {
    width: 24px;
    height: 24px;
  }

  .comparison_row:nth-child(2) .comparison_col:nth-child(1),
  .comparison_row:nth-child(3) .comparison_col:nth-child(1),
  .comparison_row:nth-child(4) .comparison_col:nth-child(1),
  .comparison_row:nth-child(5) .comparison_col:nth-child(1),
  .comparison_row:nth-child(6) .comparison_col:nth-child(1),
  .comparison_row:nth-child(7) .comparison_col:nth-child(1) {
    width: 70px;
    height: 90px;
    font-size: 15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .cta_wra .time_offertrustscore {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .cta_wra .time_offertrustscore p {
    color: #fff;
  }

  .cta_wra .time_offertrustscore .red_cont {
    margin-left: 0px;
    padding: 5px 12px;
    font-size: 16px;
  }

  .hero_sec .hero_top h1 {
    font-size: 26px;
    line-height: 34px;
  }

  section.flot_cta a.order-btn {
    font-size: 16px;
  }

  .header .top-bar {
    padding: 6px 16px;
  }

  .shipping-info span svg {
    width: 16px;
    height: 16px;
  }

  .header .shipping-info {
    display: none;
  }

  .header .logo {
    max-width: 126px;
    height: 24px;
  }

  .header .main-header {
    padding: 8px 24px;
  }

  .hero_sec span.hero_rating_text {
    white-space: nowrap;
    font-size: 12px;
    line-height: 16px;
  }

  .hero_sec .btn_txt {
    font-size: 18px;
    gap: 8px;
    justify-content: center;
  }

  .hero_sec .btn_content span {
    font-size: 28px;
    line-height: 30px;
  }

  .hero_sec .hero_guaranteebox {
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
  }

  .hero_sec .btn_content span.discount-text p {
    font-size: 10px;
  }

  .hero_sec .icon_first_resp {
    flex-direction: row;
    flex-wrap: Wrap;
    align-items: center;
    justify-content: center;
  }

  .hero_sec .icon_first_resp span {
    font-size: 12px;
  }

  .hero_sec .icon_first_resp img {
    width: 24px;
    height: 24px;
  }

  .welcome_sec span.feature_image {
    max-width: 32px;
  }

  .engineer_sec .left_area_column p {
    font-size: 16px;
  }

  .review_ribin .social_img {
    max-width: 108px;
  }

  .among_others_section h2.sec_title {
    padding-right: 10px;
    padding-left: 10px;
  }

  .rating__main .rating__title {
    margin-bottom: 24px;
  }

  .trust__sec img {
    width: 136px;
  }

  .rating__main .trustscore__textinte {
    font-weight: 700;
    margin-right: 8px;
    font-size: 32px;
    line-height: 32px;
  }

  .trustscore__reviews {
    display: flex;
    flex-wrap: wrap;
  }

  .rating__main .trustscore__textbase {
    font-size: 14px;
    line-height: 16px;
  }

  .rating__main .trustscore__textex {
    font-size: 13px;
    line-height: 16px;
  }

  .trustscore__reviews_stars {
    display: flex;
    gap: 8px;
  }

  .rating__main .assessment__ratings {
    font-size: 14px;
  }

  .rating__main .assessment__textvotes {
    font-size: 14px;
  }

  .trustscore__reviews_stars img.trustscore__imagestar_green {
    margin-bottom: 0px;
  }

  .test__secbox .cardtest__image img {
    width: 88px;
    height: 88px;
    object-fit: cover;
  }

  .testimonials_section .testimonials_iner p {
    line-height: 26px;
  }

  .time_offer_section .time_offer_box .time_offer_iner h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .time_offer_section .time_offer_box .time_offer_iner .special_offer_text {
    font-size: 16px;
  }

  .time_offer_icon_list li svg {
    width: 20px;
    height: 20px;
  }

  .shipping-info_text {
    font-size: 14px;
  }
  .time_offer_section .time_offer_box .time_offer_iner .discount_btn {
    font-size: 18px;
  }
  .engineer_image {
    margin: 40px auto;
  }

  .even_starts .proactive_approach {
    padding-top: 20px;
  }

  .testimonials_section .testimonials_iner .signature_box {
    padding: 15px 8px;
  }
}

@media only screen and (max-width: 1160px) and (min-width: 1080px) {
  .Security .round_the_clock {
    gap: 15px;
  }

  .Security .round_the_clock .round_the_clock_security {
    gap: 15px 15px;
  }

  .Security .round_the_clock .round_the_clock_security_box3 {
    padding: 16px 25px;
  }

  .Security .round_the_clock .round_the_clock_security_box3 img {
    object-fit: contain;
    height: 527px;
  }

  .Security
    .round_the_clock
    .round_the_clock_security
    .round_the_clock_security_title
    p {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1067px) and (min-width: 1025px) {
  .Security .round_the_clock {
    gap: 15px;
  }

  .Security .round_the_clock .round_the_clock_security {
    gap: 15px 15px;
  }

  .Security .round_the_clock .round_the_clock_security_box3 img {
    max-width: 100%;
  }

  .Security .round_the_clock .round_the_clock_security .security_col {
    width: calc(50% - 40px);
  }
}
