html, body {
    background-color: #fafafa;
}
body, input, textarea, select, button {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: 'Essonnes Display', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #232175;
    font-weight: normal;
    font-style: normal;
}
.viewport {
    position: relative;
}
.content {
    position: relative;
    overflow: hidden;
}
.c  {
    max-width: 1448px;
    padding: 0 60px;
}
.sec_padd{
    padding: 60px 0
}
.sec_singlepadd {
    padding: 80px 0;
}
.top_margin{
    margin-top: 64px;
}
.sec_paleblue {
    background: #E6F3FF;
    border-bottom: 1px solid #232175;
}
.sec_limegreen{
    background: #E2FFE1;
    border-bottom: 1px solid #1C301B;
}
.sec_paleorange{
    background: #FFFAEE;
    border-bottom: 1px solid #1C301B;
}
.sec_greyishblue{
    background: #deeefd;
    border-bottom: 1px solid #1C301B;
}
.sec_white{
    background: #FAFAFA;
}
.sec_blue{
    background: #232175;
}
.sec_purewhite{
    background: #fff;
}
.first_section{
    padding-top: 184px;
}
.sec_white + .sec_white , .sec_gray + .sec_gray{
    margin-top: -60px;
}
.txt_violet{
    color: #8588FF;
}
.txt_green{
    color: #60AB5E;
}
.btn {
    padding: 7px 24px;
    background: #FF68A1;
    color: #FAFAFA;
    font-family: 'AvantGarde-Book';
    display: inline-block;
    border: 1px solid transparent;
}
.has-no-touchevents .btn:hover{
    background: #FAFAFA;
    color: #FF68A1;
    border-color: #FF68A1;
}
.ban_title{
    font-size: 72px
}
.sec_title{
    font-size: 56px
}
.sec_text{
    font-size: 18px;
}
.medium_title{
    font-size: 32px;
}
.footer_title{
    font-size: 24px
}
.head_title{
    font-size: 48px;
}
.header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}
.sticky {
    position: fixed;
    padding: 20px 40px;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    transition: transform .4s , box-shadow .4s;
    z-index: 99;
    background-color: #fff;
}
.has-scrolled .sticky {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    box-shadow: 0 2px 25px -5px rgb(0 0 0 / 20%);
}
.sticky .header_section {
    padding: 0;
}
.header_section {
    padding: 48px 56px;
    position: relative;
}
.header_sectionwrap {
    position: relative;
    text-align: right;
}
.header_menussection {
    margin-left: 105px;
    display: inline-block;
    padding: 0 16px 0 58px;
    background-color: #232175;
    color: #fafafa;
    font-family: 'AvantGarde-Book';
    font-weight: normal;
    position: relative;
}
.header_menussection:before{
    content: '';
    width: 24px;
    height: 100%;
    background: url(../images/menu.png) no-repeat; /*url(../images/menu.png) no-repeat;*/
    background-size: contain;
    position: absolute;
    top: 0;
    left: -16px;
}
.header_logoa {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}
.has-no-touchevents .header_logoa:hover{
    opacity: 0.7;
}
.headerlogo_img {
    width: 72px;
    height: auto;
}
.header_menuslist {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -24px;
}
.header_menuicons {
    display: inline-block;
    vertical-align: middle;
    margin-left: 48px;
}
.header_menusa {
    display: inline-block;
    padding: 0 24px;
}
.has-no-touchevents a.insta_title:hover,.has-no-touchevents .user_itintit:hover,.has-no-touchevents .my_itinerariesgridtit:hover,.has-no-touchevents .modetrans_menu:hover,.has-no-touchevents .navigation_gridmenua:hover,.has-no-touchevents a.navigation_gridtitle:hover,.has-no-touchevents .post_filtersoptionlbl:hover ,.has-no-touchevents .post_listtitle:hover ,.has-no-touchevents .modernpagination li a.page-numbers:hover , .has-no-touchevents a.post_gridtitle:hover,.has-no-touchevents .listingselect_lab:hover,.has-no-touchevents .listing_selecta:hover, .has-no-touchevents a.twocolumn_title:hover , .has-no-touchevents a.banner_titlesec:hover .banner_title, .has-no-touchevents .three_stepstit:hover,.has-no-touchevents a.post_slidertit:hover ,.has-no-touchevents .footer_btmmenulistwrapa:hover,.has-no-touchevents .header_menusa:hover , .has-no-touchevents .footer_topmenulistwrapa:hover{
    color: #FF68A1;
}
.header_loginmenulists {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 206px;
    top: 100%;
    right: 0;
    background: #0E0D48;
    padding: 16px;
    transition: opacity .4s , visibility .4s;
}
.header_searchicon {
    display: inline-block;
    vertical-align: middle;
    padding: 16px 0;
}
.header_searchicon span {
    background: #6164D9;
    padding: 8px;
    display: block;
}
.header_profileicon_img {
    width: 24px;
    height: auto;
}
.header_loginmenus {
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
}
.header_profileicon {
    padding:  16px 0;
    display: block;
    position: relative;
}
.header_profileicon span{
    background: #FF68A1;
    padding: 8px;
    display: block;
    position: relative;
}
.header_green span {
    background: #84CE82;
}
.header_profileicon span:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid #FAFAFA;
    border-left: 2px solid #FAFAFA;
    transform: rotate(225deg);
    top: 14px;
    right: 8px;
}
.header_loginmenus:hover .header_loginmenulists {
    opacity: 1;
    visibility: visible;
}
.header_loginmenua {
    display: block;
    text-align: left;
    margin-top: 12px;
    padding: 8px 42px 8px 12px;
    background: #232175;
    color: #fafafa;
    font-size: 12px;
    font-family: 'AvantGarde-Book';
    position: relative;
}
.has-no-touchevents .header_loginmenua:hover {
    background: #2E3192;
}
.header_loginmenua:nth-child(1) {
    margin-top: 0;
}
.header_loginmenuicon {
    position: absolute;
    top: 0;
    right: 0;
    background: #2E3192;
    width: 32px;
    height: 32px;
    text-align: center;
}
.header_loginmenuicon img {
    width: 19px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.footer_top {
    background: #232175;
    padding: 38px 0;
    color: #FAFAFA;
}
.footer_topsec {
    position: relative;
    text-align: right;
}
.footerlogo_section {
    position: absolute;
    top: 0;
    left: 40px;
    height: auto;
}
.footerlogo_img {
    width: 151px;
    height: auto;
}
.footer_topmenulists {
    position: relative;
    margin: 0 -40px;
    padding-left: 200px;
}
.footer_topmenulist {
    display: inline-block;
    padding: 0 40px;
    text-align: left;
}
.footer_topmenulistwrapa {
    display: block;
    font-size: 14px;
    margin-top: 17px;
    font-family: 'AvantGarde-Book';
    font-weight: normal;
    line-height: 1.2;
}
.footer_topmenulisttit {
    font-weight: bold;
}
.footer_newsletterform {
    margin-top: 17px;
    text-align: center;
    max-width: 305px;
    font-family: 'AvantGarde-Book';
    font-weight: normal;
}
.new_formimput {
    width: 100%;
    font-family: 'AvantGarde-Book';
    background: #0E0D48;
    color: #FAFAFA;
    padding: 8px 24px 8px 24px;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
}
.banner_formsection .new_formimput::placeholder , input::placeholder , .popnewsletter_form .new_formimput::placeholder{
    color: #232175;
}
.banner_formsection .new_formimput:-ms-input-placeholder , input:-ms-input-placeholder , .popnewsletter_form .new_formimput:-ms-input-placeholder {
    color: #232175;
}
.banner_formsection .new_formimput::-ms-input-placeholder , input::-ms-input-placeholder ,.popnewsletter_form .new_formimput::-ms-input-placeholder{
    color: #232175;
}
.new_formimput::placeholder {
    color: #FAFAFA;
}
.new_formimput:-ms-input-placeholder {
    color: #FAFAFA;
}
.new_formimput::-ms-input-placeholder {
    color: #FAFAFA;
}
.new_formsubmitbtn {
    background: #FF68A1;
    color: #FAFAFA;
    padding: 8px 24px 8px 24px;
    font-family: 'AvantGarde-Book';
    line-height: 1.5;
    cursor: pointer;
    display: inline-block;
    transition: background .4s;
}
.footer_newsletterform .new_formsubmitbtn {
    width: 100%;
}
.has-no-touchevents .new_formsubmitbtn:hover {
    background: #0E0D48;
}
.new_formsubmit {
    margin-top: 8px;
    position: relative;
}
.wpcf7 .new_formsubmit .ajax-loader {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    margin: 0;
}
.wpcf7-form.submitting:after {
    content: none;
}
.wpcf7-form.submitting .new_formsubmitbtn {
    color: transparent;
}
.wpcf7-form.submitting .new_formsubmit {
    pointer-events: none;
}
.new_formfield .wpcf7-form-control-wrap {
    display: block;
}
.new_formfield .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 8px;
    color: #ff0000;
    line-height: 1;
    display: inline-block;
}
.wpcf7 form.sent .wpcf7-response-output , .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output , .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output , .wpcf7 form .wpcf7-response-output{
    border: none;
    margin: 5px 0 0;
    padding: 0;
    font-size: 12px;
    text-align: center;
    color: #ff0000;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #fafafa;
}
.popnewsletter_form .new_formfield .wpcf7-not-valid-tip , .popnewsletter_form .wpcf7 form.sent .wpcf7-response-output, .popnewsletter_form .wpcf7 form.invalid .wpcf7-response-output, .popnewsletter_form .wpcf7 form.unaccepted .wpcf7-response-output, .popnewsletter_form .wpcf7 form.failed .wpcf7-response-output, .popnewsletter_form .wpcf7 form.aborted .wpcf7-response-output{
    color: #fafafa;
    text-align: left;
}
.banner_formwrapper .wpcf7 form.sent .wpcf7-response-output {
    color: #505050;
}
.footer_socialmedia {
    margin-top: 17px;
}
.footer_socialicon {
    display: inline-block;
    background: #6164D9;
    padding: 8px;
    color: #FAFAFA;
    margin-left: 4px;
    font-size: 24px;
    width: 40px;
    height: 40px;
    text-align: center;
}
.has-no-touchevents .footer_socialicon:hover{
    background: #FAFAFA;
    color: #6164D9;
}
.footer_socialicon:nth-child(1) {
    margin-left: 0;
}
.footer_bottom {
    background: #0E0D48;
    padding: 18px 0;
    color: #FAFAFA;
    font-family: 'AvantGarde-Book';
}
.footer_bottomsec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -30px;
}
.footer_bottomcopy {
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px;
    line-height: 1.2;
}
.footer_btmmenulistwrap {
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle;
}
.footer_btmmenulistwrapa {
    display: inline-block;
    vertical-align: middle;
    padding: 0 12px;
    font-size: 10px;
    line-height: 1.2;
}
.banner  .middle-wrap-table {
    height: 100vh;
}
.banner .middle {
    padding: 0;
    vertical-align: bottom;
}
.banner {
    position: relative;
}
.banner.video{
    height: 100vh;
}
.banner_sec {
    white-space: nowrap;
    min-height: 500px;
}
.banner_sec:before{
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: 1px;
    height: 100%;
}
.banner_wrapper {
    padding: 56px;
    max-width: 544px;
    margin-left: auto;
    text-align: left;
    display: inline-block;
    white-space: normal;
    vertical-align: bottom;
    position: relative;
}
.banner_formwrapper {
    padding: 32px 56px;
}
.banner_hidenav .banner_wrapper{
    max-width: 584px;
}
.banner_left .banner_wrapper {
    margin-right: auto;
    margin-left: 0;
}
.swiper_progressbar {
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #ED1164;
    -webkit-transition: width 5s ease-in-out;
    -moz-transition: width 5s ease-in-out;
    -o-transition: width 5s ease-in-out;
    transition: width 5s ease-in-out;
}
.swiper_progressbar.active{
    width: 100%;
}
.banner_slidernavigation {
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 88px;
}
.banner_hidenav .banner_slidernavigation, .banner_hidenav .swiper_progressbar {
    display: none;
}
.banner_right .banner_slidernavigation {
    left: 0;
}
.banner_left .banner_slidernavigation {
    right: 0;
}
.banner_slidernavigation .next.slidernav {
    margin-left: 8px;
}
.banner_right {
    text-align: right;
}
.banner_titlesec{
    display: block;
}
.banner_title {
    text-transform: capitalize;
    line-height: 1.2;
    font-weight: bold;
    transition: color .4s;
}
.banner_titlesec + .banner_text{
    margin-top: 16px;
}
.banner_text {
    font-family: 'AvantGarde-Book';
}
.sec_white .banner_text {
    color: #505050;
}
.sec_white .banner_title {
    color: #232175;
}
.sec_blue .ban_title{
    color: #FAFAFA;
}
.sec_blue .banner_text{
    color: #CFCFCF;
}
.banner_text + .banner_btn {
    margin-top: 24px;
}
.banner .c{
    padding: 306px 60px 56px;
}
.banner_content{
    position: relative;
}
.insta_title {
    display: block;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.2;
}
.insta_feedsec {
    margin-top: 32px;
}
.instagram_feed .insta-gallery-feed .insta-gallery-list .insta-gallery-item .insta-gallery-image-wrap .insta-gallery-image-mask {
    background-color: rgb(255 255 255 / 30%) !important;
}
.insta-gallery-feed .insta-gallery-list .insta-gallery-item .insta-gallery-icon.qligg-icon-instagram{
    display: none
}
.twocolumn_imgsec {
    display: inline-block;
    position: relative;
    width: 43.3%;
}
.twocolumn_imgsec canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.twocolumn_imgsec .bsz{
    opacity: 0
}
.twocolumn_imgsvg {
    width: 575px;
    height: auto;
}
.twocolumn_content {
    display: inline-block;
    width: 78.31%;
    margin-left: -22%;
    background: #FFFFFF;
    margin-top: 41px;
    box-shadow: 0px 24px 80px 0px rgb(35 33 117 / 10%);
}
.twocolumn_imgsec .sizer {
    padding-top: 100%;
}
.twocolumn_contentwrap {
    padding: 126px 92px 126px 426px;
}
.twocolumn_title {
    display: block;
    line-height: 1.2;
    font-weight: bold;
    text-transform: capitalize;
}
.twocolumn_text {
    margin-top: 24px;
    font-family: 'AvantGarde-Book';
}
.twocolumn_btn {
    margin-top: 24px;
}
.postslider_title {
    text-transform: capitalize;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
}
.post_slider .swiper-container {
    margin-top: 56px;
    padding: 0 66px;
}
.post_sliderimg {
    display: block;
    position: relative;
}
.has-no-touchevents a.post_sliderimg:hover:before{
    opacity: 1;
}
.post_sliderimg .sizer {
    padding-top: 55.14%;
}
.post_slider .swiper-slide {
    width: 33.33%;
}
.post_contentsec {
    margin: -45px 21px 0;
    padding: 24px;
    background: #FFFFFF;
    box-shadow: -2px 2px 20px 1px rgb(97 100 217 / 10%);
    position: relative;
    z-index: 1;
}
.post_slidertit {
    display: block;
    text-transform: capitalize;
    line-height: 1.2;
    font-weight: bold;
}
.post_sliderdate {
    margin-top: 16px;
    color: #FF68A1;
    font-size: 14px;
    line-height: 1.2;
    font-family: 'AvantGarde-Book';
}
.post_slidertext {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.2;
    font-family: 'AvantGarde-Book';
    overflow: hidden;
}
.post_sliderbtn {
    display: block;
    text-align: center;
    margin-top: 16px;
}
.slidernav {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #232175;
    position: relative;
}
.slidernav .slidearrow {
    position: absolute;
    width: 11px;
    height: 11px;
    border-left: 2px solid #FAFAFA;
    border-top: 2px solid #FAFAFA;
    transform: rotate(-45deg);
    top: 14px;
    left: 16px;
    transition: border-color .4s;
}
.has-no-touchevents .slidernav:hover .slidearrow{
    border-color: #FF68A1
}
.next.slidernav {
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.next.slidernav .slidearrow {
    left: 17px;
}
.post_slidernavigation .slidernav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}
.post_slidernavigation .slidernav.prev {
    left: 0;
}
.post_slidernavigation .slidernav.next {
    right: 0;
    transform: translateY(-50%) matrix(-1, 0, 0, 1, 0, 0);
}
.post_slider .swiper-container:before , .post_slider .swiper-container:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #FAFAFA;
    z-index: 2;
}
.post_slider .swiper-container:after{
    left: calc(-100% + 66px);
}
.post_slider .swiper-container:before {
    right: calc(-100% + 66px);
}
.three_columnsizer {
    width: 50%;
}
.three_columnsec .sizer{
    padding-top: 50%;
}
.largecolumm.three_columnsec .sizer{
    padding-top: 100%;
}
.three_columnsec {
    width: 50%;
    position: relative;
    display: block;
}
a.three_columnsec:before , .post_sliderimg:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,30%);
    opacity: 0;
    transition: opacity .4s;
    z-index: 1;
}
a.three_columnsec:hover:before{
    opacity: 1
}
.three_columntitle {
    position: absolute;
    bottom: 41px;
    left: 40px;
    color: #FFFFFF;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 1.2;
    z-index: 1;
}
.three_stepssection {
    background: #FFFFFF;
}
.three_stepsleft {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    padding: 27px 60px;
}
.three_stepsright {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    padding: 27px 0 27px 60px;
}
.three_stepsctn {
    max-width: 390px;
    margin: auto;
}
.three_stepstit {
    text-transform: capitalize;
    font-weight: bold;
    line-height: 1.2;
    display: block;
}
.three_stepstxt {
    margin-top: 24px;
    color: #505050;
    font-family: 'AvantGarde-Book';
}
.three_stepsbtn {
    margin-top: 24px;
}
.three_stepslist {
    padding: 44px 33px;
    margin-top: 24px;
    position: relative;
    white-space: nowrap;
}
.three_stepslist:nth-child(1) {
    margin-top: 0;
}
.bg_green{
    background: #D4E1BE;
    color: #798368;
}
.bg_orange{
    background: #F8D893;
    color: #968052;
}
.bg_blue{
    background: #BCBEFF;
    color: #2E3192;
}
.three_stepslistnum {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    padding-right: 16px;
    line-height: 1.2;
    position: relative;
}
.three_stepslistnum:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 42px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-right: 2px solid;
}
.three_stepslistxt {
    display: inline-block;
    vertical-align: middle;
    font-family: 'AvantGarde-Book';
    line-height: 1.3;
    padding-left: 16px;
    white-space: normal;
}
.three_stepsarrow ,.three_stepslist:before , .three_stepslist:after {
    content: '';
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 16px solid #fff;
}
.three_stepslist:after {
    top: 50%;
    transform: translateY(-50%)  rotate(90deg);
    left: -7px;
}
.three_stepslist:before {
    top: 0;
    transform: rotate(-180deg);
    left: 50px;
}
.three_stepsarrow {
    transform: rotate(0deg);
    left: 50px;
    bottom: 0;
}
.three_stepslist:nth-child(3n) {
    margin-left: 40px;
}
.three_stepslist:nth-child(2n) {
    margin-left: 20px;
}
.small_ban {
    text-align: center;
}
.small_bannertitle {
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.2;
}
.small_bannertext {
    margin-top: 13px;
    font-family: 'AvantGarde-Book';
}
.listingsection {
    position: relative;
}
.listing_leftcol {
    position: static;
    width: 292px;
    float: left;
    top: 0;
    left: 0;
}
.listing_rightcol {
    overflow: hidden;
    position: relative
}
.listingsection:after {
    content: '';
    display: block;
    clear: both;
}
.listingsection_intro {
    font-family: 'AvantGarde-Book';
    padding-left: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -30px;
}
.listing_resultcount {
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px;
}
.listing_resultcount span {
    display: inline-block;
    color: #FF68A1;
}
.listing_viewtypes {
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px;
}
.listing_viewtit {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.listing_viewtypea {
    display: inline-block;
    vertical-align: middle;
    background: #232175;
    padding: 8px;
    margin-left: 8px;
}
.has-no-touchevents .listing_viewtypea:hover{
    background: #FF68A1;
}
.listing_viewtypea.active {
    background: #6164D9;
    pointer-events: none;
}
.listing_leftsection {
    margin: 64px 28px 0 0;
    font-family: 'AvantGarde-Book';
}
input[type=text].listing_search {
    width: 100%;
    background: #fff;
    padding: 12px 24px;
    font-size: 14px;
    line-height: 1.2;
    font-family: 'AvantGarde-Book';
}
.listing_inputs {
    position: relative;
    padding-right: 40px;
}
.listing_inputsubmit {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 2;
}
.listing_inputicon {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    padding: 8px;
    background: #232175;
    z-index: 1;
}
.listing_selectsec {
    margin-top: 16px;
}
.listing_selecta {
    display: block;
    background: #232175;
    color: #fafafa;
    padding: 9px 47px 10px 24px;
    font-size: 14px;
    line-height: 1.2;
    position: relative;
}
.listing_selecta:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FAFAFA;
    border-left: 2px solid #FAFAFA;
    transform: rotate(225deg);
    top: 10px;
    right: 19px;
    transition: transform .4s , top .4s;
}
.listing_selecta.show:before {
    transform: rotate(45deg);
    top: 14px;
}
.listing_selects {
    padding: 16px 24px 24px ;
    background: #fff;
    font-size: 14px;
    line-height: 1.2;
}
.listing_selectdiv {
    border-top: 1px solid #CFCFCF;
}
.listing_selectdiv:nth-child(1) {
    border-top: none;
}
.listing_selectcheck {
    display: none;
}
.listing_selectcheck:checked + .listingselect_lab{
    color: #FF68A1;
}
.listingselect_lab {
    display: block;
    padding: 8px 30px 8px 0;
    cursor: pointer;
    position: relative;
    transition: color .4s;
}
.listingselect_lab:before , .listingselect_lab:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 12px;
    top: 10px;
    transform: rotate(45deg);
    right: 3px;
    background: #FF68A1;
    opacity : 0;
    transition: opacity .4s;
}
.listingselect_lab:after {
    transform: rotate(-45deg);
    right: 3px;
}
.listing_selectcheck:checked + .listingselect_lab:before , .listing_selectcheck:checked + .listingselect_lab:after{
    opacity: 1;
}
.listing_rightsection {
    margin: 0 -9px;
}
.post_grid {
    padding: 0 8px;
    display: inline-block;
    width: 33.33%;
    margin-top: 32px;
}
.post_grid:nth-child(1):not(.custom_list_item),.post_grid:nth-child(2):not(.custom_list_item),.post_grid:nth-child(3):not(.custom_list_item){
    margin-top: 24px;
}
.post_gridsection {
    position: relative;
    padding: 24px;
    box-shadow: 1px 0px 20px 0px rgb(35 33 117 / 10%);
    background: #FFFFFF;
    text-align: center;
    font-family: 'AvantGarde-Book';
}
.post_gridtitle {
    display: block;
    font-family: 'Essonnes Display';
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.2;
    margin-top: 20px;
}
.post_gridimage .sizer{
    padding-top: 88%;
}
.post_gridaddress {
    margin-top: 8px;
    font-size: 12px;
    color: #979797;
}
.post_gridaddresscount {
    display: block;
    color: #FF68A1;
}
.post_gridcat {
    display: inline-block;
    font-size: 12px;
    color: #6164D9;
    line-height: 1.2;
    padding: 0 10px;
    position: relative;
    margin-top: 8px;
}
.post_gridcat:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #6164D9;
    top: 4px;
    left: 0;
    border-radius: 50%;
}
.post_gridnumber {
    font-size: 12px;
    margin-top: 8px;
    line-height: 1.1;
    color: #6164D9;
}
.listing_rightsection .post_gridoptions {
    overflow-x: auto;
    white-space: nowrap;
}
.listing_rightsection .post_gridoptions::-webkit-scrollbar {
    width: 5px;
    height: 4px;
    background-color: transparent;
}
.post_gridbtn {
    min-width: calc(100% - 92px);
    display: inline-block;
    background: #232175;
    color: #FAFAFA;
    padding: 12px 24px;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 16px;
}
.post_gridicon {
    display: inline-block;
    margin-top: 16px;
    background: #FF68A1;
    margin-left: 4px;
    padding: 8px;
    color: #FAFAFA;
    position: relative;
}
.shoplist_iti.itinadded ,.post_gridicon.favadded ,.shoplist_fav.favadded , .griditin_titold.griditin_added ,.griditin_sessionbtn.griditin_added, .griditin_titsession.griditin_added  {
    background: #84CE82;
    pointer-events: none;
}
.shoplist_iti.itinadded:before{
    content: none;
}
.itinadded{
    background: #84CE82;
}
.post_gridicon .fas , .post_gridicon .far {
    font-size: 24px;
}
.has-no-touchevents .post_gridbtn:hover , .has-no-touchevents .post_gridicon:hover {
    background: #6164D9;
}
.post_griditineray.post_gridicon {
    margin-left: 8px;
}
.modernpagination {
    margin-top: 48px;
    text-align: center;
    width: 100%;
}
.modernpagination  li {
    display: inline-block;
    vertical-align: middle;
}
.modernpagination li .page-numbers {
    padding: 0 5px;
    font-family: 'AvantGarde-Book';
    display: inline-block;
}
.modernpagination li .page-numbers.current {
    color: #FF68A1;
}
.modernpagination li .page-numbers.next , .modernpagination li .page-numbers.prev {
    padding: 0 6px;
    position: relative;
    width: 24px;
    height: 24px;
}
.modernpagination li a.page-numbers .prev-next {
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid  #232175;
    border-left: 2px solid  #232175;
    transform: rotate(135deg);
    top: 8px;
    right: 9px;
}
.modernpagination li a.page-numbers.prev .prev-next {
    transform: rotate(-45deg);
    top: 7px;
}
.listing_rightcol .loading , .post_listingsec .loading , .user_favouriteslist .loading{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
}
.listing_rightcol.active .loading , .post_listingsec.active .loading , .user_favouriteslist.active .loading{
    opacity: 1;
    visibility: visible;
}
.active .listing_rightsection , .active .post_listingsecwhole , .active .user_favouriteslistwhole{
    pointer-events: none;
    opacity: 0.7;
}
.no_post.post_grid {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    font-family: 'AvantGarde-Book';
}
.post_gridimage {
    display: block;
    opacity: 1;
    position: relative
}
.post_gridimage .sizer{
    padding-top: 52.35%;
}
.has-no-touchevents .post_gridimage:hover{
    opacity: 0.7;
}
.post_gridimg {
    width: 278px;
    height: auto;
}
.listing_rightsizer{
    width: 33.33%
}
.paginationpadding{
    padding-bottom: 72px
}
.post_listtitle {
    display: block;
    font-family: 'AvantGarde-Book';
    padding-top: 20px;
    line-height: 1;
}
.listing_rightsection.list {
    margin: 0 -19px;
}
.list_alphabet {
    padding: 0 19px;
    display: inline-block;
    width: 50%;
    margin-top: 16px;
}
.list_alphabettitle {
    line-height: 1.2;
    font-weight: bold;
    color: #FF68A1;
}
.list_alphabetwhole {
    border-bottom: 1px solid #232175;
    padding: 0 0 16px;
}
.list_alphabetsizer{
    width: 50%;
}
.post_filterslist {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 0 30px 0 0
}
.post_listintro .listing_resultcount {
    width: 25%;
    text-align: right;
}
.post_listintro .listing_inputs {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
}
.post_listingsec {
    margin: 32px -8px 0;
    position: relative;
}
.post_listing .no_post.post_grid {
    margin: 0;
}
.post_listingsec .loading {
    position: absolute;
    width: 100%;
    height: 60px;
}
.post_blog {
    width: 33.33%;
    display: inline-block;
    padding: 0 8px;
    margin-top: 40px;
}
.post_blog.none{
    display: none;
}
.post_blog:nth-child(1),.post_blog:nth-child(2),.post_blog:nth-child(3){
    margin-top: 0
}
.post_listing .modernpagination {
    position: relative;
    top: auto;
    bottom: auto;
}
.post_listintro {
    font-family: 'AvantGarde-Book';
}
.single_paddingtop {
    padding-top: 200px;
    background: #fafafa;
}
.carouselswiper .sizer{
    padding-top: 100%
}
.shop_grid {
    position: relative;
    direction: rtl;
}
.shop_left {
    display: inline-block;
    vertical-align: middle;
    width: 51.06%;
    direction: ltr;
}
.shop_right {
    position: relative;
    width: 48.94%;
    display: inline-block;
    vertical-align: middle;
}
.triangle:after, .triangle:before , .shop_right:before, .shop_right:after{
    content: '';
    position: absolute;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-bottom: 80px solid #fff;
    left: 50%;
    top: 0;
    z-index: 2;
    transform: translateX(-50%) rotate(180deg);
}
.triangle:before {
    bottom: 0;
    top: auto;
    transform: translateX(-50%);
}
.shop_right:before {
    left: -40px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}
.shop_right:after {
    left: auto;
    right: -40px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
}
.shop_leftctn {
    padding: 0 56px;
    font-family: 'AvantGarde-Book';
    font-size: 14px;
    line-height: 1.2;
}
.shoplist_title {
    font-family: 'Essonnes Display';
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.2;
}
.shoplist_link {
    display: block;
    padding-top: 8px;
    color: #FF68A1;
}
.shoplist_link span{
    border-bottom: 1px solid;
    transition: border-bottom-color .4s;
    word-break: break-word;
}
.has-no-touchevents .shoplist_link:hover span{
    border-bottom-color: transparent;
}
.shoplist_address {
    padding-top: 16px;
    color: #979797;
}
.shoplist_addresslist , .shoplist_times {
    padding-top: 5px;
}
.shoplist_btn {
    margin-top: 35px;
}
.shoplist_addresslist:nth-child(1){
    padding-top:0;
}
.shop_detailssection .post_gridcategory {
    padding-top: 24px;
}
.post_gridcategory .post_gridcat {
    padding: 0 16px;
}
.shoplist_btns {
    margin: 0 -8px;
}
.shoplist_btnselectsec {
    display: inline-block;
    vertical-align: middle;
    min-width: 178px;
    position: relative;
    background: #FF68A1;
    margin: 32px 8px 0;
}
.shoplist_social {
    padding-top: 32px;
}
.shoplist_sociala {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background: #232175;
    margin-left: 4px;
    color: #fafafa;
    position: relative;
}
.shoplist_sociala:nth-child(1) {
    margin-left: 0;
}
.has-no-touchevents .shoplist_sociala:hover{
    background: #6164D9;
}
.shoplist_socialfa {
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.shoplist_btns .btn:nth-child(1) {
    margin-left: 0;
}
.shoplist_iti , .shoplist_fav {
    padding: 11px 21px;
    text-align: center;
    min-width: 176px;
    margin: 32px 8px 0;
}
select.shoplist_selectbtn {
    max-width: 177px;
    padding: 12px 44px 12px 24px;
    background: transparent;
    color: #fafafa;
    font-family: 'AvantGarde-Book';
    font-size: 14px;
    cursor: pointer;
    line-height: 1.2;
    transition: all .4s;
    position: relative;
}
.shoplist_btnselectsec:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FAFAFA;
    border-left: 2px solid #FAFAFA;
    transform: rotate(225deg);
    top: 12px;
    right: 19px;
}
.shoplist_text , .shoplist_timetit{
    padding-top: 32px;
}
.shoplist_timetit.opentit{
    font-weight: bold;
    font-family: 'Essonnes Display';
}
select.shoplist_selectbtn option {
    color: #000;
}
.related_shoptitle , .single_relatedtit , .singleformtitle{
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}
.related_shop .c {
    max-width: 1156px;
}
.related_shoplist{
    margin: 0 -9px;
}
.related_shoplist .post_grid {
    margin-top: 32px;
}
.related_shoplistsizer {
    width: 33.33%;
}
.shop_right .swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 2;
    height: 8px;
}
.shop_grid .swiper-pagination-bullet {
    margin: 0 4px;
    background: #232175;
    opacity: 1;
}
.shop_grid .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FF68A1;
}
.related_shoplist .post_gridsection {
    box-shadow: 0px 40px 40px rgb(35 33 117 / 10%);
}
.post_filtersoption {
    display: inline-block;
    padding: 0 16px;
}
.post_filtersoptionlbl {
    display: block;
    font-family: 'AvantGarde';
    font-weight: 500;
    line-height: 1.3;
    cursor: pointer;
    transition: color .4s;
}
.post_filtersoptioninpt {
    display: none;
}
.post_filtersoptioninpt:checked + .post_filtersoptionlbl{
    color: #FF68A1;
}
.single_introduction {
    position: relative;
    padding: 0 94px;
    text-align: center;
}
.single_introduction .slidernav {
    position: absolute;
    top: 12px;
    background: #FF68A1;
}
.single_introduction .slidernav.prev {
    left: 0;
}
.single_introduction .slidernav.next {
    right: 0;
}
.single_introtitle {
    font-weight: bold;
    line-height: 1.2;
}
.single_introdate {
    padding-top: 16px;
    font-family: 'AvantGarde-Book';
}
.has-no-touchevents .single_introduction .slidernav:hover{
    background: #232175
}
.has-no-touchevents .single_introduction .slidernav:hover .slidearrow{
    border-color:#FAFAFA;
}
.single_contentimg {
    position: relative;
}
.single_contentimg .sizer {
    padding-top: 55.55%;
}
.single_details .c {
    max-width: 1247px;
}
.single_contentsmax{
    max-width: 800px;
    margin: auto;
}
/*Editor*/
.c_edit{
    font-family: 'AvantGarde-Book';
}
.c_edit > *:first-child {
    margin-top: 0;
}
.c_edit h1{
    font-size: 72px;
}
.c_edit h2{
    font-size: 56px;
}
.c_edit h3{
    font-size: 48px;
}
.c_edit h4{
    font-size: 40px;
}
.c_edit h5{
    font-size: 35px;
}
.c_edit h6{
    font-size: 30px;
}
.c_edit h1, .c_edit h2, .c_edit h3 ,.c_edit h4 ,.c_edit h5, .c_edit h6{
    margin-top: 40px;
    line-height: 1;
    margin-bottom: 20px;
    font-family: 'Essonnes Display';
    font-weight: bold;
}
.c_edit img {
    height: auto;
}
.c_edit ul, .c_edit ol{
    margin-top:20px;
    list-style-type: none;
}
.c_edit ul li{
    margin-top: 15px;
    position: relative;
    padding-left: 30px;
}
.c_edit ol li{
    margin-top: 20px;
    position: relative;
    padding-left: 30px;
}
.c_edit ul li:before{
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #232175;
}
.c_edit ol li{
    counter-increment: item;
}
.c_edit ol{
    list-style-type: none;
    counter-reset: item;
}
.c_edit ol  li:before{
    content: counter(item)'.';
    position: absolute;
    top: 0;
    left: 0px;
    border-radius: 50%;
    text-align: center;
}
.c_edit ol li ol >  li:before{
    content: counter(item)'.'; 
}
.c_edit p{
    margin-top: 30px;
}
.c_edit iframe{
    width: 100%;
}
.c_edit a:not(.btn){
    color: #FF68A1;
}
.has-no-touchevents .c_edit a:not(.btn):hover{
    color:  #232175;
}
.c_edit hr {
    margin-top:60px;
}
.c_edit strong, .c_edit b{
    font-weight: bold;
}
.c_edit i, .c_edit em{
    font-style: italic;
}
.c_edit a.btn{
    margin: 30px 20px 0 0;
    border: none;
}
.c_edit blockquote {
    padding-left: 45px;
    position: relative;
}
.c_edit blockquote:before {
    content: '\201C';
    font-size: 100px;
    position: absolute;
    left: 0px;
    top: 0;
    margin-top: -15px;
    line-height: 1;
}
.c_edit img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
.c_edit img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
.c_edit img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.c_edit .alignright {
    float: right;
}
.c_edit .alignleft {
    float: left;
}
.c_edit .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.c_edit figure {
    width: auto !important;
    max-width: 100%;
}
.c_edit  table{
    width: 100%;
    margin-top: 30px;
    border-spacing: 0;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.c_edit table td, .c_edit table th{
    padding: 10px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    vertical-align: middle;
}
/*Editor*/
.single_shares {
    text-align: center;
}
.single_sharetit {
    font-family: 'AvantGarde-Book';
}
.single_sociallists {
    margin-top: 16px;
}
.single_sociallists .shoplist_sociala {
    background: #FF68A1;
}
.single_btn {
    margin-top: 32px;
    background: #232175;
}
.single_relatedlists {
    margin: 56px -8px 0;
}
.navigation_gridmenus {
    text-align: center;
    margin: 0 -16px;
}
.navigation_gridmenua {
    display: inline-block;
    padding: 0 16px;
    text-transform: capitalize;
    font-family: 'AvantGarde-Book';
    line-height: 1.3;
}
.navigation_gridmenua.active{
    color: #FF68A1;
}
.navigation_gridlists {
    position: relative;
}
.navigation_gridlists:before {
    content: '';
    position: absolute;
    width: 948px;
    left: 50%;
    transform: translateX(-50%);
    height: calc(100% - 100px);
    background: url(../images/navigation.svg) no-repeat;
    background-size: contain;
    bottom: -60px;
}
.navigation_gridlist {
    margin-top: 56px;
}
.navigation_gridlist:nth-child(1) {
    margin-top: 48px;
}
.navigation_gridimg {
    display: inline-block;
    width: 61.67%;
    position: relative;
    vertical-align: middle;
}
.navigation_gridimg:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background: rgba(255,255,255,30%);
    opacity: 0;
    transition: opacity .4s;
    z-index: 1;
}
.has-no-touchevents a.navigation_gridimg:hover:before{
    opacity: 1;
}
.navigation_gridcontent {
    display: inline-block;
    width: 40.59%;
    position: relative;
    vertical-align: middle;
    margin-left: -30px;
    z-index: 1;
}
.navigation_gridimg .sizer {
    padding-top: 58.19%;
}
.navigation_gridctn {
    padding: 56px;
    background: #FFFFFF;
    box-shadow: 0px 40px 40px rgba(35, 33, 117, 0.1);
}
.navigation_gridtitle {
    display: block;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 1.2;
}
.navigation_gridtext {
    padding-top: 24px;
    font-family: 'AvantGarde-Book';
}
.navigation_gridbtn {
    margin-top: 24px;
}
.even_gridlist {
    direction: rtl;
}
.even_gridlist .navigation_gridcontent {
    direction: ltr;
    margin: 0 -30px 0 0;
}
.mode_of_transport  .c {
    max-width: 920px;
    text-align: center;
}
.modetrans_title {
    font-weight: bold;
    line-height: 1.2;
}
.modetrans_menu {
    display: inline-block;
    padding: 24px 16px 0;
    font-family: 'AvantGarde-Book';
}
.modetrans_menu.active{
    color: #FF68A1;
}
.modetrans_menus {
    margin: 0 -16px;
}
.modetrans_lists {
    margin-top: 40px;
}
.wpcf7 .screen-reader-response {
    display: none;
}
.banner_text  + .banner_formsection , .banner_btn + .banner_formsection {
    margin-top: 24px;
}
.banner_formsection {
    box-shadow: 0px 40px 40px rgba(35, 33, 117, 0.1);
    padding: 8px 24px 24px 24px;
    background: #FFFFFF;
    font-family: 'AvantGarde-Book';
}
.banner_formsection input[type=text].new_formimput {
    background: #FAFAFA;
    color: #232175;
}
.banner_formsection .new_formfield {
    margin-top: 16px;
}
.banner_formsection + .banner_formtext{
    margin-top: 16px;
}
.banner_formtext {
    text-align: center;
    color: #979797;
    font-size: 12px;
    font-family: 'AvantGarde-Book';
}
.banner_with_user_form, .banner_notfound {
    position: relative;
}
.banneruser_image {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 75.42%;
}
.banneruser_image .bgimage {
    background-position: top left;
}
.banner_with_user_form .middle-wrap-table , .banner_notfound .middle-wrap-table {
    height: 100vh;
}
.banner_with_user_form .middle , .banner_notfound .middle {
    padding: 180px 0 60px;
}
.banneruser_section {
    max-width: 448px;
    background: #FFFFFF;
    box-shadow: 0px 40px 40px rgba(35, 33, 117, 0.1);
    padding: 24px;
}
.banneruser_title {
    font-weight: bold;
    line-height: 1.2;
}
.banneruser_formsec {
    padding-top: 24px;
}
.banneruser_formsectit {
    line-height: 1.3;
}
.banneruser_forminputsec {
    margin-top: 16px;
    position: relative;
}
.banneruser_form {
    font-family: 'AvantGarde-Book';
}
input[type="text"].banneruser_forminput , input[type="email"].banneruser_forminput , input[type="password"].banneruser_forminput {
    width: 100%;
    padding: 12px 44px 12px 24px;
    background: #FAFAFA;
    font-size: 14px;
    line-height: 1.2;
    font-family: 'AvantGarde-Book';
}
.banneruser_formpwdsec {
    position: absolute;
    right: 0;
    width: 40px;
    height: 100%;
    font-size: 20px;
}
.banneruser_formpwdsec i {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.active .banneruser_formpwdsec:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 28px;
    background: #232175;
    top: 5px;
    left: 14px;
    transform: rotate(-45deg);
}
.bannersingup_formsub {
    display: block;
    width: 100%;
    cursor: pointer;
    transition: all .4s;
}
.banneruser_formotherbtn {
    width: 100%;
    text-align: center;
    margin-top: 8px;
    background: #232175;
}
.has-no-touchevents .user_itinbtn:hover,.has-no-touchevents .my_itineraryemail:hover , .has-no-touchevents .my_itinerarymap:hover,.has-no-touchevents .my_itinerariesgrida:hover,.has-no-touchevents .griditin_titold:hover,.has-no-touchevents .griditin_sessionbtn:hover,.has-no-touchevents .itin_backbtn:hover , .has-no-touchevents .btn.banneruser_formotherbtn:hover , .has-no-touchevents .btn.profile_logoutbtn:hover{
    color: #232175;
    border-color: #232175;
}
.customformerror {
    line-height: 1.2;
    font-family: 'AvantGarde-Book';
    font-size: 14px;
    color: #ff0000;
    margin-top: 16px;
}
.customformerror a {
    display: none;
}
.error_field input {
    border: 1px solid #ff0000;
}
.tab_bannerlists {
    text-align: center;
    margin: 0 -24px;
}
.tab_bannerlist {
    display: inline-block;
    vertical-align: middle;
    padding: 0 24px;
    font-weight: bold;
    text-transform: capitalize;
    color: #FF68A1;
    line-height: 1.2;
    margin-top: 13px;
    opacity: 0.5;
}
.has-no-touchevents .tab_bannerlist:hover {
    color: #232175;
}
.tab_bannerlist.active {
    pointer-events: none;
    opacity: 1;
}
.tab_bannertext {
    margin-top: 13px;
    text-align: center;
    font-family: 'AvantGarde-Book';
}
.profile_detailssec {
    background: #FFFFFF;
    box-shadow: 0px 40px 40px rgba(35, 33, 117, 0.1);
    max-width: 768px;
    padding: 24px;
    margin: auto;
    font-family: 'AvantGarde-Book';
}
.profile_detailsleft {
    display: inline-block;
    width: 50%;
}
.profile_detailsright {
    display: inline-block;
    width: 50%;
    padding-left: 16px;
}
.profile_detailtit {
    line-height: 1.3;
}
#useremail {
    color: #979797;
}
.profile_changbtn {
    width: 100%;
    transition: all .4s;
    cursor: pointer;
}
.profile_logoutbtn {
    width: 50%;
    text-align: center;
    background: #232175;
    position: absolute;
    top: 0;
    left: 0;
}
.profile_detailsbtns {
    position: relative;
    text-align: right;
    margin-top: 16px;
    padding-left: 52.22%;
}
.profile_detailsstatus {
    text-align: center;
    padding: 7px;
    font-size: 14px;
    line-height: 1.2;
    background: #232175;
    color: #fafafa;
    max-width: 768px;
    margin: auto;
    font-family: 'AvantGarde-Book';
}
.profile_detailsstatus + .profile_detailssec {
    margin-top: 16px;
}
.user_filterlists {
    font-family: 'AvantGarde-Book';
    position: relative;
}
.user_filterlistleft {
    position: absolute;
    width: 264px;
    top: 0;
    left: 0;
    z-index: 1;
}
.user_filterlistright {
    padding-left: 290px;
    text-align: right;
    position: relative;
    margin: 0 -8px;
}
.user_filterlistright .listing_selectsec {
    margin: 0 8px;
    display: inline-block;
    position: relative;
}
.user_filterlistleft .listing_inputs {
    max-width: 264px;
}
.my_favourites .c , .my_itineraries .c{
    max-width: 1182px;
}
.user_bloggrids .post_grid {
    padding: 0 16px;
}
.listing_selectwrap {
    position: relative;
    max-width: 175px;
    background: #232175;
}
.listing_selecttag {
    background: transparent;
    color: #fafafa;
    padding: 9px 47px 10px 24px;
    width: 100%;
    font-family: 'AvantGarde-Book';
    font-size: 14px;
    line-height: 1.2;
    position: relative;
}
.servicelistselect_sec option , .tab_bannerselectsec option , .navigation_gridmenusselect option,.listing_selecttag option , .searchsection_select option , .postsection_sel option{
    color: #232175;
}
.servicelistselect_sec:before , .tab_bannerselectsec:before , .navigation_gridmenusselect:before , .listing_selectwrap:before , .searchsection_select:before , .postsection_select:before{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FAFAFA;
    border-left: 2px solid #FAFAFA;
    transform: rotate(225deg);
    top: 9px;
    right: 19px;
    transition: transform .4s , top .4s;
}
.user_bloggrids {
    margin: 0 -16px;
}
.user_bloggrids .post_gridbtn {
    text-align: center;
    width: calc(100% - 50px);
}
.user_bloggrids .post_gridoptions {
    position: relative;
    text-align: left;
}
.post_removefav , .my_itinerariesgridremove , .user_itinpostremove{
    width: 40px;
    height: 40px;
    right: 0;
    bottom: 0;
    position: absolute;
}
.close_icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background: #FF68A1;
    color: #FAFAFA;
    transition: background .4s;
}
.has-no-touchevents .user_itinpostremove:hover .close_icon ,.has-no-touchevents .post_removefav:hover .close_icon , .has-no-touchevents .my_itinerariesgridremove:hover .close_icon{
    background:#6164D9;
}
.close_icon:before , .close_icon:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 18px;
    background: #FAFAFA;
    top: 11px;
    left: 20px;
    transform: rotate(45deg);
}
.close_icon:after {
    transform: rotate(-45deg);
}
.user_filterlistright .listing_selects {
    position: absolute;
    width: 200%;
    top: 100%;
    left: 0;
    z-index: 2;
    max-height: 500px;
    overflow: auto;
}
.user_filterlistright .listingselect_lab {
    text-align: left;
}
.user_favouriteslist {
    position: relative;
}
.user_favouriteslistwhole .modernpagination {
    margin-top: 32px;
}
.popup_overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(250 250 250 / 70%);
    z-index: 9999;
    visibility: hidden;
    transform: translateY(-100%);
    transition: transform 0.6s ease 0s, visibility 0.6s ease 0s;
}
.open-popup .popup_overlay {
    transform: translateY(0px);
    visibility: visible;
}
.open-itinpopup .itin_popup , .open-searchpopup .search_popup, .open-newsletterpopup .newsletter_popup , .open-mappopup .map_popup , .open-instapopup .insta_popup{
    transform: translateY(0px);
    visibility: visible;
}
.popup_inner {
    height: 100%;
    padding: 40px;
    overflow: auto;
}
.popup_overlay  .middle-wrap-table {
    height: 100%;
}
.popup_section {
    text-align: center;
}
.itin_text {
    font-family: 'AvantGarde-Book';
    font-size: 14px;
    color: #000;
    line-height: 1.2;
}
.new_itintitle {
    font-weight: bold;
    border-bottom: 1px solid #232175;
    max-width: 354px;
    width: 100%;
    margin: 32px auto 0;
    line-height: 1.2;
    padding-bottom: 16px;
}
.itin_btns {
    margin: 0 -16px;
}
.itin_btns .btn {
    min-width: 100px;
    margin: 32px 16px 0;
    position: relative;
    transition: all .4s;
    cursor: pointer;
}
.itin_backbtn {
    background: #232175;
}
.removeclick{
    pointer-events: none;
    opacity: 0.3;
}
.itinadded .post_gridiconimg {
    opacity: 0;
}
.itinadded:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 11px;
    width: 16px;
    height: 7px;
    border-left: 2px solid #FAFAFA;
    border-bottom: 2px solid #FAFAFA;
    transform: rotate(-45deg);
}
.itinerayoverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 34px;
    opacity: 0;
    background: rgb(255 255 255 / 90%);
    pointer-events: none;
    z-index: 1;
    white-space: nowrap;
    overflow: auto;
    text-align: left;
    transition: opacity .4s;
}
.post_gridsection.active .itinerayoverlay{
    opacity: 1;
    pointer-events: auto;
}
.itinerayoverlaysec {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    width: calc(100% - 1px);
    text-align: center;
}
.itinerayoverlay:before {
    content: '';
    width: 1px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.griditin_tit {
    line-height: 1.3;
}
.griditin_titsession.btn,.griditin_titnew.btn {
    width: 100%;
    margin-top: 24px;
}
.btn.disabled , .disabled{
    pointer-events: none;
    opacity: 0.7;
}
.griditin_titold , .griditin_sessionbtn{
    display: block;
    margin-top: 16px;
    background: #232175;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.my_itinerarieslists {
    text-align: center;
}
.my_itinerarieslistsec {
    margin: 0 -16px;
}
.my_itinerariesgrid {
    display: inline-block;
    width: 33.33%;
    padding: 0 16px;
    margin-top: 32px;
}
.my_itinerariesgridsec {
    padding: 16px;
    background: #FFFFFF;
    box-shadow: 0px 40px 40px rgba(35, 33, 117, 0.1);
}
.my_itinerariesgridtit {
    text-transform: capitalize;
    display: block;
    font-weight: bold;
    line-height: 1.2;
}
.my_itinerariesgridsbtns {
    text-align: left;
    position: relative;
}
.my_itinerariesgrida {
    margin-top: 16px;
    background: #232175;
    text-align: center;
    width: calc(100% - 50px);
    margin-right: 50px;
}
.my_itinerariessizer {
    width: 33.33%;
}
.my_itineraryintro {
    max-width: 850px;
    text-align: center;
    margin: auto;
}
.my_itinerarytitle {
    text-transform: capitalize;
    font-weight: bold;
    line-height: 1.2;
}
.my_itineraryintrobtns {
    margin: 0 -8px;
}
.my_itineraryintroselect {
    position: relative;
    margin: 16px 8px 0;
    display: inline-block;
    background: #FF68A1;
}
.my_itineraryintroselect select {
    padding: 7px 47px 7px 24px;
    font-family: 'AvantGarde-Book';
    width: 100%;
    background: transparent;
    color: #fafafa;
    position: relative;
}
.my_itineraryintroselect option{
    color: #232175;
}
.my_itineraryemail , .my_itinerarymap {
    background: #232175;
    margin: 16px 8px 0;
}
.my_itineraryintroselect:before , .my_itineraryintroselect:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 14px;
    background: #FAFAFA;
    right: 19px;
    top: 11px;  
    transition: background .4s;
}
.my_itineraryintroselect:after {
    transform: rotate(90deg);
}
.has-no-touchevents .my_itineraryintrobtn:hover:nth-child(1):before , .has-no-touchevents .my_itineraryintrobtn:hover:nth-child(1):after{
    background: #FF68A1;
}
.user_itinlists {
    max-width: 850px;
    margin: auto;
    text-align: center;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #CFCFCF;
    overflow: hidden;
}
.user_itinliststit {
    font-weight: bold;
    line-height: 1.2;
}
.user_itinlistwhole {
    margin: 0 -16px;
    text-align: left;
}
.user_itinlist {
    display: inline-block;
    width: 33.33%;
    margin-top: 40px;
    padding: 0 16px;
    position: relative;
    text-align: center;
}
.user_itinctn {
    padding: 16px;
    box-shadow: 1px 0px 20px 0px rgb(35 33 117 / 10%);
    background: #FFFFFF;
    margin-top: 32px;
    position: relative;
}
.user_itinctn:before {
    content: '';
    width: 2px;
    height: 32px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to top, rgb(133 136 255),#fff);
    transition: height .4s;
}
.user_itintit {
    display: block;
    font-weight: bold;
    line-height: 1.2;
}
.user_itintype {
    padding-top: 8px;
    font-family: 'AvantGarde-Book';
    font-size: 12px;
}
.user_itinadd {
    padding-top: 8px;
    font-family: 'AvantGarde-Book';
    font-size: 12px;
}
.user_itinbtns {
    text-align: left;
    position: relative;
}
.user_itinbtn {
    display: block;
    margin: 8px 48px 0 0;
    text-align: center;
    background: #232175;
}
.user_itincount {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #FAFAFA;
    font-family: 'AvantGarde-Book';
}
.user_itinimage {
    position: relative;
    display: inline-block;
}
.user_itinimage:before , .user_itinimage:after {
    content: '';
    position: absolute;
    width: calc(111px - 16px);
    height: 2px;
    background: #BCBEFF;
    top: 50%;
    left: 100%;
    margin-left: 16px;    
}
.user_itinimage:before {
    right: 100%;
    left: auto;
    margin: 0 16px 0 0;
}
.user_itinadd+.user_itinadd {
    color: #979797;
}
.user_itinlist:nth-child(1) .user_itinimage:before , .user_itinlist:last-child .user_itinimage:after {
    content: none;
}
.user_itinmap {
    height: 501px;
}
.gm-style .gm-style-iw-c {
    background: transparent;
    box-shadow: none;
    padding: 0;
}
.gm-ui-hover-effect {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.gm-style .gm-style-iw-d {
    background: transparent;
    overflow: auto !important;
}
.mapaddress_overlay {
    background: #fff;
    padding: 16px;
    box-shadow: 0px 40px 40px rgb(35 33 117 / 10%);
    font-family: 'Essonnes Display', sans-serif;
    font-size: 16px;
    max-width: 300px;
    line-height: 1.5;
}
.mapaddress_title {
    font-weight: bold;
    line-height: 1.2;
}
.mapaddress_add {
    padding-top: 8px;
    line-height: 1.2;
    font-family: 'AvantGarde-Book';
}
.searchsection_filter .listing_inputs {
    max-width: 450px;
    margin: auto;
}
.searchsection_filter .post_filterslist {
    width: 100%;
    padding: 0;
    text-align: center;
}
.searchsection_filter .post_filtersoption {
    margin-top: 30px;
}
.searchsection .post_listingsec {
    margin-top: 0;
}
.popnewsletter_sec {
    max-width: 706px;
    margin: auto;
    position: relative;
    padding: 400px 32px 32px;
}
.popnewsletter_cnt {
    padding: 40px;
    max-width: 479px;
    background: #232175;
    position: relative;
    color: #FAFAFA;
    text-align: left;
}
.popnewsletter_tit {
    font-weight: bold;
    line-height: 1.2;
}
.popnewsletter_form {
    margin-top: 24px;
    position: relative;
    text-align: left;
    font-family: 'AvantGarde-Book';
}
.popnewsletter_form .new_formfield {
    display: inline-block;
    max-width: 203px;
}
.popnewsletter_form .new_formfield.new_formsubmit {
    margin: 0 0 0 8px;
    max-width: 143px;
    width: 100%;
}
.popnewsletter_form .new_formimput {
    background: #FAFAFA;
    color: #232175;
}
.user_itinemailtext {
    display: inline-block;
    padding: 7px 24px;
    background: #84CE82;
    color: #fafafa;
    margin-top: 12px;
    font-family: 'AvantGarde-Book';
    line-height: 1;
}
.user_itinemailtext.fail {
    background: #ff0000;
}
.searchautocomplete_sec{
    position: relative
}
.xdsoft_autocomplete_dropdown {
    display: none !important;
}
.xdsoft_autocomplete .xdsoft_autocomplete_hint {
    color: #CFCFCF;
    -webkit-text-fill-color: #CFCFCF;
    text-fill-color: #CFCFCF;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
}
.xdsoft_autocomplete .xdsoft_input {
    position: relative;
    z-index: 2;
}
.search_listingsection .post_blog:nth-child(1), .search_listingsection .post_blog:nth-child(2), .search_listingsection .post_blog:nth-child(3) {
    margin-top: 30px;
}
.planjourney_btn{
    margin-top: 16px;
    width: 100%;
    text-align: center;
}
.listing_leftsection .xdsoft_autocomplete {
    width: 100% !important;
    background: #fff !important;
}
.block_display{
    display: block;
}
.mobile_nav{
    display: none;
}
.burgermenu {
    display: none;
    padding: 5px 30px;
}
.burgerdiv {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
}
.burgerdiv .lines {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    transition: background .4s;
}
.burgerdiv .lines:before , .burgerdiv .lines:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: -9px;
    background: #fff;
    transition: background .4s;
}
.has-no-touchevents .burgermenu:hover .burgerdiv .lines , .has-no-touchevents .burgermenu:hover .burgerdiv .lines:before , .has-no-touchevents .burgermenu:hover .burgerdiv .lines:after{
    background: #FF68A1;
}
.has-no-touchevents .mobile_header .burgermenu:hover .burgerdiv .lines {
    background: transparent;
}
.burgerdiv .lines:after{
    top:auto;
    bottom: -9px
}
.servicelistselect , .tab_bannerselect , .navigation_gridmenussel , .searchsection_sel , .postsection_sel{
    background: transparent;
    color: #fafafa;
    padding: 9px 47px 10px 24px;
    width: 100%;
    font-family: 'AvantGarde-Book';
    font-size: 14px;
    line-height: 1.2;
    position: relative;
}
.tab_bannerselectsec , .navigation_gridmenusselect , .searchsection_select , .postsection_select{
    display: none;
    position: relative;
    max-width: 175px;
    background: #232175;
}
.servicelistselect_sec{
    position: relative;
    max-width: 175px;
    margin-top: 24px;
    background: #232175;
}
.listing_selectbtn{
    display: none;
}
.grecaptcha-badge {
    z-index: 9999;
}
.services_instorelists {
    margin: 30px -8px 0;
    text-align: center;
}
.services_title {
    text-transform: capitalize;
    font-weight: bold;
    line-height: 1.2;
}
.no_service {
    padding-top: 20px;
    font-family: 'AvantGarde-Book';
}
.popup_mapsec {
    height: calc(100vh - 80px);
}
.map_popup .mapaddress_add {
    padding: 0;
}
.map_popup .close_icon , .insta_popup .close_icon{
    background: transparent
}
.map_popup .close_icon:before, .map_popup .close_icon:after , .insta_popup .close_icon:before, .insta_popup .close_icon:after{
    background: #FF68A1;
    width: 3px;
}
.service_revealmore , .service_outdoormapbtn {
    margin-top: 24px;
}
.services_instorelists .post_blog {
    text-align: left;
}
::-ms-clear {
    display: none;
}
.listing_mas .post_grid:nth-child(4) {
    margin-top: 24px;
}
.banneruser_text {
    font-family: 'AvantGarde-Book';
    font-weight: normal;
    padding-top: 12px;
    font-size: 14px;
    line-height: 1.2;
}
.gridimage_listsizer {
    width: 50%;
}
.gridimage_list {
    width: 50%;
    display: inline-block;
    position: relative;
    padding: 0 10px ;
}
.gridimage_list:last-child{
    margin-top: 20px;
}
.gridimage_list .sizer {
    padding-top: 50%;
}
.gridimage_list.large  .sizer {
    padding-top: 100%;
}
.gridimage_lists {
    margin: 0 -10px;
}
.gridimage_listsec{
    position: relative;
}
.singleauthor_tit {
    font-weight: bold;
    line-height: 1.2;
}
.singleauthor_details {
    position: relative;
    padding-left: 150px;
}
.singleauthor_image {
    border-radius: 50%;
    width: 100px;
    height: auto;
}
.singleauthor_img {
    position: absolute;
    top: 0;
    left: 0;
}
.singleauthor_txt {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.2;
    font-family: 'AvantGarde-Book';
    overflow: hidden;
}
.hotpick_lists {
    margin: 0 -8px;
}
.hotpick_lists .post_grid:nth-child(1),.hotpick_lists  .post_grid:nth-child(2),.hotpick_lists  .post_grid:nth-child(3) {
    margin-top: 0;
}
.post_gridprice {
    line-height: 1.2;
    margin-top: 20px;
}
.singleform_wrap {
    max-width: 880px;
    margin: auto;
    padding: 40px;
}
.singleformsec {
    background: #232175;
    color: #fafafa;
    font-family: 'AvantGarde-Book';
}
.singleform_wrap .input-wrap input {
    width: 100%;
    padding: 12px 44px 12px 24px;
    background: #FAFAFA;
    font-size: 14px;
    line-height: 1.2;
    font-family: 'AvantGarde-Book';
    border: 1px solid transparent;
}
.singleform_wrap .input-wrap .half {
    width: 49%;
}
.singleform_wrap .input-wrap {
    margin-top: 20px;
}
.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
    display: block;
}
.left {
    float: left !important
}
.right {
    float: right !important
}
.singleform_wrap .input-wrap select {
    padding: 12px 47px 12px 24px;
    width: 100%;
    font-family: 'AvantGarde-Book';
    font-size: 14px;
    line-height: 1.2;
    position: relative;
    background: url(../images/arrow.svg) no-repeat #fff;
    background-position: right center;
    border: 1px solid transparent;
}
.singleform_wrap .submit-wrap {
    margin-top: 30px;
}
.singleform_wrap .submit-wrap .cb {
    margin-top: 9px;
    margin-right: 20px;
}
.singleform_wrap .input-wrap a {
    display: inline-block;
    border-bottom: 1px solid;
}
.has-no-touchevents .singleform_wrap .input-wrap a:hover{
    border-bottom-color: transparent;
}
.singleform_wrap  .cb label {
    padding-left: 35px;
    position: relative;
}
.singleform_wrap .cb input[type="checkbox"] {
    visibility: hidden;
    appearance: none;
    padding: 0;
    border: none;
}
.singleform_wrap .cb label:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    border: 1px solid #fafafa;
    top: 2px;
    left: 0;
}
.singleform_wrap .cb input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
.singleform_wrap .cb label:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    border: 2px solid #FAFAFA;
    background: #FAFAFA;
    top: 6px;
    left: 4px;
    opacity: 0;
    transition: opacity .4s;
}
.singleform_wrap .input-wrap input.wpcf7-not-valid, .singleform_wrap .input-wrap select.wpcf7-not-valid{
    border-color: #ff0000;
}
.singleform_wrap .wpcf7-not-valid-tip {
    display: none;
}
.singleform_wrap .wpcf7 form.sent .wpcf7-response-output {
    color: #FF68A1;
}
.single_termstxt{
    margin-top: 30px;
    font-family: 'AvantGarde-Book';
}
.postmapview_sec{
    max-width: 850px;
    margin: auto;
}
.postmapview_sec .shoplist_btnselectsec {
    margin: 0;
}
.postmapview_sec .user_itinmap {
    margin-top: 30px;
}
.newsletter_popup .close_icon , .insta_popup .close_icon{
    background: transparent;
    top: -30px;
    left: auto;
    right: -30px;
}
.newsletter_popup .close_icon:before, .newsletter_popup .close_icon:after, .insta_popup .close_icon:before, .insta_popup .close_icon:after {
    background: #FF68A1;
    width: 3px;
}
.single_postinisec {
    display: inline-block;
    vertical-align: middle;
    margin: 32px 8px 0;
    position: relative;
}
.shoplist_btns .single_postinisec  .btn:nth-child(1) {
    margin: 0;
}
.single_postinipop {
    background: #fafafa;
    padding: 24px;
    box-shadow: 1px 0px 20px 0px rgb(35 33 117 / 10%);
    margin-top: 32px;
}
.single_postinipop .griditin_titold:nth-child(1){
    margin-top: 0
}
.has-touchevents .wow{
    visibility: visible;
}
.insta_popupsec , .insta_popupimg{
    display: inline-block;
    position: relative;
}
.instagram_feed .insta-gallery-feed[data-feed_layout="carousel"] .swiper-button-prev>i, .instagram_feed .insta-gallery-feed[data-feed_layout="carousel"] .swiper-button-next>i {
    color: #FF68A1;
}
body .mfp-bg {
    background-color: rgb(250 250 250 / 70%);
}
body .qligg-mfp-wrap .mfp-arrow {
    color: #FF68A1;
}
html{
    margin-right: 0 !important;
}
.campaignimage_img{
    position: relative;
    margin-top: 30px;
}
.campaignimage_img .sizer{
    padding-top: 50%;
}
.getthelook_image{
    position: relative
}
.getthelook_image .sizer{
    padding-top: 75%;
}
.single_relatedtit + .getthelook_image{
    margin-top: 30px;
}
.getthelook_lists {
    background: #F1F2F3;
    padding: 40px;
}
.getthelook_left {
    display: inline-block;
    width: 50%;
    padding-right: 30px;
    margin-top: 30px;
}
.getthelook_right {
    display: inline-block;
    width: 50%;
    margin-top: 30px;
}
.getthelook_right .hotpicksection.top_margin {
    margin: 0;
}
.getthelook_right .hotpick_list {
    width: 50%;
}
.getthelook_right .hotpick_list:nth-child(3) {
    margin-top: 32px;
}
.nolookname .getthelook_left , .nolookname .getthelook_right{
    margin-top: 0;
}

.bg-video {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.videos {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.video-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.bg-video video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    background: #000;
}
.childbg_video, .childbg_video iframe {
    background-color: #fff;
    overflow: hidden;
    max-width: none;
}
.childbg_video, .childbg_video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin: auto;
    height: 100%;
}
/* Beyond now promise */
.small_banner_image {
    position: relative;
    /* max-width: 275px; */
    margin: auto;
}
.small_ban_with_image {
    position: relative;
    z-index: 2;
}
.small_banner_image .sizer {
    padding-top: 24.72%;
}
.small_banner_with_image {
    font-family: 'Helvetica';
}
.banner_with_image_wrapper {
    max-width: 458px;
    margin-left: auto;
    text-align: left;
    display: inline-block;
    white-space: normal;
    vertical-align: bottom;
    position: relative;
}
.banner_with_image .c, .live_feed_list_sec_background .c {
    padding: 0 224px;
}
.banner_with_image_title {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.33;
    text-transform: uppercase;
}
.banner_with_image_text {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    padding: 16px 0px 24px 0px;
}
.banner_with_image_btn {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    background: #94BE1D;
    padding: 8px 41px;
}
.has-no-touchevents .banner_with_image_btn:hover {
    background: #FAFAFA;
    color: #94BE1D;
    border-color: #94BE1D;
}
.banner_with_image_sec {
    padding-top: 130px;
}
.banner_with_image {
    min-height: 847px;
    margin-top: -55px;
    background: #FFFFFF;
}
.submit_promise_form {
    background: #FFFFFF;
}
.submit_promise_form_sec {
    max-width: 822px;
    position: relative;
    margin: auto;
    padding: 15px 63px 34px 32px;
    margin-bottom: 40px;
    background: #FFFFFF;
    box-shadow: 0px 40px 40px rgba(35, 33, 117, 0.1);
}
.submit_promise_form_title {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 1.5;
    margin-bottom: 16px;
    color: #232175;
}
.promise_input {
    display: inline-block;
    width: 50%;
}
.promise_label {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.33;
    color: #232175;
}
.input-wrap.promise_input .promise_input_field {
    background: #FAFAFA;
    padding: 11px 15px 8px 24px;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.14;
    margin-bottom: 16px;
    width: 100%;
}
.promise_input_name, .promise_input_location_div {
    margin-top: 16px;
}
.promise_input_ckb_label {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.15;
    vertical-align: middle;
}
.promise_input_ckb_label_txt {
    padding: 10px;
    vertical-align: middle;
}
.promise_input_location_div, .promise_input_email_div {
    padding-left: 11px;
}
.promise_input_anonymous_div {
    vertical-align: middle;
}
.promise_input_ckb {
    background: #FFFFFF;
    -webkit-appearance: auto;
    width: 24px;
    height: 24px;
    border: 1px solid #232175;
    box-sizing: border-box;
}
.submit_promise_form .promise_input_ckb_label_txt a {
    vertical-align: middle;
    text-decoration: underline;
    transition: all 0.4s ease;
}
.submit_promise_form .promise_input_ckb_label_txt a:hover {
    text-decoration: none;
    transition: all 0.4s ease;
}
.promise_input .anonymous {
    vertical-align: -webkit-baseline-middle;
}
.your_promise_div {
    margin-top: 25px;
}
.promise_sub_label {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.14;
    color: #232175;
    vertical-align: middle;
    opacity: 0.5;
}
.input-wrap.promise_input.promise_input_name {
    padding-right: 11px;
}
.promise_input_write_msg {
    background: #FAFAFA;
    width: 100%;
    height: 96px;
    font-family: 'Helvetica';
    padding: 11px 15px 8px 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #232175;
    line-height: 1.14;
}
.promise_input_write_msg::placeholder {
    color: #232175;
}
.promise_input_full {
    margin-top: 16px;
    margin-bottom: 16px;
}
.promise_input_submit {
    color: #FAFAFA;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
}
.has-no-touchevents .promise_input_submit:hover {
    background: #FAFAFA;
    color: #94BE1D;
    border-color: #94BE1D;
}
.promise_input_submit_div {
    width: 352px;
    display: none;
    margin-top: 35px;
}
.submit_promise_form .promise_input_submit_button {
    background: #94BE1D;
    transition: all 0.4s ease;
    padding: 8px 0px;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: inherit;
    width: 352px;
    border: 1px solid #94BE1D;
}
.has-no-touchevents .submit_promise_form .promise_input_submit_button:hover {
    background: none;
}
.submit_promise_form {
   position: relative;
}
.banner_with_image_block:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    background: url(../images/globe.svg) 50% 50% / cover no-repeat;
    top: 0px;
}
.submit_promise_form_relative:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    background: url(../images/Vector17.svg) no-repeat;
    background-size: contain;
    top: 48px;
}
.live_feed_list {
    position: relative;
    background: #FFFFFF;
}
.live_feed_list_sec {
    position: relative;
    min-height: 847px;
}
.live_feed_list_sec_background:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    background: url(../images/vectorback.svg) no-repeat;
    background-size: cover;
    top: 0px;
}
.live_feed_list_title {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.28;
}
.live_feed_blocks {
    position: relative;
    margin: 0px -11px;
    margin-top: 14px;
    min-height: 300px;
}
.live_feed_block {
    display: inline-block;
    font-size: 0px;
    width: 33.33%;
    position: relative;
    padding: 0px 11px;
    margin-bottom: 24px;
}
.live_feed_subtext p {
    min-height: 55px;
}
.live_feed_block_con {
    background: #FFFFFF;
    min-height: 276px;
    border: 1px solid #9CBC43;
    box-sizing: border-box;
    box-shadow: 0px 40px 40px rgba(35, 33, 117, 0.1);
    padding: 33px 33px 24px 33px;
}
.live_feed_block_con.blue {
    border: 1px solid #9CBC43;
}
.live_feed_block_con.green {
    border: 1px solid #4199D1;
}
.live_feed_text_content {
    position: relative;
}
.live_feed_text {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    max-width: 250px;
    margin: auto;
    color: #283263;
}
.live_feed_subtext {
    padding-top: 16px;
    text-transform: capitalize;
    font-family: 'Helvetica';
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #232175;
    max-width: 195px;
    margin: auto;
    line-height: 1.5;
    opacity: 0.5;
}
.live_feed_cat {
    text-transform: capitalize;
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    color: #9CBC43;
    padding-top: 36px;
}
.livefeedpage.modernpagination {
    margin-top: 40px;
}
.promise_input_form_success_msg {
    display: none;
    width: 100%;
    text-align: center;
    padding-top: 24px;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.33;
    color: #232175;
}
.livefeedpage.modernpagination li .page-numbers {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #232175;
}
.livefeedpage.modernpagination li .page-numbers.current {
    color: #9CBC43;
}
.has-no-touchevents .livefeedpage.modernpagination li .page-numbers:hover {
    color: #9CBC43;
}
.live_feed_location_icon {
    display: inline-block;
}
.live_feed_location_cat {
    display: inline-block;
}
.live_feed_location_cat.blue {
    color: #009EE1;
}
.submit_promise_form_code .validation-msg {
    display: none;
    margin-bottom: 16px;
    color: #ff0000;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.14;
}
.submit_promise_form_code .promise_input_email_div .validation-msg {
    margin-bottom: 0px;
}
.submit_promise_form_code .promise_input_promise_div .validation-msg {
    margin-top: 16px;
}
.submit_promise_form_code .ajax-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background: transparent url(../images/load-white.png) no-repeat 50% 50%;
    background-size: 70%;
    border-radius: 50%;
    -webkit-animation: rotateSpinner 2s linear infinite;
    animation: rotateSpinner 2s linear infinite;
    font-size: 0;
    visibility: hidden;
    transition: visibility .5s;
}
.submit_promise_form_code .ajax-loader.show {
    visibility: visible;
}
.small_banner_image_logo {
    width: auto;
    height: 68px;
}
/* Beyond now promise */

/* New Home Page */
.three_blocks {
    font-size: 0;
}
.three_blocksec {
    display: inline-block;
    position: relative;
    width: 50%;
    min-height: 640px;
}
.three_blocksec:first-child {
    width: 100%;
    display: block;
}
.three_blocksec:first-child .three_block_con {
   max-width: 436px;
   left: 150px;
   bottom: 103px;
}
.three_block_con {
    position: absolute;
    max-width: 314px;
    bottom: 80px;
    left: 56px;
    color: #FFFFFF;
    z-index: 1;
}
.three_blocksec:first-child .three_block_title {
    font-size: 56px;
    line-height: 1.19;
}
.three_block_title {
    padding-bottom: 16px;
    font-family: 'Essonnes Display', sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 40px;
    line-height: 1.2;
}
.manual_three_blocks .three_blocksec .three_block_con .three_block_text,.three_blocksec:first-child .three_block_con .three_block_text {
    padding-bottom: 24px;
    display: block;
}
.three_blocksec:first-child .three_block_text {
    max-width: 391px;
}
.three_block_text {
    padding-bottom: 16px;
    display: none;
    font-family: 'AvantGarde-Book';
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
}
.three_block_date {
    font-family: 'AvantGarde-Book';
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    display: block;
    font-size: 12px;
    padding-bottom: 16px;
}
.three_block_cat {
    font-family: 'AvantGarde-Book';
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    display: none;
    font-size: 12px;
    padding-bottom: 16px;
}
.three_blocksec:first-child .three_block_date {
    display: none;
}
.three_blocksec:first-child .three_block_cat {
    display: block;
}
.three_block_btn {
    padding: 9px 24px;
    font-weight: 500;
    font-size: 16px;
    font-family: 'AvantGarde-Book';
    line-height: 1.5;
}
.three_blocksec:first-child .sizer {
    padding-top: 44.82%;
}
.three_blocksec .sizer {
    padding-top: 89.65%;
}
.three_blocksec::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 82.77%);
}
.hero_banner {
    position: relative;
    background: #f4faff;
    display: block;
    font-size: 0;
}
.hero_banner:before {
    content: '';
    position: absolute;
    width: 100%;
    right: 50%;
    height: 100%;
    left: 0;
    background: url(../images/heart_vector1.svg) no-repeat;
    margin-top: 365px;
}
.hero_banner_image .sizer {
    padding-top: 68.60%;
}
.hero_banner_image {
    margin-left: 75px;
    position: relative;
    width: 70.55%;
    display: inline-block;
    box-shadow: 0px 24px 80px 0px rgb(35 33 117 / 20%);
}
.hero_banner_middle {
    position: absolute;
    z-index: 1;
    bottom: -75px;
    right: 0px;
    left: auto;
}
.hero_banner_middle_wrap {
    display: inline-block;
}
.hero_banner_content {
    max-width: 567px;
    position: relative;
    padding: 132px 104px;
    z-index: 1;
    filter:drop-shadow(0px 24px 80px rgb(35 33 117 / 10%));
}
.hero_banner_content canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.hero_banner_image:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 50%;
    top: 45px;
    right: 0;
    z-index: 0;
    height: 100%;
    background: url(../images/heart_vector2.svg) no-repeat;
}
.hero_banner_title {
    position: relative;
    z-index: 1;
    font-style: normal;
    font-family: 'Essonnes Display';
    font-weight: 700;
    padding-bottom: 24px;
    font-size: 72px;
    text-transform: capitalize;
    color: #232175;
    transition: color .4s;
    line-height: 1.19;
}
.hero_banner_text {
    position: relative;
    z-index: 1;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #505050;
    line-height: 1.5;
    max-width: 391px;
    font-family: 'AvantGarde-Book';
}
.hero_banner_c {
    max-width: 1440px;
    margin: auto;
    padding-top: 195px;
    padding-bottom: 92px;
    position: relative;
}
.three_blocks + .post_slider {
    background: #f4faff;
}
.three_blocks + .post_slider .swiper-container:after, .three_blocks + .post_slider .swiper-container:before {
    background: #f4faff;
}
.has-no-touchevents a.banner_titlesec:hover .banner_title {
    color: #FF68A1;
}
/* New Home Page */

/* Campaign banner  Start*/
.campaign_banner_image_row{
    font-size: 0;
}
.campaign_banner_image_column{
    width: 50%;
    display: inline-block;
}
.campaign_banner_left{
    position: relative;
    max-width: 550px;
    left: 34px;
    margin-right: auto;
}
.campaign_banner_left .sizer{
    padding-top: 75.83%;
}
.campaign_banner_right{
    right: 7px;
    margin-left: auto;
    position: relative;
    max-width: 550px;
}
.campaign_banner_right .sizer{
    padding-top: 75.69%;
}
.campaign_banner .c{
    padding: 218px 56px 119px 56px;
}
.twocolumn_content.bg_light_rose{
    background: #F0D1E6;
}
.twocolumn_content.bg_light_rose .twocolumn_contentwrap .twocolumn_title, .twocolumn_content.bg_light_rose .twocolumn_text{
    color: #000;
}
.twocolumn_content.bg_light_rose .twocolumn_contentwrap .twocolumn_title:hover{
    color: #043659;
}
.has-no-touchevents .twocolumn_content.bg_light_rose .btn:hover {
    background: #FAFAFA;
    color: #113758;
    border-color: #113758;
}
/* Campaign banner  End*/

/* Info Text Start*/
.info_text_row{
    box-shadow: 0px 28px 56px rgba(20, 20, 50, 0.1);
    background: #EEB808;
    padding: 24px;
}
.info_text{
    position: relative;
    max-width: 944px;
    margin: auto;
}
.info_text_sub_title{
    font-family: 'AvantGarde';
    color: #0E0D48;
    font-size: 12px;
    line-height: 1.1;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 8px;
}
.info_text_title{
    font-family: 'AvantGarde';
    text-transform: capitalize;
    font-size: 32px;
    line-height: 1;
    color: #0E0D48;
    padding-bottom: 8px;
}
.info_text_text{
    font-family: 'AvantGarde';
    font-size: 16px;
    line-height: 1.5;
    color: #0E0D48;
}
.t_left{
    text-align: left;
}
.t_right{
    text-align: right;
}
.t_center{
    text-align: center;
}
.info_text_row::after{
    display: block;
    content: "";
    background: url("../../assets/images/diamond.png");
    background-size: 45px;
    width: 45px;
    height: 50px;
    position: absolute;
    bottom: -30px;
    right: 19px;
}
.info_text_row::before{
    display: block;
    content: "";
    background: url("../../assets/images/diamond.png");
    background-size: 45px;
    width: 45px;
    height: 50px;
    position: absolute;
    top: -30px;
    left: 20px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
/* Info Text End*/

/* Nomination form Start*/
.nomination_form_sec{
    padding: 24px 32px;
    margin: auto;
    background: #FFFFFF;
    max-width: 822px;
    box-shadow: 0px 28px 56px rgba(20, 20, 50, 0.1);
}
.nomination_form_title{
    text-transform: capitalize;
    font-size: 56px;
    font-family: 'Essonnes Display';
    font-weight: bold;
    line-height: 1.1;
}
.form_label{
    font-family: 'Helvetica';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
}
.form_input{
    padding-top: 16px;
}
form .input_field{
    font-family: 'Helvetica';
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    padding: 13px 15px 10px 24px;
    background: #FAFAFA;
}
.full{
    width: 100%;
}
.half{
    display: inline-block;
    width: 50%;
}
.form_row{
    margin: 0 -11px;
    font-size: 0;
}
.form_row .form_input.half {
    padding: 16px 11px 0px 11px;
}
.form_row.full_w{
    margin: 0;
    padding-top: 24px;
}
.form_row.full_w.p0{
    padding-top: 0;
}
.word_count{
    opacity: 0.5;
    font-size: 14px;
    vertical-align: middle;
    line-height: 1.1;
}
.promise_input_ckb {
    background: #FFFFFF;
    -webkit-appearance: auto;
    width: 24px;
    vertical-align: middle;
    height: 24px;
    border: 1px solid #232175;
    box-sizing: border-box;
}
.input_msg_field {
    background: #FAFAFA;
    width: 100%;
    height: 96px;
    font-family: 'Helvetica';
    padding: 11px 15px 8px 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #232175;
    line-height: 1.14;
}
::placeholder{
    color: #232175;
}
.input_checkbox_field {
    outline: 1px solid transparent;
    vertical-align: middle;
    background: #FFFFFF;
    -webkit-appearance: auto;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
}
.nomination_input_ckb_label_txt{
    padding: 10px;
    vertical-align: middle;
}
.nomination_input_ckb_label {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.15;
    vertical-align: middle;
}
.form_row.full_w.pt16{
    padding-top: 16px;
}
.form_submit_btn{
    transition: all .4s;
    cursor: pointer;
    background: #E73278;
    color: #fff;
    padding: 8px 43px;
    font-family: 'Helvetica';
    font-size: 16px;
    line-height: 1.5;
    border: 1px solid transparent;
}
.form_submit_btn:hover{
    background: transparent;
    border: 1px solid #E73278;
    color: #E73278;
}
.nomination_form_sec {
    padding: 40px 32px;
}
.validation_msg{
    margin-top: 10px;
    display: none;
    color: #ff0000;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.14;
}
.input_checkbox_field.error_input{
    outline: 1px solid red;
}
.ajax-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background: transparent url(../images/load-white.png) no-repeat 50% 50%;
    background-size: 70%;
    border-radius: 50%;
    -webkit-animation: rotateSpinner 2s linear infinite;
    animation: rotateSpinner 2s linear infinite;
    font-size: 0;
    visibility: hidden;
    transition: visibility .5s;
}
.p_r{
    position: relative;
}
.form_msg{
    text-align: center;
    font-family: 'Helvetica';
}
.form_msg.error{
    color: red;
    padding-top: 20px;
}
.form_msg.success{
    color: green;
    padding-top: 20px;
}
.nomination_input_ckb_label_txt a{
    text-decoration: underline;
    transition: all 0.4s ease;
}
.bg_dark_blue{
    background: #043659;
}
.show{
    visibility: visible;
    height: 100%;
}
/* Nomination form End*/

/* Top Nomination*/
.top_nominations_row, .top_nominations_body{
    max-width: 822px;
    margin: auto;
}
.top_nominations_row{
    padding-bottom: 16px;
}
.top_nominations_title{
    font-family: 'AvantGarde';
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    font-size: 32px;
    line-height: 1;
}
.top_nominations_title_div{
    max-width: max-content;
    margin: auto;
    padding: 0 25px;
}
.top_nominations_title_div::after{
    display: block;
    content: "";
    background: url("../../assets/images/diamond.png");
    background-size: 54px;
    width: 54px;
    height: 63px;
    position: absolute;
    bottom: -10px;
    right: -45px;
}
.top_nominations_title_div::before{
    display: block;
    content: "";
    background: url("../../assets/images/diamond.png");
    background-size: 54px;
    width: 54px;
    height: 63px;
    position: absolute;
    top: -10px;
    left: -45px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.top_nominations_card{
    background: #F0D1E6;
    box-shadow: 0px 28px 56px rgba(20, 20, 50, 0.1);
    padding: 12px;
    border: 4px solid #F0D1E6;
    margin-top: 24px;
    cursor: pointer;
}
.top_nominations_card:hover{
    border-color: #E73278;
    transition: all 0.4s;
}
.top_nominations_card_title{
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    color: #000000;
    line-height: 1;
    font-family: 'AvantGarde';
}
.top_nominations_card_text{
    font-family: 'AvantGarde';
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
}
.top_nominations_card_header{
    margin-bottom: 8px;
}
.tn_nav img{
    cursor: pointer;
    width: 65px;
    height: 69px;
}
.tn_navigation{
    z-index: 3;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.tn_nav{
    width: 50%;
    display: inline-block;
}
.top_nominations_footer{
    max-width: 820px;
    margin: auto;
}
.top_nominations_swiper::before{
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: #043659;
    z-index: 2;
}
.top_nominations_swiper::after{
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: #043659;
    z-index: 2;
}
.tn_nav .next{
    right: -100px;
    position: relative;
    top: 5px;
}
.tn_nav .prev{
    left: -100px;
    position: relative;
    top: 19px;
}
.top_nominations .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E73278;
    width: 106px;
}
.tn_pagination{
    margin-bottom: 40px;
    margin-top: 16px;
    text-align: center;
    height: 4px;
}
.top_nominations .swiper-pagination-bullet{
    opacity: 1;
    background: #F0D1E6;
    width: 30px;
    border-radius: 0;
    margin: 0 4px;
    height: 4px;
}
.top_nominations_card_item{
    cursor: pointer;
}
.modalPopup {
    display: none;
    overflow: hidden;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(250 250 250 / 70%);
    z-index: 9999;
}
.showModalPopup {
    display: block;
    transition: display .4s;
}
.hideModalPopup {
    display: none;
    transition: display .4s;
}
.modalPopupContent {
    background-color: #fff;
    margin: auto;
    padding: 24px;
    border: 8px solid #fff;
    width: 57.08%;
    max-width: 822px;
}
.modalPopupClose {
    display: block;
    text-align: right;
    font-family: 'AvantGarde';
    font-weight:bold;
    font-size: 12px;
    color: #000000;
    line-height: 1;
    transition: background .4s;
}
.modalPopupClose:hover,
.modalPopupClose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modalPopup .middle-wrap-table {
    height: 100%;
}
.modalPopupContentText{
    margin-top: 30px;
}
.bg_popup_light_rose{
    background: #F0D1E6;
}
.bg_popup_dark_rose{
    background: #EF7BA8;
}
.nomination_submit{
    padding-top: 20px;
}
.star_name{
    font-family: 'AvantGarde';
    text-transform: capitalize;
    font-size: 32px;
    line-height: 1;
    color: #000;
    padding-top: 24px;
}
.mbtn{
    display: none;
}
.has-no-touchevents .btn.bg_dark_blue:hover{
    border-color: #043659;
    color: #043659;
}
.campaign_banner_with_animation{
    width: 100%;
    position: absolute;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.mobile_banner{
    display: none;
}
.no_scroll{
    overflow-y: hidden;
}
/* Top Nomination End*/
.hide_display{
    display: none;
}
.show_display{
    display: block;
}
.search_listingsection [data-select=shop] .post_sliderdate, .search_listingsection [data-select=shop] .show_display , [data-current="news"] .show_display{
    display: none;
}
.wpcf7-recaptcha.wpcf7-not-valid iframe{
    border: 1px solid red!important;
}
.custom_list_sider .btn{
    font-size: 16px;
}
.custom_list_sider .post_grid{
    padding: 0;
}
.custom_list_sider .post_gridsection{
    margin-top: 16px;
}
.custom_list_sider .hotpick_lists{
    margin: 0;
}
.custom_list_sider .hotpick_list .post_grid, .custom_list_sider .hotpick_list .post_grid:nth-child(1){
    margin-top: 32px;
}
.custom_list_sider .slick-list{
    overflow: visible;
}
.custom_list_sider .post_slidernavigation .slidernav.prev {
    left: -80px;
}
.custom_list_sider .post_slidernavigation .slidernav.next {
    right: -80px;
}
.custom_list_sider::after {
    content: "";
    width: 200%;
    height: 105%;
    background: #FAFAFA;
    right: -200%;
    position: absolute;
    top: 0;
    z-index: 1;
}
.custom_list_sider::before {
    content: "";
    width: 200%;
    height: 105%;
    background: #FAFAFA;
    left: -200%;
    position: absolute;
    top: 0;
    z-index: 2;
}
.custom_list_sider .slidernav{
    background: #FF68A1;
}
.has-no-touchevents .custom_list_sider .slidernav:hover .slidearrow {
    border-color: #232175;
}
.custom_list_sider .post_gridimage .sizer {
    padding-top: 92.06%;
}
.custom_list_sider{
    position: relative;
    margin: 0 -8px;
}
.p_rel{
    position: relative;
}
.post_slidernavigation.slidernavigation.custom_list_navigation .custom_list_prev {
    left: -70px;
    background: #FF68A1;
}
.post_slidernavigation.slidernavigation.custom_list_navigation .custom_list_next {
    right: -70px;
    background: #FF68A1;
}
.has-no-touchevents .custom_list_navigation .slidernav:hover .slidearrow{
    border-color: #232175;
}
.slick-slide .post_grid{
    padding: 0 8px;
}
.custom_list_sider .post_gridsection {
    box-shadow: 1px 0px 9px 0px rgb(35 33 117 / 10%);
}
.custom_list_sider .slick-slide img{
    display: none;
}
.post_grid_list{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}