 .wrapper{
    margin: 120px auto;
    max-width: 1370px;
    margin-bottom: 60px;
}
.wrapper h1, .wrapper p, .wrapper ul{
    margin: 0;
    padding: 0;
}
.BLK_SUB .nice-select,.BLK_STL .nice-select{
    font-size: 14px;
    border: none;
    padding: 0;
    border-bottom: 1px solid rgb(33, 37, 41);
    /* width: 100%; */
    height: 35px;
    text-indent: 30px;
    position: unset;
    line-height: 32px;
    float: none;
}
.newContact li >div>div{
    position: absolute;
}
.newContact li >div{
    position: relative;
}
.contactForm .BLK_CNF{
    width: 25px !important;
    margin-right: 10px;
    float:left;
}
.contactForm .BLK_CTN{
    display: inline-block;
    width: 90% !important;
}

.wrapper li {
    list-style: none;
}
.wrapper .pageHeading{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 10px;
}
.book{
    color: #00B4F1;
    font-size: 1.2em;
    cursor: pointer;
}
.wrapper .contactInfo{
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 0.6em;
    line-height: 22px;
}
.contactBody{
    width: 40%;
    background: #F2F2F2;
    padding: 35px 25px;
    font-size: 0.9em;
}
.contactBody .info > div{
    margin-bottom: 20px;
    line-height: 22px;
}
.contactBody .info .phone{
    float: left;
    width: 50%;
    font-size: 1em;
    margin-top: 0;
}.contactBody .stepImg {
    margin: 0 !important;
    text-align: center;
}
.contactBody .stepImg .contactUsImg {
    width: 85%;
}
.wrapper a{
    color: #00B4F1;
    text-decoration: underline;

}
.contactInfo .contactForm .gicons{
    font-size: 20px;
    padding: 0;
    min-width: 10px;
    line-height: 32px;
}
.contactInfo .contactForm {
    width: 60%;  
    padding: 25px 90px
}
.contactInfo .contactForm section li.field > div {
    margin-top: 10px;
    position: relative;
}
.contactInfo .contactForm li.field > div > div {
    position: absolute;
}
.contactInfo .contactForm li.field {
    float: left;
    margin-top: 30px;
    line-height: 12px;
}

.contactInfo .contactForm section li input, select, textarea {
    border: none;
    padding: 0;
    border-bottom: 1px solid #212529;
    width: 100%;
    height: 35px;
    text-indent: 25px;
    outline: none;
    box-shadow: unset;
    border-radius: unset;
}
.contactForm .giconsDiv{
    position:absolute;
}
.BLK_SUB ul li:nth-child(2){
    margin-top:20px;
}
.BLK_STL > ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.BLK_STL > ul,.BLK_FLN > ul,.BLK_EML > ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.contactForm section{
    margin-bottom:20px;
}
.contactInfo .contactForm section li.field .fa-solid {
    padding: 0;
    min-width: 10px;
    line-height: 32px;
}
.contactInfo .contactForm section li:first-child {
    margin-right: 0px;
}
.BLK_STL > ul > li, .BLK_FLN > ul > li, .BLK_EML > ul > li{
    width: calc(49.5% - 10px);
}
.BLK_SUB > ul >li:nth-child(2){
    display: none;
}
.BLK_REZ, .BLK_SER{
    display: none;
}
.contactInfo .contactForm section li.field textarea {
    height: 25px;
    width: 100%;    
    border: none;
    border-bottom: 1px solid #212529;
    text-indent: 17px;
    padding-top: 7px;
}
.contactInfo .contactForm section li input[name="submit"]{
    cursor: pointer;
    float: right;
    width: 175px;
    height: 45px;
    border-radius: 5px;
    background: #00B4F1;
    color: white;
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: 0.05em;
    border: none;
    text-indent: 0;
    margin: 10px 0;
}

@media only screen and (min-width: 1580px){
    .wrapper{
        max-width: 1500px;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1419px){
    .wrapper{
        max-width: 1220px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px){
    .wrapper{
        max-width: 90%;
    }
    .contactBody .stepImg .contactUsImg {
        width: 100%;
    }
}
@media only screen and (min-width: 801px) and (max-width: 1024px){
    .wrapper{
        max-width: 95%;
        margin: 95px auto;
    }
    .contactBody .info .phone {
        margin: 0;
        margin-bottom: 14px;
    }
    .contactInfo .contactForm {
        width: 60%;  
        padding: 25px 40px
    }
    .contactBody .stepImg .contactUsImg {
        width: 100%;
        height: 285px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 800px){
    .wrapper{
        max-width: 94%;
        margin: 80px auto;
    }
    .contactBody .stepImg{
        display: none;
    }
    .wrapper .contactInfo {
        box-shadow: none;
        border-radius: 0;
        flex-direction: column-reverse;
        gap: 25px;
    }
    .contactBody{
        width: auto;
        border-radius: 0.6em;
        padding: 35px 16px;
    }
    .contactInfo .contactForm{
        width: auto;
        padding: 8px 14px;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
        border-radius: 0.6em;
    }
}
@media only screen and (min-width: 351px) and (max-width: 500px){
    .contactBody .stepImg{
        display: none;
    }
    .contactInfo .contactForm{
        box-shadow: none; 
        border: 1px solid #0000001A;
    }
    .BLK_STL > ul > li, .BLK_FLN > ul > li, .BLK_EML > ul > li{
        width: calc(100% - 5px);
    }
    .contactInfo .contactForm section li input[name="submit"]{
        float: none;
        width: 100%;
        height: 50px;
        margin: 20px auto;
        font-size: 1.3em;
    }
    .BLK_STL > ul, .BLK_FLN > ul, .BLK_EML > ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 12px;
    }
    .contactForm .BLK_CTN{
        width: 87% !important;
    }
} 
@media only screen and (min-width: 0px) and (max-width: 350px){
    .wrapper .pageHeading {
        display: unset;
        margin-bottom: 10px;
    }
    .wrapper{
        max-width: 95%;
    }
    .wrapper .pageHeading > h1  {
        font-size: 1.6em;
    }
    .wrapper .pageHeading > div{
        font-size: 1.1em;
    }
}



