* {
    margin: 0px;
    padding: 0px;
    background: #000;
    /* opacity: 0.1; */
    font-family: Arial;
}

body {
    overflow-x: hidden;
}

nav {
    color: #fff;
    background-color: #ee6e73;
    width: 100%;
    height: 70px;
    /*line-height: 50px;*/
}
.swiper-wrapper {
    z-index: 99;
}

.hidden {
    display: none;
}
.arrowDiv,.arrowDiv2{
    position: absolute;
    background: rgba(0,0,0,0.4);
    z-index: 99;
    height: 25vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.arrowDiv i,.arrowDiv2 i{
    background: transparent;
    color: white;
    font-size: 25px;
}
.arrowDiv{
    left: 0;
}
.arrowDiv2{
    right: 0;
}

nav .nav-wrapper {
    /* position: relative; */
    height: 100%;
    background: #000000;
}

ul:not(.browser-default) li {
    list-style-type: none;
}

nav ul li {
    transition: background-color .3s;
    float: left;
    padding: 0;
}

.top_nav {
    width: 100%;
}

.right-logo {
    float: right !important;
}

#notifications {
    position: fixed;
    top: 0%;
    right: 0%;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 4;
    padding: 5%;
    display: none;
    overflow: scroll;
}

#profileRightSideBar {
    position: fixed;
    top: 0%;
    /* right: 0%; */
    width: 80%;
    height: 100%;
    background: #000;
    z-index: 99;
    padding: 5%;
    display: none;
    overflow: scroll;
}

.notifications-box {
    background: #fff;
    clear: both;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 2%;
    border-radius: 10px;
    /* box-shadow: rgba(240, 46, 170, 0.4) 5px 5px, rgba(240, 46, 170, 0.3) 10px 10px, rgba(240, 46, 170, 0.2) 15px 15px, rgba(240, 46, 170, 0.1) 20px 20px, rgba(240, 46, 170, 0.05) 25px 25px; */
}

.notifications-box-img {
    background: #fff;
    width: 100%;
    margin-bottom: -4px;
}

#notifications-back {
    width: 10%;
    margin-bottom: 5%;
    cursor: pointer;
}

.notifications-box-img img {
    width: 100%;
    background: #fff;
    height: 100px;
}

.notifications-box-text {
    width: 75%;
    /* display: inline-block; */
    float: left;
    margin-left: 5%;
}

.notifications-box-text * {
    background: #fff;
}

.main-carousel {
    width: 100%;
    height: 13em;
}

.swiper-container {
    width: 100%;
    height: 18.5em;
}

.onload-container {
    width: 100%;
    height: 100vh;
    display: none;
}

.kids-container,
.hotel-container {
    width: 100%;
    height: 100vh;
    display: none;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    object-fit: cover;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
    background: none;
}

.swiper-pagination {
    background: none;
}

@font-face {
    font-family: "NetflixSansMedium";
    src: url("webfonts/NetflixSansMedium.ttf");
}

@media only screen and (max-width: 420px) {

    .swiper-button-next,
    .swiper-button-prev {
        opacity: 0;
        visibility: hidden;
    }

    .swiper-container {
        height: 15.5em;
    }
}

@media only screen and (min-width: 420px) {

    .swiper-button-next,
    .swiper-button-prev {
        opacity: 0;
        visibility: hidden;
    }
}

.genre-section {
    width: 100%;
    margin-left: 0px;
    margin-right: 10px;
    position: relative;
    z-index: 99;
}

.genre-heading {
    margin-left: 5px;
    color: white;
    margin-bottom: 9.6px;
    padding-top: 25px;
    box-sizing: border-box;
}

#genere-title {
    display: inline-block;
    width: 69%;
    text-align: left;
    font-weight: bolder;
    font-size:2em;
}

.view-all-data {
    display: inline-block;
    color: gray;
    float: right;
    margin-top: 4px;
    margin-right: 1px;
    width: 29%;
    text-align: right;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

.genre-flexbox {
    display: -webkit-box;
    overflow-x: auto;
    flex-direction: row;
    margin-top: 5px;
    margin-right: 0px;
    overflow-y: hidden;
    width: 100%;
}

.genre-flexboxCard {
    display: flex;
    overflow-x: auto;
    flex-direction: row;
    margin-top: 10px;
    margin-right: 0px;
    overflow-y: hidden;
    width: 100%;
    margin-top: 60%;
}

.flexbox-data {
    padding: 3px;
    min-width: 170px;
    font-size: 30px;
    height: 120px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-right: auto;
    position: relative;
}

.big-flexbox-data {
    padding: 3px;
    min-width: 93%;
    font-size: 30px;
    height: 170px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-right: auto;
}

.round-flexbox-data {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding: 4px;
}

.vertical-flexbox-data {
    padding: 3px;
    /* min-width: 117px; */
    width: 117px;
    font-size: 30px;
    /* height: 240px; */
    height: 160px;
    border-radius: 5px;
    box-sizing: border-box;
    /* margin-right: auto; */
    position: relative;
     -webkit-appearance: none;
}

.card-flexbox-dataPlus {
    padding: 3px;
    min-width: 172px;
    font-size: 30px;
    height: 202px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-right: auto;
    position: relative;
    margin-bottom: 5%;
}

.card-flexbox-data {
    padding: 3px;
    min-width: 255px;
    font-size: 30px;
    height: 290px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-right: auto;
    position: relative;
    margin-bottom: 5%;
}


/*.flexbox-info {
position: absolute;
width: 100%;
height: 23%;
/* bottom: -18%; 
border-radius: 0px 0px 4px 4px;
background-size: 100% 100%;
z-index: 1;

}
*/

.adv-section,
.adv-sectionPlus {
    height: 6.4em;
    padding-top: 4px;
}

.carousel-thumbnail {
    min-width: 100%;
    height: inherit;
    cursor: pointer;
}

.genre-thumbnail {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    cursor: pointer;
}

.roundgenre-thumbnail {
    height: 100%;
    border-radius: 5px;
    cursor: pointer;
}

.footer-copyright {
    margin-top: 19px;
    padding-bottom: 11px;
    border-color: transparent;
    color: white;
    text-align: center;
    z-index: 9999;
    width: 100%;
    height: 4px;
    background: black;
    display: flex;
    flex-direction: row;
}

.footer {
    box-sizing: border-box;
    width: 27.3%;
    margin-left: 15px;
    height: 70px;
}

.footer-text {
    width: 100%;
    height: 16px;
    color: red;
    text-align: center;
    font-size: 11px;
    padding-top: 7px;
}

@media screen and (max-width: 1400px) {
    .flexbox-data {
        width: 16%;
    }

    .genre-heading {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1040px) {
    .genre-flexbox::-webkit-scrollbar {
        display: none;
    }

    .genre-flexbox {
        margin-right: -7px;
    }

    .genre-heading {
        font-size: 11px;
    }
}

@media screen and (max-width: 800px) {
    .genre-flexbox::-webkit-scrollbar {
        display: none;
    }

    .genre-flexbox {
        margin-right: -7px;
    }

    .genre-heading {
        font-size: 11px;
    }
}

@media screen and (max-width: 600px) {
    .genre-flexbox::-webkit-scrollbar {
        display: none;
    }

    .flexbox-data {
        width: 50%;
        height: 150px
    }

    .genre-heading {
        font-size: 10px;
    }
}

@media screen and (max-width: 500px) {
    .genre-flexbox::-webkit-scrollbar {
        display: none;
    }

    .flexbox-data {
        font-size: 16px;
        height: 98px;
    }

    .genre-flexbox {
        margin-right: -7px;
    }

    .genre-heading {
        font-size: 10px;
    }
}

@media screen and (max-width: 360px) {
    .genre-flexbox::-webkit-scrollbar {
        display: none;
    }

    .flexbox-data {
        font-size: 16px;
        height: 98px;
    }

    .genre-flexbox {
        margin-right: -7px;
    }

    .genre-heading {
        font-size: 9px;
    }

    .main-carousel {
        margin-top: 30px;
    }
}

.mov-des {
    position: relative;
    margin: 1.5rem 0 5px 1px;
    background-color: transparent;
    transition: box-shadow .25s;
    border-radius: 2px;
    padding: 1rem;
    z-index: 1;
    height: 100%;
}

.grey-text {
    color: #9e9e9e !important;
    padding: 3px;
}

.grey-text.text-darken-4 {
    color: #ab9e9e !important;
    font-weight: 700px;
    font-size: 18px;
}

hr {
    visibility: hidden;
}

.mov-des p {
    font-size: 15px;
}

.row {
    background: transparent;
    width: 100%;
}

.card {
    transition: box-shadow .25s;
    border-radius: 5px;
    height: 118px;
    width: 209px;
    display: inline-block;
    object-fit: cover;
    margin-left: 5px;
    margin-top: 13px;
    margin-right: 1px;
    position: relative;
}

.Verticalcard {
    transition: box-shadow .25s;
    border-radius: 5px;
    height: 240px;
    width: 170px;
    display: inline-block;
    object-fit: cover;
    margin-left: 4px;
    margin-top: 13px;
    margin-right: 1px;
}

.bottom_menu {
    position: fixed;
    width: 100%;
    bottom: 0;
    font-size: 11px;
    z-index: 99;
}

.bottom_menu ul {
    margin: 0;
    padding: 0;
}

@media only screen and (orientation: landscape) {
    .bottom_menu ul {
        padding-left: 5%;
    }
}

.bottom_menu ul li {
    text-decoration: none;
    float: left;
    text-align: center;
    list-style-type: none;
    opacity: 0.5;
    width: 25%;
    /* height: 100%; */
    display: inline;
    padding: 1.7%;
    padding-left: 8px;
}

.bottom_menu ul li.selected {
    opacity: 1;
    /*border-bottom: 2px solid white;*/
}

.bottom_menu ul li img {
    width: 26px;
    height: 26px;
}

.menu_title {
    color: White;
}

@media screen and (min-width: 790px) and (max-width:1050px) {
    .card {
        width: 324px;
        height: 166px;
    }

    .bottom_menu ul li img {
        width: 35px;
        height: 35px;
    }

    .bottom_menu {
        font-size: 19px;
    }
}

@media screen and (min-width: 500px) and (max-width: 790px) {
    .card {
        width: 237px;
        height: 127px;
    }

    .bottom_menu ul li img {
        width: 33px;
        height: 33px;
    }

    .bottom_menu {
        font-size: 18px;
    }

    .Verticalcard {
        margin-left: 16px;
        margin-top: 28px;
    }
}

@media screen and (min-width: 400px) and (max-width: 500px) {
    .card {
        width: 192px;
        height: 117px;
    }

    .Verticalcard {
        margin-left: 20px;
    }
}

@media screen and (max-width: 400px) and (min-width: 375px) {
    .card {
        width: 178px;
        height: 103px;
    }

    .Verticalcard {
        margin-left: 10px;
    }
}

@media screen and (max-width: 375px) and (min-width: 350px) {
    .card {
        width: 168px;
        height: 103px;
    }

    .bottom_menu {
        font-size: 11px;
    }
}

@media screen and (max-width: 350px) {
    .card {
        width: 149px;
        height: 90px;
    }

    .bottom_menu {
        width: 100%;
        height: auto;
    }
}

.red-star {
    font-size: 1.5em;
    color: red;
    background: none;
}

#premiumContent {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
    width: 100%;
    height: 100%;
    display: none;
}

#premiumContentBlack {
    background: #fff;
    transform: scale(1);
    transition: all .3s;
}

#premiumContentContent {
    background: transparent;
    margin-top: 25%;
    text-align: center;
    padding: 5%;
}

#premiumContentContent h1 {
    background: transparent;
    color: red;
    font-size: 1.8em;
}

#premiumContentContent h2 {
    background: transparent;
    font-size: 1em;
}

#premiumContentMobile {}

#premiumContentButton {
    background: transparent;
    width: 25%;
    padding: 3%;
    margin-top: 5%;
    border-radius: 50px;
    font-size: 1em;
    background: red;
    color: #fff;
    border: none;
    cursor: pointer;
}

#premiumContentButtonCancel {
    background: transparent;
    width: 25%;
    padding: 3%;
    margin-top: 5%;
    margin-left: 10%;
    border-radius: 50px;
    font-size: 1em;
    background: red;
    color: #fff;
    border: none;
    cursor: pointer;
}

*:focus {
    outline: none;
}

#interstitialForm {
    overflow: hidden !important;
    display: none;
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 2px;
    border-radius: 14px;
}

#interstitialFormMobile {
    display: none;
    height: 35%;
    width: 100%;
    position: absolute;
    bottom: 2px;
    border-radius: 14px;
}

#interstitialFormEmail {
    display: none;
    height: 35%;
    width: 100%;
    position: absolute;
    bottom: 2px;
    border-radius: 14px;
}

#premiumContentBlack {
    width: 80%;
    margin: 0 auto;
    background: transparent;
    border-radius: 20px;
}

#premiumContentButton {
    width: 100%;
    text-transform: uppercase;
}

#premiumContentButtonCancel {
    width: 30%;
    display: none;
}

#premiumContentContent h1,
h2 {
    display: none;
}

.premiumContentimgBG {
    width: 100%;
    background: transparent;
}

#premiumContentForm {
    position: absolute;
    height: 30%;
    bottom: 0%;
}

#premiumContentContent {
    padding: 0%;
    background: transparent;
    border-radius: 20px;
}

.close-buttonForPrem {
    position: absolute;
    z-index: 1;
    top: -15px;
    right: -15px;
    border-radius: 50%;
    background: #403b3b;
    border: none;
    color: white;
    padding: 5px 13px;
    font-size: 2em;
    box-shadow: 1px 5px -10px 8px #9e9e9e;
}

input[type="submit"] {
    text-transform: uppercase;
}

.cardDiv {
    width: 100%;
    height: 100%;
    background: white;
    position: relative;
}

.cardLogo {
    width: 60px;
    float: left;
    /* border-radius: 141%; */
    /* width: 100px; */
    height: 60px;
    padding: 8px;
    background: none;
    margin-top: 5px;
}

.cardTitle {
    width: 83%;
    float: right;
    color: black;
    background: white;
    padding-top: 9px;
    font-weight: bolder;
    margin-bottom: 3%;
}

.cardDesc {
    width: 83%;
    color: black;
    overflow: hidden;
    margin-left: 17%;
    padding-right: 10px;
    background: white;
    text-align: justify;
    font-size: 13px;
    position: absolute;
    top: 15px;
}

.logoIm src {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    cursor: pointer;
}

.card_adStyle {
    background: transparent;
    margin-right: 0px;
    width: 100%;
    padding-top: 1px;
    margin-left: 0px;
    margin-top: 10px;
    position: relative;
    /* display: none; */
}

.card_bgDiv {
    position: absolute;
    height: 100%;
}

.card_bgDiv img {
    width: 100%;
    height: 100%;
}

.card_background {
    background: transparent;
    /* margin-top: 0%; */
}


/* .cart_animation{
right: -20%;
transition: all 1s;
z-index: 2;
animation: an .3s;
}
@keyframes an {
from {
top: 55%;
right: 35%;
transform: scale(1);
}
to {
top: -3%;
right: -20%;
transform: scale(0);
}
}
.cart_animationS{
position: fixed !important;
transition: all .3s;
z-index: 2;
animation: anS .3s;
}
@keyframes anS {
from {
top: 0%;
left: 0%;
transform: scale(1);
}
to {
top: -80%;
left: 45%;
transform: scale(0);
}
}
.ovun {
overflow: unset !important;
} */

#loadingContent {
    text-align: center;
    margin-bottom: 5%;
    display: none;
}

#loadingContent img {
    width: 15%;
}

#loadingContent h3 {
    color: #fff;
}

#loaderBottom {
    position: fixed;
    left: 50%;
    bottom: 5%;
    z-index: 999;
    margin: -40px 0 0 -40px;
    -webkit-border: 16px solid #f3f3f3;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-top: 16px solid #e40f0f;
    -webkit-border-top: 16px solid #e40f0f;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.card-flexbox-data-single {
    padding: 3px;
    min-width: 100%;
    font-size: 30px;
    /* height: 315px; */
    height: 240px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-right: auto;
    position: relative;
}

form {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 10px 20px;
    height: 100%;
}

.user_name {
    background: none !important;
    font-size: 1rem;
}

.phone_number {
    padding-top: 0px;
    padding-bottom: 8px;
    background: none;
    font-size: 1rem;
}

.email_address {
    background: none;
    font-size: 1rem;
}

.date_of_birth {
    background: none !important;
    font-size: 1rem;
}

.class_name {
    background: none !important;
    font-size: 1rem;
}

.father_name {
    background: none !important;
    font-size: 1rem;
}

.mother_name {
    background: none !important;
    font-size: 1rem;
}

input[type=tel],
input[type=email],
input[type=string],
input[type=date] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    background: rgb(252, 246, 246);
    /* font-size: 1.2em; */
    margin-bottom: 1%;
}

label {
    padding: 5px 9px 5px 6px;
    display: inline-block;
    width: 100%;
    background: transparent;
    overflow: hidden;
    font-family: "Roboto-Regular", "Arial";
    font-size: 0.8em;
    color: #291d1d;
}

.left_check {
    float: left;
    width: 50%;
    background: #f2f2f2;
    color: #9e9e9e;
}

.right_check {
    float: right;
    width: 50%;
    background: #f2f2f2;
    color: #9e9e9e;
}

.gender input {
    width: 20%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    background: rgb(252, 246, 246);
    font-size: 1.2em;
    margin-bottom: 2%;
    margin-top: 3.5%;
    position: absolute;
}

.gender label {
    padding: 10px 9px 5px 6px;
    display: block;
    width: 50%;
    background: #F2F2F2;
    color: #aaaaaa;
    float: right;
}

#gender {
    padding: 10px 9px 5px 6px;
    display: block;
    width: 100%;
    background: #F2F2F2;
    color: #aaaaaa;
}

h1 {
    text-align: center;
}


/* input {
padding: 10px;
width: 100%;
font-size: 17px;
border-radius: 13px;
font-family: Raleway;
border: 1px solid #aaaaaa;
background: #F2F2F2;
} */


/* Mark input boxes that gets an error on validation: */

input.invalid {
    background-color: #ffdddd;
}


/* Hide all steps by default: */

.tab {
    display: none;
    background: #F2F2F2;
}

button {
    background-color: red;
    color: #ffffff;
    border: none;
    padding: 10px 13px;
    font-size: 17px;
    font-family: Raleway;
    cursor: pointer;
    /* width: 70%; */
    /* border-radius: 11px; */
    /* margin-left: -10%; */
}

button:hover {
    opacity: 0.8;
}

#prevBtn {
    background-color: #bbbbbb;
}


/* Make circles that indicate the steps of the form: */

.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
}


/* Mark the steps that are finished and valid: */

.step.finish {
    background-color: #4CAF50;
}

#intsubmit_byju {
    background-color: red;
    color: white;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    margin-top: 0%;
    /* padding-bottom: 1%; */
    float: right;
    width: 100%;
    font-size: 1em;
    padding: 12px;
    overflow: hidden;
    appearance: none !important;
    -webkit-appearance: none !important;
}

#interstitialFormbyju {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    bottom: 2px;
    overflow: auto;
    border-radius: 14px;
    margin-bottom: 0px !important;
    background: #F2F2F2;
}

#interstitialFormbyju ::placeholder {
    color: white;
    opacity: 1;
    /* Firefox */
}

#interstitialFormbyju input[type=text],
input[type=tel] {
    width: 100%;
    padding: 6% 6%;
    margin: 4% 0;
    box-sizing: border-box;
    border: 3px solid white;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    background: #F2F2F2;
    border-radius: 13px;
    -webkit-appearance: none;
}

#interstitialFormbyju input[type=text]:focus {
    border: 3px solid #555;
}

#interstitialFormbyju input[type=tel]:focus {
    border: 3px solid #555;
}

#interstitialFormbyju select {
    width: 100%;
    padding: 6% 6%;
    margin: 4% 0;
    box-sizing: border-box;
    border: 3px solid white;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    /* background: #F2F2F2; */
    border-radius: 13px;
    color: white;
    font-size: 0.8em;
    -webkit-appearance: none;
}

#interstitialFormbyju select option {
    background: #000;
    font-size: .8em;
}

#interstitialFormbyju div {
    background: transparent;
    overflow: hidden;
    /* width: 100%; */
}

#interstitialFormbyju label {
    padding: 0px 0px 0px 0px;
    display: inline-block;
    width: 100%;
    background: transparent;
    overflow: hidden;
    font-family: "Roboto-Regular", "Arial";
    font-size: 0.8em;
    color: rgb(245, 191, 66);
    font-weight: bold;
}

.col-md-6 {
    width: 47%;
    /* column-count: 2; */
    float: left;
    margin-right: 3%;
}

#interstitialFormbyju form {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 10px 7px;
    height: 100%;
}

@font-face {
    font-family: "Roboto-Regular";
    src: url("fonts/Roboto-Regular.ttf");
}

#interstitialFormbyju input[type="text"],
#interstitialFormbyju input[type="tel"],
#interstitialFormbyju input[type="email"] {
    font-family: "Roboto-Regular", "Arial";
    font-size: 0.8em;
    color: white;
    /* background: rgb(127, 72, 150); */
    background: transparent;
    appearance: auto;
}

.check_performance .left_check {
    float: left;
    width: 33%;
    /* background: #fff3f3; */
    background: transparent;
    color: #9e9e9e;
}

.check_performance .center_check {
    float: right;
    width: 33%;
    /* background: #f2f2f2; */
    background: transparent;
    color: #9e9e9e;
}

.check_performance .right_check {
    float: right;
    width: 33%;
    /* background: #f2f2f2; */
    background: transparent;
    color: #9e9e9e;
}

.check_performance .center_check label {
    padding: 12px 9px 5px 30px;
    display: block;
    width: 33%;
    /* margin-bottom: 5px; */
    background: #F2F2F2;
    color: #aaaaaa;
}

.check_performance {
    overflow: hidden;
    margin-bottom: 0%;
    font-size: 13px;
}

.check_performance .left_check label {
    padding: 2px 0px 0px 5px;
    display: inline-block;
    width: 100%;
    /* margin-bottom: 5px; */
    background: transparent;
    color: #aaaaaa;
    /* float: left; */
}

.openFormAll .check_performance .left_check label span {
    background: transparent;
    margin-left: 4px;
    width: 15%;
    font-family: "Roboto-Regular", "Arial";
    font-size: 1.1em;
    color: #291d1d;
}

#openFormFeedback .check_performance .left_check label span {
    background: transparent;
    margin-left: 4px;
    width: 15%;
    font-family: "Roboto-Regular", "Arial";
    font-size: 1.1em;
    color: #291d1d;
}

.check_performance .left_check label span {
    background: transparent;
    margin-left: 4px;
    width: 15%;
    font-family: "Roboto-Regular", "Arial";
    font-size: 1.1em;
    color: white;
}

.check_performance .right_check label {
    padding: 12px 9px 5px 30px;
    display: block;
    width: 33%;
    /* margin-bottom: 5px; */
    background: #F2F2F2;
    color: #aaaaaa;
}

.check_performance label {
    padding: 10px 9px 5px 6px;
    display: block;
    width: 100%;
    /* margin-bottom: 5px; */
    background: #F2F2F2;
    /* color: #aaaaaa; */
}

#interstitialFormAll .check_performance input {
    width: 10%;
    /* width: 7%;
display: inline-block;
padding: 12px;
border: 1px solid #ccc;
border-radius: 4px;
resize: vertical;
background: rgb(252, 246, 246);
float: left;
/* font-size: 1.2em; */
    /* margin-bottom: 2%; */
    /* margin-top: 3.5%;
position: absolute;  */
}

#interstitialFormbyju .check_performance input {
    width: 10%;
    margin-top: -1px;
}

.title {
    margin-top: 3%;
    background: transparent;
    color: white;
    margin-bottom: 4%;
    /* width: 75%; */
}

.logoOpenFORM {
    display: inline-flex;
    width: 100%;
}

.logoOpenFORM img {
    width: 65px;
    height: 65px;
    min-width: 65px;
    max-width: 65px;
    min-height: 65px;
    max-height: 65px;
    border-radius: 50%;
    margin-right: 4%;
}


/* .interstitialFormAllDetails select {
    width: 100%;
    padding: 11px;
    margin: 8px 0;
    border-radius: 3px;
    background: rgb(252, 246, 246);
    font-size: 1em;
} */

.interstitialFormAllDetails select option {
    background: rgb(252, 246, 246);
    font-size: 1em;
}

#interstitialFeedback select option {
    background: rgb(252, 246, 246);
    font-size: 1em;
}

.formContainer {
    background-color: #f2f2f2;
    height: 100%;
    border-radius: 0px;
    overflow: hidden;
}


/* .interstitialFormAllDetails {
    display: none;
    height: 65%;
    width: 100%;
    position: fixed;
    bottom: 2px;
    overflow: auto;
    border-radius: 14px;
    margin-bottom: 0px !important;
} */


/* .interstitialFormAllDetails select {
    width: 100%;
    padding: 11px;
    margin: 8px 0;
    border-radius: 13px;
    background: rgb(252, 246, 246);
    font-size: 1em;
    -webkit-appearance: none;
} */

.interstitialFormAllDetails select option {
    background: rgb(252, 246, 246);
    font-size: 1em;
}

.interstitialFormAllDetails {
    height: auto;
    width: 100%;
    position: fixed;
    bottom: 0;
    overflow: auto;
    border-radius: 3px;
    margin-bottom: 0px !important;
    background: transparent;
}

#interstitialFeedback {
    display: none;
    height: auto;
    width: 100%;
    position: fixed;
    bottom: 0;
    overflow: auto;
    border-radius: 0px;
    margin-bottom: 0px !important;
    background: transparent;
}

.interstitialFormAllDetails input[type=tel],
#interstitialFeedback input[type=tel],
#onloadForm input[type=tel] {
    width: 100%;
    padding: 13px 5px;
    margin: 6px 0;
    /* box-sizing: border-box; */
    /* border: 3px solid #ccc; */
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    background: white;
    border-radius: 5px;
    font-size: 14.19pt;
    opacity: 0.7;
    height: 36px;
    color: #363434;
    -webkit-appearance: none;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    margin-bottom: 0px;
}

.interstitialFormAllDetails input[type="tel"]::placeholder {
    color: gray;
}

.interstitialFormAllDetails input[type=text],
#interstitialFeedback input[type=text],
#onloadForm input[type=text] {
    width: 100%;
    padding: 13px 5px;
    margin: 6px 0;
    /* box-sizing: border-box; */
    /* border: 3px solid #ccc; */
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    background: white;
    border-radius: 5px;
    font-size: 14.19pt;
    opacity: 0.7;
    height: 36px;
    color: #363434;
    -webkit-appearance: none;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    margin-bottom: 0px;
}

.interstitialFormAllDetails input[type=email],
#interstitialFeedback input[type=email] {
    width: 100%;
    padding: 13px 5px;
    margin: 6px 0;
    /* box-sizing: border-box; */
    /* border: 3px solid #ccc; */
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    background: white;
    border-radius: 5px;
    font-size: 14.19pt;
    opacity: 0.7;
    height: 36px;
    color: #363434;
    -webkit-appearance: none;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    margin-bottom: 0px;
}

.interstitialFormAllDetails select,
#interstitialFeedback select {
    width: 100%;
    padding: 7px 5px;
    margin: 6px 0;
    /* box-sizing: border-box; */
    /* border: 3px solid #ccc; */
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    background: white;
    border-radius: 5px;
    font-size: 14.19pt;
    opacity: 0.7;
    height: 36px;
    color: #363434;
    -webkit-appearance: none;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
}

#interstitialForm input[type=tel],
input[type=email],
input[type=string],
input[type=date],
input[type=text],
input[type=email] {
    width: 100%;
    padding: 9px 20px;
    margin: 0px 0;
    box-sizing: border-box;
    border: 3px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    background: #F2F2F2;
    border-radius: 13px;
    -webkit-appearance: none;
}

#reg_formDelivery input[type=tel],
input[type=email],
input[type=string],
input[type=date],
input[type=text],
input[type=email] {
    width: 100%;
    padding: 9px 20px;
    margin: 0px 0;
    box-sizing: border-box;
    border: 3px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    background: #F2F2F2;
    border-radius: 13px;
    -webkit-appearance: none;
    /* background: transparent; */
}


/* radio button cass */

.col-30 {
    width: 33%;
    float: left;
    background: transparent;
}

.col-40 {
    width: 49%;
    float: left;
    margin-left: -8%;
    background: transparent;
}

.col-30 label {
    width: 100%;
    display: flex;
}

.col-30 span {
    background: transparent;
}

.col-40 label {
    width: 100%;
    display: flex;
}

.col-40 span {
    background: transparent;
}

.dobmargin {
    margin-top: 2%;
    background: transparent;
}

.openFormAll label,
#openFormFeedback label {
    width: 100%;
    background: transparent;
}

.openFormAll {
    /* background: #f2f2f2; */
    background: transparent;
    margin-bottom: 5%;
}

#openFormFeedback {
    /* background: #f2f2f2; */
    background: transparent;
    margin-bottom: 10px;
    width: 96%;
    overflow: hidden;
    margin-left: 2%;
}
#openFormFeedback .check_performance .left_check {
    float: left;
    width: 90%;
    background: transparent;
    color: #9e9e9e;
}

.footerForm {
    position: relative;
    bottom: 1%;
    background: #F2F2F2;
    width: 100%;
    height: 9%;
    border-radius: 13px;
    /* padding: 0% 6% 0% 6%; */
    left: 0;
}

.confirmation_box {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    display: none;
    z-index: 2;
}

.blackLayer {
    width: 95%;
    margin: 0 auto;
    margin-top: 50%;
    position: relative;
}

.blackLayer p {
    background: #fff;
}

.blackLayer h3 {
    background: #fff;
}

.blackLayer h4 {
    background: #fff;
}

.blackLayer h5 {
    background: #fff;
}

.blackLayer h6 {
    background: #fff;
}

.status {
    background: RGB(224, 11, 37);
    color: White;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    font-size: 1.2em;
}

.thank_msg {
    font-weight: bold;
    background: white;
    text-align: center;
    font-size: 1.5em;
    padding-bottom: 5%;
    padding-top: 5%;
}

.call_msg {
    background: white;
    text-align: center;
    margin-top: -17px;
    padding-bottom: 5%;
}

#arrowIcon {
    color: white;
    text-decoration: none;
}

.arrow {
    text-align: center;
    margin: 1% 0;
    display: none;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.modal {
    color: #ffffff;
    display: block;
    width: 88%;
    height: 88%;
    position: fixed;
    z-index: 100;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.65);
    border-radius: 25px;
}

.closed {
    display: none;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
}


/* .close-button {
    position: absolute;
    z-index: 1;
    top: -30px;
    right: -15px;
    border-radius: 50%;
    background: #403b3b;
    border: none;
    color: white;
    padding: 5px 13px;
    font-size: 2em;
    box-shadow: 1px 5px -10px 8px #9e9e9e;
    display: none;
} */

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}


/* Add some content at the bottom of the video/page */

.content {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}

#imgHello {
    border-radius: 0px;
    background: transparent;
    height: 100%;
}

#imgHello>img {
    width: 100%;
    height: 100%;
    border-radius: 0px;
}

#image_name {
    width: 100%;
    height: 480px;
}

#imgsection {
    height: 100%;
}

#yt {
    display: none;
    width: 320px;
    height: calc(100% - 100px);
}

.close-button {
    position: absolute;
    z-index: 1;
    top: 0px;
    right: -4px;
    border-radius: 50%;
    background: red;
    border: none;
    color: white;
    padding: 3px 13px;
    font-size: 30px;
    /* box-shadow: 1px 5px -10px 8px #9e9e9e; */
    display: none;
    width: 13%;
    margin-top: -3%;
}

.interstitial_adSmall2 .modal-overlay {
    position: static !important;
}

.interstitial_adSmall2 .modal {
    width: 110px !important;
    height: 135px !important;
    left: 80% !important;
    /* animation: topMove .5s linear; */
    top: 0% !important;
    transition: all 1s;
}

.interstitial_adSmall2 .close-button {
    font-size: 1.5em !important;
    top: -25px !important;
}

.interstitial_adSmall2 #imgHello>img {
    height: 135px !important;
    width: 110px !important;
}

.interstitial_adSmall .modal-overlay {
    position: static !important;
}

.interstitial_adSmall .modal {
    width: 110px !important;
    height: 135px !important;
    left: 80% !important;
    top: 75% !important;
}

.interstitial_adSmall .close-button {
    font-size: 1.5em !important;
    top: -25px !important;
}

.interstitial_adSmall #imgHello>img {
    height: 135px !important;
    width: 110px !important;
}

.animate__animated.animate__zoomOut {
    --animate-duration: 4s;
}

#interstitial_ad {
    transition: all 1s;
}

#intsubmit {
    background-color: red;
    color: white;
    /* padding: 12px 20px; */
    border: none;
    border-radius: 15px;
    cursor: pointer;
    float: right;
    width: 100%;
    padding: 4%;
    font-size: 1.2em;
    margin-top: 6%;
}

#intsubmit:hover {
    background-color: red;
}

.intsubmit_all,
#intsubmitFeedback {
    background: red;
    color: wheat;
    border: none;
    /* padding: 10px 13px; */
    font-size: 18px !important;
    /* font-family: GothamMedium; */
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    border-radius: 5px;
    float: left;
    width: 100%;
    overflow: hidden;
}

.footerForm {
    background: transparent !important;
}

.dobmargin {
    margin-top: 9px;
}

.dobmargin span {
    position: relative;
    float: none;
    inset: auto;
    margin: 0px;
    padding: 8px 0px;
    background: transparent;
}

.CnfrmBox {
    /* background: rgba(0,0,0,0.5); */
    background: transparent;
    position: fixed;
    top: 47%;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
    display: none;
}

.CnfrmContainer {
    border-radius: 10px;
    padding: 5%;
    background: #fff;
    /* transform: scale(.9); */
    /* margin-top: 10%; */
    width: 95%;
    height: 150px;
    margin: 0 auto;
}

#contentTitle {
    background: transparent;
    text-align: center;
    font-size: 23px;
    font-weight: bolder;
    margin-bottom: 20px;
}

#noCnfrm {
    width: 35%;
    background: red;
    color: white;
    float: right;
    /* margin-bottom: 30px; */
    border-radius: 26px;
    padding: 11px;
    /* margin: 48px; */
    text-align: center;
}

#yesCnfrm {
    width: 35%;
    background: red;
    color: white;
    float: left;
    /* margin-bottom: 30px; */
    border-radius: 26px;
    padding: 11px;
    /* margin: 48px; */
    text-align: center;
}

#intsubmit_byjuStatic {
    background-color: red;
    color: white;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    margin-top: 5%;
    float: right;
    width: 100%;
    font-size: 1.2em;
}

#interstitialFormbyjuStatic {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    bottom: 2px;
    overflow: auto;
    border-radius: 14px;
    margin-bottom: 0px !important;
    background: #F2F2F2;
}

#interstitialFormbyjuStatic input[type=text],
input[type=tel] {
    width: 100%;
    padding: 6% 6%;
    margin: 4% 0;
    box-sizing: border-box;
    border: 3px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    background: #F2F2F2;
    border-radius: 13px;
    /* background: transparent; */
}

#interstitialFormbyjuStatic input[type=tel] {
    width: 100%;
    padding: 6% 6%;
    margin: 4% 0;
    box-sizing: border-box;
    border: 3px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    background: #F2F2F2;
    border-radius: 13px;
}

#interstitialFormbyjuStatic input[type=text]:focus {
    border: 3px solid #555;
}

#interstitialFormbyjuStatic input[type=tel]:focus {
    border: 3px solid #555;
}

#interstitialFormbyjuStatic select {
    width: 100%;
    padding: 6%;
    /* height: 10%; */
    margin: 5% 0;
    border: 3px solid #ccc;
    border-radius: 10px;
    /* background: #F2F2F2; */
    /* -webkit-appearance: none; */
}

#interstitialFormbyjuStatic select option {
    background: #F2F2F2;
    font-size: .8em;
}

#interstitialFormbyjuStatic div {
    background: transparent;
    /* width: 100%; */
}

.col-md-6 {
    width: 48%;
    /* column-count: 2; */
    float: left;
    margin-right: 1%;
    margin-left: 1%;
}

#interstitialFormbyjuStatic form {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 10px 7px;
    height: 100%;
}

@font-face {
    font-family: "Roboto-Regular";
    src: url("fonts/Roboto-Regular.ttf");
}


/* #interstitialFormbyjuStatic input[type="text"],
#interstitialFormbyjuStatic select,
#interstitialFormbyjuStatic input[type="tel"] {
    font-family: "Roboto-Regular", "Arial";
    font-size: 1em;
} */

#interstitialFormbyjuStatic input[type="text"],
#interstitialFormbyjuStatic select,
#interstitialFormbyjuStatic input[type="tel"] {
    font-family: "Roboto-Regular", "Arial";
    font-size: 80%;
}

#formFieldStatic .check_performance .left_check {
    float: left;
    width: 33%;
    background: #f2f2f2;
    color: #9e9e9e;
}

#formFieldStatic .check_performance .center_check {
    float: right;
    width: 33%;
    background: #f2f2f2;
    color: #9e9e9e;
}

#formFieldStatic .check_performance .right_check {
    float: right;
    width: 33%;
    background: #f2f2f2;
    color: #9e9e9e;
}

#formFieldStatic .check_performance .center_check label {
    padding: 12px 9px 5px 30px;
    display: block;
    width: 33%;
    /* margin-bottom: 5px; */
    background: #F2F2F2;
    color: #aaaaaa;
}

#formFieldStatic .check_performance {
    overflow: hidden;
    margin-bottom: 1%;
}

#formFieldStatic .check_performance .left_check label {
    padding: 2px 0px 0px 5px;
    display: inline-block;
    width: 75%;
    /* margin-bottom: 5px; */
    background: #F2F2F2;
    color: #aaaaaa;
    /* float: left; */
}

#formFieldStatic .check_performance .right_check label {
    padding: 12px 9px 5px 30px;
    display: block;
    width: 33%;
    /* margin-bottom: 5px; */
    background: #F2F2F2;
    color: #aaaaaa;
}

#formFieldStatic .check_performance label {
    padding: 10px 9px 5px 6px;
    display: block;
    width: 100%;
    /* margin-bottom: 5px; */
    background: #F2F2F2;
    color: #aaaaaa;
}

#interstitialFormbyjuStatic .check_performance input {
    width: 10%;
    /* width: 7%;
    display: inline-block;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    background: rgb(252, 246, 246);
    float: left;
    /* font-size: 1.2em; */
    /* margin-bottom: 2%; */
    /* margin-top: 3.5%;
    position: absolute;  */
}

#interstitialFormbyjuStatic .title {
    margin-top: 3%;
    background: #F2F2F2;
    color: black;
    margin-bottom: 4%;
    /* width: 75%;  */
}

#interstitialFormbyjuStatic .logoOpenFORM {
    display: inline-flex;
    width: 100%;
}

#interstitialFormbyjuStatic .logoOpenFORM img {
    width: 65px;
    height: 65px;
    min-width: 65px;
    max-width: 65px;
    min-height: 65px;
    max-height: 65px;
    border-radius: 50%;
    margin-right: 4%;
}

.select-css {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 500;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: rgba(255, 255, 255, 0);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E") !important;
    background-repeat: no-repeat, repeat !important;
    background-position: right .7em top 50%, 0 0 !important;
    background-size: .65em auto, 100%;
}

.select-css::-ms-expand {
    display: none;
}

.select-css:hover {
    border-color: #888;
}

.select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px #aaaaaa;
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}

.select-css option {
    font-weight: normal;
}

.select-css-cab {
    display: block;
    font-size: 15px;
    font-family: "Roboto-Regular", "Arial";
    font-weight: 400;
    color: #444;
    line-height: 1.3;
    padding: .72em 1.4em .6em .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #F2F2F2;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E") !important;
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

.select-css-cab::-ms-expand {
    display: none;
}

.select-css-cab:hover {
    border-color: #888;
}


/* .select-css-cab:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px #aaaaaa;
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
} */

.select-css-cab option {
    font-weight: normal;
}

#intsubmit_byju_dynamic {
    background-color: red;
    color: white;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    margin-top: 2%;
    /* padding-bottom: 1%; */
    float: right;
    width: 100%;
    font-size: 1em;
    padding: 12px;
    overflow: hidden;
    appearance: none !important;
    -webkit-appearance: none !important;
}

#interstitialFormSubmit {
    background-color: red;
    color: white;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    margin-top: 2%;
    /* padding-bottom: 1%; */
    float: right;
    width: 100%;
    font-size: 1em;
    padding: 12px;
    overflow: hidden;
    appearance: none !important;
    -webkit-appearance: none !important;
}

#interstitialFormMobileSubmit {
    background-color: red;
    color: white;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    margin-top: 2%;
    /* padding-bottom: 1%; */
    float: right;
    width: 100%;
    font-size: 1em;
    padding: 12px;
    overflow: hidden;
    appearance: none !important;
    -webkit-appearance: none !important;
}

#open_form2 {
    background-color: red;
    color: white;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    margin-top: 2%;
    /* padding-bottom: 1%; */
    float: right;
    width: 100%;
    font-size: 1em;
    padding: 12px;
    overflow: hidden;
    appearance: none !important;
    -webkit-appearance: none !important;
}

#open_form3 {
    background-color: red;
    color: white;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    margin-top: 2%;
    /* padding-bottom: 1%; */
    float: right;
    width: 100%;
    font-size: 1em;
    padding: 12px;
    overflow: hidden;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.top_nav {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    height: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.nav_content {
    margin: 0px 0px 0px 3px !important;
    width: 24%;
    height: 37px;
    /* background: #3a3838; */
    /* border-radius: 17px; */
    color: #fff;
    text-align: center;
    transition: all .3s;
    cursor: pointer;
    padding-top: 9px;
    display: inline-block;
}

.highlight {
    /* background-color: #f5f1f1; */
    color: #e40f0f;
    border-bottom: 3px solid #e40f0f;
    /* text-decoration: underline; */
    /* text-decoration-style: double; */
}

.top_nav::-webkit-scrollbar {
    display: none;
}

#interstitialFormAllDetailsNotification select {
    width: 100%;
    padding: 11px;
    margin: 8px 0;
    border-radius: 3px;
    background: rgb(252, 246, 246);
    font-size: 1em;
}

#interstitialFormAllDetailsNotification select option {
    background: rgb(252, 246, 246);
    font-size: 1em;
}

#interstitialFormAllDetailsNotification select {
    width: 100%;
    padding: 11px;
    margin: 8px 0;
    border-radius: 13px;
    background: rgb(252, 246, 246);
    font-size: 1em;
    -webkit-appearance: none;
}

#interstitialFormAllDetailsNotification select option {
    background: rgb(252, 246, 246);
    font-size: 1em;
}

#interstitialFormAllDetailsNotification {
    display: none;
    height: auto;
    width: 100%;
    position: fixed;
    bottom: 0;
    overflow: auto;
    border-radius: 14px;
    margin-bottom: 0px !important;
    background: transparent;
}

#interstitialFormAllDetailsNotification input[type=tel] {
    width: 100%;
    padding: 13px 5px;
    margin: 6px 0;
    /* box-sizing: border-box; */
    /* border: 3px solid #ccc; */
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    background: white;
    border-radius: 5px;
    font-size: 14.19pt;
    opacity: 0.7;
    height: 36px;
    color: #363434;
    -webkit-appearance: none;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    margin-bottom: 0px;
}

#interstitialFormAllDetailsNotification input[type=text] {
    width: 100%;
    padding: 13px 5px;
    margin: 6px 0;
    /* box-sizing: border-box; */
    /* border: 3px solid #ccc; */
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    background: white;
    border-radius: 5px;
    font-size: 14.19pt;
    opacity: 0.7;
    height: 36px;
    color: #363434;
    -webkit-appearance: none;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    margin-bottom: 0px;
}

#interstitialFormAllDetailsNotification input[type=email] {
    width: 100%;
    padding: 13px 5px;
    margin: 6px 0;
    /* box-sizing: border-box; */
    /* border: 3px solid #ccc; */
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    background: white;
    border-radius: 5px;
    font-size: 14.19pt;
    opacity: 0.7;
    height: 36px;
    color: #363434;
    -webkit-appearance: none;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    margin-bottom: 0px;
}

#openFormAllNotification .check_performance .left_check label span {
    background: transparent;
    margin-left: 4px;
    width: 15%;
    font-family: "Roboto-Regular", "Arial";
    font-size: 1.1em;
    color: #291d1d;
}

#openFormAllNotification label {
    width: 100%;
    background: transparent;
}

#openFormAllNotification {
    /* background: #f2f2f2; */
    background: transparent;
    margin-bottom: 23%;
}

#footerFormNotification {
    position: fixed;
    bottom: 1%;
    background: transparent;
    width: 100%;
    height: 9%;
    border-radius: 13px;
    padding: 0% 6% 0% 6%;
    left: 0;
}

#intsubmit_all_notification {
    background: red;
    color: wheat;
    border: none;
    /* padding: 10px 13px; */
    font-size: 16.19pt;
    font-family: GothamMedium;
    cursor: pointer;
    border-radius: 10px;
    float: left;
    width: 100%;
    overflow: hidden;
}

#interstitialFormAllDetailsNotification1 select {
    width: 100%;
    padding: 7px 5px;
    margin: 6px 0;
    /* box-sizing: border-box; */
    /* border: 3px solid #ccc; */
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    background: white;
    border-radius: 5px;
    font-size: 14.19pt;
    opacity: 0.7;
    height: 36px;
    color: #363434;
    -webkit-appearance: none;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
}

#interstitialFormAllDetailsNotification1 select option {
    background: rgb(252, 246, 246);
    font-size: 1em;
}

#interstitialFormAllDetailsNotification1 select {
    width: 100%;
    padding: 9px;
    margin: 10px 0;
    /* border-radius: 13px; */
    background: rgb(252, 246, 246);
    font-size: 1em;
    -webkit-appearance: none;
}

#interstitialFormAllDetailsNotification1 {
    display: none;
    height: auto;
    width: 100%;
    position: fixed;
    bottom: 0;
    overflow: auto;
    border-radius: 14px;
    margin-bottom: 0px !important;
    background: transparent;
}

#interstitialFormAllDetailsNotification1 input[type=tel] {
    width: 100%;
    padding: 13px 5px;
    margin: 6px 0;
    /* box-sizing: border-box; */
    /* border: 3px solid #ccc; */
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    background: white;
    border-radius: 10px;
    font-size: 16.19pt;
    opacity: 0.7;
    height: 55px;
    color: #363434;
    -webkit-appearance: none;
    font-family: GothamMedium;
    border: none;
}

#interstitialFormAllDetailsNotification1 input[type=text] {
    width: 100%;
    padding: 13px 5px;
    margin: 6px 0;
    /* box-sizing: border-box; */
    /* border: 3px solid #ccc; */
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    background: white;
    border-radius: 5px;
    font-size: 14.19pt;
    opacity: 0.7;
    height: 36px;
    color: #363434;
    -webkit-appearance: none;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    margin-bottom: 0px;
}

#interstitialFormAllDetailsNotification1 input[type=email] {
    width: 100%;
    padding: 13px 5px;
    margin: 6px 0;
    /* box-sizing: border-box; */
    /* border: 3px solid #ccc; */
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    background: white;
    border-radius: 10px;
    font-size: 16.19pt;
    opacity: 0.7;
    height: 55px;
    color: #363434;
    -webkit-appearance: none;
    font-family: GothamMedium;
    border: none;
}

#openFormAllNotification1 .check_performance .left_check label span {
    background: transparent;
    margin-left: 4px;
    width: 15%;
    font-family: "Roboto-Regular", "Arial";
    font-size: 1.1em;
    color: #291d1d;
}

#openFormAllNotification1 label {
    width: 100%;
    background: transparent;
}

#openFormAllNotification1 {
    background: transparent;
    margin-bottom: 42px;
    width: 96%;
    overflow: hidden;
    margin-left: 2%;
}

#footerFormNotification1 {
    position: fixed;
    bottom: 1%;
    background: transparent;
    width: 100%;
    height: 9%;
    border-radius: 13px;
    padding: 0% 6% 0% 6%;
    left: 0;
}

#intsubmit_all_notification1 {
    background: red;
    color: wheat;
    border: none;
    /* padding: 10px 13px; */
    font-size: 16.19pt;
    font-family: GothamMedium;
    cursor: pointer;
    border-radius: 10px;
    float: left;
    width: 100%;
    overflow: hidden;
}

#interstitialFormAllDetailsNotification2 select {
    width: 100%;
    padding: 11px;
    margin: 8px 0;
    border-radius: 3px;
    background: rgb(252, 246, 246);
    font-size: 1em;
}

#interstitialFormAllDetailsNotification2 select option {
    background: rgb(252, 246, 246);
    font-size: 1em;
}

#interstitialFormAllDetailsNotification2 select option,
#interstitialFormAllDetailsNotification3 select option {
    background: rgb(252, 246, 246);
    font-size: 1em;
}

#interstitialFormAllDetailsNotification2 select,
#interstitialFormAllDetailsNotification3 select {
    width: 100%;
    padding: 7px 5px;
    margin: 6px 0;
    /* box-sizing: border-box; */
    /* border: 3px solid #ccc; */
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    background: white;
    border-radius: 5px;
    font-size: 14.19pt;
    opacity: 0.7;
    height: 36px;
    color: #363434;
    -webkit-appearance: none;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
}

#interstitialFormAllDetailsNotification2,
#interstitialFormAllDetailsNotification3 {
    display: none;
    height: auto;
    width: 100%;
    position: fixed;
    bottom: 0;
    overflow: auto;
    border-radius: 14px;
    margin-bottom: 0px !important;
    background: transparent;
}

#interstitialFormAllDetailsNotification2 input[type=tel],
#interstitialFormAllDetailsNotification3 input[type=tel] {
    width: 100%;
    padding: 13px 5px;
    margin: 6px 0;
    /* box-sizing: border-box; */
    /* border: 3px solid #ccc; */
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    background: white;
    border-radius: 5px;
    font-size: 14.19pt;
    opacity: 0.7;
    height: 36px;
    color: #363434;
    -webkit-appearance: none;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
}

#interstitialFormAllDetailsNotification2 input[type=text],
#interstitialFormAllDetailsNotification3 input[type=text] {
    width: 100%;
    padding: 13px 5px;
    margin: 6px 0;
    /* box-sizing: border-box; */
    /* border: 3px solid #ccc; */
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    background: white;
    border-radius: 5px;
    font-size: 14.19pt;
    opacity: 0.7;
    height: 36px;
    color: #363434;
    -webkit-appearance: none;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
}

#interstitialFormAllDetailsNotification2 input[type=email],
#interstitialFormAllDetailsNotification3 input[type=email] {
    width: 100%;
    padding: 13px 5px;
    margin: 6px 0;
    /* box-sizing: border-box; */
    /* border: 3px solid #ccc; */
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    background: white;
    border-radius: 5px;
    font-size: 14.19pt;
    opacity: 0.7;
    height: 36px;
    color: #363434;
    -webkit-appearance: none;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
}

#openFormAllNotification2 .check_performance .left_check label span,
#openFormAllNotification3 .check_performance .left_check label span {
    background: transparent;
    margin-left: 4px;
    width: 15%;
    font-family: "Roboto-Regular", "Arial";
    font-size: 1.1em;
    color: #291d1d;
}

#openFormAllNotification2 label,
#openFormAllNotification3 label {
    width: 100%;
    background: transparent;
}

#openFormAllNotification2,
#openFormAllNotification3 {
    background: transparent;
    margin-bottom: 80px;
    width: 96%;
    overflow: hidden;
    margin-left: 2%;
}

#footerFormNotification2,
#footerFormNotification3 {
    position: fixed;
    bottom: 15px;
    background: #F2F2F2;
    width: 96%;
    border-radius: 13px;
    /* padding: 0% 6% 0% 6%; */
    left: 2%;
}

#intsubmit_all_notification2,
#intsubmit_all_notification3 {
    background: red;
    color: wheat;
    border: none;
    /* padding: 10px 13px; */
    font-size: 16.19pt;
    font-family: NetflixSansMedium;
    cursor: pointer;
    border-radius: 5px;
    float: left;
    width: 100%;
    overflow: hidden;
}

#showCity {
    color: #fff;
    /* position: absolute; */
    /* top: 8.5%; */
    /* right: 3%; */
    z-index: 1;
    background: transparent;
    font-size: .8em;
    clear: both;
    margin-left: 5%;
    margin-top: 3%;
}

#premiumContentForm {
    width: 100% !important;
}

#premiumContentButton {
    -webkit-appearance: none;
}

.col-md-12 {
    width: 100%;
    /* column-count: 2; */
    float: left;
    margin-right: 3%;
    background: transparent;
}

.thankuDiv {
    background: white;
    width: 80%;
    position: fixed;
    top: 43%;
    height: 100px;
    margin: 10%;
    border-radius: 5px;
    z-index: 1;
}

#thankTitle {
    display: block;
    text-align: center;
    background: transparent;
}

#thankB {
    background: red;
    color: white;
    position: absolute;
    bottom: 0;
    /* left: 40%; */
    width: 100%;
    border-radius: 5px;
}

#thankP {
    font-size: 14px;
    color: black;
    background: transparent;
    text-align: center;
}

.blur {
    filter: blur(8px);
}

.thankSec {
    width: 100%;
    height: 100%;
}

.topBanner {
    width: 100%;
    height: 6.4em;
    display: none;
    margin-top: 7px;
    overflow: hidden;
}

.bottomBanner {
    width: 100%;
    height: 6.4em;
    display: none;
    margin-top: 1%;
}

.descBanner {
    width: 100%;
    /* height: 6.4em; */
    display: none;
    margin-top: 1%;
}

#onloadContainer {
    position: absolute;
    bottom: 55px;
    height: 200px;
    width: 100%;
    background: transparent;
}

#kidsContainer {
    position: absolute;
    bottom: 20%;
    width: 100%;
    background: transparent;
}

#hotelContainer {
    position: absolute;
    bottom: 0px;
    height: 200px;
    width: 100%;
    background: transparent;
}

#onloadForm {
    background: #fdf4f5;
}

#kidsForm {
    background: transparent;
}

#hotelForm {
    background: transparent;
}

.enter {
    font-size: 10px;
    color: #7f7675;
    background: transparent;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 35%;
}

.enter img {
    background: transparent;
    width: 80%;
}

.submit {
    font-size: 20px;
    color: black;
    font-family: "Roboto-Regular", "Arial";
    margin-top: -5%;
    width: 100%;
    background: transparent;
}

#kids_name {
    width: 85%;
    margin: 0 auto;
    padding: 10px 7px;
    border-radius: 41px;
    outline: none;
    border: 1px solid grey;
    margin-top: 13px;
    font-size: 18px;
    padding-left: 4%;
    margin-left: 7%;
    color: black;
    font-family: system-ui;
}

input[type="text"]::placeholder {
    color: gray;
}

input[type="tel"]::placeholder {
    color: gray;
}

.class_selection {
    text-align: left;
    width: 90%;
    margin: 0 auto;
    margin-top: 4%;
    font-size: 17px;
    margin-left: 9%;
    font-family: "Roboto-Regular", "Arial";
    background: transparent;
}

.genre-flexboxx {
    display: flex;
    overflow-x: auto;
    flex-direction: row;
    margin-top: 10px;
    margin-right: 0px;
    overflow-y: hidden;
    width: 100%;
    background: transparent;
}

.flexbox-dataa {
    /* padding: 3px; */
    min-width: 17%;
    padding: 7px;
    font-size: 20px;
    border-radius: 35px;
    margin-right: 4%;
    color: black;
    background: white;
    text-align: center;
    outline: none;
    border: 1px solid grey;
    -webkit-appearance: initial;
}

.about {
    font-size: 20px;
    font-family: "Roboto-Regular", "Arial";
    background: transparent;
    margin-bottom: 17px;
    text-align: center;
}

.activeclass {
    background: red;
    color: white;
}

#classP {
    font-family: "Roboto-Regular", "Arial";
    background: transparent;
    font-size: 15px;
}

#nameP {
    background: transparent;
    font-size: 15px;
    font-family: 'Roboto-Regular';
    text-align: left;
    margin-left: 9%;
}

.imgDiv {
    width: 100%;
    height: 100%;
}

.imgDiv img {
    width: 100%;
    height: 100%;
}

#showUserName {
    color: #fff;
    position: absolute;
    top: 7%;
    left: 9.4%;
    z-index: 1;
    background: transparent;
    text-transform: capitalize;
    font-size: 17px;
}

.dynamicOfferDiv {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    clip-path: polygon(32% 0, 100% 0, 100% 100%, 0 100%);
    /* border-top-left-radius: 50px 50%;
    border-bottom-left-radius: 50px 50%; */
    /* transform:skewX(130deg); */
    /* transform: rotate(45deg);
    transform-origin: bottom left; */
}

.dynamicImgDiv {
    width: 70%;
    position: absolute;
    left: 0;
    height: 100%;
    background: transparent;
}

.offerActionDiv {
    background: transparent;
    position: absolute;
    bottom: 10%;
    left: 15%;
    width: 100%;
}

.offerTxtDiv {
    background: transparent;
    color: white;
    position: absolute;
    left: 28%;
    top: 20%;
    font-size: 16px;
    font-weight: bold;
}

.brandTitle {
    position: absolute;
    left: 0%;
    top: 0%;
    color: white;
    z-index: 2;
    font-weight: bold;
    font-size: 18px;
    width: auto;
    height: auto;
    background: transparent !important;
}

.brandTitle img {
    background: white;
    width: 100%;
    height: 32px;
}

.actionButton {
    padding: 3%;
    border-radius: 5px;
    font-family: Arial;
    margin-left: -10%;
    font-family: Arial;
    font-size: 14px;
    width: 70%;
    text-align: center;
}

.headDiv {
    position: absolute;
    top: 44%;
    color: white;
    background: transparent;
    left: 23%;
    text-align: center;
}

#drt {
    position: fixed;
    padding: 1%;
    height: 100%;
    width: 100%;
    z-index: 3;
    display: none;
    top: 0;
}

.showDiv {
    height: 50px;
    width: 90%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    background: red;
    color: white;
    border-radius: 30px;
}

.stopDiv {
    display: none;
    height: 20%;
    width: 90%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    background: red;
    color: white;
    border-radius: 10px;
}

#sa {
    color: white;
    font-family: arial;
    font-size: 17px;
    background: none;
    margin-top: 12%;
    width: 90%;
    /* text-align: center; */
    margin-left: 5%;
}

#pa {
    color: white;
    font-family: arial;
    font-size: 16px;
    background: none;
    margin-top: 15px;
}

#thankYouTitle {
    display: block;
    background: transparent;
    text-align: center;
    margin-top: 3%;
}

#Thanksconfirmation{
    position: fixed;
    top: 40%;
    background: white;
    z-index: 99;
    width: 95%;
    display: none;
    left: 2%;
}
#Thanksconfirmation p {
    color: black;
    background: white;
    text-align: center;
    margin-bottom: 8px;
}
@media screen and (min-width: 400px) and (max-width: 450px) {    
    #showUserName{
        top: 6% !important;
        left: 8.6% !important;
    }
    #showCity {
        top: 7% !important;
    }
}
@media screen and (min-width: 450px) and (max-width: 550px) {    
    #showUserName{
        top: 5% !important;
        left: 8.6% !important;
    }
    #showCity {
        top: 6% !important;
    }
}
.cityBack{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: 999;
    width: 100%;
    height: 100vh;
    display: none;
}
#fmr_sub input[type="submit"] {
    cursor: pointer;
    font-family: "Roboto-Regular";
    width: 100%;
    height: 40px;
    background-color: red;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 1em;
    -webkit-appearance: none;
}
#fmr_sub p{
    display:none;
    background: transparent;
    color: black;
    margin: 0px auto;
    width: 100%;
    font-weight: 600;
    font-size: 13px;
}
#airport_show select {
    width: 100%;
    border: 2px solid red;
    padding: 5% 5%;
    border-radius: 4px;
    font-size: 1em;
    margin-bottom: 4%;
    background: white;
    color: black;
}

#fmr_sub h2 {
    display: block !important;
    font-size: 17px;
    margin: 0px 0 6% 0;
    background: white;
}
#airport_show {
    border-radius: 5px;
    background: #fff;
    position: absolute;
    top: 30%;
    width: 75%;
    z-index: 2;
    height: 275px;
    margin-left: 12%;
    display: none;
}

#airport_show img {
    position: absolute;
    top: -17%;
    width: 100%;
    z-index: -1;
    left: 0%;
    background: white;
    border-radius: 5px;
}

#airport_show form {
    bottom: 2%;
    position: absolute;
    color: red;
    font-family: "Roboto-Regular";
    width: 80%;
    text-align: center;
    margin-left: 10%;
    background-color: white;
    padding: 0px;
    height: 108px;
}

#airport_show #Selector {
    margin-top: 5%;
    margin-bottom: 5%;
}

#airport_show option {
    color: black;
background: white;
}
.spinner {
    position: absolute;
    top: 35%;
    left: 37%;
    width: 25%;
    display: none;
    z-index: 99;
    background: transparent
}

.spinnerBack {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    display: none;
    z-index: 999;
}

#loader_img {
    width: 100%;
    height: 100%;
    background: transparent;
}

.spinner p {
    width: 100%;
    color: white;
    font-size: 15px;
    background: transparent;
}
#referclose{
    color: red;
    background: white;
    position: absolute;
    top: -58px;
    right: -7px;
    font-size: 29px;
    border-radius: 30px;
}