﻿.container { width: 940px; margin: 0 auto; }
.row{margin-left:-15px; margin-right:-15px;}
@media all and (min-width:980px) {
    .doctors-section { margin-top: 116px; }
    .SearchTextButtonClass { cursor: pointer; margin-top: 0px; }
    .AdvancedSearchBox { background-color: #F5F7FA; display: inline-block; padding: 10px; }
    .AdvancedSubBox { padding-top: 5px; border-bottom: 2px solid #E9E8D6; }
    .mobAdvancedSearch { display: none; }
    .arrowDRK { display: none; }
    .arrow-activeDRK { display: none; }
}

@media all and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media all and (min-width: 768px) and (max-width: 979px) {
.container { width:760px;}
}

/* All Mobile Sizes (devices and browser) */
@media all and (max-width: 797px) {}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media all and (min-width: 550px) and (max-width: 767px) {
.container { width:550px;}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media all and (max-width: 499px) {}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media all and (min-width: 320px) and (max-width: 499px) {
.container { width:320px;}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media all and (max-width: 340px) {
.container { width:auto; margin:0 20px;}
}
