@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --blue: #03113f;
    --yellow: #dcab28;
    --yellow1: #FFDD00;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    cursor: default;
    font-family: "Montserrat", sans-serif;
}
 h1, h2, h3, h4, h5{
    color: var(--yellow);
}

.banner-content h2{
    letter-spacing: 2px;
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;

}

.banner-content h2 span{
    font-weight: 900;
}

.banner-content h4{
font-weight: 300;
color: white;
letter-spacing: 2px;
text-transform: capitalize;
}

.banner-content p{
    color: white;
    margin-bottom: 10px !important;

}

.point{
background-color: #fff;
color: var(--yellow);
border: 1px solid #e1e1e1;
border-radius: 5px;
}

a {
    text-decoration: none;
    color: #000
}

@keyframes scaling {
    to {
        opacity: 0;
        transform: translate(-50%, -50%) scale(3)
    }
}

.input-group-prepend span {
    color: var(--yellow) !important
}

.btn,
.btn:hover,
.contactmedia a,
.counter-number {
    color: var(--yellow)
}

@media (min-width:576px) {
    .modal-sm {
        max-width: 400px !important
    }
}

.btn1 {
    font-size: 18px;
    /*padding: 20px 60px;*/
    text-transform: uppercase;
    background-color: var(--blue);
    color: var(--yellow);
    transition-behavior: normal;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    border-radius: 8px;
    border: 2px solid var(--yellow);
    font-weight: 500;
}

.btn1:hover {
    background-color: var(--yellow);
    color: #fff;
    /* border: 3px solid var(--yellow); */
}


.banner{
    height: 400px;
 }


.lower-footer {
    background-color: #eee
}

.text-justify{
    text-align:justify !important;
}

.contactmedia a {
    height: 40px;
    width: 40px;
    margin: 5px;
    border-radius: 50%;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    cursor: pointer;
    transition-duration: .4s
}

.contactmedia a:hover {
    box-shadow: 0 2px 15px 2px #fff
}

.input-group-text {
    background-color: #fff;
    border-right: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group input {
    border-left: 0
}

.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ececec;
    box-shadow: 0 19px 38px rgba(0, 0, 0, .1), 0 15px 12px rgba(0, 0, 0, .02)
}
.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    right: 2rem;
    bottom: 5rem;
    background: #13e054;
    width: 3rem;
    height: 3rem;
    padding: 1rem;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    -webkit-animation: .6s linear infinite cc-calto-action-ripple;
    animation: .6s linear infinite cc-calto-action-ripple;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none
}

.call-buton .cc-calto-action-ripple i {
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 2.2rem
}

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(37, 211, 102, .2), 0 0 0 0 rgba(37, 211, 102, .2), 0 0 0 5px rgba(37, 211, 102, .2), 0 0 0 10px rgba(37, 211, 102, .2);
        box-shadow: 0 4px 10px rgba(37, 211, 102, .2), 0 0 0 0 rgba(37, 211, 102, .2), 0 0 0 5px rgba(37, 211, 102, .2), 0 0 0 10px rgba(37, 211, 102, .2)
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(37, 211, 102, .2), 0 0 0 5px rgba(37, 211, 102, .2), 0 0 0 10px rgba(37, 211, 102, .2), 0 0 0 20px rgba(37, 211, 102, 0);
        box-shadow: 0 4px 10px rgba(37, 211, 102, .2), 0 0 0 5px rgba(37, 211, 102, .2), 0 0 0 10px rgba(37, 211, 102, .2), 0 0 0 20px rgba(37, 211, 102, 0)
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(37, 211, 102, .2), 0 0 0 0 rgba(37, 211, 102, .2), 0 0 0 5px rgba(37, 211, 102, .2), 0 0 0 10px rgba(37, 211, 102, .2);
        box-shadow: 0 4px 10px rgba(37, 211, 102, .2), 0 0 0 0 rgba(37, 211, 102, .2), 0 0 0 5px rgba(37, 211, 102, .2), 0 0 0 10px rgba(37, 211, 102, .2)
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(37, 211, 102, .2), 0 0 0 5px rgba(37, 211, 102, .2), 0 0 0 10px rgba(37, 211, 102, .2), 0 0 0 20px rgba(37, 211, 102, 0);
        box-shadow: 0 4px 10px rgba(37, 211, 102, .2), 0 0 0 5px rgba(37, 211, 102, .2), 0 0 0 10px rgba(37, 211, 102, .2), 0 0 0 20px rgba(37, 211, 102, 0)
    }
}
 

.yt-video{
    border-radius: 10px;
    width:550px;
    height:300px;
}

.point{
    margin: 0px 1px;
    /* padding: 0px 2px; */
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.207);
}

@media only screen and (max-width:576px) {


.point{
    margin: 0px;
}

.point h5{
    font-size: 15px;
}

.point img{
    width: 30px;
    height: 30px;
}
    .banner-content h2{
        font-size: 20px;

    }
    .banner-content h2 span{
        font-weight: 900;
    }

    .banner-content h4{
        font-size: 14px;
    }

    .banner-content p{
        font-size: 14px;
    }

.btn1{
    font-size: 14px;
}

   
     .banner-content{
        text-align: center !important;
    }
   
    .doctor-btn{
         text-align: center !important;
    }
    
    .doctor-content {
        padding-top: 20px;
    }

    .banner-content h1{
font-size: 25px;
    }

 
    .banner {
        height: 80vh !important
    }
    .yt-video {
        height: 200px ;
    }
   
    .banner img{
        height: 350px;
        }

}
.footer-img,
.pattern-img {
    background-size: cover;
    position: relative;
    background-position: center;
}
.footer-img {
    width: 100%
}
.footer-overlay-color {
    background-color: #102a71e0;
    color: #fff
}
.footer-overlay-color {
    width: 100%;
    height: 100%;
    display: flex
}

#contact-button {
    position: fixed;
    bottom: 1px;
    z-index: 1000;
    width: 100%
}

#contact-button p {
    display: none;
    width: 100%;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: var(--blue)
}

@media only screen and (max-width:768px) {
    #contact-button p {
        display: block
    }
}

.result .slide img {
    border-radius: 10px
}

.accordion-button {
    color: var(--blue);
    font-weight: 400;
}

.accordion-button:focus {
    color: var(--yellow);
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: none
}

.form-contact{
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    border-radius: 10px;
}

.form-control:focus{
border: 1px solid #dee2e6;
box-shadow: none;
border-left: 0px;
}


#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px;
    font-weight: 300
}

#customers-testimonials .item {
    text-align: center;
    margin-bottom: 80px;
    opacity: .2;
    -webkit-transform: scale3d(.8, .8, 1);
    transform: scale3d(.8, .8, 1);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    margin: 0 auto 17px
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #0046c0;
    transform: translate3d(0, -50%, 0) scale(.7)
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot,
.static-rating {
    display: inline-block
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #0046c0;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0, -50%, 0) scale(.3);
    transform-origin: 50% 50% 0;
    transition: 250ms ease-out;
    width: 20px
}

.static-rating .star {
    display: inline-block;
    font-size: 24px;
    color: gold;
    margin-right: 5px
}

.static-rating .star:last-child {
    margin-right: 0
}


.slider-with-shadows {
    --default-handle-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    --divider-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  }

  
.cost-form {
    border: 1px solid var(--yellow);
    border-radius: 10px;
    box-shadow: 0 0 10px 0.5px var(--yellow);

}

