/* ----------------------------------------------------------------
	about
-----------------------------------------------------------------*/

.testi-content p:before,
.testi-content p:after {
    content: '';
}

.heading-block:after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border: none;
}
/*
#header.sticky-header:not(.static-sticky) .current div{
   color: #444;
}*/
#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
    color: #444;
}

#about {
    color: #F5A34D;
}
#slider img{
    width:90%;
    height:80%;
    margin:0 auto;
}
#phonetable{margin-top:50px; margin-left:100px;}
#phoneiframe{width:504px }
  @media (min-width: 480px) and (max-width: 767px) {
     .container, #header.full-header .container, .container-fullwidth {
        width:100% !important;
    }
     
    #phonetable{ margin-left:50px;}
    #phoneiframe{width:100% }
    #content .content-wrap {
        padding-top:0 !important;
    }
}
@media (max-width: 479px) {
    .container, #header.full-header .container, .container-fullwidth {
        width:100% !important;
    }
    #team{margin-left:0 !important}
    #team .teamcontent{margin-left:0 !important}
    #phonetable{ width:100%;margin:0 auto;}
    #phonetable td{ text-align:center !important;font-size:12px !important}
    #phoneiframe{width:100% }
        #content .content-wrap {
        padding-top:0 !important;
    }
}