@media only screen and (max-width: 1399px){
	/* .request_quote{min-width: 230px;} */
	.inner-banner-left-txt h1{font-size: 32px; line-height: 50px;}
	.inner-banner-left-txt {padding-top: 60px;}
}


@media only screen and (max-width: 767px){
	.top_header_left {text-align: center;padding-bottom: 8px;}
	.top_header_right {text-align: center;}
}
@media only screen and (max-width: 1399px) {
 
    /* .request_quote{min-width: 230px;} */
    .inner-banner-left-txt h1 {
        font-size: 32px;
        line-height: 50px;
    }
 
    .inner-banner-left-txt {
        padding-top: 60px;
    }
 
    .navbar-nav>ul>li>a {
        font-size: 13px;
        padding: 10px 5px;
    }
 
    .request_quote a {
        font-size: 14px;
    }
 
    .request_quote i {
        margin-right: 10px;
        font-size: 20px;
    }
}
 
 
@media only screen and (max-width: 767px) {
    .top_header_left {
        /* text-align: center;
        padding-bottom: 8px; */
    }
 
    .top_header_right {
        text-align: right;
    }
 
    .middle_header .searchbox {
        max-width: 50%;
        margin-left: auto;
        position: relative;
        margin-top: 15px;
    }
 
    .header_logo {
        text-align: center;
    }
 
    .main-menu {
        display: flex;
        padding-left: 0;
        margin-bottom: 0;
        flex-direction: column;
        align-items: flex-start;
    }
 
    .cover-nav {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
 
    body {
        padding-top: 185px !important;
    }
 
    .top_header .col-md-6 {
        width: 50% !important;
    }
}