@font-face {
    font-family: "Abril Fatface";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Abril_Fatface/AbrilFatface-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "LaoMN";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/LaoMN/lao-mn.ttf') format('truetype');
}

@font-face {
    font-family: "LaoMN";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/LaoMN/lao-mn-bold.ttf') format('truetype');
}

@font-face {
    font-family: "Quicksand";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Quicksand/Quicksand-Medium.ttf') format('truetype');
}

@font-face {
    font-family: "Railway";
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Raleway/Raleway-Black.ttf') format('truetype');
}


/*
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon/icomoon.eot?7hgu2r');
    src:  url('../fonts/icomoon/icomoon.eot?7hgu2r#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.ttf?7hgu2r') format('truetype'),
    url('../fonts/icomoon/icomoon.woff?7hgu2r') format('woff'),
    url('../fonts/icomoon/icomoon.svg?7hgu2r#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    !* use !important to prevent issues with browser extensions that change fonts *!
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    !* Better Font Rendering =========== *!
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
    content: "\e900";
}
.icon-arrow-left:before {
    content: "\e901";
}

*/

:root {
    --cyan-color: #71F3D8;
    --cyan-color-2: #00F7D7;
    --cyan-color-3: #00FFCA;
    --cyan-color-4: #94F0D9;
    --blue-color-1: #293B76;
    --blue-color-2: #2D3A72;
    --blue-color-3: #323A6B;
    --blue-color-4: #303A6E;
}

html{
    height: 100%;
}

body, div, ol, ul, li, h1, h2, h3, h4, h5, h6, input, textarea, p, hr, img{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: 'LaoMN';
    font-size: inherit;
    line-height: inherit;
}

input, button, select, textarea{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

ol, ul{
    list-style: none;
}

a{
    text-decoration: none;
    color: inherit;
}

.main{
    width: 100%;
    margin-top: 122px;
}

.main.pushed{
    margin-top:100px;
}

body{
    font: 1.5625rem 'LaoMN',sans-serif;
    color: #fff;
    font-weight: 400;
    height: calc(100% - 516px);
    font-feature-settings: 'liga';
    text-rendering: optimizeLegibility;
    background: var(--blue-color-1);
    line-height: 1.2;
}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*div.page{
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 850px;
}*/

/*
h1{
    color: var(--black-color);
    font-size: 45px;
    line-height: 45px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.5px;
    text-transform: none;
}

h2{
    color: var(--black-color);
    font-size: 35px;
    line-height: 45px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.5px;
    text-transform: none;
}

h3{
    color: var(--black-color);
    font-size: 25px;
    line-height: 30px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
}

h4{
    color: var(--black-color);
    font-size: 20px;
    line-height: 30px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
}
*/

p{
    color: var(--black-color);
    font-size: 17px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
}

.th-style{
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
}

.th-style.large{
    font-size: 28px;
    margin-left: -4px;
}

.white-color{
    color: #fff;
}

.mainContainer{

}

header{
    position: absolute;
    /*padding:24px 30px;*/
    overflow: visible;
    top:0;
    left:0;
    right:0;
    width: 100%;
    text-align: center;
    z-index: 10000;
}

.innerHeader{
    display: table;
    max-width: 1753px;
    margin: auto;
    border-bottom: 2px solid #FFFFFF;
    padding: 2.6875rem 0;
    width: 95%;
}

.panelOverlay{
    position: fixed;
    height:100%;
    width:100%;
    background: rgba(162, 162, 162, 0.88);
    left:0;
    top:0;
    display: none;
}

header .hamburger{
    display: none;
}

header .logo{
    vertical-align: middle;
    display: flex;
    align-items: end;
}

header .logo div{
    white-space: nowrap;
    margin-left: 28px;
    line-height: 0.75;
}
header .logo div span{
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-top: 8px;
}
body.insidePage header .logo{
/*    display: table-cell;*/
    display: table-cell;
/*    margin-top: 15px;
    margin-left: 26px;
    display: block;*/
}

header .logo > img{
    vertical-align: middle;
}

header .logo img.logo-inside{
    display: none;
}

header .logo div{
    position: relative;
}
header .logo .plane{
    position: absolute;
    left: 85%;
    top: -35px;
    opacity: 0;
    transition: all .2s;
}

header .logo .plane.animated{
    opacity: 1;
    left: 0;
}

div.headerMenu{
    display: table-cell;
    /*vertical-align: middle;*/
    vertical-align: middle;
    width: 100%;
    text-align: right;
}

div.headerMenu ul li{
  /*  display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin:0 8px;
    border-bottom: 5px solid transparent;
    position: relative;*/
    font-family: "Abril Fatface";
    color: #fff;
    display: inline-block;
    /*margin-left: 66px;*/
    margin-left: 3%;
    position: relative;
    line-height: 1;
    /*text-transform: uppercase;*/
    vertical-align: middle;
}

div.headerMenu ul li:last-child{
    color: var(--cyan-color);
}

/*div.headerMenu ul li:hover,
div.headerMenu ul li.active{
    border-bottom:3px solid #f7b250;
}*/

.bottomHeader{
    max-width: 1753px;
    margin: auto;
    width: 95%;
}

.bottomHeader ul li{
    width: 25%;
    float: left;
    opacity: 0.38;
    cursor: pointer;
}

.bottomHeader ul li.active{
    opacity: 1;
    font-weight: 700;
}

.bottomHeader ul li.active:before {
    content: '';
    background: #fff;
    width: 100%;
    display: block;
    border-radius: 6px;
    height: 7px;
    margin-top: -4px;
}

.bottomHeader ul li.active span{
    margin-top: 26px;
}

.bottomHeader ul li span{
    margin-top: 29px;
    display: block;
}

div.page h2{
    font-size: 2.1875rem;
    margin-bottom: 2.5rem;
    font-weight: 400;
    font-family: 'Abril Fatface';
}

div.page h3{
    font-weight: 400;
}

div.content{
    max-width: 1753px;
    width: 95%;
    margin:auto;
    overflow:hidden;
}

.button{
    display: inline-block;
    padding: 16px 0;
    cursor: pointer;
    outline: none;
    text-align: center;
    border: 2px solid var(--cyan-color);
    color: var(--cyan-color);
    border-radius: 33px;
    font-family: "Abril Fatface";
    width: 243px;
}

.button.fill{
    background: var(--cyan-color);
    color: var(--blue-color-2);
}

.button.fill:hover{
    background: var(--cyan-color-3);
}

.button.xl{
    width: 100%;
}

.introPage{
/*    background-size: 100% 100%;
    background-image: url(../images/homepage-background.png);*/
    position: relative;
    /*padding-bottom: 53px;*/
    padding-bottom: 55px;
    height: 100vh;
}

/*.introPage{
    !*    background-size: 100% 100%;
        background-image: url(../images/homepage-background.png);*!
    position: relative;
    !*padding-bottom: 53px;*!
    padding-bottom: 55px;
    height: 100vh;
}

.introPage .content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    !* align-content: center; *!
    height: 100%;
    flex-wrap: wrap;
    padding-top: 238px;
}

.introCenter{
    flex: 1;
    display: flex;
    !* align-items: center; *!
    flex-direction: column;
    text-align: left;
    align-content: center;
    justify-content: center;
}*/

.introCenter{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.sliderBackgrounds .background{
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity .6s;
    opacity: 0;
}

.sliderBackgrounds .background{
    background-size: cover;
    background-position: center;
}

.sliderBackgrounds .background:nth-child(1){
    background-image: url(../images/homepage-background.png);
}

.sliderBackgrounds .background:nth-child(2){
    background-image: url(../images/homepage-background2.jpg);
}

.sliderBackgrounds .background:nth-child(3){
    background-image: url(../images/homepage-background3.jpg);
}

.sliderBackgrounds .background:nth-child(4){
    background-image: url(../images/homepage-background4.jpg);
}

.sliderBackgrounds .background.active{
    opacity: 1;
}

.introPage .content{
    position: relative;
    height: 100%;
}

.introPage:after {
    content: '';
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 461px;
    background: transparent linear-gradient(180deg, #293B7600 0%, #293B76 96%, #293B76 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    position: absolute;
}

.introPage:before {
    content: '';
    top: 0px;
    left: 0px;
    width: 1193px;
    height: 100%;
    /* transform: matrix(0, 1, -1, 0, 0, 0); */
    background: transparent linear-gradient(270deg, #293B7600 0%, #293B76 96%, #293B76 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    position: absolute;
}

.introText{
    font-size: 3.4375rem;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.introText .packageText{
    display: none;
}

.introText .packageText.active{
    display: block;
}
.introText span{
    font-weight: 400;
}
.introButtons{
    margin-top:22px;
    position: relative;
    z-index: 1;
}

.introButtons .button:first-child{
    margin-right: 14px;
}

.introPictures{
    position: relative;
    z-index: 1;
  /*  display: table-cell;
    min-width: 877px;*/
    vertical-align: middle;
    transition: opacity .7s;
    margin-left: -10px;
    width: 51%;
    min-width: auto;
    display: block;
}

.introPictures img{
    width: 100%;
}
/*.introPictures div.outerSliderWrapper{
    width: 877px;
    overflow: hidden;
}

.introPictures div.innerSliderWrapper{
    font-size: 0;
    position: relative;
    right: 0;
    transition: right .3s;
}

.introPictures img{
    margin-left: 21px;
}

.introPictures img:first-child{
    margin-left:0;
}*/

.outerSliderWrapper span{
    padding: 0 10px;

}
.outerSliderWrapper img{
    border-radius: 20px;
    width: 100%;
}

.introBottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.introBottomText{
    font-size: 84px;
    text-align: right;
    color: var(--cyan-color-2);
    font-family: 'Abril Fatface';
    line-height: 1.1;
    vertical-align: middle;
    Z-index:1;
}

.socialMedia {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 153px;
}
.socialMedia ul li {
    margin-bottom: 12px;
}
#aboutPage{
    background: var(--blue-color-1);
    padding-top: 9.4rem;
    padding-bottom: 11.5rem;
    position: relative;
}
div#aboutPage:before {
    content: '';
    background: url(../images/corner.png);
    background-size: 100%;
    width: 32%;
    height: 100%;
    display: block;
    position: absolute;
    left: -2.5%;
    top: -82px;
    background-repeat: no-repeat;
}
#aboutPage h2 br{
    display: none;
}
#aboutPage .aboutText{
    text-align: center;
    max-width: 1302px;
    margin: auto;
    line-height: 1.6;
}

#servicesPage{
    background: #fff;
    color: var(--blue-color-2);
    padding-top: 11.3rem;
    padding-bottom: 12.8rem;
    position: relative;
    overflow-x: clip;
}

#servicesPage h2 br{
    display: none;
}
div#servicesPage:before {
    content: '';
    background: url(../images/corner2.png);
    background-size: 100%;
    width: 51%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: -5.5%;
    background-repeat: no-repeat;
}

#servicesPage .content{
    overflow: visible;
}

#servicesPage h2{
    margin-bottom: 0;
    line-height: 1.35;
}

.services{
    margin-top: 20px;
}

.services ul li {
    height: 632px;
    display: inline-block;
    vertical-align: top;
    width: 439px;
    border-radius: 46px;
    background: transparent;
    margin-right: 3.1rem;
    margin-top: 3.3rem;
    position: relative;
    z-index: 1;
    perspective: 1000px;
}

.services ul li img{
    border-top-left-radius: 46px;
    border-top-right-radius: 46px;
}

.services ul li .innerCard{
    transition: transform 0.6s;
    transform-style: preserve-3d;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
    border-radius: 46px;
    box-shadow: 0px 0px 35px #00000019;
}

.services ul li img.mobile{
    display: none;
}
.services ul li .overlay{
    font-family: Quicksand;
    top:0;
    position: absolute;
    height: 100%;
    background: #2D3A72;
    color: #fff;
    z-index: -1;
    display: flex;
    align-items: center;
    line-height: 1.6;
    padding: 47px;
    box-shadow: 0px 0px 35px #00000019;
    border-radius: 46px;
    display: flex;
    visibility: hidden;
    transition: opacity .3s;
    opacity: 0;

    visibility: visible;
    z-index: 2;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateY(180deg);
}

.services ul li.empty-spacer{
    box-shadow: none;
}

.services ul li .serviceTitle{
    display: block;
    font-size:1.75rem;
    color: #353F72;
    margin-top: 2.9rem;
    font-weight: 900;
    font-family: 'Railway';
}

.serviceInfo{
    padding-left:43px;
    padding-right: 49px;
}

.services ul li .readMore{
    font-family: 'Quicksand';
    font-weight: 500;
    color: #D6D6D6;
    position: absolute;
    bottom: 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    padding-right: 65px;
}

#aboutSecPage{
    padding:8.6rem 0;
    background: #F5F5F5;
    position: relative;
    overflow-x: clip;
}

div#aboutSecPage:before {
    content: '';
    background: url(../images/corner3.png);
    background-size: 100%;
    width: 42.5%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: -44.5%;
    background-repeat: no-repeat;
}

/*
#aboutSecPage .content{
    display: flex;
    align-items: center;
}
*/

#aboutSecPage .content {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
}

.aboutSecImages{
    position: relative;
    padding-bottom: 59px;
}
.aboutSecImages img {
    border-radius: 55px;
}

/*
.aboutSecImages img:nth-child(1){
    position: relative;
    z-index: 2;
}

.aboutSecImages img:nth-child(2){
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 34px;
    z-index: 1;
}

.aboutSecImages img:nth-child(3){
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: 0;
}
*/

.aboutSecImages img.blankImage{
    position: relative;
    z-index: 2;
    width: 100%;
    visibility: hidden;
}

/*.aboutSecImages img:first-child{
    border-radius: 40px;
}
.aboutSecImages img:nth-child(2){
    border-radius: 44px;
}
.aboutSecImages img:nth-child(3){
    border-radius: 55px;
}*/
.aboutSecImages img.topImage {
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    width: 100%;
    transition: width .8s, top .8s, opacity .8s;
}
.aboutSecImages img.centerImage {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 12.5%;
    z-index: 1;
    width: 91%;
    transition: width .8s, top .8s, opacity .8s;
    opacity: 0.6;
}
.aboutSecImages img.bottomImage {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 23.5%;
    z-index: 0;
    width: 83%;
    transition: width .8s, top .8s, opacity .8s;
    opacity: 0.45;
}
/*.aboutSecText{
    color: var(--blue-color-2);
    padding-left:84px;
}*/

.panel{
    display: none;
}
.aboutSecText {
    color: var(--blue-color-2);
    padding-left: 5.25rem;
    width: 58%;
}

.aboutSecText div{
    line-height: 1.6;
}
.aboutSecText h3{
    margin-top:45px;
    font-weight: 700 !important;
}
.aboutSecText .remarks{
    border-top: 2px solid var(--blue-color-4);
    color: var(--blue-color-4);
    display: flex;
    font-size: 1.25rem;
    padding-top:39px;
    margin-top:39px;
}

.readMore span.arrow-up-right{
    background-image: url(../images/arrow-up-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: 3px solid #373F6F;
    opacity: 1;
    border-radius: 50%;
    width: 68px;
    height: 68px;
}

span.arrow-down-left{
    z-index: 10;
    position: absolute;
    border: 3px solid #fff;
    background-image: url(../images/arrow-down-left.svg);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    border-radius: 50%;
    width: 68px;
    height: 68px;
    bottom: 19px;
    right: 17px;
}

.booknow {
    height: 216px;
    color:#00F7D7;
    border-radius: 30px;
    background: linear-gradient(270deg, #2D3A7200 0%, #303A6E 46%),url(../images/booknow-background.png);
    background-size: 100%,auto;
    background-position: left,right;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 51px;
    padding-right: 76px;
    margin-bottom: 8.8rem;
}
.booknow h2{
    width: 715px;
    font-size: 3.8125rem !important;
    margin-bottom: 0 !important;
    line-height: 1.1;
}

#travelTipsPage{
    color: var(--blue-color-3);
    background: #fff;
    padding-top:81px;
    position: relative;
}

#travelTipsPage .content{
    position: relative;
    z-index: 2;
}
div#travelTipsPage:after {
    content: '';
    background: url(../images/corner4.png);
    background-size: 100%;
    background-position-y: bottom;
    width: 33%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
}


.travelTips .tipsDescription{
    line-height: 1.6;
    margin-top: 3rem;
}
.tipsColumn {
    width: 48.5%;
    margin-right: 3%;
}

.tipsList{
    margin-top: 2.5rem;
    display: flex;
}

.tipsList ul li {
    border: 3px solid var(--cyan-color);
    border-radius: 15px;
    font-size: 1.5rem;
    /* padding: 30px 0; */
    padding-left: 27px;
    color: var(--blue-color-3);
    cursor: pointer;
    margin-bottom: 15px;
    min-height: 94px;
}

.tipsList ul li .tipTitle{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 89px;
}
.tipsList ul li .tipContent{
    display: none;
    color: var(--blue-color-3);
    font-size: 1.375rem;
    position: relative;
}

.tipsList ul li h4{
    font-weight: 700;
}
.tipsList ul li:nth-child(2n+2) {
    margin-right:0;
}

.tipsList ul li span.show-info{
    border-left: 3px solid var(--cyan-color);
    padding: 31px;
}

.tipsList ul li span.feather-arrow-down{
    background: url("../images/feather-arrow-down.png");
    width: 25px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.tipsList ul li span.feather-arrow-up {
    background: url("../images/feather-arrow-up.png");
    width: 25px;
    height: 24px;
    display: none;
    position: absolute;
    right: 4px;
    top: -12px;
}

.tipsList ul li .tipContent h4{
    color: var(--blue-color-3);
    font-size: 22px;
}

.tipsList ul li.open {
    background: #71F3D8;
    padding: 32px 25px;
}
.tipsList ul li.open .tipTitle{
    display: none;
}
/*.tipsList ul li.open .tipContent{
    display: block;
}*/

.tipsList ul li.animated span.feather-arrow-up{
    display: inline-block;
}

.tipsSection{
    margin-bottom: 6rem;
}

.tipsSection .contactInfo{
    display: flex;
    align-items: center;
    margin-top:40px;
}

.contactInfo a{
    width: 50%;
}

.contactInfo img.map{
    width: 100%;
    border-radius: 40px;
}

.contact ul li{
    display: flex;
    color: var(--blue-color-2);
    font-weight: 700;
    margin: 43px 0;
    align-items: center;
}

.contact ul li span{
    margin-left:1.55rem;
}
.contactInfo .contact{
    width: 50%;
    padding-left: 108px;
}
footer{
    background: var(--blue-color-1);
}

footer > .content{
    padding-top: 8.3rem;
    padding-bottom: 5rem
}
.copyright{
    background: var(--cyan-color);
    color: var(--blue-color-2);
    font-size: 1.125rem;
    font-weight: 700;
    padding: 20px 0;
    line-height: 1;
}

.footerSection {
    float:left;
}

.footerSection:first-child{
    margin-right: 191px;
}

.footerSection:first-child div{
    color: var(--cyan-color-4);
}
.footerSection:last-child{
    float: right;
}

.footerSection.footerMenu{
    width: 350px;
}

.footerSection.footerMenu ul li{
    display: inline-block;
    width: 49%;
    font-weight: 700;
    line-height: 1.4;
}

.footerSection:last-child{
    font-weight: 700;
}

.footerSection ul.sm-list{
    margin-top: 12px;
}

.footerSection ul.sm-list li{
    display: inline-block;
    margin-right: 1.75rem;
}

.footerSection ul.sm-list li:last-child {
    margin-right: 0;
    text-align: right;
}

div.webFormWrapper div.field{
    margin-bottom: 42px;
    /*overflow: hidden;*/
}

div.inlineFieldWrapper{
    font-size: 0;
}

div.inlineFieldWrapper div.field{
    display: inline-block;
    width: 50%;
}

div.inlineFieldWrapper div.field:first-child{
    padding-right: 1%;
}

div.webFormWrapper div.field div.inline-field{
    float:left;
    width: 49%;
    margin-right:2%;
}

div.webFormWrapper div.field div.inline-field:last-child{
    margin-right:0;
}

div.webFormWrapper div.field input,
div.webFormWrapper div.field select,
div.webFormWrapper div.field textarea{
    background: #EFEFEF;
    border-radius: 33px;
    padding: 18px 39px;
    width: 100%;
    color: var(--blue-color-2);
    outline: none;
}

textarea{
    height: 185px;
}
/*div.webFormWrapper div.field textarea{
    background-image: linear-gradient(90deg, #f7b250 78%, transparent 50%),url(../images/inputlargeyellow.png?n=24533)
}*/

div.webFormWrapper div.field select{
    padding: 15px 6px;
}

div.webFormWrapper div.field select option{
    color: #fff;
}

div.webFormWrapper input[type='submit']{
    padding: 22px 92px;
    background-size: 255px 179px;
    font-weight: 600;
}

div.field input::placeholder,
div.field textarea::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--blue-color-2);
    opacity: 0.5;
}

div.field input:-ms-input-placeholder,
div.field textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size:17px;
    font-family: 'Montserrat',sans-serif;
    color: #fff;
    /*font-style: italic;*/
    font-weight: 500;
}

div.field input::-ms-input-placeholder,
div.field textarea::-ms-input-placeholder { /* Microsoft Edge */
    font-size:17px;
    font-family: 'Montserrat',sans-serif;
    color: #fff;
    /*font-style: italic;*/
    font-weight: 500;
}

#bookingOverlay{
    opacity: 0;
    display: none;
    transition: opacity .7s;
}

.introPage.openOverlay #bookingOverlay{
    display: block;
}

.introPage.animateOverlay #bookingOverlay{
    opacity: 1;
}

.introPage.animateOverlay .introPictures{
    opacity: 0;
}

.introPage .content{
    overflow: visible;
}

#bookingOverlay.webFormWrapper{
    top: 342px;
    z-index: 1;

    background: #FFFFFF;
    border-radius: 30px;
    padding: 67px;
    position: absolute;
    width: 100%;
    padding-bottom: 53px;
}

.fieldsWrapper{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
#bookingOverlay.webFormWrapper h2{
    font-family: "LaoMN";
    color: var(--blue-color-2);
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 67px;
}

.submitField{
    width: 46%;
    float: right;
    margin-bottom: 0 !important;
}

.submitField .message{
    display: none;
}

.submitField.submitted{
    color: var(--blue-color-2);
    width: 100%;
    padding:18px 0;
}

.submitField.submitted .button{
    display: none;
}

.submitField.submitted .message{
    display: block;
}

#bookingOverlay.webFormWrapper h2 span{
    font-weight: 400;
}

.closeOverlay{
    position: absolute;
    right: 25px;
    top: 25px;
    opacity: 0.5;
}
.closeOverlay:hover{
    opacity:1;
}
#bookingOverlay.webFormWrapper .formSection{
    width: 46%;
}

.counter {
    display: flex;
    width: 426px;
    /* align-items: center; */
    position: relative;
}

.labelField{
    display: flex;
    align-items: center;
}
.field label{
    color: var(--blue-color-2);
    flex: 1;
    text-align: center;
}
.counter a {
    background: var(--blue-color-4);
    width: 50%;
    text-align: center;
    padding: 18px 39px;
    font-weight: 700;
}

.counter a:first-child {
    border-top-left-radius: 33px;
    border-bottom-left-radius: 33px;
    text-align: left;
}
.counter a:last-child {
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
    text-align: right;
}
div.field .counter input {
    background: rgba(255,255,255,0.12) !important;
    color: var(--cyan-color-4) !important;
    text-align: center;
    width: 66px !important;
    padding: 18px 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    border-radius: 0!important;
    outline: none;
}