/* PAGE CSS */
#dtg-contact a {
    text-decoration: none;
    cursor: pointer;
}

#dtg-contact p,
#dtg-contact h1,
#dtg-contact h2,
#dtg-contact h3,
#dtg-contact h4,
#dtg-contact h5,
#dtg-contact h6,
#dtg-contact form,
#dtg-contact ul,
#dtg-contact label {
    margin: 0;
}

#dtg-contact ul,
#dtg-contact li {
    list-style: none;
}

#dtg-contact .section-wrapper {
    /* box-sizing: content-box !important; */
    margin: 0 auto;
}

/* END OF PAGE CSS */

/* CONTACT INTRO CSS */
#contact-intro {
    padding: 140px 64px 234px;
    background-image: url("/uploads/12762042/File/deco/assets/call-center.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

@media (max-width: 1280px) {
    #contact-intro {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 1024px) {
    #contact-intro {
        padding: 124px 16px;
        width: calc(100% - 32px);
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {
    #contact-intro {
        padding: 84px 16px 140px;
        width: 100%;
    }
}

#contact-intro:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg,
            rgba(35, 37, 40, 0.3) 0%,
            rgba(0, 0, 0, 0) 53.75%),
        linear-gradient(0deg, rgba(28, 36, 75, 0.4) 0%, rgba(28, 36, 75, 0.4) 100%);
}

#contact-intro .section-wrapper {
    position: relative;
    z-index: 2;
    max-width: 1440px;
}

#contact-intro .section-wrapper .page-title {
    text-align: center;
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.2px;
    margin-bottom: 16px;
}

@media (max-width: 767.98px) {
    #contact-intro .section-wrapper .page-title {
        font-size: 32px;
    }
}

#contact-intro .section-wrapper .section-subtitle {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    max-width: 430px;
    margin: 0 auto;
}

@media (max-width: 767.98px) {
    #contact-intro .section-wrapper .section-subtitle {
        max-width: 300px;
        font-size: 14px;
    }
}

#contact-intro .section-wrapper .info-container {
    position: absolute;
    top: 166px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    align-items: stretch;
    max-width: 1100px;
    width: 100%;
}

@media (max-width: 1024px) {
    #contact-intro .section-wrapper .info-container {
        max-width: 640px;
        gap: 16px;
        top: 156px;
    }
}

@media (max-width: 767.98px) {
    #contact-intro .section-wrapper .info-container {
        flex-direction: column;
        top: 182px;
        max-width: 312px;
    }
}

#contact-intro .section-wrapper .info-container .info-box {
    padding: 30px 16px;
    border-radius: 4px;
    border: 1px solid #e8e9ea;
    background: #fff;
    box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 1024px) {
    #contact-intro .section-wrapper .info-container .info-box {
        padding: 24px 16px;
    }
}

@media (max-width: 767.98px) {
    #contact-intro .section-wrapper .info-container .info-box {
        width: 100%;
        padding: 16px;
    }
}

#contact-intro .section-wrapper .info-container .info-box .box-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

#contact-intro .section-wrapper .info-container .info-box .box-heading .icon-box {
    border-radius: 12px;
    background: hwb(218 21% 8% / 0.06);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#contact-intro .section-wrapper .info-container .info-box .box-heading h3 {
    color: #1c244b;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

@media (max-width: 1024px) {
    #contact-intro .section-wrapper .info-container .info-box .box-heading h3 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0.2px;
    }
}

#contact-intro .section-wrapper .info-container .info-box .box-text {
    color: #666;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 16px;
    max-width: 328px;
}

@media (max-width: 1024px) {
    #contact-intro .section-wrapper .info-container .info-box .box-text {
        font-size: 14px;
        max-width: 280px;
    }
}

#contact-intro .section-wrapper .info-container .info-box .box-phone {
    color: #E40046;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

#contact-intro .section-wrapper .info-container .info-box .box-chat-btn {
    width: 180px;
    padding: 8px;
    background-color: #E40046;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    justify-content: center;
    transition: 0.3s;
}

@media (hover: hover) and (pointer: fine) {
    #contact-intro .section-wrapper .info-container .info-box .box-chat-btn:hover {
        box-shadow: 0px 8px 19px rgba(166, 166, 166, 0.28),
            inset 0px 4px 4px #fea5c0, inset 0px -2px 4px rgba(0, 0, 0, 0.25);
    }
}

/* END OF CONTACT INTRO CSS */

/* CONTACT FORM CSS */
#contact-form {
    padding: 70px 64px ;
}

@media (max-width: 1280px) {
    #contact-form {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 1024px) {
    #contact-form {
        padding: 228px 16px 40px;
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {
    #contact-form {
        padding: 0px;
    }
}

#contact-form .section-wrapper {
    display: flex;
    align-items: center;
    max-width: 1168px;
}

@media (max-width: 1024px) {
    #contact-form .section-wrapper {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    #contact-form .section-wrapper {
        flex-direction: column-reverse;
    }
}

#contact-form .section-wrapper .contact-form-wrapper {
    width: 55%;
    padding-right: 30px;
}

@media (max-width: 1024px) {
    #contact-form .section-wrapper .contact-form-wrapper {
        padding-right: 0;
        width: 57%;
    }
}

@media (max-width: 767.98px) {
    #contact-form .section-wrapper .contact-form-wrapper {
        width: 100%;
        background: #f6faff;
        padding: 28px 16px 50px;
    }
}

#contact-form .section-wrapper .contact-form-wrapper .section-title {
    color: #232528;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 8px;
}

@media (max-width: 1024px) {
    #contact-form .section-wrapper .contact-form-wrapper .section-title {
        margin-bottom: 4px;
        font-size: 18px;
        line-height: 27px;
    }
}

#contact-form .section-wrapper .contact-form-wrapper .section-subtitle {
    color: #4d4f53;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    #contact-form .section-wrapper .contact-form-wrapper .section-subtitle {
        margin-bottom: 28px;
        line-height: 20px;
    }
}

@media (max-width: 767.98px) {
    #contact-form .section-wrapper .contact-form-wrapper .section-subtitle {
        margin-bottom: 24px;
    }
}

#contact-form .section-wrapper .contact-form-wrapper #dtg-contact-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 24px;
}

@media (max-width: 767.98px) {
    #contact-form .section-wrapper .contact-form-wrapper #dtg-contact-form {
        row-gap: 16px;
    }
}

@media (max-width: 767.98px) {
    #contact-form .section-wrapper .contact-form-wrapper #dtg-contact-form div {
        grid-column: 1/3;
    }
}

#contact-form .section-wrapper .contact-form-wrapper #dtg-contact-form label {
    color: #727476;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 8px;
    display: inline-block;
}

@media (max-width: 767.98px) {
    #contact-form .section-wrapper .contact-form-wrapper #dtg-contact-form label {
        font-size: 12px;
        line-height: 16px;
    }
}

#contact-form .section-wrapper .contact-form-wrapper #dtg-contact-form input,
#contact-form .section-wrapper .contact-form-wrapper #dtg-contact-form textarea {
    border-radius: 4px;
    border: 1px solid #d6d7da;
    height: 44px;
    padding: 8px 16px;
    width: 100%;
    outline: none;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #232528;
    /* WebKit, Edge */
    /* Firefox 19+ */
}

#contact-form .section-wrapper .contact-form-wrapper #dtg-contact-form input::placeholder,
#contact-form .section-wrapper .contact-form-wrapper #dtg-contact-form textarea::placeholder {
    color: #acadaf;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

#contact-form .section-wrapper .contact-form-wrapper #dtg-contact-form input::-webkit-input-placeholder,
#contact-form .section-wrapper .contact-form-wrapper #dtg-contact-form textarea::-webkit-input-placeholder {
    color: #acadaf;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

#contact-form .section-wrapper .contact-form-wrapper #dtg-contact-form input::-moz-placeholder,
#contact-form .section-wrapper .contact-form-wrapper #dtg-contact-form textarea::-moz-placeholder {
    color: deeppink;
    opacity: 1;
}

#contact-form .section-wrapper .contact-form-wrapper #dtg-contact-form input:focus,
#contact-form .section-wrapper .contact-form-wrapper #dtg-contact-form textarea:focus {
    border: 1px solid #3588ea;
}

#contact-form .section-wrapper .contact-form-wrapper #dtg-contact-form textarea {
    height: 104px;
    resize: none;
    padding: 16px;
}

@media (max-width: 1024px) {
    #contact-form .section-wrapper .contact-form-wrapper #dtg-contact-form textarea {
        height: 112px;
    }
}

#contact-form .section-wrapper .contact-form-wrapper #dtg-contact-form .subject-block,
#contact-form .section-wrapper .contact-form-wrapper #dtg-contact-form .message-block {
    grid-column: 1/3;
}

#contact-form .section-wrapper .contact-form-wrapper #dtg-contact-form .submit-btn {
    margin-top: 8px;
    border-radius: 24px;
    background-color: #E40046;
    width: 148px;
    padding: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    outline: none;
    border: none;
    transition: 0.3s;
}

@media (max-width: 1024px) {
    #contact-form .section-wrapper .contact-form-wrapper #dtg-contact-form .submit-btn {
        width: 100%;
        grid-column: 1/3;
        font-size: 16px;
    }
}

@media (hover: hover) and (pointer: fine) {
    #contact-form .section-wrapper .contact-form-wrapper #dtg-contact-form .submit-btn:hover {
        box-shadow: 0px 8px 19px rgba(166, 166, 166, 0.28),
            inset 0px 4px 4px #fea5c0, inset 0px -2px 4px rgba(0, 0, 0, 0.25);
    }
}

#contact-form .section-wrapper .contact-dates {
    width: 45%;
    padding-left: 100px;
}

@media (max-width: 1024px) {
    #contact-form .section-wrapper .contact-dates {
        padding-left: 20px;
        width: 43%;
    }
}

@media (max-width: 767.98px) {
    #contact-form .section-wrapper .contact-dates {
        padding: 428px 16px 20px;
        width: 100%;
    }
}

#contact-form .section-wrapper .contact-dates h3 {
    color: #232528;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 4px;
}

@media (max-width: 1024px) {
    #contact-form .section-wrapper .contact-dates h3 {
        font-size: 18px;
    }
}

#contact-form .section-wrapper .contact-dates p {
    color: #4d4f53;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 24px;
}

@media (max-width: 1024px) {
    #contact-form .section-wrapper .contact-dates p {
        margin-bottom: 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #cdcecf;
    }
}

@media (max-width: 1024px) {
    #contact-form .section-wrapper .contact-dates .date-list {
        padding-top: 20px;
    }
}

#contact-form .section-wrapper .contact-dates .date-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-left: 26px;
    position: relative;
}

@media (max-width: 1024px) {
    #contact-form .section-wrapper .contact-dates .date-list li {
        margin-bottom: 16px;
    }
}

#contact-form .section-wrapper .contact-dates .date-list li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    background-color: #3578ea;
    top: 50%;
    transform: translateY(-50%);
}

#contact-form .section-wrapper .contact-dates .date-list li:last-of-type:before {
    background-color: #c0c3c8;
}

#contact-form .section-wrapper .contact-dates .date-list li:last-of-type {
    margin-bottom: 0;
}

#contact-form .section-wrapper .contact-dates .date-list li:last-of-type .closed {
    color: #ea3535;
}

#contact-form .section-wrapper .contact-dates .date-list li span {
    color: #232528;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

/* END OF CONTACT FORM CSS */

/* CONTACT MAP CSS */
#contact-map {
    /* padding: 70px 64px; */
    background: #f6faff;
}

#contact-map .section-wrapper {
    max-width: 1440px;
    padding: 164px 112px 70px;
}
@media (max-width: 1280px) {
   #contact-map .section-wrapper {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 1024px) {
    #contact-map .section-wrapper {
        padding: 50px 16px;
        margin: 0 auto;
    }
}

#contact-map .section-wrapper .section-title {
    color: #1c244b;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 16px;
}

@media (max-width: 1024px) {
    #contact-map .section-wrapper .section-title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 14px;
    }
}

@media (max-width: 767.98px) {
    #contact-map .section-wrapper .section-title {
        margin-bottom: 16px;
    }
}

#contact-map .section-wrapper .section-subtitle {
    color: #1c244b;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 44px;
}

@media (max-width: 1024px) {
    #contact-map .section-wrapper .section-subtitle {
        margin-bottom: 28px;
    }
}

@media (max-width: 767.98px) {
    #contact-map .section-wrapper .section-subtitle {
        margin-bottom: 24px;
    }
}

#contact-map .section-wrapper .section-subtitle a {
    color: #1c244b;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-decoration: underline !important;
}

#contact-map .section-wrapper .contact-map-wrapper {
    display: flex;
    border-radius: 8px;
    border: 1px solid #f4f5f6;
    background: #fff;
    box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1024px) {
    #contact-map .section-wrapper .contact-map-wrapper {
        flex-direction: row-reverse;
    }
}

@media (max-width: 767.98px) {
    #contact-map .section-wrapper .contact-map-wrapper {
        flex-direction: column-reverse;
    }
}

#contact-map .section-wrapper .contact-map-wrapper .map-container {
    width: 50%;
    border-radius: 8px;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    #contact-map .section-wrapper .contact-map-wrapper .map-container {
        width: 100%;
        height: 384px;
    }
}

#contact-map .section-wrapper .contact-map-wrapper .map-container iframe {
    width: 100%;
    height: 100%;
}

#contact-map .section-wrapper .contact-map-wrapper .contact-options-wrapper {
    width: 50%;
    padding: 18px 20px 18px 46px;
}

@media (max-width: 1024px) {
    #contact-map .section-wrapper .contact-map-wrapper .contact-options-wrapper {
        padding: 24px 32px 24px 16px;
    }
}

@media (max-width: 767.98px) {
    #contact-map .section-wrapper .contact-map-wrapper .contact-options-wrapper {
        width: 100%;
        padding: 24px 16px 0px 16px;
    }
}

#contact-map .section-wrapper .contact-map-wrapper .contact-options-wrapper>h3 {
    color: #1c244b;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    #contact-map .section-wrapper .contact-map-wrapper .contact-options-wrapper>h3 {
        font-size: 16px;
        line-height: 24px;
    }
}

#contact-map .section-wrapper .contact-map-wrapper .contact-options-wrapper>p {
    color: #4d4f53;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #c5cad1;
}

#contact-map .section-wrapper .contact-map-wrapper .contact-options-wrapper .option {
    padding: 16px 0;
    border-bottom: 1px solid #f4f5f6;
}

#contact-map .section-wrapper .contact-map-wrapper .contact-options-wrapper .option:last-of-type {
    border-bottom: none;
}

#contact-map .section-wrapper .contact-map-wrapper .contact-options-wrapper .option a {
    display: flex;
    align-items: center;
    gap: 16px;
}

#contact-map .section-wrapper .contact-map-wrapper .contact-options-wrapper .option .icon-box {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#contact-map .section-wrapper .contact-map-wrapper .contact-options-wrapper .option:nth-of-type(1) .icon-box {
    background-color: #3578ea;
}

#contact-map .section-wrapper .contact-map-wrapper .contact-options-wrapper .option:nth-of-type(2) .icon-box {
    background-color: #17d24b;
}

#contact-map .section-wrapper .contact-map-wrapper .contact-options-wrapper .option:nth-of-type(3) .icon-box {
    background-color: #ef4444;
}

#contact-map .section-wrapper .contact-map-wrapper .contact-options-wrapper .option:nth-of-type(4) .icon-box {
    background-color: #22c7de;
}

#contact-map .section-wrapper .contact-map-wrapper .contact-options-wrapper .option .option-info>p:first-of-type {
    color: #4d4f53;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 4px;
}

#contact-map .section-wrapper .contact-map-wrapper .contact-options-wrapper .option .option-info>p:last-of-type {
    color: #232528;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

/* END OF CONTACT MAP CSS */
div.dn-content > div > .dn-page-section.dn-limit-content-width > div.dn-page-section-content{
   max-width: 100%;
}
.dn-breadcrumb-section{
    display: none;
}