/* 27th March 2025 starts */
#dnn_ctr5129_JoinUsContentFE_lblPageTitle {display:none;}
.home-content .welcome-content h1,
.concierge-section h1,
.packages-section h1,
.packages-details-section h1,
.offers-new-section h2,
.testimonials h2 {
    padding: 0 0 48px 0 !important;
    margin: 0;
}

.home-content .welcome-content p {
    max-width: 815px;
    margin: 0 auto;
}

.home-content .welcome-content {
    margin: 0;
}

.welcome-content,
.concierge-section,
.packages-section,
.packages-details-section,
.offers-new-section,
.testimonials {
    margin: 0;
    padding: 80px 0 !important;
}

.concierge-section .divpanel_heading {
    padding: 0;
}

.concierge-section .text h2 {
    color: #00A9A9;
    text-align: center;
    /* font-family: "Roboto Condensed";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px; */
    min-height: 114px;
}

.concierge-section .text>p,
.concierge-section .text>h2 {
    margin: 0;
    padding: 0;
}

.concierge-section .text,
.concierge-section .item {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    text-align: center;
}

.packages-section img {
    width: 100%;
}

.packages-section .item {
    position: relative;
}

.testimonials .container .testimonial-list .owl-nav button {
    background: #00a9a9;
    color: #ffffff;
    border-color: #00a9a9;
}

.packages-section .item h2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    color: #FFF;
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 57px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.packages-details-section {
    background: url('https://rakez.com/portals/0/images/conceirge/secrtion-bg.png') no-repeat;
    background-size: cover;
}

.packages-details-section h1 {
    color: #fff;
}

.packages-details-section .table thead th {
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 18px 24px;
    color: #8DD3D3;
    font-family: "Roboto Condensed";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    vertical-align: middle;
}

.packages-details-section .table thead th span {
    display: block;
    text-align: center;
    color: #FFF;
    font-family: "Roboto Condensed";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 33px;
}

.packages-details-section .table thead th span em {
    color: #FFF;
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
}

.packages-details-section .table tr td,
.packages-details-section .table tr th {
    color: #FFF;
    font-family: "Roboto Condensed";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 33px;
    padding: 20px 24px;
}

.packages-details-section .table tbody tr:nth-child(odd) th,
.packages-details-section .table tbody tr:nth-child(odd) td {
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(141, 211, 211, 0.30);
}

.packages-details-section .table-responsive>.table-bordered,
.packages-details-section .table-bordered th,
.packages-details-section .table-bordered td {
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.offers-new-section.package-perks .card-box .card-body {
    padding: 32px;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.offers-new-section.package-perks .card-box .card-body h2 {
    padding: 0 !important;
    color: #00A9A9;
    text-align: center;
    /* font-family: "Roboto Condensed";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.offers-new-section.package-perks .card-box .card-body p {
    color: #58595B;
    text-align: center;
    /* font-family: "Roboto Condensed";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 31px; */
    display: block;
    margin: 0;
    display: block;
    margin: 0;
    overflow: visible;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    height: unset !important;
}

.offers-new-section.package-perks .card-box .card-body p .strong {
    font-weight: 400;
}
.offers-new-section.package-perks .card-box .card-body p>span {
    max-height: 100px;
    overflow: hidden;
    display: block;
    overflow-y: hidden;
}

.offers-new-section.package-perks .card-box .card-body p>span.scroll {
    max-height: 100px;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 4px;
}

.offers-new-section.package-perks .card-box .card-body p>span.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.offers-new-section.package-perks .card-box .card-body p>span.scroll::-webkit-scrollbar {
    width: 3px;
    background-color: #f5f5f5;
}

.offers-new-section.package-perks .card-box .card-body p>span.scroll::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}
.offers-new-section.package-perks .card-box .card-body .a-link.hide {
    pointer-events: none;
    opacity: 0;
}
.testimonials {
    background: url('https://rakez.com/portals/0/images/conceirge/testimonials-bg.png') no-repeat !important;
    background-size: cover !important;
}

.testimonials:before {
    display: none;
}

.testimonials .container .testimonial-list {
    margin: 0;
}

.testimonal-item {
    border: 1px solid rgba(255, 255, 255, 0.50);
    box-shadow: 0px 3px 40px 0px rgba(121, 121, 121, 0.30);
    padding: 48px;
    background: transparent !important;
    display: flex;
    column-gap: 40px;
}

.testimonal-item h2 {
    padding: 0 !important;
    color: #FFF;
    font-family: "Roboto Condensed";
    /* font-size: 32px; */
    font-style: normal;
    font-weight: 700;
    /* line-height: 42px; */
    margin: 0 0 16px 0;
    padding: 0 !important;
}

.testimonal-item .para p {
    padding: 0;
    color: #FFF;
    /* font-family: "Roboto Condensed";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 31px; */
}

.testimonal-item .para p:not(:last-child) {
    padding-bottom: 28px;
}

.testimonal-item h3 {
    color: #00A9A9;
    font-family: "Roboto Condensed";
    /* font-size: 32px; */
    font-style: normal;
    font-weight: 700;
    /* line-height: 41px; */
    text-transform: uppercase;
    margin: 48px 0 20px;
}

.testimonials .owl-carousel .owl-nav {
    opacity: 1 !important;
}

.testimonials .owl-carousel .owl-prev,
.testimonials .owl-carousel .owl-next {
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
}

.testimonials .container .testimonial-list .owl-nav {
    display: flex;
    column-gap: 16px;
    top: unset !important;
    left: auto !important;
    bottom: 48px !important;
    right: 48px !important;
    justify-content: end;
}

.industrial-hub-footer .industial-hub-image img,
.industrial-hub-footer .industial-hub-image,
.industrial-hub-footer {
    width: 100%;
    height: 355px;
    object-fit: cover;
}


.industrial-hub-footer .industial-hub-image:before {
    display: none;
}

.industrial-hub-footer .container {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.industrial-hub-footer .container .hub-titile {
    text-transform: none;
}


/* 26th January 2024 starts */
.offers-new-section,
.faq-new-section {
    padding: 3.5rem 0;
    background: url(/Portals/0/images/emirate-bg.jpg) no-repeat;
    background-size: cover;
}

.offers-new-section .section-title {
    padding-bottom: 32px;
    margin-bottom: 0;
}

.offers-new-section .welcome-slider .item {
    height: auto !important;
}

.offers-new-section .card-box .card-image {
    overflow: hidden;
}

.offers-new-section .card-box .card-image img {
    width: 100%;
}

.offers-new-section .card-box .card-body {
    padding: 24px;
    background: #fff;
}

.offers-new-section .card-box .card-body h2 {
    color: #00A9A9;
    text-align: center;
    margin: 0 0 10px 0;
}

.offers-new-section .card-box .card-body p {
    padding: 0;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.offers-new-section .offers-new-slider .owl-nav button.owl-next {
    right: -5rem;
    font-size: 2.5rem;
    color: #ffffff;
}

.offers-new-section .offers-new-slider .owl-nav button.owl-prev {
    left: -5rem;
    font-size: 2.5rem;
    color: #ffffff;
}

.offers-new-section .offers-new-slider .owl-nav button {
    width: 4rem;
    height: 4rem;
    background-color: #00a9a9;
}

.inner-content-section {
    padding-bottom: 0;
}

.home-content {
    background: transparent !important;
}

.home-content .welcome-content {
    padding-top: 20px !important;
}


.axa-logo {
    max-width: 263px;
    margin: 48px auto;
}

.axa-logo img {
    width: 100%;
    height: auto;
}



@media screen and (max-width: 1580px) {
    .packages-section .item h2 {
        font-size: 46px;
    }
}

@media screen and (max-width: 1366px) {

    .welcome-content,
    .concierge-section,
    .packages-section,
    .packages-details-section,
    .offers-new-section,
    .testimonials {
        padding: 50px 0 !important;
    }

    .home-content .welcome-content h1,
    .concierge-section h1,
    .packages-section h1,
    .packages-details-section h1,
    .offers-new-section h2,
    .testimonials h2 {
        padding: 0 0 30px 0 !important;
    }

    .concierge-section .item .image {
        width: 90px;
        height: 90px;
        margin: 0 auto;
    }

    .concierge-section .item .image img {
        width: 100%;
        height: auto
    }

    .packages-details-section .table tr td,
    .packages-details-section .table tr th {
        font-size: 21px;
        line-height: 28px;
        padding: 16px 22px;
    }

    .packages-details-section .table tr td img {
        width: 28px;
        height: 28px;
    }

    .packages-details-section .table thead th span em {
        font-size: 30px;
    }

    .testimonal-item h2 {
        padding: 0 !important;
    }
}

@media screen and (max-width: 1199px) {
    .packages-section .item h2 {
        font-size: 40px;
    }

    .offers-new-section.package-perks .card-box .card-body {
        padding: 24px;
    }

    .testimonal-item {
        padding: 36px;
    }

    .quote {
        width: 60px;
        min-width: 60px;
    }

    .quote img {
        width: 100%;
    }

}

@media screen and (max-width: 1024px) {
    .testimonal-item {
        padding: 24px;
    }

    .quote {
        width: 48px;
        min-width: 48px;
    }

    .testimonal-item {
        column-gap: 28px;
    }
}

@media screen and (max-width: 1023px) {
    .offers-new-section .offers-new-slider {
        padding-left: 6rem;
        padding-right: 6rem;
    }

    .offers-new-section .offers-new-slider .owl-nav button.owl-next {
        right: 0;
    }

    .offers-new-section .offers-new-slider .owl-nav button.owl-prev {
        left: 0;
    }

    .offers-new-section .card-box .card-body {
        padding: 20px 10px;
    }
}

@media screen and (max-width: 991px) {
    .concierge-section .text h2 {
        min-height: 76px;
    }

    .concierge-section .row {
        row-gap: 36px;
    }

    .packages-details-section .table thead th span em {
        font-size: 26px;
        line-height: 32px;
    }

    .packages-details-section .table thead th span {
        font-size: 18px;
        line-height: 36px;
    }

    .packages-details-section .table tr td,
    .packages-details-section .table tr th {
        padding: 12px 16px;
    }

    .packages-details-section .table tr td img {
        width: 24px;
        height: 24px;
    }

    .offers-new-section.package-perks .card-box .card-body {
        padding: 20px;
    }

    .testimonal-item {
        max-width: 96%;
        margin: 0 auto;
    }

    .testimonials .container .testimonial-list .owl-nav {
        bottom: 36px !important;
        right: 36px !important;
    }
}

@media screen and (max-width: 767px) {

    .welcome-content,
    .concierge-section,
    .packages-section,
    .packages-details-section,
    .offers-new-section,
    .testimonials {
        padding: 40px 0 !important;
    }

    .home-content .welcome-content h1,
    .concierge-section h1,
    .packages-section h1,
    .packages-details-section h1,
    .offers-new-section h2,
    .testimonials h2 {
        padding: 0 0 24px 0 !important;
    }

    .concierge-section .text h2 {
        min-height: unset;
    }

    .packages-section .row {
        row-gap: 16px;
    }

    .concierge-section .text,
    .concierge-section .item {
        row-gap: 8px;
    }

    h2,
    .h2 {
        font-size: 2.5rem;
    }

    .packages-section .item h2 {
        font-size: 32px;
    }

    .packages-details-section .table tr td,
    .packages-details-section .table tr th {
        font-size: 18px;
    }

    .packages-details-section .table thead th span em {
        font-size: 24px;
        line-height: 30px;
    }

    .offers-new-section.package-perks .card-box .card-body {
        row-gap: 16px;
    }

    .quote {
        width: 40px;
        min-width: 40px;
        margin: 0 0 30px 0;
    }

    .testimonal-item h2 {
        padding: 0 !important;
    }

    .testimonials .container .testimonial-list .owl-nav {
        position: relative !important;
        right: unset !important;
        bottom: unset !important;
        margin: 24px auto 0 !important;
    }

    .testimonal-item h3 {
        margin: 30px 0 10px;
    }

    .testimonials .container .testimonial-list {
        margin: 0 auto !important;
    }

    .offers-new-section .offers-new-slider .owl-nav {
        position: relative;
        bottom: unset;
        left: 0;
        right: 0;
        width: 9rem;
        margin: 40px auto 0;
    }

    .offers-new-section .offers-new-slider {
        padding-left: 0;
        padding-right: 0;
    }

    .offers-new-section {
        padding: 3.5rem 0;
    }

    .page-form-wrapper .modal-dialog .modal-content {
        padding: 16px 18px 22px;
    }

    .axa-logo {
        margin: 30px auto;
    }
}

@media screen and (max-width: 680px) {
    .packages-details-section .table {
        width: 600px;
    }

    .testimonal-item {
        padding: 18px;
    }
}

@media screen and (max-width: 575px) {

    .industrial-hub-footer .industial-hub-image img,
    .industrial-hub-footer .industial-hub-image,
    .industrial-hub-footer {
        height: 415px;
    }

    .axa-logo {
        margin: 20px auto;
    }
}

@media screen and (max-width: 480px) {
    .packages-details-section .table {
        width: 560px;
    }
}

@media screen and (max-width: 380px) {

    .industrial-hub-footer .industial-hub-image img,
    .industrial-hub-footer .industial-hub-image,
    .industrial-hub-footer {
        height: 445px;
    }
}

/***page form***/
.home-content.bg--fix {
    background-position: fixed;
}

.Theme_Group_Default fieldset {
    margin-bottom: 0px;
    padding: 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

.Theme_Group_Default fieldset {
    padding: 0;
    border: none;
    margin-bottom: 0;
}

.Theme_Group_Default fieldset legend {
    display: none;
}

.Theme_Group_Default .form_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px !important;
}

.Theme_Group_Default .form_list li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 1.5rem !important;
    margin-bottom: 4rem;
    font-family: "Roboto Condensed", sans-serif;
}

@media (max-width:580px) {

    .Theme_Group_Default .form_list li,
    .add-class-form .dg-form-content-box .form_list li {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.Theme_Group_Default .form_list li .form_label label {
    position: static !important;
    font-size: 2.2rem;
    font-weight: 500;
    color: #58595b;
    font-family: "Roboto Condensed", sans-serif;
}

.Theme_Group_Default .form_list li .form_label .form_required {
    color: #58595b;
    font-size: 2.2rem;
}

.form_div_5131 .row9,
.form_div_5131 .row10 {
    display: none;
}

.Theme_Group_Default .form_list li .form_input input,
.Theme_Group_Default .form_list li .form_input textarea {
    border: none;
    border-radius: 0;
    padding: 8px 12px 8px 5px;
    line-height: 18px;
    height: auto;
    background: transparent;
    font-size: 15px;
    border-bottom: 1px solid #000;
    color: #58595b;
    font-family: "Roboto Condensed", sans-serif;
}

.Theme_Group_Default .form_list li .form_input input:focus,
.Theme_Group_Default .form_list li .form_input input:hover,
.Theme_Group_Default .form_list li .form_input textarea:focus,
.Theme_Group_Default .form_list li .form_input textarea:hover {
    box-shadow: none;
}

.Theme_Group_Default .form_submit {
    text-align: center;
    padding-bottom: 40px;
}

.Theme_Group_Default .form_submit .btn {
    background: #00a9a9;
    color: #ffffff;
    border-color: #00a9a9;
    border-radius: 0;
    text-transform: uppercase;
    font: 300 1.8rem/2.4rem "Roboto Condensed", sans-serif;
    padding: 1rem 2.5rem;
    display: inline-block;
    float: none;
    margin: auto;
    box-shadow: none;
}


.add-class-form .dg-form-content-box .form_list li label .form_required {
    color: #ffffff;
}

.add-class-form .dg-form-content-box .form_list li label.focus,
.add-class-form .dg-form-content-box .form_list li label.valid {
    color: #ffffff;
}

.add-class-form .dg-form-content-box .form_list li .form_input.focus input,
.add-class-form .dg-form-content-box .form_list li .form_input.valid input,
.add-class-form .dg-form-content-box .form_list li .form_input.focus textarea,
.add-class-form .dg-form-content-box .form_list li .form_input.valid textarea {
    color: #ffffff;
}

.add-class-form .dg-form-content-box .form_list li .form_input input::placeholder,
.add-class-form .dg-form-content-box .form_list li .form_input textarea::placeholder {
    color: #ffffff;
    opacity: 1;
    /* Firefox */
}

.add-class-form .dg-form-content-box .form_list li .form_input input:-ms-input-placeholder,
.add-class-form .dg-form-content-box .form_list li .form_input textarea:-ms-input-placeholder {
    color: #ffffff;
}

.add-class-form .dg-form-content-box .form_list li .form_input input::-ms-input-placeholder,
.add-class-form .dg-form-content-box .form_list li .form_input textarea::-ms-input-placeholder {
    color: #ffffff;
}



.add-class-form .dg-form-content-box .form_list li .form_input select option {
    color: #58595b;
}

.dg-form-content.form-line .fixline:before {
    border: .9px solid #ffffff !important;
    display: none;
}

@media (max-width: 991.98px) {
    .add-class-form .dg-form-content-box {
        min-width: inherit !important;
    }
}

.livechateBox.visible {
    z-index: 100;
}

.video-container {
    max-width: 70%;
    margin: auto;
}

@media (max-width: 767px) {
    .video-container {
        max-width: 100%;
    }
}

.inner-banner .banner-contnet {
    top: 0;
}

.inn_ras_al_down_panel ul {
    padding: 0px 0px 30px 0px;
}

.form_div_870 .dg-form-content.form-line .form-control-wrap input {
    border-color: #000000 !important;
    color: #58595b;
}

.add-class-form .form_div_870 .dg-form-content-box .form_list li label {
    color: #58595b;
}

.add-class-form .form_div_870 .dg-form-content-box .form_list li label .form_required {
    color: #58595b;
}

.add-class-form .form_div_870 .dg-form-content-box .form_list li label.focus,
.add-class-form .form_div_870 .dg-form-content-box .form_list li label.valid {
    color: #58595b;
}

.add-class-form .form_div_870 .dg-form-content-box .form_list li .btn {
    background: #00a9a9;
    color: #ffffff;
    border-color: #00a9a9;
}

.add-class-form .form_div_870 .dg-form-content-box .form_list li .form_input.focus input,
.add-class-form .form_div_870 .dg-form-content-box .form_list li .form_input.valid input,
.add-class-form .form_div_870 .dg-form-content-box .form_list li .form_input.focus textarea,
.add-class-form .form_div_870 .dg-form-content-box .form_list li .form_input.valid textarea {
    color: #58595b;
}

.add-class-form .form_div_870 .dg-form-content-box .form_list li .form_input input::placeholder,
.add-class-form .form_div_870 .dg-form-content-box .form_list li .form_input textarea::placeholder {
    color: #58595b;
    opacity: 1;
    /* Firefox */
}

.add-class-form .form_div_870 .dg-form-content-box .form_list li .form_input input:-ms-input-placeholder,
.add-class-form .form_div_870 .dg-form-content-box .form_list li .form_input textarea:-ms-input-placeholder {
    color: #58595b;
}

.add-class-form .form_div_870 .dg-form-content-box .form_list li .form_input input::-ms-input-placeholder,
.add-class-form .form_div_870 .dg-form-content-box .form_list li .form_input textarea::-ms-input-placeholder {
    color: #58595b;
}

/* page-form-wrapper Modal */
.page-form-wrapper {
    padding-right: 0 !important;
}

.page-form-wrapper .modal-dialog {
    max-width: 53rem;
}

@media (min-width: 1632px) {
    .page-form-wrapper .modal-dialog {
        margin-top: 5rem;
    }
}

@media (max-width: 767px) {
    .page-form-wrapper .modal-dialog {
        max-width: 95%;
        margin: 1rem auto;
    }
}

.page-form-wrapper .modal-dialog .modal-content {
    background-color: #05a8a9;
    color: white;
    padding: 2.8rem 2.8rem 2rem;
}

@media (min-width: 1632px) {
    .page-form-wrapper .modal-dialog .modal-content {
        padding: 3rem 3.2rem 2.4rem;
    }
}

.page-form-wrapper .modal-dialog .modal-header {
    display: block;
    padding: 0;
    border: none;
    margin-bottom: 3rem;
}

@media (min-width: 1632px) {
    .page-form-wrapper .modal-dialog .modal-header {
        margin-bottom: 4rem;
    }
}

.page-form-wrapper .modal-dialog .modal-header .modal-title {
    font-size: 2.8rem;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 1632px) {
    .page-form-wrapper .modal-dialog .modal-header .modal-title {
        font-size: 3.2rem;
    }
}

.page-form-wrapper .modal-dialog .modal-header .icon-close {
    position: absolute;
    right: 2rem;
    top: 2rem;
    font-size: 1.4rem;
    cursor: pointer;
}

.page-form-wrapper .modal-dialog .modal-header p {
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.11;
    text-align: center;
    color: #ffffff;
    margin-top: 1rem;
}

@media (min-width: 1632px) {
    .page-form-wrapper .modal-dialog .modal-header p {
        font-size: 1.8rem;
    }
}

.page-form-wrapper .modal-dialog .modal-body {
    padding: 0;
}

.page-form-wrapper .modal-dialog .modal-body label {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.page-form-wrapper .modal-dialog .modal-body textarea,
.page-form-wrapper .modal-dialog .modal-body input,
.page-form-wrapper .modal-dialog .modal-body select {
    border-bottom: none;
    background: #ffffff !important;
    border: none;
    font-size: 13px !important;
    color: #58595b !important;
    border-radius: 3px !important;
    padding: 10px 15px !important;
    margin-bottom: 2rem;
    width: 100%;
}

.page-form-wrapper .modal-dialog .modal-body .review-wrapper {
    margin-bottom: 1.2rem;
}

@media (min-width: 1632px) {
    .page-form-wrapper .modal-dialog .modal-body .review-wrapper {
        margin-bottom: 1.6rem;
    }
}

.page-form-wrapper .modal-dialog .modal-body .review-wrapper .question {
    font-size: 1.8rem;
    color: #ffffff;
    line-height: 1.33;
    letter-spacing: 0.64px;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

@media (min-width: 1632px) {
    .page-form-wrapper .modal-dialog .modal-body .review-wrapper .question {
        margin-bottom: 2.4rem;
    }
}

.page-form-wrapper .modal-dialog .modal-body .review-wrapper .smileys {
    display: flex;
}

@media (max-width: 500px) {
    .page-form-wrapper .modal-dialog .modal-body .review-wrapper .smileys {
        display: block;
    }
}

.page-form-wrapper .modal-dialog .modal-body .review-wrapper .smileys .smiley {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 500px) {
    .page-form-wrapper .modal-dialog .modal-body .review-wrapper .smileys .smiley {
        width: 100%;
        margin-bottom: 2rem;
    }
}

.page-form-wrapper .modal-dialog .modal-body .review-wrapper .smileys .smiley .radio-img {
    width: 100%;
    text-align: center;
}

.page-form-wrapper .modal-dialog .modal-body .review-wrapper .smileys .smiley .radio-img>input {
    display: none !important;
}

.page-form-wrapper .modal-dialog .modal-body .review-wrapper .smileys .smiley .radio-img>.image {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    color: #ffffff;
    padding: 1rem;
    border-radius: 1.5rem;
}

.page-form-wrapper .modal-dialog .modal-body .review-wrapper .smileys .smiley .radio-img>.image img {
    width: 5.4rem;
    height: 5.4rem;
}

.page-form-wrapper .modal-dialog .modal-body .review-wrapper .smileys .smiley .radio-img>input:checked+.image {
    background-color: #077475;
}

.page-form-wrapper .modal-dialog .modal-body .review-wrapper .smileys .smiley .icon {
    display: block;
    font-size: 4rem;
}

@media (min-width: 1632px) {
    .page-form-wrapper .modal-dialog .modal-body .review-wrapper .smileys .smiley .icon {
        font-size: 5.4rem;
    }
}

.page-form-wrapper .modal-dialog .modal-body .review-wrapper .smileys .smiley .smiley-name {
    font-size: 1.4rem;
    margin-top: 1rem;
}

@media (min-width: 1632px) {
    .page-form-wrapper .modal-dialog .modal-body .review-wrapper .smileys .smiley .smiley-name {
        font-size: 1.4rem;
    }
}

.page-form-wrapper .modal-dialog .modal-body .textarea::placeholder {
    font-size: 1.4rem;
    color: #58595b;
}

.page-form-wrapper .modal-dialog .modal-body .submit_but {
    width: 100%;
    font-size: 1.4rem;
    color: #444;
    letter-spacing: 2.25px;
    border-radius: 2px;
    background-color: #fff;
}

@media (min-width: 1632px) {
    .page-form-wrapper .modal-dialog .modal-body .submit_but {
        font-size: 1.8rem;
    }
}
}

.page-form-wrapper .modal-dialog .modal-body .submit_but:hover {
    background: #163D5C !important;
    color: white !important;
}

.page-form-wrapper .modal-dialog .modal-body .mobile-number .mobile-country-code,
.page-form-wrapper .modal-dialog .modal-body .mobile-number .select2-container--default .select2-selection--single {
    width: 100%;
    background-color: transparent;
}

.page-form-wrapper .modal-dialog .modal-body .mobile-number .code-list {
    width: 8rem;
    background-color: transparent;
    border-right: none;
}

.page-form-wrapper .modal-dialog .modal-body .mobile-number .code-list .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.2rem;
    color: #58595b;
}

.page-form-wrapper .modal-dialog .modal-body .mobile-number .code-input {
    width: calc(100% - 8rem) !important;
    display: flex;
}

.page-form-wrapper .modal-dialog .modal-body .mobile-number .code-input .form-control {
    border-left: none;
}

.page-form-wrapper .modal-dialog .modal-body .mobile-number .code-input input {
    padding: 1rem 0.5rem;
    border-radius: 0 !important;
    border-left: none;
}

.page-form-wrapper .modal-dialog .modal-body .mobile-number .code-input .other-code {
    width: 6rem;
}

.page-form-wrapper .modal-dialog .modal-body .mobile-number .code-input .other-code.active+.form-control {
    width: calc(100% - 6rem);
}

.page-form-wrapper .modal-dialog .modal-body .mobile-number .countryList {
    position: relative;
}

.page-form-wrapper .modal-dialog .modal-body .mobile-number .countryList .select2-container--open .select2-dropdown {
    width: 100% !important;
    text-align: left;
}

.page-form-wrapper .modal-dialog .modal-body .mobile-number .select2-container {
    width: 100% !important;
}

.page-form-wrapper .modal-dialog .modal-body .mobile-number .select2-container:focus {
    outline: none;
}

.page-form-wrapper .modal-dialog .modal-body .mobile-number .select2-container--default .select2-selection--single {
    height: 3.75rem;
    border: none;
    background: #ffffff;
    width: 100%;
    font-size: 1.4rem;
    border-radius: 4px 0 0 4px;
}

.page-form-wrapper .modal-dialog .modal-body .mobile-number .select2-container--default .select2-selection--single:focus {
    outline: none;
}

.page-form-wrapper .modal-dialog .modal-body .mobile-number .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 3.75rem;
    font-size: 1.4rem;
    color: #ffffff;
    line-height: 3.75rem;
    padding-left: .8rem;
    border-right: none !important;
}

.page-form-wrapper .modal-dialog .modal-body .mobile-number .select2-container--default .select2-selection--single .select2-selection__rendered:focus {
    outline: none;
}

.page-form-wrapper .modal-dialog .modal-body .mobile-number .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.5rem;
    top: 0px;
    right: 20px;
}

.page-form-wrapper .modal-dialog .modal-body .mobile-number .select2-container--default .select2-selection--single .select2-selection__arrow:focus {
    outline: none;
}

.page-form-wrapper .modal-dialog .modal-body .mobile-number .select2-container--open .select2-dropdown {
    width: 100% !important;
    font-size: 1.4rem;
    color: rgba(88, 89, 91, 0.8);
}

.page-form-wrapper .modal-dialog .modal-body .mobile-number .select2-container--open .select2-dropdown:focus {
    outline: none;
}

.page-form-wrapper .modal-dialog .modal-body .mobile-number .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    background: url(../images/select-arrow.svg) left top no-repeat;
    width: 10px;
    height: 10px;
    background-size: 100%;
    margin-top: -5px;
}

.page-form-wrapper .modal-dialog {
    max-width: 530px;
}

.page-form-wrapper .modal-dialog .modal-content {
    padding: 20px 30px 30px;
}

.page-form-wrapper .modal-dialog .modal-header {
    margin-bottom: 24px;
}

.page-form-wrapper .form_list .form-title {
    margin-bottom: 24px;
}

.page-form-wrapper .modal-dialog .modal-header .modal-title,
.page-form-wrapper .form_list .form-title h5 {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.page-form-wrapper .modal-dialog .modal-header p,
.page-form-wrapper .form_list .form-title p {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    max-width: 290px;
    margin: 12px auto 0;
    padding: 0;
}

.page-form-wrapper .icon-close {
    position: absolute;
    right: -15px;
    top: -10px;
    font-size: 1.4rem;
    cursor: pointer;
}

.page-form-wrapper .form_label {
    display: flex;
    align-items: flex-start;
}

.page-form-wrapper .form_label label {
    font-family: 'Roboto Condensed' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 23px !important;
    margin-bottom: unset !important;
}

.page-form-wrapper .promotion-rel-bx .promotion-form-bx,
.page-form-wrapper #dnn_ctr5131_View_Index_plLicense {
    background: #05a8a9;
    max-width: 100%;
    padding: 0;
}

.page-form-wrapper #dnn_ctr5131_ModuleContent .Theme_Group_Default .form_list {
    margin: 0 !important;
    display: block;
    align-items: unset;
}

.page-form-wrapper #dnn_ctr5131_ModuleContent .Theme_Group_Default .form_row {
    padding: 0;
}

.page-form-wrapper .modal-dialog .modal-body input {
    margin-bottom: 16px;
    padding: 13px 15px !important;
    font-size: 16px !important;
    line-height: 21px;
}

.page-form-wrapper #dnn_ctr5131_ModuleContent {
    padding: 0;
}

.page-form-wrapper #dnn_ctr5131_ModuleContent .Theme_Group_Default .form_submit {
    margin: 0;
}

/*
.page-form-wrapper #Ctl_ServiceReqd_5131 {
    margin-bottom: 16px;
}
*/
.page-form-wrapper #Ctl_ServiceReqd_5131 .select2-container--default .select2-selection--single {
    border: none;
    border-radius: 3px;
    height: auto;
}

.page-form-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px 20px 8px 0px;
    height: 38px;
    font-size: 15px !important;
    color: #58595b;
}

.page-form-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    background: url('../images/green-down-arrow.svg') left top no-repeat;
    width: 10px;
    height: 10px;
    background-size: 100%;
    margin-top: -2px;
}

.page-form-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    position: absolute;
    top: 3px;
    right: 10px;
    width: 20px;
}

.page-form-wrapper .select2-container--default .select2-results__option[aria-selected=true] {
    background: #fff;
}

.page-form-wrapper .modal-dialog .modal-body input.select2-search__field:focus {
    outline: 0;
}

.page-form-wrapper #dnn_ctr5131_ModuleContent .Theme_Group_Default .form_list li {
    color: #58595b;
    padding: 5px 10px !important;
    margin-bottom: 0 !important;
    font-size: 16px;
    line-height: 21px;
}

.page-form-wrapper .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #05a8a9;
    color: #fff !important;
}

.page-form-wrapper .Theme_Group_Default .form_list li {
    max-width: 100%;
}

.page-form-wrapper .modal-dialog .modal-body textarea {
    font-size: 16px !important;
}

.page-form-wrapper #dnn_ctr5131_ModuleContent .Theme_Group_Default .form_submit .btn {
    max-width: 334px;
    /*width: 70%;*/
    height: auto;
    margin: 0;
    font-size: 16px;
    line-height: 23px;
    /* padding: 17px 15px !important;*/
}

@media screen and (max-width: 767px) {
    .page-form-wrapper .modal-dialog .modal-content {
        padding: 22px 24px 40px;
    }

    .page-form-wrapper .icon-close {
        right: 10px;
        top: -10px;
    }
}

.page-form-wrapper .promotion-form-bx .Theme_Group_Default ul.form_list li .form_input input {
    color: #58595b !important;
    border-color: #fff;
    background: #fff;
    border-radius: 3px;
    padding: 10px 15px !important;
}

.page-form-wrapper #dnn_ctr5131_ModuleContent .Theme_Group_Default .form_submit {
    margin-top: 1rem;
    ;
}

.page-form-wrapper #dnn_ctr5131_ModuleContent .Theme_Group_Default .form_list li {
    margin-bottom: 5px !important;
    padding: 0 !important;
}

.page-form-wrapper #dnn_ctr5131_ModuleContent .Theme_Group_Default .form_list li {
    color: #58595b;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 5px !important;
    padding: 0 1rem !important;
}

.page-form-wrapper .modal-dialog .modal-content {
    border: none;
}

.page-form-wrapper .promotion-form-bx .Theme_Group_Default ul.form_list li .form_input textarea {
    background: #fff;
    border-radius: 3px;
    padding: 13px 15px !important;
    color: #58595b !important;
}

.page-form-wrapper .icon-close {
    right: 13px;
    top: 15px;
}

.page-form-wrapper .form_row p {
    padding: 0;
}

.page-form-wrapper .select2-container .select2-selection--single {
    height: auto;
}

.page-form-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
    height: 38px;
    line-height: normal;
}

.page-form-wrapper #dnn_ctr5131_ModuleContent .Theme_Group_Default .form_list li.select2-results__option {
    margin: 0 !important;
    padding: 8px 10px !important;
}

.page-form-wrapper .select2-container .select2-selection--single .select2-selection__rendered,
.page-form-wrapper #dnn_ctr5131_ModuleContent .Theme_Group_Default .form_list li.select2-results__option {
    font-size: 15px;
}

.page-form-wrapper #dnn_ctr5131_ModuleContent .Theme_Group_Default .form_submit {
    padding: 0;
}

/* 1st May 2023 ends */
/* 2nd May 2023 starts*/
.floating-contact {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background: #0e3a5c;
    padding: 10px;
    z-index: 999999;
}

.floating-contact .image {
    width: 60px;
    height: 60px;
}

.floating-contact .image img {
    width: 100%;
    transition: .3s;
    overflow: hidden;
}

.floating-contact .image img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

.page-form-wrapper .form_list .form-title h5 span {
    display: block;
}

.page-form-wrapper .icon-close {
    right: -3px;
    top: -12px;
}

@media screen and (max-width: 767px) {
    .floating-contact {
        width: 65px;
        height: auto;
        top: 35%;
    }

    .floating-contact .image {
        width: 40px;
        height: 40px;
        margin: 0 auto;
    }

    .page-form-wrapper .modal-dialog .modal-content {
        padding: 16px 18px 22px;
    }

    .page-form-wrapper .form_list .form-title {
        margin-bottom: 20px;
    }

    .page-form-wrapper .modal-dialog .modal-body input {
        margin-bottom: 10px;
        padding: 10px 15px !important;
    }

    .page-form-wrapper .select-service {
        margin-bottom: 10px;
    }

    .page-form-wrapper .form_list .form-title h5 span {
        display: inline;
    }

    .page-form-wrapper .icon-close {
        right: 15px;
        top: -5px;
    }

    .page-form-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
        height: 38px;
        line-height: normal;
    }

    .page-form-wrapper #dnn_ctr5131_ModuleContent .Theme_Group_Default .form_submit .btn {
        padding: 10px 15px !important;
    }

    .page-form-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 0;
    }
}

@media screen and (max-width: 575px) {
    .floating-contact {
        padding: 6px;
        width: 55px;
        height: 52px;
    }

    .page-form-wrapper .form_list .form-title h5 {
        font-size: 25px;
        line-height: 30px;
    }

    .page-form-wrapper .form_list .form-title p {
        margin: 5px auto 0;
    }

    .page-form-wrapper .form_list .form-title {
        margin-bottom: 9px;
    }

    .modal-dialog .modal-body label {
        margin-bottom: 2px;
    }

    .page-form-wrapper .modal-dialog .modal-body textarea {
        margin-bottom: 12px;
    }

    .page-form-wrapper .icon-close {
        right: 5px;
        top: -5px;
    }


}

.page-form-wrapper .icon-close {
    right: 12px;
    top: 10px;
}

@media screen and (max-width: 767px) {
    .page-form-wrapper .icon-close {
        right: 15px;
        top: 10px;
    }
}


@media screen and (max-width: 575px) {
    .page-form-wrapper .icon-close {
        right: 10px;
        top: 10px;
    }
}


@-moz-keyframes pulseInquire {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(14, 58, 92, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(14, 58, 92, 0.4);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(14, 58, 92, 0.4);
    }
}

@-webkit-keyframes pulseInquire {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(14, 58, 92, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(14, 58, 92, 0.4);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(14, 58, 92, 0.4);
    }
}

@keyframes pulseInquire {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(14, 58, 92, 0.4);
        box-shadow: 0 0 0 0 rgba(14, 58, 92, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(14, 58, 92, 0.4);
        box-shadow: 0 0 0 10px rgba(14, 58, 92, 0.4);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(14, 58, 92, 0.4);
        box-shadow: 0 0 0 0 rgba(14, 58, 92, 0.4);
    }
}


.select2-container--default .select2-selection--single {
    padding: 0px 12px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    line-height: 18px;
}

.Theme_Group_Default .form_label {

    margin: 0px 0 2px !important;
}

.zone-list .zone-main .zone-content .zone-title {
    font-size: 3rem !important;
}

@media (max-width: 1023px) {

    p br {
        display: inline-block !important;
    }
}



footer .bottom-floating-buttons {
    z-index: 999 !important;
}

@media screen and (max-width: 767px) {
    footer .mobile-icons-menu {
        z-index: 999;
    }
}