body.portal-popup.dialog-iframe-popup {
	background-image: none;
	background-color: #ffffff;
}

img {
	max-width: 100%;
}

/*======================modal=============*/
/* .modal-dialog {
	position: absolute;
} */
.modal {
	overflow: hidden;
}
.custom_modal {
	width: 100%;
	float: left;
	padding: 30px;
	background-color: white;
}
.custom_modal .modal-content .modal-header {
	background: #0059a9;
}
.modal-header h3, .modal-header h5 {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
}
.modal-header {
	align-items: flex-start;
}
.modal-header .close {
	color: #fff;
	opacity: 1;
	margin: 2px;
}
.modal-body {
	padding: 0;
	overflow: hidden;
}
.modal-body .custom_form form label {
	width: 100%;
	color: #111;
	font-size: 18px;
}
.modal-body .custom_form form input {
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	padding: 0px 12px;
	border-radius: 4px;
	margin-right: 25px;
}
.modal-body .custom_form form .input-group .input-group-prepend + input {
	width: calc( 100% - 41px );
    margin-right: 0;
}
.modal-body .custom_form form .input-group .input-group-prepend .input-group-text{
	height: 40px;
    font-size: 14px;	
}
.get_btn {
	padding: 12px 20px;
	display: inline-block;
	background: #20a149;
	color: #fff !important;
	margin-top: 12px;
	border-radius: 4px;
	font-size: 16px;
	border: 0 none;
	text-transform: capitalize !important;
}
.green-txt{
	    font-size: 12px;
	    color: #31a64d !important;
	    text-transform: capitalize !important;
	    font-weight: bold;
	    border-right: solid 1px #ccc;
}
.otp_num {
	text-align: center;
	border-top: 0px solid #ccc !important;
	padding-top: 0px !important;
	margin-top: 0px !important;
	display: none;
}
.otp_num h4 {
	font-size: 16px;
}
.otp_num input {
	border: 1px solid grey;
    height: 42px;
    width: 100%;
    padding: 4px;
    margin: 2px;
    text-align: center;
}
.otp_btn {
	display: inline-block;
	padding: 12px 20px;
	border: 1px solid #0059a9;
	border-radius: 4px;
	color: #0059a9;
	font-size: 16px;
}
.verify_btn {
	display: inline-block;
	padding: 12px 20px;
	border: 1px solid #20a149;
	border-radius: 4px;
	color: #fff;
	background: #20a149;
	font-size: 16px;
}
.verify_btn:hover {
	color: #fff;
}
.verify_btn:focus {
	color: #fff;
}
.sec_otp {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	text-align: center;
	margin: 25px 0px 25px;
}
.sec_otp form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: auto;
	margin: 0 auto;
}
.modal-body .custom_form form input:focus, .modal-body .custom_form form input:hover
	{
	border-color: green;
	outline: none;
	box-shadow: none;
}
.modal-body .custom_form form input::-webkit-inner-spin-button,
	.modal-body .custom_form form input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}
.sec_otp form input {
	width: 50px;
	height: 50px;
	padding: 0;
	margin-right: 25px;
	text-align: center;
	border: 1px solid gray;
	border-radius: 5px;
}
.sec_otp form input:last-child {
	margin-right: 0;
}
.custom_form form p {
	color: #111;
	font-size: 18px;
	margin-bottom: 5px;
}
/* Style the checkmark/indicator */
.home_sec .custom_box1 .checkmark1:after {
	right: 15px;
	top: 11px;
	width: 5px;
	height: 10px;
	border: solid #0059a9;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.home_sec .custom_box1 .checkmark1:before {
	position: absolute;
	content: '';
	top: 5px;
	right: 5px;
	width: 23px;
	height: 23px;
	background: #fff;
	border-radius: 50px;
}
.home_sec .checkmark1 span svg {
	width: 28px;
	height: 28px;
	fill: #999999;
}
.home_sec .custom_box1 input:checked ~ .checkmark1 span svg {
	fill: #fff;
}
/*CAPTCHA*/
.CaptchaWrap {
	position: relative;
}
.CaptchaTxtField {
	display: block;
	box-sizing: border-box;
}
input.CaptchaTxtField.Forspacing{
 margin-bottom: 15px;
}
#PesonalRegisterUserCaptchaCode {
	padding: 15px 12px;
    outline: none;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    margin-top: 13px;
    height: 43px;
}
#CaptchaImageCode {
	text-align: center;
	margin-top: 15px;
	padding: 0px 0;
	width: 125px !important;
	height: 50px;
	overflow: hidden;
}
.capcode {
	font-size: 46px;
	display: block;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	cursor: default;
	letter-spacing: 1px;
	color: #ccc;
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	font-style: italic;
}
.ReloadBtn {
	background: url('../images/refresh.png') no-repeat;
	background-size: 87.2%;
	width: 20px !important;
    height: 29px !important;
    border: 0px !important;
    left: 142px;
	outline: none;
	position: absolute;
	bottom: 8px;
	/* right: calc(100% - 225px); */
	outline: none;
	cursor: pointer;
}
.btnSubmit {
	margin-top: 15px;
	border: 0px;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 18px;
	background-color: #1285c4;
	color: #fff;
	cursor: pointer;
}
.error {
	color: red;
	font-size: 12px;
	display: none;
}
.success {
	color: green;
	font-size: 14px;
	margin-bottom: 15px;
	display: none;
}
#exampleModalCenter1 .modal-body {
	padding: 30px 30px 147px;
	overflow-x: hidden;
}

@media ( max-width : 480px) {
	.modal-content {
		height: 100%;
	}
	.modal.show .modal-dialog {
		height: 100%;
		margin: 0;
	}
	#CaptchaImageCode {
		width: 271px;
	}
}


@media ( min-width : 400px) {
	.col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media ( max-width : 399px) {
	.col-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.home_sec .time_sechdule>.col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.mar_btm {
		margin-bottom: 0;
	}
	.home_sec {
		margin-top: 100px;
	}
}
@media ( max-width : 414px) {
	.mar_btm {
		margin-bottom: 105px;
	}
}

button:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

input {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table-cell;
    padding: 6px 12px;
    border: 1px solid #ccc;
    margin: 0;
}

.retail-form{
	    background: #f9f7f7;
    font-size: 14px;
    display: block;
    padding: 40px 15px 15px 15px;
    position: relative;
    border: solid 1px #d6d4d4;
    margin-bottom: 15px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}