/*-------------Font-Family--------------*/
@font-face {
  font-family: FontAwesome;
  src: url("fonts/FontAwesome.otf")format("opentype");
}

body{
	margin:20px;
	padding:0;
    font-size:15px;
}

/* signin-btn css */
.btn-signin, .btn-register{
	margin-top: 8px;
    color: #fff;
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid transparent;
    padding: 6px;
    text-transform: capitalize;
    letter-spacing: 1px;
	background-color:#da1717;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.btn-signin:before, .btn-register:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4S ease-out;
    -moz-transition: all 0.4S ease-out;
    transition: all 0.4S ease-out;
}

.btn-signin:hover, .btn-register:hover {
    color: #252525;
    background: transparent;
    border-color: #ccc;
}

.btn-signin:hover:before, .btn-register:hover:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}


/* changed signin Modal css */
.signin-modal-style .modal-content{
	padding:15px 20px;
}

.signin-modal-style .modal-body{
	padding-left:0;
	padding-right:0;
	padding-bottom:10px;
}
.signin-modal-style .modal-body p{
	width: 100%;
    text-align: center;
    border-bottom: 1px solid #dedede;
    line-height: 0.1em;
    margin-bottom: 5px;
    margin-top: 25px;
}
.signin-modal-style .modal-body p span{
	background: #fff;
    padding: 0 10px;
    color: #828282;
    font-size: 15px;
}
.signin-modal-style .modal-body p span a{
    color: #da1717;
	font-weight:600;
}
.signin-modal-style .modal-body .modal-body-inner-part{
	padding-top:20px;
	padding-bottom:5px;
}

.signin-modal-style .modal-header{
	padding-left:0;
	padding-right:0;
	background-color: rgba(160, 10, 10, 0.05);
	border-radius: 0!important;
}

.signin-modal-style .modal-header .close-style{
	padding: 3px 7px 0.25rem;
    border: 1px solid transparent;
    border-radius: 50%;
    margin: 10px;
    background-color: #da1717;
    /* background-color: transparent; */
    font-size: 22px;
	color:#fff;
	position: absolute;
    top: -22px;
    right: -22px;
    opacity: 1;
}

.signin-modal-style .modal-header .close-style:focus{
	outline:none;
	box-shadow:none;
}

.signin-modal-style .modal-header .modal-title{
	color:#da1717;
}

.signin-modal-style .modal-content .modal-body .signinInput{
	height:50px;
}
.signin-modal-style .modal-body .modal-body-inner-part .or-style{
	color: #808080;
}
.signin-modal-style .modal-body .modal-body-inner-part .input-group i{
	font-size:14px;
	color: #ced4da;
}
.signin-modal-style .modal-content .modal-body .modal-body-inner-part .note-link{
	font-size:14px;
	color: #808080;
}

.signin-modal-style .modal-body .modal-body-inner-part .input-group i{
	font-size:14px;
	color: #ced4da;
}
.signin-modal-style .modal-content .modal-body .modal-body-inner-part .pass-link a{
	font-size:14px;
	color: #ced4da;
}
.signin-modal-style .modal-content .modal-body .modal-body-inner-part .pass-link a:hover{
	font-size:14px;
	color: #da1717;
}

.signin-modal-style .modal-content .modal-body .signinInput::-webkit-input-placeholder { 
	font-family: FontAwesome;
	font-weight: normal;
	overflow: visible;
	vertical-align: top;
	display: inline-block !important;
	padding-left: 5px;
	padding-top: 2px;
	color: #ced4da;
}

.signin-modal-style .modal-content .modal-body .signinInput::-moz-placeholder  { 
	font-family: FontAwesome;
	font-weight: normal;
	overflow: visible;
	vertical-align: top;
	display: inline-block !important;
	padding-left: 5px;
	padding-top: 2px;
	color: #ced4da;
}

.signin-modal-style .modal-content .modal-body .signinInput:-ms-input-placeholder  { 
	font-family: FontAwesome;
	font-weight: normal;
	overflow: visible;
	vertical-align: top;
	display: inline-block !important;
	padding-left: 5px;
	padding-top: 2px;
	color: #ced4da;
}
.signin-modal-style .modal-content .modal-body .signinInput:focus{
	outline:none;
	box-shadow:none;
}

.signin-modal-style .btn-continue{
	border-radius:0.25rem!important;
	background-color:#da1717;
	color:#fff;
}
.signin-modal-style .btn-continue::before{
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4S ease-out;
    -moz-transition: all 0.4S ease-out;
    transition: all 0.4S ease-out;
}
.signin-modal-style .btn-continue:hover{
	color: #252525;
    background: transparent;
    border-color: #e6e6e6;
}
.signin-modal-style .btn-continue:hover:before{
	-webkit-transform: scale(1);
    transform: scale(1);
}





.signin-modal-style .login-btn .btn-verify-code, .signin-modal-style .login-btn .btn-mobile{
	border-radius:0.25rem!important;
	background-color:#da1717;
	color:#fff;
}
.signin-modal-style .login-btn .btn-verify-code::before, .signin-modal-style .login-btn .btn-mobile::before{
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4S ease-out;
    -moz-transition: all 0.4S ease-out;
    transition: all 0.4S ease-out;
}
.signin-modal-style .login-btn .btn-verify-code:hover, .signin-modal-style .login-btn .btn-mobile:hover{
	color: #252525;
    background: transparent;
    border-color: #e6e6e6;
}
.signin-modal-style .login-btn .btn-verify-code:hover:before, .signin-modal-style .login-btn .btn-mobile:hover:before{
	-webkit-transform: scale(1);
    transform: scale(1);
}

.signin-modal-style .login-btn .btn-block+.btn-block {
    margin-top: 0;
	margin-left:0.5rem;
}

.signin-modal-style .modal-content .modal-header .back-icon a > img{
	width: 30px;
    margin-top: 4px;
    margin-left: 10px;
    padding: 5px;
    border: 1px solid #da1717;
    border-radius: 50%;
}









/* register Modal css */
.register-modal-style .modal-content{
	padding:15px 25px;
}

.register-modal-style .modal-body{
	padding-left:0;
	padding-right:0;
}
.register-modal-style .modal-body p{
	width: 100%;
    text-align: center;
    border-bottom: 1px solid #dedede;
    line-height: 0.1em;
    margin-bottom: 5px;
    margin-top: 25px;
}
.register-modal-style .modal-body p span{
	background: #fff;
    padding: 0 10px;
    color: #828282;
    font-size: 15px;
}
.register-modal-style .modal-body p span a{
    color: #da1717;
	font-weight:600;
}
.register-modal-style .modal-body .modal-body-inner-part{
	padding-top:20px;
	padding-bottom:0px;
}

.register-modal-style .modal-header{
	padding-left:0;
	padding-right:0;
	background-color: rgba(160, 10, 10, 0.05);
	border-radius: 0!important;
}

.register-modal-style .modal-header .close-style{
	padding: 3px 7px 0.25rem;
    border: 1px solid transparent;
    border-radius: 50%;
    margin: 10px;
    background-color: #da1717;
    /* background-color: transparent; */
    font-size: 22px;
	color:#fff;
	position: absolute;
    top: -22px;
    right: -22px;
    opacity: 1;
}

span.fa.fa-fw.field-icon{
	float: right;
    margin-right: 4px;
    margin-top: 0px !important;
    position: relative;
    z-index: 2;
    font-size: 18px;
    color: grey
}

span.float-right.plus-testimonial {
    color: #fff;
    background-color: #a00a0a;
    padding: 3px 8px 3px 8px;
    border-radius: 25px;
    line-height: 45px;
    height: 48px;
    width: 180px;
    position: fixed;
    top: 180px;
    z-index: 2147483647;
    right: 0px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}

.fa-fw {
    width: 2.285714em !important;
    text-align: center;
    padding-top: 12px !important;
}


button#otp-resend-botton {
    background: transparent;
    border: none;
    color: #ced4da;
    font-size: 14;
}

.register-modal-style .modal-header .close-style:focus{
	outline:none;
	box-shadow:none;
}

.register-modal-style .modal-header .modal-title{
	color:#da1717;
}

.register-modal-style .modal-content .modal-body .signinInput{
	height:50px;
}
.register-modal-style .modal-body .modal-body-inner-part .required{
	color:#dc3545;
}

.register-modal-style .modal-content .modal-body .modal-body-inner-part label{
	font-size:15px;
}

.register-modal-style .modal-body .modal-body-inner-part .input-group i{
	font-size:14px;
	color: #ced4da;
}
.register-modal-style .modal-content .modal-body .modal-body-inner-part .pass-link a{
	font-size:14px;
	color: #ced4da;
}
.register-modal-style .modal-content .modal-body .modal-body-inner-part .pass-link a:hover{
	font-size:14px;
	color: #da1717;
}

.register-modal-style .modal-content .modal-body .signinInput::-webkit-input-placeholder { 
	font-family: FontAwesome;
	font-weight: normal;
	overflow: visible;
	vertical-align: top;
	display: inline-block !important;
	padding-left: 5px;
	padding-top: 2px;
	color: #ced4da;
}

.register-modal-style .modal-content .modal-body .signinInput::-moz-placeholder { 
	font-family: FontAwesome;
	font-weight: normal;
	overflow: visible;
	vertical-align: top;
	display: inline-block !important;
	padding-left: 5px;
	padding-top: 2px;
	color: #ced4da;
}

.register-modal-style .modal-content .modal-body .signinInput:-ms-input-placeholder { 
	font-family: FontAwesome;
	font-weight: normal;
	overflow: visible;
	vertical-align: top;
	display: inline-block !important;
	padding-left: 5px;
	padding-top: 2px;
	color: #ced4da;
}
.register-modal-style .modal-content .modal-body .signinInput:focus{
	outline:none;
	box-shadow:none;
}

.register-modal-style .btn-reg-stud, .register-modal-style .btn-alr-user{
/*	border-radius:0.25rem!important;
	background-color:#da1717;
	color:#fff;
	padding-left:1rem;
	padding-right:1rem;*/
}
.register-modal-style .btn-reg-stud::before, .register-modal-style .btn-alr-user::before{
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4S ease-out;
    -moz-transition: all 0.4S ease-out;
    transition: all 0.4S ease-out;
}
.register-modal-style .btn-reg-stud:hover, .register-modal-style .btn-alr-user:hover{
	color: #252525;
    background: transparent;
    border-color: #e6e6e6;
}
.register-modal-style .btn-reg-stud:hover:before, .register-modal-style .btn-alr-user:hover:before{
	-webkit-transform: scale(1);
    transform: scale(1);
}

@keyframes check {0% {height: 0;width: 0;}
    25% {height: 0;width: 8px;}
    50% {height: 15px;width: 8px;}
}
.register-modal-style .modal-content .modal-body .modal-body-inner-part .checkbox{
	background-color:#fff;
	display:inline-block;
	height:20px;
	margin:0 .5rem 0 0;
	width:20px;
	border-radius:4px;
	border:1px solid #ced4da;
	/* float:right */
}
.register-modal-style .modal-content .modal-body .modal-body-inner-part .checkbox span{
	display:block;
	height:20px;
	position:relative;
	width:20px;
	padding:0;
}
.register-modal-style .modal-content .modal-body .modal-body-inner-part .checkbox span:after{
	-moz-transform:scaleX(-1) rotate(135deg);
	-ms-transform:scaleX(-1) rotate(135deg);
	-webkit-transform:scaleX(-1) rotate(135deg);
	transform:scaleX(-1) rotate(135deg);
	-moz-transform-origin:left top;
	-ms-transform-origin:left top;
	-webkit-transform-origin:left top;
	transform-origin:left top;
	border-right:3px solid #fff;
	border-top:3px solid #fff;
	content:'';
	display:block;
	height:15px;
	left:1px;
	position:absolute;
	top:10px;
	width:8px
}
.register-modal-style .modal-content .modal-body .modal-body-inner-part .checkbox span:hover:after{border-color:#999;}
.register-modal-style .modal-content .modal-body .modal-body-inner-part .checkbox input{display:none;}
.register-modal-style .modal-content .modal-body .modal-body-inner-part .checkbox input:checked + span:after{
	-webkit-animation:check .8s;
	-moz-animation:check .8s;
	-o-animation:check .8s;
	animation:check .8s;
	border-color:#da1717;
}
.register-modal-style .modal-content .modal-body .modal-body-inner-part .checkbox input:checked + .checkmark:after{border-color:#da1717;}
.register-modal-style .modal-content .modal-body .modal-body-inner-part .terms-condition-link{
	color:#dc3545;
	text-decoration:none;
}
.register-modal-style .modal-content .modal-body .modal-body-inner-part .terms-condition-link:hover{
	color:#da1717;
	text-decoration:none;
}

/* select box style */
.register-modal-style .modal-content .modal-body .modal-body-inner-part .select-city {
	position: relative;
	width:100%;
}

.register-modal-style .modal-content .modal-body .modal-body-inner-part .select-city select {
	background-color: #fff;
	color:#495057;
	padding: 12px;
	width: 100%;
	border-radius:4px;
	border:1px solid #ced4da;
	box-shadow:none;
	-webkit-appearance: button;
	appearance: button;
	outline: none;
}

.register-modal-style .modal-content .modal-body .modal-body-inner-part .select-city select .selected{
	color:#a1a1a1;
}
.register-modal-style .modal-content .modal-body .modal-body-inner-part .select-city::before {
	content: "\f0d7 ";
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	right: 0;
	width: 15%;
	height: 100%;
	text-align: center;
	border-right:1px solid #ced4da;
	border-left:none;
	border-top:1px solid #ced4da;
	border-bottom:1px solid #ced4da;
	font-size: 20px;
	line-height: 45px;
	color: #da1717;
	background-color: #fff;
	pointer-events: none;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px
}
.register-modal-style .modal-content .modal-body .modal-body-inner-part .select-city select option {
	color:#000;
	height:50px;
}

@media only screen and (max-width: 360px){
	.modal-dialog-style {
		max-width:280px!important;
	}
}

@media only screen and (max-width: 576px){
	.modal-dialog-style {
		max-width:320px;
		margin:auto;
	}
}

@media screen and (min-width: 576px){
	.modal-dialog-style {
		max-width:500px;
	}
}

@media screen and (min-width: 768px){
	.modal-dialog-style {
		max-width:600px;
	}
}

@media screen and (min-width: 992px){
	.modal-dialog-style {
		max-width:800px;
	}
}