.form-main-nomodal {
	padding-bottom: 40px;
}

.container-main-form {
	margin-top: 200px;
	min-height: 180px;
	background-color: rgba(245, 247, 247, 0.8);
	border-radius: 4px;
	padding-bottom: 60px;
}

.row-main-nomodal {
	padding-top: 20px;
}

.button-form-nomodal {
	position: relative;
	top: 30px;
	height: 40px;
	width: 150px;
	outline: none;
	border: none;
	background-color: #F8DC03;
	color: #000;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: 0px 6px 16px -6px rgba(0,0,0,0.67);
	-moz-box-shadow: 0px 6px 16px -6px rgba(0,0,0,0.67);
	box-shadow: 0px 6px 16px -6px rgba(0,0,0,0.67);
}

.form-control {
	background-color: #F9F9F9;
	text-align: center;
	outline: none;
}

/******** form modal *******/
.popup-form {
	max-height: 500px;
	margin-top: 5%;
	max-width: 600px;
	background-color: #fff;
	border-radius: 5px;
	padding-bottom: 30px;
    height: max-content;
}

.popup-form > div {
	padding-right: 15%;
	padding-left: 15%;
}

.row-popup-header {
	min-height: 60px;
	background-color: #888AF8;
	color: #fff;
	padding-top: 15px;
	border-radius: 5px 5px 0 0;
}

.popup-footer-span-tour {
	font-size: 20px;
	font-weight: 300;
}

.modal-row-content {
	min-height: 60px;
	border-bottom: 1px solid #D8DFF3;
	padding-top: 10px;
	padding-bottom: 10px;
}

.modal-row-content:nth-child(7) {
	border-bottom: none;
}

.modal-input {
	height: 40px;
	border-radius: 5px;
	border: 1px solid #ccc;
	outline: none;
	padding: 0 10px;
	-webkit-box-shadow: inset 3px 6px 7px -5px rgba(0,0,0,0.44);
	-moz-box-shadow: inset 3px 6px 7px -5px rgba(0,0,0,0.44);
	box-shadow: inset 3px 6px 7px -5px rgba(0,0,0,0.44);
}

.col-lg-4-text {
	padding-top: 8px;
}

.popup-image-ico {
	position: relative;
	top: 5px;
}

.modal-input-submit {
	position: relative;
	top: 10px;
	height: 40px;
	width: 150px;
	outline: none;
	margin: 20px;
	border: none;
	background-color: #F8DC03;
	color: #000;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: 0px 6px 16px -6px rgba(0,0,0,0.67);
	-moz-box-shadow: 0px 6px 16px -6px rgba(0,0,0,0.67);
	box-shadow: 0px 6px 16px -6px rgba(0,0,0,0.67);
}

.modal {
	bottom: 100px;
}

.row.row-popup-header {
	background: #2f7bec;
}

.col-form-section {
	padding: 0 20px;
	margin-top: 20px;
}

.input-group {
	display: block!important;
}

.ico-name {
	left: -15px;
}

input#datetimepicker {
	border-radius: 4px;
}
.modal.no-modal {
	bottom: inherit;
	padding:0;
}
.row-nomodal {
	padding: 0;
	// padding-bottom:100px;
}

:-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:5px;
height:0px
}

::-webkit-scrollbar-track {
background-color:#ecedee
}

::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
border-radius: 0px;
background-color:#6dc0c8;
}
.button_pop_up {
	margin-top:40px;
}
::-webkit-scrollbar-thumb:hover{
background-color:#56999f;
}

::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:4px;
height:0px
}
 
::-webkit-scrollbar{
width: 4px;
}

.close-modal {
	position: absolute;
	right: 15px;
	top: -15px;
}

@media (min-width: 768px) {
	.pop_up_dia {
		width: 100%;
		max-width:900px;
	}
}

.form_pop_up {
	padding-bottom: 50px;
}
#myModal {
	z-index:10000;
}
/******* form *******/

.header_pop_up_two button {
	padding-right: 10px;
}
/******* menu *******/
@media all and (max-width: 992px) {
	ul.nav .menu .pagescroll {
		font-size: 11px;
	}
	.form-control, #datetimepicker, #datetimepicker2 {
		margin-bottom: 10px;
	}
	.form_pop_up {
   height: 80vh;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 50px;
	scrollbar-base-color:red;
	}
	#myModal3 {
		margin:0;
	}
}

@media all and (max-width: 600px) {
	.popup-form {
		width: calc(100% - 20px) !important;
	}
	.ico-name {
		left: inherit;
	}

	.caption-form-main {
		font-size: 22px;
	}

	.popup-footer-span-tour {
		font-size: 18px;
	}
	.popup-image-ico {
    display: none;
	}
}

@media all and (max-width: 772px) {
	.col-lg-4-text {
		padding-top: 10px;
	}

	.modal-input {
		margin-top: 10px;
	}

	.ico-name {
    left: 0;
	}

	.modal-input-comment {
		margin-top: 10px;
	}
	.popup-image-ico {
    display: none;
	}
}

@media all and (max-width: 400px) {
	.caption-form-main {
		font-size: 20px;
	}

  .popup-footer-span-tour {
		font-size: 16px;
	}

	.modal-row-content {
		padding-bottom: 15px;
	}
	.popup-image-ico {
    display: none;
	}
}

.mask {
  display: none; 
  position: fixed; 
  z-index: 100; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgba(0,0,0,0.7); 
}

#myModalThanks {
	display: none;
	margin-top: 100px;
}

.contact-us-div-3 li {
    display: inline-block;
    list-style: none;
	padding-right: 10px;

}

.col-lg-6.col-sm-6.wow.zoomIn.animated.animated h5 {
    margin: 5px;
}
.col-lg-6.col-sm-6.wow.zoomIn.animated.animated {
line-height: 2;}
span.caption-form-main {
    font-size: 30px;
}
