:is(.outerpage, .outer-page, .location-page) .footer-logo-wrapper {
    position: absolute;
    top: 5%;
    left: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
    row-gap: 5px;
}

:is(.outerpage, .outer-page, .location-page) .container {
    position: relative;
}

:is(.outerpage, .outer-page, .location-page) .footer-logo-wrapper img {
    max-width: 80px;
}

:is(.outerpage, .outer-page, .location-page) .footer-logo-wrapper span {
    font-size: clamp(11px,0.912vw,14px);
}

.mobile .footer-logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    margin: 5px 0 5px;
}

.mobile .footer-logo-wrapper img {
    max-width: 80px;
}

@media(max-width: 1100px) {
    :is(.outerpage, .outer-page, .location-page) .footer-logo-wrapper {
        flex-direction: column;
        left: 15px;
    }

    :is(.outerpage, .outer-page, .location-page) .footer-logo-wrapper img {
        max-width: 60px;
    }
}

@media(max-width: 768px) {
    :is(.outerpage, .outer-page, .location-page) .footer-logo-wrapper {
        top: 0.8%;
        left: 10px;
    }
}

.resv-wrap button.resv {
    float: right;
    padding: 7px 46px;
}
.resv-wrap button.resv{
    line-height: 30px;
    min-width: 102px;
    text-transform: capitalize;
}


/*Mobile model css */
.mobile .booking-form-input {
    display: block;
}

@media (max-width: 768px) {
    .mobile .bookingform-wrapper .simp-booking-form {
        min-width: 250px;
        width: calc(100% - 40px);
    }
    .mobile .layer-content #layerContainer{
        flex-grow:1;
    }
    .mobile .bookingform-wrapper .simp-booking-form form#simp-booking-form.chain #formElementsWrapper #hotelSelectionWrapper #hotelWrapper .input-icon-wrapper,
    .mobile .bookingform-wrapper .simp-booking-form form#simp-booking-form.chain #formElementsWrapper #hotelSelectionWrapper #locationWrapper .input-icon-wrapper {
        width: 100%;
    }
}

:root {
    /* desktop */
    --faq-sc-desktop-bg: transparent;
    --faq-sc-desktop-border-color: #e0e0e0;
    --faq-sc-desktop-border-width: 1px;
    --faq-sc-desktop-question-min-height: 56px;
    --faq-sc-desktop-question-padding: 20px 52px 20px 20px;
    --faq-sc-desktop-chevron-right: 20px;
    --faq-sc-desktop-gap-between-items: 20px;
    --faq-sc-desktop-answer-padding: 0 20px 20px 20px;
    --faq-sc-desktop-text-align: left;
    --faq-sc-desktop-btn-justify: flex-start;

    /* mobile */
    --faq-sc-mobile-bg: transparent;
    --faq-sc-mobile-question-padding: 16px 52px 16px 16px;
    --faq-sc-mobile-chevron-right: 20px;
    --faq-sc-mobile-answer-padding: 0 16px 16px 16px;
    --faq-sc-mobile-text-align: left;
    --faq-sc-mobile-btn-justify: flex-start;

    /* Common */
    --faq-sc-shared-panel-duration: 0.25s;
    --faq-sc-shared-panel-ease: ease-out;
    --faq-sc-shared-chevron-duration: 0.22s;
    --faq-sc-shared-chevron-ease: ease-out;
    --faq-sc-shared-hover-duration: 0.15s;
    --faq-sc-shared-hover-ease: ease;
    --faq-sc-shared-chevron-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"/></svg>');
    --faq-sc-shared-chevron-size: 20px;
    --faq-sc-shared-focus-color: #000;
    --faq-sc-shared-focus-width: 3px;
    --faq-sc-shared-focus-offset: -3px;
    --faq-sc-shared-focus-radius: 2px;
    --faq-sc-shared-table-border: #d0d0d0;
    --faq-sc-shared-table-border-width: 1px;
    --faq-sc-shared-table-cell-padding: 10px 12px;
}


:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .question-part,
:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .answer-part,
.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .question-part,
.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .answer-part {
    height: auto !important;
}


/* ---------- desktop ------------ */

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container {
    display: flex;
    flex-direction: column;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container-header+.simp-custom-faq-widget-in-single-container {
    padding-top: 0;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container>div {
    width: 100%;
    padding: 0;
    min-height: unset;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .text-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--faq-sc-desktop-gap-between-items);
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper {
    border: var(--faq-sc-desktop-border-width) solid var(--faq-sc-desktop-border-color);
    background-color: var(--faq-sc-desktop-bg);
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .question-part {
    position: relative;
    display: flex;
    align-items: center;
    min-height: var(--faq-sc-desktop-question-min-height);
    padding: var(--faq-sc-desktop-question-padding);
    cursor: pointer;
    user-select: none;
    text-align: var(--faq-sc-desktop-text-align);
    transition: background-color var(--faq-sc-shared-hover-duration) var(--faq-sc-shared-hover-ease);
    width: 100%;
    box-sizing: border-box;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .question-part:focus-visible {
    outline: var(--faq-sc-shared-focus-width) solid var(--faq-sc-shared-focus-color);
    outline-offset: var(--faq-sc-shared-focus-offset);
    border-radius: var(--faq-sc-shared-focus-radius);
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .question-part:focus:not(:focus-visible) {
    outline: none;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .question-part::after {
    content: "";
    position: absolute;
    right: var(--faq-sc-desktop-chevron-right);
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    width: var(--faq-sc-shared-chevron-size);
    height: var(--faq-sc-shared-chevron-size);
    background-image: var(--faq-sc-shared-chevron-icon);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform var(--faq-sc-shared-chevron-duration) var(--faq-sc-shared-chevron-ease);
    flex-shrink: 0;
    pointer-events: none;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .question-part[aria-expanded="true"]::after {
    transform: translateY(-50%) rotate(180deg);
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .answer-part {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows var(--faq-sc-shared-panel-duration) var(--faq-sc-shared-panel-ease);
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .answer-part.faq-expanded {
    grid-template-rows: 1fr;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .answer-part>.faq-answer-inner {
    overflow: hidden;
    padding: var(--faq-sc-desktop-answer-padding);
    transition: padding 0.30s ease-out;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .answer-part:not(.faq-expanded)>.faq-answer-inner {
    padding-bottom: 0;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .question-part p:empty,
:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .answer-part p:empty {
    display: none;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .answer-part table {
    width: 100%;
    border-collapse: collapse;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .answer-part :is(th, td) {
    padding: var(--faq-sc-shared-table-cell-padding);
    border: var(--faq-sc-shared-table-border-width) solid var(--faq-sc-shared-table-border);
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .txt-wdgt-btn-wrapper {
    display: flex;
    justify-content: var(--faq-sc-desktop-btn-justify);
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper.faq-empty .question-part {
    cursor: default;
    pointer-events: none;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper.faq-empty .question-part::after {
    display: none;
}


/* ---------- mobile ------------ */

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container {
    padding: 20px 0;
    margin: 0;
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container-header+.simp-custom-faq-widget-in-single-container {
    padding-top: 0;
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .text-content {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper {
    border: var(--faq-sc-desktop-border-width) solid var(--faq-sc-desktop-border-color);
    background-color: var(--faq-sc-mobile-bg);
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .question-part {
    position: relative;
    display: flex;
    align-items: center;
    padding: var(--faq-sc-mobile-question-padding);
    cursor: pointer;
    user-select: none;
    text-align: var(--faq-sc-mobile-text-align);
    transition: background-color var(--faq-sc-shared-hover-duration) var(--faq-sc-shared-hover-ease);
    width: 100%;
    box-sizing: border-box;
    min-height: 44px;
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .question-part:focus-visible {
    outline: var(--faq-sc-shared-focus-width) solid var(--faq-sc-shared-focus-color);
    outline-offset: var(--faq-sc-shared-focus-offset);
    border-radius: var(--faq-sc-shared-focus-radius);
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .question-part:focus:not(:focus-visible) {
    outline: none;
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .question-part::after {
    content: "";
    position: absolute;
    right: var(--faq-sc-mobile-chevron-right);
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    width: var(--faq-sc-shared-chevron-size);
    height: var(--faq-sc-shared-chevron-size);
    background-image: var(--faq-sc-shared-chevron-icon);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform var(--faq-sc-shared-chevron-duration) var(--faq-sc-shared-chevron-ease);
    flex-shrink: 0;
    pointer-events: none;
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .question-part[aria-expanded="true"]::after {
    transform: translateY(-50%) rotate(180deg);
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .answer-part {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows var(--faq-sc-shared-panel-duration) var(--faq-sc-shared-panel-ease);
    margin: 0 !important;
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .answer-part.faq-expanded {
    grid-template-rows: 1fr;
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .answer-part>.faq-answer-inner {
    overflow: hidden;
    padding: var(--faq-sc-mobile-answer-padding);
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .answer-part:not(.faq-expanded)>.faq-answer-inner {
    padding-bottom: 0;
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .question-part p:empty,
.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .answer-part p:empty {
    display: none;
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .answer-part table {
    width: 100%;
    border-collapse: collapse;
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .answer-part :is(th, td) {
    padding: var(--faq-sc-shared-table-cell-padding);
    border: var(--faq-sc-shared-table-border-width) solid var(--faq-sc-shared-table-border);
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .txt-wdgt-btn-wrapper {
    display: flex;
    justify-content: var(--faq-sc-mobile-btn-justify);
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper.faq-empty .question-part {
    cursor: default;
    pointer-events: none;
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper.faq-empty .question-part::after {
    display: none;
}


/* ---------- reduced motion ------------ */

@media (prefers-reduced-motion: reduce) {

    :is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .answer-part,
    :is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .question-part::after,
    .mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .answer-part,
    .mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .question-part::after {
        transition: none;
    }

}


/* ---------- header ------------ */

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container-header .text-content :is(h1, h2, h3):only-child,
.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .question-part :is(h1, h2, h3):only-child {
    padding: 0;
    margin: 0;
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper :is(.faq-answer-inner, .answer-part)>*+* {
    margin: 15px 0 0 !important;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper :is(.faq-answer-inner, .answer-part)>*+* {
    margin-top: 15px;
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .question-part :is(h1, h2, h3):only-child {
    text-align: left;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter+.no-gutter>.widget-wrapper {
    padding: 0;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-gp-faq-header>div {
    padding: 0;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-gp-faq-header+.simp-custom-faq-widget-in-single-container {
    padding-top: 0;
}

.mobile .content_wrapper .no-gutter .simp-custom-gp-faq-header .text-content :is(h1, h2, h3) {
    padding: 0;
}

.mobile .content_wrapper .no-gutter .simp-custom-gp-faq-header {
    padding: 20px 0;
    margin: 0;
}

.mobile .content_wrapper .no-gutter>.simp-custom-gp-faq-header:first-child {
    padding-top: 0;
}

.mobile .content_wrapper .no-gutter .simp-custom-gp-faq-header+.simp-custom-faq-widget-in-single-container {
    padding-top: 0;
}







.mobile .logo.navbar-logo 
{
    padding:10px;
    background-color:#1E1919;
}
.mobile .fullImage {
    padding-top:45px !important;
}

/* Hide Right Box in Mobile */
.mobile .simp-custom-hideRightBox .col-xs-12:last-child{
    display:none;
}

/* Hide Left Box in Mobile */
.mobile .simp-custom-hideLeftBox .col-xs-12:first-child{
    display:none;
}

/*Jira no: 11144*/
.mobile.parent-hotel.for-homepage .simp-custom-mobile-herovideo.row {
	margin: 0;
	position: relative;
    top: 10px;
}

.mobile.parent-hotel.for-homepage .simp-custom-mobile-herovideo .text-content {
	padding-right: 0;
	padding-left: 0;
}

.mobile.parent-hotel.for-homepage .simp-custom-mobile-herovideo video {
	transform: unset;
}
.content_wrapper .widget-wrapper.wtformjson .iti__dropdown-content :is(li,span){
    color:#000;
}
.mobile #iti-0__dropdown-content :is(li,span){
    color:#000;
}

.mobile .content_wrapper .no-gutter .widget-wrapper.simp-custom-testimonials-text div p:not(:first-of-type){
    margin-top:10px !important;
}
.mobile .content_wrapper .no-gutter .widget-wrapper.simp-custom-testimonials-text div:not(:last-of-type){
    margin-bottom:20px;
}
.mobile .content_wrapper .no-gutter .widget-wrapper.simp-custom-testimonials-text :is(ol,ul){
    padding:0 0 0 30px!important;
}
.mobile .content_wrapper .no-gutter .widget-wrapper.simp-custom-testimonials-text p + :is(ol,ul){
    margin-top:10px;
}
.mobile .content_wrapper .no-gutter .widget-wrapper.simp-custom-testimonials-text :is(p,div) br{
    margin:0;
}

.mobile.explorer .bookingform-wrapper:not(.layer):not(:empty), 
.mobile.explorer_chain .bookingform-wrapper:not(.layer):not(:empty){
    margin-bottom:0px;
}









.simp-custom-instagram .text-content-wrapper{
    display:flex;
    align-items:center;
    justify-content:center
}

.content_wrapper .no-gutter .simp-custom-img-marquee {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    white-space: nowrap;
    align-items: center;
    position: relative;
    padding: 3.25% 0 !important;
    border-bottom: 1px solid;
    border-top: 1px solid;
    margin: 0 !important;
}

.content_wrapper .no-gutter .simp-custom-img-marquee .col-xs-12 {
    display: inline-block;
    white-space: nowrap;
    margin-right: 70px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.mobile .simp-custom-img-marquee .col-xs-12 {
    margin-right: 40px;
}

.mobile .content_wrapper .no-gutter .simp-custom-img-marquee .col-xs-12 a {
    /*display: none;*/
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
}

.content_wrapper .no-gutter .simp-custom-img-marquee .col-xs-12 img {
    min-width: 200px;
    object-fit: cover;
    max-height: 300px;
    display: block;
    margin: 0 !important;
    padding: 0;
}

.mobile .content_wrapper .no-gutter .simp-custom-img-marquee .col-xs-12{
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile .content_wrapper .no-gutter .simp-custom-img-marquee .col-xs-12 img{
    min-width: 150px;
    object-fit: contain;
    max-height: 200px;
}

.content_wrapper .no-gutter .simp-custom-img-marquee .text-content-wrapper {
    display: none;
    height: auto;
}

.content_wrapper .no-gutter .simp-custom-img-marquee>div:not(.logo-container) {
    display: none;
}

.content_wrapper .no-gutter .simp-custom-img-marquee>div.logo-container {
    display: flex;
    flex-direction:row;
    animation: scroll-marquee 140s linear infinite;
    position: relative;
}

.mobile .content_wrapper .no-gutter .simp-custom-img-marquee>div.logo-container {
    animation: scroll-marquee 80s linear infinite;
}

@keyframes scroll-marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.for-homepage.mobile .no-gutter:first-child .wtheader:first-child{
    display: none !important;
}

.mobile .simp-custom-mobile-herovideo video{
    object-fit:cover;
    transform:scale(1.1);

}

.outer-page .simp-custom-mobile-herovideo{
    display: none;
}



.outer-page .simp-custom-review-image-hide .img-responsive{
    display:none !important
}
.mobile .simp-custom-review-image-hide .img-responsive{
    display:none !important
}

.outerpage .content_wrapper .no-gutter .widget-wrapper.summary_widget_wrapper .summary-content-wrap img{
    aspect-ratio: unset !important;
}





#textbox_1591864897226,
#textbox_1591863736464{
    display:none !important;
}
#textbox_1591882245316,
#textbox_1591883720709{
    display:none !important;
}
#textbox_1591940516907,
#textbox_1591941885460{
    display:none !important;
}
#textbox_1591940863951,
#textbox_1591942559931{
    display:none !important;
}
#textbox_1591940490117,
#textbox_1591942746133{
    display:none !important;
}
#textbox_1591880418518,
#textbox_1591881543212{
    display:none !important;
}
#textbox_1591939692822,
#textbox_1591947255517{
    display:none !important;
}
#textbox_1591950582370,
#textbox_1591952275674{
    display:none !important;
}
#textbox_1591950493124,
#textbox_1591952013685{
    display:none !important;
}
#textbox_1591951702615,
#textbox_1591953390029{
    display:none !important;
}
#textbox_1591950458673,
#textbox_1591952090684{
    display:none !important;
}


#textbox_1592371166627,
#textbox_1592371255077{
    display:none !important;
}


#textbox_1592372556572,
#textbox_1592372598799{
    display:none !important;
}



#textbox_1592372007897,
#textbox_1592372079485{
    display:none !important;
}


#textbox_1592374545590,
#textbox_1592374504071{
    display:none !important;
}


#textbox_1592375111396,
#textbox_1592375142012{
    display:none !important;
}


#textbox_1592375726502,
#textbox_1592375775216{
    display:none !important;
}

#textbox_1592376328494,
#textbox_1592376392836{
    display:none !important;
}

#textbox_1592377770907,
#textbox_1592377801187{
    display:none !important;
}

#textbox_1592378770207,
#textbox_1592378803912{
    display:none !important;
}


#textbox_1592382689776,
#textbox_1592382879884{
    display:none !important;
}




#textbox_1596514815455,
#textbox_1596515066168,
#textbox_1596515255848,
#textbox_1596515459216,
#textbox_1596515625118{
    display:none !important;
}














#textbox_1592640709700,#textbox_1592640245635{
    display:none !important;
}


#textbox_1592372922938,
#textbox_1592373039041{
    display:none !important;
}

#textbox_1599114192473,
#textbox_1599120867531,
#textbox_1599121618305,
#textbox_1599122002775,
#textbox_1599122297179{
    display:none !important;
}

