/* ******************** CONTACT SECTION START****************  */


.contact-sec .container>p {
    color: #303030;
    margin-bottom: 80px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0px;
    padding: 0px 150px;
}

.main-contact-wrap {
    width: 100%
}

.contact-left .heading-34 {
    margin-bottom: 20px;
    text-wrap: balance;
}

.contact-left-parent {
    margin-left: 0;
    padding-top: 28px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.main-contact-wrap:has(+ *) {
    margin-bottom: 0px;
}


.contact-left {
    width: calc(100% - 600px);
    flex: 1;
    padding-right: 119px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.contact-left .yell-bx-right {
    position: absolute;
    bottom: -48px;
    left: 48%;
}

ul.contact-left-parent li .icon {
    position: absolute;
    width: 23px;
    height: 18px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    margin-top: 5px;
}

ul.contact-left-parent li {
    width: 29%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-left: 0;
}

ul.contact-left-parent li:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 40px;
}

ul.contact-left-parent li:after {
    position: absolute;
    content: "";
    right: 0px;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: #D1E8F8;

}

ul.contact-left-parent li:last-of-type:after {
    display: none;
}

ul.contact-left-parent li label>span {
    font-size: 18px;
    font-weight: 500;
    color: #0A0A0A;
    padding-left: 10px;
    letter-spacing: 0.36px;
    text-transform: capitalize;
}


ul.contact-left-parent li label {
    font-family: 'Inter';
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    display: block;
    margin-bottom: 0px;
    text-transform: capitalize;
    letter-spacing: 0;
}

ul.contact-left-parent li a {
    text-decoration: none;
    margin: 0;
    font-family: 'Inter';
    margin: 0;
    color: #616668;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
}

ul.contact-left-parent li a:hover {
    color: var(--blue-color);
    font-weight: 500;
    text-decoration: underline;
}

.contact-left-parent .felx-middle {
    padding-left: 38px;
}

/*  */
.map-section iframe {
    border-radius: 20px;
    margin-top: 34px;
}

/* contact right form */
.contact-right {
    width: 600px;
    background: var(--theme-color);
    border-radius: 20px;
    position: relative;
}

.contact-right:before {
    position: absolute;
    content: "";
    border: 3px solid var(--blue-color);
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    border-radius: 20px;
    left: -8px;
    top: -8px;
}

.contact-right:after {
    position: absolute;
    content: "";
    border: 2px dotted var(--blue-color);
    width: calc(100% - 22px);
    height: calc(100% - 22px);
    border-radius: 20px;
    left: 11px;
    top: 11px;
}

.contact-right .heading-30 {
    font-weight: 600;
    margin-bottom: 0px;
    color: #fff;
    text-align: center;
}

.contact-right p {
    color: #fff;
    margin-bottom: 28px;
    text-align: center;
}

.contact-right .form-control {
    background-color: #fff;
    z-index: 1;
    position: relative;
    border-radius: 5px;
    margin: 0;
    border: 1px solid #DEDEDE;
    height: 45px;
    padding: 11px 15px;
}


.contact-right select.form-control {
   /* background: transparent url(../images/select-icon.svg) no-repeat right 20px top 20px;*/
    padding-right: 20px;
    background-color: #fff;
}

.contact-right textarea.form-control {
    height: auto;
    min-height: 161px;
}

.contact-right .form-group {
    margin-bottom: 20px;
}

.contact-right .form-container {
    padding: 38px 44px 60px;
    position: relative;
    z-index: 1;
}

.contact-right .btn-primary {
    margin: 0;
    background: var(--olive-color);
    color: #fff;
    max-width: 100%;
    min-width: 100%;
    height: 44px;
    padding: 13px 20px;
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
    text-transform: capitalize;
    display: flex;
    text-align: center;
    justify-content: center;
    border-radius: 22px;
    letter-spacing: 0;
}

.contact-right .btn-primary:hover {
    background: var(--theme-color);
    color: #fff;
    border: 1px solid #fff;
}

.contact-right .btn-primary>img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(152deg) brightness(105%) contrast(105%);
}

.contact-right .btnbar {
    text-align: center;
    display: block;
}


ul.contact-left-parent li p {
    font-family: 'Afacad Flux';
    margin: 0;
    color: #000000;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0;
}

ul.contact-left-parent li p:not(:last-of-type) {
    margin-bottom: 20px;
}

/* social icons */
.ftrightlogodiv {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 40px;
}

.sociallinks {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sociallinks a {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid var(--olive-color);
}

.sociallinks a:hover {
    background: var(--theme-color);
}

.sociallinks a:hover img {
    filter: brightness(0) saturate(100%) invert(97%) sepia(66%) saturate(0%) hue-rotate(99deg) brightness(117%) contrast(100%);
}

.social-title {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.social-smtitle {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Jost';
    color: #151717;
}

.sociallinks li {
    margin-bottom: 0;
    padding-left: 0;
}

/********************************CONTACT FORM END************************************/

/* ******************** CONTACT SECTION END****************  */



/********************RESPONSIVE AREA START*********************/
@media (max-width: 1660px) {
    .contact-left .yell-bx-right {
        left: 54%;
    }
}

@media (max-width: 1600px) {
    .contact-left {
        width: calc(100% - 700px);
        display: block;
    }

    .contact-right {
        width: 700px;
    }
}

@media (max-width: 1440px) {
    .contact-left {
        width: calc(100% - 550px);
        padding-right: 40px;
    }

    .contact-right {
        width: 550px;
    }

    .yell-box {
        padding: 28px 30px;
        margin-top: 40px;
    }

    .contact-left .yell-bx-right {
        left: 56%;
        max-width: 220px;
        bottom: 10px;
    }

    .contact-right .form-container {
        padding: 35px 35px 60px 35px;
    }

    .yell-box .heading-20 {
        line-height: 23px;
    }
}

@media (max-width: 1200px) {
    .contact-left {
        width: calc(100% - 500px);
    }

    .contact-right {
        width: 500px;
    }

    .yell-box .heading-20 {
        padding-right: 78px;
    }

    .contact-left .yell-bx-right {
        left: 55%;
        max-width: 175px;
        bottom: 10px;
    }

    .contact-left-parent {
        display: block;
        padding-top: 0;
    }

    ul.contact-left-parent li {
        width: 100%;
    }

    ul.contact-left-parent li:last-of-type {
        padding-left: 0px;
    }
}

@media (max-width: 992px) {
    .contact-left {
        width: 100%;
        padding-right: 0;
        padding-bottom: 40px;
    }

    .contact-right {
        width: 100%;
    }

    .yell-box .heading-20 {
        padding-right: 0px;
    }

    .contact-left .yell-bx-right {
        left: 65%;
        max-width: 250px;
    }

    .contact-left .heading-34 {
        text-wrap: unset;
    }

    ul.contact-left-parent li:after {
        display: none;
    }
}

@media (max-width: 768px) {
    .contact-left {
        padding-bottom: 30px;
    }


    ul.contact-left-parent li {
        margin-bottom: 18px;
        padding-bottom: 18px;
    }

    .contact-left .yell-bx-right {
        display: none;
    }

    .yell-box {
        padding: 22px 25px;
        margin-top: 29px;
    }

    .yell-box .heading-20 br {
        display: none;
    }

    .contact-right .form-container {
        padding: 30px 30px 60px 30px;
    }

    .contact-right .form-group {
        margin-bottom: 15px;
    }

    .contact-right .form-control {
        height: 40px;
    }
}

@media (max-width: 576px) {
    ul.contact-left-parent li .icon {
        width: 32px;
        height: 32px;
    }

    .contact-left-parent .felx-middle {
        width: calc(100% - 38px);
    }

    ul.contact-left-parent li {
        padding-bottom: 0;
    }

    .sociallinks a {
        width: 35px;
        height: 35px;
    }

}


@media (max-width: 400px) {
    .yell-box {
        text-align: center;
        padding: 15px;
    }
}