@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-frm{
        overflow-x: hidden;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .logo img {
        max-width: 200px;
        height: auto;
    }
    ul.navbar-nav li a {
        font-size: 15px;
        padding: 20px 10px;
    }
    .contact-frm{
        overflow-x: hidden;
    }
}

@media only screen and (max-width: 767px) {
    .navbar{
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-toggler{
        background-color: #fb2e2e;
        padding: 25px 25px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 0;
        line-height: inherit;
        outline: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .animated-icon1, .animated-icon2, .animated-icon3 {
        width: 30px;
        height: 20px;
        position: relative;
        margin: 0px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    .animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .animated-icon1 span {
        background: #fff;
    }
    .animated-icon2 span {
        background: #fff;
    }
    .animated-icon3 span {
        background: #f3e5f5;
    }
    .animated-icon1 span:nth-child(1) {
        top: 0px;
    }
    .animated-icon1 span:nth-child(2) {
        top: 10px;
    }
    .animated-icon1 span:nth-child(3) {
        top: 20px;
    }
    .animated-icon1.open span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .animated-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    .animated-icon1.open span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    ul.navbar-nav li a{
        color: #fff;
        display: block;
        padding: 10px 15px 14px 15px;
        border-bottom: solid 1px #fff;
        width: 100%;
    }
    ul.navbar-nav li .accordion-btn-wrap{
        background: #fff !important;
        padding: 12px !important;
        width: 80px !important;
    }
    ul.navbar-nav li .accordion-btn{
        line-height: 25px !important;
    }
    ul.navbar-nav li .sub-menu li a{
        padding-left: 35px;
    }
    #navbarSupportedContent{
        border-top: solid 1px #fff;
        border-bottom: solid 0px #fff;
    }
    .header-right, 
    .header-left {
        text-align: center !important;
    }
    .header-right{
        padding-top: 0;
        padding-bottom: 15px;
    }
    .logo img {
        max-width: 175px;
        margin: 0 0 0 15px;
    }
    .header-bottom{
        padding: 0;
    }
    .footer-top{
        text-align: center;
        padding-bottom: 10px;
    }
    .footer-widget{
        margin-bottom: 30px;
    }
    .contact-frm{
        overflow-x: hidden;
    }
    .wpcf7 form .wpcf7-response-output {
        color: #fff !important;
    }
    
}

@media only screen and (max-width: 575px) {
    .header-bottom .container{
        padding-left: 0;
        padding-right: 0;
    }
}