@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
#button-color {
    background-color:#7CCC86 ;
    border-radius: 8px;
    border:none;
    font-weight: 600;
    color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#txt-szz {
    font-size: 14px;
    font-weight: bold;
    opacity: 0.7;
}
#section-m {
    margin-bottom: 10%;

}
#text-color-w {
    color: #7CCC86;
}

#text-color {
    color: #1a205a;
}
.margin-top1 {
    margin-top: 27%;
}
#btn-color {
    background-color: #7CCC86;
    border-radius: 9px;
    border:none;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 7px;
    margin-right: 3%;
    font-size: small;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; 
}
.padding-buttons33{
    padding-bottom: 3px;
}
#icons1 {
    color: white;
    font-weight: 700;
    padding-right: 5px;
    padding-bottom: 5px;
}
.text1 {
    font-size: 15px;
}
#small-text1 {
    font-size: 11px;
}
#small-text2 {
    font-size: 11px;
    color: #2c3d8d;
}
#background-color1 {
    background-color: #fff2f6;
}
.card-padding {
    margin-top: 2%;
    margin-left: 2%;
}
.navbar-toggler{
    width: 47px;
    height: 34px;
    background-color: white;
    border: none;
}
.navbar-toggler .line{
    width: 100%;
    float: left;
    height: 1.5px;
    background-color: #2c3d8d;
    margin-bottom: 5px;
}
#brand-name-style {
    color:#7CCC86 ;
    font-weight: 600;
    font-family: Apple Chancery, cursive;
}
.popins-font {
    font-family: 'Poppins', sans-serif;
}
#navbar-margin-bottom {
    margin-bottom: 5%;
}

.headermobile{
    display: none;
}
.imageSection img {
    display: none;
}

@media (max-width: 978px) {
    #navbarSupportedContent {
        padding-left: 12px;
        font-size: 50px;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 300px;
        
    }
    .card-padding {
        margin-right: 6px;
    }
    #section-m {
        margin-top: 15%;
    }

    #navbar-margin-bottom{
        
        display: none;
    }

    .headermobile{
        display: block;
    }
    .imageSection img {
        display: block;
    }
    #form-style22  {
        background-color: #F5FAF4 !important;
    }
    #form-style22 input  {
        background-color: #F5FAF4 !important;
    }
    #form-style22 span  {
        background-color: #F5FAF4 !important;
    }

}
@media (max-width: 975px) {
    .desktopItem {
        display: none;
    }
    .mobileItem {
        display: block;
    }
}


.btn22 {
    background-color: #fff;
    color: #dd5070;
    border-left:none;
    border-radius: 5px;
    padding-bottom: 7px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: 400;
    
}
#shadow-search-bar {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.form-outline {
    box-shadow: none !important;
}
.form-control {
    width: 100%;
    box-shadow: none !important;
    border-radius: 0 ;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.form-control:focus {
    border: 1px solid, #ced4da;
    border-top-color: rgb(206, 212, 218);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(206, 212, 218);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(206, 212, 218);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(206, 212, 218);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}
#therapeuten1 {
    color: #1a205a;
    font-weight: 600;
    text-decoration: underline;
    margin-right: 50px;
}
#button-color1 {
    background-color:#7CCC86 ;
    border-radius: 8px;
    border:none;
    font-size: 12px;
    font-weight: bold;
    color: white;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#button-color2 {
    background-color:#fff ;
    border-radius: 8px;
    border:solid 1px #434343;
    font-size: 12px;
    font-weight: bold;
    color: #434343;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.firstText-style {
    font-size: 40px;
    font-weight: bold;
    color: #1a205a;
}
.secondText-style {
    font-size: 20px;
    font-weight: 400;
    color: #1a205a;
}
.margin-top2 {
    margin-top: 10%;
}

.input-group-text{
    background-color: #fff !important;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border: none;
    border-radius: 0;
    border-bottom: solid 1px #E8E8E8;
    opacity: 0.8;
}

.form-control:focus{
    border-bottom: 1px solid #7DCEB5 !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background-color: #fff !important;
    border: #707070 1px solid;
    border-radius: 50%;
    color: #707070 !important;
    font: inherit;
    padding-left: 14px !important;
    padding-right: 14px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 30px;
}

.disabled{
    border: #70707023 1px solid !important;
    border-radius: 50px;
    color: #70707023 !important;
}


.form-control:focus + .input-group-text{
    border-bottom: 1px solid #7DCEB5 !important;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding-top: 0.2%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding-right: 2px;
    padding-left: 5px;
}
.text-small {
    font-size: 13px;
    font-weight: bold;
    color: #434343;
    
}
.text-small1 {
    font-size: 13px;
    font-weight: bold;
    color: #7fc78e;
    opacity: 1.5;
}
body {
    padding-bottom: 7%;
}
#text-size22 {
    font-size: 10px;
}
#form-style22 {
    vertical-align: middle;
    border-radius: 15px;
    background-color: #fff;
    /* padding-top: 5%;
    padding-right: 15%;
    padding-bottom: 5%;
    padding-left: 15%; */
}
.marginTopForm {
    margin-top: 5%;
}
.headermobile {
    background-color: #fff;

}
.linkdown1 {
    color: white;
    font-size: 12px;
}
.loginbuttonpage {
    width: 100%;
}
.form-control {
    display: block;
    border-radius: 8px;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #E2E5F4;
    border-top-color: rgb(206, 212, 218);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(206, 212, 218);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(206, 212, 218);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(206, 212, 218);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}
@media (min-width: 200px) and (max-width: 768px) { 
    .marginTopForm {
        margin-top: 40%;
    }
}
.sign-upText{
    font-size: 14px;
    font-weight: 500;
    font-family: poppins;
}
.input-group-text {
    border-right: none;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border: none;
    border-radius: 0;
    border-bottom: solid 1px #E8E8E8;
    opacity: 0.8;
}
.login-icon-c {
    color:#7CCC86;
}
.linkdown1 {
    color: #989898;
}
#text-color233 {
    color: #434343;
    font-size: 13px;
    font-family: Poppins;
    font-weight: bold;
}
::placeholder {
    font-size: 12px;
}