

* {
    box-sizing: border-box;
}

html {
    scroll-padding-top: 200px;
}
.form-group {
    position: relative;
    text-align:right;
}

body {
    background-color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
input.form-control {
    padding: .375rem .75rem .375rem 1.15rem !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.modal-dialog{
top: 30%;
}
.modal-content{
  background:  #1e2a5b;
  color:#fff;
}
div#exampleModal{
  top: 50%;
width:72%;
}

.modal-header{
  border-bottom: none;
  padding: 0.7rem 1rem 0;
}
.modal-header .btn-close {
    padding: 0;
    font-size: 20px;
}
.modal-body{
  padding: 0 1rem 1rem;
}
.modal-body p{
  font-size: 14px;
text-align: center;
    font-weight: 600;
padding-top: 0!important;
}
body,
html {
  direction: rtl;
}
h4 {
    font-size: 30px;
    font-weight: 700;
    color: #20295c;
}

.disclaimer {
    display: none;
}

.del {
    background-color: #ee5f02;
    position: relative;
    top: 25%;
    border: 0;
}

.del:hover {
    background-color: #ee5f02;
}

select.form-control {
    padding: .375rem .75rem .375rem 2rem !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* form .form-control {
    background-color: transparent;
    padding: 12px 20px;
    border-color: #ddd;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #444444;
  } */

.col-12 {
    min-height: 85px;
}

input[type="radio"]:invalid {
    box-shadow: none;
    /* Reset any box-shadow */
    outline: none;
    /* Remove outline */
    /* You may need additional styling here to ensure the appearance is consistent */
}

/* Header */
header {
    background-color: #20295c;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
}

header img {
    width: 180px;

}

select {
    background: url(https://image.explore.dubaiparksandresorts.com/lib/fe3a117373640479751473/m/1/4ac3860b-d6ae-4c86-8369-18f6ad6de432.png);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 5%;
}

#profile-submit,
#interest-submit,
#communications-submitbtn,
#communications-submitbtn1 {
    background-color: #ee5f02;
    border-color: #ee5f02;
    padding: 12px 60px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.unsubscribe-btn {
    background-color: #ee5f02;
    border-color: #ee5f02;
    padding: 12px 35px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.unsubscribe-all-btn {
    background-color: #ee5f02;
    border-color: #ee5f02;
    padding: 12px 20px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

#communications-submit {
    background-color: #ee5f02;
    border-color: #ee5f02;
    padding: 12px 75px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

#channel-submit {
    background-color: #ee5f02;
    border-color: #ee5f02;
    padding: 12px 75px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.submit-button {
    text-align: right;
}

.com-btn {
    text-align: left;
}

.pref-btn {
    text-align: left;
}

.unsrb-btn {
    text-align: left;
}

.unsrb-all-btn {
    text-align: left;
}

.channel-submit:hover {
    color: #fff;
}

.unsubscribe-btn:hover {
    color: #fff;
}

.unsubscribe-all-btn:hover {
    color: #fff;
}

/* Styling for Channel-Preference, Unsubscribe, Unsubscribe All box */
.box-form {
    margin-top: 50px;
    /* padding: 40px 40px; */
    box-shadow: 3px 5px 14px 7px rgb(204, 204, 204, 0.63);
    border-radius: 5px;
}

/* Channel Preference section styling */
#channel-preference {
    display: none;
    padding: 0 40px 40px 40px;
}

/* Unsubscribe section styling */
#unsubscribe-reason {
    display: none;
    padding: 0 40px 40px 40px;
}

/* Unsubscribe All section styling */
#unsubscribe-all-reason {
    display: none;
    padding: 0 40px 40px 40px;
}


.submitBtn1 {
    /* text-align: right; */
    background-color: #ee5f02;
    border-color: #ee5f02;
    padding: 12px 60px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.orange-notice {
    background-color: #ee5f02;
    color: white;
    padding: 5px 30px;
    font-size: 20px;
    border-radius: 7px;
    margin-bottom: 30px;
}

#area1 {
    display: none;
}

input#country-code::-webkit-calendar-picker-indicator {
    display: none !important;
}

input#country-code::-webkit-calendar-picker-indicator,
input#country-code::-webkit-list-button {
    opacity: 0 !important
}

/* checks color */
/* .interest-form .form-check-input:checked{
    background-color: #f1ad2a;
    border-color: #f1ad2a;
  } */
input[type=radio] {
    appearance: none;
}

input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -1px;
    left: 1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #ee5f02;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -1px;
    left: -1px;
    position: relative;
    background-color: #ee5f02;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #ee5f02;
}

input[type='checkbox']:checked {
    background-color: #ee5f02;
}

input[type='checkbox']:checked:after {
    content: '\2713';
    color: white;
}

.primary-reason input[type='checkbox'] {
    display: unset !important;
}

.like-most input[type='checkbox'] {
    display: unset !important;
}

#my-profile input[type='radio']:after {
    top: -1px !important;
    right: -1px;
}

#my-profile input[type='radio']:checked:after {
   /* top: 3px !important; */
}

.form-check-input:focus {
    box-shadow: none;
}

input[type='checkbox'] {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 15px !important;
    height: 15px !important;
    appearance: none;
    border-radius: 10%;
    border: 1px solid #ee5f02;
    box-shadow: none;
    font-size: .7em;
    margin-top: 0.2rem !important;
}

/* .interest-tab-content .form-check-input, .interest-tab-content .form-check-input:checked, .preferences-tab-content .form-check-input, .preferences-tab-content .form-check-input:checked {
    border-color: rgb(242, 111, 38);
  } */
.cards{
  border-radius: 5px;
  border: 0;
 box-shadow: 0 0 13px 1px rgb(139, 135, 135, 0.58);
  margin-top: 50px;
  min-height: 430px;
  margin-bottom: 50px;
}
.cards-body{
  padding: 7px;
}
.cards .cards-img{
  text-align: center;
  padding: 30px 10px;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  min-height: 198px;
}
.cards .form-check{
  margin-top: 7px;
}
.yellow-cards .cards-img{
  background-color: #fcb514;
}
.blue-cards .cards-img{
  background-color: #202a5c;
}
.red-cards .cards-img{
  background-color: #c03741;
}
.skyblue-cards .cards-img{
  background-color: #2d8ebd;
}
.orange-cards .cards-img{
  background-color: #f26f22;
}
.green-cards .cards-img{
  background-color: #629b5c;
}
.cards-img img{
  height: 70px;
  object-fit: contain;
}
.cards-img h6{
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 0;
}

.ranking-container {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 10px;
 
}

.ranking-text p {
  color: #3c3b3b;
  font-size: 20px;
  padding: 0.1rem 0.5rem;
  border: 0px solid;
  border-radius: 5px;
  background: #e1dfe0;
  box-shadow: 2px 2px 2px #e1dfe0;
  margin: 0;
}

.ranking {
  <!--/* background-color: rgba(0, 0, 16, 0.8);
  padding: 0.4rem 0.4rem 0.1rem 0.4rem;
  border-radius: 2.2rem; */-->
}
.ranking-container input[class="super-happy"]:hover + svg,
.ranking-container input[class="super-happy"]:checked + svg,
.ranking-container input[class="super-happy"]:focus + svg {
  background: #f26f26;
  fill: #fff;
}
input[class="happy"]:hover + svg,
input[class="happy"]:checked + svg,
input[class="happy"]:focus + svg {
  background: #f26f26;
  fill: #fff;
}

input[class="neutral"]:hover + svg,
input[class="neutral"]:checked + svg,
input[class="neutral"]:focus + svg {
  background: #f26f26;
  fill: #fff;
}
.ranking-container svg {
  fill: #3c3b3b;
  height: 3rem;
  width: 3rem;
  margin: 0 0.2rem;
}
.ranking-container #radios label {
  position: relative;
}

.ranking-container input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.ranking-container input[type="radio"] + svg {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.ranking-container input + svg {
  cursor: pointer;
  height: 30px;
  width: 30px;
  border: 1px solid transparent;
  padding: 5px;
  background: #e1dfe0;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #e1dfe0;
}
.check-list{
  margin-top: 30px;
  margin-bottom: 100px;
    width: 800px;

}
.check-list .list-group{
  width: 60%;
}
.check-list ul li.check-list-items{
  display: flex;
  border: 0px solid;
  border-radius: 10px;
  gap: 10px;
  padding: 5px;
}
.check-list ul li .list-text{
  background: lightgrey;
  border-radius: 5px;
  padding: 5px 10px;
  box-shadow: 2px 2px 2px lightgrey;
}
.check-list ul li.check-list-items .list-rank{
  text-align: center;
  background: lightgrey;
  border-radius: 10px;
  padding: 5px;
  box-shadow: 2px 2px 2px lightgrey;
 
}
.check-list .form-check{
  margin-top: 5px;
  padding-left: 0;
}
 .check-list {
    margin-bottom: 0px;
  }
.phone_num .input-group-prepend {
    width: 130px;
}

#country-code::-webkit-calendar-picker-indicator {
    display: none !important;
}

/* dropdown icon style */
.input-arrow-icon {
    position: absolute;
    width: 25px;
    color: #ee5f02;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.profilecountry .input-arrow-icon {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.phone-arrow-icon {
    position: absolute;
    font-size: 40px;
    color: #ee5f02;
    right: 10px;
    top: 0%;
    cursor: pointer;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #ee5f02 !important;
}

input#country-code {
    background: url(https://image.explore.dubaiparksandresorts.com/lib/fe3a117373640479751473/m/1/4ac3860b-d6ae-4c86-8369-18f6ad6de432.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 5%;
}

input#country-code::placeholder {
    opacity: .4;
}

/* ==========================================================================
     #Banner
     ========================================================================== */

.responsive {
    width: 100%;
    max-width: 100%;
    height: auto;
}

#mob-img {
    display: none;
}

/* ==========================================================================
     #WRAPPER
     ========================================================================== */
.wrapper {
    margin: 0 auto;
}

.wrapper--w960 {
    max-width: 960px;
}

.wrapper--w780 {
    max-width: 780px;
}

.wrapper--w680 {
    max-width: 680px;
}

.wrapper--w1200 {
    max-width: 900px;
}

.wrapper--w700 {
    max-width: 1000px;
}

/* ==========================================================================
     #CARD
     ========================================================================== */
.card-4 {
    text-align: center;
}

/* ==========================================================================
     #Heading
     ========================================================================== */
.main-heading {
    padding-bottom: 20px;
}

/* ==========================================================================
     Birthday calendar
     ========================================================================== */

.input-group-icon {
    position: relative;
}

.input-icon {
    position: absolute;
    width: 20px;
    color: #ee5f02;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.input-arrow-icon1 {
    position: absolute;
    font-size: 40px;
    color: #ee5f02;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.input-arrow-iconss {
    position: absolute;
    font-size: 40px;
    color: #ee5f02;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
    cursor: pointer;
}

.select-wrapper {
    position: relative;
}

.select2-container {
    width: 100% !important;
}

.fa-chevron-left:before {
    display: none;
}

.fa-chevron-right:before {
    display: none;
}

.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    padding: 5px;
    border-color: #fff !important;
    border-radius: 5px !important;
    font-size: 1rem;
    font-weight: 400;
    color: #444444;
    height: auto !important;
    min-height: 20px;
    border: 1px solid #ced4da !important;
    background: url(https://image.explore.dubaiparksandresorts.com/lib/fe3a117373640479751473/m/1/4ac3860b-d6ae-4c86-8369-18f6ad6de432.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 5%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

#pills-profile .select2-container {
    width: 100% !important;
}

.select2-container--default.select2-container--focus .select2-selection {
    outline: none;
    box-shadow: 0px 0px 2px 2px #86b7fe !important;
    /* Adjust the box-shadow values as needed */
}

/* card css */
.content-wrapper {
    margin-top: -60px;
    background: transparent;
    border: none;
}

.box-form-wrapper {
    box-shadow: 3px 3px 14px 2px #ccc;
    border-radius: 10px;
    padding: 25px 30px;
    width: 100%;
    margin-bottom: 40px;
}

.radio-width label {
    width: 65%;
}

.radio-width .form-check {
    padding: 0;
}

li.nav-item {
    width: 20%;
    text-align: center;
}

/* styling for h1 username */
.banner {
    position: relative;
    text-align: center;
}

.username {
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: bold;
    color: #fff;
    font-size: 70px;
    transform: translate(-50%, -50%);
}



/* kids section css */
#kidsTable td {
    width: 33%;
}

/*dhe logo css */
.dhe-logo {
    border-radius: 10px;
    width: 40%;
}

.footer-strip{
  background-color: #373f6d;
  padding: 20px 0;
}
.footer-strip span{
  color: #fff;
/*font-size:18px;*/
}
.footer-strip p{
  color: #FCB514;
  margin-bottom: 0;
  font-family: "Century Gothic";
  /*font-weight: bold;*/
  font-size: 20px;
}
.footer-strip img{
  display: inline-block;
  float: right;
  margin-left: 10px;
width: 23px;
}
.footer-strip .container {
  max-width: 1120px;
}
.container {
  max-width: 1120px;
}
.footer-strip p{
    font-size: 14px;
  }
.footer-strip img{
width: 20px;
}
/* footer css */

.footer-logo {
    margin-right: 100px;
}

.logo-footer img {
    display: block;
    margin-left: auto;
    width: 50%;

}

/* footer new css */
footer {
    background-size: 100% auto;
    padding: 70px 0 10px 0;
    background-position: bottom;
}

footer h4 {
    color: #f26f26;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 5px;
}

footer p {
    margin-bottom: 0;
    color: #363636;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

footer p a {
    color: #363636;
    text-decoration: none;
    font-size: 14px;
}

footer p a:hover {
    color: #363636;
}

.footer-strip {
    background-color: #373f6d;
    padding: 20px 0;
}

.footer-strip span {
    color: #fff;
    /*font-size: 18px;*/
}

.proud-partners {
    display: flex;
    padding: 0;
    margin-top: .3rem !important;
}

.tripadvisor {
    display: flex;
    padding: 0;
    margin-top: .2rem !important;
    justify-content: center;
    margin-left: 20px;
}

.footer-row-2 {
    margin-top: 3rem;
}

footer .pp {
    margin-right: 5px;
}

.footer-strip p {
    color: #FCB514;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
   /* font-weight: bold;
    font-size: 20px;*/
}

.footer-strip img {
    display: inline-block;
    float: right;
    margin-left: 10px;
    width: 23px;
}

.social-media-ul {
    padding: 0;
    display: flex;
    margin-top: 25px;
}

.social-media-ul li {
    list-style: none;
    display: inline-block;
    padding: 0 10px 0 0;
    opacity: 0.7;
    transition: all 0.3s ease-in;

}

.social-media-ul img {
    height: 16px;
}

.custom-height .col-12 {
    min-height: unset;
    padding: 0;
}

.business-units img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.row.business-units {
    align-items: center;
}

.tripadvisor li {
    margin-right: 3px;
}
.feedbackform a{
 background: transparent;
 width:100%;
    border: 2px solid #f1ad2a;
}
.feedbackform a:hover{
 color: #f1ad2a;
}
footer .footer-links {
    margin-top: 80px;
}
footer .footer-links ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
}
footer .footer-links ul li {
    display: block;
    padding: 0;
}
footer .footer-links a {
    display: inline-block;
    margin-inline-end: 30px;
    color: #000;
 text-decoration: none;
}


#my-profile input[type='radio']:after {
    top: 3px;
}

/* footer css end */
/* responsive css*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .nav-link {
        font-size: 14px !important;
    }
}


@media (max-width: 768px) {
    .social-media-ul img {
        width: 15px;
    }

    .hidden {
        display: none;
    }
.thanks-wrapper {
height:210px;
}
footer .footer-links{
margin-top: 30px!important;
}
footer .footer-links ul{
display: block;
}
    #desktop-img {
        display: none;
    }

    #mob-img {
        display: block;
    }

    .dhe-logo {
        width: 80%;
    }

    header img {
        width: 150px;
    }

    .btn-success {
        float: none !important;
    }

    .com-btn {
        text-align: center;
    }

    .unsrb-all-btn {
        text-align: center;
    }

    .unsrb-btn {
        text-align: center;
    }

    #kidsTable td {
        width: 100%;
    }

    .radio-width label {
        width: 100%;
    }

    .wrapper--w1200 {
        padding: 0 20px;
    }

    .wrapper--w700 {
        padding: 0 20px;
    }

    form .text-end {
        text-align: center !important;
    }

    ul#pills-tab {
        position: sticky;
        top: 65px;
        z-index: 9999999999;
    }

    li.nav-item {
        width: auto;
        box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    }

    .nav-pills .nav-link {
        font-size: 11px;
    }

    /* .content-wrapper{
    margin-top: -40px;
  } */
    .submit-button {
        text-align: center;
    }

    h4 {
        font-size: 20px;
    }

    .username {
        font-size: 35px;
        top: 30%
    }
}



/*Loader styling */

.loader1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(58, 59, 60, 0.5);
    z-index: 99999 !important;
    display: none;

}

.loaderimg1 {
    background-image: url(https://image.explore.globalvillage.ae/lib/fe3c117373640479751471/m/1/7ff17b5c-6815-4200-be54-79328a4b6055.gif);
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #fff;
    transform: translate(-50%, -50%);
}

/* Birthday input bdate */
.bdate input {

    background-image: url(https://image.explore.dubaiparksandresorts.com/lib/fe3a117373640479751473/m/1/a196b147-c879-4b09-8bfa-9d6c9583d103.png);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 5%;
    text-align: right;
    padding-left: 40px;

}
.bdate input::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 10px;
    opacity: 0;
    cursor: pointer;
}

.bdate input::-webkit-datetime-edit {
    text-align: right; /* Ensure the text remains aligned to the right */
}

.bdate input::-webkit-datetime-edit-fields-wrapper {
    text-align: right; /* Ensure the fields remain aligned to the right */
}
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer;
    font-size: 20px;
    color: red;
}

/* for showing disabled pointer */
#nationality:disabled {
    cursor: not-allowed;
}

#nationality {
    cursor: pointer;
}
#city:disabled {
    cursor: not-allowed;
}

#city {
    cursor: pointer;
}
/* thank you page css */
.thanYou-img img {
    max-width: 10%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.thanks-wrapper {
    margin: 50px 0 50px 0;
height:280px;
}

.thankYou-text h2,
.thankYou-text p {
    text-align: center;
}




@media only screen and (max-width: 600px) {
    /* New footer CSS */

    .col-12 {
        min-height: unset !important;
    }

    .footer-row-2 {
        margin-top: 0;
    }

    .tripadvisor {
        justify-content: unset;
        margin-left: 0;
        margin-top: 20px !important;
    }
    .footerSectionAlign{
        padding-right: 0px;
    }
    .business-units img {
        width: 100px;
        padding: 10px;
    }
.cards,.cards .cards-img{
    height: auto;
    min-height: auto;
  }
  .cards {
    margin-top: 15px;
  }
.thanks-wrapper {
height:210px;
}
    footer h4 {
        margin-top: 20px;
    }

    .social-media-ul {
        margin-top: 20px !important;
        justify-content: unset;
    }

    footer {
        padding-top: 30px;
    }

    .social-media-ul li {
        margin-left: 0;
        /*margin-right: 20px;*/
    }

    .logo-footer img {
        width: 25%;
    }

    .business-units img {
        width: 80%;
    }

    /* end footer css */

}