*{
    box-sizing: border-box;
}

.head_row {
    width:100%;
    height:6vw;
    margin: 0 auto;
    padding-right:1vw;
}
 .edit_btn1 {
	float: right;
    font-size: 1.2vw;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #ffffff;
        padding: 10px;
	margin: 10px;
    text-transform: uppercase;
    background: #1e90ff;
    color: #ffffff;
        border-radius:5px;
        border:none;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    cursor:pointer;
        }
.edit_btn1 a {
    text-decoration: none;
        color: #ffffff;
}
.edit_btn1:hover{
   background: #32cd32;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

 .but_book {
    font-size: 1.2vw;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #ffffff;
    padding: 10px;
	margin: 1px;
    text-transform: uppercase;
    background: #008000;
    color: #ffffff;
    width:100%;
    border-radius:5px;
        }
.but_book a {
    text-decoration: none;
        color: #ffffff;
}
.but_book:hover{
   background: #32cd32; 
}

@media screen and (max-width: 1200px) {
.head_row {
    margin-bottom: 50px;
}
 .edit_btn1 {
    font-size: 13px;
        }
         .but_book {
    font-size: 13px;
}

}

.form_send {
       display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding-bottom: 20px;
 
}
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.g-recaptcha, .g-recaptcha div{ 
    overflow: hidden; 
    max-width: 100%;
   align-items: left;
   margin: 0.5vw auto 0.5vw auto;
    } 
   .g-recaptcha iframe, body > div[style]:last-of-type
   { transform: scale(0.85);
   transform-origin: left;
   }
.mi_button {
  background-color : #1e90ff;
  border:none;
  border-radius:0.2vw;
  color: white;
  font-weight : bold;
  padding : 1vw 1.5vw;
  text-align : center;
  margin-top: 1.1vw;
  float: left;
  width: 100%;
  font-size: 1.5vw;
text-transform: uppercase;
letter-spacing: 0.2vw;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.mi_button.lock {
  opacity: 0.5;
  background-color: #4a4a4a;
  color:#4a4a4a;
  box-shadow : 0 1px 0 0 #4a4a4a inset;
  cursor: default;
  pointer-events: none;
}
  .mi_button:hover {
  opacity : 0.85;
  cursor : pointer;
  background-color: #008000;
      -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;

  }
  .mi_button:active {
  border : #20911e solid 1px;
  box-shadow : 0 0 10px 5px #356b0b inset;
  }
.mi_desc_checkbox {
  font-size: 1.1vw;
  width: auto;
  text-align:left;
}
.mi_desc_checkbox a{
text-decoration: none;
color:#1e90ff;
}
.mi_desc_checkbox a:hover{
text-decoration: underline;
}

.mi_checkbox_block {
  display: flex;
  float: left;
  margin-top: 20px;
}
.mi_label_checkbox {
  cursor: pointer;
  display: block;
  width: 2.1vw;
  min-width: 2.1vw;
  height: 2.1vw;
  min-height: 2.1vw;
  border: 1px solid #a5b1ba;
  background-color: #fff;
  float:left;
}
.mi_input_checkbox {
  display: none;
}
.mi_input_checkbox:checked ~ .mi_label_checkbox {
  background: url("../../img/85.png") no-repeat center/20px;
  border:2px solid #1e90ff;
}
    .mySlides1 img{
width: 90%;
height: 40vw;
overflow: hidden;
margin:0 auto;
padding: 3px;
object-fit: contain;
  background-repeat: no-repeat;  

}

@media screen and (max-width: 1200px) {
.mi_label_checkbox {
  width: 28px;
  min-width: 28px;
  height: 28px;
  min-height: 28px;
  float:left;
  text-align:left;
  left:0;
}
.mi_button {
  font-size: 16px;
width:100%;
  padding : 10px;

}
.mi_desc_checkbox {
  font-size: 13px;
  width:auto;
  text-align:left;
}

    .mySlides1 img{
width: 90%;
height: 300px;
overflow: hidden;
margin:0 auto;
padding: 3px;
object-fit: contain;
  background-repeat: no-repeat;  

}

}
 .ui-datepicker-trigger {
	margin-left: 5px;
	position: relative;
	top: 3px;
	cursor: pointer;
}





.input-container {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;

}

.icon {
  padding: 10px;
  background: dodgerblue;
  color: white;
  min-width: 50px;
  text-align: center;
}

.input-field {
  width: 100%;
  padding: 10px;
  outline:none;
  border: 1.5px solid #708090;
}

.input-field:focus {
  border: 1.5px solid dodgerblue;
}

.btn {
  background-color: dodgerblue;
  color: white;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}
.row{
    margin:3vw;
}
.form {
    display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding-bottom: 10px;
	width:50%;
	height:auto;
	padding:3vw;
	border-radius:5px;
		background:#fff;

}


@media screen and (max-width: 1200px) {
.form {
	width:100%;
}

}
  .return {
      float:right;
      text-decoration:none;
      width:70px;
      background:transparent;
      border:none;
  } 
  .return img{
      width:30px;
      height:auto;
      cursor:pointer;
  }


#ui-datepicker-div{
    display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
#ui-datepicker-div tr{
width:80px;
height:auto;
}
.ui-datepicker-month{
    text-transform:uppercase;
}
.ui-datepicker-header{
    width:100%;
}
@media screen and (max-width: 1200px) {

#ui-datepicker-div{
    width:70%;
    height:auto;
    display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
}
