@media only screen and (max-width:767px){
	.scrollTop{
		display: block !important;
	}
	.container-fluid.bg-img.full {
    height: 1047px !important;
    padding-bottom: 25px;
    background-position: center;
    }
    .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;
    }
    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:after {
    content: "";
    border-top: 1px solid #000;
    width: 50px;
    height: 5px;
    position: absolute;
    left: 42%;
    top: 96%;
    border-bottom: 1px dashed #000;
}
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;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: -10px -11px 1px #00a99d;
    transform: translateY(5%);
    margin: 26px 0;
    height: 430px;
}
.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-right: 0;
        height: 779px;
        background-color: #28323f;
    }
    .header {
        transform: translateY(0);
    }
    #enquire {
        background: #fff;
        padding: 20px;
        height: 508px;
        border-radius: 8px;
    }
}