body {
    overflow-x: hidden;
}

.notification-sec {
    margin: 0;
    padding: 8px 0 0;
    color: #fff;
    background: #113ed1;
    font-size: 16px;
    border-bottom: 10px solid #7bb3f3;
    text-transform: inherit;
}

.notification-sec span {
    font-weight: 700;
    color: #fff000;
}

.notification-sec p {
    text-transform: unset;
    font-weight: 400;
}

.cta-btn {
    border-radius: 10px;
    padding: 10px 30px 10px 0!important;
    background: linear-gradient(90deg, #287adb 0, #1664c3 100%);
    border-bottom: 5px solid #1664c3;
    box-shadow: none !important;
    border-radius: 55px;
}

.cta-btn:hover {
    background: #1664c3;
    background: linear-gradient(90deg, #287adb 0, #1664c3 100%);
}

.cta-btn1 {
    background: linear-gradient(90deg, #287adb 0, #1664c3 100%);
    border-bottom: 5px solid #1664c3;
}

.cta-btn1:hover {
    background: linear-gradient(90deg, #287adb 0, #1664c3 100%);
}

/* new section */
.sec3-new {
    padding: 36px 0;
    background-color: #f0f0f0;
}
.sec3-new .headingTXT{
    text-align: center;
}
.sec3-new .left-image img {
    height: 433px;
    /* width: 590px; */
    width: 100%;
    object-fit: cover;
    border-radius: 2rem;
}

.border-4{
    border-radius: 20px 0px 0px 20px !important;
}
.border-4left{
    border-radius: 0px 20px 20px 0px !important;
}
.left-padding-0{
    padding-left: 0px;
}
.right-padding-0{
    padding-right: 0px;
}
.sec3-new .right-text {
    padding-left: 30px;
}

.sec3-new .right-text.left {
    padding-right: 30px;
}

.sec3-new .right-text h2 {
    font-size: 35px;
    font-weight: 600;
    color: #2e3a4b;
    line-height: normal;
}

.sec3-new .right-text p {
    line-height: 24px;
    font-weight: 400;
    color: #2e3a4b;
    font-size: 16px;
    margin-top: 30px;
}

.sec3-new .row.box-row {
    display: flex;
    align-items: center;
    margin: 36px 0;
    background: #e0ecfa;
    border-radius: 20px;
}

.sec3-new .row.box-row:nth-of-type(2) {
    flex-direction: row-reverse;
}

.sec3-new .row.box-row:nth-of-type(4) {
    flex-direction: row-reverse;
}

/* section5-new */
.sec5-new {
    background: #f8f8f8;
    padding: 30px 0 0;
    position: relative;
    text-align: center;
    overflow: hidden
}

.sec5-new h3 {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}

.sec5-new .feats p {
    text-align: left;
    line-height: 20px;
}

.sec5-new .leftPic {
    top: -40px;
    left: -90px;
    max-width: 250px;
    /* z-index: 9; */
    position: absolute
}

.sec5-new .rightPic {
    top: 70px;
    right: -90px;
    max-width: 250px;
    /* z-index: 9; */
    position: absolute
}

.sec5-new .feat-container {
    margin: 30px 0;
    display: flex
}

.sec5-new .feats {
    padding: 0 0 0 50px;
    display: flex;
    align-items: center
}

.pricing h5{
    display: none;
}
.how-it-works-box .row{
    display: flex;
    align-items: center;
}
section#faqs-section strong {
    font-weight: 600;
}
@media (max-width: 1199px) {
    .sec3-new .left-image img {
        height: 100%;
    }
    .left-image {
        height: 100vh;
        width: 100%;
    }
}
@media (max-width: 992px) {
    .sec1-mw-product {
        position: relative;
        z-index: 0;
        /* opacity: 0.5; */
    }
    .sec3-new .row.box-row {
        display: block;
        border-radius: 20px;
    }
    .sec3-new .left-image img{
width: 100%;
    }
    .sec3-new .right-text h2{
    text-align: left;
    }
    .sec3-new .right-text p{
        text-align: left;  
        padding-bottom: 20px;
    }
    .how-it-works-box .row{
        display: block;

    }
    .left-padding-0 {
        padding-inline: 0;
    }
    .right-padding-0 {
        padding-inline: 0;
    }
    .border-4 {
        border-radius: 20px 20px 0px 0px !important;
    }
    .border-4left {
        border-radius: 20px 20px 0px 0px !important;
    }
    .left-image {
        width: 100%;
        height: 433px;
    }
    
 
}
/* @media(max-width: 991px) {
    .sec1 {
        background: url(../images/new/sec1-bg-sml-new.jpg) right top no-repeat;
        padding: 20px 0;
        background-size: cover;
    }
} */
@media(max-width: 600px) {
    .sec5-new {
        padding: 20px 0 10px
    }

    .sec5-new .feat-container {
        display: block !important;
        margin: 0 !important;
    }

    .sec5-new h3 {
        text-align: center;
    }

    .sec5-new .feats p {
        text-align: center;
    }

    .sec5-new .feats {

        padding: 0 15px;
    }

    .sec1 ul {

        position: relative;
        z-index: 9
        ;

    }

    .sec1-mw-product {
        position: relative;
        z-index: 0;
        /* opacity: 0.5; */
    }
    .heading-main-txt {
        color: #2e3a4b;
        margin: 10px 0 !important;
    }
    .heading-top-txt{
        margin-bottom: 0px !important;
    }

}

@media only screen and (max-width: 768px) {
    .sec3-new .row.box-row {
        display: block;
    }

    .sec3-new {
        padding: 0px;
    }

    .sec3-new .right-text {
        padding: 0px 15px;
    }

    .sec3-new .right-text.left {
        padding: 0px 15px;
    }

    .sec3-new .right-text p {
        margin-top: 20px;
    }
}
/* 08-05-25 */
.new-ProdImage{
    display: flex;
    justify-content: center;
    /* margin-bottom: 5px; */
}
.yellowText {
    color: #ffb321;
}
.mb-03{
    margin-bottom: 15px;
}
.bnrStar {
    font-size: 14px;
    line-height: 25px;
    color: #2E3A4B;
    letter-spacing: .3px;
    /* padding: 15px 0 15px 0; */
    padding: 5px 0 5px 0;
    text-align: left;
    margin-bottom: 0;

}
.bnrStar br{
    display: none;
}
.w-40 {
    max-width: 365px;
    width: 100%;
    gap: 7px;
}

.w-mx-auto-40{
margin: auto;
}
#coolingText{
   color: #1664c3;
   font-size: 24px;
   font-weight: 600;
   margin-bottom: 20px;
}
@media (max-width: 992px) {
    .sec1 h1{
        text-align: center;
        font-size: 24px;
        line-height: 32px;
    }
    .mx-sm-auto {
        margin: auto;
    }
    .sm-new-btn{
        display: flex;
            flex-direction: column;
            justify-content: center;
            margin: auto;
        
    }
    .sm-new-btn a{
        margin: auto;
    }
    .desktop-visible{
        display: none !important;
    }
    .orderNwbtn .sm-new-btn a{
        margin: 0;
        max-width: 100%;
    }
    .orderNwbtn .btn-margin{
        max-width: 100%;
    }
    .orderNwbtn .scrollToPackages .btn{
        max-width: 82%;
    }
}
@media only screen and (max-width: 1024px) {
    .w-40 {

        gap: 6px;
    }
}
@media only screen and (max-width: 990.9px) {
    .marginLeft0{
       margin: auto !important;
        }
        .hide-mob2 {
            display: none !important;
          }
          .bnrStar {
            text-align: center;
        }
  
        .bnrStar br{
            display: block;
        }
        #coolingText{
            text-align: center;
            font-size: 20px;
            padding: 0;
            margin: 0 0 10px;
         }
}
@media only screen and (max-width: 768px) {
    .mx-sm-auto {
        margin: auto;
    }
    .addinfo {
        font-size: 12px;
    }
}
.marginLeft0{
    margin-left: 0 !important;
    }
    .marginAuto{
        margin: auto !important;
        }
        .marginAuto1{
            margin-left: 0!important;
            }
        @media only screen and (max-width: 990.9px) {
            .marginAuto1{
                margin: auto !important;
            }
        }


    @media only screen and (max-width: 390px) {
        .w-40 {

            gap: 2px;
        }
    }
    .sec2 .heading-main-txt{
        font-weight: 600;
    }
    @media (min-width: 1100px) {
        .cta-btn {
            padding: 20px 65px 20px 45px !important;
        }
    }
        @media (min-width: 1021px) {
.w-50 {
    max-width: 365px;
    width: 100%;
    gap: 7px;
}
        }