@media (min-width: 360px) and (max-width: 640px) {

.top_head p {
    margin: 0px;
    font-family: lato;
    font-size: 15px;
    text-align: center;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 64px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-brand {
    float: inherit;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.nav_top_padding {
    padding-top: 15px;
}

.heading {
    font-family: 'Quattrocento Sans', sans-serif!important;
    margin-bottom: 0px;
    font-weight: 800;
    color: #dc010d;
    margin-top: 28px;
    text-align: center;
}

.heading_p {
    font-size: 16px!important;
    color: black;
    text-align: center;
}

.association_mar {
    margin: 23px 0px 16px 0px!important;
    font-size: 23px;
    color: #404142;
    text-align: center;
}

.mob_cen
{
text-align: center;
}

.aaso_logo
{
max-width: 47%!important;
}

.col-xs-12
{
padding: 0px;
}

h2 {
    font-weight: bold;
    margin-top: 0px;
}

.form_bg {
    background: black;
    padding: 27px;
    color: whitesmoke;
    margin-top: 48px;
}

.services_bor {
    border: 1px solid;
    padding: 13px;
    border-color: #d6d2cc;
    margin-top: 30px;
}

.call {
    font-size: 17px!important;
    border: 1px solid;
    padding: 12px 12px;
    margin-right: 10px;
    float: left;
}

h3 {
    color: #4c4949;
    font-size: 21px;
    font-family: 'Quattrocento Sans', sans-serif!important;
    padding-bottom: 9px;
}

.app_btn {
    text-align: center;
    padding: 10px 10px;
    background: #dc010d;
    margin-bottom: 20px;
}

.app_btn p {
    margin: 0px;
    text-align:center;
}

.breadcrum_bg h4 {
    font-size: 29px;
    font-weight: bold;
    color: white;
    padding: 16px 0px 0px 0px;
    text-transform: uppercase;
    text-align: center;
}

.breadcrumb {
    padding: 8px 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f500;
    border-radius: 4px;
    text-align: center;
    font-weight: 600;
}


.clinic_gal_top {
    padding-top: 40px!important;
}


.service {
    padding-top: 40px;
}

.get_bor {
    border: 1px solid #e4e4e4;
    padding: 10px 18px 10px 18px;
    background: #fbfbfb;
    margin-top: 25px;
}

.footer_black {
    background: black;
    text-align: center;
    padding: 15px;
    color: #cac8c8;
    margin-top: 25px;
}

.mob_top_40
{
padding-top: 40px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 2px solid #f5f5f5;
}

.contact {
    padding-top: 30px;
}

.contact h4 {
    font-size: 22px;
    font-weight: bold;
    color: #655e5e;
    padding-top: 30px;
}

.footer_bg {
    background-image: url(../img/mob_banner2.jpg);
}

.footer_service h4
{
    padding-top: 20px;
}


.breadcrum_bg {
    background-image: url(../img/mob_breadcrums.jpg);
}


.column1 {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding: 0 8px;
}


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 200px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #040404e0;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 1200px;
}


.close {
    color: white;
    position: absolute;
    top: 152px;
    right: 7px;
    font-size: 42px;
    font-weight: bold;
}

.row > .column1 {
    margin-top: -1px;
    padding: 10px;
}


}

