 body{
     overflow-x: hidden;
}
 .tt-promo-fixed {
     opacity: 1;
     display: flex;
}
 .tt-description {
     text-align: left;
     display: flex;
     flex-direction: column;
     flex-wrap: nowrap;
     justify-content: center;
     align-content: stretch;
     align-items: flex-start;
     padding-right: 17px;
     color: #999;
     width: 100%;
     flex: 2 1 auto;
     width: 100%;
     margin-top: 0;
}
 .tt-text {
     margin: 0;
     font-size: 14px;
     line-height: 22px;
}
 .tt-info {
     color: #999;
     font-size: 12px;
     line-height: 18px;
     margin-top: 8px;
     position: relative;
     top: 2px;
}
 .tt-promo-fixed .tt-img {
     vertical-align: middle;
     width: 80px;
     min-width: 80px;
}
 .tt-promo-fixed .tt-img img {
     width: 100%;
     height: auto;
}
 .featured-in-animated {
     background-color: #18bbff;
     color: black;
     height: 85px;
     display: flex;
     align-items: center;
}
 .featured-in__container {
     position: relative;
     display: flex;
     overflow: hidden;
     width: 100%;
     height: 100%;
     align-items: center;
}
 .seen-swiper {
     display: flex;
     flex-direction: row;
}
 .logo-container {
     display: flex;
     width: 100%;
     -webkit-box-pack: start;
     justify-content: flex-start;
     -webkit-box-align: center;
     align-items: center;
     -webkit-animation: track 60s linear infinite;
     animation: track 60s linear infinite;
     min-width: calc(560px * 5) !important;
}
 @keyframes track {
     0% {
         transform: translateX(0);
    }
     100% {
         transform: translateX(-100%);
    }
}
 .featured-in-image-container {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-around;
     row-gap: 24px;
     min-width: 750px;
}
 .logo-slide-wrapper {
     display: flex;
     height: auto;
     min-width: 50px;
     margin-right: 20px;
     margin-left: 20px;
     -webkit-box-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     align-items: center;
}
 .logo-slide-wrapper img {
     height: 40px;
     width: auto;
}
 .logo-center-el {
     position: absolute;
     left: 50%;
     top: 50%;
     display: flex;
     width: 100%;
     height: 100%;
     max-width: 35%;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     flex-direction: column;
     -webkit-box-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     align-items: center;
     background-color: transparent;
     background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff 50%, #18bbff 77%, transparent 100%);
     transform: translate(-50%, -50%);
     font-size: 21px;
     line-height: 21px;
     font-weight: 700;
     text-align: center;
}
 .line__text {
     font-weight: 700;
     font-size: 18px;
     line-height: 1.2;
     text-align: center;
     color: #000000;
     margin-top: 5px;
}
 @media (max-width: 576px) {
     .logo-center-el {
         max-width: 55%;
    }
}
 @media (max-width: 768px) {
     .featured-in-animated {
         height: 55px;
    }
     .featured-in-animated .star-icon {
         max-width: 92px;
    }
     .logo-container {
         min-width: calc(360px * 5) !important;
    }
     .line__text {
         font-size: 12px;
    }
     .logo-slide-wrapper img {
         max-height: 30px;
         width: auto;
    }
}
 #chat-root {
     display: none;
}
 @media (min-width: 601px) {
     #chat-root {
         display: block;
    }
}
/* Target mobile devices in portrait and landscape mode */
 @media (max-device-width: 992px) and (orientation: portrait), (max-device-width: 992px) and (orientation: landscape) {
     #chat-root {
         display: none;
    }
}
 .trustpilot {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     margin-bottom: 1.3rem;
}
 .trustpilot .title {
     margin: 0;
     font-size: 20px;
     font-weight: 700;
     color: #000000 
}
 .trustpilot .subtitle {
     display: flex;
}
 .trustpilot .subtitle p {
     margin: 0;
}
 .trustpilot p {
     font-size: 14px;
}
 .trustpilot img {
     max-width: 150px;
     height: auto;
     margin-bottom: .3rem;
}
 .social-prooving-wrapper {
     font-size: 14px;
     padding-top: 2rem;
     padding-bottom: 2rem;
}
 .social-prooving-inner {
     border: 1px solid #eeeeee;
     border-radius: 0 0 8px 8px;
     background: #ffffff;
}
 .social-prooving-content {
     border-radius: 10px;
     position: relative;
}
 .social-prooving-content-img {
     position: relative;
}
 .social-prooving-content-text-wrapper {
     padding: 20px;
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     justify-content: center;
     gap: 15px;
}
 .social-prooving-content-img p {
     position: absolute;
     bottom: .5em;
     left: .5em;
     color: white;
     background-color: #015FB3;
     border-radius: 1em;
     padding: 5px 15px;
     font-weight: 700;
}
 .testi-profile-name {
     margin-left: 6em;
     margin-bottom: 0;
     font-size: .8em;
}
 .social-prooving .rating-wrapper {
     display: flex;
     align-items: center;
}
 .social-prooving .rating-wrapper img {
     height: 100%;
     width: auto;
}
 .social-prooving .rating {
     background-color: #EECD4A;
     border-radius: .2em;
     margin-right: .5em;
     padding: .1em .5em;
     font-weight: 600;
}
 .social-prooving-content .testi-profile-pic {
     height: auto;
     padding: 0.5em !important;
}
 .social-prooving-content-text {
     margin: 0;
}
 .masonry {
     columns: 3 250px;
     column-gap: 30px;
}
 .masonry .social-prooving-item {
     width: 100%;
     display: inline-block;
     margin-bottom: 30px;
}
 .footer-module-cnt {
     display: flex !important;
     justify-content: center !important;
     height: auto !important;
     background-color: #FFF !important;
}
 .footer-module {
     width: 100% !important;
     max-width: 1200px !important;
     padding: 40px 0 8px 0 !important;
}
 .footer-module-columns {
     width: 100% !important;
     display: flex !important;
     justify-content: space-between !important;
     background-color: #FFF !important;
}
 .footer-module-logo {
     width: 160px !important;
}
 .footer-module-payments {
     display: flex !important;
     flex-direction: column !important;
     gap: 4px !important;
     margin-top: 28px !important;
}
 .footer-module-column>h4 {
     margin: 0 !important;
     padding: 0 !important;
     font-size: 20px !important;
     font-weight: 500 !important;
     color: #333333 !important;
     text-align: left !important;
}
 .footer-module-column>ul {
     display: block !important;
     list-style-type: none !important;
     margin-block-start: 0 !important;
     margin-block-end: 0 !important;
     margin-inline-start: 0 !important;
     margin-inline-end: 0 !important;
     padding-inline-start: 0 !important;
}
 .footer-module-column>ul>li {
     margin: 8px 0 !important;
     text-align: left !important;
}
 .footer-module-column>ul>li>a {
     font-size: 14px !important;
     font-weight: normal !important;
     text-decoration: none !important;
     color: #4F4C6773 !important;
}
 .footer-module-banner {
     display: flex !important;
     justify-content: space-between !important;
     align-items: center !important;
     background-color: #FFF !important;
}
 .copyright-txt {
     margin: 0 !important;
     padding: 0 !important;
     font-size: 14px !important;
     color: #4F4C6773 !important;
}
 .payments-method-logo {
     width: auto;
     max-width: 280px;
     max-height: 50px;
     margin-bottom: 10px;
}
 .mcda-logo {
     width: 150px !important;
     height: 30px !important;
}
 .pipe_symbol {
     display: none !important;
}
 @media (max-width: 1200px) {
     .footer-module {
         padding: 40px 32px !important;
    }
}
 @media (max-width: 768px) {
     .footer-module-columns {
         flex-direction: column !important;
         justify-content: start !important;
         gap: 32px !important;
    }
     .footer-module-banner {
         flex-direction: column !important;
         justify-content: center !important;
         gap: 16px !important;
    }
     .payments-method-logo {
         max-width: 250px;
         height: auto;
    }
}
 :root {
     --primary-color: rgb(47, 91, 166);
     --primary-hover-color: #042D54;
     --text-switch: #000000;
     --text-white: #ffffff;
     --text-lighter: #374048;
     --text-normal: #000000;
     --primary-color-2: #4075A9;
     --bg-light-mocha: #fdf5e6;
     --btn-color: rgb(54, 180, 73);
     --header-check-color: rgb(47, 91, 166) 
}
 * {
     font-family: Montserrat, sans-serif;
}
 *, ::before, ::after {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
}
 html {
     font-size: 10px;
     color: #000000;
}
 img {
     display: block;
     max-width: 100%;
     height: auto;
}
 .bg-light-gray {
     background-color: #f8fbfd;
}
 .orderbutton {
     background-color: var(--btn-color);
     box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
     border-radius: 100px;
     color: var(--text-white) !important;
}
/*===== TOP-HEADER-1 =====*/
 .top-header-1 {
     /* padding: 1rem 1rem; */
     background-color: rgb(47, 91, 166);
     color: var(--text-white);
     text-align: center;
     width: 100%;
     position: relative;
     z-index: 1000;
     padding: 8px 0;
}
 .top-header-1 p {
        font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    font-family: 'Roboto', sans-serif !important;
}
 /* @media (min-width: 767.9px) {
     .top-header-1 p {
         font-size: 1.3rem 
    }
} */
/* ===== NAVBAR ===== */
 .top-menu-1 {
     padding: 1rem;
}
 .top-menu-1 .container {
     background-color: var(--text-white);
     max-width: 1170px;
     width: 100%;
     position: relative;
     padding: 0;
}
 .top-menu-1 .container .logo-wrapper {
     height: 100%;
     max-height: 55px;
     display: flex;
     align-items: center;
     top: 0 
}
 .top-menu-1 .container div {
     display: inline-block;
     position: absolute;
     left: 0;
}
 .top-menu-1 .container div .logo img {
     height: auto;
     max-width: 160px;
     max-height: 60px;
}
 .top-menu-1 .container .menu-btn {
     display: none;
}
 .top-menu-1 .container .menu-btn:checked~.menu {
     max-height: 200px;
}
 .top-menu-1 .container .menu-btn:checked~.menu-icon .navicon {
     background: transparent;
}
 .top-menu-1 .container .menu-btn:checked~.menu-icon .navicon::before {
     transform: rotate(-45deg);
}
 .top-menu-1 .container .menu-btn:checked~.menu-icon .navicon::after {
     transform: rotate(45deg);
}
 .top-menu-1 .container .menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
     top: 0;
}
 .top-menu-1 .container .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
     top: 0;
}
 .top-menu-1 .container .menu-btn:hover {
     background-color: var(--text-white);
}
 .top-menu-1 .container .menu-icon {
     cursor: pointer;
     float: right;
     padding: 2.8rem 2rem;
     margin: 0;
     position: relative;
     user-select: none;
}
 .top-menu-1 .container .menu-icon .navicon {
     background: #333;
     display: block;
     height: 2px;
     position: relative;
     transition: background 0.2s ease-out;
     width: 18px;
}
 .top-menu-1 .container .menu-icon .navicon::before {
     background: #333;
     content: '';
     display: block;
     height: 100%;
     position: absolute;
     transition: all 0.2s ease-out;
     width: 100%;
     top: 5px;
}
 .top-menu-1 .container .menu-icon .navicon::after {
     background: #333;
     content: '';
     display: block;
     height: 100%;
     position: absolute;
     transition: all 0.2s ease-out;
     width: 100%;
     top: -5px;
}
 .top-menu-1 .container .menu {
     margin: 0;
     padding: 0;
     list-style: none;
     overflow: hidden;
     background-color: var(--text-white);
     clear: both;
     max-height: 0;
     transition: max-height 0.2s ease-out;
}
 .top-menu-1 .container .menu li {
     font-weight: 500;
     font-size: 1.5rem;
     padding: 2rem;
     display: flex;
     align-items: center;
     justify-content: end;
}
 .top-menu-1 .container .menu li a {
     display: block;
     text-decoration: none;
     color: #000000;
     cursor: pointer;
     text-align: right;
}
 .top-menu-1 .container .menu li.menu-orderbutton {
     display: none;
}
 @media (min-width: 600px) {
     .top-menu-1 {
         background-color: var(--text-white);
         height: 7.5rem;
         width: 100%;
         position: sticky;
         top: 0;
         z-index: 99;
    }
     .top-menu-1 .container {
         width: 100%;
         margin: 0 auto;
         height: 100%;
    }
     .top-menu-1 .container .menu {
         clear: none;
         float: right;
         max-height: none;
         display: flex;
         height: 100%;
    }
     .top-menu-1 .container .menu li {
         float: left;
         padding: 2rem 1rem;
         justify-content: center;
    }
     .top-menu-1 .container .menu li.menu-orderbutton {
         display: flex;
    }
     .top-menu-1 .container .menu li.menu-orderbutton .orderbutton {
         display: inline-block;
         padding: .8rem 1.9rem;
    }
     .top-menu-1 .container .menu li.menu-orderbutton .orderbutton:hover {
         opacity: 0.75;
         color: var(--text-white);
    }
     .top-menu-1 .container .menu li.menu-orderbutton .orderbutton:focus {
         opacity: 0.75;
         color: var(--text-white);
    }
     .top-menu-1 .container .menu-icon {
         display: none;
    }
     .custom-navbar.is-scrolling {
         padding: 0;
         position: fixed;
         width: 100%;
         z-index: 999;
         top: 0;
    }
}
 @media (min-width: 767.9px) {
     .top-menu-1 .container .menu li {
         padding: 2rem 1.5rem;
    }
}
 @media (min-width: 992px) {
     .top-menu-1 .container {
         max-width: 970px;
    }
}
/*========== NAVBAR FOOTER ======*/
 .navbar-footer {
     display: block;
}
 .navbar-footer .navbar-footer-btn {
     background: var(--text-white);
         padding: 1.5rem 0 0;
     position: fixed;
     bottom: 0;
     z-index: 999;
     width: 100%;
     text-align: center;
}
 .navbar-footer .navbar-footer-btn a {
     text-align: center;
     font-weight: 500;
     font-size: 2rem;
     padding: 1.2rem 5rem;
}
 .navbar-footer .navbar-footer-btn a:hover {
     background: var(--primary-hover-color);
     border-color: var(--primary-hover-color);
     color: var(--text-white);
     text-decoration: none;
}
 .navbar-footer .navbar-footer-btn a:focus {
     background: var(--primary-hover-color);
     border-color: var(--primary-hover-color);
     color: var(--text-white);
}
 @media (min-width: 600px) {
     .navbar-footer {
         display: none;
    }
}
/*========== HEADER-MODULE-1 =============*/
 .header-module-1 {
     background-image: url(../images/new/new-banner_new1.png), linear-gradient(360deg, rgba(193, 216, 231, 0.95) 0%, rgba(221, 233, 241, 0.95) 100%);
     
        /* background-position: left center;
        background-repeat: no-repeat;
        background-size: contain; */
            background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
      display: flex;
 height: 66vh;
align-items: center;        
}
 .header-module-1 .container {
     padding: 2rem 3rem;
}
 .header-module-1 .container .header-module-1__row .header-module-1__col-left {
     align-content: center;
     position: relative;
     padding-inline: 0;
}
 .header-module-1 .container .header-module-1__row .header-module-1__col-right {
     display: flex;
     flex-direction: column;
     align-items: center;
     padding: 0;
     gap: 1rem;
}
 @media (min-width: 767.9px) {
     .header-module-1 .container .header-module-1__row .header-module-1__col-right {
         gap: 2rem;
    }
}
 .header-module-1 .container .header-module-1__row .header-module-1__col-left .watch_img {
     display: block;
     margin: 0 auto;
}
 .header-module-1 .container .header-module-1__row .header-module-1__col-right .ratingLine {
     display: flex;
     flex-direction: row;
     width: 100%;
     padding: 0;
     gap: .6rem;
     align-items: center;
     justify-content: center;
     font-size: 1.2rem;
     font-style: normal;
     line-height: 2rem;
     color: var(--text-switch);
}
 .header-module-1 .container .header-module-1__row .header-module-1__col-right .ratingLine .ratingLine__rating {
     font-weight: 700;
}
 .header-module-1 .container .header-module-1__row .header-module-1__col-right .ratingLine .ratingLine__divider, .header-module-1 .container .header-module-1__row .header-module-1__col-right .ratingLine .ratingLine__text {
     font-weight: 400;
}
 .header-module-1 .container .header-module-1__row .header-module-1__col-right h2 {
     font-weight: 700;
     display: flex;
     align-items: center;
     text-transform: capitalize;
     font-size: 2.4rem;
     line-height: 2.8rem;
     text-align: center;
     margin-bottom: 0;
     color: var(--text-switch);
}
 .header-module-1 .container .header-module-1__row .header-module-1__col-right p {
     font-size: 1.75rem;
     color: var(--text-lighter);
     margin: 1.5rem 0;
}
 .header-module-1 .container .header-module-1__row .header-module-1__col-right ul {
     list-style: none;
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     gap: .5rem;
     margin: 0;
     padding-bottom: 1.2rem;
}
 .header-module-1 .container .header-module-1__row .header-module-1__col-right ul li {
     display: flex;
     flex-direction: row;
     align-items: center;
     padding: 0;
     gap: 1.2rem;
     font-style: normal;
     font-weight: 500;
     font-size: 1.5rem;
     line-height: 2.4rem;
     color: var(--text-switch);
}
 .header-module-1 .container .header-module-1__row .header-module-1__col-right ul li i {
     color: var(--header-check-color);
     font-size: 2rem;
}
 .header-module-1 .container .header-module-1__row .header-module-1__col-right .header-module-1__order-button {
     text-align: center;
     width: 100%;
}
 .header-module-1 .container .header-module-1__row .header-module-1__col-right .header-module-1__order-button .orderbutton {
     display: flex;
     padding: 1.2rem 1rem;
     width: 100%;
     /* font-weight: 600; */
     font-weight: 500;
     font-size: 1.6rem;
     text-transform: capitalize;
     justify-content: center;
     align-items: center;
     gap: 1.5rem;
}
 .header-module-1 .container .header-module-1__row .header-module-1__col-right .header-module-1__order-button .orderbutton:hover {
     text-decoration: none;
     opacity: 0.75;
     color: var(--text-white);
}
 .header-module-1 .container .header-module-1__row .header-module-1__col-right .header-module-1__order-button .orderbutton:focus {
     text-decoration: none;
     background: var(--primary-hover-color);
     border-color: var(--primary-hover-color);
     color: var(--text-white);
}
 @media (min-width: 480px) {
     .header-module-1 .container .header-module-1__row .header-module-1__col-right ul {
         gap: .7rem;
    }
     .header-module-1 .container .header-module-1__row .header-module-1__col-right ul li {
         font-size: 2.25rem;
    }
     .header-module-1 .container .header-module-1__row .header-module-1__col-right ul li i {
         padding-top: .3rem;
    }
}
 @media (min-width: 600px) {
     .header-module-1 .container {
         padding: 4rem 2rem;
    }
     .header-module-1 .container .header-module-1__row .header-module-1__col-right ul li {
         font-size: 2.5rem;
    }
     .header-module-1 .container .header-module-1__row .header-module-1__col-right .header-module-1__order-button .orderbutton {
         font-size: 1.8rem;
    }
}
     @media (max-width: 1280px) {
         .header-module-1 .container .header-module-1__row .header-module-1__col-left img.watch_img {
             object-fit: contain;
             width: 100%;
             height: 100%;
             max-height: 200px;
             max-width: 100%;
             margin: auto auto;
             margin-left: 350px;
             margin-top: 100px;
        }
    }
 @media (min-width: 767.9px) {
     .header-module-1 .container {
         max-width: 800px;
    }
     .header-module-1 .container .header-module-1__row {
         display: flex;
         flex-wrap: nowrap;
         gap: 2.3rem;
    }
     .header-module-1__row>div {
         flex: 1 1 0;
         min-width: 0;
    }
     .header-module-1 .container .header-module-1__row .header-module-1__col-left, .header-module-1 .container .header-module-1__row .header-module-1__col-right {
         width: 100%;
    }
     .header-module-1 .container .header-module-1__row .header-module-1__col-right {
         align-items: flex-start;
    }
     .header-module-1 .container .header-module-1__row .header-module-1__col-left {
         justify-content: flex-end;
         padding-right: 2rem;
         margin-left: auto;
    }
     .header-module-1 .container .header-module-1__row .header-module-1__col-left img.watch_img {
        /* object-fit: contain;
         width: 100%;
         height: 100%;
         max-height: 100%;
         max-width: 450px;
         margin: 0 0 0 auto;
         */
      object-fit: contain;
    width: 100%;
    height: 100%;
    max-height: 220px;
    max-width: 100%;
    margin: auto auto;
    margin-left: 277px;
    /* margin-right: 330px; */
    margin-top: 100px;
    }

     .header-module-1 .container .header-module-1__row .header-module-1__col-right {
         width: 100%;
         max-width: 480px;
    }
     .header-module-1 .container .header-module-1__row .header-module-1__col-right .ratingLine {
         justify-content: start;
    }
     .header-module-1 .container .header-module-1__row .header-module-1__col-right h2 {
         font-size: 3.5rem;
         line-height: 4.6rem;
         text-align: left;
         max-width: 464px;
    }
     .header-module-1 .container .header-module-1__row .header-module-1__col-right ul {
         padding-bottom: 0;
    }
     .header-module-1 .container .header-module-1__row .header-module-1__col-right ul li {
         font-size: 2rem;
    }
     .header-module-1 .container .header-module-1__row .header-module-1__col-right .header-module-1__order-button .orderbutton {
         padding: 1.5rem 1rem;
    }
}
 @media (min-width: 992px) {
     .header-module-1 .container {
         max-width: 1140px;
         margin: 0 auto;
         padding: 7rem 1rem;
    }
     .header-module-1 .container .header-module-1__row .header-module-1__col-right .ratingLine {
         gap: .9rem;
         font-size: 1.4rem;
    }
     .header-module-1 .container .header-module-1__row .header-module-1__col-right ul li {
         font-size: 1.6rem;
         line-height: 2.4rem;
    }
}
 @media (max-width: 1199px) {
    /* .header-module-1 {
         background-position: center left;
         background-repeat: no-repeat;
         background-size: cover;
    }
     */
    /* .header-module-1 .container .header-module-1__row .header-module-1__col-left img.watch_img {
         object-fit: contain;
         width: 100%;
         height: 100%;
         max-height: 200px;
         max-width: 100%;
         margin: auto auto;
         margin-left: 250px;
         margin-top: 100px;
    }
     */
     .header-module-1 .container .header-module-1__row .header-module-1__col-left img.watch_img {
         object-fit: contain;
         width: 100%;
         height: 100%;
         max-height: 200px;
         max-width: 100%;
         margin: auto auto;
         /* margin-right: 340px; */
         margin-left: 300px;

         margin-top: 100px;
    }
}
/* @media (max-width: 1024px) {
     .header-module-1 {
         background-image: linear-gradient(360deg, rgba(193, 216, 231, 0.95) 0%, rgba(221, 233, 241, 0.95) 100%) !important;
    }
}
 */
/*========== FEATURED-IN-ANIMATED Module =============*/
 .featured-in-animated {
     background-color: unset;
     border-top: 1px solid #E6E6E6;
     border-bottom: 1px solid #E6E6E6;
}
 .featured-in-animated .logo-center-el {
     display: none;
}
/*========= THREE-STEPS ==========*/
 .three-steps .container {
     padding: 2rem 3rem;
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 2.4rem;
     background: #FFFFFF;
}
 .three-steps .container .three-steps__header {
     display: flex;
     flex-direction: column;
     align-items: center;
     padding: 0;
     gap: 1.7rem;
}
 .three-steps .container .three-steps__header p {
     font-weight: 700;
     font-size: 1.2rem;
     line-height: 1.9rem;
     color: var(--primary-color);
}
 .three-steps .container .three-steps__header h2 {
     display: block;
     margin: 0;
     font-size: 2rem;
     font-weight: 700;
     line-height: 3rem;
     text-transform: capitalize;
}
 .three-steps .container .divider {
     width: 100px;
     height: 7px;
     background: rgba(189, 189, 189, 0.5);
     border-radius: 1rem;
}
 .three-steps .container .steps {
     display: flex;
     flex-direction: column;
     align-items: center;
     padding: 0;
     gap: 2.4rem;
}
 .three-steps .container .steps-item {
     display: flex;
     flex-direction: column;
     align-items: center;
     padding: 0;
     gap: 15px;
}
 .three-steps .container .steps .steps-item h3 {
     font-weight: 700;
     font-size: 1.6rem;
     line-height: 2.1rem;
}
 .three-steps .container .steps .steps-item p {
     font-weight: 400;
     font-size: 1.4rem;
     line-height: 2.4rem;
     text-align: center;
}
 .three-steps .container .steps .steps-item .steps-item-image img {
     max-width: 200px;
     height: 200px;
     margin: 0 auto;
     object-fit: cover;
     object-position: bottom;
}
 .three-steps .container .steps .steps-item .steps-item-image.rounded img {
     border-radius: 100%;
     aspect-ratio: 1/1;
}
 .three-steps .container .steps .steps-item:last-child {
     padding-bottom: 0;
}
 @media (min-width: 600px) {
     .three-steps .container .three-steps__header h2 {
         font-size: 4rem;
         line-height: 5.5rem;
    }
}
 @media (min-width: 767.9px) {
     .three-steps .container {
         padding: 4.5rem 1.5rem;
         width: auto;
    }
     .three-steps .container .steps {
         display: flex;
    }
     .three-steps .container .steps .steps-item {
         flex: 1 1 0;
    }
     .three-steps .container .steps .steps-item .steps-item-image.rounded img {
         max-width: 255px;
         height: 255px;
         object-fit: cover;
         object-position: bottom;
    }
}
 @media (min-width: 992px) {
     .three-steps .container {
         max-width: 900px;
         padding: 4rem 0;
         gap: 3.5rem;
    }
     .three-steps .container .three-steps__header p {
         font-size: 1.6rem;
    }
     .three-steps .container .three-steps__header h2 {
         font-size: 3.2rem;
         line-height: 4rem;
    }
     .three-steps .container .steps {
         display: flex;
         flex-direction: row;
         justify-content: center;
         align-items: flex-start;
         padding: 0;
         gap: 8.5rem;
    }
     .three-steps .container .steps .steps-item h3 {
         font-size: 1.8rem;
         line-height: 30px;
    }
}
/*========= ABOUT-SECTION ==========*/
 .about-section {
     background: linear-gradient(360deg, rgba(193, 216, 231, 0.95) 35.5%, rgba(221, 233, 241, 0.95) 100%);
}
 .about-section .container {
     padding: 2rem 3rem;
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 2.4rem;
}
 .about-section .container .about-section__header {
     display: flex;
     flex-direction: column;
     align-items: center;
     padding: 0;
     gap: 1.7rem;
}
 .about-section .container .about-section__header p {
     font-weight: 700;
     font-size: 1.2rem;
     line-height: 1.9rem;
     color: var(--primary-color);
}
 .about-section .container .about-section__header h2 {
     display: block;
     margin: 0;
     font-size: 2rem;
     font-weight: 700;
     line-height: 3rem;
     text-transform: capitalize;
}
 .about-section .container .divider {
     width: 100px;
     height: 7px;
     background: rgba(189, 189, 189, 0.5);
     border-radius: 1rem;
}
 .about-section .container .about-section__content p {
     font-weight: 400;
     font-size: 1.4rem;
     line-height: 2.4rem;
     text-align: center;
}
 @media (min-width: 600px) {
     .about-section .container .about-section__header h2 {
         font-size: 4rem;
         line-height: 5.5rem;
    }
}
 @media (min-width: 767.9px) {
     .about-section .container {
         padding: 4.5rem 1.5rem;
         width: auto;
    }
}
 @media (min-width: 992px) {
     .about-section .container {
         max-width: 800px;
         padding: 4rem 0;
         gap: 3.5rem;
    }
     .about-section .container .about-section__header p {
         font-size: 1.6rem;
    }
     .about-section .container .about-section__header h2 {
         font-size: 3.2rem;
         line-height: 4rem;
    }
     .about-section .container .about-section__content p {
         font-size: 1.6rem;
         line-height: 3rem;
    }
}
/*========== GALLERY-BREAK =============*/
 .gallery-break .container-fluid {
     padding-inline: 0;
}
 @media (min-width: 1200px) {
     .gallery-break .container-fluid {
         max-width: 1440px;
    }
}
 .gallery-break .gallery-break__img img {
     width: 100% 
}
/* .gallery-break .gallery-break__img.gallery-break__img2 img {
     height: 450px;
     object-fit: cover;
     object-position: center;
}
 */
/*========== FEATURES-SECTION-1 =============*/
 .features-section-1 .container {
     padding: 2rem 0;
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 2.4rem;
}
 .features-section-1 .container .features-section-1__header {
     display: flex;
     flex-direction: column;
     align-items: center;
     padding: 0;
     gap: 1.7rem;

}
 .features-section-1 .container .features-section-1__header p {
     font-weight: 700;
     font-size: 1.2rem;
     line-height: 1.9rem;
     color: var(--primary-color);
}
 .features-section-1 .container .features-section-1__header h2 {
     display: block;
     margin: 0;
     font-size: 2rem;
     font-weight: 700;
     line-height: 3rem;
     text-transform: capitalize;
}
 .features-section-1 .container .divider {
     width: 100px;
     height: 7px;
     background: rgba(189, 189, 189, 0.5);
     border-radius: 1rem;
}
 .features-section-1__content.row {
     gap: 2.5rem;
     margin-inline: unset;
     width: 100%;
}
 .features-section-1__content .features-section-1__content-img, .features-section-1__content .features-section-1__content-text .feature-item {
     padding-inline: 3rem;
     justify-items: center;
     align-content: center;
}
 .features-section-1__content .features-section-1__content-img img {
     max-width: 270px;
     border-radius: .6rem;
     object-fit: contain;
     margin:auto !important;
}
 .features-section-1__content .features-section-1__content-text {
     display: flex;
     flex-direction: column;
     gap: 1.5rem;
}
 .features-section-1__content .features-section-1__content-text .feature-item {
     justify-content: center;
}
 .features-section-1__content .features-section-1__content-text .feature-item, .features-section-1__content .features-section-1__content-text .feature-item .feature-item__content {
     gap: 1rem;
}
 .features-section-1__content .feature-item .feature-item__icon, .features-section-1__content .feature-item .feature-item__content {
     padding-inline: 0;
}
 .features-section-1__content .feature-item .feature-item__icon {
     display: flex;
     justify-content: center;
     flex-basis: 75px;
}
 .features-section-1__content .feature-item .feature-item__icon img {
     width: auto;
     height: 55px;
}
 .features-section-1 .container .features-section-1__content h4 {
     font-weight: 700;
     font-size: 1.6rem;
     line-height: 2.4rem;
     text-align: left;
     margin-bottom: 0;
}
 .features-section-1 .container .features-section-1__content p {
     font-weight: 400;
     font-size: 1.4rem;
     line-height: 2.4rem;
     text-align: left;
     margin-bottom: 0;
}
 @media (min-width: 600px) {
     .features-section-1 .container .features-section-1__header h2 {
         font-size: 4rem;
         line-height: 5.5rem;
    }
}
 @media (min-width: 767.9px) {
     .features-section-1 .container {
         padding: 4.5rem 1.5rem;
         width: auto;
    }
     .features-section-1 .container .features-section-1__content h4, .features-section-1 .container .features-section-1__content p {
         text-align: center;
    }
     .features-section-1__content .features-section-1__content-text .feature-item, .features-section-1__content .features-section-1__content-text .feature-item .feature-item__content {
         gap: .5rem;
    }
     .features-section-1__content .features-section-1__content-img, .features-section-1__content .features-section-1__content-text .feature-item {
         padding-inline: 0;
         align-items: center;
    }
     .features-section-1__content .features-section-1__content-img img {
         max-width: 350px;
         width: 100%;
         height: auto;
         display: block;
         margin: 0 auto !important;
    }
     .features-section-1__content .feature-item .feature-item__icon, .features-section-1__content .feature-item .feature-item__content {
         flex-basis: auto;
    }
     .features-section-1__content .feature-item .feature-item__icon img {
         width: auto;
         height: 48px;
    }
}
 @media (min-width: 992px) {
     .features-section-1 .container {
         max-width: 900px;
         padding: 4rem 0;
         gap: 3.5rem;
    }
     .features-section-1 .container .features-section-1__header p {
         font-size: 1.6rem;
    }
     .features-section-1 .container .features-section-1__header h2 {
         font-size: 3.2rem;
         line-height: 4rem;
    }
     .features-section-1__content {
         flex-wrap: nowrap;
    }
     .features-section-1__content .features-section-1__content-img {
         min-width: 0;
         overflow: hidden;
         display: flex;
         align-items: center;
         justify-content: center;
    }
     .features-section-1__content-text {
        /* max-width: 253px;
         */
         max-width: 275px;
    }
}
/*========== BUTTON-SECTION =============*/
 .button-section {
     padding: 1rem 0 3rem 0;
     text-align: center;
}
 .button-section .orderbutton {
     display: flex;
     align-items: center;
     padding: 1.2rem 1rem;
     width: 85%;
     /* font-weight: 600; */
      font-weight: 500;
     font-size: 1.6rem;
     line-height: 2.4rem;
     text-transform: capitalize;
     justify-content: center;
     gap: 1.5rem;
     margin-inline: auto;
}
 .button-section .orderbutton:hover {
     text-decoration: none;
     opacity: 0.75;
     color: var(--text-white);
}
 .button-section .orderbutton:focus {
     text-decoration: none;
     background: var(--primary-hover-color);
     border-color: var(--primary-hover-color);
     color: var(--text-white);
}
 @media (min-width: 480px) {
     .button-section .orderbutton {
         /* max-width: 364px; */
         /* max-width: max-content; */
         max-width: 480px; 
    }
}
 @media (min-width: 600px) {
     .button-section .orderbutton {
         font-size: 1.8rem;
    }
}
 @media (min-width: 767.9px) {
     .button-section .orderbutton {
         /* padding: 1.75rem 1rem; */
         padding: 1.5rem 1rem;
    }
}
/*========== FEATURES-BAR-1 =============*/
 .features-bar-1 {
     background-color: var(--primary-color);
     color: #ffffff;
     height: 6.4rem;
     /* display: flex; */
     align-items: center;
    max-width: 100%;
    width: 100%;
}
 .features-bar-1 .features-bar-1__container {
     position: relative;
     display: flex;
     overflow: hidden;
     width: 100%;
     height: 100%;
     align-items: center;
}
 .features-bar-1 .features-bar-1__container .features-bar-1__swiper {
     display: flex;
     flex-direction: row;
          overflow-x: hidden;
}
 .features-bar-1 .features-bar-1__container .features-bar-1__swiper .slides-container {
     display: flex;
     width: 100%;
     min-width: fit-content;
     -webkit-box-pack: start;
     justify-content: center;
     -webkit-box-align: center;
     align-items: center;
     -webkit-animation: track 60s linear infinite;
     animation: track 60s linear infinite;
          overflow-x: hidden;
}
 @keyframes track {
     0% {
         transform: translateX(0);
    }
     100% {
         transform: translateX(-100%);
    }
}
 .features-bar-1 .features-bar-1__container .features-bar-1__swiper .slides-container .text-slide-wrapper {
     display: flex;
     height: auto;
     width: auto;
     margin-inline: 3rem;
     -webkit-box-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     align-items: center;
}
 .features-bar-1__swiper .slides-container .text-slide-wrapper p {
     font-size: 1.8rem;
     line-height: 2.4rem;
     font-weight: 500;
     margin-bottom: 0;
}
 @media (min-width: 767.9px) {
     .features-bar-1__swiper .slides-container .text-slide-wrapper p {
         font-size: 2rem;
    }
}
/*========== FEATURES-SECTION-2 =============*/
 .features-section-2 .container {
     padding: 2rem 0;
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 3rem;
}
 .features-section-2 .container .features-section-2__header {
     display: flex;
     flex-direction: column;
     align-items: center;
     padding: 0 3rem;
     gap: 1.7rem;
}
 .features-section-2 .container .features-section-2__header p {
     font-weight: 700;
     font-size: 1.2rem;
     line-height: 1.9rem;
     color: var(--primary-color);
}
 .features-section-2 .container .features-section-2__header h2 {
     display: block;
     margin: 0;
     font-size: 2rem;
     font-weight: 700;
     line-height: 3rem;
     text-transform: capitalize;
}
 .features-section-2 .container .divider {
     width: 100px;
     height: 7px;
     background: rgba(189, 189, 189, 0.5);
     border-radius: 1rem;
}
 @media (min-width: 600px) {
     .features-section-2 .container .features-section-2__header h2 {
         font-size: 4rem;
         line-height: 5.5rem;
    }
}
 @media (min-width: 767.9px) {
     .features-section-2 .container {
         padding: 4.5rem 1.5rem;
         width: auto;
    }
}
 @media (min-width: 992px) {
     .features-section-2 .container {
         max-width: 900px;
         padding: 4rem 0;
         gap: 3.5rem;
    }
     .features-section-2 .container .features-section-2__header p {
         font-size: 1.6rem;
    }
     .features-section-2 .container .features-section-2__header h2 {
         font-size: 3.2rem;
         line-height: 4rem;
    }
}
 .features-section-2 .container .features-section-2__content {
     display: flex;
     flex-direction: column;
     gap: 3rem;
}
 @media (min-width: 992px) {
     .features-section-2 .container .features-section-2__content {
         flex-direction: row;
         gap: 3.5rem;
         align-items: center;
    }
}
 .features-section-2 .container .features-section-2__content .features-section-2__content-img {
     padding: 0 3rem;
}
 .features-section-2 .container .features-section-2__content .features-section-2__content-img img {
     border-radius: .6rem;
}
 .features-section-2 .container .features-section-2__content .features-section-2__content-text {
     display: flex;
     flex-direction: column;
     gap: 1.9rem;
     padding: 0 4.5rem;
     align-items: flex-start;
}
 @media (min-width: 576px) and (max-width: 991px) {
     .features-section-2 .container .features-section-2__content .features-section-2__content-text {
         align-items: center;
    }
}
 @media (min-width: 992px) {
     .features-section-2 .container .features-section-2__content .features-section-2__content-text {
         align-items: flex-start;
    }
}
 .features-section-2 .container .features-section-2__content .features-section-2__content-text h3 {
     font-size: 2rem;
     font-weight: 600;
     line-height: 2.4rem;
}
 @media (min-width: 992px) {
     .features-section-2 .container .features-section-2__content .features-section-2__content-text h3 {
         font-size: 2.8rem;
         line-height: 4rem;
    }
}
 .features-section-2 .container .features-section-2__content .features-section-2__content-text .divider {
     width: 50px;
     height: 7px;
     background: rgba(189, 189, 189, 0.5);
     border-radius: 10px;
}
 .features-section-2 .container .features-section-2__content .features-section-2__content-text p {
     font-size: 1.4rem;
     font-weight: 300;
     line-height: 24px;
     text-align: left;
     margin-bottom: 0;
}
 @media (min-width: 576px) and (max-width: 991px) {
     .features-section-2 .container .features-section-2__content .features-section-2__content-text p {
         text-align: center;
    }
}
 @media (min-width: 992px) {
     .features-section-2 .container .features-section-2__content .features-section-2__content-text p {
         font-size: 1.6rem;
         text-align: left;
    }
}
/*========== MID-SECTION-BAR-1 =============*/
 .mid-section-bar-1 {
     background-color: var(--primary-color);
     color: #ffffff;
     height: 70px;
     display: flex;
     align-items: center;
     padding: 1.6rem 3rem;
}
 .mid-section-bar-1 .container {
     display: flex;
     align-items: center;
     justify-content: space-evenly;
     padding-inline: 0;
     gap: 1rem;
}
 @media (min-width: 576px) {
     .mid-section-bar-1 .container {
         justify-content: space-between;
    }
}
 @media (min-width: 992px) {
     .mid-section-bar-1 .container {
         max-width: 975px;
    }
}
 .mid-section-bar-1 .container .logo-wrapper img {
     width: 100%;
     max-width: 102px;
     height: auto;
}
 @media (min-width: 576px) {
     .mid-section-bar-1 .container .logo-wrapper img {
         max-width: 204px;
         max-height: 39px;
    }
}
 .mid-section-bar-1 .container .button-wrapper {
     display: flex;
     align-items: center;
     justify-content: center;
     height: 32px 
}
 /* .mid-section-bar-1 .container .button-wrapper .orderbutton {
     box-shadow: none;
     padding: .8rem 1.2rem;
     display: flex;
     align-items: center;
     justify-content: center;
     min-height: 100%;
     max-width: 200px;
} */
.mid-section-bar-1 .container .button-wrapper .orderbutton {
	box-shadow: none;
	padding: .8rem 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100%;
	max-width: 200px;
	gap: 1.5rem;
	width: 100%;
	max-width: 480px;
	font-weight: 500;
}
 .mid-section-bar-1 .container .button-wrapper .orderbutton span {
     font-size: 1.8rem;
     line-height: 1.7rem;
     font-weight: 500;
     text-transform: uppercase;
     letter-spacing: .7px;
     text-align: center;
}
 @media (min-width: 576px) {
     .mid-section-bar-1 .container .button-wrapper {
         height: 39px;
    }
    .mid-section-bar-1 .container .button-wrapper a.orderbutton.pulse{
text-decoration: none;
    }
     .mid-section-bar-1 .container .button-wrapper .orderbutton {
      padding: 1.5rem 1rem;

    }
  
}
 @media (min-width: 767.9px) {
     .mid-section-bar-1 .container .button-wrapper .orderbutton {

         min-width: 480px;
    width: 100%;
    }

}
@media (min-width: 767px) and (max-width: 991px) {
 .mid-section-bar-1 .container .button-wrapper .orderbutton span {
	font-size: 1.3rem;
}
}
/*========== REVIEWS-SECTION-1 =============*/
 .reviews-section-1 {
     background-color: #F8F8F8;
}
 .reviews-section-1 .container {
     padding: 2rem 3rem;
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 2.4rem;
}
 .reviews-section-1 .container .reviews-section-1__header {
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 1.7rem;
}
 .reviews-section-1 .container .reviews-section-1__header p {
     font-weight: 700;
     font-size: 1.2rem;
     line-height: 1.9rem;
     color: var(--primary-color);
}
 .reviews-section-1 .container .reviews-section-1__header h2 {
     display: block;
     margin: 0;
     font-size: 2rem;
     font-weight: 700;
     line-height: 3rem;
     text-transform: capitalize;
}
 .reviews-section-1 .container .divider {
     width: 100px;
     height: 7px;
     background: rgba(189, 189, 189, 0.5);
     border-radius: 1rem;
}
 @media (min-width: 600px) {
     .reviews-section-1 .container .reviews-section-1__header h2 {
         font-size: 4rem;
         line-height: 5.5rem;
    }
}
 @media (min-width: 767.9px) {
     .reviews-section-1 .container {
         padding: 4.5rem 1.5rem;
         width: auto;
    }
}
 @media (min-width: 992px) {
     .reviews-section-1 .container {
         max-width: 900px;
         padding: 4rem 0;
         gap: 3.6rem;
    }
     .reviews-section-1 .container .reviews-section-1__header p {
         font-size: 1.6rem;
    }
     .reviews-section-1 .container .reviews-section-1__header h2 {
         font-size: 3.2rem;
         line-height: 4rem;
    }
}
 .reviews-section-1 .reviews-section-1__rankings {
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 1.5rem;
     width: 100%;
}
 @media (min-width: 576px) {
     .reviews-section-1 .reviews-section-1__rankings {
         gap: 3.5rem;
    }
}
 .reviews-section-1 .reviews-section-1__rankings .ranking_stars p {
     font-size: 5.6rem;
     line-height: 4.6rem;
     font-weight: 500;
     text-align: center;
}
 .reviews-section-1 .reviews-section-1__rankings .ranking_numbers {
     height: 100%;
}
 .reviews-section-1 .reviews-section-1__rankings .vertical-divider {
     width: 1px;
     background-color: #F0F0F0;
     align-self: stretch;
}
 .reviews-section-1 .reviews-section-1__rankings .ranking_numbers ol {
     list-style: none;
     display: flex;
     flex-direction: column-reverse;
     justify-content: space-between;
     margin-bottom: 0;
     height: 100%;
     align-self: stretch;
}
 .reviews-section-1 .reviews-section-1__rankings .ranking_numbers ol li {
     text-align: center;
     font-size: 1.2rem;
     line-height: 1.84rem;
}
 .reviews-section-1 .reviews-section-1__rankings .ranking_bars {
     width: 100%;
     max-width: 214px;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     align-self: stretch;
}
 .reviews-section-1 .reviews-section-1__rankings div.bg_light, .reviews-section-1 .reviews-section-1__rankings .ranking_content .ranking_content__category .category-item div.bg_light {
     background-color: #E0E0E0;
     border-radius: 100px;
     height: 1.2rem;
}
 .reviews-section-1 .reviews-section-1__rankings div.bg_light .bg_dark, .reviews-section-1 .reviews-section-1__rankings .ranking_content .ranking_content__category .category-item div.bg_light .bg_dark {
     background-color: #333333;
     border-radius: 100px;
     height: 100%;
     width: 0;
}
 .reviews-section-1 .reviews-section-1__rankings .ranking_bars div.bg_light:nth-child(1) .bg_dark {
     width: 95%;
}
 .reviews-section-1 .reviews-section-1__rankings .ranking_bars div.bg_light:nth-child(2) .bg_dark {
     width: 80%;
}
 .reviews-section-1 .reviews-section-1__rankings .ranking_bars div.bg_light:nth-child(3) .bg_dark {
     width: 35%;
}
 .reviews-section-1 .reviews-section-1__rankings .ranking_bars div.bg_light:nth-child(4) .bg_dark {
     width: 7%;
}
 .reviews-section-1 .reviews-section-1__rankings .ranking_bars div.bg_light:nth-child(5) .bg_dark {
     width: 3%;
}
 .reviews-section-1 .reviews-section-1__rankings .ranking_content {
     flex-direction: column;
     align-self: stretch;
}
 .reviews-section-1 .reviews-section-1__rankings .ranking_content p {
     font-size: 1.4rem;
     line-height: 1.6rem;
     padding-bottom: 1rem;
     border-bottom: 1px solid #F0F0F0;
}
 .reviews-section-1 .reviews-section-1__rankings .ranking_content .ranking_content__category {
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     align-self: stretch;
     flex-grow: 1;
}
 .reviews-section-1 .reviews-section-1__rankings .ranking_content .ranking_content__category .category-item {
     display: flex;
     gap: 1rem;
}
 .reviews-section-1 .reviews-section-1__rankings .ranking_content .ranking_content__category .category-item span {
     font-size: 1.2rem;
     line-height: 1.2rem;
     min-width: 100px;
     color: #666666 
}
 .reviews-section-1 .reviews-section-1__rankings .ranking_content .ranking_content__category .category-item div.bg_light {
     width: 100%;
     max-width: 224px;
}
 .reviews-section-1 .reviews-section-1__rankings .ranking_content .ranking_content__category .category-item:nth-child(1) div.bg_light .bg_dark {
     width: 95%;
}
 .reviews-section-1 .reviews-section-1__rankings .ranking_content .ranking_content__category .category-item:nth-child(2) div.bg_light .bg_dark {
     width: 92%;
}
 .reviews-section-1 .reviews-section-1__rankings .ranking_content .ranking_content__category .category-item:nth-child(3) div.bg_light .bg_dark {
     width: 97%;
}
 .reviews-section-1 .container .social-prooving .container {
     padding: 0;
}
 .reviews-section-1 .container .social-prooving .trustpilot {
     display: none;
}
 .reviews-section-1 .container .social-prooving .social-prooving-inner {
     border-radius: 8px;
}
 .reviews-section-1 .container .social-prooving .social-prooving-inner .social-prooving-content .social-prooving-content-img img {
     border-radius: 8px 8px 0 0;
}
 .reviews-section-1 .container .social-prooving .social-prooving-content-img p {
     background-color: #ffffff;
     color: #000000;
}
 .reviews-section-1 .container .reviews-section-1__header p {
     font-size: 1.6rem;
}
 .reviews-section-1 .container .reviews-section-1__footer p {
     font-size: 1.2rem;
     line-height: 1.44rem;
     text-align: center;
     max-width: 665px;
     color: #5E5E5E;
}
/*========== ORDER-BENEFITS-SECTION-1 =============*/
 .order-benefits-section-1 .container {
     padding: 2rem 3rem;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     gap: 2rem;
}
 @media (min-width: 767.9px) {
     .order-benefits-section-1 .container {
         padding: 4.5rem 1.5rem;
         width: auto;
    }
}
 @media (min-width: 992px) {
     .order-benefits-section-1 .container {
         max-width: 900px;
         padding: 4rem 0;
         flex-direction: row;
         gap: 0;
         justify-content: space-between;
    }
}
 .order-benefits-section-1 .container .order-benefit-item {
     position: relative;
     border-radius: .6rem;
     border: 1px solid rgb(47, 91, 166);
     align-self: stretch;
     padding: 2rem;
     flex-grow: 1;
     width: 100%;
}
 @media (min-width: 992px) {
     .order-benefits-section-1 .container .order-benefit-item {
         max-width: 284px;
    }
}
 .order-benefits-section-1 .container .order-benefit-item .order-benefit-item__header {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     background-color: rgb(47, 91, 166);
     height: 5.5rem;
     border-radius: .6rem .6rem 0 0;
     z-index: -1 
}
 .order-benefits-section-1 .container .order-benefit-item .order-benefit-item__content {
     display: flex;
     flex-direction: column;
     gap: 2rem;
     position: relative;
}
 .order-benefits-section-1 .container .order-benefit-item .order-benefit-item__content .trusted-icon {
     width: 90px;
     height: 90px;
     margin-inline: auto;
     -webkit-mask-size: contain;
     mask-size: contain;
     -webkit-mask-repeat: no-repeat;
     mask-repeat: no-repeat;
     -webkit-mask-position: center;
     mask-position: center;
     background-color: rgb(47, 91, 166);
     position: relative;
}
 .order-benefits-section-1 .container .order-benefit-item .order-benefit-item__content .trusted-icon.icon1 {
     -webkit-mask-image: url(https\3A \2F \2F assets2\2E widitrade\2E com\2F assets\2F templates\2F 67e51edfc347981bea0602b3\2F trusted1\2E svg);
     mask-image: url(https\3A \2F \2F assets2\2E widitrade\2E com\2F assets\2F templates\2F 67e51edfc347981bea0602b3\2F trusted1\2E svg);
}
 .order-benefits-section-1 .container .order-benefit-item .order-benefit-item__content .trusted-icon.icon2 {
     -webkit-mask-image: url(https\3A \2F \2F assets2\2E widitrade\2E com\2F assets\2F templates\2F 67e51edfc347981bea0602b3\2F trusted2\2E svg);
     mask-image: url(https\3A \2F \2F assets2\2E widitrade\2E com\2F assets\2F templates\2F 67e51edfc347981bea0602b3\2F trusted2\2E svg);
}
 .order-benefits-section-1 .container .order-benefit-item .order-benefit-item__content .trusted-icon.icon3 {
     -webkit-mask-image: url(https\3A \2F \2F assets2\2E widitrade\2E com\2F assets\2F templates\2F 67e51edfc347981bea0602b3\2F trusted3\2E svg);
     mask-image: url(https\3A \2F \2F assets2\2E widitrade\2E com\2F assets\2F templates\2F 67e51edfc347981bea0602b3\2F trusted3\2E svg);
}
 .order-benefits-section-1 .container .order-benefit-item .order-benefit-item__content .trusted-icon-before {
     width: 90px;
     height: 90px;
     border-radius: 50%;
     position: absolute;
     top: 0;
     left: 50%;
     transform: translateX(-50%);
     margin-inline: auto;
     background-color: #ffffff;
     z-index: -1;
     border: 2px solid rgb(47, 91, 166);
}
 .order-benefits-section-1 .container .order-benefit-item .order-benefit-item__content img {
     margin-inline: auto;
}
 .order-benefits-section-1 .container .order-benefit-item .order-benefit-item__content .content-text {
     text-align: center;
}
 .order-benefits-section-1 .container .order-benefit-item .order-benefit-item__content .content-text h4 {
     font-size: 1.8rem;
     line-height: 2.4rem;
     font-weight: 600;
}
 .order-benefits-section-1 .container .order-benefit-item .order-benefit-item__content .content-text p {
     font-size: 1.6rem;
     line-height: 2.3rem;
     margin-bottom: 0;
}
/*========= FAQ ==========*/
 .faq {
     background-color: #F8F8F8;
}
 .faq .container {
     padding: 2rem 3rem;
     width: 100%;
     max-width: 640px;
}
 .faq .container, .faq .container .panel-group {
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 1.5rem;
}
 .faq .container .faq__header {
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 1.7rem;
}
 .faq .container .faq__header p {
     font-weight: 700;
     font-size: 1.2rem;
     line-height: 1.9rem;
     color: var(--primary-color);
}
 .faq .container .faq__header h2 {
     display: block;
     margin: 0;
     font-size: 2rem;
     font-weight: 700;
     line-height: 3rem;
     text-transform: capitalize;
}
 .faq .container .divider {
     width: 100px;
     height: 7px;
     background: rgba(189, 189, 189, 0.5);
     border-radius: 1rem;
}
 @media (min-width: 600px) {
     .faq .container .faq__header h2 {
         font-size: 4rem;
         line-height: 5.5rem;
    }
}
 @media (min-width: 767.9px) {
     .faq .container {
         padding: 4.5rem 1.5rem;
    }
}
 @media (min-width: 992px) {
     .faq .container {
         padding: 4rem 0;
    }
     .faq .container .faq__header p {
         font-size: 1.6rem;
    }
     .faq .container .faq__header h2 {
         font-size: 3.2rem;
         line-height: 4rem;
    }
}
 .faq .container .panel-group, .faq .container .panel-group .panel.panel-default {
     width: 100%;
}
 .faq .container .panel-group .panel.panel-default {
     border: 1px solid rgba(0, 0, 0, 0.1);
     border-radius: 6px;
}
 .faq .container .panel-title {
     margin: 0;
     padding: 1rem 2rem;
     background-color: #FAFAFA;
}
 .faq .container .panel-title a {
     color: var(--text-normal);
     font-size: 1.4rem;
     line-height: 2.4rem;
     font-weight: 500;
     display: flex;
     align-items: center;
     text-decoration: none;
}
 .faq .container .panel-title a span {
     display: none;
}
 .faq .container .panel-title a div {
     margin-left: auto;
     display: flex;
     align-items: center;
     width: 24px;
     height: 24px;
     transform: rotate(-90deg);
     transition: all 0.2s ease-in-out;
}
 .faq .container .panel-title a div::before {
     content: '';
     display: block;
     position: absolute;
     right: 0;
     width: 14px;
     height: 2px;
     background-color: var(--primary-color);
     transform: rotate(-90deg);
}
 .faq .container .panel-title a div::after {
     content: '';
     display: block;
     position: absolute;
     right: 0;
     width: 14px;
     height: 2px;
     background-color: var(--primary-color);
     opacity: 0;
     transition: opacity 0.15s ease-in-out;
}
 .faq .container .panel-title a.collapsed {
     text-decoration: none;
}
 .faq .container .panel-title a.collapsed div {
     transform: rotate(0);
}
 .faq .container .panel-title a.collapsed div::before {
     background-color: var(--primary-color);
}
 .faq .container .panel-title a.collapsed div::after {
     background-color: var(--primary-color);
     opacity: 1;
}
 .faq .container .panel-body {
     font-size: 1.4rem;
     line-height: 2.4rem;
     padding: 1rem 2rem;
     color: var(--text-normal);
     background-color: #ffffff;
     border-radius: 0 0 .6rem .6rem;
}
/*========= BOTTOM-ORDER-SECTION-1 ==========*/
 .bottom-order-section-1 {
     background-color: #FFFFFF;
}
 .bottom-order-section-1 .container {
     padding: 1rem 3rem;
     display: flex;
     flex-direction: column;
     align-items: center;
}
 @media (min-width: 767.9px) {
     .bottom-order-section-1 .container {
         padding: 4.5rem 1.5rem;
    }
}
 @media (min-width: 992px) {
     .bottom-order-section-1 .container {
         max-width: 900px;
         padding: 4rem 0;
         gap: 2rem;
    }
}
 .bottom-order-section-1 .container .bottom-order-section-1__wrapper {
     padding: 2rem 0;
     display: flex;
     flex-direction: column;
     align-items: center;
     border: 2px dashed #000000;
     border-radius: .6rem;
}
 .bottom-order-section-1 .container .bottom-order-section-1__header {
     padding-inline: 3rem;
}
 .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.left {
     padding-inline: 3rem;
     position: relative;
}
 @media (min-width: 992px) {
     .bottom-order-section-1 .container .bottom-order-section-1__wrapper {
         padding: 4rem 2rem;
         flex-direction: row;
         gap: 2rem;
    }
     .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.left {
         padding-inline: 0;
         max-width: 397px;
    }
}
 .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.left img {
     margin-inline: auto;
     border-radius: .6rem;
     width: 100%;
     object-fit: contain;
}
 @media (min-width: 992px) {
     .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.left img {
         margin-left: 0;
         margin-right: auto;
    }
}
 .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right {
     display: flex;
     flex-direction: column;
     align-items: center;
     padding-inline: 2rem;
     padding-top: 1rem;
     gap: 1.5rem;
}
 .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .bottom-order-section-1__socials-in-stock {
     border-radius: .6rem;
     border: 1px solid #E9E9E9;
}
 @media (min-width: 992px) {
     .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right {
         padding: 0;
    }
     .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .bottom-order-section-1__socials-in-stock {
         border-radius: 10rem;
         padding: .5rem 1rem;
    }
}
 .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .socials, .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .in-stock {
     padding: .75rem 1.5rem;
}
 @media (min-width: 992px) {
     .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .socials, .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .in-stock {
         padding: 0;
    }
}
 .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .socials {
     display: flex;
     justify-content: center;
     align-items: center;
     border-bottom: 1px solid #E9E9E9;
     gap: 28px;
}
 .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .socials img {
     width: 100%;
     max-width: 7.2rem;
     height: auto;
}
 @media (min-width: 992px) {
     .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .socials img {
         max-width: 8rem;
    }
     .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .socials {
         gap: unset;
         border-bottom: none;
    }
}
 .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .socials .socials-dk {
     align-items: center;
}
 .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .socials .socials-dk .rate {
     font-size: 1.4rem;
     line-height: 1.6rem;
     font-weight: 600;
     margin-inline: .5rem;
}
 .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .socials .socials-dk .vertical-divider {
     width: .1rem;
     height: 2rem;
     background-color: #E9E9E9;
}
 .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .button-section {
     width: 100%;
     padding: 0;

}
 .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .button-section .orderbutton {
     width: 100%;
     /* max-width: 550px; */
          min-width: 480px;
     margin-inline: auto;
     /* font-size: 1.4rem; */
}
 @media (min-width: 576px) {
     /* .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .button-section .orderbutton {
         font-size: 1.6rem;
    } */
}
 .bottom-order-section-1 .container .bottom-order-section-1__wrapper .bottom-order-section-1__header h3 {
     font-size: 1.2rem;
     line-height: 1.9rem;
     font-weight: 600;
}
 .bottom-order-section-1 .container .bottom-order-section-1__wrapper .bottom-order-section-1__header h2 {
     font-size: 2.6rem;
     line-height: 3rem;
     font-weight: 800;
}
 .bottom-order-section-1 .container .bottom-order-section-1__wrapper p {
     font-size: 1.4rem;
     line-height: 2.4rem;
     font-weight: 400;
     color: #8F8F8F;
}
 .bottom-order-section-1 .container .bottom-order-section-1__wrapper .button-section+p {
     font-size: 1.2rem;
     line-height: 1.6rem;
     font-weight: 400;
     color: #747474;
     margin-bottom: 0;
}
 @media (min-width: 767.9px) {
     .bottom-order-section-1 .container .bottom-order-section-1__wrapper .bottom-order-section-1__header h3 {
         font-size: 2rem;
         line-height: 3.2rem;
    }
     .bottom-order-section-1 .container .bottom-order-section-1__wrapper .bottom-order-section-1__header h2 {
         font-size: 3.6rem;
         line-height: 3.9rem;
    }
     .bottom-order-section-1 .container .bottom-order-section-1__wrapper p {
         font-size: 1.6rem;
    }
     .bottom-order-section-1 .container .bottom-order-section-1__wrapper .button-section+p {
         font-size: 1.4rem;
    }
}
 .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .bottom-order-section-1__socials-in-stock {
     display: flex;
     flex-direction: column;
     align-items: center;
}
 @media (min-width: 992px) {
     .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .bottom-order-section-1__socials-in-stock {
         flex-direction: row;
    }
}
 .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .bottom-order-section-1__socials-in-stock .socials .socials-mb span {
     font-size: 1.4rem;
     line-height: 1.6rem;
}
 .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .bottom-order-section-1__socials-in-stock .in-stock {
     color: #53A179;
}
 .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .bottom-order-section-1__socials-in-stock .in-stock .bullet {
     display: inline-block;
     width: .8rem;
     height: .8rem;
     background-color: #53A179;
     border-radius: 50%;
     margin-inline: 1rem;
}
 .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .bottom-order-section-1__socials-in-stock .in-stock .bullet+span {
     font-size: 1.4rem;
     line-height: 2rem;
     font-weight: 500;
}
 @-webkit-keyframes fadeInUp {
     from {
         opacity: 0;
         -webkit-transform: translate3d(0, 50%, 0);
         transform: translate3d(0, 50%, 0);
    }
     to {
         opacity: 1;
         -webkit-transform: none;
         transform: none;
    }
}
 @keyframes fadeInUp {
     from {
         opacity: 0;
         -webkit-transform: translate3d(0, 50%, 0);
         transform: translate3d(0, 50%, 0);
    }
     to {
         opacity: 1;
         -webkit-transform: none;
         transform: none;
    }
}
 .fadeInUp {
     -webkit-animation-name: fadeInUp;
     animation-name: fadeInUp;
     -webkit-animation-duration: 1s;
     animation-duration: 1s;
     -webkit-animation-fill-mode: both;
     animation-fill-mode: both;
}
 #productPopup .modal-dialog {
     max-width: 700px;
}
 #productPopup .modal-content {
     border-radius: .5rem;
}
 #productPopup .modal-header {
     background-color: #070835;
     padding: .8rem;
}
 #productPopup .modal-header h4, #productPopup .modal-header button {
     font-size: 1.6rem;
     font-weight: 500;
}
 #productPopup button.close {
     color: white;
     opacity: 1;
     margin: -1.2rem -1.2rem -1.2rem auto;
     padding: 1.6rem;
}
 #productPopup .modal-body {
     display: grid;
     grid-template-rows: repeat(2, auto);
     grid-template-columns: 1fr 1.5fr;
     column-gap: 2.4rem;
     padding: 1.6rem;
}
 #productPopup .modal-body img {
     max-width: 225px;
     justify-self: center;
}
 #productPopup .modal-body-right {
     grid-row: 1/3;
     grid-column: 2/3;
}
 #productPopup .modal-body-right h1 {
     font-size: 36px;
     margin-bottom: 1.2rem;
     font-weight: 700;
}
 #productPopup .modal-body-right .popup-text {
     padding: .8rem 1.6rem;
     margin-bottom: 1.6rem;
     font-size: 1.5rem;
}
 #productPopup .modal-body-right .popup-discount {
     border: none;
     padding: 1.6rem 4rem;
     background-color: #00A800;
     border-radius: 5px;
     color: white;
     font-weight: 500;
     font-size: 1.6rem;
}
 #productPopup .modal-body-right .popup-views {
     margin-top: .8rem;
     color: red;
     text-decoration: underline;
     font-size: 14px;
}
 img.check-grey {
     filter: brightness(0);
}
 @media only screen and (max-width: 1024.9px) {
    /* .header-module-1 .container .header-module-1__row .header-module-1__col-left img.watch_img {
         object-fit: contain;
         width: 100%;
         height: 100%;
         max-height: 300px;
         max-width: 100%;
         margin: 0;
         margin-left: 0;
         margin-top: 10px;
    }
     */
     /* .header-module-1 {
   
         background-image: url(../images/new/banner-polar-v2-v1.png), linear-gradient(360deg, rgba(193, 216, 231, 0.95) 0%, rgba(221, 233, 241, 0.95) 100%);
         background-position: 57% 100%;
         background-repeat: no-repeat;
         background-size: cover;
    } */
    .header-module-1 {
            background-size: cover;
    display: block;
    height: auto;
    }
     .header-module-1 .container .header-module-1__row .header-module-1__col-left img.watch_img{
         /* display:none  */
         margin-left: 220px;
        margin-top: 149px;
    }
}
 .desk-hide{
     display:none !important;
}
 @media only screen and (max-width: 767.9px) {
     .header-module-1 {
        /* background-image: linear-gradient(360deg, rgba(193, 216, 231, 0.95) 0%, rgba(221, 233, 241, 0.95) 100%);
         */
         background-image: url(../images/new/sec1-bg-mb2-v1-v2.jpg), linear-gradient(360deg, rgba(193, 216, 231, 0.95) 0%, rgba(221, 233, 241, 0.95) 100%);
         background-repeat: no-repeat;
         background-size: cover;
         background-position: top center;
         position: relative;
         z-index: 1;
             padding: 0px 0;
             height:auto;
    }
     .header-module-1::after{
         content: '';
         position: absolute;
         top: 0;
         left: 0;
         background-color: rgb(255 255 255 / 12%);
         width: 100%;
         height: 100%;
        /* backdrop-filter: blur(2px);
         */
         z-index: -1;
    }
     .header-module-1 .container .header-module-1__row .header-module-1__col-left img.watch_img{
         display:block;
    }
     .header-module-1 .container .header-module-1__row .header-module-1__col-left img.watch_img {
         object-fit: contain;
         width: 100%;
         height: 100%;
         max-height: 180px;
         max-width: 100%;
         margin: auto auto;
         margin-right: 0;
         margin-top: 90px;
    }
     .header-module-1 .container .header-module-1__row .header-module-1__col-right .ratingLine .ratingLine__text {
         font-weight: 700;
    }
     .header-module-1 .container .header-module-1__row .header-module-1__col-right .ratingLine {
         display: flex;
         flex-wrap: wrap;
         justify-content: center;
         gap: .6rem;
         padding: 0;
         font-size: 1.2rem;
         font-style: normal;
         line-height: 2rem;
         color: var(--text-switch);
         margin-top: -12px;
    }
     .ratingLine__stars {
         flex-basis: 100%;
         display: flex;
         justify-content: center;
    }
     .three-steps .container .steps .steps-item h3 {
         margin-bottom: -10px;
    }
     .mob-hide{
         display:none !important;
    }
     .desk-hide{
         display:block !important;
    }
     .feature-item__content {
         align-items: start;
    }
}
 .footer-module-payments{
     margin-top:0px !important 
}
.three-steps .container .steps .steps-item:nth-child(2) .steps-item-image img {
    object-fit: cover;
    object-position: center;
}
.three-steps .container .steps .steps-item:nth-child(3) .steps-item-image img {
    object-fit: cover;
    object-position: top;
}
@media (max-width: 600px) {
    .footer-module {
        margin-bottom: 38px;
    }
}

@media only screen and (max-width: 767.9px) {
    .header-module-1 .container .header-module-1__row .header-module-1__col-right .ratingLine {
        display: flex
;
        flex-wrap: wrap;
        justify-content: center;
        gap: .6rem;
        padding: 0;
        font-size: 1.2rem;
        font-style: normal;
        line-height: 2rem;
        color: var(--text-switch);
        /* margin-top: -142px; */
        margin-top: 0px;
    }
    .header-module-1 .container .header-module-1__row .header-module-1__col-right{
        gap:10px;
    }
    .header-module-1 .container {
    padding: 15rem 3rem 2rem 3rem;
}
.header-module-1 .container .header-module-1__row .header-module-1__col-left img.watch_img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-height: 125px;
    max-width: 100%;
    margin: auto auto;
    margin-right: 0;
    /* margin-top: 139px; */
    margin-top: 120px;
    margin-bottom: 3px;
    margin-left: -11px;
}
    .header-module-1 .container .header-module-1__row .header-module-1__col-right ul {
        gap:1.2rem;
    }


    /* new-15-09-25 */
     .top-menu-1 {
     padding: 0 1rem;
}
.top-menu-1 .container .menu-icon {
    padding: 2rem 2rem;
}
.header-module-1 .container .header-module-1__row .header-module-1__col-right h2 {
    font-size: 2.2rem;
    line-height: 2.6rem;
            margin-bottom: 5px;
}
    .header-module-1 .container .header-module-1__row .header-module-1__col-right {
        gap: 7px;
    }
    .header-module-1 .container .header-module-1__row .header-module-1__col-left img.watch_img {
    /* margin-top: 50px; */
    margin-top: -23px;

}
.header-module-1 .container .header-module-1__row .header-module-1__col-right .header-module-1__order-button .orderbutton{
    display: none;

}
.button-section .orderbutton{
 display: none;
   
}
}
/*-----------------------
		Pulse
------------------------*/
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes pulse {
0% {transform: scale(0.9);}
50% {transform: scale(1);}
100% {transform: scale(0.9);}
}

@-webkit-keyframes pulse {
0% {-webkit-transform: scale(0.95);}
50% {-webkit-transform: scale(1);}
100% {-webkit-transform: scale(0.95);}
}	

.btn-txt.under-btn {
    text-align: center;
    /* width: 100%; */
    margin: 5px 0 0 0;
    /* float: left; */
    font-weight: 600;
}
.btn-txt.under-btn p.btn-text1 {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
    font-size: 12px !important;
    line-height: 17px;
    letter-spacing: 0;
    margin: .5rem 0 !important;
}
.btn-txt.under-btn p.btn-text2 {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
    font-size: 12px !important;
    line-height: 17px;
    letter-spacing: 0;
        margin: .5rem 0 !important;
}
.btn-txt.under-btn .bnr-indt {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 5px 0 5px;
}
.btn-txt.under-btn p.btn-text2 span {
    color: #FC2201;
    font-weight: 600;
}

.btn-txt.under-btn .btn-text1:before {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    width: 9px;
    height: 9px;
    background: #6fb620;
    border-radius: 50%;
    content: "";
    animation: fade 1s ease-in-out infinite
}


@keyframes fade {
    0% {
        opacity: 100%
    }

    50% {
        opacity: 30%
    }

    70% {
        opacity: 100%
    }

    100% {
        opacity: 100%
    }
}
/* header */
.top-fix-bar {
    transition: all 0.3s ease-in-out;
}
.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
@media (max-width: 991px) {
    .header-module-1 .container .header-module-1__row .header-module-1__col-right .header-module-1__order-button .orderbutton {
        font-size: 1.3rem;
    }
    .btn-txt.under-btn p.btn-text1 {
    font-size: 10px !important;
}
    .btn-txt.under-btn p.btn-text2 {
    font-size: 10px !important;
}
}
/* #ctabtn-mob{
    display: none;
}
bottom-order-section-1 #ctabtn-mob{
    display: block;
} */


@media only screen and (max-width: 767.9px) {
.btn-txt.under-btn {
    display: none;
}
.navbar-footer .btn-txt.under-btn{
        display:block;
}
    .button-section .orderbutton {
        font-size: 1.3rem;
    }
     .button-section .orderbutton svg{
             width: 20px;
    height: 16px;
     }
     .bottom-order-section-1 .button-section .orderbutton {
        display: block;
    }
        .bottom-order-section-1 .btn-txt.under-btn {
        display: block;
    }
    .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right {
    padding-inline: 0;
}
.navbar-footer .navbar-footer-btn a {
    font-size: 1.3rem;
  padding: 1.5rem 2.2rem;
}
.bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .button-section .orderbutton {
    font-size: 1.3rem;
            max-width: 480px;
                    /* max-width: max-content; */
                min-width: auto;
}
#ctabtn-mob{
  
            padding: 1rem 0;
            background: var(--text-white);
}
.button-section .orderbutton{
    font-weight: 600;
}

}

@media only screen and (max-width: 500.9px) {
   .header-module-1 .container .header-module-1__row .header-module-1__col-right ul {
        gap:.5rem;
    }
}