@media only screen and (max-width:767px){
	.scrollTop{
		display: block !important;
	}
    img.arrows.img-responsive {
        height: fit-content;
        width: 75px;
    }
	.container-fluid.bg-img.full {
    height: 1100px !important;
    padding-bottom: 25px;
    background-position: center;
    }
    .comp-logos > img {
        height: 41px;
        margin-top: 40px;
    }
    .city-images {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    img.about {
        height: 172px !important;
        object-fit: cover;
    }
    .col-md-3.col-xs-6.about {
        margin-bottom: 50px;
        padding: 0 5px;
        word-wrap: break-word;
    }
    .overlay.bg-blues {
        background: #053a37a3;
        opacity: 1;
    }
    div#enquire\ qaa {
        display: none;
    }
    div#enquire\ qab {
        display: block;
    }
    p.head{
        font-size: 1rem;
    }
    h2.white {
        padding-bottom: 16px;
        font-size: 2rem;
    }
    .col-md-4.col-xs-12.flex.about {
        padding: 0;
    }
    section.top-bar {
        padding: 4px 0;
        text-align: center;
        background: #1f7b76;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .5px;
        position: fixed;
        width: 100%;
        top: 0;
        line-height: initial;
        z-index: 99999;
    }
    .container.banner {
        margin-top: 48px;
    }
    img.logo {
    height: 87px;
    margin: 11px auto;
    display: block;
    float: inherit !important;
}
    h2 {
        padding-bottom: 16px;
        font-size: 2rem;
    }
    .header {
        transform: translateY(32%);
      margin-bottom: 142px;
    }
    .maps{
        padding: 0;
    }
    .s-media{
        padding: 0;
    }
    .contacts {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin-bottom: 20px;
    }
    p.abt-points {
        font-family: 'Optima LT Std', sans-serif;
        color: #413d3d !important;
        font-size: 17px;
        font-weight: 600 !important;
        letter-spacing: .5px;
        text-align: center;
    }
    ul.head-smm-icon {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        list-style: none;
        padding-left: 0;
        justify-content: flex-start;
    }
    .mobile-num {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #fff;
        font-size: 21px;
        font-weight: 400;
    }
    form#my_captcha_form {
        height: auto;
        background: white;
        padding: 10px 4px;
        border-radius: 8px;
        box-shadow: 0px 0px 9px #dadadaa8;
        display: inline-block;
        padding-bottom: 40px;
        margin-top: 0;
        transform: translateY(0);
    }


h2.center {
    margin-top: 0;
    position: relative;
    margin-bottom: 11px !important;
}
    h1 {
        color: #fff !important;
        font-size: 2.5rem;
        line-height: 38px;
        text-transform: uppercase !important;
    }
    #enquire {
    background: #f7f5ec;
    transform: translateY(0px);
    /* border-radius: 5px; */
    /* padding: 20px; */
    /* height: 588px; */
    padding-top: 40px;
    padding-bottom: 40px;
}
.img {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
img.img-responsive.ga {
    margin-bottom: 20px;
}
footer {
    padding-bottom: 77px !important;}
h1{ 
    color: #fff !important;
}
.col-md-6.header > p {
    color: #fff !important;
}
section.customer-logo.slider.slick-initialized.slick-slider > .slick-list.draggable > .slick-track > .slide.slick-slide {
    border-right: 0 solid #0b2a4c;
}
.desktop{
    display:none;
}
.mobile{
    display:block;
}
.col-md-8.header {
    padding: 22px 3px;
}
.col-md-4.form {
    padding: 22px 22px;
    border-radius: 12px;
    transform: translateY(0%);
    margin: 26px 0;
}
.box {
    border: 0 !important;
}
.col-md-6.abt {
    padding: initial;
    padding-top: 30px;
}
.about-box {
    background: #011633;
    position: relative;
    right: 0;
    text-align: center;
    color: antiquewhite;
    padding: 8px 0;
    border-radius: 0;
    width: 100%;
    bottom: 1px;
}


.container-fluid.bg-img.full {
    padding-bottom: 51px;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    height: 620px;
    background-color: #28323f;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
    .container-fluid.bg-img.full {
        padding-bottom: 51px;
        margin: 0;
        padding-left: 0;
       /* padding-top: 155px;*/
        padding-right: 0;
        height: auto;
        background-color: #28323f;
    }
    img.arrows.img-responsive {
        height: fit-content;
        width: 162px;
    }
    .header {
        transform: translateY(0);
    }
    footer {
        background-color: #002523;
        text-align: center;
        padding-bottom: 21px;
    }
    #enquire {
        background: #fff;
        padding: 20px;
        height: 508px;
        border-radius: 8px;
    }
}