html {

}

.form-required {
	display: none;
}

.form-confirm {
	position: absolute;
	left: -8653px;
	top: -5432px;
}

@media (max-width:1500px) {

}

section .input-group-text{
	width:auto !important;
}

#modlet-container-middle{
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
}
#modlet-container-middle li{
	list-style-type:none;
}

.font-white{
	color:white;
}

.intro{
	padding-top:25px;
}

.imke{
	max-height:300px;
	margin-right:30px;
	float:right;
}

@media (max-width:1500px) {
	.imke{
		float:none;
		margin-right:0px;
		display: block;
		margin:auto;
	}
}


.loader{
	position: fixed;
	z-index: 5000;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.95);
	padding-top: 170px;
    color:#fff;
    font-size:24px;
    display: none;
}

.loader-image{
	max-width: 40%;
	margin: auto;
	margin-bottom:30px;
}
@media (max-width:768px) {
	.loader-image{
		max-width: 80%;
	}
}

a{
	cursor: pointer;
}

.spacer{
	margin-top:20px;
}

.sweet-alert{
	background-color:#0075BF;
	color:white;
}

.sweet-alert p, .sweet-alert h2{
	color:#fff
}

.error-messages{
	text-align: left;
}
.error {
	border:2px solid #E25548 !important;
}
button.confirm{
	background: white;
	color:#0075BF;
}

#tnbModal .modal-dialog, #faqModal .modal-dialog{
	width:1000px;
	max-width:96%;
}

.modal-content{
	border:0px;
    background-color:#0075BF;
	color:white;
	padding:20px;
	font-weight: 400;
    font-style: normal;
    font-size:14px;
	line-height:1.4;

}
.modal-header{
	border-bottom:2px solid white;
}

.modal-content p, .modal-content ul, .modal-content ol{
	color:#fff;
	text-align:left;
}
#tnbModal h5{
	text-align: left !important;
	color: #fff;
	padding:0px !important;
}

.btn-close{
	background-color: white;
}

.close{
	color:black;
	font-size:40px;
	opacity: .7;
    position: absolute;
    right: 15px;
    top: 0px;
}

.close:hover, .close:focus{
	color:#fff;
	opacity: .8;
}

.modal-body ul{
	margin-left:20px;
	padding-left:0px;
}

#modlet-container-middle{
	margin-bottom: 0px;
	padding-left: 0px;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 14px;
	position:relative;
	top:3px;
}

.ui-datepicker th, .ui-state-default{
	font-size:12px !important;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    text-align: left;
}
.modal-body h5{
	text-align: left;
	padding:5px 0px 2px 0px;
}
.modal-body h5{
	margin-top:20px;
}
.ot-sdk-show-settings{
	position:fixed;
	z-index:1000;
	bottom:0px;
}

footer{
	background-color: rgb(248, 249, 250);
}