
section.contact-us{
    padding: var(--p60) 0px;
}
section.contact-us .how-we-value-heading {
    text-align: left;
    margin-bottom: 0;
}
.how-we-value-heading h4 {
    margin-bottom: 1px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--secondary-color);
    font-size: 20px;
}
section.contact-us .shape-image {
    width: 34%;
}
section.contact-us .shape-image img {
    width: 100%;
}
.how-we-value-heading h3 {
    text-transform: uppercase;
}
.col-6.col-md-6.col-sm-12.contact-detail {
    padding: var(--p45);
}
ul.contact-list{
    margin-bottom: 0;
    list-style-type: none;
}
ul.contact-list li{
    position: relative;
    padding-left: var(--p95);
    margin-bottom: var(--m25);
}
ul.contact-list li a, ul.contact-list li a span{
    font-weight: 400;
    font-size: var(--f16);
    color: var(--black-color);
}
ul.contact-list li a:hover, ul.contact-list li a:hover span{
color: var(--link-color);
}
ul.contact-list li .icon{
    border: 1px dashed var(--link-color);
    width: 75px;
    height: 75px;
    line-height: 74px;
    color: var(--white-color);
    border-radius: 50%;
    font-size: var(--f25);
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
ul.contact-list li .icon::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--link-color);
    border-radius: 50%;
    margin: 6px;
    z-index: -1;
}
ul.contact-list li span {
    display: block;
    margin-bottom: 5px;
    color: var(--heading-color);
    font-size: var(--f22);
    font-weight: 600;
    font-family: var(--secondary-font);
}

section.map {
    padding: 0px;
    height: 400px;
}

section.map iframe {
    height: 400px;
}
.sec-line {
    margin-bottom: var(--m30);
}
.address .right{
    border-right: 1px solid var(--heading-color);;
}
.address h4{
    color: var(--heading-color);;
}
.address .fa-solid, .fas{
    color: var(--white-color);;
}

.form-map .col-5.form {
    padding: var(--p80) var(--p12);
}

.form-map {
    border-radius: 10px;
    padding: var(--p45);
    /* width: 100%; */
    box-shadow: 0 0 5px 5px #00000020;
    backdrop-filter: blur(5px);
    background-color: #ffffff85;
}
.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;
    margin-top: 20px;
}
.form-map .form-floating {
    position: relative;
    margin-bottom: var(--m15);
}
.form-map .form-floating.col-4:first-child{
    padding-left: 0px;
}
.form-map .form-floating.col-4:last-child {
    padding-right: 0px;
}
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;
}

.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;
}

/*External css*/
section.about, section.abt-long {
    background-color: var(--lt-bg-color);
}