/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 
 
/*==========  Mobile First Method  ==========*/
 
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}


/*==========  Non-Mobile First Method  ==========*/
 
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    ul.site_links {
    column-count: 2!important;

}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    ul.site_links {
    column-count: 2!important;

}

}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
    ul.site_links {
    column-count: 1!important;

}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
}




@media only screen and (min-width : 480px) {

.section-content h1 {    font-size: 32px!important;}
.divider .container {    padding-top: 0px!important;}
.contact-details p {    font-size: 20px!important;}
.section-title .title {    margin-top: 32px!important;}
.mobileQuote {    margin-right: -43px !important;}
#feedback {	right: 3%!important;}
section#doctor_list {    overflow: hidden;}
ul.site_links.mb-3 {    /*column-count: 1!important;*/}
}



@media only screen and (min-width:991px) and (max-width:1199px)  {
div#fixedBottomBlock {    display: none !important;}
img.what {    display: none !important;}
.mobile-menu{display: block !important;}
.mobile-three-item{display: block !important;}
.footer{margin-bottom: 44px !important;}
    
    .enquiry{
        display: none;
    }
}

@media only screen and (min-width:768px) and (max-width: 990px){
div#fixedBottomBlock {    display: none !important;}
img.what {    display: none !important;}
.mobile-three-item{display: block !important;}
.footer{margin-bottom: 44px !important;}
    
    .enquiry{
        display: none;
    }
}

@media only screen and (min-width:480px) and (max-width: 767px){
div#fixedBottomBlock {    display: none !important;}
img.what {    display: none !important;}
.mobile-three-item{display: block !important;}
.footer{margin-bottom: 44px !important;}
    
    .enquiry{
        display: none;
    }
}

@media only screen and (max-width: 479px){
div#fixedBottomBlock {    display: none !important;}
    
    .enquiry{
        display: none;
    }
img.what {    display: none !important;}
.mobile-three-item{display: block !important;}
.footer{margin-bottom: 44px !important;}
.enquiry {display: none!important;}
.mobile-three-item li {  padding: 8px 0px!important;}
}
