.contact-main {
    background: #7a92a3;
    padding: 50px 0;
}
.contact-main .row {
    display: flex;
    align-items: center;
}
.contact-main .left-con {
    text-align: center;
    background: #7a92a3;
    padding: 30px 0;
}
.contact-main .left-con h1 {
    margin: 0 0 25px 0;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}
.contact-main .right-sec {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-main .right-sec .form-box {
    background: #fff;
    width: 95%;
    box-shadow: 0 0 20px #000;
    border-radius: 10px;
    padding: 20px 29px;
}
.lefttops img {
    width: 200px;
}
.contact-main .right-sec .form-field label {
    display: block;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
}
.contact-main .right-sec .form-box textarea,
.contact-main .right-sec .form-box input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0px;
    font-size: 16px;
    padding-left: 0;
}
.contact-main .right-sec .form-field.form-field {
    margin-bottom: 14px;
    position: relative;
}
.contact-main .right-sec .form-box textarea {
    height: 80px;
    resize: none;
}
.contact-main .right-sec button.g-orange {
    color: #fff;
    border: 0;
    padding: 7px;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
    border-radius: 60px;
    margin-top: 0;
}
.contact-main .right-sec .form-field.form-field i.fa {
    position: absolute;
    color: #e06526;
    right: 0;
    top: 4px;
    font-size: 20px;
}
.contact-main .right-sec .form-field.form-field i.fa.fa-phone {
    transform: rotateY(150deg);
}
.map, .leftswe {
    background: #7a92a3;
    border-radius: 10px;
    height: 100%;
}
.hdng-btn {
    color: #fff;
    position: absolute;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    border-radius: 30px;
    padding: 9px 21px;
    top: -20px;
    left: 20px;
}
.contact-main + .contact-btm {
    padding: 50px 0;
}
.leftswe ul li {
    color: #e06526;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid #007194;
    padding: 11px 0px;
}
.leftswe ul li:last-child{
    border: 0;
} 
.leftswe ul li p a{
    color: #fff
}
.leftswe ul li p{
    color: #fff;
    text-transform: none;
    margin: 0;
}
.leftswe ul {
    padding: 31px 30px 22px 30px;
}
.contact-btm .row {
    display: flex;
}
.map {
    padding: 30px 5px 0px 5px;
    position: relative;
}
.map iframe {
    width: 100%;
    border-radius: 10px;
    height: 280px;
}
.map a.g-orange {
    position: absolute;
    right: 25px;
    bottom: 25px;
    border-radius: 20px;
    color: #fff;
    padding: 8px 22px;
    margin-right: 45px;
}

/*Thank you message*/
div#thanksmsg {
    background: #008000;
    padding: 9px;
    border-radius: 4px;
    margin-top: 12px;
    color: #fff;
    padding-left: 40px;
    font-size: 14px;
    letter-spacing: 0.2px;
    position: relative;
}
div#thanksmsg:before {
    content: '';
    background-image: url(../images/check-icon-white.png);
    position: absolute;
    background-size: 100%;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    left: 12px;
    top: 8px;
}
div#thanksmsg span {
    position: absolute;
    right: 10px;
    background: #fff;
    color: #008000;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
    padding-right: 1px;
    cursor: pointer;
}
.callBtnHolder {
    padding: 0 0px 80px 0px !important;
}
.btnSubmit {
    padding: 9px 50px !important;
}
@media only screen and (max-width: 991px) {
.contact-main .right-sec button.g-orange {
    padding: 8px 9px;
    font-size: 22px;
}
.contact-main .left-con {
    background: transparent;
    padding: 0 0 0 20px;
}
.contact-main .right-sec .form-box {
    width: 94%;
}
.contact-main .right-sec {
    padding: 25px 15px;
}
.contact-main .left-con h1 {
    margin: 30px 0 1px 0;
    font-size: 26px;
}
.callBtnHolder .btnSubmit{
    font-size: 20px;
}
body .callBtnHolder {
    padding-top: 11px;
}

}