.ctact-right {
    padding-left: 60px;
    position: relative;
}
.ctact-right .heading-40 {
        line-height: 100%;
        margin-top: -8px;
        margin-bottom: 28px;
}

.head-xs {
    font-size: 16px;
    color: var(--blue);
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 20px;
}

.address-list {
    align-items: flex-start;
}

.address-info .alink {
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
}

.address-list .address-wrap {
    display: flex;
    flex-wrap: wrap;
}

.address-list .address-wrap .icon {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background-color: #14164C;
    background-image: linear-gradient(140deg, #14164C 50%, #175580 75%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.address-list .address-wrap .address-info {
    width: calc(100% - 36px);
    padding-left: 10px;
}

.address-list .address-wrap .address-info p,
.address-list .address-wrap .address-info a {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-bottom: 0;
}

.address-info label {
    font-size: 15px;
    display: block;
    letter-spacing: 0.32px;
    line-height: 100%;
}

.address-wrap:not(:last-child) {
    margin-bottom: 22px;
}

.location-contact .address-wrap .address-info p,
.location-contact .address-wrap .address-info a ,
.address-list .address-wrap .address-info a {
    font-weight: 600;
}
.location-contact .address-wrap .address-info a:hover ,
.address-wrap .address-info a:hover{
    color: var(--orange);
}
.address-list .col6:last-child {
    padding-left: 50px;
}

.address-list.location-contact .col6:last-child {
    border-left: 1px solid rgb(112 112 112 / 20%);
}

.view-information {
    padding: 30px 35px;
    background-color: rgb(20 22 76 / 55%);
    background-image: linear-gradient(140deg, rgb(255 100 0 / 61%) 38%, rgb(20 22 76 / 92%) 85%);
    margin-top: 35px;
}

.information-inner .badge {
    position: relative;
    top: 0;
}

.inform-left {
    width: calc(100% - 160px);
    padding-right: 60px;
}

.inform-left p {
    color: var(--white);
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 24px;
}

.get-touch-wrap .form-control{
    color: #3A3A3A;
}

.contact-wrapper .ctact-right .ftsociallinks{
        border-top: 1px solid rgb(112 112 112 / 20%);
        margin-top: 30px;
        padding-top: 30px;
}
.contact-wrapper .ctact-right .ftsociallinks span.head-xs{
    font-size: 15px;
    display: block;
    letter-spacing: 0.32px;
    line-height: 100%;
    margin-bottom: 14px;
}
.contact-wrapper .ctact-right .ftsociallinks .sociallinks li a{
 background-color: #14164C;
    background-image: linear-gradient(140deg, #14164C 50%, #175580 75%);
}
.contact-wrapper .ctact-right .ftsociallinks .sociallinks li a i{
    color: var(--white);
}
.contact-wrapper .ctact-left textarea{
        min-height: 147px;
}

/* Super Large devices (large desktops, less than 1600px) */

@media (max-width: 1599.98px) {
    .ctact-right {
        padding-left: 40px;
    }
    .get-touch-wrap {
        padding: 40px;
    }
    .address-list .col6:last-child {
        padding-left: 30px;
    }
    .contactpg .enquiry-text {
        position: static;
    }
}


/* Extra Large devices (large desktops, less than 1440px) */

@media (max-width: 1439.98px) {
    .contact-wrapper .location-contact.address-list .col6 {
        width: 100%;
        border: none;
    }
    .contact-wrapper .head-xs {
        margin-bottom: 10px;
    }
    .contact-wrapper .address-list .col6 {
        width: 100%;
        padding-left: 0;
        border: none;
    }
/*    .view-information.mt-50 {
        margin: 0;
    }*/
    .address-wrap:not(:last-child) {
        margin-bottom: 20px;
    }
    .address-list .address-wrap {
        margin-bottom: 20px;
    }
    .col6 hr {
        display: none;
    }
    .inform-left {
        padding-right: 40px;
    }
    .information-inner .badge {
        width: 130px;
        height: 130px;
        right: 0;
    }
    .inform-left {
        padding-right: 15px;
        width: calc(100% - 130px);
    }
    .ctact-right .heading-40{
        margin-top: 0;
        margin-bottom: 20px;
    }
}


/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {
    .get-touch-wrap {
        padding: 30px;
    }
    .width50 {
        width: 100%;
    }
}


/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
    .contact-wrapper .col6 {
        width: 100%;
        padding-left: 0;
    }
    .contact-wrapper {
        flex-direction: column-reverse;
    }
    .contact-wrapper .address-list .col6 {
        width: 50%;
        padding-left: 0;
    }
    .address-list {
        margin-bottom: 10px;
    }
    .contact-wrapper .location-contact.address-list .col6 {
        width: 50%;
    }
    .map-wrapper > iframe{
        height: 420px;
    }
}


/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
    .contact-wrapper .location-contact.address-list .col6 {
        width: 100%;
    }
    .contact-wrapper .address-list .col6 {
        width: 100%;
        padding-left: 0;
    }
}


/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
    .address-list .address-wrap {
        margin-bottom: 15px;
    }
}

@media (max-width: 480.98px) {
    .inform-left {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .information-inner .badge {
        margin-bottom: 15px;
    }
    .information-inner {
        flex-direction: column-reverse;
    }
    .view-information {
        padding: 20px 10px;
    }
    .get-touch-wrap {
        padding: 20px 10px;
    }
}