
.contact-us{
    /* padding-top:var(--p40); */
    padding-bottom:0px;
}
.contact-us a{
    color:var(--black-color);
}
.contact-us a:hover{
    color:var(--secondary-color);
}

.sec-line {
    margin-bottom: var(--m30);
}
.address .right{
    border-right: 1px solid var(--heading-color);;
}

.address .fa-solid, .fas{
    color: var(--heading-color);;
}
.head-sec {
    text-align: center;
}

.form-map .col-5.form {
    padding: var(--p80) var(--p12);
}

/* .form-map {
    padding: var(--p80) var(--p12);
} */
.address p{
    margin-bottom: 0px;
}
.form-map form input.form-control {
   border: 0px solid;
    border-bottom: 2px solid var(--secondary-color);
    border-radius: 0px;
    font-family: var(--primary-font);
    padding-top: 30px !important;
    font-size: var(--f14);
}
.form-map form label {
    font-family: var(--primary-font);
    font-size: var(--f15);
}
.form-map textarea#floatingTextarea {
    border: 0px solid;
    border-bottom: 2px solid var(--secondary-color);
    border-radius: 0px;
    margin-bottom: var(--m15);
    height: 100px;
    font-family: var(--primary-font);
}
.form-map form button.main-btn {
    width: 200px;
}
.form-map .form-floating {
    position: relative;
    margin-bottom: var(--m15);
}
label.error {
   color: red !important;
    font-size: 13px;
    bottom: 0;
    top: 100%;
    padding: 0px;
    font-size: var(--f11) !important;
    height: 20px;
    width: 100%;
    transform: scale(1) translateY(0) translateX(0) !important;
}
.form-control:focus{
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}
h2.form-head {
    font-size: var(--f30);
}
.form-map .main{
    border-radius: 10px;
    padding: var(--p45);
    width: 100%;
    box-shadow: 0 0 5px 5px #00000020;
    backdrop-filter: blur(5px);
    background-color: #ffffff85;
}

.address .right h4 {
    position: relative;
    font-family: var(--secondary-font);
    color: var(--secondary-color);
    margin-bottom: 10px;
    font-size: 22px !important;
    font-weight: 400;
    font-family: var(--heading-font);
}
.address .right p {
    position: relative;
    color: var(--text-black);
    opacity: 0.8;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.7em;
}

.address h4{
    position: relative;
    font-family: var(--secondary-font);
    color: var(--secondary-color);
    margin-bottom: 10px;
    font-size: 22px !important;
    font-weight: 400;
    font-family: var(--heading-font);
}

.map {
    margin-top: 59px;
}




.contact-form {
    position: relative;
    margin-top: 0rem;
}
.contact-form .form-group {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.contact-form .form-group label {
    position: relative;
    color: #2b2b2b;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    display: block;
}
.contact-form .ui-selectmenu-button.ui-button, .contact-form .form-group input, .contact-form .form-group select, .contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 38px;
    font-size: 13px;
    color: #060606;
    line-height: 31px;
    font-weight: 400;
    border-radius: 0;
    padding: 10px 20px 10px 20px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    resize: none;
}
.contact-map {
    overflow: hidden;
    /* height: 100%; */
    box-shadow: 0px 0px 5px #ccc;
}
.contact-map iframe {
    position: relative;
    top: 0rem;
    /* height: 100%; */
}

.contact-page-section .sec-title h3{
  margin-bottom: 1.5rem;
    line-height: 1.5;
    font-size: 25px;
    letter-spacing: 2px;
    font-weight: 500;
}

.contact-us form {
    width: 100%;
    height: 100%;
    background: var(--white-color);
    box-shadow: 0 0 20px 0px #00000026;
    padding: var(--p20) var(--p25);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-us form label{
    font-size: var(--f10);
    font-weight: 800;
    color: var(--black-color);
    font-family: var(--primary-font);
    margin-bottom: var(--m5);
}
.contact-us form input{
    width: 100%;
    padding: var(--p10) var(--p15);
    border: 1px solid #e9e9e9;
    font-size: var(--f13);
    font-family: var(--primary-font);
    color: var(--black-color);
    border-radius: 5px;
    margin-bottom: var(--m10);
}
.contact-us form .row {
    margin-left: 0px;
    margin-right: 0px;
}
.contact-us form .col-6, .contact-us form .col-12{
    padding-left: 6px;
    padding-right: 6px;
}
.contact-us form textarea {
    width: 100%;
    padding: var(--p10) var(--p15);
    border: 1px solid #e9e9e9;
    font-size: var(--f13);
    font-family: var(--primary-font);
    color: var(--black-color);
    border-radius: 5px;
    margin-bottom: var(--m10);
    height: 110px;
}
.contact-us form .col-12.check-btn {
    display: flex;
    gap: 10px;
    align-items: center;
}
.contact-us form .form-group.col-lg-12.col-md-12.col-sm-12 {
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 15px;
}
.contact-us form input[type="checkbox"]{
  height: 20px;
  border-color: #e9e9e9 !important;
  border-radius: 5px;
  margin-bottom: 0px;
  width: 20px;
  padding: 0;
  margin-right: 5px;
}
.contact-us form .col-12.check-btn label{
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
}
.contact-us form button.main-btn {
    border-radius: 7px;
    width: 100%;
    padding: 10px 0;
    border: none;
    text-align: center;
    margin: auto;
    margin-top: var(--m20);
    text-decoration: none;
    font-size: var(--f16);
    /* background: #a9243c; */
    color: white;
    font-weight: 400;
}
.contact-btn {
     background: transparent; 
    border: none;
    font-weight: bold;
    cursor: pointer;
    /*width: 160px;*/
}

.col-12.contact-btn {
    background: transparent;
}



section.contact-us-sec .row{
  display:flex;
  justify-content:center;
}

section.contact-us-sec .head-sec{
  margin-bottom:40px;
  
}

















