/* Extra large devices (large laptops and desktops, 1440px and up) */

@media only screen and (max-width: 1600px) { 
    /* .burj-khalifa-bg {
        background: url('../img/banner-1-2.webp') !important;
        background-position: center !important;
        background-size: cover !important;
    } */
    .main-menu ul li a {
        margin: 0 50px;
    }
    .main-menu ul ul a {
        margin: 0 20px;
    }
}

@media only screen and (max-width: 1440px) {
    .main-menu ul li a {
        margin: 0 20px;
    }
    .banner-text {
        margin-top: 180px;
    }
    .site-h1 {
        font-size: 48px;
        line-height: 58px;
    }
    .footer-menu ul li a {
        padding: 0 0 0 20px;
    }
    .main-menu ul li a {
        margin: 0 30px;
    }
    section.banner-text h3 {
        font-size: 18px;
        line-height: 32px;
    }
    section.contacts p br {
        display: none;
    }
    .contact-details a {
        margin-bottom: 24px;
        font-size: 18px;
    }
    br {
        display: none;
    }
    .site-p.full {
        max-width: 80%;
        margin: 0 auto 120px auto;
    }
    .about-page .our-clients .row {
        padding: 0;
    }
    .home-contact-details p br {
        display: block;
    }
    .banner-text > div > div > div {
        bottom: 30px;
    }
    .banner-text a {
        margin-top: 10px;
    }
    section.banner-text h1 {
        margin-bottom: 0;
    }
    .about-page .home-contact-details br {
        display: none;
    }
    .contact-details span {
        margin: 0 0 0 20px;
        display: block;
    }
}

/* Large devices (laptops/desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {
    ion-menu-button {
        display: block;
        float: right;
        color: #fff;
    }
    .main-menu {
        display: none;
    }
    .site-h1 br {
        display: none;
    }
    .site-h1.vertical-center {
        padding: 0 10px 0 0;
    }
    .mission-box, .vision-box {
        padding: 60px 30px;
    }
    .our-package {
        max-width: 40%;
    }
    .our-clients, .maintenance, .our-packages, .well-trained, .contacts, .packages-types, .package-details {
        padding: 100px 0;
    }
    .package-details-box {
        padding: 0;
    }
    .packages-type {
        padding: 0;
    }
    .packages-type a {
        padding: 170px 0 70px 0;
    }
    .packages-types .row {
        margin: -15px;
    }
    .package-details .site-p {
        margin-bottom: 40px;
    }
    .package-details-text {
        margin-bottom: 40px;
    }
    .contact-form {
        padding: 0 10px 0px 0px;
    }
    .contact-details {
        padding: 0 0 0 10px;
    }
    .in-numbers {
        padding: 100px 0 110px 0;
    }
    .about-page .our-clients {
        padding: 100px 0;
    }
    .footer-box {
        margin-bottom: 30px;
    }
    .footer-menu ul li a {
        padding: 0 20px 0 0;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
    footer.main-footer {
        text-align: center;
    }
    .footer-menu ul li a {
        padding: 0 20px 0 0;
    }
    .our-client h3 {
        font-size: 18px;
    }
    .site-h1 {
        font-size: 36px;
        line-height: 46px;
    }
    .banner-text > div > div > div {
        bottom: 10px;
    }
    .custom-btn-line {
        padding: 12px 70px;
        width: auto;
        height: auto;
    }
    section.banner-text h3 {
        margin: 5px 0 5px 0px;
    }
    .banner-text > div > div > div {
        bottom: 10px;
        padding-right: 100px;
    }
    .contacts .col-lg-7 {
        border: none;
    }
    .our-package {
        max-width: 100%;
    }
    .in-number {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .our-client-img {
        min-height: auto;
    }
    .in-numbers > div > div > div:nth-child(4) > div {
        padding-bottom: 0;
    }
    .our-client {
        padding: 30px 0;
    }
    section.maintenance h1 {
        margin-top: 40px;
    }
    .contact-details {
        padding: 70px 0 0 0;
    }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
    .our-clients, .maintenance, .our-packages, .well-trained, .contacts, .packages-types, .package-details {
        padding: 50px 0;
    }
    .contact-form {
        padding: 0;
    }
    .contact-details {
        padding: 0;
    }
    .footer-icon a {
        margin: 0 20px;
    }
    .footer-menu ul li a {
        padding: 0 10px;
    }
    section.contacts p {
        margin-bottom: 50px;
    }
    .site-p.full {
        margin: 0 auto 30px auto;
    }
    .our-client {
        padding: 20px 0;
    }
    .main-header {
        padding: 20px 0;
    }
    .footer-box {
        margin-bottom: 20px;
    }
    
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
    .package-details .site-p {
        margin-bottom: 20px;
    }
    .banner-text > div > div > div {
        padding-right: 0;
    }
    .site-h1 {
        font-size: 24px;
        line-height: 32px;
    }
    section.banner-text h3 {
        line-height: 22px;
        font-size: 14px;
    }
    .our-client {
        padding: 30px 0;
        max-width: 80%;
        margin: 0 auto;
    }
    .home-contact-details {
        text-align: center;
    }
    .home-contact-details {
        padding: 140px 0;
    }
    .mission-vision {
        display: block;
    }
    .mission-box, .vision-box {
        width: 100%;
        float: inherit;
    }
    .well-trained ul {
        padding: 0 0 0 30px;
    }
    .contact-details span {
        font-size: 14px;
    }
    .main-header {
        padding: 10px 0;
    }
    .site-p {
        font-size: 14px !important;
        line-height: 22px !important;
        max-width: 90% !important;
        font-weight: 100 !important;
    }
    .home-contact-details .col-lg-6 {
        background-color: rgba(0, 0, 0, 0.7);
        padding: 30px 0;
        box-shadow: 0 0 20px 20px rgb(0 0 0 / 70%);
    }
    .custom-btn-line {
        padding: 12px 50px;
        font-size: 13px;
        font-weight: 600;
    }
    .mission-vision p {
        font-size: 14px;
        line-height: 26px;
    }
    .mission-vision h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .mission-box, .vision-box {
        padding: 40px 30px;
    }
    .about-page .home-contact-details p {
        font-size: 14px;
        padding: 0 10px;
        line-height: 22px;
    }
    .well-trained p, section.well-trained li {
        font-size: 14px;
        line-height: 22px;
    }
    .well-trained li {
        max-width: 100%;
    }
    .management-solution h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .form-label {
        font-size: 14px;
    }
    p {
        font-size: 14px;
        line-height: 22px;
    }
    .footer-menu ul li a {
        font-size: 14px;
    }
    .in-numbers {
        padding: 40px 0 110px 0;
    }
    .about-page .our-clients .site-p {
        margin-bottom: 50px;
    }
    .our-client h3 {
        font-size: 16px;
    }
    .banner-text .col-xxl-7.col-lg-6 {
        background-color: rgb(0 0 0 / 20%);
        box-shadow: 0 0 20px 20px rgb(0 0 0 / 20%);
    }
    
    footer.main-footer {
        padding: 50px 0;
    }
    ion-menu-button.ios {
        margin-top: 8px;
    }
    ion-label.sc-ion-label-ios-h.sc-ion-label-ios-s.ios.hydrated {
        color: #fff;
    }
    
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 480) {
    
}




/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .scroll {
        flex-wrap: nowrap;
        overflow-x: scroll !important;
        overflow-y: hidden;
        /* white-space: nowrap; */
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .vertical-center {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    
}
@media (min-width: 1440px) {
    .container {
        max-width: 90%;
    }
}
/* @media (min-width: 1720px) {
    .container {
        max-width: 1650px;
    }
} */
