@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Laila:wght@300;400;500;600;700&family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Laila:wght@300;400;500;600;700&family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: "Montserrat", sans-serif; */
    /* font-family: "Inter", sans-serif; */
}

@media screen and (min-width: 992px){
    .navbar-container{
        background-color: #FBF8FF;
        background-size: cover;
        padding-left: 70px;
        padding-right: 70px;
    }
    .logo01{
        width: 150px;
    }
    .user01{
        font-size: 20px;
        padding-top: 18px;
        margin-right: 25px;
    }
    .user02{
        font-size: 20px;
        padding-top: 18px;
    }
    .bg-container01{
        background-color: #fff;
        background-size: cover;
    }
    .image01{
        width: 100%;
        border-radius: 10px;
        
        
    }
    #owl-carousel01 .owl-nav button.owl-prev {
        text-align: center !important;
        align-items: center !important;
        padding-bottom: 10px !important;
        position: absolute;
        top: 45%;
        color: #000 !important;
        left: 0px !important;
        border: none;
        font: inherit;
        font-size: 18px !important;
        width: 30px;
        height: 30px;
        border-radius: 21px !important;
        text-align: center !important;
        align-self: center !important;
        box-shadow: 0px 4px 20px -4px rgba(9, 43, 70, 0.16);
        z-index: 999 !important;
        background-color: #fff !important;
       
    }

     #owl-carousel01 .owl-nav button.owl-next {
        text-align: center !important;
        align-items: center !important;
        padding-bottom: 10px !important;
        position: absolute;
        right: 0px !important;
        top: 45%;
        background: #fff !important;
        color: #000 !important;
        border: none;
        font: inherit;
        font-size: 18px !important;
        width: 30px;
        height: 30px;
        border-radius: 21px !important;
        text-align: center !important;
        align-self: center !important;
        box-shadow: 0px 4px 20px -4px rgba(9, 43, 70, 0.16);
       
    }
    

    .carousel-image{
        width: 100px;
        height: 100px;
        border-radius: 7px;
        cursor: pointer;
        transition: border 0.3s ease;
    }
    .carousel-image.active {
        border: 2px solid #181818;
    }

    .heading01{
        color: #4D4D4D;
        font-size: 30px;
        font-weight: 700;
        padding-bottom: 10px;
        font-family: "Montserrat", sans-serif;
    }
    .star01{
        color: #000;
        margin-right: 5px;
    }

    .star010{
        color: #FCD53F;
        margin-right: 5px;
        
    }
    .paragraph01{
        color: #000;
        font-size: 18px;
        font-weight: 400;
        margin-top: -6px;
    }
    .paragraph02{
        color: #000;
        font-size: 15px;
        font-weight: 500;
    }
    .icon-image{
        width: 50px;
    }
    .paragraph03{
        color: #000;
        text-align: center;
        font-size: 16px;
        line-height: 20px;
    }
    .heading02{
        color: #000;
        font-size: 22px;
    }
    .price-container{
        border: 1px solid #c96443;
        border-radius: 10px;
        width: 30%;
        height: 120px;
        cursor: pointer;
    }
    .clicked {
        background-color: #F2CFCC;
    }
    .button01{
        background: linear-gradient(to right, #c96443, #1c3a7e);
        border: 0px;
        width: 120px;
        height: 25px;
        color: #fff;
        border-radius: 12.5px;
        font-size: 15px;
        margin-top: -10px;
        margin-bottom: 10px;
    }
    .paragraph04{
        color: #000;
        font-size: 18px;
        font-weight: 600;
    }
    .heading03{
        font-size: 20px;
        font-weight: 700;
    }
    .new01{
        margin-top: -14px;
    }
    .paragraph05{
        color: #000;
        text-decoration: line-through;
        margin-left: 7px;
    }
    .paragraph06{
        color: #181818;
        font-size: 12px;
        font-weight: 500;
        margin-top: -12px;
    }
    .button02{
        background: linear-gradient(to right, #c96443, #1c3a7e);
        border: 0px;
        width: 120px;
        height: 25px;
        color: #fff;
        border-radius: 12.5px;
        font-size: 15px;
        margin-top: -10px;
    }

    .button03{
        background-color: #000;
        border: 0px;
        width: 100%;
        height: 45px;
        margin-top: 30px;
        border-radius: 22.5px;
        color: #fff;
        letter-spacing: 1px;
        margin-bottom: 12.5PX;
    }
    .button04{
        background-color: transparent;
        border: 1px solid #c96443;
        width: 100%;
        height: 45px;
        margin-top: 10px;
        border-radius: 22.5px;
        color: #8A4646;
        letter-spacing: 1px;
        font-weight: 600;
        margin-bottom: 12.5px;
    }
    .border-container{
        border: 1.5px dashed #c96443;
        border-radius: 10px;
        width: 100%;
        background-color: transparent;
    }
    .paragraph07{
        color: #000;
        font-size: 16px;
    }
    .span01{
        color: #c96443;
        font-weight: 700;
    }
    .bg-container02{
        background-color: #F7f8fc;
        
    }
    .heading04{
        color: #000;
        font-size: 38px;
        font-weight: 700;
        padding-bottom: 35px;
        font-family: "Montserrat", sans-serif;
        text-align: center;
    }
    
    .new02{
        border-right: 1px solid #000 !important;
    }
    
    .product-image{
        width: 70%;
        height: 120%;
    }
    .icon-image01{
        width: 40px;
        height: 40px;
    }
    .heading06{
        font-family: "Montserrat", sans-serif;
        color: #000;
        font-size: 18px;
        font-weight: 700;
    }
    .paragraph09{
        font-size: 15px;
        font-weight: 600;
    }
    .bg-container03{
        background-color: #000;
        background-size: cover;
    }
    .card-container{
        background-color: #fff;
        background-size: cover;
        border-radius: 7px;
        height: 100%;
    }
    .gradient{
        width: 50px;
        height: 50px;
    }
    .heading07{
        color: #000;
        font-size: 20px;
        font-weight: 700;
        padding-top: 14px;
    }
    .paragraph10{
        color: #000;
        font-size: 17px;
    }
    .bg-container04{
        background-color: #DEE4ED;
        background-size: cover;
    }
    .heading08{
        color: #000;
        font-size: 32px;
        font-weight: 700;
    }
    .heading080{
        color: #fff;
        font-size: 32px;
        font-weight: 700;
        padding-bottom: 20px;
    }
    .bat01{
        background: linear-gradient(to right, #c96443, #1c3a7e);
        border: 0px;
        padding: 8px 20px;
        color: #fff;
        border-radius: 25px;
        font-weight: 600;
    }
    .paragraph11{
        font-size: 17px;
        font-weight: 600;
        padding-top: 10px;
        padding-left: 5px;
    }
    .description{
        color: #4D4D4D;
        padding-bottom: 10px;
        display: none;
    }
    .toggle-item {
        cursor: pointer; 
        border-bottom: 1px solid #181818;
        margin-bottom: 12px;
    }
    .testimonial-container{
        background-color: white;
        box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
        width: 100%;
    }
    .new03{
        border-right: 1px solid #efefef;
    }
    .review-container{
        margin-left: 7px;
        margin-right: 5px;
        background-color: #fff;
        width: 150px;
        height: 16px;
    }
    .review-mini-container{
        background-color: #000;
        width: 80px;
        height: 16px;
    }
    .review-mini-container01{
        background-color: #000;
        width: 60px;
        height: 16px;
    }
    .review-mini-container02{
        background-color: #000;
        width: 30px;
        height: 16px;
    }
    .paragraph12{
        color: #000;
        padding-left: 7px;
        font-size: 17px;
        margin-top: -6px;
    }
    .review-button{
        background-color: #000;
        border: 0px;
        height: 40px;
        color: #fff;
        width: 70%;
        border-radius: 20px;
        font-weight: 600;
    }
    .line01{
        background-color: #efefef;
        width: 100%;
        height: 1px;
    }
    .icon-container{
        background: linear-gradient(to right, #c96443, #1c3a7e);
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .user03{
        color: #fff;
    }
    .line02{
        background-color: #181818;
        width: 100%;
        height: 1px;
    }
    .name{
        font-size: 17px;
        font-weight: 600;
        padding-top: 8px;
    }
    .review-description{
        padding-top: 10px;
        font-weight: 600;
    }
    .form-container{
        background-color: #fff;
        background-size: cover;
        width: 100%;
        border-radius: 10px;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-bottom: 25px;
        padding-left: 80px;
        padding-right: 80px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
        border: 1px solid #e5e5e5 !important;
    }

    .book-now-order-heading{
        color: #ffffff;
        background-color: #000;
        padding: 10px 15px;
        font-size: 25px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-radius: 30px;
    }
    .form-control01{
       
        border: 1px solid #d9d9d9 !important;
        border-radius: 5px !important;
        height: 48px !important;
    }
    .form-control02{
       
        border: 1px solid #d9d9d9 !important;
        border-radius: 5px !important;
    }
    .label01{
        color: #212121 !important;
    }
    .form-container01::placeholder{
        color: #C9C7C7 !important;
    }
    .form-container02::placeholder{
        color: #C9C7C7 !important;
    }
    .form-order-now-button{
        background-color: #000;
        border: 0px;
        width: 200px;
        height: 45px;
        color: #fff;
        margin-top: 10px;
        border-radius: 30px;
    }
    .footer-container{
        background-color: #000;
        background-size: cover;
    }
    .footer-description{
        text-align: center;
        color: #fff;
        font-size: 17px;
        font-weight: 500;
    }
    .span02{
        cursor: pointer;
    }
    .span02:hover{
        text-decoration: underline;
    }
    .whatsapp-image{
        width: 50px !important;
        animation: shake 1s infinite;
        position: fixed !important;
        right: 25px !important;
        bottom: 150px !important;
        z-index: 9999 !important;
    }

.phone-image {
  width: 50px !important;
  animation: shake01 1s infinite;
  position: fixed !important;
  right: 25px !important;
  bottom: 90px !important;
  z-index: 9999 !important;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}


    @keyframes shake {
        0% { transform: scale(1); }
        25% { transform: scale(0.95) rotate(-1deg); }
        50% { transform: scale(1.02) rotate(1deg); }
        75% { transform: scale(0.95) rotate(-1deg); }
        100% { transform: scale(1); }
      }
      @keyframes shake01 {
        0% { transform: rotate(0deg); }
        25% { transform: rotate(-5deg); }
        50% { transform: rotate(5deg); }
        75% { transform: rotate(-5deg); }
        100% { transform: rotate(0deg); }
    }

    .money-back-gurantee-heading{
        color: #00A73E;
        font-size: 35px;
        font-weight: 700;
    }

    .dont-get-results-heading{
        color: #fff;
        font-size: 35px;
        font-weight: 700;
    }

    .order-button{
        background-color: #00A73E;
        border: 0px;
        width: 50%;
        height: 60px;
        margin-top: 30px;
        border-radius: 50px;
        color: #fff;
        letter-spacing: 1px;
        margin-bottom: 12.5PX;
        font-size: 18px;
    }

    .order-button010{
        background-color: #00A73E;
        border: 0px;
        width: 40%;
        height: 60px;
        margin-top: 30px;
        border-radius: 50px;
        color: #fff;
        letter-spacing: 1px;
        margin-bottom: 12.5PX;
        font-size: 18px;
    }

    .carousel-background-container01{
        background-color: #f5f5f5;
        padding-left: 80px;
        padding-right: 80px;
    }

    .count-down-container{
        background-color: #000;
        background-size: cover;
        padding-left: 80px;
        padding-right: 80px;
    }

    .timer-container{
        background-color: #ff0000;
        width: 90px;
        height: 60px;
        border-radius: 5px;
    }

    #timer, #minutes, #seconds{
        color: #fff;
        text-align: center;
        font-size: 28px;
        padding-top: 20px;
    }

    .timer-description{
        color: #fff;
        font-size: 16px;
        text-align: center;
        margin-top: -15px;
        font-weight: 600;
    }

    .discount-heading{
        color: #fff;
        text-align: center;
        font-size: 24px;
        padding-top: 15px;
    }

    .c-image{
        width: 20%;
    }

    .speak-btn{
        width: 100%;
        cursor: pointer;
    }

    .border-bottom-container{
        background-color: transparent;
        border: 2px dashed #000;
        border-radius: 15px;
    }

    .d01-paragraph{
        color: #000;
        font-size: 17px;
    }
.d02-paragraph{
        color: #ffffff;
        font-size: 17px;
    }
    .d-span{
        color: #00A73E;
        font-weight: 600;
    }

    .new-heading{
        color: #000;
        font-size: 35px;
        font-weight: 600;
    }

    .new-button{
        background-color: #000;
        width: 150px;
        height: 45px;
        border-radius: 30px;
        border: 0px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        margin-top: 10px;
    }

    .dot-container {
        position: relative;
        padding-left: 25px;
        margin-bottom: 10px;
    }

    .dot-container::before {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        width: 10px;
        height: 10px;
        background-color: #00A73E;
        border-radius: 50%;
    }

    .dot-line {
        position: absolute;
        left: 4.5px;
        top: 18px;
        width: 2px;
        height: calc(100% + 10px);
        border-left: 2px dashed #00A73E;
    }

    .solution-image{
        width: 60%;
    }

    .top-order-now-button{
        background-color: #00A73E;
        border: 0px;
        width: 150px;
        height: 45px;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        border-radius: 50px;
        margin-top: 10px;
    }

    .copy-right-paragraph{
        color: #fff;
        padding-top: 10px;
    }

    .link01{
        color: #fff !important;
        font-size: 15px !important;
        margin-right: 10px;
    }

    .link01:hover{
        color: #00A73E !important;
    }

    .list-item01{
        color: #fff;
        font-size: 20px;
        font-weight: 600;
    }

    .icon-image-01{
        width: 90%;
    }
 
}

.owl-carousel .owl-nav.disabled {
    display: block !important;
}
.owl-theme .owl-dots .owl-dot span{
    display: none !important;
}

#owl-carousel02 .owl-nav.disabled {
    display: none !important;
}

/* Fade-in Left */
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fade-in-left {
    opacity: 0; /* Initially hidden */
    animation: fadeInLeft 4.5s ease-out forwards; /* Will trigger only when added */
}

/* Fade-in Right */
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fade-in-right {
    opacity: 0; /* Initially hidden */
    animation: fadeInRight 4.5s ease-out forwards; /* Will trigger only when added */
}

/* When the element comes into view, apply the animation */
.fade-in-left.in-view {
    animation: fadeInLeft 4.5s ease-out forwards;
}

.fade-in-right.in-view {
    animation: fadeInRight 4.5s ease-out forwards;
}


.secure-payment-image{
    width: 100%;
}

.doctor-image{
    width: 90%;
}

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

@media screen and (max-width: 992px){
    .navbar-container{
        background-color: #FBF8FF;
        background-size: cover;
        padding-left: 10px;
        padding-right: 10px;
    }
    .logo01{
        width: 150px;
    }
    .user01{
        font-size: 17px;
        padding-top: 15px;
        margin-right: 25px;
    }
    .user02{
        font-size: 17px;
        padding-top: 15px;
    }
    .bg-container01{
        background-color: #fff;
        background-size: cover;
    }
    .image01{
        width: 100%;
        border-radius: 10px;
        
        
    }
    #owl-carousel01 .owl-nav button.owl-prev {
        text-align: center !important;
        align-items: center !important;
        padding-bottom: 10px !important;
        position: absolute;
        top: 45%;
        color: #000 !important;
        left: 0px !important;
        border: none;
        font: inherit;
        font-size: 18px !important;
        width: 30px;
        height: 30px;
        border-radius: 21px !important;
        text-align: center !important;
        align-self: center !important;
        box-shadow: 0px 4px 20px -4px rgba(9, 43, 70, 0.16);
        z-index: 999 !important;
        background-color: #fff !important;
       
    }

     #owl-carousel01 .owl-nav button.owl-next {
        text-align: center !important;
        align-items: center !important;
        padding-bottom: 10px !important;
        position: absolute;
        right: 0px !important;
        top: 45%;
        background: #fff !important;
        color: #000 !important;
        border: none;
        font: inherit;
        font-size: 18px !important;
        width: 30px;
        height: 30px;
        border-radius: 21px !important;
        text-align: center !important;
        align-self: center !important;
        box-shadow: 0px 4px 20px -4px rgba(9, 43, 70, 0.16);
       
    }
    

    .carousel-image{
        width: 60px;
        height: 60px;
        border-radius: 7px;
        cursor: pointer;
        transition: border 0.3s ease;
    }
    .carousel-image.active {
        border: 2px solid #181818;
    }

    .heading01{
        color: #4D4D4D;
        font-size: 22px;
        font-weight: 700;
        padding-bottom: 10px;
        font-family: "Montserrat", sans-serif;
        padding-top: 10px;
    }
    .star010{
        color: #FCD53F;
        margin-right: 5px;
        
    }
    .paragraph01{
        color: #000;
        font-size: 16px;
        font-weight: 400;
        margin-top: -4px;
    }
    .paragraph02{
        color: #000;
        font-size: 15px;
        font-weight: 500;
    }
    .icon-image{
        width: 50px;
    }
    .paragraph03{
        color: #000;
        text-align: center;
        font-size: 16px;
        line-height: 20px;
    }
    .heading02{
        color: #000;
        font-size: 22px;
        display: none;
    }
    .price-container{
        border: 1px solid #c96443;
        border-radius: 10px;
        width: 100%;
        height: 120px;
        cursor: pointer;
        margin-bottom: 30px;
    }
    .clicked {
        background-color: #F2CFCC;
    }
    .button01{
        background: linear-gradient(to right, #c96443, #1c3a7e);
        border: 0px;
        width: 120px;
        height: 25px;
        color: #fff;
        border-radius: 12.5px;
        font-size: 15px;
        margin-top: -10px;
        margin-bottom: 10px;
    }
    .paragraph04{
        color: #000;
        font-size: 18px;
        font-weight: 600;
    }
    .heading03{
        font-size: 20px;
        font-weight: 700;
    }
    .new01{
        margin-top: -14px;
    }
    .paragraph05{
        color: #000;
        text-decoration: line-through;
        margin-left: 7px;
    }
    .paragraph06{
        color: #181818;
        font-size: 12px;
        font-weight: 500;
        margin-top: -12px;
    }
    .button02{
        background: linear-gradient(to right, #c96443, #1c3a7e);
        border: 0px;
        width: 120px;
        height: 25px;
        color: #fff;
        border-radius: 12.5px;
        font-size: 15px;
        margin-top: -10px;
    }

    .button03{
        background-color: #000;
        border: 0px;
        width: 100%;
        height: 45px;
        margin-top: 30px;
        border-radius: 22.5px;
        color: #fff;
        letter-spacing: 1px;
        margin-bottom: 12.5PX;
    }
    .button04{
        background-color: transparent;
        border: 1px solid #c96443;
        width: 100%;
        height: 45px;
        margin-top: 10px;
        border-radius: 22.5px;
        color: #8A4646;
        letter-spacing: 1px;
        font-weight: 600;
        margin-bottom: 12.5px;
    }
    .border-container{
        border: 1.5px dashed #c96443;
        border-radius: 10px;
        width: 100%;
        background-color: transparent;
    }
    .paragraph07{
        color: #000;
        font-size: 16px;
    }
    .span01{
        color: #c96443;
        font-weight: 700;
    }
    .bg-container02{
        background-color: #FEE7E5;
    }
    .heading04{
        color: #000;
        font-size: 24px;
        font-weight: 700;
        padding-bottom: 15px;
        font-family: "Montserrat", sans-serif;
        text-align: center;
    }
    
    
   
    .product-image{
        width: 70%;
    }

    .icon-image01{
        width: 40px;
        height: 40px;
    }
    .heading06{
        font-family: "Montserrat", sans-serif;
        color: #000;
        font-size: 18px;
        font-weight: 700;
    }
    .paragraph09{
        font-size: 15px;
        font-weight: 600;
    }
    .bg-container03{
        background-color: #FEE7E5;
        background-size: cover;
    }
    .card-container{
        background-color: #fff;
        background-size: cover;
        border-radius: 7px;
        height: 100%;
    }
    .gradient{
        width: 50px;
        height: 50px;
    }
    .heading07{
        color: #000;
        font-size: 20px;
        font-weight: 700;
        padding-top: 14px;
    }
    .paragraph10{
        color: #000;
        font-size: 17px;
    }
    .bg-container04{
        background-color: #DEE4ED;
        background-size: cover;
    }
    .heading08{
        color: #000;
        font-size: 32px;
        font-weight: 700;
        padding-bottom: 20px;
    }
    .heading080{
        color: #fff;
        font-size: 32px;
        font-weight: 700;
        padding-bottom: 20px;
    }
    .bat01{
        background: linear-gradient(to right, #c96443, #1c3a7e);
        border: 0px;
        padding: 8px 20px;
        color: #fff;
        border-radius: 25px;
        font-weight: 600;
    }
    .paragraph11{
        font-size: 17px;
        font-weight: 600;
        padding-top: 10px;
        padding-left: 5px;
    }
    .description{
        color: #4D4D4D;
        padding-bottom: 10px;
        display: none;
    }
    .toggle-item {
        cursor: pointer; 
        border-bottom: 1px solid #181818;
        margin-bottom: 12px;
    }
    .testimonial-container{
        background-color: white;
        box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
        width: 100%;
    }
    .new03{
        border-right: 1px solid #efefef;
    }
    .review-container{
        margin-left: 7px;
        margin-right: 5px;
        background-color: #fff;
        width: 150px;
        height: 16px;
    }
    .review-mini-container{
        background-color: #000;
        width: 80px;
        height: 16px;
    }
    .review-mini-container01{
        background-color: #000;
        width: 60px;
        height: 16px;
    }
    .review-mini-container02{
        background-color: #000;
        width: 30px;
        height: 16px;
    }
    .paragraph12{
        color: #000;
        padding-left: 7px;
        font-size: 17px;
        margin-top: -6px;
    }
    .review-button{
        background-color: #000;
        border: 0px;
        height: 40px;
        color: #fff;
        width: 70%;
        border-radius: 20px;
        font-weight: 600;
    }
    .line01{
        background-color: #efefef;
        width: 100%;
        height: 1px;
    }
    .icon-container{
        background: linear-gradient(to right, #c96443, #1c3a7e);
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .user03{
        color: #fff;
    }
    .line02{
        background-color: #181818;
        width: 100%;
        height: 1px;
    }
    .name{
        font-size: 17px;
        font-weight: 600;
        padding-top: 8px;
    }
    .review-description{
        padding-top: 10px;
        font-weight: 600;
    }
    .form-container{
        background-color: #fff;
        background-size: cover;
        width: 100%;
        border-radius: 10px;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-bottom: 25px;
        padding-left: 10px;
        padding-right: 10px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
        border: 1px solid #e5e5e5 !important;
    }

    .book-now-order-heading{
        color: #212121;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1.5px;
    }
    .form-control01{
       
        border: 1px solid #d9d9d9 !important;
        border-radius: 5px !important;
        height: 48px !important;
    }
    .form-control02{
       
        border: 1px solid #d9d9d9 !important;
        border-radius: 5px !important;
    }
    .label01{
        color: #212121 !important;
    }
    .form-container01::placeholder{
        color: #C9C7C7 !important;
    }
    .form-container02::placeholder{
        color: #C9C7C7 !important;
    }
    .form-order-now-button{
        background-color: #000;
        border: 0px;
        width: 180px;
        height: 45px;
        color: #fff;
        margin-top: 10px;
    }
    .footer-container{
        background-color: #000;
        background-size: cover;
    }
    .footer-description{
        text-align: center;
        color: #fff;
        font-size: 17px;
        font-weight: 500;
    }
    .span02{
        cursor: pointer;
    }
    .span02:hover{
        text-decoration: underline;
    }
    .whatsapp-image{
        width: 50px !important;
  animation: shake 1s infinite;
  position: fixed !important;
  right: 25px !important;
  bottom: 150px !important;
  z-index: 9999 !important;
    }

    .phone-image{
  width: 50px !important;
  animation: shake01 1s infinite;
  position: fixed !important;
  right: 25px !important;
  bottom: 90px !important;
  z-index: 9999 !important;
    }

    @keyframes shake {
        0% { transform: scale(1); }
        25% { transform: scale(0.95) rotate(-1deg); }
        50% { transform: scale(1.02) rotate(1deg); }
        75% { transform: scale(0.95) rotate(-1deg); }
        100% { transform: scale(1); }
      }
      @keyframes shake01 {
        0% { transform: rotate(0deg); }
        25% { transform: rotate(-5deg); }
        50% { transform: rotate(5deg); }
        75% { transform: rotate(-5deg); }
        100% { transform: rotate(0deg); }
    }


    .money-back-gurantee-heading{
        color: #00A73E;
        font-size: 30px;
        font-weight: 700;
    }

    .dont-get-results-heading{
        color: #fff;
        font-size: 30px;
        font-weight: 700;
    }

    .order-button{
        background-color: #00A73E;
        border: 0px;
        width: 100%;
        height: 50px;
        margin-top: 15px;
        border-radius: 50px;
        color: #fff;
        letter-spacing: 1px;
        margin-bottom: 12.5PX;
        font-size: 14px;
    }

    .order-button010{
        background-color: #00A73E;
        border: 0px;
        width: 100%;
        height: 50px;
        margin-top: 15px;
        border-radius: 50px;
        color: #fff;
        letter-spacing: 1px;
        margin-bottom: 12.5PX;
        font-size: 14px;
    }

    .carousel-background-container01{
        background-color: #f5f5f5;
        
    }

    .count-down-container{
        background-color: #000;
        background-size: cover;
    }

    .timer-container{
        background-color: #ff0000;
        width: 90px;
        height: 60px;
        border-radius: 5px;
    }

    #timer, #minutes, #seconds{
        color: #fff;
        text-align: center;
        font-size: 20px;
        padding-top: 20px;
    }

    .timer-description{
        color: #fff;
        font-size: 16px;
        text-align: center;
        margin-top: -15px;
        font-weight: 600;
    }

    .discount-heading{
        color: #fff;
        text-align: center;
        padding-top: 10px;
        font-size: 20px;
        padding-bottom: 10px;
    }
    .c-image{
        width: 20%;
    }

    .speak-btn{
        width: 100%;
        cursor: pointer;
    }


    .border-bottom-container{
        background-color: transparent;
        border: 2px dashed #C96443;
        border-radius: 10px;
    }

    .d01-paragraph{
        color: #000;
        font-size: 16px;
    }

    .d-span{
        color: #c96443;
        font-weight: 600;
    }

    .new-heading{
        color: #000;
        font-size: 25px;
        font-weight: 600;
    }

    .new-button{
        background-color: #000;
        width: 150px;
        height: 45px;
        border-radius: 30px;
        border: 0px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        margin-top: 10px;
    }

    
    .dot-container {
        position: relative;
        padding-left: 25px;
        margin-bottom: 10px;
    }

    .dot-container::before {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        width: 10px;
        height: 10px;
        background-color: #E57373;
        border-radius: 50%;
    }

    .dot-line {
        position: absolute;
        left: 4.5px;
        top: 18px;
        width: 2px;
        height: calc(100% + 10px);
        border-left: 2px dashed #E57373;
    }

    .solution-image{
        width: 100%;
    }

    .top-order-now-button{
        background-color: #00A73E;
        border: 0px;
        width: 150px;
        height: 45px;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        border-radius: 50px;
        margin-top: 15px;
    }

    .copy-right-paragraph{
        color: #fff;
        padding-top: 10px;
    }

    .link01{
        color: #fff !important;
        font-size: 14px !important;
        margin-right: 5px;
        width: 100% !important;
        margin-bottom: 10px;
    }

    .link01:hover{
        color: #00A73E !important;
    }

    .list-item01{
        color: #fff;
        font-size: 17px;
        font-weight: 600;
    }

    .icon-image-01{
        width: 60%;
        margin-bottom: 20px;
    }
    
}



.bg-container020{
    background-color: #000;
    
}

.carousel-background-container{
    background-color: #fff;
}

.list-items-container{
    background-color: #FFF;
    background-size: cover;
    border: 1px solid #f7f8fc;
}
.bg-container02 {
    background-color: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .heading04 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    padding-bottom: 10px;
  }
  
  .star01 {
    color: #ffd700;
    font-size: 18px;
    margin-right: 5px;
  }
  
  .paragraph01 {
    font-size: 16px;
    color: #666;
  }
  
  .review-card {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .icon-container {
    width: 40px;
    height: 40px;
    background-color: #f7f7f7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
  }
  
  .user03 {
    font-size: 18px;
    color: #333;
  }
  
  .name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
  
  .review-description {
    font-size: 14px;
    color: #666;
    padding-top: 10px;
  }
  
  
  .review-button:hover {
    background-color: #3e8e41;
  }
  
  .line01 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
  }
  
  .line02 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
  }
  
  .alert-box {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10009;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
    margin-right: 10px;
  }  
  
  .alert-danger {
    background-color: #ef4a3e;
    color: #fff;
  }
  
  .alert-success {
    background-color: #60d264;
    color: #000000;
  }
  
  .mobile-main{
    margin-top: 1rem !important;
  }