@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600;700;800&display=swap');


/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v20/mem8YaGs126MiZpBA-UFWJ0bf8pkAp6a.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v20/mem8YaGs126MiZpBA-UFUZ0bf8pkAp6a.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v20/mem8YaGs126MiZpBA-UFWZ0bf8pkAp6a.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v20/mem8YaGs126MiZpBA-UFVp0bf8pkAp6a.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v20/mem8YaGs126MiZpBA-UFWp0bf8pkAp6a.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v20/mem8YaGs126MiZpBA-UFW50bf8pkAp6a.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v20/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

#booking-form #lp-form .field-control-group .error { position: absolute; top: 46px; z-index: 11; width: auto; right: 3px; background: #ffdcdc;
padding: 6px 10px; border-radius: 3px; color: #ff0000; font-weight: 500; bottom: 0;  margin: auto; height: 80%; border: 1px solid #fe8484;
font-size: 12px; }
#booking-form #lp-form .field-control-group .error::after { content: ""; position: absolute; border-right: 1px solid transparent; border-left: 1px solid #fe8484;
border-bottom: 1px solid #fe8484; top: -4px; right: 7px; border-top: 1px solid transparent; width: 8px; height: 8px; background: #ffdcdc;
transform: rotate(135deg); }
#booking-form #lp-form .field-control-group select + .error { right: 3px; top: auto; bottom: -30px; }
#booking-form #lp-form .field-control-group[data-field-type="multiselect"] .multiselect-container li .checkbox { text-indent: 22px; display: block; overflow-y: hidden; padding: 3px 0;}
#booking-form #lp-form .field-control-group[data-field-type="multiselect"] .multiselect-container input[type="checkbox"] { position: absolute; left: 0; top: -7px; }
.unimmetpul p { margin: 0;}
.unimmetpul ul li { font-size: 18px; margin: 0 0 10px; }
.blockcont { display: flex; flex-wrap: wrap; justify-content: flex-start; margin-bottom: 20px; padding: 0; }
.blockcont .bglblue {background: rgb(81, 73, 156);}
.blockcont .bgdblue {background: rgb(56, 49, 117);}
.blockcont > div { 	width: 32%; 	color: #fff; 	padding: 30px; 	border-radius: 5px;	font-size: 16px;	line-height: 26px;	font-family: open sans;
	display: flex;	flex-wrap: wrap;	justify-content: center;	flex-direction: column;  text-align: center; border: 1px solid #000; }
.blockcont > div:not(:last-child){margin-right: 2%;}
.blockcont.blockcont2 > div { 	width: 100%; }
.blockcont.blockcont3 > div { 	width: 49%; }
.blockcont > div strong {	display: block;	margin-top: 20px; }
.opnsansbold {font-family: 'Open Sans', sans-serif; font-weight: 700;}
.bultdpoints p {font-size: 18px; line-height: 28px; margin-bottom: 15px;}

@media (max-width: 767px) {
.blockcont.blockcont3 > div, .blockcont > div { 	width: 100%; }
.blockcont > div:not(:last-child){margin-right: 0; margin-bottom: 20px;}
.blockcont {padding: 0 20px;}
}