@media only screen and (min-device-width:320px) and (max-device-width:700px) {
    
    .header .box1{
        display: block;
    }
    
    .header .social{
        width: 100%;
    }

    .header .box1 .social .social-media{
        text-align: center;
    }

    .header .box1 .social .social-media a {
        display: inline-block;
        height: 35px;
        width: 35px;
        text-align: center;
        border: 1px solid var(--web-color3);
        font-size: 18px;
        padding: 5px;
        color: var(--web-color1);
        margin-right: 10px;
    }
    
    .header .box3{
        display: none;
    }

    .header .box4{
        display: none;
    }
    
    .header .box5{
        display: block;
    }

    .header .box5 .ctasec .col-xs-2{
        text-align: center;
        padding-left: 1px;
        padding-right: 1px;
    }
    .header .box5 .ctasec img {
        width: 30px;
    }
    .header .box5 .ctasec p {
        font-size: 10px;
        color: var(--web-color1);
        font-weight: 600;
        margin: 0;
    }
    
    
    
    ::-webkit-scrollbar {
        display: none;
      }
      
    .nav.navbar-nav > li:first-child {
        padding-left: 7px;
    }

    .nav.navbar-nav > li:last-child {
        padding-right: 7px;
    }

    .dropdown-menu-large .dropdown-header {
        color: #fff;
    }
    .dropdown-menu-large > li > ul > li > a {
        color: #fff;
        padding: 5px;
    }

    .ourdoc-img2{
        padding-top: 10px;
    }    

    .ourdoctors .docbox1, .docbox2{
        text-align: center;
        position: relative;
        margin-bottom: 100px;
    } 
    
    .ourdoctors .docbox3{
        text-align: center;
        position: relative;
        margin-bottom: 0px;
    } 

    .ourdoctors .docmorph {
        width: 100%;
        height: 60%;
        top: 73%;
    }
    
    .teamsec .docmorph{
        width: 100%;
        height: 30%;
        top: 75%;
    }
    

    .bannersec .bookbtn {
        width: 50%;
        margin: 0;
        margin-bottom: 15px;
        text-align: center;
        font-size: 12px;
        display: none;
    }
    .bannersec .telebtn {
        width: 48%;
        text-align: center;
        font-size: 12px;
        background: var(--web-color2);
        color: #fff;
        padding: 10px;
                display: none;

    }
    .counters .achievebox {
        margin-bottom: 20px;
    }
    .servicebox .morphbox {
        margin-bottom: 60px;
    }
    .ourservice .servicebox .servicemorph {
        height: 50%;
        min-height: 50%;
    }
    .ourservice .m-t-100 {
        margin-top: 0;
    } 
    .followussec .sociallink {
        text-align: center;
    }
    .blogsec .blogbox .blogmorph p {
        display: none;
    }
    .acc-head p {
        width: 84%;
    }
    .addressbar .col-md-6 {
        margin-bottom: 20px;
    }
    .footer .logo-img {
        margin-top: 25px;
    }
    .footer .info-brief {
        margin-bottom: 25px;
    }

    .copy-foot {
        background: var(--grey-dark);
        text-align: center;
        margin-bottom: 70px;
    }
    

    .copy-foot2{
        text-align: center;
        display: inline;
        z-index: 1000;
    }

    .dropdown-menu-top {
        top: -400%;
        left: 53%;
    }

    .mobile-fixed-footer  li .dropdown-menu a {
		color: #000;
		font-size: 15px;
	}
	.mobile-fixed-footer li .dropdown-menu a span {
		display: inline;
		font-size: 18px;
	}
    
    .mobile-fixed-footer{
        margin: 0;
        padding: 0;
        display: flex;
        position: fixed;
        bottom: 0%;
        background-color: #046ab7;
        width: 100vw;
        justify-content: space-evenly;
        z-index: 1000;

    }
    
    .mobile-fixed-footer li{
        list-style-type: none;
        display: inline;
        padding: 13px 18px 11px 15px;
    }

    .mobile-fixed-footer li:nth-child(1){
        border-right: solid 1px #fff;
    }
    .mobile-fixed-footer li:nth-child(2){
        border-right: solid 1px #fff;
    }
    .mobile-fixed-footer li:nth-child(3){
        border-right: solid 1px #fff;
    }
    .mobile-fixed-footer li:nth-child(4){
        border-right: solid 1px #fff;
    }
    
    .mobile-fixed-footer li a{
        text-decoration: none;
        color: #fff;
        font-size: 11px;
    }
    



    .bannersec .imgsec img {
        height: 290px;
    }
    .bannersec .bannertitle {
        position: absolute;
        top: 25%;
        left: 5%;
    }

    #ourdoc-bannertitle{
        position: absolute;
        top: 25%;
    }



    .bannersec .bannertitle h1 {
        font-size: 33px;
    }
    .bannersec .bannertitle .bookapt, .bannersec .bannertitle .teleconsult {
        /* width: 96%; */
        margin-top: 5px;
    }
    .bannersec .bannertitle .teleconsult {
        background: var(--web-color2);
        color: #fff;
    }
    .addresses .col-md-6 {
        margin-bottom: 30px;
    }
    .blogsec .blogbox .blogmorph .blogtitle {
        font-size: 15px;
    }
    .bannersec .bannertitle .subtitle {
        font-size: 13px;
        margin-bottom: 0;
    }
    
    .bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
        height: 270px;
    }
}

@media only screen and (min-device-width:1400px) and (max-device-width:1920px) {
    .dropdown-menu-large {
        left: auto;
    }
}