@font-face {
    font-family: 'fontawesome';
    src: url('../fonts/Font-Awesome/fontawesome-webfont.eot');
    src: url('../fonts/Font-Awesome/fontawesome-webfont.eot') format('embedded-opentype'),
    url('../fonts/Font-Awesome/fontawesome-webfont.woff') format('woff'),
    url('../fonts/Font-Awesome/fontawesome-webfont.ttf') format('truetype'),
    url('../fonts/Font-Awesome/fontawesome-webfont.svg#PFDinTextProMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

/******************general-search***********************/
.mt20 {
    margin-top: 20px;
}

.general-search, .search-banner {
    max-width: 500px;
    position: relative;
}

.general-search .form-group {
    width: 90%;
    float: right;
}

.search-banner {
    clear: both;
    margin: 100px auto 100px;
}

.search-inner-banner {
    /* width: 621px; */
    /* height: 197px; */
    margin-bottom: 30px;
    background: linear-gradient(196.32deg, #4D298F -0.51%, #29388F 100%);
    box-shadow: 0px 5px 8px rgba(36, 44, 92, 0.4);
    border-radius: 5px;
    color: #fff;
    padding: 30px;
}

.search-inner-banner h2 {
    font-size: 25px;
    line-height: 30px;
}

.search-inner-banner p {
    font-size: 20px;
    line-height: 32px;
}

.fa-clock:before {
    content: "\f017";
}

/************************************join us******************************/
.join-us-panel {
    background: #D0F2AA;
    padding: 50px 0;
}

.join-us-panel-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.join-us-panel-inner .join-left-block h2 {
    font-size: 35px;
    color: #525252;
    max-width: 300px;
    line-height: 50px;
    margin-bottom: 20px;
}
.dropdown.join-therapist-dropdown{
    background: #fff;
    width: 98%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 12px;
    margin: 0;
}
.join-therapist-dropdown .dropdown-inner {
    right: 0;
    left: 0;
    width: 100%;
}
.join-therapist-dropdown .dropdown-inner li a {
    padding: 2px 5px;
    text-align: left;
}
.join-us-panel-inner .join-left-block p {
    font-size: 20px;
    line-height: 35px;
    color: #525252;
}

.join-item-decoration {
    margin-top: -70px;
}

.btn-to-join {
    display: flex;
    width: 350px;
    justify-content: space-between;
}

.btn-to-join button, .btn-to-join a {
    height: 40px;
    width: 160px;
    margin: 45px 0 0 0;
}
.btn-to-join a {
    text-align: center;
    line-height: 40px;
    color:#000;
}
.white-btn {
    background: #FFFFFF;
    border: 1px solid #6BC213;
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgba(114, 143, 29, 0.25);
    border-radius: 3px;
}

.join-box-banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 100px auto;
}

.join-box {
    width: 321px;
    height: 322px;
    padding: 25px 30px;
    background: linear-gradient(222.8deg, #4D298F -0.51%, #29388F 100%);
    box-shadow: 0px 5px 8px rgba(36, 44, 92, 0.4);
    border-radius: 5px;
    margin-bottom: 50px;
    color: #fff;
}

.join-box h2 {
    font-size: 22px;
    line-height: 50px;
    font-family: "Lato-Bold";
    margin-bottom: 20px;
}

.join-box p {
    font-size: 18px;
    line-height: 32px;
}

/********************************Press********************************************/
.press-banner {
    margin-bottom: 40px;
}

.press-container-inner {
    max-width: 700px;
    margin: 0 auto;
}

.press-banner p {
    line-height: 30px;
    color: #1B2560;
    font-size: 20px;
}

.press-banner p.press-date {
    line-height: 30px;
    color: #525252;
    font-size: 22px;
}

.press-tlt {
    margin-bottom: 30px;
    font-size: 25px;
    font-family: "Lato-Bold";
}

/********************************************faq********************************/

.faq-container-inner {
    margin-bottom: 100px;
}

.faq-container-inner .panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.faq-container-inner .panel-default > .panel-heading a {
    display: block;
    padding: 10px 15px;
    font-size: 25px;
    color: #525252;
}

.faq-container-inner .panel-body {
    padding: 30px 0;
}

.faq-container-inner .panel-body p {
    color: #525252;
    opacity: 0.8;
    line-height: 30px;
    font-size: 20px;
}

.faq-container-inner .panel-default > .panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.faq-container-inner .panel-default > .panel-heading a[aria-expanded="true"] {
    background-color: #eee;
}

.faq-container-inner .panel-default > .panel-heading a[aria-expanded="true"]:after {
    content: "\f107";
    font-family: "fontawesome";
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.faq-container-inner .panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: "\f107 ";
    font-family: "fontawesome";

}

.faq-container-inner .generic-form .form-control {
    background: #FFFFFF;
    border: 1px solid #1B2560;
    box-sizing: border-box;
    box-shadow: inset 0px 4px 8px rgba(17, 22, 46, 0.2);
    border-radius: 3px;
    height: 40px;
    max-width: 100%;
    font-size: 20px;
    line-height: 24px;
    color: #1B2560;
}

.generic-form label {
    font-size: 17px;
    color: #1B2560;
    margin-bottom: 15px;
    font-family: "Lato-Bold";
}

.privacy-policy-container, .terms-conditions-container {
    margin-bottom: 40px;
}

/*****************************************careers*********************/
.dropdown label {
    display: flex;
}

.btn-dropdown {
    z-index: 2;
    padding: 10px 12px 10px 0;
    line-height: 23px;
    font-weight: bold;
}


.dropdown {
    margin-left: 5px;
    display: inline-block;
}

.dropdown-inner {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    position: absolute;
    opacity: 0;
    transition: opacity .3s, visibility .3s;
    visibility: hidden;
    z-index: 2;
    width: 110px;
    right: 0;
}

.dropdown-inner li a {
    color: #4A4A4A;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #E0E0E0;
    display: block;
}

.dropdown-inner li .logout-item {
    border: none;
    color: #c14d4d;
}

.dropdown-hover:hover .dropdown-inner,
.dropdown-open:checked ~ .dropdown-inner {
    opacity: 100;
    visibility: visible;
}

.dropdown-hover:hover .dropdown-overlay,
.dropdown-open:checked ~ .dropdown-overlay {
    display: block;
}


svg:not(:root) {
    overflow: hidden;
}

.main-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
}

.upload-main-wrapper {
    width: 220px;
    margin: 0 auto;
}

#file-upload-name {
    margin: 4px 0 0 0;
    font-size: 12px;
}

.upload-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 40px auto 0;
    position: relative;
    cursor: pointer;
    background-color: #bcaef5;
    padding: 8px 10px;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.2s linear all;
    color: #ffffff;
}

.upload-wrapper input[type="file"] {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 1;
}

.upload-wrapper > svg {
    width: 50px;
    height: auto;
    cursor: pointer;
}

.upload-wrapper.success > svg {
    transform: translateX(-200px);
}

.upload-wrapper.uploaded {
    transition: 0.2s linear all;
    width: 60px;
    border-radius: 50%;
    height: 60px;
    text-align: center;
}

.upload-wrapper .file-upload-text {
    position: absolute;
    left: 80px;
    opacity: 1;
    visibility: visible;
    transition: 0.2s linear all;
}

.upload-wrapper.uploaded .file-upload-text {
    text-indent: -999px;
    margin: 0;
}

.file-success-text {
    opacity: 0;
    transition: 0.2s linear all;
    visibility: hidden;
    transform: translateX(200px);
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-success-text svg {
    width: 25px;
    height: auto;
}

.file-success-text span {
    margin-left: 15px;
}

.upload-wrapper.success .file-success-text {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.upload-wrapper.success.uploaded .file-success-text {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.upload-wrapper.success.uploaded .file-success-text span {
    display: none;
}

.upload-wrapper .file-success-text circle {
    stroke-dasharray: 380;
    stroke-dashoffset: 380;
    transition: 1s linear all;
    transition-delay: 1.4s;
}

.upload-wrapper.success .file-success-text circle {
    stroke-dashoffset: 0;
}

.upload-wrapper .file-success-text polyline {
    stroke-dasharray: 380;
    stroke-dashoffset: 380;
    transition: 1s linear all;
    transition-delay: 2s;
}

.upload-wrapper.success .file-success-text polyline {
    stroke-dashoffset: 0;
}

.upload-wrapper.success .file-upload-text {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.file-upload {
    width: 100%;
    margin: 0 auto;
    /* padding: 20px; */
    margin: 30px 0;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

/*.file-upload-content{*/
/*    display: flex;*/
/*}*/
.file-flex {
    display: flex !important;
    align-items: center;
}

/*.modal-backdrop{*/
/*    display: none;*/
/*}*/
.image-upload-wrap, .file-upload-content {
    border: 1px dashed #36394D;
    position: relative;
    overflow: hidden;
    height: 230px;
    background: url(../images/upload-video-icon.svg) no-repeat 90px center;
}

.large-area textarea.form-control {
    height: 190px;
    margin-bottom: 100px;
}

/*.image-dropping,*/
/*.image-upload-wrap:hover {*/
/*    background-color: #1FB264;*/
/*    border: 4px dashed #ffffff;*/
/*}*/

.image-title-wrap {
    padding: 65px 0px 15px 0px;
    color: #222;
    float: left;
}

.drag-text {
    text-align: left;
    width: 300px;
    margin-left: 220px;
    font-size: 25px;
    line-height: 30px;
}

.drag-text h3 {
    /* font-weight: 100; */
    text-transform: uppercase;
    color: #555453;
    padding-top: 86px;
    font-size: 25px;
    line-height: 30px;
    height: 100%;
}

.image-uploader {
    height: 150px;
    width: 150px;
    float: left;
    margin: 48px;
    margin-right: 0;
}

.file-upload-image {
    width: 100%;
}

.remove-image {
    width: 200px;
    margin: 0;
    color: #1B2560;
    background: #FCFCFC;
    border: none;
    padding: 10px;
    border-radius: 4px;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-size: 14px;
    background: url(../images/remove-icon.svg) no-repeat 100% center;
    /* display: flex; */
    align-items: center;
}

/*.remove-image:active {*/
/*    border: 0;*/
/*    transition: all .2s ease;*/
/*}*/


.job-offers-container {
    display: flex;
    flex-wrap: wrap;
}

.job-details {
    font-size: 14px;
    line-height: 17px;
}

.job-title {
    font-size: 25px;
    line-height: 30px;
    margin: 5px 0 30px;
}

.careers-container {
    overflow: hidden;
    margin-bottom: 50px;
}

.btn-green {
    background: linear-gradient(90deg, #96C213 0%, #6BC213 100%);
    box-shadow: 0px 4px 8px rgba(114, 143, 29, 0.25);
    border-radius: 3px;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 40px;
    width: 163px;
    height: 43px;
    border: none;
}

.job-apply-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
}

.job-apply-btn:hover {
    color: #fff;
}

.job-offers-box {
    width: 321px;
    height: 197px;
    background: linear-gradient(209.53deg, #4D298F -0.51%, #29388F 100%);
    box-shadow: 0px 5px 8px rgba(36, 44, 92, 0.4);
    border-radius: 5px;
    margin: 0 135px 160px 0;
    padding: 30px;
    color: #fff;
    position: relative;
}

.job-offers-box:nth-child(3), .job-offers-box:nth-child(6) {
    margin-right: 0;
}

.careers-heading {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: rgba(54, 54, 76, 0.9);
    font-family: "Lato-Bold";
    padding-bottom: 40px;
}

.careers-container-inner {
    max-width: 500px;
    margin: 100px auto 0;
}

.careers-top-info, .general-heading {
    max-width: 820px;
    padding: 0;
    margin: 100px auto 100px;
    text-align: center;
}

.careers-top-info h2, .general-heading h2 {
    color: #525252;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 40px;
}

.careers-top-info p, .general-heading p {
    color: #525252;
    font-size: 20px;
    line-height: 32px;
}

.careers-overview {
    max-width: 780px;
    margin: 0 auto;
}

.careers-overview p {
    font-size: 20px;
    color: #525252;
    line-height: 30px;
    margin-bottom: 40px;
}


.quantity {
    position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.quantity input {
    width: 204px;
    height: 30px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 1px solid #eee;
}

.quantity input:focus {
    outline: 0;
}

.custom-multi-select {
    margin: 0 !important;

    line-height: 37px;
    border: 1px solid #1B2560;
    height: 40px;
    box-sizing: border-box;
    box-shadow: inset 0px 4px 8px rgba(17, 22, 46, 0.2);
    border-radius: 3px;
    font-size: 20px;
    font-family: "Lato-Regular";

    color: #525252;
    padding: 0 0 0 14px;

    background: url(../images/down-arrow.png) no-repeat;
    background-position: 95%;
}

.select-list.reg-form-group.dropdown-primary .dropdown-content li.active, .dropdown-primary .dropdown-content li a, .dropdown-primary .dropdown-content li span:hover
.select-list.reg-form-group.dropdown-primary .dropdown-content li.active, .dropdown-primary .dropdown-content li a, .dropdown-primary .dropdown-content li span:hover {
    background-color: #1b2560 !important;
}

.dropdown-primary .dropdown-content li.active, .dropdown-primary .dropdown-content li a, .dropdown-primary .dropdown-content li span:hover {
    background-color: #1b2560 !important;
}

.custom-multi-select input {
    font-size: 20px !important;
    font-family: "Lato-Regular";
    color: #525252 !important;
    border-bottom: none !Important;
    line-height: 40px !important;
}


.colorful-select .dropdown-content {
    padding: .5rem;
    left: 0 !important;
}

.custom-multi-select span {
    display: none;
}

.colorful-select .dropdown-content {
    top: 40px !Important;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 30px;
}

.blog-container .goTo-page-bar form {
    display: flex;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    width: 20px;
    text-align: center;
    color: #333;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 56%;
    line-height: 8px;
    font-size: 19px;
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular/Lato-Regular.eot') format('embedded-opentype'),
    url('../fonts/Lato-Regular/Lato-Regular.woff') format('woff'),
    url('../fonts/Lato-Regular/Lato-Regular.ttf') format('truetype'),
    url('../fonts/Lato-Regular/Lato-Regular.svg#PFDinTextProMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular/Roboto-Regular.eot') format('embedded-opentype'),
    url('../fonts/Roboto-Regular/Roboto-Regular.woff') format('woff'),
    url('../fonts/Roboto-Regular/Roboto-Regular.ttf') format('truetype'),
    url('../fonts/Roboto-Regular/Roboto-Regular.svg#PFDinTextProMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ErasITC-Medium';
    src: url('../fonts/ErasITC-Medium/ErasITC-Medium.eot');
    src: url('../fonts/ErasITC-Medium/ErasITC-Medium.eot') format('embedded-opentype'),
    url('../fonts/ErasITC-Medium/ErasITC-Medium.woff') format('woff'),
    url('../fonts/ErasITC-Medium/ErasITC-Medium.ttf') format('truetype'),
    url('../fonts/ErasITC-Medium/ErasITC-Medium.svg#PFDinTextProMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato-Bold/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold/Lato-Bold.eot') format('embedded-opentype'),
    url('../fonts/Lato-Bold/Lato-Bold.woff') format('woff'),
    url('../fonts/Lato-Bold/Lato-Bold.ttf') format('truetype'),
    url('../fonts/Lato-Bold/Lato-Bold.svg#PFDinTextProMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold/Roboto-Bold.eot') format('embedded-opentype'),
    url('../fonts/Roboto-Bold/Roboto-Bold.woff') format('woff'),
    url('../fonts/Roboto-Bold/Roboto-Bold.ttf') format('truetype'),
    url('../fonts/Roboto-Bold/Roboto-Bold.svg#PFDinTextProMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ErasITC-Bold';
    src: url('../fonts/ErasITC-Bold/ErasITC-Bold.eot');
    src: url('../fonts/ErasITC-Bold/ErasITC-Bold.eot') format('embedded-opentype'),
    url('../fonts/ErasITC-Bold/ErasITC-Bold.woff') format('woff'),
    url('../fonts/ErasITC-Bold/ErasITC-Bold.ttf') format('truetype'),
    url('../fonts/ErasITC-Bold/ErasITC-Bold.svg#PFDinTextProMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSerif-Regular';
    src: url('../fonts/PTSerif-Regular/PTSerif-Regular.eot');
    src: url('../fonts/PTSerif-Regular/PTSerif-Regular.eot') format('embedded-opentype'),
    url('../fonts/PTSerif-Regular/PTSerif-Regular.woff') format('woff'),
    url('../fonts/PTSerif-Regular/PTSerif-Regular.ttf') format('truetype'),
    url('../fonts/PTSerif-Regular/PTSerif-Regular.svg#PFDinTextProMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

.pages-bar {
    position: relative;
    height: 83px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pages-bar .goTo-page-bar {
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}

.pages-bar .goTo-page-bar label {
    margin: 0 13px 0 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: rgba(82, 82, 82, 0.6);
}

.pages-bar .goTo-page-bar input {
    background: #FFFFFF;
    border: 1px solid #1B2560;
    box-sizing: border-box;
    box-shadow: inset 0 4px 8px rgba(17, 22, 46, 0.2);
    border-radius: 3px;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: rgba(82, 82, 82, 0.6);
    padding: 2px 7px;
    outline: none;
    max-width: 60px;
}

.pages-bar .goTo-page-bar input::placeholder {
    color: rgba(82, 82, 82, 0.6);

}

.down-btn-bar {
    position: absolute;
    bottom: -76px;
    right: 0;
    display: block;
}

.down-btn {
    width: 165px;
    background: #364ABF;
    border-radius: 20px;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 14px;
    border: none;
}

.other-pages .page_item {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #525252;
    margin-right: 10px;
}

.other-pages .page_item.active-page {
    font-weight: bold;
}

.other-pages .page_item:last-child {
    margin-right: 0;
}

.blog-search-banner {
    margin-bottom: 95px;
    position: relative;
}

.mt30 {
    margin-top: 30px;
}

.blog-search-banner input {
    background: #F7F7F7;
    border: none;
    height: 40px;
    padding-left: 45px;
    border-radius: 8px;
    width: 250px;
}

.blog-search-banner input:focus {
    outline: none;
}

.blog-search-banner:before, .general-search .form-group:before {
    content: '';
    background: url(../images/black-search.svg) no-repeat 4px 9px;
    height: 36px;
    width: 36px;
    display: inline-block;
    left: 10px;
    position: absolute;
}

.general-search .form-group:before {
    right: 10px;
    left: auto;
}

.blog-right-banner-title {
    color: #525252;
    margin-bottom: 40px;
    font-size: 22px;
    font-family: "Lato-Bold";
}

.b-image-block {
    width: 200px;
}

.blog-container-inner {
    display: flex;
}

.blog-container .more-btn {
    color: #525252;
    font-family: Lato-Bold;
    font-size: 17px;
}

.more-btn:after {
    content: '';
    background: url(../images/next-l-arrow.svg) no-repeat 8px 7px;
    height: 21px;
    width: 36px;
    display: inline-block;
}

.blog-middle-container {
    display: flex;
    justify-content: space-between;
    margin: 170px 0;
    flex-wrap: wrap;
}

.blog-middle-description {
    font-size: 18px;
    line-height: 30px;
    margin-top: 25px;
    color: #525252;
}

.article p {
    margin-bottom: 20px;
}

.selected-b-item-inner {
    max-width: 620px;
    margin: 130px auto 30px;
    text-align: center;
}

.selected-b-item .social-line {
    width: 350px;
    margin-top: 100px;
}

.selected-b-item .social-line p {
    margin-bottom: 10px;
    font-size: 20px;
    color: #525252;
    font-family: "Lato-Bold";
    text-transform: capitalize;
}

.art-heading {
    display: block;
    width: 100%;
    font-size: 30px;
    margin-bottom: 60px;
    color: #525252;
    font-family: Lato-Bold;
}

.selected-b-item p {
    text-align: center;
}

.article h2 {
    font-size: 25px;
    line-height: 40px;
    color: #525252;
    font-family: 'Merriweather-Bold';
    padding: 20px 0;
    max-width: 430px;
}

.blog-middle-box {
    width: 300px;
    margin: 0 40px 150px 0;
}

.blog-middle-box:nth-child(3), .blog-middle-box:nth-child(6) {
    margin-right: 0;
}

.blog-heading-title {
    font-size: 30px;
    line-height: 48px;
    color: #525252;
    font-family: 'Merriweather-Regular';
    margin-bottom: 10px;
}

.blog-middle-title {
    font-size: 18px;
    line-height: 32px;
    color: #525252;
    font-family: 'Merriweather-Regular';
    max-width: 90%;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.blog-posted-day {
    font-size: 18px;
    line-height: 48px;
    font-family: Lato-Regular;
    color: rgba(82, 82, 82, 0.6);
}

.blog-container-right-txt {
    margin-left: 15px;
}

.b-social-banner a {
    margin-right: 13px;
}

.b-social-banner {
    display: flex;
}

.blog-container-right {
    display: flex;
    margin: 10px 0 50px;
}

#section {
    word-wrap: break-word;
}

.article {
    line-height: 32px;
}

.moretext {
    display: none;
}

.less-txt {
    max-width: 560px;
}

.social-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-container-right-txt h2 {
    font-size: 18px;
    line-height: 32px;
    color: #525252;
    font-family: 'Merriweather-Regular';
}

/************* enterprise-section-first******************/
.enterprise-section-first .row {
    align-items: center;
}

.enterprise-section-first p {
    font-size: 50px;
    color: #36364C;
    margin-bottom: 50px;
}

.enterprise-section-second {
    background: rgba(194, 194, 242, 0.1);
    padding: 80px 0 120px;
}

.enterprise-section-third-inner.row, .enterprise-section-third {
    margin-top: 50px;
}

.enterprise-section-second p {
    font-size: 20px;
    color: #36364C;
    line-height: 35px;
    margin-top: 24px;
    font-family: 'Merriweather-Regular';
}

.enterprise-section-third-inner {
    align-items: center;
}

.enterprise-section-bottom-inner-right {
    position: absolute;
    left: 30%;
    z-index: 4;
    background: #fff;
    box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    top: 15%;
    padding: 40px 50px;
}

.enterprise-contact-form {
    background: #FFFFFF;
    box-shadow: 0px 40px 80px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 60px;
    margin: 50px;
}

.contact-btn {
    background: linear-gradient(90deg, #6636BF 0%, #364ABF 100%);
    box-shadow: 0px 4px 10px rgba(102, 54, 191, 0.4);
    border-radius: 3px;
    /* transform: rotate(90deg); */
    display: inline;
    color: #fff;
    padding: 10px 30px;
}

.contact-btn:hover {
    color: #fff;
}

.enterprise-section-bottom-inner-r-d {
    display: flex;
    flex-wrap: wrap;
    margin: 30px;
}

.enterprise-section-bottom-inner-r-d span {
    color: #36364C;
    font-size: 18px;
    display: block;
    width: 300px;
}

.enterprise-section-bottom-inner-r-d span:before {
    content: "";
    width: 30px;
    height: 21px;
    background: url(../images/group-page-item2.svg) no-repeat;
    top: 20px;
    left: -34px;
    position: relative;
    display: block;
}

.enterprise-section-bottom-inner-right h3 {
    font-size: 34px;
    color: #36364C;
    margin-bottom: 60px;
    line-height: 46px;
}

.enterprise-section-bottom-inner-right p {
    font-size: 20px;
    color: #36364C;
    font-family: "Roboto-Regular";
}

.container.enterprise-section-third {
    padding-top: 60px;
}

h2.enterprise-section-third-heading {
    font-size: 35px;
    color: #36364C;
    text-align: center;
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

h3.enterprise-section-third-title {
    color: #0000B3;
    font-family: 'Merriweather-Regular';
    font-size: 35px;
    line-height: 46px;
}

.enterprise-section-third-inner-description:before {
    content: "";
    width: 30px;
    height: 21px;
    background: url(../images/group-page-item2.svg) no-repeat;
    top: 20px;
    left: -34px;
    position: relative;
    display: block;
}

.form-banner-inner .form-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.enterprise-section-contact-inner {
    position: relative;
    z-index: 1;
}

.enterprise-contact-form .custom-select-trigger {
    height: 65px;
    line-height: 65px;
    border: 1px solid rgb(206, 212, 218);
}

.enterprise-contact-form .custom-select-trigger:after {
    background: url(../images/down-arrow.png);
    right: 15px;
    background-size: contain;

}

.enterprise-contact-form .custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-181deg) translateY(50%);
    right: 15px;
    top: 30px;
}

.enterprise-contact-form .custom-select-wrapper {
    width: 100%;
}

.enterprise-contact-form .custom-select {
    height: 100%;
    margin: 0;
}

.payment-details p {
    color: #1B2560;
    font-size: 20px;
    font-family: "Lato-Bold";
    margin-top: 30px;
}

.payment-details button {
    border: none;
    background-color: transparent;
    margin-top: 40px;
}


#upload-certificate form {
    text-align: left;
    width: 150px;
}

#upload-certificate #file-upload {
    position: absolute;
    left: -9999px;
}

#upload-certificate label[for="file-upload"] {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    background: url(../images/certificate-icon.png) no-repeat;
    height: 100px;
    width: 100px;
    background-size: contain;
}

#upload-certificate #filename {
    padding: 0.5em;
    float: left;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    color: #1b2560;
    font-family: "Lato-Bold";
}

/********************************************************enterprise-section-contact********************************************/
.enterprise-section-contact {
    max-width: 900px;
    height: 490px;
    margin: 80px auto -5px;
}

.enterprise-section-contact h3 {
    color: #36364C;
    text-align: center;
    font-family: "Roboto-Regular";
    font-size: 54px;
    margin-bottom: 10px;
}

.enterprise-section-contact p {
    color: #9DAFBD;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}

.form-banner-inner .form-panel .form-group {
    width: 48%;
}

.form-banner-inner .form-group {
    position: relative;
    margin-bottom: 2.25rem;
}

.form-banner-inner .form-panel input {
    height: 65px;
    border: 1px solid #ced4da;
    padding-left: 15px;
    color: #737B80;
    font-size: 14px;
    padding-top: 10px;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.m-deco {
    margin: -5px;
}

.form-banner-inner .form-group .control-label {
    position: absolute;
    top: 25px;
    pointer-events: none;
    padding-left: 0.125rem;
    z-index: 1;
    color: #737B80;
    font-size: 1rem;
    font-weight: normal;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    left: 15px;
}

.form-banner-inner .contact-btn {
    padding: 10px 35px;
    border: none;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.form-banner-inner .form-group textarea {
    padding-left: 15px;
    color: #737B80;
    font-size: 14px;
    padding-top: 36px;
}

.form-banner-inner .form-group input,
.form-banner-inner .form-group textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #ced4da;
}

.form-banner-inner .form-group input:focus ~ .control-label,
.form-banner-inner .form-group input:valid ~ .control-label,
.form-group input .form-file ~ .control-label,
.form-banner-inner .form-group input.has-value ~ .control-label,
.form-banner-inner .form-group textarea:focus ~ .control-label,
.form-banner-inner .form-group textarea:valid ~ .control-label,
.form-banner-inner .form-group textarea.form-file ~ .control-label,
.form-banner-inner .form-group textarea.has-value ~ .control-label {
    font-size: 12px;
    color: #737B80;
    top: 15px;
    left: 15px;
}

.form-banner-inner .form-group input:focus,
.form-banner-inner .form-group textarea:focus {
    outline: none;
}

.form-banner-inner .send-btn {
    width: 165px;
    height: 40px;
    background: #9BA6AC;
    border: none;
    color: #fff;
    border-radius: 5px;
    margin: 100px auto 0;
    text-align: center;
    outline: none;
    text-transform: uppercase;
    display: block;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.pl0 {
    padding-left: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

.img-full {
    width: 100%;
}

.ml50 {
    margin-left: 50px
}

.ml150 {
    margin-left: 150px
}

/*******************************************about us****************************************************************************/
.about-us-middle-section-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 60px 0;
    justify-content: center;
}

.about-us-middle-section-inner-description {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    line-height: 27px;
    color: #525252;
}

.about-us-middle-section {
    margin-top: 100px;
}

.about-us-middle-box-title {
    font-size: 18px;
    font-family: 'Merriweather-Bold';
    line-height: 23px;
    color: #fff;
    margin-top: 25px;
}

.generic-heading {
    color: #525252;
    font-size: 40px;
}

.mt60 {
    margin-top: 60px;
}

.about-us-middle-box-description {
    font-size: 15px;
    margin-top: 25px;
    line-height: 21px;
    color: #fff;
}

.about-us-left-details h2 {
    font-size: 23px;
    line-height: 27px;
    color: #525252;
    font-family: 'Merriweather-Regular';
    margin-bottom: 35px;
}

.about-us-left-details p {
    font-size: 18px;
    line-height: 27px;
    color: #525252;
    margin-bottom: 20px;
}

.about-us-middle-section-inner-title {
    text-align: center;
    margin: 0 auto 20px;
    font-size: 30px;
    font-family: 'Merriweather-Regular';
    line-height: 38px;
    color: #525252;
}

.about-us-middle-section-inner > div {
    text-align: center;
    background-color: #5BA610;
    width: 300px;
    padding: 30px;
    margin-right: 30px;
}

.about-us-middle-section-inner > div:last-child {
    margin-right: 0;
}

@font-face {
    font-family: 'Merriweather-Regular';
    src: url('../fonts/Merriweather-Regular/Merriweather-Regular.eot');
    src: url('../fonts/Merriweather-Regular/Merriweather-Regular.eot') format('embedded-opentype'),
    url('../fonts/Merriweather-Regular/Merriweather-Regular.woff') format('woff'),
    url('../fonts/Merriweather-Regular/Merriweather-Regular.ttf') format('truetype'),
    url('../fonts/Merriweather-Regular/Merriweather-Regular.svg#PFDinTextProMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Merriweather-Bold';
    src: url('../fonts/Merriweather-Bold/Merriweather-Bold.eot');
    src: url('../fonts/Merriweather-Bold/Merriweather-Bold.eot') format('embedded-opentype'),
    url('../fonts/Merriweather-Bold/Merriweather-Bold.woff') format('woff'),
    url('../fonts/Merriweather-Bold/Merriweather-Bold.ttf') format('truetype'),
    url('../fonts/Merriweather-Bold/Merriweather-Bold.svg#PFDinTextProMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Lato-Regular";
}

.gender-block {
    display: none;
}

/*.sign-up-for-an-account{*/
/*display: none;*/
/*}*/
.course-modal {
    display: none !important;
}

.title {
    display: block;
    margin: 0 0 20px;
    font-size: 24px;
    text-transform: uppercase;
}

.next-btn {
    outline: none;
    text-transform: uppercase;
    width: 146px;
    height: 40px;
    left: 347px;
    top: 167px;
    background: #1B2560;
    border-radius: 10px;
    border: none;
    color: #fff;
    margin: 40px auto 20px;
    display: block;
}

.signup-account {
    max-width: 400px;
    margin: 0 auto;
}

.modal-open {
    padding: 0 !important;
}

.checkbox {
    display: inline-block;
    position: relative;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 24px;
}

.checkbox__input {
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    opacity: 0;
    z-index: 0;
}

.text-info1.checkbox__label {
    line-height: 17px;
}

.checkbox__label {
    display: block;
    padding: 0 0 0 42px;
    cursor: pointer;
    line-height: 32px;
}

.form-check {
    padding-left: 0;
    margin: 0;
}

.checkbox__label:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.54);
    border-radius: 2px;
    z-index: 1;
    -webkit-transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
    border: 2px solid #1B2560;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
}

.checkbox__label:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 11px;
    width: 9px;
    height: 15px;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
    -webkit-transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.checkbox__input:checked + .checkbox__label:before {
    background-color: #1b2560;
    border-color: #1b2560;
}

.checkbox__input:checked + .checkbox__label:after {
    border-color: #fff;
}

header {
    height: 100px;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 50px;
}

.flex-container {
    display: flex;
    margin-bottom: 40px;
}

.text-deco1 {
    font-family: "Lato-Bold";
    font-size: 25px;
    line-height: 30px;
    color: #525252;
}

.pl20 {
    padding-left: 20px;
}

.display-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blue-txt {
    font-size: 14px;
    font-family: 'Lato-Bold';
    line-height: 14px;
    color: #1B2560;
}

.text-deco2 {
    color: #1B2560;
    font-size: 18px;
    line-height: 10px;
    text-decoration: underline;
    margin-top: 15px;
    display: block;
}

.deco1 {
    margin-top: 40px;
}

.text-deco3 {
    font-size: 13px;
    line-height: 15px;
    color: #525252;
    text-align: center;
    font-family: 'Roboto-Bold';
}

.sign-txt {
    font-size: 35px;
    line-height: 42px;
    font-family: 'Lato-Regular';
    color: #525252;
    padding-bottom: 80px;
}

#signIn .modal-body {
    padding: 0;
}

.signIn-left {
    padding: 60px 80px 60px;
}

.signIn-right {
    padding: 60px 80px 60px;
    background: #EEEFF8;
    width: 55%;
}

.signIn-left {
    width: 45%;
}

.flex-form {
    display: flex;
    justify-content: space-between;
}

.flex-form2 {
    display: flex;
    justify-content: space-between;
}

.modal-box .flex-form2 input {
    height: 26px;
    width: 155px;
    border: 1px solid #8692D9;
    box-shadow: none;
    font-size: 14px;
    margin-right: 120px;

}

#register .reginFlex {
    width: 100%;
    display: flex;
}

#register .form-control:focus, #signIn .form-control:focus {
    border-color: #1b2560;
}

#register .modal-dialog.course-dialog-block {
    background-color: #fff;
}

.generic-reg .modal-body {
    padding: 120px 0;
}

.generic-reg .flex-container {
    margin: 0;
}

.course-modal h3 {
    font-family: "Lato-Bold";
    font-style: normal;
    font-weight: bold;
    color: #525252;
    font-size: 30px;
    line-height: 36px;
    margin: 55px 0 30px;
}

#register .course-modal form input::-webkit-input-placeholder, #register .course-modal form textarea::-webkit-input-placeholder, .date-label {
    font-family: "Lato-Bold";
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    color: rgba(27, 37, 96, 0.5);

}

::placeholder {
    font-family: "Lato-Regular";
}

.course-textarea textarea {
    padding: 20px;
    height: 157px;
    resize: none;
}

.course-submit-btn, .course-submit-btn:hover {
    width: 141px;
    height: 46px;
    border: none;
    margin-top: 30px;
    background: #1B2560;
    text-transform: uppercase;
    border-radius: 4.08057px;
    float: right;
}

.flex-form .form-control {
    width: 280px;
}

.modal-box .form-control {
    background: #FFFFFF;
    border: 1px solid #1B2560;
    box-sizing: border-box;
    box-shadow: inset 0px 4px 8px rgba(17, 22, 46, 0.2);
    border-radius: 3px;
    height: 50px;
    max-width: 100%;
    font-size: 20px;
    line-height: 24px;
    /* identical to box height */
    color: rgba(27, 37, 96, 0.5);
}

.signIn-right .btn-primary.focus, .signIn-right .btn-primary:focus {
    box-shadow: none;
}

.signIn-right .btn {
    color: #fff;
    background-color: #1B2560;
    border-color: #1B2560;
    height: 55px;
    max-width: 409px;
    display: block;
    width: 100%;
    margin: 30px auto 20px;
    text-transform: uppercase;
}

button:focus {
    outline: none;
}

#register .btn {
    color: #fff;
    background-color: #1B2560;
    border-color: #1B2560;
    height: 40px;
    max-width: 146px;
    display: block;
    width: 100%;
    margin: 30px auto 20px;
    text-transform: uppercase;
}

.signIn-right .btn-primary:not(:disabled):not(.disabled).active, .signIn-right .btn-primary:not(:disabled):not(.disabled):active,
.signIn-right .btn-primary:not(:disabled):not(.disabled):active:focus,
.signIn-right .show > .btn-primary.dropdown-toggle:focus {

    color: #fff;
    background-color: #1b2560;
    border-color: #1b2560;
}

#signIn .modal-dialog {
    max-width: 1130px;
    background: #fff;
    margin-top: 7%;

}

#signIn .modal-content {
    border: none
}

#therapist-registration .modal-content {
    background: transparent;
    border: none;
}

#therapist-registration .reg-txt {

    margin-top: 0;
}

#therapist-registration .modal-content .close {
    position: absolute;
    right: 0;
    z-index: 1;
}

#therapist-registration .modal-box textarea.form-control {
    height: 140px;
    resize: none
}

.mt50 {
    margin-top: 50px;
}

.reg-modal-inner .description-line1.bold-txt {
    padding: 10px 0 30px;
    text-align: left;
    line-height: 32px;
    font-weight: bold;
    font-size: 25px;
}

.reg-modal-inner {
    background: #fff;
    box-shadow: 0px 4px 8px rgba(17, 22, 46, 0.3);
    margin: 20px;
    overflow: hidden;
    padding: 30px 145px 100px;
}

.reg-modal-inner ul {
    list-style: decimal;
    margin: 30px 0;
}

.reg-inner-form {
    max-width: 450px;
    margin: 0 auto;
}

.reg-modal-inner .description-line1 {
    padding: 10px;
    text-align: left;
    line-height: 32px;
}

.reg-modal-inner ul li {
    color: #525252;
    font-size: 20px;
    line-height: 44px;
}

.current-btn {
    padding: 0 30px;
    height: 46px;
    border: none;
    margin-top: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #1B2560;
    color: #fff;
    float: right;
}

/**************register************/
#register .modal-dialog, #therapist-registration .modal-dialog {
    max-width: 1170px;
    background: #EEEFF8;
    padding: 40px 40px 260px;
}

#register .close, #signIn .close {
    position: absolute;
    right: 0;
    z-index: 1;
    outline: none;
}

#signIn .close {
    margin: 20px;
}

.text-line1 {
    font-size: 28px;
    color: #525252;
    font-family: "Lato-Regular";
    margin-bottom: 20px;
}

.description-line1 {
    font-size: 20px;
    color: #525252;
    font-family: "Lato-Regular";
    line-height: 24px;
    text-align: center;
}

#register .modal-content {
    background-color: transparent;
    border: none;
}

.details-modal {
    display: none;
}

.course-modal {
    display: block;
    max-width: 660px;
    margin: 0 auto;
}

.course-modal ul {
    list-style: decimal;
    font-family: "Lato-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #525252;
}

.course-modal ul li {
    margin-bottom: 30px;
}

.generic-radio-form .info-line {
    margin: 25px 0;
}

.generic-radio-form h3 {
    font-family: "Roboto-Bold";
    font-size: 25px;
    line-height: 29px;
    color: #525252;
    font-weight: 500;
}

.generic-radio-form [type="radio"]:checked,
.generic-radio-form [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.generic-radio-form [type="radio"]:checked + label,
.generic-radio-form [type="radio"]:not(:checked) + label {
    font-family: "Roboto-Regular";
    position: relative;
    padding-left: 28px;
    font-size: 20px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #525252;
}

.generic-radio-form [type="radio"]:checked + label:before,
.generic-radio-form [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #8692D9;
    border-radius: 100%;
    background: #8692D9;
}

.generic-radio-form [type="radio"]:checked + label:after, .generic-radio-form [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 18px;
    height: 18px;
    background: #8692D9;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 4px solid #1B2560;
}

.generic-radio-form [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.generic-radio-form [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.register-inner {
    max-width: 860px;
    margin: 0 auto;
}

#register .form-group {
    margin-top: 25px;
}

#register .blue-lined .custom-select.opened .custom-select-trigger:after {
    right: 9px;
}

.large {
    height: 56px !important;
    max-width: 414px !important;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

.reg-txt {
    font-size: 35px;
    margin-top: -13px;
    line-height: 42px;
    font-family: 'Lato-Regular';
    color: #525252;
    padding-bottom: 30px;
}

#register .custom-select-trigger:after, #therapist-registration .custom-select-trigger:after {
    background: url(../images/down-arrow.png) no-repeat;
    right: 15px;
    /* left: 10px; */
    width: 19px;
    height: 27px;
}

#register .custom-select-trigger, #therapist-registration .custom-select-trigger {
    line-height: 50px;
    border: 1px solid #1B2560;
    height: 50px;
    box-sizing: border-box;
    box-shadow: inset 0px 4px 8px rgba(17, 22, 46, 0.2);
    border-radius: 3px;
}

.terms-conditions .checkbox__label {
    line-height: 20px;
    font-size: 15px;
}

.terms-conditions .checkbox__label.term-c2 {
    line-height: 38px;
    font-size: 15px;
}

.tc-text {
    margin-bottom: 30px;
}

.reg-title {
    font-size: 25px;
    line-height: 29px;
    color: #525252;
    font-family: "Roboto-Regular";
    padding: 86px 0 40px;
}

.reg-inner-form.terms-conditions {
    max-width: 300px;
    margin: 0 auto;
    padding-top: 145px;
}

.txt-sml-info {
    font-size: 15px;
    line-height: 20px;
    font-family: "Lato-Regular";
    margin-bottom: 10px;
    color: #525252;
}

/*#register .blue-lined .custom-select-trigger {*/
/*border: 1px solid #1B87B0;*/
/*height: 30px;*/
/*box-sizing: border-box;*/
/*box-shadow: none;*/
/*border-radius: 3px;*/
/*}*/
/*#register .blue-lined .custom-select-trigger:after {*/
/*background: url(../images/blue-arrow.png) no-repeat;*/
/*right: 0;*/
/*/!* left: 10px; *!/*/
/*width: 19px;*/
/*height: 9px;*/
/*}*/

.custom-option.selection {
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid rgb(27, 135, 177);
    border-radius: 0;
}

.blue-lined .custom-option {
    border: 1px solid rgb(27, 135, 177) !important;
    border-radius: 0 !important;
}

.blue-lined .custom-option:hover {
    color: #000;
}

.register-box {
    margin-top: 70px;
    padding-top: 50px;
    padding-bottom: 40px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(17, 22, 46, 0.3);
}

.register-inner-box {
    max-width: 450px;
    margin: 0 auto;
}

header .d-flex {
    background: #fff;
    height: 100%;
    padding: 15px 10px 0 0;
}

.mlr10 {
    margin: 0 5px;
}

.header-right-block {
    display: flex;
    z-index: 4;
    color: #525252;
}

.header-inner {
    display: flex;
    color: #fff;
    height: 100%;
    font-size: 12px;
    text-transform: uppercase;
    justify-content: space-between;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(../images/button.png);
    background-size: 70%;
}

.social-panel, .social-panel {
    display: flex;
    align-items: center;
    color: #525252;
}

.connect-panel button {
    color: #525252;
    margin: 0 5px;
    border: none;
    background: none;
}

.connect-panel button [type=button]:not(:disabled), .connect-panel button [type=reset]:not(:disabled), .connect-panel button [type=submit]:not(:disabled), .connect-panel button:not(:disabled) {
    cursor: pointer;
    outline: none;
}

.connect-panel .fa {
    font-size: 20px
}

.navbar-expand-md .navbar-collapse {
    margin-left: 15px;
}

.navbar {
    padding: 0;
    position: inherit;
    box-shadow: none;
}

.navbar-dark .navbar-brand {
    color: #fff;
    /*width: 144px;*/
    margin: 0
}

.connect-panel {
    margin: 0 15px;
}

.navbar-dark .navbar-brand img {
    width: 100%;
}

.social-panel p {
    font-size: 15px;
}

.navbar-collapse a {
    color: #525252;
    font-family: 'Lato-Bold';
    padding: 0 8px;
    font-size: 18px;
}

.language-panel, .connect-panel {
    display: flex;
    align-items: center;
    font-family: 'Lato-Bold';
    font-size: 14px;
}

.language-panel .custom-option {
    text-align: center;
}

.language-panel p {
    margin-right: 10px;
}

.language-panel .custom-select-trigger {
    box-sizing: border-box;
    border-radius: 3px;
    background: #fff;
    font-size: 12px;
    color: #525252;
    margin: 2px 0;
    width: 80px;
    padding-left: 6px;
    outline: none;
    border: 1px solid #29388F;
}

.health-panel {
    margin-top: 40px;
}

.health-panel .col-lg-6 {
    padding: 0;
}

.health-panel-right {
    padding-left: 50px;
    max-width: 550px;
}

.health-panel .row {
    align-items: center;
}

.health-panel-right h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
    color: #525252;
    font-family: 'Merriweather-Regular';
}

.health-panel-right p {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 10px;
    color: #525252;

}

/****video-panel*********/
.video-panel {
    margin-top: 47px;
}

.section-details {
    position: absolute;
    top: 80px;
    width: 350px;
    left: 120px;
    color: #fff;
}

.middle-section {
    background: #d9e1f7;
    padding-bottom: 89px;
    margin-top: 70px;
}

.section-details h2 {
    font-size: 50px;
    line-height: 140%;

}

.generic-title {
    font-size: 34px;
    line-height: 41px;
    color: #525252;
    text-align: center;
    padding: 30px 0 20px;
    position: relative;
    margin-bottom: 50px;
    font-family: 'ErasITC-Medium';
}

.pb0 {
    padding-bottom: 0;
}

.mb0 {
    margin-bottom: 0;
}

.generic-title:after {
    content: "";
    background: url(../images/line.png) no-repeat center;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.icon1-txt {
    max-width: 200px;
    text-align: center;
    margin: 20px auto;
}

.icon2-txt {
    width: 98%;
}

.middle-section-inner {
    max-width: 1020px;
    margin: 0 auto;
}

.middle-section-inner .description-line {
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #525252;
}

.middle-section-inner h2 {
    font-size: 22px;
    line-height: 35px;
    padding-bottom: 20px;
    color: #525252;
    font-family: 'Merriweather-Bold';
}

.therapist-block {
    display: flex;
    justify-content: space-around;
    max-width: 850px;
    margin: 75px auto 0;
}

.therapist-block .custom-select-trigger {
    height: 35px;
    line-height: 35px;
}

/*********************section how it work**********/
.how-it-work-panel-inner {
    display: flex;
}

.how-it-work-box {
    align-items: center;
    display: flex;
    margin-bottom: 80px;
}

.how-it-work-box-right {
    padding-left: 20px;
}

.how-it-work-box-right h2 {
    font-size: 20px;
    line-height: 23px;
    color: #525252;
    font-family: 'Merriweather-Bold';
    margin-bottom: 20px;
}

.text-deco {
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    font-family: 'Lato-Regular';
    color: #fff;
}

.how-it-work-box-right p {
    font-size: 16px;
    line-height: 19px;
    color: #525252;
    width: 90%;
    font-family: 'Lato-Regular';
}

.theratyme {
    font-family: 'ErasITC-Medium';
}

/*************** theratyme-panel********************/

.theratyme-panel {
    background-color: #4369D9;
    padding-bottom: 80px;
    margin: 0;
}

.theratyme-panel .generic-title {
    color: #fff;
}

.theratyme-panel .generic-title:after {
    background-image: url(../images/line-white.png);
    background-position: center;
}

.theratyme-inner-box {
    display: flex;
    margin-bottom: 80px;
    margin-top: 90px;
}

.theratyme-inner-box p {
    margin-top: 20px;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #fff;
}

.therapist-form {
    width: 385px;
    float: right;
    max-width: 385px;
}

.therapist-form .custom-option {
    font-size: 12px;
}

.therapist-form .custom-options {
    top: 36px;
}

.inner-description {
    text-align: center;
    max-width: 484px;
    margin: 0 auto;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 25px;
    font-family: 'Merriweather-Regular';
    color: #525252;
    display: none;
}

.copyright {
    color: #fff;
    margin: 80px 0 0 120px;
    font-size: 13px;
    position: absolute;
}

.icon {
    height: 100px;
}

.info-text {
    position: absolute;
    top: 80px;
    right: 160px;
    width: 410px;
    color: #fff;
}

.info-text h3 {
    font-size: 30px;
    font-family: 'Merriweather-Regular';
    line-height: 120%;
}

.info-text p {
    margin-top: 40px;
    font-size: 22px;
    line-height: 150%;
    color: #FFFFFF;

}

.purple-banner {
    margin-bottom: 25px;
}

.p0 {
    padding: 0 !Important;
}

.row {
    margin-left: 0 !Important;
    margin-right: 0 !Important;
}

/*#choose-therapist   .input-group-addon {*/
/*cursor: pointer;*/
/*}*/

/*#choose-therapist  .form-control {*/
/*border: 1px solid #ccc;*/
/*box-shadow: none;*/
/*}*/
/*#choose-therapist   .form-control:hover, .form-control:focus, .form-control:active {*/
/*box-shadow: none;*/
/*}*/
/*#choose-therapist   .form-control:focus {*/
/*border: 1px solid #34495e;*/
/*}*/

/*#choose-therapist   .content {*/
/*display:flex;*/
/*}*/
/*/!*#choose-therapist   .input-group {*!/*/
/*/!*width: 95%;*!/*/
/*/!*}*!/*/
/*#choose-therapist  .bootstrap-datetimepicker-widget.dropdown-menu {*/
/*border: 1px solid #34495e;*/
/*border-radius: 0;*/
/*box-shadow: none;*/
/*margin: 10px 0 0 0;*/
/*padding: 0;*/
/*min-width: 300px;*/
/*max-width: 100%;*/
/*width: auto;*/
/*}*/
/*#choose-therapist   .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before, .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {*/
/*display: none;*/
/*}*/
/*#choose-therapist   .bootstrap-datetimepicker-widget.dropdown-menu table td,*/
/*#choose-therapist   .bootstrap-datetimepicker-widget.dropdown-menu table th {*/
/*border-radius: 0;*/
/*}*/
/*#choose-therapist  .bootstrap-datetimepicker-widget.dropdown-menu table td.old, .bootstrap-datetimepicker-widget.dropdown-menu table td.new {*/
/*color: #bbb;*/
/*}*/
/*#choose-therapist   .bootstrap-datetimepicker-widget.dropdown-menu table td.today:before {*/
/*border-bottom-color: #0095ff;*/
/*}*/
/*#choose-therapist  .bootstrap-datetimepicker-widget.dropdown-menu table td.active,*/
/*#choose-therapist  .bootstrap-datetimepicker-widget.dropdown-menu table td.active:hover,*/
/*#choose-therapist   .bootstrap-datetimepicker-widget.dropdown-menu table td span.active {*/
/*background-color: #0095ff;*/
/*text-shadow: none;*/
/*}*/
/*#choose-therapist  .bootstrap-datetimepicker-widget.dropdown-menu table td.active.today:before,*/
/*#choose-therapist  .bootstrap-datetimepicker-widget.dropdown-menu table td.active:hover.today:before,*/
/*#choose-therapist   .bootstrap-datetimepicker-widget.dropdown-menu table td span.active.today:before {*/
/*border-bottom-color: #fff;*/
/*}*/
/*#choose-therapist  .bootstrap-datetimepicker-widget.dropdown-menu table th {*/
/*height: 40px;*/
/*padding: 0;*/
/*width: 40px;*/
/*}*/
/*#choose-therapist   .bootstrap-datetimepicker-widget.dropdown-menu table th.picker-switch {*/
/*width: auto;*/
/*}*/
/*#choose-therapist  .bootstrap-datetimepicker-widget.dropdown-menu table tr:first-of-type th {*/
/*border-bottom: 1px solid #34495e;*/
/*}*/
/*#choose-therapist  .bootstrap-datetimepicker-widget.dropdown-menu table td.day {*/
/*height: 32px;*/
/*line-height: 32px;*/
/*padding: 0;*/
/*width: auto;*/
/*}*/
/*#choose-therapist  .bootstrap-datetimepicker-widget.dropdown-menu table td span {*/
/*border-radius: 0;*/
/*height: 77px;*/
/*line-height: 77px;*/
/*margin: 0;*/
/*width: 25%;*/
/*}*/
/*#choose-therapist   .bootstrap-datetimepicker-widget.dropdown-menu .datepicker-months tbody tr td,*/
/*#choose-therapist   .bootstrap-datetimepicker-widget.dropdown-menu .datepicker-years tbody tr td,*/
/*#choose-therapist   .bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td {*/
/*padding: 0;*/
/*}*/
/*.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td {*/
/*height: 27px;*/
/*line-height: 27px;*/
/*}*/
/*#choose-therapist   .bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td span {*/
/*display: block;*/
/*float: left;*/
/*width: 50%;*/
/*height: 46px;*/
/*line-height: 46px !important;*/
/*padding: 0;*/
/*}*/
/*#choose-therapist    .bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td span:not(.decade) {*/
/*display: none;*/
/*}*/
/*#choose-therapist   .bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td {*/
/*padding: 0;*/
/*width: 30%;*/
/*height: 20px;*/
/*line-height: 20px;*/
/*}*/
/*#choose-therapist   .bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td:nth-child(2) {*/
/*width: 10%;*/
/*}*/
/*#choose-therapist   .bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td a,*/
/*#choose-therapist   .bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td span,*/
/*#choose-therapist   .bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td button {*/
/*border: none;*/
/*border-radius: 0;*/
/*height: 56px;*/
/*line-height: 56px;*/
/*padding: 0;*/
/*width: 100%;*/
/*}*/
/*#choose-therapist  .bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td span {*/
/*color: #333;*/
/*margin-top: -1px;*/
/*}*/
/*#choose-therapist   .bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td button {*/
/*background-color: #fff;*/
/*color: #333;*/
/*font-weight: bold;*/
/*font-size: 1.2em;*/
/*}*/
/*#choose-therapist   .bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td button:hover {*/
/*background-color: #eee;*/
/*}*/

/*#choose-therapist  .bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td {*/
/*border-top: 1px solid #34495e;*/
/*}*/
/*#choose-therapist   .bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td a, .bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td span {*/
/*display: block;*/
/*height: 40px;*/
/*line-height: 40px;*/
/*padding: 0;*/
/*width: 100%;*/
/*}*/

/*#choose-therapist   .todayText:before {*/
/*content: "Today's Date";*/
/*}*/

/***********client-panel-inner***************/
.client-panel-inner {
    display: flex;
    justify-content: space-between;
}

.client-panel h2:after {
    display: none;
}

.client-panel h2 {
    font-size: 30px;
    margin: 0;
}

.client-panel-inner div {
    background: rgb(54, 74, 191);
    max-width: 350px;
    position: relative;
    margin: 20px 30px 104px;
    color: #fff;
}

.client-panel-inner .client-icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -24px;
    display: none;
}

.ml30 {
    margin-left: 50px;
}

.client-panel-inner .quote-icon {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.client-panel-inner p.client-comment {
    padding: 90px 30px 110px;
    text-align: center;
    font-size: 18px;
    font-family: 'Merriweather-Regular';
    line-height: 23px;
}

.client-panel-inner h2.client-name {
    font-family: 'Lato-Bold';
    padding: 0 50px 44px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/** Custom Select **/
.custom-select-wrapper {
    position: relative;
    display: block;
    user-select: none;
    cursor: pointer;
}

.custom-select-wrapper select {
    display: none;
}

.custom-select {
    position: relative;
    display: inline-block;
    background: transparent;
    padding: 0;
    border: none;
    margin-top: 5px;
}

.view-select:before {
    content: 'View : ';
    display: inline-block;
    width: 100px;
    position: absolute;
    left: 0;
    top: 9px;
    color: #fff;
}

.form-next-btn {
    background: #364ABF;
    border-radius: 3px;
    height: 30px;
    width: 150px;
    float: right;
    border: none;
    color: #fff;
    margin-top: 15px;
    display: block;
    text-align: center;
    line-height: 29px;
}

.form-next-btn:hover {
    color: #fff;
}

.form-next-btn:focus {
    outline: none;
}

.join-group {
    max-width: 500px;
}

.join-group label {
    font-size: 17px;
    color: #1B2560;
    margin-bottom: 15px;
    font-family: "Lato-Bold";
}

.join-content {
    display: flex;
}

.question-block-inner {
    background: linear-gradient(229.19deg, #4D298F -0.51%, #29388F 100%);
    box-shadow: 0px 5px 8px rgba(36, 44, 92, 0.4);
    border-radius: 5px;
    margin-bottom: 40px;
    padding: 40px;
}

.join-content .input-group {
    width: 94%;
}

.join-a-group .checkbox__label:before {
    border: 2px solid #91c213;
}

.join-a-group .checkbox__input:checked + .checkbox__label:before {
    background-color: #90c213;
    border-color: #8bc213;
}

.question-block {
    clear: both;
    padding-bottom: 60px;
}

.question-block h2.question-tlt {
    font-size: 25px;
    color: #1B2560;
    font-family: "Lato-Bold";
    text-align: left;
    margin: 40px 0 20px 0;
}


.question-block-inner [type="radio"]:checked,
.question-block-inner [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.question-block-inner [type="radio"]:checked + label,
.question-block-inner [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
}

.question-block-inner [type="radio"]:checked + label:before,
.question-block-inner [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.question-block-inner [type="radio"]:checked + label:after,
.question-block-inner [type="radio"]:checked + label:after, .question-block [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #5BA610;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.question-block-inner [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.question-block-inner [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.question-block-inner h3 {
    font-family: "Merriweather-Regular";
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 40px;
}
#questionnaire .form-group {
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(82, 82, 82, 0.2);
    padding: 10px;
}

.join-group input {
    background: #FFFFFF;
    border: 1px solid #1B2560;
    box-sizing: border-box;
    box-shadow: inset 0px 4px 8px rgba(17, 22, 46, 0.2);
    border-radius: 3px;
    height: 40px;
    max-width: 100%;
    font-size: 20px;
    line-height: 24px;
    color: #1B2560;
}

.join-group .custom-select-trigger:after {
    background: url(../images/down-arrow.png) no-repeat;
    right: 15px;
    /* left: 10px; */
    width: 19px;
    height: 16px;
    top: 17px;
}

.join-group .custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-181deg) translateY(50%);
    right: 13px;
    top: 17px;
}

.join-group .custom-select-trigger {
    line-height: 37px;
    border: 1px solid #1B2560;
    height: 40px;
    box-sizing: border-box;
    box-shadow: inset 0px 4px 8px rgba(17, 22, 46, 0.2);
    border-radius: 3px;
    font-size: 20px;
    font-family: "Lato-Regular";
    color: #525252;
}

.join-btn {
    border: 1.35484px solid #364ABF;
    box-sizing: border-box;
    border-radius: 4.06451px;
    font-size: 16.2581px;
    line-height: 19px;
    display: block;
    color: #364ABF;
    clear: both;
    margin: 52px 0 0;
    width: 227px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-family: 'Lato-Bold';
    float: right;
}

.sign-up-now {
    float: right;
    display: block;
    width: 100%;
    text-align: right;
    font-size: 18px;
    line-height: 14px;
    color: #364ABF;
    margin-bottom: 25px;
    font-family: 'Lato-Bold';
}

/*label {*/
/*line-height: 16px;*/
/*padding-bottom: 10px;*/
/*color: #525252;*/
/*}*/

.custom-select-trigger {

    position: relative;
    display: block;
    padding: 0 33px 0 14px;
    font-weight: 100;
    color: rgba(82, 82, 82, 0.7);
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    border: 1.5px solid rgba(54, 74, 191, 0.8);
    box-sizing: border-box;
    border-radius: 3.45181px;
}

.select2 .custom-select-trigger {
    padding: 0 33px 0 30px;
}

.custom-select-trigger:hover {
    -webkit-box-shadow: 0px 10px 50px 0px rgba(43, 111, 246, 0.1);
    box-shadow: 0px 10px 50px 0px rgba(43, 111, 246, 0.1);
}

.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: "";
    width: 14px;
    height: 10px;
    top: 50%;
    right: 6px;
    margin-top: -3px;
    background: url(../images/arrow.png) no-repeat 100%;
    font-size: 18px
}

.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-181deg) translateY(50%);
    right: 1px;
    top: 11px;
}

.custom-options {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 4;
    margin: 6px 0;
    border-radius: 5px;
    box-sizing: border-box;
    background: #fff;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
    border: 0;
}

.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(-8px);

    -webkit-box-shadow: 0px 10px 50px 0px rgba(43, 111, 246, 0.1);
    box-shadow: 0px 10px 50px 0px rgba(43, 111, 246, 0.1);
}

.option-hover:before {
    background: #f9f9f9;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 7px;
    line-height: 30px;
    cursor: pointer;
    transition: all 0.05s ease-in-out;
}

.custom-option:last-of-type {
    font-size: 12px;
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.custom-option:hover,
.custom-option.selection {
    color: #fff;
    background-color: rgb(53, 76, 194);
}

.form-control:focus {
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}

.counselor-container .price {
    font-size: 15px;
    color: #342f8f;
    text-align: center;
    margin-top: 0px;
    position: relative;
    line-height: 30px;
}

.counselor-container .request-btn {
    height: 30px;;
    bottom: 25px;
}

/*.counselor-container .price:before {*/
/*    top: -2px;*/
/*    left: 104px;*/
/*    font-size: 12px;*/
/*}*/

/*.counselor-container .price:after {*/
/*    content: '/h';*/
/*    position: absolute;*/
/*    top: 1px;*/
/*    right: 100px;*/
/*    font-size: 12px;*/
/*    font-family: 'Roboto-Regular';*/
/*}*/

/*****************************************************************************groups page*********************************************************************/
.group-section-details.row {
    margin-top: 80px !important;
    align-items: center;
}

.user-details-row {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.input-group-text .fa {
    font-weight: 900;
    color: #442d8f;
}

.join-group-container .user-details-row p {
    font-size: 22px;
    line-height: 26px;
    font-family: "Lato-Bold";
    color: #1B2560;
    padding-left: 30px;
}

.selected-txt {
    color: #29388F;
}

.group-section h2 {
    font-size: 40px;
    line-height: 48px;
    font-family: "Lato-Regular";
    color: #525252;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}

.group-section-details .group-panel-left h2 {
    font-size: 35px;
    line-height: 52px;
    text-align: left;
    font-family: 'Merriweather-Regular';
}

.group-section-details .group-panel-left p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 40px;
}

.group-banner-btn {
    display: flex;
    justify-content: center;
    margin-top: 120px;
}

.group-banner-btn a {
    display: block;
    text-align: center;
    margin: 0 50px;
    padding: 13px 32px;
}


.btn-filled {
    background: linear-gradient(90deg, #331B60 0%, #1B2560 100%);
    box-shadow: 0px 4px 8px rgba(114, 143, 29, 0.25);
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
}

.btn-filled:hover {
    color: #fff;
}

.btn-bordered {
    background: #C2C9F2;
    border: 1px solid #1B2560;
    color: #1B2560;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px;
    color: #1B2560;
}

.groups-detail-banner {
    background-color: #5BA610;
    padding: 100px;
    margin-top: 150px;
}

.groups-detail-banner h2 {
    font-family: 'ErasITC-Medium';
    font-size: 20px;
    color: #fff;
    padding-left: 40px;
}

.group-banner-decoration {
    width: 43%;
}

.group-banner-inner {
    display: flex;
    justify-content: space-between;
}

.group-banner-decoration p {
    padding-left: 40px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-family: "Lato-Regular";
}

.group-banner-decoration p:before {
    content: "";
    width: 30px;
    height: 21px;
    background: url(../images/group-page-item2.svg) no-repeat;
    /* background-color: red; */
    top: 28px;
    left: -34px;
    position: relative;
    display: block;
    /* padding-left: 36px; */
}

.mt50 {
    margin-top: 50px;
}

.pink {
    color: #F9327A;
}

.blue {
    color: #35BAE9;
}

/*******************************************************Schools********************************************************************/
.schools-inner-banner {
    background: url(../images/schools-bg.png) no-repeat;
    padding: 50px 0 150px 50px;
    margin-top: 70px;
}

.school-right-box p.circle-details {
    text-align: left;
    margin: -73px 0 0 243px;
    font-size: 15px;
    font-family: 'Merriweather-Bold';
    line-height: 17px;
}

.school-details-box h3 {
    font-size: 30px;
    color: #525252;
    margin-top: 40px;
    font-family: 'Merriweather-Bold';
}

.school-details-box p {
    font-size: 18px;
    color: #525252;
    line-height: 30px;
    margin-top: 30px;
}

.school-right-box h3 {
    font-size: 30px;
    color: #525252;
    font-family: 'Merriweather-Bold';
    max-width: 352px;
}

.school-right-box p {
    font-size: 22px;
    color: #525252;
    line-height: 27px;
    text-align: center;
    margin: 17px 0;
    max-width: 400px;
}

.middle-banner-school {
    background: url(../images/schools-icon6.png) no-repeat;
    background-size: cover !important;
    padding: 274px 0;
    position: relative;
}

.middle-banner-school p {
    max-width: 499px;
    position: absolute;
    font-size: 24px;
    line-height: 36px;
    right: 51px;
    color: #fff;
    top: 50px;
}

.schools-inner-banner h3 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
    max-width: 360px;
}

.school-detail-banner {
    display: flex;
    flex-wrap: wrap;
}

.school-detail-banner > div {
    width: 520px;
    background-color: #5BA610;
    box-shadow: 0px 4px 8px rgba(114, 143, 29, 0.25);
    padding: 43px 50px;
    margin: 48px;
    border-radius: 8px;
}

.school-detail-banner > div h2 {
    font-size: 28px;
    font-family: "Lato-Bold";
    color: #fff;
    margin-bottom: 30px;
    line-height: 40px;
}

.school-detail-banner > div p {
    font-size: 20px;
    font-family: "Lato-Bold";
    color: #fff;
    line-height: 32px;
}

.school-title {
    text-align: center;
    margin: 100px 0 30px;
}

.middle-title {
    font-size: 50px;
    line-height: 80px;
    color: #525252;
    font-family: 'Merriweather-Regular';
    text-align: center;
    margin: 150px auto 150px;
}

.education-btn {
    position: absolute;
    bottom: 40px;
    display: flex;
    justify-content: space-around;
    left: 0;
    width: 80%;
    right: 0;
    margin: auto;
}

.ed-btn-full {
    /* background-color: red; */
    background: linear-gradient(90deg, #96C213 0%, #6BC213 100%);
    box-shadow: 0px 4px 8px rgba(114, 143, 29, 0.25);
    border-radius: 3px;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
}

.ed-btn-full:hover {
    color: #fff;
}

.ed-btn-bordered {
    border: 1px solid #96C213;
    color: #63800C;
    padding: 9px 20px;
    border-radius: 5px;
    display: inline-block;
}

.ed-btn-bordered:hover {
    color: #63800C;
}

.education-banner {
    display: flex;

    flex-wrap: wrap;
}

.education-banner-box img {
    height: 190px;
}

.education-banner-box h2 {
    font-size: 25px;
    font-family: "Lato-Bold";
    margin-top: 20px;
    text-align: center;
}

.education-banner-box {
    position: relative;
    width: 360px;
    background: #FFFFFF;
    box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-right: 80px;
    padding: 70px 30px 90px;
    margin-bottom: 100px;
    height: 450px;
    text-align: center;
}

.education-banner-box:last-child {
    margin-right: 0;
}

/********************************************************join to group**************************************************************/
.join-a-group {
    background: #E5E5E5;
}

.join-a-group .reg-title {
    margin-bottom: 0;
}

.join-group-container {
    background: #FFFFFF;
    box-shadow: 0px 10px 80px rgba(27, 37, 96, 0.1);
    border-radius: 3px;
    padding: 40px 72px;
    margin-top: 80px;
}

.join-group-container h2 {
    font-size: 35px;
    line-height: 42px;
    /* identical to box height */
    text-align: center;
    letter-spacing: 0.01em;
    color: #525252;
    margin-bottom: 40px;
}

.cost-block {
    width: 255px;
    height: 320px;
    padding: 30px 50px;
    /* left: 601px; */
    /* top: 988px; */
    background: linear-gradient(229.19deg, #4D298F -0.51%, #29388F 100%);
    box-shadow: 0px 5px 8px rgba(36, 44, 92, 0.4);
    border-radius: 5px;
    margin: 90px auto 60px;
    position: relative;
}

.blank-fill {
    display: block;
    position: absolute;
    bottom: -15px;
    /* height: 55px; */
    /* width: 162px; */
    padding: 13px 40px;
    color: #fff;
}

.blank-fill:hover {
    color: #fff;
}

.cost-block .price:after {
    content: '/h';
    position: absolute;
    top: 5px;
    right: 28px;
    font-size: 18px;
    font-family: 'Roboto-Regular';
}

.cost-block .price:before {
    top: -9px;
    left: 34px;
    font-size: 19px;
}

.j-group-description {
    font-size: 22px;
    line-height: 26px;
    margin: 20px 0;
    font-family: "Lato-Bold";
    color: #1B2560;
}

.green-btn {
    background: linear-gradient(90deg, #96C213 0%, #6BC213 100%);
    box-shadow: 0px 4px 8px rgba(114, 143, 29, 0.25);
    border-radius: 3px;
    color: #fff;
    border: 1px solid #6BC213;
    padding: 10px 30px;
}

.cost-block input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 12px;
}

.join-group-container p.price {
    color: #fff;
    font-size: 32px;
    line-height: 30px;
    margin: 20px 0;
}

.date-chose {
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.cost-block h2 {
    margin: 0;
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF;
}

.join-group-container p {
    font-size: 18px;
    line-height: 30px;
    color: #161D4D;
}

.general-container {
    margin-top: 50px;
}

/************footer********/
footer {
    background: #364ABF;
    padding: 45px 0 113px;
}


.footer-social {
    display: flex;
}

.footer-menu {
    display: flex;
}

.footer-menu a {
    font-size: 15px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    margin-right: 53px;
}

footer p {
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.footer-logo-banner {
    padding-left: 120px;
}

footer h2 {
    font-size: 20px;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.footer-deco {
    color: #93E1FF;
    text-decoration: underline;
}

.footer-logo {
    margin-bottom: 30px;
}

.video-panel .video-img {
    width: 100%;
}

.counselor-container .decoration {
    width: 90%;
    margin: 20px 0;
}

.counselor-item {
    font-weight: bold;
    font-size: 12px;
    line-height: 120%;
    color: #FFFFFF;
    font-family: "Roboto-Regular";
}

.stars input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.stars label {
    box-sizing: border-box;
    /* display: inline-block; */
    margin-right: 6px;
    height: 25px;
    width: 23px;
    background: url(../images/star-icon.svg) no-repeat;
    font-size: 0;
    cursor: pointer;
    display: block;
}

.stars {
    position: absolute;
    right: 2px;
    top: 15px;
}

.stars input:nth-child(1):checked ~ label:nth-of-type(-n + 1),
.stars input:nth-child(2):checked ~ label:nth-of-type(-n + 2),
.stars input:nth-child(3):checked ~ label:nth-of-type(-n + 3),
.stars input:nth-child(4):checked ~ label:nth-of-type(-n + 4),
.stars input:nth-child(5):checked ~ label:nth-of-type(-n + 5) {
    background: url("../images/star.png") no-repeat;
}

.cons-search {
    max-width: 321px;
    margin: 30px auto 80px;
    position: relative;
}

.cons-search .fa {
    position: absolute;
    top: 6px;
    left: 10px;
    color: #1B2560;
    font-size: 13px;

}

.cons-search input {
    width: 332px;
    height: 26px;
    left: 554px;
    top: 231px;
    border: 2px solid #1B2560;
    box-sizing: border-box;
    border-radius: 3px;
    padding-left: 25px;
    font-size: 12px;
    color: rgba(82, 82, 82, 0.5);
}

/*********************************************/
.request-container {
    margin-bottom: 100px;
}

.request-to-join header {
    height: 100px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 50px;
}

.request-container h2.req-title {
    font-family: "Lato-Regular";
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: -0.005em;
    text-transform: uppercase;
    color: #525252;
    margin-bottom: 40px;
}

.panel-line {
    display: flex;
}

.req-inner {
    display: flex;
}

.req-inner img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.req-inner .icon-circle  img{
    border-radius: 20px;
}
.req-inner .icon-circle:before {
    content: '';
    display: block;
    background: #219F0C;
    height: 8px;
    width: 8px;
    position: absolute;
    right: 10px;
    bottom: 24px;
    border-radius: 10px;
}

.icon-circle {
    position: relative;
}

.state {
    font-size: 12px;
    line-height: 14px;
    font-family: 'Roboto-Regular';
    color: #8692D9;
}

.price {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    position: relative;
}

.panel-line {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

/*.price:before {*/
/*    content: '$';*/
/*    position: absolute;*/
/*    top: -10px;*/
/*    left: 85px;*/
/*    font-size: 21px;*/
/*    font-weight: bold;*/
/*    font-family: 'Roboto-Regular';*/
/*}*/

/*.price:after {*/
/*    content: '/h';*/
/*    position: absolute;*/
/*    top: 8px;*/
/*    right: 75px;*/
/*    font-size: 24px;*/
/*    font-family: 'Roboto-Regular';*/
/*}*/

.request-btn {
    width: 251px;
    height: 45px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(36, 44, 92, 0.3);
    border-radius: 5px;
    display: block;
    text-align: center;
    line-height: 45px;
    position: absolute;
    bottom: -13px;
    font-size: 16px;
    /* line-height: 120%; */
    color: #364ABF;
    font-weight: bold;
}

.req-name {
    font-size: 20px;
    padding: 6px 0;
    line-height: 23px;
    font-family: 'Roboto-Regular';
    color: #FFFFFF;

}

.decoration {
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-size: 12px;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.9);

}

.description1 {
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    font-family: 'Roboto-Regular';
    color: #FFFFFF;
    margin: 5px 0 10px;
}

.req-decoration {
    font-family: 'Roboto-Regular';
    font-size: 12px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.9);

}

.request-block {
    margin-bottom: 60px;
    padding: 15px;
    width: 280px;
    height:420px;
    background: linear-gradient(224.01deg, #3C298F -0.51%, #29388F 100%);
    box-shadow: 0px 5px 8px rgba(36, 44, 92, 0.4);
    border-radius: 3px;
    position: relative;
}

#choose-therapist .form-control {
    border: 1px solid #ccc;
    box-shadow: none;
}

#choose-therapist table {
    border: 1px solid #8692D9;

}

#choose-therapist table tr td:hover {
    background-color: #8692D9 !important;
}

#choose-therapist tbody, thead, tfoot {
    border: none !important;
}

#choose-therapist .form-control:hover, .form-control:focus, .form-control:active {
    box-shadow: none;
}

#choose-therapist .form-control:focus {
    border: 1px solid #34495e;
}

#choose-therapist .input-group {
    width: 96%;
}

#choose-therapist .content {
    display: flex;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    border: 1px solid #34495e;
    border-radius: 0;
    box-shadow: none;
    margin: 10px 0 0 0;
    padding: 0;
    min-width: 300px;
    max-width: 100%;
    width: auto;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before, .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    display: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td,
.bootstrap-datetimepicker-widget.dropdown-menu table th {
    border-radius: 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.old, .bootstrap-datetimepicker-widget.dropdown-menu table td.new {
    color: #8692D9;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.today:before {
    border-bottom-color: #8692D9;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.active,
.bootstrap-datetimepicker-widget.dropdown-menu table td.active:hover,
.bootstrap-datetimepicker-widget.dropdown-menu table td span.active {
    background-color: #8692D9;
    text-shadow: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.active.today:before,
.bootstrap-datetimepicker-widget.dropdown-menu table td.active:hover.today:before,
.bootstrap-datetimepicker-widget.dropdown-menu table td span.active.today:before {
    border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget.dropdown-menu table th {
    height: 40px;
    padding: 0;
    width: 40px;
}

.bootstrap-datetimepicker-widget.dropdown-menu table th.picker-switch {
    width: auto;
}

.bootstrap-datetimepicker-widget.dropdown-menu table tr:first-of-type th {
    border-bottom: 1px solid #8692D9;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.day {
    height: 32px;
    line-height: 32px;
    padding: 0;
    width: auto;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td span {
    border-radius: 0;
    height: 77px;
    line-height: 77px;
    margin: 0;
    width: 25%;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-months tbody tr td,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-years tbody tr td,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td {
    padding: 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td {
    height: 27px;
    line-height: 27px;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td span {
    display: block;
    float: left;
    width: 50%;
    height: 46px;
    line-height: 46px !important;
    padding: 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td span:not(.decade) {
    display: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td {
    padding: 0;
    width: 30%;
    height: 20px;
    line-height: 20px;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td:nth-child(2) {
    width: 10%;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td a,
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td span,
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td button {
    border: none;
    border-radius: 0;
    height: 56px;
    line-height: 56px;
    padding: 0;
    width: 100%;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td span {
    color: #8692D9;
    margin-top: -1px;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td button {
    background-color: #fff;
    color: #333;
    font-weight: bold;
    font-size: 1.2em;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td button:hover {
    background-color: #8692D9;
}

.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td {
    border-top: 1px solid #8692D9;
}

.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td a, .bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td span {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0;
    width: 100%;
}

.todayText:before {
    content: "Today's Date";
}

.choose-therapist-head {
    display: flex;
    position: relative;
}

.selected-therapist-details .state, .selected-therapist-details .req-decoration {
    font-size: 15px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.7);
}

.selected-therapist-details {
    margin: 5px 20px;
}

.selected-therapist-price {
    position: absolute;
    right: 0;
    font-family: "Lato-Regular";
    color: #C2C9F2;
    font-size: 30px;
}

#choose-therapist .modal-dialog {
    max-width: 1031px;
    margin: 1.75rem auto;
    padding: 70px 100px;
    background: linear-gradient(224.01deg, #3C298F -0.51%, #29388F 100%);
}

#choose-therapist .modal-dialog .modal-content {
    background: transparent;
    border: none;
}

#choose-therapist .stars {
    position: absolute;
    left: -34px;
    top: 15px;
}

.choose-therapist-description {
    padding-top: 55px;
}

#choose-therapist .modal-dialog .modal-content p {
    font-size: 20px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.9);
}

#choose-therapist .modal-dialog .modal-content p.counselor-item {
    margin: 40px 0 10px 0;
}

#choose-therapist .video-box {
    margin: 40px auto 40px;
    text-align: center;
}

.date-therapist {
    margin: 0 auto;
}

.date-therapist h3 {
    color: #fff;
    font-size: 25px;
    font-family: "Lato-Bold";
}

#choose-therapist .modal-dialog .modal-content .date-therapist p {
    color: #fff;
    margin: 25px 0 16px;
}

.schedule-btn {
    background: #6BC213;
    border-radius: 3px;
    font-family: "Lato-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    padding: 12px 40px;
    letter-spacing: 0.0125em;
    border: none;
    color: #FFFFFF;
    margin: 40px auto;
    /* text-align: center; */
    display: block;
}









/**********************card css************************/
.card-form input:focus{
    outline: none;
}
.cvv-details {
    display: flex;
    width: 300px;
    justify-content: space-between;
}

.settings-per-info  .cvv-details  .custom-select-trigger:after {
    right: 11px;
    /* left: 10px; */
    width: 20px;
    height: 16px;
    top: 17px;
}
.cvv-details .custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-181deg) translateY(50%);
    right: 9px;
    top: 15px;
}
.cvv-details .custom-select-trigger {
    position: relative;
    display: block;
    padding: 8px 33px 0 14px;
    font-weight: 100;
    color: rgba(82, 82, 82, 0.7);
    height: 42px;
    line-height: 25px;
    cursor: pointer;
    border: 1px solid rgb(27 37 96);
    box-sizing: border-box;
    box-shadow: inset 0px 4px 8px rgba(17, 22, 46, 0.2);
    width: 140px;
}

#card {
    border-radius: 15px;
}

.card-form label {
    font-size: 17px;
    color: #1B2560;
    margin-bottom: 15px;
    font-family: "Lato-Bold";
}

.card-form input {
    width: 100%;
    box-sizing: border-box;
    box-shadow: inset 0px 4px 8px rgba(17, 22, 46, 0.2);
    border-radius: 3px;
    height: 40px;
    border: 1px solid #1B2560;
    font-size: 20px;
    line-height: 24px;
    color: #1B2560;
    padding-left: 15px;
}


#cvccont {
    width: 150px;
    display: inline-block;
}

#expiration {
    float: right;
}

span.spacing {
    font-size: 1.5em;
    margin: 0px 2px 0px 2px;
}

#submitform {
    margin-top: 20px;
}

#submitform:hover {
    background-color: #006b99;
    color: white;
}

.alert {
    width: 600px;
    margin: 40px auto 0px auto;
}

.inputcont{
    margin:10px 0;
}
/***********responsive styles**********/


@media (min-width: 1200px) {
    .container {
        max-width: 1240px;
        padding: 0;
    }

    .settings-container {
        max-width: 1030px;
        margin-bottom: 150px;
        padding: 70px 100px;
    }
}

@media (max-width: 1460px) {
    .enterprise-section-contact {
        max-width: 900px;
        height: 490px;
        margin: 180px auto -5px;
    }
    #vides video{
        width:50%;
    }
    .join-us-panel {

        padding: 50px 16px;
    }
}

@media (max-width: 1260px) {
    .school-detail-banner > div {
        margin: 30px auto;
    }

    .enterprise-section-bottom-inner-right h3 {
        font-size: 20px;
        margin-bottom: 27px;
        line-height: 26px;
    }

    .education-banner-box {
        margin: 90px auto;
    }

    .education-banner-box:last-child {
        margin: 0 auto 50px;
    }
}

@media (max-width: 1200px) {

    .school-detail-banner > div {
        margin: 15px auto;
        width: 49%;
        padding: 25px 20px;
    }

    .section-details {
        top: 90px;
    }

    .about-us-middle-section-inner > div {
        margin-bottom: 50px;
    }
}

@media (max-width: 1024px) {
    .settings-container {
        padding: 50px;
    }

    .enterprise-section-third-inner-left.ml150 {
        margin-left: 50px;
    }

    .enterprise-section-bottom-inner-right h3 {
        font-size: 20px;
        margin-bottom: 27px;
        line-height: 26px;
    }

    .enterprise-section-contact {
        max-width: 900px;
        height: auto;
        margin: 103px auto 0;
    }

    .enterprise-section-bottom-inner-right {
        position: absolute;
        left: 0;
        z-index: 4;
        background: #fff;
        box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        top: 0;
        width: 87%;
        margin: auto;
        right: 0;
        bottom: 0;
        height: 500px;
    }

    .signIn-right, .signIn-left {
        padding: 30px 40px 30px;
    }

    .sign-txt {
        font-size: 22px;
        padding-bottom: 40px;
    }

    .text-deco1 {
        font-size: 22px;
    }

    .navbar-expand-md .navbar-collapse {
        margin-left: 0;
    }

    .navbar-dark .navbar-brand {
        width: 140px;
        margin: 0;
    }

    .navbar-brand img {
        width: 100%;
    }

    .info-text {
        position: absolute;
        top: 50px;
        right: 0;
        width: 380px;
        margin: auto;
        left: 0;
    }

    .client-panel-inner div {
        margin: 130px 10px 40px 10px;
    }

    .client-panel-inner p.client-comment {
        padding: 114px 24px 114px;
    }

    .client-panel-inner h2.client-name {
        padding: 0 9px 46px;
    }
}

@media (max-width: 991px) {
    .school-right-box, .school-details-box-left {
        margin: 0 auto;
        text-align: center;
    }

    .school-right-box p.circle-details {
        text-align: left;
        margin: 0 auto;
        line-height: 24px;
        text-align: center;
    }

    .education-banner-box {
        margin: 40px auto;
    }

    .school-right-box h3, .school-right-box p {
        margin: 20px auto 0;
    }

    .enterprise-section-third-inner {
        padding: 0 30px;
    }

    .descriptions-school {
        margin-left: 30px;
    }

    .descriptions-school p {
        font-size: 40px;
    }

    .health-panel-right h2 {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 10px;
    }

    .health-panel-right p {
        font-size: 15px;
    }

    .section-details h2 {
        font-size: 36px;
    }

    footer p {
        font-size: 14px;
    }

    .footer-menu a {
        font-size: 12px;
        margin-right: 28px;
    }

    .navbar-collapse a {
        font-size: 13px;
    }

    .language-panel, .connect-panel {
        font-size: 13px;
    }

    .middle-section-inner {
        padding: 0 16px;
    }
}

@media (max-width: 900px) {
    #register .modal-dialog {
        max-width: 1340px;
        background: #EEEFF8;
        padding: 30px 10px 30px;
    }

    .info-text h3 {
        font-size: 23px;
    }

    .health-panel-right {
        padding-left: 30px;
    }

    .info-text p {
        margin-top: 15px;
        font-size: 18px;
    }

    .health-middle-panel {
        padding-right: 0;
        width: 100%;
    }

    .health-top-panel {
        max-width: 470px;
    }

    .container-line p {
        font-size: 15px;
    }

    .container-line-inner {
        padding-left: 5px;
    }

    .health-top-panel p, .health-middle-panel p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    #cvccont {
        width: 100%;
    }
    .search-container {
        padding: 0 16px;
    }
    .cvv-details {
        display: block;
        width: 100%;
    }
    .general-search .form-group {
        width: 100%;
        float: none;
    }
    #expiration {
        float: left;
        width: 100%;
    }
    .choose-therapist-head {
        display: block;
    }

    .footer-social {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #choose-therapist .modal-dialog {
        padding: 20px;
    }

    #choose-therapist .stars {
        left: auto;
    }

    #choose-therapist .content {
        display: block;
    }

    .join-item-decoration img {
        max-width: 100%;
    }

    .job-offers-box {
        width: 100%;
        margin: 50px 0;
    }

    .drag-text {
        width: auto;
    }

    .social-line {
        display: block;
        margin-bottom: 30px;
    }

    .drag-text h3 {
        line-height: 20px;
        font-size: 16px;
        padding-right: 10px;
    }

    .full-width {
        width: 100%;
    }

    .blog-middle-box {
        margin: 0 auto 20px;
        width: 100%;
    }

    .b-image-block {
        width: 100%;
    }

    .b-image-block img {
        width: 100%;
    }

    .art-heading {
        font-size: 26px;
        margin-bottom: 35px;
    }

    .blog-container-right-txt {
        margin: 15px 0;
    }

    .blog-middle-container {
        margin: 70px 0;
    }

    .blog-middle-box:nth-child(3), .blog-middle-box:nth-child(6) {
        margin-right: auto;
    }

    .blog-container-right {
        display: block;
        margin: 10px 0 50px;
    }

    .upload-video-banner {
        display: block;
        margin: 0 auto;
        text-align: center;
        border: 1px dashed #a3a3a3;
    }

    .upload-video-banner h2 {
        max-width: 100%;
        margin: 20px auto;
    }

    .submit-btn {
        width: 100%
    }

    .settings-btn {
        float: none;
        margin: 40px auto;
        text-align: center;
        display: block;
        /* width: 100px; */
    }

    .avatar-upload {
        max-width: 75px;
        text-align: center;
        margin: 0 auto;
        height: 100px;
    }

    #video {
        margin: 0 auto;
    }

    .settings-container {
        padding: 20px;
        max-width: 95%;
    }

    .settings-container-inner {
        display: block;
    }

    .about-us-middle-section-inner > div {
        margin-right: 0;
        width: 100%;
    }

    .enterprise-contact-form {
        padding: 14px;
        margin: 0;
    }

    .setting-reg .reg-form-group {
        width: 100%;
        margin-bottom: 21px;
    }

    .setting-reg .checkbox__label {
        font-size: 15px;
    }

    .about-us-left-details {
        padding: 0;
    }

    .set-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .setting-reg {
        display: block;
    }

    .avatar-upload .avatar-preview {
        width: 100px;
        height: 100px;
    }

    .enterprise-section-bottom-inner-right {
        position: relative;
        padding: 16px !important;
        width: 97% !important;
    }

    .form-banner-inner .form-panel .form-group {
        width: 100%;
    }

    .enterprise-top-item {
        padding: 0 !important;
    }

    .enterprise-section-second {
        padding: 40px 0 40px;
        margin-top: 40px;
    }

    .form-banner-inner .form-panel {
        display: block;
    }

    .schools-inner-banner {
        padding: 50px 0 50px 20px;
        margin-top: 67px;
        margin-bottom: 30px;
    }

    .ml50 {
        margin-left: 0;
    }

    .schools-inner-banner h3 {

        font-size: 30px;
        line-height: 36px;
        max-width: 360px;
    }

    .descriptions-school p {
        margin-top: 40px;
    }

    .middle-banner-school p {
        max-width: 499px;
        right: 0;
        color: #fff;
        top: 10px;
        left: 0;
        margin: auto;
        padding: 15px;
    }

    .middle-title {
        font-size: 30px;
        line-height: 36px;
        margin: 49px auto 50px;
    }

    .school-detail-banner > div {
        margin: 15px auto;
        width: 100%;
    }

    .join-group-container {
        padding: 16px;
    }

    .cost-block {
        width: 100%;
    }

    .question-block-inner {
        padding: 16px;
    }

    .join-group-container p.price {
        max-width: 158px;
        text-align: center;
        margin: 30px auto;
    }

    .question-block {
        padding-top: 10px;
    }

    .join-content {
        display: block;
    }

    .enterprise-section-third-inner-left.ml150 {
        margin: 30px 0;
    }

    .enterprise-section-bottom-inner-right {
        height: auto;
    }

    .cost-block .blank-fill {
        left: 0;
        right: 0;
        margin: auto;
        width: 200px;
        text-align: center;
    }

    .e-left {
        flex-wrap: wrap-reverse;
    }

    .enterprise-section-left {
        margin-left: 30px;
    }

    .group-section-details .group-panel-left h2 {
        font-size: 25px;
        line-height: 41px;
    }

    h2.enterprise-section-third-heading {
        font-size: 27px;
        padding: 0 16px;
    }

    .enterprise-section-bottom, .enterprise-section-third-inner-right {
        margin-top: 50px;
    }

    .group-section h2 {
        font-size: 30px;
    }

    .group-panel-right {
        margin-top: 30px;
    }

    .group-section-details.row {
        margin-top: 30px !important;
    }

    .reg-txt {
        font-size: 28px;
        padding-bottom: 20px;
        margin-top: 12px;
    }

    .text-line1 {
        font-size: 22px;
    }

    .register-inner-box {
        padding-left: 20px;
        padding-right: 20px;
    }

    .signIn-right, .signIn-left {
        padding: 21px 15px 6px;
        width: 100%;
    }

    .flex-container {
        display: block;
        margin-bottom: 40px;
        width: 51%;
        text-align: center;
        align-items: center;
    }

    .signinFlex {
        display: flex;
    }

    .signinFlex .pl20 {
        padding-left: 0;
    }

    .text-deco1 {
        font-size: 19px;
    }

    .flex-container > div {
        width: 50%;
    }

    .workers-img {
        width: 71%;
        margin: 0 auto 30px;
        text-align: center;
        display: block;
    }

    .health-panel-right {
        padding-left: 0;
    }

    .footer-logo-banner {
        padding-left: 0;
    }

    .footer-menu {
        display: block;
    }

    footer {
        text-align: center;
    }

    .footer-menu a {
        font-size: 14px;
        margin: 0;
    }

    .footer-menu {
        margin-bottom: 28px;
    }

    footer h2 {

        margin-top: 30px;
    }

    .therapist-form {
        width: auto;
    }

    .section-details h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .info-text h3 {
        font-size: 24px;
    }

    .theratyme-panel {
        padding: 30px 0;
    }

    .section-details {
        top: 66px;
        left: 20px;
        padding-left: 30px;
    }

    .theratyme-inner-box .row .col-md-6 {
        margin: 30px 0;
    }

    .theratyme-inner-box .row .col-md-6 img {
        width: 70px;
    }

    .theratyme-inner-box p {
        font-size: 16px;
    }

    .faq-container.container {
        max-width: 100%;
    }
}

@media (max-width: 1250px) {

    .container.header-inner {
        max-width: 100%;
        padding: 0;
    }

    .navbar-brand img {
        width: 100%;
    }

    .social-panel p {
        display: none;
    }

    .navbar-dark .navbar-brand {
        padding-left: 14px;
    }
}

@media (max-width: 1220px) {
    .language-panel p {
        display: none;
    }

    .navbar-brand img {
        width: 90%;
    }

    .navbar-brand {
        padding: 0 6px;

    }

    .navbar {
        padding: 0;
    }

}

@media (max-width: 900px) {
    .groups-detail-banner {
        padding: 30px 0;
    }

    .navbar-collapse a {
        padding: 0 6px;
        font-size: 11px;
    }

    .connect-panel a {
        margin: 0 5px;
        font-size: 11px;
    }

    .language-panel .custom-select-trigger {
        height: 28px;
    }

    .header-inner.container {
        padding: 0 5px;
    }
}

@media (max-width: 767px) {
    .cvv-details .custom-select-trigger {
        width: 100%;
    }
    .cvv-details   .custom-select {
        margin-bottom: 20px;
    }
    .group-banner-btn {
        display: block;
        margin-top: 20px;
    }

    .group-banner-btn a {
        margin-top: 20px;
    }

    .group-banner-inner {
        display: block;
    }

    .group-banner-decoration {
        width: 100%;
    }

    .reg-modal-inner {
        padding: 30px 45px 100px;
    }

    .client-panel-inner div {
        margin: 40px auto;
    }

    .client-panel-inner {
        display: block;
    }

    .header-inner {
        display: block;
    }

    .header-right-block {
        display: flex;
        position: absolute;
        top: 28px;
        right: 100px;
        align-items: center;
    }

    .navbar-collapse a {
        display: block;
        padding: 10px;
    }

    .navbar-collapse {
        padding-top: 20px;
        background: #fff;
        z-index: 1;
    }

    .cons-search .fa {
        position: absolute;
        top: 9px;
    }

    .cons-search input {
        width: 332px;
        height: 33px;
    }

    .navbar-dark .navbar-toggler {
        color: rgba(255, 255, 255, .5);
        border-color: transparent;
        outline: none;
        padding: 0;
    }

    .container.header-inner {
        padding: 0;
    }

    header {
        /*height: auto;*/
        padding: 25px 0px;
    }

    #signIn {
        padding: 0;
    }

    .course-modal {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .flex-form .form-control {
        width: 100%;
    }

    .careers-top-info {
        margin: 20px auto 50px;
    }

    .flex-form2, .flex-form {
        display: block;
    }

    .join-us-panel-inner {
        display: block;
    }

    .join-item-decoration {
        margin-top: 0;
    }

    .join-box {
        margin: 0 auto 30px;
        width: 100%;
    }

    .join-us-panel {
        padding: 50px 0;
    }

    .btn-to-join {
        width: 100%;
    }

    .faq-container-inner .panel-body p {
        font-size: 14px;
        padding: 0 16px;
    }

    .faq-container {
        padding: 0;
    }

    .request-block {
        width: 100%;
    }
    .request-btn {
        left: 0;
        right: 0;
        margin: auto;
    }
    .panel-line {
        padding: 0;
    }
    .faq-container-inner .panel-default > .panel-heading a {
        padding: 10px 16px;
        font-size: 16px;
    }
}

@media (max-width: 560px) {
    #vides video{
        width:100%;
    }
    .reg-title {
        padding: 26px 0 20px;
    }

    .reg-inner-form.terms-conditions {
        padding-top: 15px;
    }

    .modal {
        padding: 0 !important;
    }

    .flex-container > div {
        width: 100%;
    }

    .reg-modal-inner ul {
        padding-left: 16px;
    }

    .reg-modal-inner {
        padding: 30px 12px 50px;
    }

    .section-details {
        top: 30px;
        left: 0;
    }

    .sign-txt {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .generic-title {
        padding: 15px 0 15px;
    }

    .section-details h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .middle-section-inner h2 {
        font-size: 19px;
        line-height: 30px;
    }

    .generic-title {
        margin-bottom: 20px;
    }

    .middle-section-inner .description-line {
        font-size: 16px;
    }

    header {

        padding: 40px 0;
    }

    .client-panel {
        padding: 0;
    }

    .therapist-block {
        display: block;
        margin-top: 15px;
    }

    .middle-section {
        padding-bottom: 0;
        overflow: hidden;
    }

    .therapy-item {
        text-align: center;
        margin-bottom: 30px;
    }

    .theratyme-inner-box {
        margin-top: 0;
    }

    .icon1-txt {
        margin: 0 auto;
    }

    .how-it-work-panel {
        clear: both;
    }

    .how-it-work-box-right h2 {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .select-list .custom-options {
        left: 0;
        right: 0;
        width: 100%;
    }

    .therapist-form {
        width: 100%;
        float: left;
        margin-bottom: 40px;
        max-width: initial;
    }

    .video-panel {
        padding: 0;
    }

    .form-next-btn {
        margin: 15px auto 0;
        text-align: center;
        float: none;
        display: block;
    }

    .ml30 {
        margin: 0;
    }

    .join-btn {
        float: none;
        text-align: center;
        margin: 20px auto 0;
    }

    .info-text {
        top: 17px;
        max-width: 300px;
    }

    .info-text p {
        margin-top: 15px;
        font-size: 14px;
    }

    .info-text h3 {
        font-size: 16px;
    }

    .header-right-block {
        display: flex;
        position: absolute;
        top: 6px;
        right: 20px;
    }

    .language-panel .custom-select-trigger {
        height: 25px;
        line-height: 25px;
    }

    .language-panel {
        margin-top: 10px;
    }

    header .d-flex {
        padding: 5px 10px 0 0;
    }

    .navbar-dark .navbar-brand {
        padding-left: 5px;
    }

    .video-panel {
        margin-top: 0;
    }

    #video {
        width: 200px;
    }
}

body.modal-open {
    position: static !important;
}
