body {
    background: linear-gradient(100deg, rgba(167, 218, 255, 0.43) -0.95%, rgba(255, 203, 203, 0.82) 24.9%, rgba(200, 215, 255, 0.70) 35.89%, rgba(212, 235, 246, 0.21) 55.64%, rgba(205, 229, 255, 0.00) 91.86%);
}
.lft-img img {
    width: 78%;
    margin: 23% auto;
    display: block;
}
.lft-img:after {
    content: '';
    position: absolute;
    background: url(../images/login/login-img-bg.png);
    width: 129%;
    height: 100%;
    left: -17%;
    top: -18%;
    background-size: 100% 100%;
    z-index: -1;
}
.rgt-block {
    align-self: center;
}
.rgt-block h4 {
    color: #000;
    font-family: 'Poppins-Medium';
    font-size: 19px;
    letter-spacing: 0.57px;
    text-transform: capitalize;
    text-align: center;
    width: 95%;
    margin: 8px auto;
}
.google-link a img {
    width: 64px;
    margin: 15px auto;
    display: block;
}
.or img {
    width: 88px;
    margin: 25px auto 30px;
    display: block;
}
.sub_txt {
    color: #000;
    font-size: 13px;
    letter-spacing: 0.39px;
    margin-top: 10px;
    text-align: center;
}

/************ TAB SECTION **************/
.type-tab-section {
    margin-top: 25px;
}
.type-tab-section ul {
    display: flex;
    list-style-type: none;
    padding-left: 0px;
    justify-content: center;
    flex-wrap: wrap;
}
.type-tab-section ul li {
    width: 50%;
}
.type-tab-section ul li a {
    border-radius: 19.609px;
    border: 1.072px solid #E8E8E8; 
    text-transform: capitalize;
    text-decoration: none !important;
    padding: 6px 6px;
    color: #3D3B3B;
    font-size: 12.973px;
    letter-spacing: 0.389px;
    transition: .3s ease-in-out;
    cursor: pointer;
    width: 94%;
    display: block;
    text-align: center;
}
.type-tab-section ul li:hover a {
    border-color: #3D3B3B;
    background: #3D3B3B;
    color: #FFF !important;
}
.type-tab-section ul li a span {
    font-size: 12px;
}
.type-tab-section ul li a span.dot {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #FB5411;
    display: inline-block;
    position: relative;
    top: -1px;
    margin-right: 3px;
}


.form-section {
    margin-top: 30px;
}
.form-section .form-control, .signup-section .custom-select {
    border-radius: 10px;
    border: 1px solid #C8C8C8;
    background-color: transparent;
    letter-spacing: 0.24px;
    font-size: 12px;
    height: 43px;
    width: 100%;
    color: #252525;
}
.send-otp-phone, .send-otp {
    color: #1B6B19 !important;
    font-family: 'Poppins-Medium';
    font-size: 12px;
    letter-spacing: 0.24px;
    position: absolute; 
    right: 0; 
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
.field-icon {
    float: right;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    right: 11px;
    color: #b2adad;
    cursor: pointer;
}
.forgot-link {
    padding-left: 15px;
}
.forgot-link a, .forgot-link {
    color: #000;
    font-size: 11px;
    letter-spacing: 0.33px;
    text-decoration: none !important;
}
.error {
    font-size: 12px;
    color: red;
}

.rgt-block .btn-success {
    border-radius: 16px;
    background: #269523; 
    /* width: 100px; */
    min-width:100px;
    height: 34px;
    line-height: 18px;
    letter-spacing: 0.48px;
    font-size: 16px;
    margin: 35px auto auto;
    display: block;
}
.signup-link {
    color: #000;
    font-size: 13px;
    letter-spacing: 0.39px;
    margin-top: 10px;
    text-align: center;
}
.signup-link a {
    color: #FF4C04;
    font-family: 'Poppins-Medium';
    font-size: 14px;
    letter-spacing: 0.42px;
    text-transform: capitalize;
    text-decoration: none !important;
}

.rgt-block h6 {
    color: #0D0D0D;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-align: center;
}


.signup-section .form-control, .signup-section .custom-select {
    border-radius: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 0px;
    box-shadow: none;
    color: #252525;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent !important;
}

.py-12 {
    padding: 12% 0px;
}
.aspNetDisabled {
    opacity: .2 !important;
}

@media (max-width: 600px) {
    .lft-img img {
        margin: 10% auto 10%;
    }
    .py-12 {
        padding: 2% 3% 15% !important;
    }
    .lft-img::after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    .rgt-block .btn-success {
        margin: auto;
    }
    .type-tab-section ul li a {
        border: 1.072px solid #343434;
    }
}
@media screen and (min-width: 600px) and (max-width: 992px) {
    .lft-img img {
        width: 60%;
        margin: 12% auto 5%;
    }
    .py-12 {
        padding: 2% 3% 15% !important;
    }
    .lft-img::after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    .type-tab-section ul li a {
        border: 1.072px solid #343434;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .lft-img img {
        width: 100%;
    }
}



.overlay-popup-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	display: none;
	z-index: 11111;
}
.popup {
	margin: 35px auto;
	padding: 30px 20px;
    background: url(https://themindandcompany.com/assets/images/therapists-details/banner-bg.jpg);
    background-size: 100% 100%;
	border-radius: 5px;
	width: 30%;
	position: relative;
	transition: all .5s ease-in-out;
	top: 100px;
}
@media (max-width:992px){
    .popup{
    width: 45%;
    }
}
@media (max-width:576px){
    .popup{
    width: 80%;
    }
}

.popup .close {
	position: absolute;
	top: 6px;
	right: 10px;
	transition: all 200ms;
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
    cursor: pointer;
}
.popup .close:hover {
  	color: #C54E47;
}
.popup .content {
  	max-height: 30%;
  	overflow: auto;
/*	margin-top: 5%;*/
	text-align: center;
/*	font-weight: bold;*/
padding: 5px;
}
.popup .content h3 {
    font-size: 16px;
    line-height: 22px;
    margin: auto;
}
.popup .content a {
    font-size: 15px;
    color: #252525;
    margin-top: 5%;
    font-family: 'Poppins-Medium';
    font-weight: 500;
}
.popup .content a:hover {
    text-decoration: none;
}
.f-13 {
    font-size: 13px !important;
}
@media (max-width: 1200px) {
        .mobile-header {
            position: static !important; 
            width: 100%;
        }
    }

