*{
    font-family: "Work Sans", sans-serif;

}
.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(32,9,96)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  
}
.navbar-toggler:focus{
    box-shadow: none !important;
}
.navbar ul li a{
    color: #2f43bf !important;
    font-weight: 500;
    font-size: 18px;
}

.dropdown-submenu {
    position: relative;
  }
  
  .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
  }
  
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
  }
  .dropdown-menu .dropdown-submenu a {
    color: black;
    text-decoration: none;
    display: block;
  }  
.d-block{
    width: 100%;
    height: 420px;
}
.carousel-caption{
    bottom: 220px;
}
.carousel-caption h5{
    font-size: 50px;
    text-align: center;
    margin-bottom: 130px;
    color: #FFF5EE;
    line-height: 1.2;
    letter-spacing: 3px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;

}
.gap{
    background-color: #fff;
    width: 100%;
    height: 5px;
}


.btn{
    background-color: #200960 !important;
    color: #fff !important;
    margin-left: 7px;
    border-radius: 0px !important;
}
.header{
    text-align: center;
    margin-top: 50px;
    text-transform: capitalize;
}

.header-2{
    position: relative;
    text-align: center;
    
}
.header-2 h2{
    margin-left: 170px;
    font-family: "Cormorant Garamond", serif;
    font-size: 50px;
    color: #2f43bf;
    font-weight: 600;
    line-height: 1.040em;
}
.header-2-img{
    animation: ani 3s linear infinite;
}
@keyframes ani{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.msg{
    text-align: left;
    
}

.msg-img img{
    width: 100%;
    height: 170px;
    margin-left: 20px;
}
.msg-img-txt span{
    font-size: 40px;

}
.msg-img-txt{
    position: absolute;

}

.service{
    text-align: center;
}
.bg-image:hover img{
    transform: scale(1.1);

}
.bg-image{
    position: relative;
    text-align: center;
    overflow: hidden;
}
.bg-image img{
    transition: all 0.3s;
    transform: scale(1);
    max-width: 100%;
    overflow: hidden;

}
.msg-img{
    position: relative;
    text-align: center;
}
.msg-img-txt{
    position: absolute;
    text-align: center;
    
}
.msg-img-txt p{
    margin-top: -60px;
    text-transform: capitalize;
    margin-left: 35px;
    margin-right: 30px;
}
.header2{
    margin-top: 50px;
    text-align: center;
    
}
.bg-image{
    background-color: #fff;
    text-align: center;

    
}
.service-wrap{
    padding-bottom: 40px;
}
.service{
    box-shadow: 0px 0px 49px -3px rgba(0, 0, 0, 0.17);

    
}

.header2 h2{
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "Cormorant Garamond", serif;
    font-size: 50px;
    font-weight: 600;
    color: #2f43bf;
    line-height: 1.040em;
}

.bg-image h5{
    margin-top: 25px;
    color: #200960;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 25px;
}
.bg-image p{
    font-weight: 400;
    color: #999;
    margin-bottom: 40px;
    margin-top: 35px;
}
.bg-image img{
    margin-top: 30px;
}
.footer{
    background-color: #f8f9fa;
}
.footer ul li p{
    color: #2f43bf;
}
.footer ul li a{
    color: #2f43bf;
    text-decoration: none;

}
.footer ul li{
    list-style-type: none;
    margin-top: 12px;

}
.footer h5{
    color: #200960;
}
.footer-wrap{
    padding-top: 30px;
}
.call{
    font-size: 20px;
    font-weight: 900;
}
.call:hover{
    color: #fff;
}
.email:hover{
    color: #fff;
    text-decoration: underline;
    
}

.end{
    color: #2f43bf !important;
    text-decoration: underline !important;
}
.ends:hover{
    color: #fff;
}
.icon{
    float: left;
    margin-right: 10px;
    text-align: center;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    float: left;
   line-height: 40px;
}


.footer-wrap i{
    color: #200960;
}
.google{
    padding-left: 2rem;
}
.footer-wrap p{
    color: #2f43bf;
    margin-top: 20px;
    
}
.divider{
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 10px;
    border-top: solid 1px #2f43bf;
    background-color: #200960;
    
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd{
        
    display: none;

}
.goog-te-combo{
    width: 100px;
}


.map{
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start
}
.input-group{
    margin-top: 20px;
    
}
.input-group input,
.input-group textarea
{
    width: 100%;
    border: none;
    border-bottom: 1px solid #2f43bf;
    outline: none;
    position: relative;
    display: block;
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 5px;
    transition: 0.5s;
    
}

.input-group span{
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: all 0.2s ease;
    color: #2f43bf;
}

.input-group input:focus ~ span,
.input-group input:valid ~ span

{
    top: -5px;
    transform: translateY(-10px);
    color: #200960;

}

.input-group textarea:focus ~ span,
.input-group textarea:valid ~ span
{
    transform: translateY(-10px);
    top: -5px;
    transition: all 0.2s ease;
    color: #200960;
}
.input-group input:focus{
    border-bottom: 1px solid #200960;
}
.input-group textarea:focus{
    border-bottom: 1px solid #200960;
}

 .input-group input[type="submit"]{
    border: none;
    cursor: pointer;
    padding: 8px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #2f43bf;
    transition: 0.5s;
    background-color: #2f43bf;
   
 }
 .input-group input[type="submit"]:hover{
    background-color: #200960;
    color: #fff;
    border: 1px solid #200960;

 }

 .input-group input[type="submit"]:focus{

    border: 1px solid #200960;
 }
 .contact-body{
    margin-top: 30px;
    margin-bottom: 30px;


 }
 .contact-body h3{
    margin-top: 30px;
    font-weight: 600;
    color: #2f43bf;
    font-family: "Cormorant Garamond", serif;
    font-size: 42px;

 }
 .contact-details a{
    text-decoration: none;
    color: #555350;
    font-size: 17px;
 }
.contact-body a:hover{
    color: #000;
}
.contact-body li {
    list-style-type: none;
    padding-top: 20px;
}
.contact-body p{
    color: #999;
    font-size: 16px;
    letter-spacing: 2px;
    color: #200960;
    font-weight: 400;
    font-style: italic;
}
.contact-body i{
    font-size: 30px;
    padding-right: 10px;
}
.red-back{
    background-image: url(images/micro.jpg);
    width: 100%;
    height: auto;
    text-align: center;
    background-attachment: fixed;
    background-size: cover;
}
.red-back p{
    font-size: 40px;
    color: #fff;
    padding-top: 30px;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-weight: 600;
    padding-bottom: 30px;

}
.count-class{
    text-align: center;
}
.counter-box p{
    color: #999;
    font-size: 18px;
}
.counter-box span{
    font-size: 55px;
    color: #000;
}
.contact-form{
    background-image: url(images/micro.jpg);
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: cover;
    background-attachment: fixed;

}

.contact-input input{
    border-radius: 50px;
    padding: 8px;
    margin-top: 10px;
    text-align: center;
    border: none !important;
}
.contact-input [type="submit"]{
    padding: 8px;
    width: 150px;
    background-color: #2f43bf;
    color: #fff;
    font-size: 20px;
    border: none;
}
.contact-input textarea{
    margin-top: 10px;
    border-radius: 30px;
    text-align: center;
}
.contact-input textarea::placeholder{
    line-height: 40px;
}

.contact-input input:focus{
    border: none !important;
    outline: none !important;
}
.contact-input textarea:focus{
    outline: none;
}
.contact-input [type="submit"]:hover{
    background-color: #200960;
}
.contact-form h1{
    color: #fff;
    margin-top: 60px;
    font-weight: 700;
    
}
.count-h1 h1{
    text-align: center;
    padding-top: 30px;
    font-family: "Cormorant Garamond", serif;
    color: #2f43bf;
    font-size: 50px;
    font-weight: 600;
    padding-bottom: 30px;
}
.animate-ph a{
    text-decoration: none;
    color: #fff;

}
.animate-ph a:hover{
    color: #fff;
}
.animate-ph{
    color: #fff;
}


.ph-num{
    align-content: center;
}

.syndromic-advantage{
    margin-top: 60px;
}

.syndromic-body h2{
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
    position: relative;
    padding-left: 20px;
    

}
.syndromic-body h2::before{
    content: " ";
    background:  red;
    height: 55px;
    position: absolute;
    left: 0;
    width: 2px;
    padding-right: 5px;
    
}
.syndromic-body h2::after{
    content: " ";
    background: darkblue;
    width: 600px;
    position: absolute;
    bottom: -5px;
    left: 20px;
    height: 2px;
}
.syndromic-advantage h3{
    font-size: 30px;
    text-decoration:  underline;
    

}
.syndromic-advantage span{
    font-weight: 600;
    font-size: 18px;
}
.syndromic-body span{
    font-weight: 600;
}



.About-page{
    width: 100%;
    height: 420px;
    position: relative;
}
.About-page img{
    width: 100%;
    height: 100%;
}
.overlay{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 420px;
    bottom: 0;
    opacity: 1;
}
.About-page h2{
    margin-top: 150px;
    color: #fff;
    font-weight: 500;
    font-size: 50px;
}
.About-page a{
    text-decoration: none;
    color: #fff;
    padding-right: 8px;
    font-size: 18px;
}
.About-page i{
    padding-right: 8px;
    color: #fff;
}
.about{
    margin-top: 60px;
    padding-bottom: 60px;
}

.about-body-img img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.about-body{
    padding-left: 40px !important;
}
.about-body span{
    font-weight: 600;
   
}
.about-body p{
    color: #999;

}
.About-page a:hover{
    color: #000;

}

.neorology-body h5{
    text-decoration: underline;
}

.id-neorology h5{
    position: relative;
    color: red;
    padding-left: 20px;
    margin-top: 20px;
    
}
.id-neorology h5::before{
    content: " ";
    background:  red;
    height: 35px;
    position: absolute;
    left: 0;
    width: 2px;
    padding-right: 5px;
}
.id-neorology h5::after{
    content: "";
    background: darkblue;
    position: absolute;
    bottom: -5px;
    width: 320px;
    height: 2px;
    left: 20px;
}
.id-neorology p {
    margin-top: 10px;
}
.chart{
    width: 900px;
    height: 600px;
}















@media screen and (max-width: 992px){
    .container{
        flex-wrap: wrap;
    }
    .navbar-brand img{
        width: 120px;
    }
    .icon{
        margin-right: 25px;
    }
    .msg-img-txt p{
        margin-right: 0px;
        margin-left: 0px;
        margin-top: -120px;
    }
    .msg-img img{
        margin-left: 0px;
    }
    .syndromic-body h2::after{
        width: 300px;
    }
    .svg{
        width: 600px;
        height: auto;
    }
    .chart{
        width: 600px;
        height: auto;
    }
    .contact-input input,textarea{
        width: 100%;
    }

   

}

@media screen and (max-width: 768px){
    .call{
        font-size: 17px;
    }
    .icon{
        float: left;
        margin-right: 20px;
    }
    .msg-img-txt p{
        margin-top: -120px;
    }
    .about-body{
        padding-top: 30px;
    }
}

@media screen and (max-width: 600px){
    .goog-te-combo{
        width: 70px;
        
    }
    .VIpgJd-ZVi9od-l4eHX-hSRGPd{
        
        display: none;

    }
    .carousel-inner{
        height: 300px;
    }

    .msg-img-txt p{
        margin-top: -128px;

    }
    .divider{
        font-size: 13px;
    }
    .carousel-caption h5{
        font-size: 35px;
        margin-bottom: 160px;
        letter-spacing: 0px;
        text-align: left;}

.svg{
    width: 450px;
    height: auto;
}
.chart{
    width: 450px;
    height: auto;
}
.header-2 h2{
    margin-left: 20px;
}
.red-back{
    margin-top: 65px;
}
}
@media screen and (max-width: 400px){
    .msg-img img{
        height: 420px;
    }
    .carousel-caption{
        bottom: 0px;
    }
    .carousel-caption h5{
        font-size: 30px;
        margin-bottom: 200px;
        letter-spacing: 0px;
        text-align: left;
    
    
    }
    .carousel-inner{
        height: 250px;
    }
   .icon{
    margin-bottom: 20px;
   }
   .divider p{
    font-size: small;
   }
   .bg-image h5{
    font-size: 18px;
   }
   .bg-image p{
    text-align: left;
   }
   .red-back{
    margin-top: -60px;
}
.chart{
    width: 380px;
}
.About-page{
    height: 380px;
}
}

@media  screen and (max-width: 320px) {
    
    
}