/*
 Theme Name:   Divi Child
 Description:  Divi Child Theme
 Author:       Ivaylo Ivanov
 Author URI:   http://example.com
 Template:     Divi
 Text Domain:  Divi
*/

/* =Theme customization starts here
------------------------------------------------------- */

/*Header Start*/

.et-fixed-header{
	background-color: #dcdde1;
}

#top-header{
	font-size: 16px!important;
}

/*Left Side*/

.homepage-form{
	background-color: #ffffff;
	box-shadow: 0px 0px 13.5px 1.5px rgba(84, 83, 83, 0.3);
	padding: 20px;
	border-radius: 5px;
	max-width: 820px;
	width: 100%;
	margin: auto;
}

.sticky-form{
	padding: 20px;
	max-width: 820px;
	width: 70%;
	float: left;
}

.homepage-form h2{
	margin-bottom: 15px;
}

.homepage-form .wpcf7-spinner{
  display: none;
}

.homepage-form p, .sticky-form p{
	padding: 0!important;
}

.homepage-form .wpcf7-form-control-wrap input[type=text], .sticky-form .wpcf7-form-control-wrap input[type=text]{
	width: 100%;
	height: 60px!important;
	padding: 15px 15px 15px 35px;
  font-size: 17px;
}

.homepage-form .wpcf7-form-control-wrap[data-name="flight-num"] input[type=text], .sticky-form .wpcf7-form-control-wrap[data-name="flight-num"] input[type=text]{
	border-radius: 5px 0 0 5px;
}

.homepage-form .wpcf7-form-control-wrap[data-name="flight-num"]::before, .sticky-form .wpcf7-form-control-wrap[data-name="flight-num"]::before{
	width: 30px;
	height: 30px;
	display: block;
	content: "";
	background: url(/wp-content/uploads/2018/10/sprites-seconstep.png) no-repeat;
	background-position: -15px -10px;
	position: absolute;
	left: 10px;
	top: 18px;
	z-index: 1;
}

.homepage-form .wpcf7-form-control-wrap[data-name="flight-num"], .sticky-form .wpcf7-form-control-wrap[data-name="flight-num"], .homepage-form .wpcf7-form-control-wrap[data-name="flight-date"], .sticky-form .wpcf7-form-control-wrap[data-name="flight-date"]{
  display: block;
  float: left;
  width: 33.33333333%;
  cursor: pointer;
}

.homepage-form .wpcf7-form-control-wrap[data-name="flight-date"] input[type=text], .sticky-form .wpcf7-form-control-wrap[data-name="flight-date"] input[type=text]{
	border-radius: 0px;
	margin-left: -1px;
  width: 100%;
}

.homepage-form .wpcf7-form-control-wrap[data-name="flight-date"] input[type=date], .sticky-form .wpcf7-form-control-wrap[data-name="flight-date"] input[type=date]{ height: 60px; }

.homepage-form .wpcf7-form-control-wrap[data-name="flight-date"]::before, .sticky-form .wpcf7-form-control-wrap[data-name="flight-date"]::before{
	width: 30px;
	height: 30px;
	display: block;
	content: "";
	background: url(/wp-content/uploads/2018/10/sprites-seconstep.png) no-repeat;
	background-position: -15px -280px;
	position: absolute;
	left: 10px;
	top: 18px;
	z-index: 1;
}

.homepage-form .wpcf7-form-control.wpcf7-submit, .sticky-form .wpcf7-form-control.wpcf7-submit{
	width: 33.33333333%;
	height: 60px;
	border-radius: 0 5px 5px 0;
  margin-left: -1px;
}

.homepage-form .ajax-loader, .sticky-form .ajax-loader{
	display: none!important;
}

/*.form-shadow{
	box-shadow: 0px 5px 20px #aab9c3;
	-moz-box-shadow: 0px 5px 20px #aab9c3;
	-webkit-box-shadow: 0px 5px 20px #aab9c3;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}*/

.homepage-form .wpcf7-form-control-wrap input.wpcf7-text:focus{
  outline: 0;
  -webkit-outline: none;
  -moz-outline: none;
  -o-outline: none;
  border-color: #007ee5;
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
}

.homepage-form .wpcf7-form-control-wrap input.wpcf7-date:focus{
  outline: 0;
  -webkit-outline: none;
  -moz-outline: none;
  -o-outline: none;
  border-color: #007ee5;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.inputs-hp{
    display: block;
}

.second-form hr{
  margin-bottom: 40px;
  margin-top: 0;
  border-color: transparent;
}

[data-id="stops"], [data-id="oneStop"], [data-id="twoStops"], [data-id="threeStops"], [data-id="fourStops"], [data-id="whatHappens"], [data-id="zakusnq"], [data-id="delay"], [data-id="didNotifyGroup"],
[data-id="otherReasonGroup"], [data-id="airlineContactGroup"], [data-id="haveInsuranceGroup"], [data-id="moneyRecovery"], [data-id="Otmenen"], [data-id="delayOtmenen"], [data-id="didNotifyOtmenen"],
[data-id="whatdelayOtmenen"], [data-id="otherReasonOtmenen"], [data-id="whenNotifiedOtmenen"], [data-id="newRouteOtmenen"], [data-id="recoveryValueOtmenen"],
[data-id="doCareOtmenen"], [data-id="mRandInsuranceOtmenen"], [data-id="accesDenied"], [data-id="checkIn"], [data-id="secOrDoc"], [data-id="seatOnPlaneGroup"], [data-id="personalInfo"], [data-id="submit"] {
  margin-top: 40px;
}


.w100{
	width: 100%!important;
}

.select2-hidden-accessible {
  height: 45px!important;
}

.select2-container{
  width: 100%!important;
}

.select2-container .select2-selection--single{
  height: 45px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 42px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 42px!important;
}

.select2-container--default .select2-selection--single{
  background-color: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  height: 45px;
  width: 100%;
  font-size: 16px;
  color: #353b48;
  box-shadow: inset 1px 2px 0 0 #fbfbfb;
}

.select2-dropdown{
  background-color: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
  border-radius: 5px;
}

.select2-search--dropdown .select2-search__field{
  padding: 10px!important;
}

select{
  height: 42px;
  width: 100%;
}

.second-form .wpcf7-form-control-wrap input[type=text], input[type=date], input[type=email], input[type=tel], input[type=textarea], textarea, .contacts .wpcf7-form-control-wrap input[type=text], input[type=email], textarea{
	background-color: #ffffff;
  border: 1px solid #c1c1c1;
	padding: 10px;
	border-radius: 5px;
	height: 45px;
	width: 100%;
	font-size: 16px;
  color: #353b48;
  box-shadow: inset 1px 2px 0 0 #fbfbfb;
}

.second-form .wpcf7-form-control-wrap textarea{
	height: 100px;
}

.second-form .wpcf7-form-control-wrap input[type=text]:focus, input[type=date]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=textarea]:focus, textarea:focus {
  outline: 0;
  -webkit-outline: none;
  -moz-outline: none;
  -o-outline: none;
	border-color: #007ee5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.second-form .wpcf7-form-control-wrap.checkbox-334 .wpcf7-list-item{
	display: unset;
	float: unset;
	border: none;
}

.second-form .wpcf7-form-control-wrap.checkbox-334 .wpcf7-list-item:hover{
	background-color: unset;
}

.second-form .inhead{
	font-size: 21px;
	font-weight: 300;
	padding-bottom: 10px;
}

.wpcf7-form-control-wrap.menu-491 .wpcf7-select{
	background: #F1F3F4 url(/wp-content/uploads/2018/10/Arrow-Down-Icon.png) no-repeat 98% 50%;
}

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

.wpcf7-form-control-wrap.menu-619 select, .wpcf7-form-control-wrap.menu-620 select{
	background: #fff url(/wp-content/uploads/2018/10/Arrow-Down-Icon.png) no-repeat 96% 50%;
	background-size: 12px;
}

.wpcf7-form-control-wrap:last-child .wpcf7-form-control.wpcf7-select{
    margin-right: 0;
}

.wpcf7-form-control.wpcf7-select:focus {
  border:1px solid #007ee5;
  outline: 0;
  box-shadow: 1px 1px 0 #007ee5, -1px 1px 0 #007ee5, 1px -1px 0 #007ee5, -1px -1px 0 #007ee5;
  transition: 0.6s;
}

.wpcf7-form-control.wpcf7-submit{
	height: 40px;
	background-color: #007ee5;
	border-radius: 5px;
	border: none;
	color: white;
	font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  padding: 10px 50px;
  text-align: center;
  width: 100%;
  cursor: pointer;
}

.wpcf7-form-control.wpcf7-submit:hover{
	background-color: #0073e6;
}

.flatpickr-day{
  color: #000000!important;
  font-weight: 600!important;
}

.flatpickr-day.nextMonthDay, .flatpickr-day.prevMonthDay{ color: #636e72; font-weight: 400!important;}

.flatpickr-day.selected{ color: #ffffff!important; }

.homepage-form input[type=date]{
  height: 60px;
}

/*Right Side*/

.entry-content ul{
  padding: 0!important;
}

.header-benefits h2{
  color: black;
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.header-benefits{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.header-benefits h5{
  background: url(/wp-content/uploads/2018/10/Ok-Icon-green.png) no-repeat left center;
  padding: 5px 0px 5px 30px;
}

.euf{
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 820px;
  width: 100%;
  margin: auto;
  font-size: 12px;
  justify-content: center;
}

.euf img{
  margin-left: 10px;
}

/*Header End*/

/*Icons start*/

.form-head{
	/*padding-left: 27px;*/
	margin: 0px 0px 10px 10px;
	position: relative;
}

.form-head:before{
	background: url(/wp-content/uploads/2018/10/sprites-seconstep.png) no-repeat;
	display: block;
  position: absolute;
  top: 2px;
  left: 0px;
  content: "";
  width: 20px;
  height: 20px;
}

[data-name="flight-num"]:before{
  background-position: -15px -10px;
}

[data-name="flight-date"]:before{
  background-position: -15px -280px;  
}

[data-name="flight-name"]:before{
  background-position: -15px -376px;
}

[data-name="flight-email"]:before{
  background-position: -15px -54px;
}

[data-name="flight-tel"]:before{
  background-position: -15px -188px;
}

[data-name="flight-time"]:before{
  background-position: -15px -98px;
}

[data-name="flight-error"]:before{
  background-position: -15px -142px;
}

[data-name="flight-file"]:before{
  background-position: -15px -232px;
}

[data-name="flight-message"]:before{
  background-position: -15px -328px;
}

[data-name="flight-subject"]:before{
  background: url(/wp-content/uploads/2018/10/subject-e1540804709888.png) no-repeat;
  top: 6px;
}

/*----------------------*/

.icon-benefits{
	display: block;
	height: 48px;
	width: 48px;
	background: url(/wp-content/uploads/2018/10/benefit-sprites.png) no-repeat 0 0;
	/*margin: auto;*/
  margin-right: 5px;
  float: left;
}

.i-user{
	background-position: -20px -196px;
}

.i-money{
	background-position: -20px -108px;
}

.i-calendar{
	background-position: -20px -20px;
}

.icon-how{
	display: block;
	height: 150px;
	width: 150px;
	margin: auto;
	margin-bottom: 20px;
}

.i-form{
  background: url(/wp-content/uploads/2019/03/application-form.png) no-repeat 0 0;
}

.i-shield{
  background: url(/wp-content/uploads/2019/03/shield.png) no-repeat 0 0;
}

.i-wallet{
  background: url(/wp-content/uploads/2019/03/wallet.png) no-repeat 0 0;
}

/*Icons end*/

.how-it-works h3{
	font-size: 20px;
	font-weight: 600!important;
  text-align: center;
}

/*Reviews Start*/

.glsr-summary {
	margin: auto;
}

.reviews{
	margin-bottom: 3em;
  box-shadow: 0px 0px 13.5px 1.5px rgba(84, 83, 83, 0.3);
  padding: 15px;
  width: 100%;
  text-align: center;
  margin-right: 5%;
  display: flex;
  border-radius: 7px;
  min-height: 210px;
}

.review-content{
  margin-top: auto;
  margin-bottom: auto;
}

/*Reviews End*/

/*Обезщетения Start*/

.wide-cta {
	max-width: 300px;
	margin: auto;
	width: 90%;
}

.btn-blue {
	background-color: #007ee5;
	color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 17px;
  text-align: center;
  border-radius: 7px;
  display: block;
  padding: 10px 20px;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0px 5px 20px #aab9c3;
  -moz-box-shadow: 0px 5px 20px #aab9c3;
  -webkit-box-shadow: 0px 5px 20px #aab9c3;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.btn-blue:hover {
	background-color: #0073e6;
  box-shadow: 0px 8px 20px #aab9c3;
  -moz-box-shadow: 0px 8px 20px #aab9c3;
  -webkit-box-shadow: 0px 8px 20px #aab9c3;
}

/*Обезщетения End*/

/*Footer Start*/

#footer-info{
	float: none;
	text-align: center;
}

#main-footer{
	border-top: 1px solid #718093!important;
}

/*Footer End*/

/*Multiuse Classes*/

.text-center{
	text-align: center;
}

#width100{
	width: 100%;
}

.mb-50{ margin-bottom: 50px; }

[data-name="zapoznahSe"] label {
    border: none !important;
    padding: 12px !important;
    background-color: transparent !important;
}

.digital_signature-pad {
  border: 2px solid black;
}

.clearButton {
  margin-right: 10px !important;
}

/*Multiuse Classes*/

/*Hide header Start*/

/*.page-id-129 #top-menu{
	visibility: hidden;
}

.page-id-129 #et_mobile_nav_menu{
	visibility: hidden;
}

.page-id-135 #top-menu{
	visibility: hidden;
}

.page-id-135 #et_mobile_nav_menu{
	visibility: hidden;
}*/

/*Hide header End*/

/*CTA-nav Start*/

/*** remove shadow on main header***/
#main-header {
  box-shadow: none;
}
 
/*** add shadow to fixed header ***/
@media (min-width: 981px) {

}
/*** adjust padding on menu ***/
.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a {
  padding-bottom: 23px;
}
#top-menu li {
  padding: 0 10px !important;
}
 
.et_header_style_left #et-top-navigation {
  padding-top: 10px!important;
}
 
.et_header_style_left .et-fixed-header #et-top-navigation {
  padding-top: 10px!important;
}
 
/*** style the menu button ***/
.cta-nav a {
	color: #007ee5 !important;
  line-height: 9px;
  font-weight: 600;
  padding: 13px 16px !important;
  text-transform: uppercase;
  font-size: 16px !important;
  border-radius: 7px!important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  display: block;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  border: 2px solid #007ee5;
}

.et-waypoint {
    opacity: 1;
}
 
.cta-nav a:hover {
  opacity: 1 !important;
  color: #fff !important;
  background-color: #007ee5;
}
 
.et-fixed-header #top-menu .cta-nav a:hover {
  background-color: #007ee5;
  border: 2px solid #007ee5;
  box-shadow: 0px 5px 20px #aab9c3;
  -moz-box-shadow: 0px 5px 20px #aab9c3;
  -webkit-box-shadow: 0px 5px 20px #aab9c3;
}
 
.et-fixed-header #top-menu .cta-nav a {
  color: #fff !important;
  background-color: #007ee5;
  box-shadow: 0px 5px 20px #d6dee4;
  -moz-box-shadow: 0px 5px 20px #d6dee4;
  -webkit-box-shadow: 0px 5px 20px #d6dee4;
  border: 2px solid #007ee5;
}
.et-fixed-header.et_highlight_nav #top-menu .cta-nav a {
  background-color: #007ee5;
  border: 2px solid #007ee5;
  animation: highlight-nav .8s ease;
  -webkit-animation: highlight-nav .8s ease;
}
 
#main-header.et-fixed-header.et_highlight_nav #top-menu .cta-nav a:hover {
  background-color: #007ee5;
  border: 2px solid #007ee5;
  box-shadow: 0px 5px 20px #aab9c3;
  -moz-box-shadow: 0px 5px 20px #aab9c3;
  -webkit-box-shadow: 0px 5px 20px #aab9c3;
}
 
@-webkit-keyframes highlight-nav {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }
  50% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2)
  }
  100% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }
}
@keyframes highlight-nav {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }
  50% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2)
  }
  100% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }
}

.page-id-129 .cta-nav a{
  color: #ffffff !important;
  background-color: #007ee5;
}

/*CTA-nav End*/

/*Review page start*/

.glsr-review{
	box-shadow: 0px 0px 13.5px 1.5px rgba(84, 83, 83, 0.3);
  padding: 20px;
  border-radius: 7px;
}

.glsr-submit-review-form{
	box-shadow: 0px 0px 13.5px 1.5px rgba(84, 83, 83, 0.3);
	padding: 15px;
	border-radius: 7px;
}

.glsr-submit-review-form input[type=text], .glsr-submit-review-form input[type=email], .glsr-submit-review-form input.text, .glsr-submit-review-form input.title, .glsr-submit-review-form textarea, .glsr-submit-review-form select{
	width: 100%;
	padding: 10px;
	border-radius: 7px;
	font-size: 15px;
}

.glsr-field button{
	padding: 10px;
  border: none;
  background-color: #007ee5;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  border-radius: 7px;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.glsr-field:last-child{
	margin-bottom: 0;
}

/*Review page end*/

/*Second Step Form Page Start*/

.second-form{
  background-color: #fafafa;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

.second-form h1{
  font-size: 25px;
/*  font-family: 'Montserrat', sans-serif;*/
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

.left-side {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  width: 50%;
  float: left;
}

.right-side {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  width: 50%;
  float: left;
}

.col-1-1 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  width: 33.3%;
  float: left;
}

.col-1-2 {
  position: relative;
  min-height: 1px;
  padding: 0;
  width: 33.3%;
  float: left;
}

.col-1-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  width: 33.3%;
  float: left;
}

.col-8{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  width: 66.666667%;
  float: left;
}

.col-4{
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  width: 33.333333%;
  float: left;
}

span.wpcf7-list-item{
	margin-left: 0!important;
}

.wpcf7-form-control .wpcf7-radio{
	width: 100%!important;
}

/*span.wpcf7-list-item-label{
	margin: auto;
}*/

.wpcf7-list-item label{
	width: 100%;
	text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #007ee5;
  border-radius: 5px;
  background-color: #ecf9ff;
  padding: 10px 25px;
  color: #353b48;
  width: 100%;
  cursor: pointer;
}

.wpcf7 .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}

.wpcf7-form .wpcf7-radio label {
  position: relative;
  cursor: pointer;
}

.wpcf7-form .wpcf7-radio input[type=radio] {
  position: relative;
  visibility: hidden;
}

.wpcf7-form .wpcf7-radio input[type=radio] + span {
/*   border: 3px solid red;  */
}

.wpcf7-form .wpcf7-radio input[type=radio] + span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 18px;
  width: 18px;
  top: 9px;
  left: 12px;
  border: 2px solid #007ee5;
}

.wpcf7-form .wpcf7-radio input[type=radio] + span:after {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 15px;
  left: 18px;
  visibility: hidden;
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:before {
  background: transparent;
/*     border-color: red; */
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:after {
  background: #007ee5;
  visibility: visible;
}

.wpcf7-form .wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
  position: relative;
  visibility: hidden;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span {
/*   border: 3px solid red;  */
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 5px;
  height: 18px;
  width: 18px;
  top: 10px;
  left: 10px;
  border: 2px solid #007ee5;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: '\2713';
    color: #007ee5;
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 6px;
    left: 15px;
    visibility: hidden;
    font-size: 16px;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: transparent;
/*     border-color: red; */
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:after {
/*    background: #222; */
   visibility: visible;
}

.wpcf7-form-control-wrap.zapoznahSe .wpcf7-list-item label{
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  box-sizing: border-box;
  border: none; 
  border-radius: 5px;
  background-color: unset; 
  padding: 10px 25px;
  color: #353b48;
  width: 100%;
  cursor: pointer;
}

.wpcf7-form-control-wrap.zapoznahSe span.wpcf7-list-item.first.last{
  margin-right: 15px!important;
  max-width: 25px!important;
  margin-bottom: 0px!important;
}

.wpcf7-form-control-wrap .wpcf7-list-item{
	margin-right: 10px;
  float: left;
  margin-bottom: 30px;
}

.wpcf7-form-control-wrap .wpcf7-list-item:last-child{
  margin-right: 0;
}

.wpcf7-radio label:hover{
	background-color: #F1F3F4;
}

.wpcf7-form-control.wpcf7-radio.flexradio{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.wpcf7-form-control.wpcf7-radio.flexradioyn{
  display: flex;
  flex-direction: row;
}

.wpcf7-form-control.wpcf7-radio.flexradioynnoa{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.wpcf7-form-control.wpcf7-checkbox.flexcheck{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}

.second-form input[type="button"], .home-form input[type="button"]{
	padding: 10px!important;
	background-color: #007ee5!important;
  border-radius: 5px!important;
  color: #ffffff!important;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
}

.mfcf7-zl-multiline-sample .wpcf7-form-control-wrap p{
	padding-bottom: 0;
}

.wpcf7-form-control-wrap input.wpcf7-not-valid-tip{
  border: 2px solid #c1c1c1;
}

.wpcf7-form-control-signature-wrap{
  border: 2px solid #000000;
  background-color: #fffde7;
}

/*Second Step Form Page End*/

/*Sidebar Step Form Pages Start*/

.sidebar-element{
	border: 1px solid #e1e5e8;
	color: #718093;
	padding: 25px 15px;
	width: 100%;
	border-radius: 7px;
}

.ok-icon-gray{
  background: url(/wp-content/uploads/2018/10/Ok-Icon-gray.png) no-repeat left center;
  padding-left: 30px;
  margin-bottom: 10px;
  margin-left: 10px;
  line-height: 1.4;
}

.sidebar-review{
	text-align: center;
}

.sidebar-review:first-child{
	padding-bottom: 15px;
}


/*Sidebar Step Form Pages End*/

/*Final Step Form Page Start*/

.final-step {
	background-color: #ffffff;
  padding: 20px;
  border-radius: 7px;
  box-shadow: 0px 0px 13.5px 1.5px rgba(84, 83, 83, 0.3);
  width: 100%;
}

.final-step h1{
	font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

.final-step b{
	font-size: 17px;
  font-weight: 600;
}

.col-sm-4-btn{
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  float: left;
}

.col-sm-8-btn{
  width: 66.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  float: left;
}

.row-btn {
  width: 100%;
  box-sizing: border-box;
}

.wpcf7-form-control.wpcf7-previous {
	height: 40px;
	background-color: #fefefe;
  border: 1px solid #718093;
	border-radius: 7px;
	color: #718093;
	font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  padding: 10px 50px;
  text-align: center;
  width: 100%;
  cursor: pointer;
}

.wpcf7-response-output {
	box-shadow: 0px 0px 13.5px 1.5px rgba(84, 83, 83, 0.3)!important;
	border: 1px solid #ffffff!important;
  padding: 20px!important;
  border-radius: 7px!important;
  text-align: center!important;
  background-color: white!important;
}

.wpcf7-mail-sent-ok{
	box-shadow: 0px 0px 13.5px 1.5px rgba(84, 83, 83, 0.3)!important;
	border: 1px solid #ffffff!important;
  padding: 20px!important;
  border-radius: 7px!important;
  text-align: center!important;
}

/*Final Step Form Page End*/

/*Contact Page Start*/

.contacts{
  background-color: #ffffff;
  padding: 20px;
  border-radius: 7px;
  box-shadow: 0px 0px 13.5px 1.5px rgba(84, 83, 83, 0.3);
  width: 100%;
}

/*.contacts input{
	width: 100%;
	height: 45px;
}*/

/*Contact Page End*/

/*Blog Start*/

.top-form{
	background-color: #e4eefa;
  min-height: 65px;
}

.fixed-form{
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 100000;
}

.mstickycta{
  display: none;
}

.sfhead{
  float: left;
  width: 30%;
  display: block;
  margin-top: 25px;
  color: #007ee5;
  font-weight: 600;
}

.single #main-content .container{
  max-width: 880px;
}

.single #main-content .container p{
  font-size: 19px;
}

.single p#breadcrumbs{
  margin-bottom: 10px;
  font-size: 15px;
}

.readmore a.more-link {
  font-size: 14px;
  color: #71818c !important;
  font-weight: 600;
  text-transform: uppercase;
  float: none;
  padding: 8px 16px;
  border-radius: 7px;
  background-color: #f7f9fb;
  border: 2px solid #e9eff5;
  display: block;
  width: fit-content;
  margin: 10px auto;
  text-align: center;
}
 
.readmore a.more-link:hover {
color: #20292f;
}

.hero-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position:relative;
  max-height: 450px;
  background-color: #333;
  border-radius: 10px;
  max-width: 980px;
  box-shadow: 0px 0px 13.5px 1.5px rgba(84, 83, 83, 0.3);
  margin: auto;
  margin-top: 35px;
}
 
.single-post #main-content #left-area {padding-top: 0px;}


#main-content .container:before {
	display: none;
}

/* ---- Sidebar Settings ---- */
.single #sidebar {background: #ffffff; padding-top: 20px; padding-right: 20px; padding-left: 20px; padding-bottom: 20px;}
 
/* ---- Standard Post Title & Post Meta ---- */
.single h1.entry-title,.attachment h1.entry-title, .single p.post-meta {
  width: 100%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 2px 2px 2px #000000;
}

.et_pb_post .entry-content{
  padding-top: 0!important;
}

/*Blog End*/

.mt-5{ margin-top: 50px!important; }
.pt-4{ padding-top: 40px; }

/*Mobile Starts here*/

@media (min-width: 1339px) {
  #top-menu li a {
    font-size: 18px;
  }
}

@media (min-width: 1291px) {
  #top-menu li a {
    font-size: 17px;
  }
}

@media (min-width: 1242px) {
  #top-menu li a {
    font-size: 16px;
  }
}

@media (min-width: 1205px) {
  #top-menu li a {
    font-size: 15px;
  }
}

@media (max-width: 1204px) {

  #et_mobile_nav_menu {
   display: block;
  }
 
  #top-menu {
   display: none;
  }

  .et_mobile_menu{
    border-top: none;
    background-color: #fcfcfc;
    margin-left: -30px;
    padding: 5%;
    width: calc( 100% + 60px);
    box-shadow: 0 20px 30px rgba(7, 51, 84, 0.17);
    -webkit-box-shadow: 0 20px 30px rgba(7, 51, 84, 0.17);
    -moz-box-shadow: 0 20px 30px rgba(7, 51, 84, 0.17);
  }

  .container.et_menu_container { 
   width: calc( 100% - 60px);
  }

  .et_mobile_menu li {
    text-align: center;
  }
   
  .et_mobile_menu li a {
    border-bottom: none;
    font-size: 17px;
    padding: 10px 5%;
  }
  .et_mobile_menu li a:hover {
    background-color: transparent;}
   
  .cta-nav a {
    border-bottom: 2px solid #007ee5 !important;
    font-size: 15px!important;
  }

  #main-header.et-fixed-header {
    box-shadow: 0 0 30px rgba(7, 51, 84, 0.17) !important;
    -webkit-box-shadow: 0 0 30px rgba(7, 51, 84, 0.17) !important;
    -moz-box-shadow: 0 0 30px rgba(7, 51, 84, 0.17) !important;
	}

	.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed;
	}

	.mobile_menu_bar:before{
		top: 8px!important;
	}

}

/*Proveri Polet start*/

.home-form {
  background-color: #ffffff;
  border-radius: 7px;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 20px 5px rgba(84, 83, 83, 0.3); 
}

.wpcf7-form .home-form {
  padding: 20px;
}

#wpcf7-f466-p488-o1 input {
  width: 100%;
  padding: 15px 15px 15px 35px;
  border-radius: 7px;
  font-size: 16px;
  margin-right: 10px;
  color: #151f26;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  height: 45px;
}

.wpcf7-form-control.wpcf7-textarea{
  width: 100%;
  padding: 15px 15px 15px 33px;
  border-radius: 7px;
  font-size: 16px;
  color: #151f26;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  height: 52px;
}

#wpcf7-f466-p488-o1 input[type=file]{
  width: 100%;
  padding: 0px 15px 0px 5px;
  border-radius: 7px;
  font-size: 18px;
  margin-right: 10px;
  color: #151f26;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  height: 45px;
}

/*#wpcf7-f466-p488-o1 p:nth-child(8){
  padding-bottom: 0;
  margin-bottom: 10px;
}

#wpcf7-f466-p488-o1 p:nth-child(9){
  padding-bottom: 0;
}

#wpcf7-f466-p488-o1 p:nth-child(13){
  padding-bottom: 0;
}

#wpcf7-f466-p488-o1 p:nth-child(11){
  padding-bottom: 0;
}*/

#wpcf7-f466-p488-o1 .wpcf7-form-control-wrap.your-name, .wpcf7-form-control-wrap.your-email, .wpcf7-form-control-wrap.tel-362, .wpcf7-form-control-wrap.text-583, .wpcf7-form-control-wrap.textarea-240{
  position: relative;
}

#wpcf7-f466-p488-o1 .wpcf7-form-control-wrap.your-name:before {
  width: 30px;
  height: 30px;
  display: block;
  content: url(https://aviohelp.com/wp-content/uploads/2018/10/user-regular.png);
  font-size: 20px;
  position: absolute;
  left: 10px;
  top: -3px;
}

#wpcf7-f466-p488-o1 .wpcf7-form-control-wrap.your-email:before {
  width: 30px;
  height: 30px;
  display: block;
  content: url(https://aviohelp.com/wp-content/uploads/2018/10/Mail-Icon-copy.png);
  font-size: 20px;
  position: absolute;
  left: 10px;
  top: -4px;
}

#wpcf7-f466-p488-o1 .wpcf7-form-control-wrap.tel-362:before {
  width: 30px;
  height: 30px;
  display: block;
  content: url(https://aviohelp.com/wp-content/uploads/2018/10/phone-solid-copy.png);
  font-size: 20px;
  position: absolute;
  left: 10px;
  top: -4px;
}

#wpcf7-f466-p488-o1 .wpcf7-form-control-wrap.text-583:before {
  width: 30px;
  height: 30px;
  display: block;
  content: url(https://aviohelp.com/wp-content/uploads/2018/10/plane-departure-solid.png);
  font-size: 20px;
  position: absolute;
  left: 10px;
  top: -4px;
}

#wpcf7-f466-p488-o1 .wpcf7-form-control-wrap.textarea-240:before {
  width: 30px;
  height: 30px;
  display: block;
  content: url(https://aviohelp.com/wp-content/uploads/2018/10/message.png);
  font-size: 20px;
  position: absolute;
  left: 11px;
  top: -24px;
}


#wpcf7-f466-p488-o1 .wpcf7-form-control.wpcf7-submit{
  background-color: #f94d39;
  color: white;
  border: none;
    padding-right: 50px;
    cursor: pointer;
    font-weight: 600;
}

.wpcf7-form-control-wrap:last-child .wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  margin-right: 0;
}

.date-icon{
  background: url(https://aviohelp.com/wp-content/uploads/2018/10/calendar-alt-regular.png) no-repeat left center;
  padding-left: 29px;
  margin-bottom: 10px;
  margin-left: 11px;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
}

.upload-icon{
  background: url(https://aviohelp.com/wp-content/uploads/2018/10/noun_attach_1964577.png) no-repeat left center;
  padding-left: 29px;
  margin-bottom: 10px;
  margin-left: 11px;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  margin-bottom: 15px;
  cursor: pointer;
}

.text-center{
  text-align: center;
}

.date {
  vertical-align: middle;
  padding-bottom: 10px;
}

.date div {
  display: inline-block;
}

.date div:first-child {
  padding-left: 11px;
}

.date p {
  color: #151f26;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  padding-left: 10px;
}

.page-id-488 .header-benefits{
  background: url(https://aviohelp.com/wp-content/uploads/2018/10/Ok-Icon.png) no-repeat left center;
  padding-left: 35px;
  margin-bottom: 30px;
}

.blurb-benefits{
  background: url(https://aviohelp.com/wp-content/uploads/2018/10/Ok-Icon.png) no-repeat left center;
  padding-left: 35px;
  margin-bottom: 10px;
}

.pt-top10{
  padding-top: 10px;
}

.wpcf7-form-control-wrap.multilinefile-182{
  display: inline;
  float: left;
  padding: 0;
}

.upload-button-and-text{
  display: inline;
}

.upload-button-and-text p{
  font-size: 12px;
  display: inline;
}

/* Acordeon styles */
.upload-icon a{
  color: black;
}

.upload-icon a:hover{
  text-decoration: none;
  color: black;
}

#mfcf7_zl_add_file:hover {
    text-decoration: underline;
}

.home-form input[type="button"]{
  max-width: 110px;
  width: 100%;
}

.message-icon a{
  color: black;
}

.message-icon a:hover{
  text-decoration: none;
  color: black;
}

#AttachFile {
  display: none;
}

.left-side {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  width: 50%;
  float: left;
}

.right-side {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  width: 50%;
  float: left;
}

#width100{
  width: 100%;
}

.clearfix {
  clear: both;
  display: block;
  content: "";
}

.form-headline{
  display: none;
}

.et_fixed_nav.et_show_nav #page-container{
  padding-top: 60px;
}

li.cta-dm{
    display: none !important;
}

li.cta-dd{
    display: block;
}

@media (max-width: 1024px) {
    li.cta-dm{
        display: block !important;
    }
    li.cta-dd{
        display: none;
    }
}

@media (min-width: 981px){
  
  .et_pb_gutters3 .et_pb_column, .et_pb_gutters3.et_pb_row .et_pb_column {
    margin-right: 5.4%!important;
  }

  .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
    width: 29.667%;
    margin-right: 5.4%;
  }

  .et_pb_gutters3 .footer-widget {
    margin-right: 5.4%;
    margin-bottom: 5.4%;
  }

}

@media (max-width: 980px) {
  
}

@media (max-width: 768px) {
	.left-side{
		width: 100%;
		padding-right: 0px;
		margin-bottom: 15px;
	}

	.right-side{
		width: 100%;
		padding-left: 0px;
	}

	.reviews{
		height: auto;
	}

	.reviews div div:last-child {
		margin-bottom: 0px;
	}

	.hero-section {
	 background-size: cover;
	 margin-top: 0;
	 border-radius: 0;
  }

  .col-sm-4-btn{
	 width: 100%;
	 padding-right: 0px;
	 margin-bottom: 15px;
	}

	.col-sm-8-btn{
	 width: 100%;
	 padding-left: 0px;
	}

	.second-form{
		border-radius: 0px;
	}

	.sidebar-element{
		width: 90%;
		margin: auto;
	}

/*	.second-form .wpcf7-list-item{
		width: 100%;
		box-sizing: border-box;
	}*/

}

@media (max-width: 736px){

  .homepage-form .wpcf7-form-control-wrap input[type=text], .sticky-form .wpcf7-form-control-wrap input[type=text], .homepage-form .wpcf7-form-control-wrap[data-name="flight-date"] input[type=date], .sticky-form .wpcf7-form-control-wrap[data-name="flight-date"] input[type=date]{
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0px;
    border-radius: 5px;
    height: 60px;
    padding: 15px 15px 15px 35px;
  }

  .homepage-form .wpcf7-form-control-wrap[data-name="flight-num"] input[type=text], .sticky-form .wpcf7-form-control-wrap[data-name="flight-num"] input[type=text]{
    border-radius: 5px;
  }

  .homepage-form .wpcf7-form-control-wrap[data-name="flight-num"], .sticky-form .wpcf7-form-control-wrap[data-name="flight-num"], .homepage-form .wpcf7-form-control-wrap[data-name="flight-date"], .sticky-form .wpcf7-form-control-wrap[data-name="flight-date"]{
    width: 100%;
  }

  .homepage-form .wpcf7-form-control.wpcf7-submit, .sticky-form .wpcf7-form-control.wpcf7-submit{
    width: 100%;
    border-radius: 5px;
  }

  .col-1-1, .col-1-2, .col-1-3{
    padding: 0;
    width: 100%;
  }

  .header-benefits{
    flex-direction: column;
  }

  .wpcf7-form-control.wpcf7-radio.flexradio{
    flex-direction: column;
  }

  .wpcf7-form-control.wpcf7-radio.flexradioynnoa{
    flex-direction: column;
  }

  .euf p{
    line-height: 1.3;
  }

  .mstickycta{
    display: block;
    float: right;
    margin-top: 18px;
  }

  .mstickycta a{
    border: 1px solid #007ee5;
    padding: 10px;
    border-radius: 7px;
  }

  .sticky-form{
    display: none;
  }

  .sfhead{
    width: 50%;
    font-size: 15px;
    margin-top: 25px;
    margin-top: 18px;
  }

    .et_mobile_menu li li, #main-header .et_mobile_menu li ul {
        padding-left: 0;
    }
    .entry-title {font-size: 20px;}
}

@media (max-width: 1170px){
  .claim-sidebar {
    display: none !important;
  }
  .page-id-129 .et_pb_gutters3 .et_pb_column_1_3{
    display: none !important;
  }
  .page-id-129 .et_pb_gutters3 .et_pb_column_2_3 {
    width: 100% !important;
  }
}
