
@media only screen and (max-width:1600px){

    .counter-card_number {
        font-size: 52px;
    }
    .space, .space-top {
        padding-top: 80px;
    }
    .space, .space-bottom {
        padding-bottom: 80px;
    }
    .big-title {
        font-size: 156px;
    }
    .job-list {
        padding: 25px;
    }
  
}

@media only screen and (max-width:1400px){

    .counter-card-video {
        background-color: #fff;
        padding: 50px 25px 20px 46px;
        margin: -40px 40px 0 -40px;
        position: relative;
        z-index: 3;
    }
    .counter-card_number {
        font-size: 42px;
    }
    .space, .space-top {
        padding-top: 60px;
    }
    .space, .space-bottom {
        padding-bottom: 60px;
    }
    .big-title {
        font-size: 150px;
    }
    
    
}
@media only screen and (max-width:1200px){
    .job-list {
        width: 45%!important;
    }  
    
}

@media only screen and (max-width:1023px){

.img-box-div{
    display: none;
}
    
}

@media only screen and (max-width:991px){
    .container, .container-md, .container-sm {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .job-flex {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
    .job-list {
        width: 100%!important;
        column-gap: 10px;
        margin: 0;
        /* justify-content: flex-start; */
        padding: 25px 10px;
    }
}

@media only screen and (max-width:767px){
    .job-list {
        width: 100%!important;
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        row-gap: 10px;
    }
    .job-flex {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
}

@media only screen and (max-width:720px){

    .banner-video {
        height: 70vh;
    }
    .space, .space-top {
        padding-top: 70px;
    }
    .space, .space-bottom {
        padding-bottom: 70px;
    }
    .widget-area {
        padding-top: 80px;
        padding-bottom: 45px;
    }
    .big-title {
        font-size: 144px;
    }
    .job-list {
        width: 100%!important;
    }
    
}

@media only screen and (max-width:568px){

    .banner-video {
        height: 60vh!important;
    }
    .counter-card {
        max-width: 100%;
        width: 41%;
    }
    .counter-card_number {
        font-size: 36px;
    }
    .counter-card_text {
        font-size: 16px;
    
    }
    .counter-card-video {
        background-color: #fff;
        padding: 50px 25px 20px 46px;
        margin: 10px 0 0 0;
        position: relative;
        z-index: 3;
    }
    .space, .space-top {
        padding-top: 60px;
    }
    .space, .space-bottom {
        padding-bottom: 60px;
    }
    .sec-title {
        margin-bottom: 40px;
    }
    .widget-area {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .big-title {
        font-size: 124px;
    }
    .title-area {
        margin-bottom: 30px;
      
    }
    .room-box .content {
        width: calc(100% - 50px);
        margin-top: -30px;
        margin-left: 30px;
        padding: 15px;
      
    }
    .map-tab{
        height: 60vh;
    }
    .float {
  
        width: 50px;
        height: 50px;
        /* bottom: 25px; */
        right: 20px;
        border-radius: 50%;
    }
    ul.float-ul {
        position: fixed;
        right: 20px;
        padding-bottom: 10px;
        bottom: 50px;
    }
    ul.float-ul li a {
        width: 50px;
        height: 50px;
        background-color: #F33;
        color: #FFF;
        border-radius: 50%;
        text-align: center;
        box-shadow: 2px 2px 3px #999;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
    }
    a.float i.icon {
        font-size: 36px;
        margin-top: 5px;
    }

}

@media only screen and (max-width:420px){
    .header-logo a img {
        max-height: 100px;
    }
    #whatsapp-icon {
     max-width: 60px;
     max-height: 60px;
    }
    .banner-video {
        height: 45vh!important;
    }
    .space, .space-top {
        padding-top: 50px;
    }
    .space, .space-bottom {
        padding-bottom: 50px;
    }
    .play-btn.style2 > i {
        --icon-size: 70px;
        --icon-font-size: 1.7em;
        background-color: transparent;
        border: 1px solid var(--white-color);
    } 
    .sec-title {
        margin-bottom: 30px;
    }   
    .widget-area {
        padding-top: 40px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .counter-card_number {
        font-size: 30px;
    }
    .breadcumb-wrapper {
        margin-top: 0;
    }
    .feature-card {
        padding: 15px;
    }
    .feature-card_icon_2 img {
        max-width: 200px;
    }
    .job-list {
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .tagline-bottom p{
        margin-left: 0;
    }
    .map-tab{
        height: 50vh;
    }
}