.footer_sm_look{
    display:inline;
}
.footer_sm_look > img{
    margin:-5px;
}
#footer{
    background-color:#272828 ;
    color:white;
    margin-top: 150px;
}
.footer_text > a{
    color:white;
}
section{
    padding:50px; 
    text-align:center;
}
.service_div{
    margin-top:20px
}
.copyright_div{
    margin-top:40px;
}
.service_time{
    margin-top:12px;
}
.copyright{
    color:#818181
}
.vertical_top{
    vertical-align: text-top;
}
.email_link{
    color:white;
    text-decoration:blink;
}
.phone_img{
    margin:-5px;
}
.inline{
    display:inline-block;
}
@media screen and (max-width:768px) and (min-width:737px){
    .service_list:nth-child(3){
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) { 
    .footer_sm_look{
        display:block;
        margin-bottom:20px;
    }
    .footer_text{
        font-size: 1em;
        padding-bottom: 1.5%;
    }
}
@media screen and (max-width:736px) and (min-width:415px){
    section{
        padding:13px !important;
    }
}
@media screen  and (max-width: 667px)  and (min-width:480px) {
    .service_list:nth-child(3){
        margin-top: 15px;
    }
}
@media screen  and (max-width: 568px)  and (min-width:415px) {
    .footer_sm_look:nth-child(9){
        position: relative;
        top: 8px;
    }
}
@media screen  and (max-width: 479px)  { 
    .footer_sm_look{
        display:block;
    }
}
@media screen  and (max-width: 414px)  and (min-width:321px) {
    .footer_sm_look:nth-child(9){
        position: relative;
        top: 10px;
    }
     .footer_sm_look:nth-child(7){
        position: relative;
        top: 10px;
    }
}
@media screen and (max-width:414px){
    .line{
        display:none;
    }
    section {
        padding: 23px !important;
    }
    .service_list:nth-child(2){
        margin: 15px 0px;
    }
}

@media screen and (max-width:320px){
    #footer{
        font-size: 10px;
    }
    .footer_sm_look{
        display: block !important;
    }
    .service_list{
        margin-top: 15px;
    }
}

