*{
    margin:0px;
    padding:0px;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}
body{
    background: #f7f7f7;
}
.container{
    margin:0px auto;
    width:100%;
    position: relative;
}
.info{
    width:100%;
    margin:0px auto;
    height:50px;
    background:#0e264f;
}
.wrapper{
    width:70%;
    position:relative;
    margin:0px auto;
}
.header{
    margin:0px auto;
    width:100%;
    height: 750px;
    background:white;
    float:left;
    overflow:hidden; 
    background-size: cover;
   background-image: url("hero-bg.png");
}
.main-menu{
    list-style-type: none;
    width: 60%;
}
.main-menu li{
    display:inline-block;
    width:20%;
    text-align: center;
    float: left;
}
.main-menu li a{
    width: 100%;
    display: block;
    margin-top: 43px;
    color: #0e264f;
    text-decoration: none;
    font-size: 1em;
    font-weight: 600;
    margin-bottom:5px;
    transition: all 0.4s linear 0s;

}
.main-menu li a:hover{
    color:#0d6efd;
    
}
.main-menu-container{
    float:right;
    width: 60%;
    position: relative;
    height:120px;
}

.logo{
    max-width: 14%;
    display: inline-block;
    line-height: 120px;
    margin-top: 31px;
}
.content{
    width:100%;
    margin:0px auto;
    position:relative;
    float:left;
}

.mail{
    color: white;
    font-size: 0.8em;
    padding-left: 10px;
}
.social-conatiner{
    width:20%;
    float:right;
    position:relative;
}
.social{
    color:white;
    transition:all 0.4s linear 0s;
    float: right;
    margin-right:20px;
}
.social:hover{
    color:#0d6efd;
}
.bk-btn   {
    display: inline-block;
    float: right;
    color: white;
    background: -webkit-linear-gradient( 0deg, rgb(9,152,230) 0%, rgb(54,96,217) 100%);
    margin-top: 18px;
    padding: 19px 25px;
    text-decoration: none;
    border-radius: 4px;
}
.hero-section{
    width: 100%;
    margin:0px auto;
    position:relative;
    float: left;
}
.first-text{
    color: #3660d9;
    margin-top: 180px;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
}
.main-heading{
    color: #0e264f;
    font-size: 4.5em;
    margin-top: 22px;
    font-weight: bold;
}
.call{
    text-align: center;
    text-decoration: none;
    color: white;
    background: -webkit-linear-gradient( 0deg, rgb(9,152,230) 0%, rgb(54,96,217) 100%);
    padding: 16px 49px;
    display: inline-block;
    border: 3px;
    border-radius: 5px;
    margin-top: 40px;
}
.slogan{
    display: block;
    color: grey;
    margin-top: 10px;
    font-size:1.2em;
}
.doctor{
    display: inline-block;
    float: right;
    position: absolute;
    top: 124px;
    right: -121px;
    max-width: 37%;
}
.d{
    max-width: 2%;
    margin-left: 4px;
    margin-right: 1px;
}
.content{
    width:100%;
    position:relative;
    margin:0px auto;
}
.content-wrapper{
    width:70%;
    margin:0px auto;
    float: left;
    margin-left:15%;
     
}
.sub-heading-5{
    color: #3660d9;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin: 5px 0;
    margin-top:50px
}
.speciality{
    text-align: center;
    font-size: 3.5em;
    color: #00173c;
    margin-bottom:36px;
}
.left-column{
    float: left;
    width: 33.3333%;
}
.middle-column{
    float: left;
    width: 33.3333%;
    height: 700px;
    
}
.right-column{
    float: left;
    width: 33.3333%;
}
.services-container{
    width: 80%;
    padding:10px;
    border: 1px solid rgb(215, 215, 215);
    float: right;
    display: block;
    clear: both;
    margin-bottom: 20px;
    border-radius: 5px;
    position: relative;
}
.right{
    float:left;
}
.services-text{
    float: left;
    width:80%;
    position: relative;
    text-align: right;
}
.services-text h2{
    font-family: 'Poppins', sans-serif;
    color: #00173c;
    font-style: normal;
    font-size: 1.4em;
    margin-top: 15px;
    margin-bottom: 10px;
}
.services-text p{
    color:#777;
    font-size:0.9em;
}
.services-logo{
    float:right;
    position: relative;
    width:20%;
}
.service-logo-image{
    max-width: 76%;
    display: block;
    margin: 0px auto;
    margin-top: 13px;
}
.right-logo{
    float:left;
}
.right-text{
    float:right;
    text-align:left;
}
.right-service{
    float:left;
}
.dental-image{
    display: block;
    margin: 0px auto;
}
.about-us{
    width:100%;
    margin:0px auto;
    overflow: hidden;
    position:relative;
    float: left;
    padding:10px 0;
}
.experience{
    width: 247px;
    height: 106px;
    position: absolute;
    top: 290px;
    right: 945px;
    background: white;
    text-align: center;
}
.number{
    color: #3660d9;
    line-height: 106px;
    font-size: 2.5em;
    font-weight: bold;
    display: block;
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 15px;
}
.normal-text{
    float: right;
    display: block;
    width: 50%;
    margin-top: 31px;
    text-align: left;
    line-height: 28px;
    font-size: 1.2em;
}
.about-us-content{
    width:48%;
    float: right;
    position: relative;
}
.about-us-heading{
    color: #3660d9;
    display: block;
    font-size: 1.3em;
    font-weight: bold;
}
.about-us-heading-text{
    font-size: 70px;
}
.about-us-paragraph{
    font-size: 0.7em;
    color: grey;
    line-height: 1.6em;
    font-weight: normal;
    padding-top: 11px;
}
.read-more{
    text-align: center;
    text-decoration: none;
    color: white;
    background: -webkit-linear-gradient( 0deg, rgb(9,152,230) 0%, rgb(54,96,217) 100%);
    padding: 16px 49px;
    display: inline-block;
    border: 3px;
    border-radius: 5px;
    margin-top: 40px;
    font-weight: normal;
    font-size: 0.7em;

}
.map-container{
    width:100%;
    height:600px;
    position:relative;
    margin-top:50px;
    float: left;
}
.footer-above{
    position: relative;
    width:100%;
    height:632px;
    background: #00173c;
    float: left;
}
.footer{
    width:100%;
    height:80px;
    float: left;
    position: relative;
    background: #08162f;
}
.opening{
    float: left;
    width:33.3333%;
    height:500px;   
}
.bottom-logo{
    max-width: 59%;
    margin-top: 100px;
}
.watch{
    float: left;
    margin-top: 7px;
    margin-right: 15px;
    width: 40px;
    font-size: 28px;
    /* color: #3660d9; */
    background-image: -webkit-linear-gradient( 0deg, rgb(9,152,230) 0%, rgb(54,96,217) 100%);
    color: white;
    padding: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 30px;
    font-weight: normal;
    border-radius: 50%;
}
.watch-hour{
    position: relative;
    width:100%;
    float: left;
    padding:10px;
}
.branch-container{
    width:75%;
    float: left;
    margin-left:10px;
    color:#b2c0d8;
}
.timing{
    margin-top:10px;
    margin-bottom:5px;
    font-weight: normal;
    line-height:25px;
    color:#b2c0d8;
}
.other-services{
    color: white;
    margin-top: 139px;
    padding-left: 126px;
    text-align: left;
    margin-bottom:30px;
}
.heading-size{
    font-size:1.4em;
}
.other-links{
    color: #b2c0d8;
    display: block;
    margin-left: 125px;
    margin-bottom: 21px;
}
.blue{
    color:#3660d9;
    font-size: 1.2em;
}
.contact-icon{
   margin-left:101px; 
}
.address-para{
    width:50%;
}
/*responsive design*/
@media only screen and (max-width: 600px) {
    .info{
        display: none;
    }
    .main-menu-container{
        display: none;
    }
    .logo{
        max-width: 59%;
    }
    .doctor{
        position: relative;
        right: 129px;
        max-width: 49%;
        top: 54px;
    }
   
    .hero-section{
        margin-top: -133px;

    }
    .main-heading{
        font-size:2em;
    }
    .wrapper{
        width: 90%;
    }
    .dental-image{
        display:none;
    }
    .d{
       max-width:7%;
    }
    .sub-heading-5{
        font-size: 1.3em;
    }
    .speciality{
        font-size: 2.2em;
        line-height: 1em;
        margin-top: 17px;
    }
    .left-column{
        float: left;
        width: 100%;
        margin: 0px auto;
    }
    .content-wrapper{
        width:100%;
        margin-left:0;
    }
    .services-container{
        float: left;
        width: 90%;
        margin-left: 5%;
    }
    .middle-column{
        display:none;
    }
    .right-column {
        float: left;
        width: 100%;
    }
    .doctor2{
        max-width: 86%;
        display: block;
        margin: 0px auto;
        margin-top: 10%;
    }
    .experience{
        display:none
    }
    .about-us-content{
        width: 100%;
        float: right;
        position: relative;
        text-align: center;
    }
    .about-us-heading{
        margin-top: 35px;
        font-size: 1.5em;
    }
    .about-us-heading-text{
        font-size: 40px;
    }
    .about-us-paragraph{
        padding: 18px;
        text-align: justify;
    }
    .mobile-menu-container{
        display: block;
        position: fixed;
        width: 100%;
        z-index:1000;
        height:87px;
        background:white;
        box-shadow: 1px 1px 3px grey;
    }
    .logo-fixed{
        max-width: 44%;
        padding-left: 17px;
        margin-top: 27px;
    }
    #mobile-menu{
        display:none;
    }
    .heading-size{
        font-size:1em;
    }
    .opening{ 
        width:100%;
    }
    .footer-above{
        height:1647px;
    }
    .other-services{
        padding-left: 0px;
        text-align: left;
        margin-left: 13px;
    }
    .other-links{
        margin-left: 13px;
    }
    .contact-icon {
        margin-left: 13px;
    }
    .address-para{
        width:60%;
    }
}