/* ******************** CONTACT SECTION START****************  */
.contact-top-title {
    font-size: 30px;
    font-weight: normal;
    color: #1A1A1A;
    margin-bottom: 19px;
    font-family: 'Protest Strike';
    text-align: center;
    letter-spacing: 0px;
    line-height: 1.2;
}

.contact-sec .container>p {
    color: #303030;
    margin-bottom: 80px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0px;
    padding: 0px 150px;
}

.contact-main-title {
    font-size: 22px;
    font-weight: normal;
    font-family: 'Protest Strike';
    margin-bottom: 28px;
    color: var(--darkblue);
    letter-spacing: 0px;
}

.contact-left-parent {
    margin-left: 0;
}

.main-contact-wrap:has(+ *) {
    margin-bottom: 14px;
}

.contact-left {
    width: calc(100% - 648px);
    flex: 1;
    padding-right: 100px;
    position: relative;
}

ul.contact-left-parent li .icon {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    margin-top: 2px;
    background: #32383C;
}

ul.contact-left-parent {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

ul.contact-left-parent>li {
    width: 35%;
    margin-bottom: 43px;
    display: flex;
    flex-wrap: wrap;
}

ul.contact-left-parent>li:nth-child(odd) {
    width: 65%;
}

ul.contact-left-parent>li:nth-child(3) {
    margin-bottom: 18px;
}

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-size: 18px;
    font-weight: bold;
    color: #000000;
    display: block;
    margin-bottom: 5px;
    text-transform: capitalize;
}

ul.contact-left-parent li a {
    text-decoration: none;
    margin: 0;
    color: #1A1A1A;
    font-weight: 500;
    font-size: 18px;
}

ul.contact-left-parent li a:hover {
    color: var(--gold);
    font-weight: 500;
    text-decoration: underline;
}

.contact-content-top {
    display: flex;
    justify-content: space-between;
}

ul.contact-top-left-parent li .icon {
    width: 40px;
    height: 40px;
    background-color: #00A9DB;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

ul.contact-top-left-parent li {
    margin-bottom: 16px;
    text-align: end;
}


/* contact right */
.contact-right {
    width: 648px;
  background: var(--green);
    border-radius: 10px;
}

.contact-right .heading-44 {
    margin-bottom: 20px;
    color: #fff;
}

.contact-right .form-container {
    position: relative;
}


.contact-right .bgimg {
    opacity: 0.3;
    z-index: 0;
}


.contact-right .form-control {
    background-color: #fff;
    z-index: 1;
    position: relative;
    border-radius: 8px;
    margin: 0;
    border: 1px solid #DEDEDE;
    height: 40px;
    padding: 11px 12px;
}


.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: 135px;
}

.contact-right .form-group {
    margin-bottom: 12px;
}

.contact-right .submit_button {
    justify-content: flex-end;
}

.contact-right .form-container {
    padding: 53px 41px;
}


.contact-right .btn_border {
    color: #fff;
    background: var(--orange);
    min-width: auto;
    cursor: pointer;
}

.contact-right label {
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    color: #fff;
}

.contact-right p {
    font-size: 16px;
    font-weight: normal;
    color: #373F43;
    margin: 0 0 35px 0;
    letter-spacing: 0.32px;
    line-height: 24px;
}

.contact-right .button {
    margin-top: 17px;
    background: #32383C;
    color: #fff;
    min-width: 128px;
    height: 43px;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 0;
    padding: 0 ;
}
.contact-right .text-center > p{
    font-size: 14px;
    color: #fff;
    margin: 15px 0 0 0;
    text-align: left;
}
.contact-right .text-center > p > a{
    color: #fff; 
    font-weight: bold;
}
.contact-right .text-center > p > a:hover{
    text-decoration: underline;
}
/* .contact-right .button:hover {
    background: var(--darkgrey);
} */

.contact-right .button>img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(152deg) brightness(105%) contrast(105%);
}

.contact-right .button:hover {
    background-color: #fff !important;
    border-color: #fff !important;
    color: var(--green) !important;
}

.contact-right .btnbar {
    text-align: end;
}

.hm-form-get.contact-right .form-title {
    font-size: 30px;
    font-weight: normal;
    color: #1A1A1A;
    margin-bottom: 39px;
    letter-spacing: 0px;
    font-family: 'Protest Strike';
    line-height: 1.2;
}


ul.contact-left-parent li p {
    margin: 0;
    color: #000;
    font-weight: normal;
    font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
}


/*  */
/* social icons */

.sociallinks {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.sociallinks a {
    background: #000;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.social-title {
    font-size: 16px;
    font-weight: bold;
    color: #32383C;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.social-smtitle {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Jost';
    color: #151717;
}

.sociallinks li {
    margin-bottom: 0;
}

.tag-line {
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    background: #F2F3F4;
    padding: 6px 24px;
}

.p-holiday {
    padding-left: 48px;
}

.p-holiday>p {
    color: #000;
    font-weight: 500;
}



/* ******************** CONTACT SECTION END****************  */

/* ******************** responsive area start****************  */
@media (max-width: 1599.99px) {
    ul.contact-left-parent>li:nth-child(odd) {
        width: 60%;
    }

    .contact-left {
        padding-right: 60px;
    }
}

@media (max-width: 1439.99px) {
    .contact-left {
        width: calc(100% - 500px);
        flex: 1;
        padding-right: 40px;
    }

    .contact-right {
        width: 500px;
    }

    ul.contact-left-parent {
        justify-content: space-between;
    }


    ul.contact-left-parent>li {
        width: 40%;
    }

    ul.contact-left-parent>li:nth-child(odd) {
        width: 55%;
    }
}

@media (max-width: 1199.99px) {
    ul.contact-left-parent {
        justify-content: center;
    }

    ul.contact-left-parent>li {
        width: 100%;
        margin-bottom: 30px;
    }

    ul.contact-left-parent>li:nth-child(odd) {
        width: 100%;
    }

    ul.contact-left-parent {
        margin-top: 30px;
    }

    ul.contact-left-parent>li:nth-child(3) {
        margin-bottom: 30px;
    }
}

@media (max-width: 991.99px) {
    .contact-left {
        width: 100%;
        padding-right: 0;
    }

    .contact-right {
        width: 100%;
    }

    ul.contact-left-parent>li {
        width: 40%;
    }

    ul.contact-left-parent>li:nth-child(odd) {
        width: 55%;
    }
}

@media (max-width: 767.99px) {
    .contact-right .form-container {
        padding: 30px;
    }

    ul.contact-left-parent>li {
        width: 100%;
    }

    ul.contact-left-parent>li:nth-child(odd) {
        width: 100%;
    }
    .p-holiday {
        padding-left: 0;
    }
}

@media (max-width: 575.99px) {
    .felx-middle {
        width: calc(100% - 48px);
    }
}

@media (max-width: 480px) {}

@media (max-width: 420px) {}