@media screen and (max-width: 768px) and (min-width: 320px) {
.contect-text-box ul li {
    width: 100%;
    float: inherit;
}    
.core-services-box {
    padding: 85px 15px 15px 15px;
}  
.founder-message-box {
    margin-top: 15px;
    text-align:justify;
}
.core-services-area {
    padding: 25px 0px;
}    
.mheader-book-appointment{
    display:inline-block;
}  
.header-top{
  display:none;  
}
.product-area {
    padding: 25px 0px;
}
.hero-section {
    margin-top:80px;
}
.header {
    position: fixed;
    top: 0;
    background:#fff;
    right: 0;
    left: 0;
    height:50px;
    z-index: 1030;
}
.home-2 .navbar .navbar-brand {
    display: inline-block;
    background: #fff;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
}
}