/* header {
    background: #fff;
} */
.registration-section {
    background: url(../images/registration/therapist-form-bg.png);
    background-size: cover;
    padding-top: 100px;
    /* padding-top: 15px; */
}



.overall-post-sticky {
    position: sticky;
    top: 5%;
}
.overall-post-sticky h4 {
    color: #191717;
    font-family: 'Poppins-Medium';
    font-size: 28px;
    letter-spacing: 0.56px;
    text-transform: capitalize;
    text-align: center;
    margin-top: 8%;
}
.overall-post-sticky img {
    width: 275px;
    margin: 12% auto 10%;
    display: block;
}
.overall-post-sticky h4 span {
    font-family: 'Poppins-Regular';
}

.registration-rgt {
    padding: 3% 5% 5% 0%;
}
.registration-rgt .card-body {
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    padding: 5% 5% 0;
}
.registration-rgt h5 {
    color: #191717;
    font-size: 15px;
    letter-spacing: 0.3px;
    text-align: center;
    font-family: 'Poppins-Medium';
    margin-bottom: 20px;
}
.registration-rgt .form-control, .registration-rgt .custom-select {
    border-radius: 10px;
    border: 1px solid #E0DFDF; 
    height: 35px;
    letter-spacing: 0.36px; 
    font-size: 12px;
}
.field-icon {
    float: right;
    margin-top: -26px;
    position: relative;
    z-index: 2;
    right: 11px;
    color: #b2adad;
    cursor: pointer;
}
.error {
    font-size: 12px;
    color: red;
}
.registration-rgt .form-group {
    margin-bottom: 0;
    padding: 0 4% 20px;
}
.registration-rgt .fst-set .form-group {
    border-right: 1px dashed #ccc;
}
.registration-rgt .fst-set .form-group:nth-child(2n) {
    border-color: transparent;
}

.prof-section h4 {
    color: #000;
    font-family: 'Poppins-Medium';
    font-size: 16px;
    letter-spacing: 0.48px;
    text-transform: capitalize;
    display: flex;
    width: 95%;
    margin: 3% auto 3% 0;
}
.prof-section h4::after {
    content: '';
    flex: 1;
    border-bottom: solid 1px #A3A3A3;
    margin: auto auto auto 12px;
}
.prof-section label {
    color: #0B0B0B;
    font-size: 14px;
    letter-spacing: 0.42px;
    text-transform: capitalize;
    opacity: .7;
    align-self: center;
    margin-bottom: 0px;
}
.exp-field .custom-select {
    width: 35%;
    margin: auto;
}
.ms-options-wrap button {
    border-radius: 10px;
    border: 1px solid #E0DFDF;
    min-height: 35px;
    letter-spacing: 0.36px;
    font-size: 12px;
    background: transparent;
    width: 100%;
    text-align: left;
    padding: .375rem .75rem;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
}
.ms-options {
    min-height: auto !important;
    position: absolute;
    background: #fff;
    z-index: 11;
    width: 100%;
    box-shadow: 1px 2px 3px #eeeeee73;
}
.ms-options ul {
    list-style-type: none;
    padding-left: 5px;
}
.ms-options ul li {
    margin-bottom: 5px;
}
.ms-options ul li label {
    font-size: 12px;
}
.ms-options ul li input {
    margin-right: 3px;
}
.prof-section .custom-file-label::after {
    display: none;
}
.prof-section .custom-file-label {
    border: none;
    padding: 0;
    line-height: 25px;
    box-shadow: none !important;
    height: 30px;
}
.prof-section .custom-file-input {
    box-shadow: none !important;
}
.f-12 {
    font-size: 12px !important;
}
.prof-section .custom-file {
    height: 30px;
}
.upload-field {
    border-radius: 10px;
    border: 1px solid #E0DFDF;
    letter-spacing: 0.36px;
    font-size: 12px;
    padding: .375rem .75rem;
}
.prof-section textarea {
    border-radius: 10px;
    border: 1px solid #E0DFDF;
    letter-spacing: 0.36px;
    font-size: 12px;
    padding: .375rem .75rem;
    width: 100%;
    height: 84px;
}
.prof-section .btn {
    border-radius: 16px;
    background: #FB5411;
    color: #FFF;
    font-size: 16px;
    letter-spacing: 0.48px;
    text-transform: capitalize;
    padding: 4px 25px;
    margin: auto;
    z-index: 1;
    position: relative;
    bottom: -16px;
    display: block;
    outline: 4px solid #E4DEC8;
}

.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;
}
.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: 20px;
    margin: auto;
}
.popup .content a {
    font-size: 15px;
}
.popup .content a:hover {
    text-decoration: none;
}
.f-13 {
    font-size: 13px !important;
}
@media (max-width:1200px){
    .overall-post-sticky h4{
        margin-top: 3%;
    }
}
@media (max-width: 600px) {
    /* .registration-section {
        margin-top: 65px;
    } */
    .overall-post-sticky h4 {
        font-size: 20px;
    }
    .registration-rgt .card-body {
        padding: 5% 6% 0;
    }
    .registration-rgt {
        padding: 3% 5% 15% 5%;
    }
    .prof-section label {
        font-size: 12px;
    }
    .overall-post-sticky {
        position: unset;
    }
    .overall-post-sticky img {
        width: 260px;
        margin: 3% auto 2%;
    }
    .registration-rgt .fst-set .form-group {
        border-color: transparent;
    }
    .exp-field .custom-select {
        width: 33%;
    }
    .registration-rgt h5 {
        color: #191717;
        font-size: 12px;
        line-height: 20px;
    }
    .prof-section h4 {
        margin: 3% auto 8% 0;
    }
}
@media screen and (min-width: 600px) and (max-width: 992px) {
    /* .registration-section {
        margin-top: 65px;
    } */
    .overall-post-sticky h4 {
        font-size: 20px;
    }
    .registration-rgt .card-body {
        padding: 5% 2% 0;
    }
    .registration-rgt {
        padding: 3% 5% 15% 5%;
    }
    .prof-section label {
        font-size: 12px;
    }
    .overall-post-sticky {
        position: unset;
    }
    .overall-post-sticky img {
        width: 260px;
        margin: 3% auto 2%;
    }
    .registration-rgt .fst-set .form-group {
        border-color: transparent;
    }
    .exp-field .custom-select {
        width: 43%;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    /* .registration-section {
        margin-top: 65px;
    } */
    .overall-post-sticky h4 {
        font-size: 20px;
    }
    .registration-rgt .card-body {
        padding: 5% 2% 0;
    }
    .registration-rgt {
        padding: 3% 2% 15% 0%;
    }
    .prof-section label {
        font-size: 12px;
    }
}
