footer {
    background-color: #fff;
    margin-top: 50px;
    padding: 30px 0px 0px 0px;
}

.footer-text {
    color: #777;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
}

.foot-head {
    color: #242424;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.8px;
    /* 160% */
}

.foot-link {
    color: #848484;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.2px;
    text-decoration: none;
}

.foot-link-div {
    padding: 7px 0px;
}

.s-link-main {
    border-radius: 20px;
    background: #2384C6;
    width: 30px !important;
    height: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
}

.s-link {
    text-decoration: none;
    margin-right: 10px;
}

.s-link-main:hover {
    background-color: #eaba1f;
}

.sponserd {
    background: #161528;
    padding: 15px 7px;
    margin-top: 10px;
}

.sponserd p {
    color: #AEAEAE;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.4px;
    margin-bottom: 0px;
}

.sponserd span {
    color: #AEAEAE;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14.4px;
    /* 120% */
}

.sponserd a {
    color: #2384C6;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14.4px;
    text-decoration: none;
}

.contact-box {
    height: 100%;
}

iframe {
    min-height: 400px;
    height: 100%;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
}

.contact-msg-box {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: #FFF;
    padding: 20px;
}

.contact-msg-box h5 {
    color: rgba(16, 16, 16, 0.90);
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 36.4px;
    /* 140% */
}

.contact-msg-box-sub-head {
    color: #0C0C0C;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 160% */
    /* 160% */
}

.contact-msg-box-text {
    color: #777;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 160% */
}

.contact-msg-box-link {
    color: #2384C6;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    padding: 7px 0px;
}

.Enquire-box {
    border-radius: 16px;
    background: #FFF;
    padding: 20px;
}

.Enquire-box h5 {
    color: rgba(16, 16, 16, 0.90);
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 36.4px;
    /* 140% */
}

.Enquire-box input {
    border-radius: 4.932px;
    border: 0.822px solid #E5E5E5;
    width: 100%;
    padding: 10px;
    margin-top: 20px;
}

.Enquire-box input:focus-visible {
    outline: none;
}

.Enquire-box textarea {
    border-radius: 4.932px;
    border: 0.822px solid #E5E5E5;
    width: 100%;
    margin-top: 20px;
    padding: 10px;
}

.Enquire-box button {
    color: #FFF;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 14.219px;
    font-style: normal;
    font-weight: 600;
    line-height: 17.062px;
    text-transform: capitalize;
    border-radius: 5.469px;
    background: #2384C6;
    width: fit-content;
    padding: 10px 20px;
    border: 0px;
    margin-top: 20px;
}