.address-box span {
    min-width: 22px;
    display: inline-flex;
}

.address-detail {
    padding-left: 12px;
}

.address-detail label {
    font-family: var(--body-font-family);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.18px;
    color: #272727;
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.address-detail address {
    font-family: var(--body-font-family);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #272727;
    letter-spacing: 0.16px;
    font-style: normal;
}

.address-detail a {
    font-style: normal;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.18px;
    color: #272727;
    text-decoration: none;
    font-family: var(--body-font-family);
}

.address-detail p {
    font-size: 18px;
}

.address-wrap {
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

.address-wrap li {
    margin-bottom: 24px;
    padding-bottom: 33px;
    border-bottom: solid 1px rgba(0, 0, 0, 10%);
    padding-left: 0;
    width: 100%;
}

.address-wrap li::before {
    display: none !important;
}

.address-box {
    display: flex;
    align-items: flex-start;
}

.contact-wrap {
    display: flex;
    flex-wrap: wrap;
}

.form {
    padding: 50px;
    position: relative;
    display: inline-block;
}

.form-heading-wrap .heading-40 {
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.getintouch-right {
    width: 750px;
    border-top: 0;
    padding: 0;
    background: #F8F8F8;
}

.getintouch-left {
    width: calc(100% - 750px);
    padding-right: 100px;
}

.getintouch-left .heading-40 {
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.8px;
    margin-bottom: 30px;

    & span {
        color: var(--yellow);
        display: block;
    }
}

.getintouch-left .heading-36 {
    font-weight: 800;
    color: #272727;
    margin-bottom: 50px;
}

.form .heading-36 {
    font-weight: 700;
    margin-bottom: 30px;
}

.form .btnlist {
    display: inline-block;
    width: 100%;
    text-align: end;
    padding: 0 12px;
}

main ul[class]>li:last-child {
    padding-left: 0;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.address-wrap li {
    padding-left: 0;
}

.address-wrap li::before {
    display: none;
}

.map iframe {
    width: 100%;
    height: 522px;
}

.contact-sponser-wrap {
    background-color: #F8F8F8;
    padding: 27px;
}

.contact-sponser-wrap .sponser-text {
    font-family: var(--body-font-family);
    width: 148px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    color: #272727;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

.contact-sponser-row {
    display: flex;

    & .brands-sponsers {
        margin-left: 20px;
        width: calc(100% - 168px);
    }
}

.contact-sponser-row:not(:last-child) {
    margin-bottom: 25px;

}

/* Super Large devices (large desktops, less than 1600px) */

@media (max-width: 1799.98px) {
    .getintouch-right {
        width: 710px;
    }

    .getintouch-left {
        width: calc(100% - 710px);
    }
}

@media (max-width: 1599.98px) {
    .getintouch-right {
        width: 600px;
    }

    .getintouch-left {
        width: calc(100% - 600px);
        padding-right: 60px;
    }

    .contact-sponser-wrap {
        padding: 20px;
    }

    .contact-sponser-row:not(:last-child) {
        margin-bottom: 20px;
    }

    .form {
        padding: 40px;
    }
}


/* Extra Large devices (large desktops, less than 1440px) */

@media (max-width: 1439.98px) {
    .getintouch-left {
        width: 50%;
        padding-right: 40px;
    }

    .getintouch-right {
        width: 50%;
    }

    .form {
        padding: 40px;
    }

    .getintouch-left .heading-36 {
        margin-bottom: 30px;
    }

    .address-wrap li {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }

    .address-box.width50 {
        width: 100%;
    }

    .address-box.width50:not(:last-child) {
        margin-bottom: 20px;
    }

    .contact-sponser-row {
        flex-wrap: wrap;
    }

    .contact-sponser-wrap .sponser-text {
        width: 100%;
        margin-bottom: 20px;
    }

    .contact-sponser-row {
        & .brands-sponsers {
            margin-left: 0;
            width: 100%;
        }
    }

    .map iframe {
        width: 100%;
        height: 400px;
    }
}


/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {
    .getintouch-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }

    .getintouch-right {
        width: 100%;
    }

    .address-box.width50 {
        width: 50%;
    }
}


/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
    .address-detail address {
        font-size: 16px;
    }

    .address-wrap li {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .address-detail a {
        text-decoration: none;
    }

    .address-detail {
        padding-left: 10px;
    }

    .form-heading-wrap .heading-40 {
        margin-bottom: 20px;
    }
}


/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
    .form {
        padding: 30px;
    }

    .address-box.width50 {
        width: 100%;
    }

    .address-wrap li {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .brands-sponsers .brand_sponser_list {
        width: 142px;
        height: auto;
    }
}


/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
    .address-wrap li {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .btnlist {
        gap: 12px;
        flex-wrap: nowrap;
    }

    .form {
        padding: 15px;
    }

    .form-heading-wrap .heading-40 {
        margin-bottom: 15px;
    }
}