/*home-about*/
img {
    max-width: 100%;
}

.contact-wrapper .contact-box>div {
    padding-right: 4rem;
}

@media (max-width: 991px) {
    .contact-wrapper .contact-box>div {
        padding-right: 0.8rem;
    }
}

.contact-wrapper .contact-box .logo {
    max-width: 300px;
    margin-bottom: 20px;
}

.contact-wrapper .contact-box .map iframe {
    border: 1px #8eb7c4 solid !important;
    height: 280px;
    border-radius: 5px;
}


@media (max-width: 991px) {
    .contact-wrapper .contact-box {
        flex-direction: column-reverse;
    }

    .contact-wrapper .contact-box .logo {
        margin-top: 30px;
    }

    .contact-wrapper .contact-box .map iframe {
        height: 200px;
    }
}

.contact-wrapper .contact-box .con-info .group {
    background-color: rgb(254 254 254 / 60%);
    margin-bottom: 18px;
    padding: 10px 1rem 12px;
    border-bottom: none;
    display: flex;
    border-bottom: 1px #8eb7c4 dashed;
}

.contact-form .form-group .form-select,
.contact-form .form-group .form-control {
    background-color: rgb(231 247 249 / 60%);
    border-radius: 5px;
    border: 1px solid #bfdbe6;
}


.contact-wrapper .contact-box .contact-form .form-group {
    min-height: 70px;
}

.contact-form .form-group>label.required {
    position: relative;
    color: #44808b;
    margin-bottom: 5px;
    padding-left: 16px;
}

.contact-form .form-group>label.required:before {
    position: absolute;
    right: -6px;
    top: -3px;
    content: "*";
    font-size: 20px;
    color: #cd0000;
}

.contact-wrapper .contact-box .con-info .group .label {
    color: #055160;
    flex: 0 0 80px;
    display: flex;
    align-items: center;
    border-right: 1px #dbdbdb solid;
    margin-right: 1rem;
}

.contact-wrapper .contact-box .con-info .group .label i {
    color: #ffffff;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #699dad;
    border-radius: 50%;
    margin-right: 0.3rem;
}

.contact-wrapper .contact-box .con-info .group .value,
.contact-wrapper .contact-box .con-info .group .value a {
    color: #000000;
    text-decoration: none;
}

.contact-wrapper .contact-box .contact-form .form-group.textarea {
    height: 160px;
}

.page-content .sitemap {
    min-height: 900px;
}

@media (max-width: 767px) {

    .page-content {
        margin-top: 0;
        padding: 0;
        padding-top: 40px;
        padding-bottom: 110px;
    }
}

.contact-button-div {
    display: flex;
    justify-content: end;
    margin-top: 1rem;
}

@media (max-width: 991px) {
    .contact-button-div {
        justify-content: center;
    }
}

.contact-button-div .btn.clean-btn {
    display: none !important;
}

.contact-form .form-group>label.required::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transform: translate(0,-50%);
    background-color: #e29608;
}

button.btn.submit-btn {
    color: #ffffff;
    background-color: #8eb7c4;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-top: 2rem;
    line-height: 25px;
    border-radius: 50px;
    max-width: 300px;
    width: 100%;
}

button.btn.submit-btn span {
    z-index: 1;
}

button.btn.submit-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    transition: transform .48s cubic-bezier(.895, .03, .685, .22), border-radius .35s cubic-bezier(.55, .085, .68, .53) 40ms;
    transform: scale(1, 0);
    transform-origin: 50% 100%;
    z-index: 0;
    background-color: #548691;
}

button.btn.submit-btn:hover::before {
    border-radius: 50% 50% 0 0 / 0 0 0 0;
    transition: transform .48s cubic-bezier(.165, .84, .44, 1), border-radius .35s cubic-bezier(.55, .085, .68, .53) 20ms;
    transform: scale(1, 1);
}

button.btn.submit-btn::after {
    content: '';
    display: block;
    position: relative;
    width: 41px;
    height: 8px;
    right: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAzOCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMTI5MTUgOC4yMTQyM0wzNi42OTc5IDguMjE0MjQiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0zNi41MDkgOC4xMzI4MUwyOS43NDU0IDEuNzg1NTIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=") no-repeat center center;
    z-index: 1;
    margin-left: 10px;
}

button.btn.submit-btn:hover::after {
    right: -50px;
    transition: all 0.3s ease-in-out;
}


.verify-fresh {
    flex: 0 0 48px !important;
    max-height: 40px;
    background: url(/assets/template/a11ac4e0e92ce6592fbe13298dc9e85f/img/refresh.svg) center center no-repeat;
    background-size: 24px;
    cursor: pointer;
}

.verify-fresh:before {
    display: block;
    content: "";
    padding: 24px;
}

/*home-btn-style*/

.btn-more {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-top: 2rem;
    line-height: 35px;
    border-radius: 50px;
    max-width: 300px;
    width: 100%;
}

.btn-more::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    transition: transform .48s cubic-bezier(.895, .03, .685, .22), border-radius .35s cubic-bezier(.55, .085, .68, .53) 40ms;
    transform: scale(1, 0);
    transform-origin: 50% 100%;
    z-index: 0;
}

.btn-more:hover::before {
    border-radius: 50% 50% 0 0 / 0 0 0 0;
    transition: transform .48s cubic-bezier(.165, .84, .44, 1), border-radius .35s cubic-bezier(.55, .085, .68, .53) 20ms;
    transform: scale(1, 1);
}

.btn-more .text {
    margin-right: 23px;
    z-index: 1;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
}

.btn-more i {
    z-index: 1;
}