@media (max-width: 1199px) {
    
    .deafault-btn {
        font-size: 16px;
        padding: 10px 50px 10px 20px;
    }
    .logo {
        width: 110px;       
    }
    .banner .image .heading {
        font-size: 42px;
        line-height: 48px;
    }
    .banner .image .container .text .btn {
        margin-top: 30px;
    }
    .about-section {
        padding: 20px 0;        
    }
    .services-section, .contact-section {
        padding: 0 0 20px;       
    }
    .services-section .services {
        margin-top: 20px;
    }
    /*Inner Pages Css*/
    .common-information-sec {       
        min-height: auto;        
        margin-top: 20px;
        padding: 20px;
    }
}
@media (max-width: 1023px) {
    .heading-text {       
        font-size: 42px;
        line-height: 55px;       
    }
    .about-section .company-ratio li span.number {
        font-size: 40px;       
    }
    .close-menu {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #fff;
        text-align: center;
        line-height: 30px;
        margin: 20px 0 20px 20px;
        display: block;
        cursor: pointer;
        box-shadow: 0 0 5px rgba(0,0,0,0.3);
    }
    .resp-menu {
        display: block;
        width: 30px;
        height: 30px;
        background-color: #ED1C24;
        padding: 7px;
        margin-left: 10px;
        border-radius: 4px;
        cursor: pointer;
    }
    .resp-menu span {
        display: block;
        width: 100%;
        display: block;
        height: 2px;
        border-radius: 3px;
        background-color: #fff;
    }
    .resp-menu span:nth-of-type(2) {
        margin: 5px 0;
    }
    .header .menu,
    .header .social-media {
        flex-direction: row-reverse;
        justify-content: flex-start;
    }
    .social-media a {
        padding: 0;
    }
    .header .nav {
        display: block;
        width: 100%;
        max-width: 300px;
        height: 100%;
        background-color: #ED1C24;
        position: fixed;
        top: 0;
        right: -300px;
        z-index: 9;
        transition: all linear 0.5s;
        overflow: scroll;

    }
    .header .nav.show {
        right: 0;
    }
    .header .nav ul {
        display: block;
    }
    .header .menu .nav a {
        display: block;
        padding: 15px 20px;
        font-weight: 400;
    }
    .header .menu .nav li {
        border-bottom: 1px solid rgba(255,255,255,0.25);
    }
    .header .menu .nav li ul.dropdown {
        visibility: visible;
        opacity: 1;
        position: static;
        background: rgba(0,0,0,0.1);
        border: 0;
        box-shadow: none;
        padding: 0;
        display: none;
    }
    .header .menu .nav li ul.dropdown li {
        width: 100%;
        margin: 0;
    }
    .header .menu .nav li ul.dropdown .image {
        display: none;
    }
    .header .menu .nav li ul.dropdown span {
        margin: 0;
        font-weight: 400;
        color: #fff;
    }
    .header .menu .nav li a:hover,
    .header .menu .nav li:hover a {
        color: #fff;
    }
    .header .menu .nav .sub-toggle {
        position: relative;
    }
    .header .menu .nav .sub-toggle .toggle-btn {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        cursor: pointer;
        width: 52px;
        height: 52px;
        line-height: 52px;
        text-align: center;
        font-size: 30px;
        font-weight: 300;
        color: #fff;
        background: rgba(0,0,0,0.1);
    }
    .banner .image .heading {
        font-size: 30px;
        line-height: 35px;
    }    
    .about-section .text {
        margin: 0;
    }
    .about-section .company-ratio {       
        margin: 30px 0;
    }
    .about-section .company-ratio li {       
        justify-content: center;
        text-align: center;
    }
    .about-section .company-ratio li .image,.about-section .company-ratio li .detail {
        width: 100%;
    }
    .about-section .company-ratio li .image img {
        margin: 0 auto;
    }
    .contact-detail .office-add {      
        border-left: none; 
        width: 100%;       
        /* border-top: solid 2px #ED1C24;        */
    }
    .contact-detail .title {
        margin: 0;
    }
    .contact-detail .office-add .full {        
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    .contact-detail .office-add .full span {
        display: inline-block;
        margin-right: 20px;
    }
    .contact-detail .enquiry-form {
        width: 100%;
        margin-top: 20px;
    }
    .footer {        
        padding: 20px 0 0;
    }
    .footer .overview, .footer .links {
        width: 100%;        
    }

}
@media (max-width: 767px) {
    .deafault-btn {
        font-size: 14px;
        padding: 8px 50px 8px 20px;
    }
    .banner .owl-dots {       
        right: 20px;       
    }
    .logo {
        width: 90px;
        padding: 5px 0;
    }
    .heading-text,.heading-text.sub {
        font-size: 36px;
        line-height: 40px;
    }
    .header .menu {
        width: calc(100% - 100px);
        padding: 5px 0;
    }
    .banner .image .heading {
        font-size: 24px;
        line-height: 30px;
    }
    .banner .image .container .text {
        width: 100%;
    }
    .banner .image .container .text .btn {
        margin-top: 20px;
    }
    .about-section p {
        font-size: 14px;
        line-height: 22px;       
    }
    .about-section .company-ratio li {
        width: 48%;       
        margin: 10px 1%;
    }
    .services .text .title {
        font-size: 26px;        
    }
    .services-section .services .text, .services-section .services .image {
        width: 96%; 
        margin: 0 auto;
    }
    .services-section .services .text {
        padding: 0;
        order: 1;
        margin: 20px auto;
    }
    .footer .links .title {
        display: block;
        padding: 10px 0;
        font-size: 20px;        
    }
    .bottom-footer .left, .bottom-footer .right {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .bottom-footer p {
        margin: 0;
    }
}
@media (max-width: 599px) {
    .heading-text span:before, .heading-text span:after {
        display: none;
    }
    .enquiry-fixed .form li input, .enquiry-fixed .form li select, .enquiry-fixed .form li textarea {
        padding: 7px;
    }
    .enquiry-fixed .form li {        
        margin: 10px 0 0;
    }
    .banner .image .container {
        transform: translateY(-25%);
    }
    .banner .image .container .text {
        text-align: center;
    }
    .banner .image .heading {
        font-size: 20px;
        line-height: 24px;
    }
    .banner .image .heading span {
        display: inline;
    }
    .banner .owl-dots {
        width: 100%;
        transform: translateY(0%);
        right: 0;
        top: auto;
        bottom: 0;
    }
    .banner .image .container .text .btn {
        margin-top: 15px;
    }
    .deafault-btn {
        padding: 6px 45px 6px 15px;
    }
    .about-section {
        padding: 20px 0;        
    }
    .mission-vision-sec .mission, .mission-vision-sec .vision {
        width: 100%;
        margin-top: 10px;        
    }
    .banner .image img {
        min-height: 200px;
    }
    .service-feature .heading-text.sub {
        font-size: 26px;
        text-align: center;
        display: block;
    }
    ul.check-list li, li .text ul li {       
        font-size: 16px;       
    }
    .service-feature li {       
        padding: 15px;
        font-size: 14px;       
    }
    .heading-text.sub {
        line-height: 36px;      
    }
    .contacts-page .contact-detail {
        margin: 20px 0;
    }
    
}
@media screen and (max-width:479px){
    .logo {
        width: 80px;       
    }
    header.small .logo {
        width: 65px;
    }
    .heading-text,.heading-text.sub {
        font-size: 30px;
        line-height: 30px;
    }
    .heading-text span,.heading-text.sub span {       
        font-size: 14px;       
        line-height: 18px;
    }
    .services-section .services li {
        border-left: none!important;       
        border-bottom: solid 2px #ED1C24;
        border-right: none!important;
    }
    .services-section .services li:last-of-type{
        border: none!important;
    }
    .services-section .services li:last-of-type .text{
        margin-bottom: 0;
    }
    .contact-detail .office-add .full span.text {
        margin: 0;
        width: calc(100% - 60px);
    }
    .enquiry-form li {
        width: 100%;
        margin-bottom: 10px;
    }
    .form-layout input, .form-layout textarea, .form-layout select {        
        padding: 10px;      
    }
    .bottom-footer p {
        margin: 0;
        font-size: 12px;
    }
    .service-feature .heading-text.sub {
        font-size: 20px;      
        line-height: 20px;
    }
    .service-feature ul {        
        margin-top: 10px;
    }
    .service-feature li {
        width: 100%;
        padding: 15px 15px 25px;
        font-size: 18px;       
        text-align: center;       
    }
    .service-feature li::after{
        display: none;
    }
    .contacts-page {
        padding-bottom: 20px;
    }
}