select::-ms-expand {
    background-color: transparent;
    border: none;
}
#main-wrapper {
    margin-top: 80px;
}
.banner {
    margin: 0px;
    padding: 20px 0 30px 0;
    background-color: #eee;
}
.banner-inner {
    max-width: 1280px;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin:0 auto;
}
.banner h1 {
    margin: 0 0 0;
    padding: 0px;
    font-size: 46px;
    color: #00a9b8;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    position: relative;
    text-align: center;
}
.enqform {
    padding: 35px 0 25px 0;
}
.enqform-inner {
    max-width: 1280px;
    padding: 0 15px;
    margin:0 auto;
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
}
.enqform p {
    margin: 0 0 0;
    width: 100%;
    font-size: 25px;
    color: #000000;
    font-weight: 600;
    text-align: center;
}
.enqform strong {
    margin: 0 0 15px;
    padding: 0px;
    font-size: 20px;
    color: #ff6e00;
    text-align: center;
    font-weight: 600;
}

.enquire-now-page-left b span input {
    margin: 0px;
    padding: 10px;
    width: 100%;
    border: 1px solid #d2d2d2;
    padding-left: 35px;
    background-color: #FFFFFF;
    background-position: left 10px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    border-radius: 3px;
    font-family: "Exo 2";
    font-weight: 500;
    font-size: 15px;
}

.enquire-now-page-left b label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #333;
    margin-left: 2px;
}
.enquire-now-page-left b span input, .enquire-now-page-left b span select {
    margin: 0px;
    padding: 15px 18px;
    width: 100%;
    border: 1px solid #d2d2d2;
    background-color: #FFFFFF;
    background-position: left 10px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    border-radius: 10px;
    font-weight: 500;
    font-size: 15px;
}
.enquire-now-page-left b span select {
    -webkit-appearance: none;
    background-position: 97% center;
    background-image: url(arrow.svg);
    background-repeat: no-repeat;
    background-size: 15px;
}
.enquire-now-page-left b span .select-wrapper .holder {
    display: block;
    margin: 1px 18px 0 6px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 0;
    color: #888;
    font-size: 15px;
}
.contact-field-row .cont-column select {
    background-repeat: no-repeat;
    background-position: left 10px;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
}
.phone-enq {
    display: block;
    position: relative;
}
.enquire-now-page-left b .full-width textarea {
    background-position: left 10px;
    background-color: #FFFFFF;
    width: 100%;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 15px;
    height: 150px;
    resize: none;
    padding: 15px 18px;
}
.select-wrapper select {
    border: 1px solid #cccccc;
    padding: 9px 0 9px 4px;
    margin: 0px;
    width: 100%;
    font-size: 15px;
    border-radius: 3px;
}
.enquire-now-page-left b span textarea {
    margin: 0px;
    padding: 15px 18px;
    border: 1px solid #d2d2d2;
    height: 107px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    width: 100%;
    background-color: #fff;
}
.enquire-now-page-left b {
    margin: 0;
    padding: 0px;
    display: flex;
    font-weight: normal;
    justify-content: space-between;
    flex-wrap: wrap;
}
.enquire-now-page-left b span {
    padding: 0px;
    width: calc(50% - 8px);
    width: -o-calc(50% - 8px);
    width: -ms-calc(50% - 8px);
    width: -moz-calc(50% - 8px);
    width: -webkit-calc(50% - 8px);
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}
.contact-field-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.contact-field-row .cont-column {
    width: calc(25% - 8px);
    width: -o-calc(25% - 8px);
    width: -ms-calc(25% - 8px);
    width: -moz-calc(25% - 8px);
    width: -webkit-calc(25% - 8px);
}
.enquire-now-page-left b .full-width {
    width: 100%;
    margin: 0px;
}
.enquire-now-page-left input[type="submit"] {
    margin: 0px;
    padding: 0 20px;
    width: auto;
    border: none;
    background: #fa6903;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    height: 45px;
    line-height: 44px;
    min-width: 150px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    font-family: "Exo 2";
}
.enquire-now-page-left input[type="submit"]:hover {
    background-color: #9b4d16;
}
.buttonsflex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.chapcha-code {
    margin-right: 10px;
}
.enqform:last-child {
    margin-bottom: 0;
}
.whatsapp-data {
    position: absolute;
    top: 50%;
    transform: translate(148px,-50%);
    -webkit-transform: translate(148px,-50%);
    -moz-transform: translate(148px,-50%);
    -ms-transform: translate(148px,-50%);
    -o-transform: translate(148px,-50%);
    color: #666;
    pointer-events: none;
    white-space: nowrap;
}
.whatsapp-data img {
    vertical-align: middle;
    width: 16px;
    margin: 0 8px 0 11px;
}
.enquire-now-page-left b span .whatsapp-data span {
    font-size: 14px;
    vertical-align: middle;
    font-weight: 500;
    color: #000;
    margin: 0;
    width: auto;
}
/**********************************/
.appscreens {
    padding: 39px 0 47px 0;
    position: relative;
}
.flow-main-wrap {
    position: relative;
    padding: 0;
}
.appscreens-inner {
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}
.appscreens h3,
.appscreens h4
 {
    margin: 0 0px 15px 0;
    padding: 0;
    font-size: 36px;
    color: #292929;
    font-weight:bold;
    text-align: center;
}
.appscreens ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
}
.appscreens ul li {
    padding: 0 15px;
    box-sizing: border-box;
    width: 25%;
}
.appscreens:nth-child(odd) {
    background-color: #f2f2f2;
}
.appscreens.kiosk ul li {
    width: 50%;
}
.webscreen {
    border: 4px solid #ddd;
}
.appscreens ul li img {
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.3));
    -webkit-filter: drop-shadow(0 0 5px rgba(0,0,0,0.3));
    vertical-align: top;
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}
.sec-title h2 {
    line-height: normal;
    font-size: 45px;
    font-weight: bold;
    color: #00a9b8;
    margin: 0 0 3px 0;
    text-align: center;
    text-transform: capitalize;
}
.appscreens.for-frontend ul li {
    margin-bottom: 20px;
}
.submit-but-enquire-now {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/**********************************/
@media screen and (max-width:991px) {
    /*****************************************/
    .banner-inner {
        height: auto;
    }
    .banner {
        padding: 30px 0;
    }
    .banner h1 {
        font-size: 38px;
    }
    /*****************************************/
    .enquire-now-page-left b {
        margin-bottom: 0;
    }
    .enquire-now-page-left b span,
    .contact-field-row .cont-column {
        width: calc(50% - 16px);
        width: -o-calc(50% - 16px);
        width: -ms-calc(50% - 16px);
        width: -moz-calc(50% - 16px);
        width: -webkit-calc(50% - 16px);
        margin-bottom: 20px;
    }
    .enquire-now-page-left b .full-width {
        margin-bottom: 20px;
    }
    .contact-field-row {
        margin-bottom: 0;
    }
    .sec-title h2 {
        font-size: 38px;
    }
    .appscreens h3,
    .appscreens h4
     {
        font-size: 28px;
    }
    .appscreens > img,.flow-main-wrap > img {
        display: none;
    }
    .appscreens ul li {
        width: auto;
        margin-bottom: 25px;
    }
    .appscreens.kiosk ul li {
        width: 100%;
    }
}
@media screen and (max-width:767px) {
    .enquire-now-page-left b span,
    .contact-field-row .cont-column {
        width: 100%;
    }
    .sec-title h2 {
        font-size: 28px;
    }
    .appscreens h3,
    .appscreens h4
     {
        font-size: 24px;
    }
    .submit-but-enquire-now .chapcha-code { width: 100%;margin-bottom: 20px; }
    .banner h1 {
        font-size: 28px;
    }
}
@media screen and (min-width:1921px) {
    #main-wrapper {
        margin: 0 auto;
        overflow: hidden;
        max-width: 1920px;
        float: none;
    }
}