*{
    margin:0px;
    padding:0px;
    box-sizing: border-box;
}

/* Home page css here */

.logo{
 margin-top:20px;
 margin-left:500px;
 margin-bottom:30px;
}

.container-fluid{
    padding: 0px!important;
}

header{
    background-color:#fb6159;
}

header .dropdown-menu.show {
    background-color: #333333;
}

header .dropdown-item  {
  color: white;
}

.nav-link{
    color:white!important;
}

.nav-link:hover{
    color:yellow!important;
    border-bottom: 3px solid yellow;
}
.nav-link .active {
    color:yellow!important;
    border-bottom: 3px solid yellow!important;
}

.word {
    font-size: 20px;
    padding-top: 10px;
    color: black;
    font-weight: 600;
}
.mission{
    margin-top: 50px;
    margin-bottom:50px;
}

h3{
    color:#fb6159;
    margin-bottom: 20px!important;
    font-size:25px!important;
}

.para{
    margin-top:20px;
    margin-bottom:20px;
}

.left{
    text-align:left;
}

footer{
    background-color: #333333;
    color: white!important;
    padding-top: 50px;
    padding-bottom: 80px;
}

footer a{
    color: white;
}

 footer .col-lg-1{
    margin-left:-30px;
}

/* Home page css close here */

/* offer page css start here */

.offer{
    margin-top:50px;
    margin-bottom:50px;
    text-align: left;
}

h5{
    color:#fb6159;
    text-decoration:underline;
}
/* 
.left2{
    text-align:left;
} */

/* offer page css close here */

/* policy page css start here */

.policy{
    margin-top:50px;
    margin-bottom:50px;
}

h4{
    padding: 10px 0px;
    font-size: 20px!important;
}

/* policy page css close here */

/* information page css start here */

.info{
    margin-top:50px;
    margin-bottom:50px;
}

.info a{
    color:#fb6159!important;
}

/* information page css close here */

/* profile page css start here */

.profile{
    margin-top:50px;
    margin-bottom:50px;
}

.alpana{
    margin-left:70px!important;
}

/* profile page css close here */

/* pediatricians page css start here */

.develop{
    margin-top:50px;
    margin-bottom:150px;
}

/* pediatricians page css close here */

/* consultation page css start here */

.consult{
    margin-top:50px;
    margin-bottom:50px;
}

/* consultation page css close here */

/* appointment page css start here */

.appoint{
    margin-top:50px;
    margin-bottom:50px; 
}

.appoint a{
    color:#fb6159!important;
}

/* appointment page css close here */

/* faq page css start here */

.question{
    margin-top:50px;
    margin-bottom:50px;
}

/* faq page css close here */

/* contact page css start here */

.contact{
    margin-top:50px;
    margin-bottom:50px;
}

.last{
    margin-bottom: 100px;
}
.text{
    text-align:center;
}

.no{
    font-weight:500;
    font-size:20px;
}
.dark{
    color:#fb6159;
    font-weight: 900;
    font-size:24px;
}

.form-group {
    margin-bottom: 15px;
}

 .form-group label{
    font-size: 16px!important;
}

.left{
    margin-left:70px;
}

/* contact page css start here */

@media (max-width: 767px) {

    /* Home page css start here */

    .logo{
        margin-left:50px;
        width: 80%;
    }

    .navbar-toggler{
        margin-left:130px;
    }

    .mission{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    footer{
        padding-bottom: 10px;
    }
    
    /* offer page css start here */

    .offer{
        margin-top:10px;
        margin-bottom: 10px;
    }

    /* profile page css start here */

    .profile{
        margin-top:10px;
        margin-bottom:10px;
    }

    .alpana{
        margin-left:35px!important;
    } 


    /* policy page css start here */

.policy{
    margin-top:10px;
    margin-bottom:10px;
}

    /* information page css start here */

.info{
    margin-top:10px;
    margin-bottom:10px;
}

    /* pediatricians page css start here */

.develop{
    margin-top:10px;
    margin-bottom:30px;
}

/* consultation page css start here */

.consult{
    margin-top:10px;
    margin-bottom:10px;
}

/* appointment page css start here */

.appoint{
    margin-top:10px;
    margin-bottom:10px; 
}

/* faq page css start here */

.question{
    margin-top:10px;
    margin-bottom:10px;
}

/* contact page css start here */

.contact{
    margin-top:10px;
    margin-bottom:10px;
}

.left{
    margin-left:0px;
}



}