/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/*@font-face {
  font-family: 'puremotive-regular';
  src: url('../fonts/puremotive_regular.ttf');
}
@font-face {
  font-family: 'puremptive-medium';
  src: url('../fonts/puremotive_medium.ttf');
}
@font-face {
  font-family: 'puremotive-black';
  src: url('../fonts/puremotive_black.ttf');
}*/

:root {
  --primary-color: #023047;
  --secondary-color: #219EBC;
  --gradient-color:linear-gradient(#7446b8, #a78dff);
  --font-dark-color: #414348;
  --font-light-color: #8b8c89;
}

html {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

body {
  background: #ffffff;
  font-size: 16px;
  font-weight: 400;
  /*font-family: 'puremotive-regular';*/
  font-family: "Outfit", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #414348;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
}

ul li, ol li,a, h1, h2, h3, h4, h5, body, p{
font-family: "Outfit", sans-serif;
}

h1, h2, h3, h4, h5 {
  color: #222222;
}

a {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  text-decoration: none;
}

a a:focus, a:focus {
  outline: none;
}

p {
  font-weight: 400;
  margin: 0px;
  font-size: 16px;
}

ul, ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}

/*a:visited {
  color: #800080;
}*/

a:not([href]):not([tabindex]) {
  color: var(--primary-color);
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: rgba(222, 222, 222, .75);
  -webkit-user-select: none;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .5);
  border-radius: 4px;
}

/*Home page CSS*/


/*header CSS*/
#Topbar{
      background: var(--secondary-color);
    padding: 5px 0;
    transition: margin 0.3s ease-out;
}

#Topbar p{
  text-align: center;
  color: #ffffff;
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

header{
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    background: #ffffff;
    padding: 10px 0;
    position: relative;
    transition: transform 0.5s ease-out;
    z-index: 99;
    width: 100%;
}

.fixedHeader{
  width: 100%;
  z-index: 99;
}

.header_wrap{
position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
}

.margin_header{
    clear: both;
    height: 132px;
    width: 100%;
}

.hideTopbar{
    transition: margin 0.3s ease-out;
    transition-delay: 0.2s;
    margin-bottom: -35px;
}

/*.site-header.fixedHeader{
  transition: position 3s ease-out;
  transform: translateY(0px);
}*/

header nav{
  text-align: right;
}

header ul{
list-style: none;
    display: inline-block;
    margin: 17px 0;
}


header ul li {
      display: inline-block;
      position: relative;
      margin: 0 15px;
      vertical-align: middle;
}

header ul li a{
    text-decoration: none;
    padding: 0;
    color: var(--font-light-color);
    transition: color .5s;
    font-size: 20px;
    margin: 0;
}

.custom-logo-link img, .custom-logo-link{
    display: block;
    max-width: 90%;
}

.current-menu-item a{
  color: var(--primary-color);
  font-weight: 500;
}

header ul li a:hover{
color: var(--primary-color);
font-weight: 500;
    transition: color .5s;
}

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

#MobileMenu{
    position: fixed;
    top: 0;
    height: 100%;
    width: 80%;
    z-index: 9999999;
    left: 0;
    background: #ffffff;
    transition: left .5s;
    box-shadow: 1px 0px 10px 1px var(--font-light-color);
}

.mobile-row{
  display: inline-block;
}

.closeIcon{
    top: 0%;
    right: 0%;
    width: 11%;
    position: absolute;
    cursor: pointer;
    border: 2px solid #c6c6c6;
    display: flex;
    border-right: none;
    border-top: none;
    border-radius: 0px 0px 0px 12px;
    box-shadow: 0px 0px 9px 0px var(--font-light-color);
    padding: 8px;
}

.Mobile-container{
padding: 15px;
    margin-top: 30px;
}

.MobileLogo{
      width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }

.MobileLogo img, .MobileLogo a{
  max-width: 100%!important;
}

.MobileLogo a:after{
      content: '';
    background: var(--font-dark-color);
    width: 40%;
    height: 1px;
    position: absolute;
    text-align: center;
    margin-left: -22%;
    margin-top: 25px;
}

.mobile-menu_enble{
  left: -100%!important;
  transition: left .5s;
}

#MobileMenu .Mobile_Menu ul li a{
list-style: none;
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: left;
    padding: 10px 0;
    font-size: 18px;
    color: var(--font-light-color);
}

#MobileMenu .Mobile_Menu ul .current-menu-item a, #MobileMenu .Mobile_Menu ul li a:hover{
    color: var(--primary-color);
    font-weight: 500;
}

.menu-icon-hamburgar{

}

.menu-icon-hamburgar img {
    cursor: pointer;
    margin-top: 8px;
    max-width: 80%;
    padding: 5px;
}

header ul li:last-child a{
  border-radius: 5px;
    display: inline-flex;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0 25px;
    height: 42px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    line-height: 0;
    letter-spacing: inherit;
    transition: color .3s, background-color .3s, border .3s;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #ffffff;
    margin-right: 0;
}

header ul li:last-child{
    margin-right: 0;
}


header ul li:last-child a:hover {
    background: 0 0!important;
    color: var(--primary-color)!important;
}

header ul li a::before{
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: var(--secondary-color);
    -webkit-transition: all 0.3s ease 0s;;
    transition: all 0.3s ease 0s;
}

header ul li:hover a::before, header ul .current-menu-item a::before {
    width: 100%;
    left: 0;
    right: 0;
}

header ul li:last-child a::before {
    position: unset;
    background: unset;
    width: unset;
    left: unset;
    right: unset;
    bottom: unset;
    background: unset;
}


/*END header CSS*/


/*Footer CSS*/

footer{
  background: var(--primary-color);
  padding: 40px 0;
}

.footer-icon {
width: 54px;
    height: 54px;
    display: flex;
    margin: 0px;
    padding: 0px;
    float: left;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 24px;
    background: rgb(255 255 255 / 33%);
    color: #f0b50b;
    -moz-border-radius: 60px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
}

.footer-icon-title {
    display: flow-root;
    padding-left: 10px;
}

.footer-icon-title h6{
    margin-top: 2px;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 0px;
}

.footer-icon-title a{
    text-decoration: none;
    color: #ffffff;
}

.footer-icon .fa-mobile{
  font-size: 41px;
}

.footer-icon .fa-whatsapp{
  font-size: 33px;
}

.footer-logo img {
    max-width: 59.1%;
    display: block;
}

.footer-icon-box-flex{
  margin-top: 16px;
}

.first-footer-row{
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(221 221 221 / 28%);
    margin-bottom: 30px;
}

.second-row-footer{

}

.second-row-footer p{
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 18px;
    font-weight: 600;
}

.footer-desc{
  font-size: 16px !important;
  display: block;
  color: #ffffff;
  margin-bottom: 14px;
}

.footer-ul-links ul{
  list-style: none;
}

.footer-ul-links ul li{
  display: block;
  margin-bottom: 10px;
}

.footer-ul-links ul li a{
text-decoration: none;
    color: #ffffff;
    font-size: 16px;
}

.footer-ul-links ul li a i{
    margin-right: 5px;
    font-size: 20px;
    height: 22px;
    width: 20px;
}

.footer-ul-links ul li svg{
margin-right: 5px;
position: relative;
    top: 2px;
    height: 18px;
    width: 20px;
}

footer a:hover{
      color: #e3e3e3!important;
    text-shadow: 0 0 4px #000000;
}

.second-row-footer {
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(221 221 221 / 28%);
    margin-bottom: 30px;
}

.t-right-footer{
  text-align: right;
}

.t-right-footer span{
    position: relative;
    bottom: 8px;
}

.t-right-footer img {
    max-width: 150px;
}

.third-row-footer p, .third-row-footer a{
  color: #ffffff;
  text-decoration: none;
}

.pay-cards-footer span{
position: relative;
    bottom: 7px;
    font-size: 16px;
    font-weight: bold;
}


.strong-news{
  font-weight: bold;
}

.pay-cards-footer img{
  max-width: 150px;
}

.newsletter-footer input[type="email"], .newsletter-footer input[type="email"]:focus, .newsletter-footer input[type="email"]:hover, .newsletter-footer input[type="email"]:active{
    display: block;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    color: #ffffff;
    border: 1px solid rgb(221 221 221 / 28%);
    transition: border-color .1s ease-in-out;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 10px;
    outline: none;
}

.newsletter-footer input[type="submit"]{
    transition: all 0.4s ease 0s;
    border: medium none;
    border-radius: 3px;
    background: var(--secondary-color);
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 15px 30px;
    position: relative;
    display: block;
    margin-top: 0;
    width: 100%;
    cursor: pointer;
}

/*Footer End*/


/*Bannner*/

.desktop-banner{
  width: 100%;
  position: relative;
  margin: 0;
}

.no-padding{
  padding: 0;
}

.banner-item .text-holder{
  position: absolute;
  z-index: 2;
  top: 20%;
}

.banner-item .banner-design-shade{
  position: absolute;
  z-index: 1;
  background: linear-gradient(90deg, rgba(23, 23, 23, .8) 0, rgba(23, 23, 23, .8) 50%, rgba(0, 0, 0, 0) 100%);
    width: 65%;
    height: 100%;
}

.banner-item img{
  position: relative;
  top: 0;
  width: 100%;
}


.desktop-banner .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 5px;
    content: '';
    text-align: center;
    opacity: .25;
    color: unset;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.desktop-banner .slick-dots {
    position: absolute;
    bottom: 25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.desktop-banner .slick-prev {
    left: 25px;
    z-index: 9;
}

.desktop-banner .slick-next {
    right: 25px;
    z-index: 9;
}

.desktop-banner h1, .desktop-banner h2, .desktop-banner p{
  color: #ffffff;
  font-size: 40px;
text-shadow: 0px 1px 3px #000000;
}

.desktop-banner p{
  font-weight: 300;
      line-height: 46px;
      margin-bottom: 15px;
}

.desktop-banner p span{
      color: var(--secondary-color);
}

.desktop-banner a{
      border-radius: 5px;
    display: inline-flex;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0 25px;
    height: 42px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    line-height: 0;
    letter-spacing: inherit;
    transition: color .3s, background-color .3s, border .3s;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #ffffff;
    margin-right: 0;
    text-decoration: none;
}


.desktop-banner a:hover{
  background: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}

.desktop-banner.slick-dotted.slick-slider {
    margin-bottom: 0!important;
}

/*End Banner*/


/*MArque*/

#special-marquee{
    overflow: hidden;
    background-color: #282D3E;
    width: 100%;
    white-space: nowrap;
    position: relative;
    padding: 32px 0;
}


.marque-scroll-item{

}

.marque-scroll-item h3 {
    color: #ffffff;
    font-size: 28px;
    margin: 12px 0;
    font-weight: 500;
}

.marque-scroll-item p{
  color: #ffffff;
  font-size: 18px;
}

.mar-indvidual {
    margin-left: 70px;
}

.marque-content {
    display: inline-block;
    margin-left: 15px;
}

.marque-icon{
  display: inline-block;
}

/*End Marque*/


/*Mouse Effect*/
.cursor-dot,
.cursor-circle {
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 50%;
    pointer-events: none; /* Allows clicks/hovers on elements beneath */
    transform: translate(-50%, -50%); /* Center the cursor on the mouse position */
    z-index: 9999; /* Ensure it's on top of everything */
}

/*.cursor-dot {
    width: 8px;
    height: 8px;
    background-color: #fff;
}*/

.cursor-circle {
    width: 11px;
    height: 11px;
    /*border: 1px solid #fff;*/
    background: var(--primary-color);
    transition: all 0.3s ease-out; /* Smooth transition for expansion */
}

/* State when hovering over an interactive element */
.cursor-circle.expand {
        transform: translate(-50%, -50%) scale(1.5); /* Expand the circle */
        -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
        transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
        -o-transition: opacity 0.1s, -o-transform 0.3s ease-in-out;
        -moz-transition: transform 0.3s ease-in-out, opacity 0.1s, -moz-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, opacity 0.1s;
        transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
        background-color: var(--primary-color) ;
        height: 30px;
        width: 30px;
        opacity: 0.2;
}

/*End Mouse Effect*/



/*fix section*/

.section-padding{
  padding: 60px 0;
}

.sub-heading {
    font-size: 26px;
    padding: 0 0 0 0px;
    position: relative;
    display: inline-block;
    margin-bottom: 14px;
    color: var(--primary-color);
}

.sub-heading:after {
    position: absolute;
    right: -44px;
    top: 0;
    width: 39px;
    height: 12px;
    background: url(../img/puremotive-title-shape2.png);
    content: "";
    top: 9px;
    border-radius: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.sub-heading:before {
    position: absolute;
    left: -44px;
    top: 0;
    width: 39px;
    height: 12px;
    background: url('../img/puremotive-title-shape1.png');
    content: "";
    top: 9px;
    border-radius: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.main-heading {
    font-size: 42px;
    margin: 8px 0px 45px;
    line-height: 50px;
    color: var(--primary-color);
    font-weight: 400;
}

.main-heading span{
  color: var(--secondary-color);
}

.feature-icon::after {
position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    top: -11px;
    width: 94px;
    height: 95px;
    z-index: -1;
    opacity: 1;
    margin: auto;
    background: url('../img/feature-icon-shape.png') center center / contain no-repeat;
    background-position: center center;
    transition: 0.5s;
}


.box-feature{
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 30px 40px;
    border-radius: 18px;
    position: relative;
    margin-bottom: 30px;
    transition: box-shadow 1s;
}

.box-feature:hover{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: box-shadow 1s;
  background-color: #F3F7FD;
}

.feature-title h4{
  font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.feature-title p{
    color: #404040;
    font-weight: 400;
    margin: 0px;
    font-size: 16px;
    padding: 0 30px;
}

.feature-icon {
    position: relative;
    margin-bottom: 40px;
}

.box-feature img{
  scale: 1;
  transition: scale 1s;
}

.box-feature:hover img{
  scale: 1.1;
  transition: scale 1s;
}

/*End Fix section*/

/*Testimonials*/

.box-feature-testimonial{
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 30px 40px;
    border-radius: 18px;
    position: relative;
    margin-bottom: 30px;
    transition: box-shadow 1s;
}

.box-feature-testimonial:hover{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: box-shadow 1s;
  background-color: #F3F7FD;
}

.Testi-title h4{
  font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

.Testi-title h4 span{
      display: block;
    font-weight: 300;
}

.Testi-title p{
    color: #404040;
    font-weight: 400;
    margin: 0px;
    font-size: 16px;
    padding: 0 0px;
    height: 150px;
}

.Testi-icon {
    position: relative;
    margin-bottom: 40px;
}

.Testi-icon img{
  margin: 0 auto;
  border-radius: 20%;
}

.individual-testimonial{
  margin: 2px 20px;
}

.testi-star i{
  color: #FF9000;
}

#Testimonials{
  position: relative;
  background: #F3F7FD;
}

#Testimonials:before {
    content: "";
    width: 184px;
    height: 142px;
    position: absolute;
    top: 0;
    right: 11%;
    z-index: 1;
    background-repeat: no-repeat;
    background-image: url('../img/testimonial-shape1.png');
}

.Testi-title h4::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    top: -8px;
    width: 25px;
    height: 2px;
    transition: 0.4s;
    background: var(--primary-color);
    z-index: 1;
}

/*End Testimonials*/

/*CTA*/

#CTA .Cta-bg{
    width: 97%;
    margin: 0 1.5% 0 1.5%;
    height: 150px;
    padding: 0px 70px;
    position: relative;
    background: url(../img/CTA_BG.jpg);
    background-size: cover;
    background-position: center center;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
}

.cta-title h4{
    margin-top: 45px;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
}

.cta-title p {
    margin: 15px 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
}

.cta-btn a{
    border-radius: 5px;
    display: inline-flex;
    width: -moz-fit-content;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 25px;
    height: 42px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    line-height: 0;
    letter-spacing: inherit;
    transition: color .3s, background-color .3s, border .3s;
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: #ffffff;
    margin-right: 0;
    text-decoration: none;
    margin-top: 55px;
    color: #ffffff;
}

.cta-btn a:hover{
    background-color: transparent;
    border: 1px solid var(--secondary-color);
}

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

.cta-icon img{
  width: 86%;
}

/*End CTA*/

/*Blog*/

.Blogs-List{

}

.blogs-individual{
  margin: 15px;
}

.blog-content-bottom {
    padding: 15px 25px 0px;
    border: 1px solid #eeeeee;
}

.blog-list-title a{
    text-decoration: none;
    font-size: 25px;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 15px;
    overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.blog-list-para p {
    color: #414355;
    font-size: 16px;
    overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.blog-list-link a{
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 500;
    transition: 0.5s;
    border-top: 1px solid #e5e7e9;
    padding: 15px 0;
    align-items: center;
    display: block;
    text-decoration: none;
    margin-top: 20px;
}

.blog-list-link a:hover{
  color: var(--primary-color);
}

.blog-list-link a span{
  float: right;
    height: 32px;
    width: 32px;
    text-align: center;
    border: 1px solid #eeeeee;
    line-height: 31px;
    border-radius: 18%;
    transition: all 1s;
}

.blog-list-link a:hover span{
  background-color: var(--primary-color);
  color: #ffffff;
  transition: all 1s;
}

.Blogs-List{
  margin-bottom: 40px;
}

.no-padding{
  padding: 0px!important;
}

/*End Blog*/



/*Loaders*/

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid #000000;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 

.page_loader{
        background: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
}

/*End Loaders*/


/*Why US*/

#Why_us{
    background-size: cover;
    background-image: url(../img/why_us_bg.jpg);
}

#Why_us h5{
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 20px;
}


#Why_us p{
    margin-bottom: 30px;
}

#Why_us ul{
    list-style: none;
    padding: none;
}

#Why_us ul li{
    padding-left: 20px;
    margin-bottom: 20px;
    width: 50%;
    float: left;
    color: var(--primary-color);
    position: relative;
}

#Why_us ul li:before{
    content: '';
    background-repeat: no-repeat;
    background-image: url(../img/list.png);
    background-size: contain;
    padding-right: 15px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

/*.section-padding.no-top{
    padding-top: 0!important;
}*/

#Why_us img{
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.main-heading.with-sub{
    margin-bottom: 30px;
}

/*Why Us*/

/*Product promote section*/

.ing_qality{
    text-align: center;
}

.ing_qality img{
    width: 50px;
}

.ing_qality h4 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.feature-title p {
    color: #404040;
    font-weight: 400;
    margin: 0px;
    font-size: 16px;
}

.Ceritified img{
    width: 135px;
    margin: 30px;
}

.about_page{
    background-color: #f2efec;
}

.page-header{
    padding: 30px 0;
    background: #ffffff;
}

.page-header h1{
    font-size: 30px;
    font-weight: 300;
    text-align: left;
    margin: 0;
    color: #222222;  
}

.page-header h2{
    font-size: 30px;
    font-weight: 300;
    text-align: left;
    margin: 0;
    color: #222222;  
}

.img-sign{
        border-radius: 0 !important;
    box-shadow: none !important;
    width: 250px;
}

.page-header p{
    margin-top: 10px;
    font-size: 15px;
    color: var(--primary-color);
    font-weight: 300;
}

.page-header p a{
    color: #838383;
    font-weight: 300;
    text-decoration: none;
    margin-right: 10px;
}

.page-header p a:hover{
    color: var(--primary-color);
    font-weight: 300;
    text-decoration: underline;
}

.page-header p span{
    margin-left: 10px;
}

.fix-health{
    padding: 30px;
}

.fix-health h4{
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 50px;
}


.fix-health p{
    margin-bottom: 30px;
}

.custom_button{

}


.custom_button{
border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0 25px;
    height: 42px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    line-height: 0;
    letter-spacing: inherit;
    transition: color .3s, background-color .3s, border .3s;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #ffffff;
    margin-right: 0;
    text-decoration: none;
}


.custom_button:hover {
    background: 0 0!important;
    color: var(--primary-color)!important;
}

.footer-icon.Contact-icon{
    background: var(--primary-color);
    color: #ffffff!important;
}

#connect_contact .footer-icon-title h6{
    color: var(--primary-color);
}

#connect_contact .footer-icon-title a{
    color: #222222;
}

#connect_contact{
    background: #edf4fa;
    padding: 60px 0;
}

.map_connect img{
    border-radius: 20px;
    box-shadow: 0px 0px 2px 4px rgb(0 0 0 / 15%);
    margin-bottom: 20px;
}

#connect_contact .footer-icon-box-flex{
    margin-bottom: 15px;
}

#connect_contact .footer-icon .fa-map-marker{
    font-size: 34px;
}

#connect_contact .footer-icon .fa-phone{
    font-size: 34px;
}

#connect_contact textarea, #connect_contact select, #connect_contact input[type="text"], #connect_contact input[type="email"], #connect_contact input[type="email"]:focus, #connect_contact input[type="email"]:hover, #connect_contact input[type="email"]:active{
    display: block;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    color: #222222;
    border: 1px solid rgb(158 158 158);
    transition: border-color .1s 
ease-in-out;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 10px;
    outline: none;
}

#connect_contact textarea{
    height: 100px;
    resize: none;
}

#connect_contact .wpcf7-form{
    margin-bottom: 30px;
}

#connect_contact input[type="submit"]{
border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0 25px;
    height: 42px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    line-height: 0;
    letter-spacing: inherit;
    transition: color .3s, background-color .3s, border .3s;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #ffffff;
    margin-right: 0;
    text-decoration: none;
}

.clearfix{
    clear: both;
}

#connect_contact .wpcf7-spinner{
    top: 7px;
}


.newsletter-footer br{
    display: none;
}

.newsletter-footer p{
    margin: 0;
}

.newsletter-footer .wpcf7 form.invalid .wpcf7-response-output, .newsletter-footer .wpcf7 form.unaccepted .wpcf7-response-output, .newsletter-footer .wpcf7 form.payment-required .wpcf7-response-output{
    color: #ffffff;
    margin: 0;
}

.newsletter-footer .wpcf7-not-valid-tip{
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 14px;
    user-select: none;
}

.newsletter-footer .wpcf7-spinner{
    top: -34px;
}

#white-breadcrum .page-header{
    background: #F3F7FD;
}

#FAQ{
    padding: 60px;
}

#common-page{
    padding: 60px 0;  
}

.accordion-title {
  background-color: #f3f7fd;
  border: 1px solid #ddd;
  padding: 1rem;
  cursor: pointer;
  font-weight: bold;
  position: relative; /* For the plus/minus icon */
}

/* Style for the plus/minus icon */
.accordion-title::after {
  content: '+';
  position: absolute;
  right: 15px;
  font-size: 1.2em;
}

.accordion-title.active::after {
  content: '−';
}

.accordion-content {
  padding: 1rem;
  border: 1px solid #ddd;
  border-top: none;
  display: none;
  margin-bottom: 20px;
}

.admin-bar .header_wrap{
    top: 32px;
}

.blog_ind_thub img{
max-width: 100%;
    border-radius: 13px;
    margin-bottom: 20px;
}

.Content_blogs{
    margin-bottom: 20px;
}


.blog_tags a:before {
    content: "";
    position: absolute;
    top:0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent #023047 transparent transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0;        
    }

.blog_tags a:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 1px;
    float: left;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
    box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
}

.blog_tags a {    
    display: inline-block;
    height: 24px;
    line-height: 24px;
    position: relative;
    margin: 0 16px 8px 0;
    padding: 0 10px 0 12px;
    background: #023047;    
    -webkit-border-bottom-right-radius: 3px;    
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;    
    border-top-right-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    color: #fff;
    font-size: 12px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    font-weight: bold;
    }

.blog_tags span{
    padding-right: 14px;
}

.post-navigation .nav-links a {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    display: block;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-image: url(../img/why_us_bg.jpg);
    background-color: #023047;
    border-radius: 10px;
    margin: 15px 0;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
}

.post-navigation .nav-links a .nav-subtitle{
    text-decoration: underline;
}

#common-page .blog-Thumb img{
    display: block;
    max-width: 100%;
}

.sidebar_container{
    border: 1px solid #e5e5e5;
    padding: 15px;
    margin-bottom: 28px;
    font-size: 16px;
}

.sidebar_container h3{
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    position: relative;
    margin-bottom: 15px;
    margin-top: 0;
}

.blog_post_details h4{
    margin-top: 0;
}

.sidebar_container ul li{
    list-style: none;
}

.sidebar_container ul li a{
    text-decoration: none;
    margin-bottom: 20px;
    display: block;
    color: #222222;
}


.sidebar_container ul li a:hover{
    text-decoration: underline;
    color: var(--primary-color);
}

#common-page textarea, #common-page select, #common-page input[type="text"], #common-page input[type="email"], #common-page input[type="email"]:focus, #common-page input[type="email"]:hover, #common-page input[type="email"]:active{
    display: block;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    color: #222222;
    border: 1px solid rgb(158 158 158);
    transition: border-color .1s 
ease-in-out;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 10px;
    outline: none;
}

#common-page textarea{
    height: 100px;
    resize: none;
}

#common-page .wpcf7-form{
    margin-bottom: 30px;
}

#common-page input[type="submit"]{
border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0 25px;
    height: 42px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    line-height: 0;
    letter-spacing: inherit;
    transition: color .3s, background-color .3s, border .3s;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #ffffff;
    margin-right: 0;
    text-decoration: none;
}

#common-page .wpcf7-spinner{
    top: 7px;
}

.page-template-default #common-page ul li{
list-style: disc;
    width: 98%;
    position: relative;
    left: 2%;
}

.blog_post_details h4 a{
    padding: 0 10px;
}

.popup-notification {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #f1f1f1;
    color: #222;
    padding: 15px;
    border-radius: 5px;
    display: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 12px;
    min-width: 300px;
    max-width: 500px;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 999;
}

.popup-notification img {
	width: 50px; /* Adjust size of the image */
	height: 50px;
	object-fit: cover;
	margin-right: 15px;
	border-radius: 5px;
}

.popup-notification .text-container {
	flex: 1; /* Fill the remaining space */
}
.popup-notification .text-container p {
	margin: 0;
}

.popup-notification.show {
    display: flex !important;
}

/* Close button style */
#recentlyPurchased .close-btn {
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: transparent;
	color: #222222;
	border: none;
	font-size: 18px;
	cursor: pointer;
}

#recentlyPurchased .close-btn:hover {
	color: #FF5733;
}

#recentlyPurchased b{
	font-size:12px;
}

.Customer_purchased_time{
	font-size:12px;
}

.product_sidebar_custom .woocommerce ul li{
	width:100%!important;
	margin-bottom:0!important;
}



@media screen and (max-width: 991px){
  .custom-logo-link img, .custom-logo-link {
    display: block;
    max-width: 70%;
}

}


@media screen and (max-width: 500px){
.footer-logo{
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.footer-logo img {
    max-width: 42%;
    display: block;
    margin: 0 auto;
}

.banner-item .text-holder {
    top: 10%;
}

.desktop-banner h1, .desktop-banner h2, .desktop-banner p {
    color: #ffffff;
    font-size: 25px;
    text-shadow: 0px 1px 3px #000000;
}

.desktop-banner p {
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 15px;
}

.marque-scroll-item h3 {
    color: #ffffff;
    font-size: 25px;
}

#special-marquee {
    padding: 22px 0;
}

.section-padding{
    padding: 20px 0;
}

.sub-heading {
    font-size: 18px;
    margin-bottom: 4px;
}

.main-heading {
    font-size: 25px;
    margin: 8px 0px 25px;
    line-height: 30px;
    color: var(--primary-color);
    font-weight: 500;
}

.Testi-title p{
    height: unset;
}

.box-feature-testimonial {
    padding: 20px 15px;
}

.individual-testimonial {
    margin: 2px 8px;
}

.feature-title p {
    display: none;
}

.box-feature {
    padding: 10px 10px;
}

.feature-title h4 {
    height: 50px;
    font-size: 18px;
}

.feature-icon {
    position: relative;
    margin-bottom: 25px;
    margin-top: 25px;
}

.sub-heading:before{
  top: 8px;
}

.sub-heading:after{
  top: 8px;
}

.Testi-icon {
    position: relative;
    margin-bottom: 15px;
}

.Testi-title h4 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#CTA .Cta-bg {
    width: 94%;
    height: unset;
    padding: 0px 15px;
    position: relative;
    background: #023047;
    background-size: cover;
    background-position: center center;
    -webkit-border-radius: 15px;
    margin: 20px 3%;
}

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

.cta-icon img{
      width: 30%;
    text-align: center;
    margin: 0 auto;
}

.cta-title h4 {
    margin-top: 10px;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
}

.cta-title p {
    text-align: center;
}


.cta-btn a{
    margin-top: 10px;
    margin-bottom: 30px;
}

#Why_us ul li {
    width: 100%;
    padding-left: 0px;
}

.margin_header {
    clear: both;
    height: 96px;
    width: 100%;
}

.newsletter-footer{
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(221 221 221 / 28%);
    margin-bottom: 30px;
}

.fix-health h4 {
    font-size: 25px;
    line-height: 28px;
}

.blog-list-title a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 15px;
    overflow: hidden;
    display: block;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: inherit;
}

.page-header h2 {
    font-size: 28px;
    line-height: 35px;
}

.page-header h1 {
    font-size: 28px;
    line-height: 35px;
}
	
#common-page {
    padding: 40px 0;
}

#Mouse-effect{
	display:none!important;
}	
	
.loader {
    top: 45%;
    left: 45%;
}
#FAQ{
    padding: 40px 0;
}

.popup-notification .text-container p {
	margin: 0;
	font-size: 12px;
	line-height: 1.6;
}
	
#recentlyPurchased b {
    font-size: 12px;
}
	
.popup-notification {
    bottom: 8px;
    left: 8px;
	padding:5px;
}

#recentlyPurchased .close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0;
}
.woocommerce .track_order .form-row {
    padding: 3px;
    margin: 0 0 6px;
    width: 100%;
}
}

