
body {
	width: 100%;
	height: 100%;
	overflow: hidden;

}
a{
	text-decoration: none;
}

.form-group 
{
	margin-bottom: 1rem;
}
button:focus {
	outline: 1px dotted;
}

.den-login-row {
	display: flex;
	justify-content: center;
	align-items: center;
}

.den-login-col-left {
	background: #0957DE;
	width: 50%;
	height: 100vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.den-login-col-right {
	padding:1vh;
	
	width: 50%;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
	height: 100vh;
}

.dentulu-login-middle-a {
	min-height: 100%;
	position: relative;
	min-height: -moz-calc(80vh - 15vh);
	min-height: -webkit-calc(80vh - 15vh);
	min-height: -o-calc(80vh - 15vh);
	min-height: calc(80vh - 15vh);
	display: flex;
	justify-content: center;

	flex-direction: column;
}

.dentulu-login-middle {
	min-height: 100%;
	position: relative;
	min-height: -moz-calc(80vh - 15vh);
	min-height: -webkit-calc(80vh - 15vh);
	min-height: -o-calc(80vh - 15vh);
	min-height: calc(80vh - 15vh);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.den-login-list
{
	display: flex;
	align-items: center;
	margin-bottom: 0.5rem;

}

.den-login-form-btn-rb {
    background: #0957DE;
    border-radius: 8px;
    font-family: 'proxima-nova';
    font-style: normal;
    font-weight: 600;
    min-height: 50px;
    line-height: 1.2;
    font-size: 18px;
    display: block;
    text-align: center;
    padding: 1rem;
	border: 0.882997px solid #0957DE;
    color: #FFFFFF;
    transition: 0.3s;
}
.den-login-form-btn-rb:hover {
 background: #226ef2;
	color: #FFFFFF;
	text-decoration: none;
}
.den-login-form-btn-lb {
    background: #fff;
    border-radius: 8px;
    font-family: 'proxima-nova';
    font-style: normal;
    font-weight: 600;
    min-height: 50px;
    line-height: 1.2;
    font-size: 18px;
    display: block;
    text-align: center;
    padding: 1rem;
    color: #0957DE;
     border: 0.882997px solid #0957DE;
    
}
.dentulu-login-sub-btn-or:hover {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 40px;
	background: #f97a34;
    border-radius: 5px;
    font-family: 'Proxima-nova';
    font-style: normal;
    font-weight: 600;
	text-decoration: none;
    padding: 0.5rem;
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF;
}
.dentulu-login-sub-btn-or {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 40px;
	background: #FF8D4E;
    border-radius: 5px;
    font-family: 'Proxima-nova';
    font-style: normal;
    font-weight: 600;
    padding: 0.5rem;
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF;
}
.den-login-form-btn-lb:hover {
	color: #0957DE;
	background: #edf1f7;
	text-decoration: none;
}
.den-login-sig-box-img
{
	width: 100%;
	height: 60px;
	object-fit: contain;
}
/* toogle */
.dentulu-login-toogle .switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 24px;
}

.dentulu-login-toogle .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.dentulu-login-toogle .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.dentulu-login-toogle .slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.dentulu-login-toogle input:checked+.slider {
	background-color: #67DEF9;
}

.dentulu-login-toogle input:focus+.slider {
	box-shadow: 0 0 1px #67DEF9;
}

.dentulu-login-toogle input:checked+.slider:before {
	-webkit-transform: translateX(16px);
	-ms-transform: translateX(16px);
	transform: translateX(16px);
}


.dentulu-login-toogle .slider.round {
	border-radius: 34px;
}

.dentulu-login-toogle .slider.round:before {
	border-radius: 50%;
}

.den-login-sig-box
{
	background: #EFF5FF;
border-radius: 5px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 1rem;
position: relative;

}
.login-overlay
{
	position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.den-eme-form-bg-m
{
	height: 500px;
	overflow-y: auto;
}
.den-eme-form-bg-m::-webkit-scrollbar {
	width: 5px;
	height: 10px;
	background: #ddd;
}

.den-eme-form-bg-m::-webkit-scrollbar-track {
	background: #ddd;
}

.den-eme-form-bg-m::-webkit-scrollbar-thumb {
	background: #777a7b;
}

.den-eme-form-bg-m::-webkit-scrollbar-thumb:hover {
	background: #777a7b;
}

.den-eme-form-bg
{

	height: 350px;
	overflow-y: auto;
}
.den-eme-form-bg::-webkit-scrollbar {
	width: 5px;
	height: 10px;
	background: #ddd;
}

.den-eme-form-bg::-webkit-scrollbar-track {
	background: #ddd;
}

.den-eme-form-bg::-webkit-scrollbar-thumb {
	background: #777a7b;
}

.den-eme-form-bg::-webkit-scrollbar-thumb:hover {
	background: #777a7b;
}
.den-log-tem-con-bg 
{
	padding-right: 1rem;
	padding-bottom: 50px;
}
.den-log-tem-con-bg-da
{
	padding-right: 1rem;
	padding-bottom: 50px;
}
.den-log-tem-con-bg p{
    font-family: 'proxima-nova';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
    color: #000C22;
	
}

.den-log-tem-con-bg  li{
    font-family: 'proxima-nova';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
    color: #000C22;
	margin-bottom: 0.5rem;
	
}
.den-log-tem-con-bg ol
{
    padding-inline-start: 0px;
	padding: 0;


}
.den-log-tem-con-bg  li strong {
    font-family: 'proxima-nova';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    color: #000C22;
	
}
.den-log-tem-con-bg p strong{
    font-family: 'proxima-nova';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    color: #000C22;
}

.den-log-tem-con-bg h2 strong{
    font-family: 'proxima-nova';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    color: #000C22;
}

.den-log-tem-con-bg h2{
    font-family: 'proxima-nova';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    color: #000C22;
}

.den-login-list .dentulu-login-sub-text
{
	
margin-bottom: 0;
}
footer
 {
	min-height: 15vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}

.den-login-col-right::-webkit-scrollbar {
	width: 5px;
	height: 10px;
	background: #ddd;
}

.den-login-col-right::-webkit-scrollbar-track {
	background: #ddd;
}

.den-login-col-right::-webkit-scrollbar-thumb {
	background: #777a7b;
}

.den-login-col-right::-webkit-scrollbar-thumb:hover {
	background: #777a7b;
}

.den-login-eme-den-bg {
	overflow-y: auto;
	background: #EBEBEB;
}

.den-login-eme-den-bg-a {
	overflow-y: auto;
	
}
.den-login-eme-den-bg::-webkit-scrollbar {
	width: 5px;
	height: 10px;
	background: #ddd;
}

.den-login-eme-den-bg::-webkit-scrollbar-track {
	background: #ddd;
}

.den-login-eme-den-bg::-webkit-scrollbar-thumb {
	background: #777a7b;
}

.den-login-eme-den-bg::-webkit-scrollbar-thumb:hover {
	background: #777a7b;
}
.den-login-eme-den-bg-a::-webkit-scrollbar {
	width: 5px;
	height: 10px;
	background: #ddd;
}

.den-login-eme-den-bg-a::-webkit-scrollbar-track {
	background: #ddd;
}

.den-login-eme-den-bg-a::-webkit-scrollbar-thumb {
	background: #777a7b;
}

.den-login-eme-den-bg-a::-webkit-scrollbar-thumb:hover {
	background: #777a7b;
}
.den-vir-vid-call-bg .den-login-img-responsive
{
width: 100%;
height: 250px;
object-fit: contain;
}
.den-login-img-responsive {
	width: 100%;
	height: auto;
}
.login-cont-error
{
	color: #EC1C24 !important;
	font-size: 16px !important;
}
.den-vir-vid-call-bg-iner .den-login-form-btn 
{
display:inline-block;
}
.den-login-video
{
	width: 100%;
	height: 250px;
	object-fit: contain;
}
.den-vir-vid-call-bg-iner
{
	margin-top: 1.5rem;
	padding: 1rem;
	text-align: center;
}
.vir-log-time-count
{
	font-family: 'Wallpoet', cursive;
	text-align: center;
	font-weight: bold;
}
.den-login-col-left-head {
	font-family: 'proxima-nova';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: normal;
	text-align: center;
	color: #FFFFFF;
}

.den-login-col-left-text {
	font-family: 'proxima-nova';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: normal;
	text-align: center;
	color: #FFFFFF;
}
.den-login-dispaly-flex
{
display: flex;
align-items: center;
justify-content: center;

}
.den-login-dispaly-flex img
{
margin-top: 1rem;
margin-right: 1rem;
}
.den-login-content-bg-a {
	height: 92vh;
	display: flex;
	justify-content: center;
	align-items: center;

}

.den-login-logo {
	height: 8vh;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.den-login-logo img {
	width: 150px;
	padding-left: 15px;

}
.den-text-white-new
{
	color: #fff !important;
}
.den-login-col-right-head {
	font-family: 'proxima-nova';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: normal;
	text-align: center;
	color: #000C22;
}

.den-login-col-right-text {
	font-family: 'proxima-nova';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: normal;
	text-align: center;

	color: #0957DE;
}

.den-login-form-label {
	font-family: 'proxima-nova';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: normal;
	color: #000C22;
	margin-bottom: 0.5rem;
}

.den-login-form-label-b {
	font-family: 'proxima-nova' ;
	font-style: normal;
	font-weight: 600 !important;
	font-size: 20px !important;
	line-height: normal;
	color: #000C22;
}

.login-form-bg {
	position: relative;
}
.den-login-form-control:disabled {
    background: #EDEDED !important;
}
#referal:read-only{
    background: #EDEDED !important;
}

.den-login-form-control {
	background: #FFFFFF;

	width: 100%;
	display: block;
	border: 0.5px solid #717377;
	border-radius: 8px;
	font-family: 'proxima-nova';
	font-style: normal;
	font-weight: 400;
	height: 50px;
	font-size: 1rem;
	line-height: normal;
	padding: 0 1rem;
	padding-right: 40px;
	color: #000C22;
}

.den-login-form-control-img {
	position: absolute;
	right: 12px;
	top: 13px;
	cursor: pointer;
}

.den-login-license-bg {
	background: #F0F6FF;
	border: 1px dashed #6CA2FF;
	border-radius: 12px;
	padding: 1rem;
	margin-bottom: 1rem;
	position: relative;
}

.den-login-form-control:hover,
.den-login-form-control:focus {
	background: #FFFFFF;
	border: 1px solid #0a47b1;
	box-shadow: 0px 0px 4px rgba(77, 142, 255, 0.5);
	border-radius: 8px;
	outline: 0;
	position: relative;
}

.login-plus-icon {
	position: absolute;
	bottom: 5px;
	right: -5px;
	cursor: pointer;
}

.dentulu-login-middle-bg-new {
	display: block;
	width: 100%;
}

.den-login-form-btn {
	background: #0957DE;
	border-radius: 8px;
	font-family: 'proxima-nova';
	font-style: normal;
	font-weight: 600;
	min-height: 50px;

	line-height: 1.2;
	font-size: 18px;

	display: block;
	text-align: center;
	padding: 1rem;
	color: #FFFFFF !important;
	transition: 0.3s;
	cursor: pointer;
}

.den-login-form-btn:hover {
	background: #2a76f9;
	color: #FFFFFF;
	text-decoration: none;
}
.text-center .den-login-form-btn-under
{
	font-size: 18px;

}
.den-login-form-btn-under {
	font-family: 'proxima-nova';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	text-decoration-line: underline;
	color: #0957DE;
	display: inline-block;
word-break: break-word;
}

.den-login-form-socail-btn {
	background: #FFFFFF;
	border: 0.6px solid rgba(0, 12, 34, 0.5);
	border-radius: 8px;
	padding: 0.5rem 1rem;
	text-align: center;
	display: block;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'proxima-nova';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: normal;
	text-decoration: none;
	color: #000C22;
}

.den-login-form-socail-btn:hover,
.den-login-form-socail-btn:focus {
	color: #000C22;
	box-shadow: 0px 4px 4px rgba(152, 152, 152, 0.25);
	text-decoration: none;
}

.den-login-col-right-fooder {
	font-family: 'proxima-nova';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	margin-bottom: 0;
	color: #000C22;
}

.den-login-form-cont-bg {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.text-center .dent-login-para-btn {
	font-size: 18px
}
.dent-login-para-btn {
	font-family: 'proxima-nova';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	color: #000C22;
}

.den-login-form-btn-blue {
	background: #1AE5BE;
	border-radius: 8px;
	font-family: 'proxima-nova';
	font-style: normal;
	font-weight: 600;
	min-height: 50px;
	line-height: 1.2;
	font-size: 18px;
	display: block;
	text-align: center;
	padding: 1rem;
	color: #FFFFFF;
	transition: 0.3s;
}

.den-login-form-btn-blue:hover {
	background: #26d0b0;
	color: #FFFFFF;
	text-decoration: none;
}

.den-login-form-btn-cont {

	font-family: 'proxima-nova';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: normal;
	text-decoration: none;
	color: #000C22;
	margin-bottom: 1rem;
}

.den-login-form-btn-cont:hover {
	text-decoration: none;
}

.den-login-social-med-img {
	width: 26px;
	height: 26px;
}

.den-login-mergin {
	margin-top: 3vh;
}

.dent-login-lablel {
	margin-left: 1rem;
}

.dent-login-lablel-text-box {
	width: 1.4rem;
	height: 1.4rem;
	cursor: pointer;

}

.dentulu-login-back {
	position: absolute;
	top: 15px;
	left: 15px;
	font-family: 'proxima-nova';
	font-style: normal;
	font-weight: 500;
	font-size: 1rem;
	line-height: normal;
	color: #000000;
	display: flex;
	align-items: center;
}

.dentulu-login-back:hover {

	color: #000000;
}

.dentulu-login-marketplace-box {
	border-top: 5px solid #3B81FB;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	padding: 1rem;
}

.dentulu-login-marketplace-box-iner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dentulu-login-marketplace-box-iner-b {
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.dentulu-login-sub {
	border: 2px solid #4E8FFF;
	border-radius: 10px;
	padding: 1rem;
	margin-bottom: 1rem;
	position: relative;
}

.login-satr-bg {
	background-image: url(../img/login/Star.svg);
	position: absolute;
	top: -10px;
	right: -15px;
	height: 70px;
	width: 70px;
	background-repeat: no-repeat;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;

}
/* left-img */
.den-login-col-left-head {

    font-size: 3.5vh;
line-height: 1.2;
}
.den-login-col-left-text {
   margin-top:1vh;
    font-size: 1.8vh;
}

.den-ban-img-a {
   margin-top: 2vh;
    height: 58vh;
    width: 100%;
    object-fit: contain;
}

.den-login-form-control-a {
    background: #FFFFFF;
   
    border: 0.5px solid #717377;
    border-radius: 8px;
    font-family: 'proxima-nova';
    font-style: normal;
    font-weight: 400;
    height: 50px;
    font-size: 1rem;
    line-height: normal;
    padding: 0 1rem;
    padding-right: 40px;
    color: #000C22;
}
.den-login-form-btn-cont-a {
    font-family: 'proxima-nova';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    text-decoration: none;
	color: #0957DE !important;
    margin-bottom: 1rem;
}
.den-login-form-btn-cont-b {
    font-family: 'proxima-nova';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    text-decoration: none;
	color: #0957DE !important;
    margin-bottom: 1rem;
}
.den-ban-img-c
{
   margin-top:2vh;
height:4vh;
}
.den-ban-img-b
{
   margin-top:2vh;
height:6vh;
margin-bottom:2vh;
}

.den-login-form-control-img {
 
    top: 16px;
   
}
.den-off-sat-bg
{
	padding-right: 60px;
}
.login-satr-bg-a-text {
	font-family: 'Proxima-nova';
	font-style: normal;
	font-weight: 600;
	font-size: 11px;
	line-height: normal;
	color: #000C22;
	margin-bottom: 0;
}

.login-satr-bg-a {
	position: absolute;
    top: -70px;
    right: -75px;

}

.dentulu-login-sub-bold {
	font-size: 1rem;
	font-weight: 500;
	font-family: 'Proxima-nova';
	margin-bottom: 0;
	color: #b4b5b5;
	margin-right: 0.3rem;
}

.dentulu-login-sub-small-btn {
	font-family: 'Proxima-nova';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: normal;
	padding: 0.3rem 0.8rem;
	color: #0957DE;
	margin-bottom: 0;
	background: #D2E3FF;
	border-radius: 50px;
}

.dentulu-login-sub-btn {
	position: absolute;
	right: 5px;
	top: 5px;
	height: 40px;
	background: #4E8FFF;
	border-radius: 5px;
	font-family: 'Proxima-nova';
	font-style: normal;
	font-weight: 600;
	padding: 0.5rem;
	font-size: 16px;
	line-height: 1.5;
	color: #FFFFFF;
}

.dentulu-login-sub-btn:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #0957DE;
}

.login-satr-bg-text {
	font-weight: bold;
	font-size: 14px;
	line-height: normal;
	text-align: center;
	margin-bottom: 0;
	color: #FFFFFF;
	transform: rotate(-20.44deg);
}

.dentulu-login-sub-text {
	font-family: 'proxima-nova';
	font-style: normal;
	font-weight: 400;
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
	line-height: normal;
	color: #000C22;
}

.login-form-bg-new
{
position: relative;
}
.login-form-bg-new .form-check-input {
    position: absolute;
    margin-top: 0;
    left: 10px;
    top: 15px;
    margin-left: 0;
    width: 20px;
    height: 20px;
}
.login-form-bg-new  .den-login-form-control {

    padding: 1rem;
    padding-left: 40px;
    padding-right: 10px;

}
.dentulu-login-sub-small-head {
	font-family: 'proxima-nova';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 0rem;
	line-height: normal;
	color: #000C22;
}

.dentulu-login-sub-small-head-m {
	font-family: 'proxima-nova';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 0rem;
	line-height: normal;
	color: #000C22;
}

.dentulu-login-sub-head-b {
	background: #4E8FFF;
	border-radius: 5px;
	padding: 0.3rem;
	font-family: 'proxima-nova';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	display: inline-block;
	line-height: normal;
	margin-left: 0.5rem;
	color: #FFFFFF;
}

.dentulu-login-sub-head {
	font-family: 'proxima-nova';
	font-style: normal;
	font-weight: 700;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 40px;

	line-height: normal;
	color: #000C22;
}

/* toogle */

.login-role-selector input {
	display: none;

  }
  
 
  .login-role-selector input+span {

	font-family: 'Proxima-nova';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: normal;

	color: #000C22;
  }
  .login-role-selector input+*+*+span {

	font-family: 'Proxima-nova';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: normal;
	color: #b4b5b5;

  }
  .login-role-selector
  {
display: flex;
align-items: center;
  }


  .login-role-selector input:checked+span {
	font-family: 'Proxima-nova';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: normal;
	color: #b4b5b5;
	
  }
  .login-role-selector input:checked+*+*+span {
	font-family: 'Proxima-nova';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: normal;
	color: #000C22;

  }

  .login-role-selector .switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 22px;
	margin-bottom: 0;
	margin-right: 0.3rem;
margin-left: 0.3rem;
  }
  .login-role-selector .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #67DEF9;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  .login-role-selector .slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  .login-role-selector input:checked+span+.switch .slider {
	background-color: #67DEF9;
  }
  
  .login-role-selector input:focus+span+.switch .slider {
	box-shadow: 0 0 1px #67DEF9;
  }
  
  .login-role-selector input:checked+span+.switch .slider:before {
	-webkit-transform: translateX(18px);
	-ms-transform: translateX(18px);
	transform: translateX(18px);
  }
  
 .login-role-selector .slider.round {
	border-radius: 34px;
  }
  
  .login-role-selector .slider.round:before {
	border-radius: 50%;
  }

/* toogle */


.dentulu-login-subs-amou-bg {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.login-choose-box-bg {
	border: 2px solid #DFEAFD;
	border-radius: 10px;
	padding: 1.5rem 2rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
	margin-bottom: 1rem;

}

.login-choose-box-bg:hover {
	text-decoration: none;
	border: 2px solid #0957DE;
	border-radius: 10px;
}

.login-choose-box-bg:hover h2 {
	color: #0957DE;
}

.login-choose-box-bg img {
	width: 50px;
	height: 50px;
	margin-right: 1rem;

}

.login-choose-box-bg h2 {
	font-family: 'Proxima-nova';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: normal;
	margin-bottom: 0.5rem;
	color: #000C22;

}

.login-choose-box-bg h2 span {

	font-weight: 400;


}

.login-choose-box-bg p {
	font-family: 'Proxima-nova';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #000C22;
	opacity: 0.5;
	margin-bottom: 0;
}

.den-log-search-box {
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 1rem;
	margin-bottom: 1.5rem;
	display: flex;

	justify-content: space-between;
	align-items: center;
}

.den-log-search-box .form-check-input {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;

	width: 20px;
	height: 20px;
}

.den-log-search-box .form-check {

	padding-left: 1rem;
	padding-right: 3rem;
}

.den-log-search-box-iner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.den-log-search-box h2 {
	font-family: 'Proxima-nova';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: normal;
	margin-bottom: 0.5rem;
	color: #0957DE;
}

.den-log-search-box p {
	font-family: 'Proxima-nova';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: normal;
	color: #000C22;
	opacity: 0.7;
	margin-bottom: 0.5rem;
}

.den-log-search-box-iner img {
	height: 100px;
	object-fit: cover;
	width: 100px;
	border-radius: 11.2792px;
}

.den-log-search-box p span {
	font-family: 'Proxima-nova';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: normal;

	color: #000C22;
}

.login-header {
	background: #0957DE;
	padding: 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.login-header img {
	width: 150px;
}

.login-header p {
	font-family: 'Proxima-nova';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: normal;
	color: #FFFFFF;
	margin-right: 0.8rem;
	margin-left: 0.8rem;
	margin-bottom: 0;
}

.login-header-section {
	position: relative;
	overflow-y: auto;
	padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90vh;
	padding-top: 3rem;
}

.login-header-iner {
	display: flex;
	align-items: center;

}
.den-login-model-img
{
	width: 100%;
	height: 200px;
	object-fit: contain;
}
.modal-content-den-login {
	border-radius: 20px;
}
.login-header-back {
	position: absolute;
	top: 30px;
	left: 0px;
	font-family: 'proxima-nova';
	font-style: normal;
	font-weight: 500;
	font-size: 1rem;
	line-height: normal;
	color: #000000;
	display: flex;
	align-items: center;
	z-index: 99;
}
.login-header-back:hover 
{
	color: #000000;

}
.form-check-new-a {
	position: relative;
	background: #FFFFFF;
	border: 1px solid #999EA7;
	border-radius: 8px;
	height: 50px;
	padding-left: 2rem;
	display: flex;
	padding-right: 50px;
	align-items: center;
	justify-content: flex-start;
	padding-left: 0rem;
	cursor: pointer;
}

.login-header-iner img {
	width: 22px !important;
}

.form-check-new-a:hover {
	text-decoration: none;
}

.form-check-new-a p {
	font-family: 'Proxima-nova';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	margin-bottom: 0.5rem;
	color: #000C22;
	padding-left: 1rem;
	margin-bottom: 0;
}
.den-ban-img-a
{
margin-top: 1%;
margin-bottom: 1%;
}
.form-check-new {
	position: relative;
	background: #FFFFFF;
	border: 1px solid #999EA7;
	border-radius: 8px;
	min-height: 50px;
    padding: 0.5rem;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
	padding-left: 0rem;
}
.form-check-new:hover {
	border: 1px solid #0a47b1;
    box-shadow: 0px 0px 4px rgb(77 142 255 / 50%);
	cursor: pointer;
}
.dent-login-for-pass-head
{
	font-family: 'Proxima-nova';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: normal;

text-align: center;

color: #000C22;
}

.form-check-new .form-check-input {
	position: absolute;
	margin-top: 0;
	left: 10px;
	top: 15px;
	margin-left: 0;
	width: 20px;
	height: 20px;
}
.close:focus {
    
	outline:0;
}


.form-check-new .form-check-label {
	padding-left: 50px;
	font-family: 'Proxima-nova';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;

	color: #000C22;
}
.den-vir-vid-call-bg
{
	background: #FFFFFF;
border-radius: 10px;
padding: 1rem;
}
.den-login-form-error
{
	border: 0.5px solid  #DE0909;
}
.den-login-form-error:hover
{
	border: 0.5px solid  #DE0909 !important;
}
.den-login-text-error
{
	font-family: 'Proxima-nova';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: normal;
	
	color: #F10000;
}
.signupBtn-a {
    color: #0957DE !important;
    background: #FFF !important;
    border: 1px solid #0957DE !important;
}

@media only screen and (max-width: 1500px) {

	.den-login-form-cont-bg {
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.den-login-col-left-head {

		font-weight: 600;
		font-size: 22px;

	}

	.den-login-col-left-text {

		font-weight: 300;
		font-size: 16px;

	}

	.den-login-logo img {
		width: 100px;
	}

	.den-ban-img-a
	{
		width: 100%;
		height: 40vh;
		object-fit: contain;
	}

	.den-ban-img-b {
		width: fit-content;
		height: fit-content;
		object-fit: contain;
	}
	.den-ban-img-c {
		width: fit-content;
		height: 4vh;
		object-fit: contain;
	}
}

@media only screen and (max-width: 1200px) {

	.animated {
		-webkit-animation-duration: 0s;
		animation-duration: 0s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		animation:none !important;
	}
	
	.login-satr-bg-a {
		position: absolute;
		top: -60px;
		right: -20px;
	}
	.login-header-back {
		left: 20px;
		top: 0;

	}
	.login-satr-bg-a-text {
	
		font-size: 10px;
		
	}
	.login-header-section {
		margin-top: 3vh;

		min-height: auto !important;
	}

	.login-satr-bg {

		top: 5px;
		right: 5px;

	}

	.den-login-form-cont-bg {
		display: flex;
		width: 100%;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

}
.hide{
	display: none;
}

@media only screen and (max-width: 900px) {

	.den-log-search-box .form-check {
		padding-left: 1rem;
		padding-right: 1rem;
	}


	.den-login-form-socail-btn {
		
		font-size: 16px;
		
	}
	.login-choose-box-bg h2 {
	margin-bottom: 0.3rem;
		font-size: 16px;
	
	}
	.den-login-form-label {
		
		
		font-size: 16px;
	
	}
	.login-header-iner {
		display: none;
		align-items: center;
		flex-direction: column;

	}

	.den-log-marke-box-iner {
		text-align: center;
	}

	.login-header {
		background: #0957DE;
		padding: 1rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}

	.login-choose-box-bg {

		padding: 1rem;


	}


	.dentulu-login-sub-small-head {
		font-family: 'proxima-nova';
		font-style: normal;
		font-weight: 600;
		font-size: 14px;
		margin-bottom: 0rem;
		line-height: normal;
		color: #000C22;
	}

	.dentulu-login-subs-amou-bg {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
	}


	.dentulu-login-back {
		z-index: 99;
		top: 8px;
		left: 8px;

	}

	.dentulu-login-marketplace-box-iner-b {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
	}

	


	footer {
		height: auto !important;
	}

	.den-login-content-bg-a {

		display: none;

	}

	.den-login-logo {
		padding: 1vh;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}


	.den-login-row {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.den-login-col-left {
		background: #0957DE;
		width: 100%;
		height: auto;
		display: block;
		overflow: auto;
		overflow-x: hidden;
	}

	.den-login-col-left-iner {
		display: none;
	}

	.den-login-col-right {
		width: 100%;
		height: auto;
		overflow-x: hidden;
		overflow-y: auto;

		padding-top: 3vh;

	}

	.den-login-logo {
		text-align: center;
		margin: 0.5vh;

	}

	.den-login-logo img {
		width: 100px;
		position: unset;

	}

	body {
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.den-login-form-cont-bg {
		display: flex;
		width: 100%;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.den-login-form-btn-cont {
		margin-bottom: 0.5rem;
	}

	.den-login-mergin {
		margin-top: 1vh;
	}

	.den-login-col-right-text {

		font-size: 24px;
		margin-top: 1rem;
	}
	.dent-login-para-btn {
	
		font-size: 14px;
	
	}
	.den-login-form-btn-under {
		
		font-size: 14px;
		
	}
	.den-login-col-right-head {

		font-size: 18px;
	font-weight: 500;
		
	}
	.text-center .dent-login-para-btn {
		font-size: 16px;
	}
	.text-center .den-login-form-btn-under {
		font-size: 16px;
	}
	.den-log-search-box-iner {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	
	}
	.den-log-search-box-iner img {
		height: 50px;
		object-fit: cover;
		width: 50px;
		border-radius: 6.2792px;
	}

	.den-vir-vid-call-bg .den-login-img-responsive {
		width: 100%;
		height: 200px;
		object-fit: contain;
	}

	.den-login-video {
		width: 100%;
		height: 220px;
		object-fit: contain;
	}

	.dentulu-login-sub-head-b {
		margin-top:0.5rem;
	margin-bottom: 0.8rem !important;
	}

	.den-login-form-control:disabled{
		background: #EDEDED !important;
	}

	.cursor-pointer{
		cursor: pointer;
	}

	.bg-danger{
		background: #e5515f !important;
	}

}



/* new css  den-mar-log-tab */

.den-mar-log-tab .nav-tabs {
	border-bottom: 1px solid #b7cbf0;
    margin: auto;
	width: fit-content;

}
.den-mar-log-tab .nav-tabs .nav-link {
	font-family: 'Proxima-Nova';
	font-style: normal;
	
	line-height: normal;

  color: #b7cbf0;
  border: 0;
  border-bottom:3px solid transparent;

  display: flex;
  justify-content: center;
  flex-direction: column;
align-items: center;
padding-bottom: 0;

}
.den-mar-log-tab .nav-tabs .nav-link img
{
width: 50px;
height: 50px;
}

.den-mar-log-tab .nav-tabs .nav-link p {
font-weight: 600;
font-size: 14px;
margin-bottom: -10px;
}

.den-mar-log-tab .nav-link .tab-img-a {
	display: block;
}

.den-mar-log-tab .nav-link .tab-img-b {
	display: none;
}

.den-mar-log-tab .nav-link:hover>.tab-img-a,
.den-mar-log-tab .nav-link.active>.tab-img-a {
	display: none;

}

.den-mar-log-tab .nav-link:hover>.tab-img-b,
.den-mar-log-tab .nav-link.active>.tab-img-b {
	display: block;

}


.den-mar-log-tab  .nav-tabs .nav-item.show .nav-link, .den-mar-log-tab  .nav-tabs .nav-link.active,.den-mar-log-tab  .nav-tabs .nav-link:hover {
    color: #fff;
    background-color: transparent;
	border: 0;
    border-bottom:3px solid #fff;


}

.den-mar-log-tab  .nav-tabs .nav-item .nav-link.active:after,.den-mar-log-tab  .nav-tabs .nav-link:hover:after {
	content: "";
    position: relative;
    bottom: -15px;
    left: -10%;
    border: 6px solid transparent;
    border-top-color: #fff;
}


.den-mar-log-tab-head
{
	font-family: 'Proxima-Nova';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height:normal;
	text-align: center;
	color: #FFFFFF;
}

.den-mar-log-tab-para
{
font-family: 'Proxima-Nova';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: normal;
text-align: center;
color: #FFFFFF;
}

.den-mar-log-tab-display-flex
{
display: flex;
align-items: center;
justify-content: start;

}
.den-mar-log-tab-para-a
{
font-family: 'Proxima-Nova';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: normal;
text-align: left;
color: #FFFFFF;
margin-left: 1rem;
margin-bottom: 0;
}
.den-mar-log-tab .tab-content
{
padding-top: 1rem;
}


.den-login-content-bg-m {
  align-items:flex-start !important;
}
.den-login-content-bg-cc 
{
	align-items:center !important;
}




.main-bg-div-col {
	width: 50%;
	height: 100vh;
	overflow-y: auto;
	background: #DCEDF6;
	position: relative;
}

.main-bg-div-col-b {
	width: 50%;
	height: 100vh;
	overflow: hidden;
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}



.main-bg-div-col-b::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}

.main-bg-div-col::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}

.main-bg-div-row {
	display: flex;
}

.d-dof-reg-label {
	font-style: normal;
	font-weight: 500;
	font-size: 1rem;
	line-height: 20px;
	color: #333333;
}

.d-dof-reg-form:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: none;
	border: 2.5px solid #009EFB;
	border-radius: 5px;
}

.d-dof-reg-form {
	height: 48px;
	background: #FFFFFF;
	border: 1px solid #009EFB;
	box-sizing: border-box;
	border-radius: 5px;
	font-weight: 500;
	font-size: 0.9rem;
	line-height: normal;
	color: #828282;
}

.d-dof-reg-form-error:focus {
	height: 48px;
	background: #FFFFFF;
	border: 2px solid #FF1818 !important;
	box-sizing: border-box;
	border-radius: 5px;
	font-weight: 500;
	font-size: 0.9rem;
	line-height: normal;
	color: #828282;
	box-shadow: none;
}

.d-dof-reg-form-error {
	height: 48px;
	background: #FFFFFF;
	border: 1px solid #FF1818 !important;
	box-sizing: border-box;
	border-radius: 5px;
	font-weight: 500;
	font-size: 0.9rem;
	line-height: normal;
	color: #828282;
}

.d-dof-reg-form-error-text {
	font-weight: 500;
	line-height: normal;
	color: #EB5757;
	margin-top: 0.5rem;
	font-size: 16px;
}

.d-dof-reg-form-bg {
	position: relative;
}

.d-dof-reg-form-icon {
	position: absolute;
	right: 10px;
	top: 22%;
}

.d-dof-reg-top-text {
	font-style: normal;
	font-weight: 300;
	font-size: 2rem;
	line-height: 1.3;
	text-align: center;
	color: #000000;
}

.d-dof-reg-top-head {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
	color: #000000;
}

.d-dof-reg-pay-box-bg {
	border-top: 5px solid #009EFB;
	background: #FFFFFF;
	border-radius: 5px;
	padding: 1rem;
}

.d-dof-reg-pay-iner-bg {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.d-dof-reg-pay-iner-bg-text {
	font-style: normal;
	font-weight: 500;
	font-size: 1rem;
	line-height: normal;
	color: #333333;
}

.d-dof-reg-pay-iner-bg-head {
	font-style: normal;
	font-weight: 700;
	font-size: 1rem;
	line-height: normal;
	color: #333333;
}

.d-dof-reg-pay-iner-bg-head-big {
	font-style: normal;
	font-weight: 600;
	font-size: 1.3rem;
	line-height: normal;
	margin-bottom: 0;
	color: #333333;
}

.d-dof-reg-pay-iner-btn {
	background: #009EFB;
	border-radius: 5px;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: normal;
	display: block;
	text-align: center;
	margin-top: 1.2rem;
	padding: 0.8rem 1rem;
	color: #FFFFFF;
}

.d-dof-reg-pay-iner-btn:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.d-dof-reg-footer-text {
	font-style: normal;
	font-weight: normal;
	font-size: 1rem;
	line-height: normal;
	color: #009EFB;
}

.checkbox.checbox-switch {
	padding-left: 0;
}

.checkbox.checbox-switch label,
.checkbox-inline.checbox-switch {
	display: inline-block;
	position: relative;
	padding-left: 0;
	margin-bottom: 0;
}

.checkbox.checbox-switch label input,
.checkbox-inline.checbox-switch input {
	display: none;
}

.checkbox.checbox-switch label span,
.checkbox-inline.checbox-switch span {
	width: 32px;
	border-radius: 20px;
	height: 18px;
	border: 1px solid #dbdbdb;
	background-color: #CECECE;
	border-color: #CECECE;
	box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
	transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
	display: inline-block;
	vertical-align: middle;
}

.checkbox.checbox-switch label span:before,
.checkbox-inline.checbox-switch span:before {
	display: inline-block;
	width: 14px;
	height: 15px;
	border-radius: 50%;
	background: rgb(255, 255, 255);
	content: " ";
	top: 0;
	position: relative;
	left: 2px;
	transition: all 0.3s ease;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	top: -2px;
}

.checkbox.checbox-switch label>input:checked+span:before,
.checkbox-inline.checbox-switch>input:checked+span:before {
	left: 14px;
	top: -2px;
}

.checkbox.checbox-switch.switch-primary label>input:checked+span,
.checkbox-inline.checbox-switch.switch-primary>input:checked+span {
	background-color: #00E991;
	border-color: #00E991;
	transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox.checbox-switch.switch-primary label>input:checked:disabled+span,
.checkbox-inline.checbox-switch.switch-primary>input:checked:disabled+span {
	background-color: #CECECE;
	border-color: #CECECE;
	transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.d-dof-reg-toggle-text {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: normal;
	margin-bottom: 0;
	color: #333333;
	margin-left: 0.5rem;
}

.d-dof-reg-top-arrow {
	margin-top: -30px;
	text-align: center;
}

.d-dof-reg-toggle-bg {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

.d-dof-reg-sub-pri-bg {
	background: #FFFFFF;
	border: 2px solid #009EFB;
	border-radius: 10px;
	padding: 1rem;
	position: relative;
}

.d-dof-reg-sub-pri-bg ul li {
	list-style: none;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 1rem;
	line-height: normal;
	margin-bottom: 0.8rem;
	color: #000000;
}

.d-dof-reg-sub-pri-bg ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 0px;
}

.d-dof-reg-sub-pri-bg ul li img {
	padding-right: 0.5rem;
}

.d-dof-reg-sub-pri-text {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: normal;
	color: #333333;
}

.d-dof-reg-sub-pri-head span {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: normal;
	color: #828282;
}

.d-dof-reg-sub-pri-head {
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: normal;
	color: #333333;
}

.d-dof-reg-sub-pri-btn-a {
	background: #009EFB;
	border-radius: 5px;
	font-weight: bold;
	font-size: 16px;
	line-height: normal;
	color: #FFFFFF;
}

.d-dof-reg-sub-pri-btn {
	font-style: normal;
	font-weight: 600;
	font-size: 1.5vh;
	line-height: normal;
	color: #009EFB;
	background: #ECF8FF;
	border-radius: 20px;
	padding: 0.25rem 0.75rem;
}

.d-dof-reg-sub-pri-head span b {
	line-height: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #333333;
}

.d-dof-reg-sub-pri-img {
	position: absolute;
	right: 0%;
	top: 0%;
}

.d-dof-reg-toggle-text-p {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: normal;
	margin-bottom: 0;
	color: #9B9DA6;
	margin-left: 0.5rem;
}

.d-dof-reg-pay-box-bg-a {
	background: #FFFFFF;
	border-radius: 5px;
	padding: 1rem;
}

.d-dof-reg-pay-iner-btn-pric {
	background: #009EFB;
	border-radius: 20px;
	font-weight: 600;
	font-size: 14px;
	line-height: normal;
	margin-bottom: 0.5rem;
	color: #FFFFFF !important;
}

.d-dof-reg-cop-code {
	font-weight: 500;
	font-size: 14px;
	line-height: normal;
	margin-top: 0.3rem;
	color: #333333;
}

.d-dof-reg-form-icon-a {
	position: absolute;
	left: 10px;
	top: 22%;
}

.d-dof-reg-back-home {
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	position: absolute;
	top: 5%;
	left: 5%;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	color: #000000;
}

.d-dof-reg-sater-bg {
	background-image: url(../img/login/Star-bg.svg);
	position: absolute;
	right: -10%;
	top: -5%;
	height: 100px;
	width: 100px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.d-dof-reg-sater-bg p {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	margin-bottom: 0;
	color: #FFFFFF;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	transform: rotate(-20.44deg);
}

.d-dof-reg-top-arrow p {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: normal;
	color: #009EFB;
}

.d-dof-reg-sub-pri-head-a {
	margin-bottom: 50px;
}

@media (max-width: 1200px) {
	.main-bg-div-col {
		width: 100%;
		height: auto;
		overflow-y: auto;
	}
	.d-dof-reg-toggle-text-p {
		font-style: normal;
		font-weight: 500;
		font-size: 12px;
		line-height: normal;
		margin-bottom: 0;
		color: #9B9DA6;
		margin-left: 0.5rem;
	}
	.main-bg-div-row {
		display: flex;
		flex-wrap: wrap;
	}
	.d-dof-reg-sater-bg {
		background-image: url(../img/Star-bg.svg);
		position: absolute;
		right: -5%;
		top: -5%;
		height: 100px;
		width: 100px;
		margin: auto;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.main-bg-div-col-b {
		padding-top: 15%;
		width: 100%;
		height: auto;
		overflow-y: hidden;
		background: #FFFFFF;
		padding-bottom: 2rem;
	}
	.d-dof-reg-toggle-text {
		font-style: normal;
		font-weight: 500;
		font-size: 12px;
		line-height: normal;
		margin-bottom: 0;
		color: #333333;
		margin-left: 0.5rem;
	}
	.d-dof-reg-back-home {
		font-weight: normal;
		font-size: 16px;
		line-height: 22px;
		position: absolute;
		top: 2%;
		left: 2%;
		vertical-align: middle;
		text-align: center;
		cursor: pointer;
		color: #000000;
	}
	.d-dof-reg-sub-pri-head {
		font-style: normal;
		font-weight: bold;
		font-size: 25px;
		line-height: normal;
		color: #333333;
	}
	.d-dof-reg-pay-iner-btn-pric {
		background: #009EFB;
		border-radius: 20px;
		font-weight: 600;
		font-size: 12px;
		line-height: normal;
		margin-bottom: 0.5rem;
	}
	.d-dof-reg-top-text {
		font-style: normal;
		font-weight: 300;
		font-size: 1.5rem;
		line-height: 1.3;
		text-align: center;
		color: #000000;
	}
	.d-dof-reg-top-head {
		font-style: normal;
		font-weight: 600;
		font-size: 20px;
		line-height: 29px;
		margin-top: 1.5rem;
		margin-bottom: 1rem;
		color: #000000;
	}
	.d-dof-reg-footer-text {
		font-style: normal;
		font-weight: normal;
		font-size: 0.8rem;
		line-height: normal;
		color: #009EFB;
	}
	.d-dof-reg-pay-iner-btn {
		background: #009EFB;
		border-radius: 5px;
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: normal;
		display: block;
		text-align: center;
		margin-top: 1.2rem;
		padding: 0.6rem 1rem;
		color: #FFFFFF;
	}
	.d-dof-reg-pay-iner-bg-head-big {
		font-style: normal;
		font-weight: 600;
		font-size: 0.9rem;
		line-height: normal;
		margin-bottom: 0;
		color: #333333;
	}
}

@media only screen and (max-width: 1500px) {

	.den-mar-log-tab-head
	{
		
		font-size: 24px;
		
	}
	
	.den-mar-log-tab-para
	{
	
	font-size: 16px;
	
	}
	.den-login-content-bg-cc 
	{
		align-items:flex-start !important;
	}
	
	.den-mar-log-tab .nav-tabs .nav-link p {
		
		font-size: 14px;
	
	}

	.den-mar-log-tab-display-flex img
	{
width: 20px;
	}

	.den-mar-log-tab-para-a
{

font-size: 14px;

}
	

}