.contact-us-btn .vc_btn3 {
    font-size: 14px !important;
    padding-top: 10px !important;
    padding-bottom: 14px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100%;
    max-width: 301px;
    height: auto;
    max-height: 38px;
    position: absolute;
    margin-top: -150px;
}

.contact-us-address-panel {
    position: relative;
}

.contact-us-address-panel p {
    margin: 0px;
}

.contact-address address {
    font-size: 18px;
    font-style: normal;
    line-height: 25px;
}

/*Responsive Start*/
@media only screen and (max-width: 767px){
    .footer-menu-section .widget_nav_menu h3{
        position: relative;
        padding-top: 5px;
    }
    .widget_nav_menu .mobile {
        width: 100%;
    }
    .widget_nav_menu .mobile {
        display: none;
        padding: 0px 15px;
    }
    .footer-menu-section .title {
        background-color: #fff;
        color: #000 !important;
        position: relative;
        padding: 15px;
    }

    .footer-menu-section h3.widget-title:after{
        content: "+";
        position: absolute;
        right: 15px;
        font-size: 20px;
        height: 5px;
        line-height: 2px;
        top: 0;
        bottom: 0;
        margin: auto;
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
    }
    .footer-menu-section h3.widget-title.open-footer-according:after{
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    .footer-menu-section h3.widget-title.open-footer-according + .mobile {
        display: block;
        background: #04697d;
        padding-bottom: 1px;
    }

}
/*Responsive End*/