 .contact-form .second-container .form-group input {
        width: 100%;
        font-size: 15px;
        border-radius: 10px;
    }

    .contact-form .second-container .form-group * {
        height: 40px;
        border: 1px solid #e6e6e6;
        padding: 0 20px;
        border-radius: 10px;
    }


    .contact-form .second-container .form-group {
        margin-bottom: 20px;
    }

    .row{
        
        z-index:99;
    }


    section {
        padding: 150px 0px;
    }


    .gradient::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 50px;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    ul li {
        margin-bottom: 5px;
        font-size: 1.2rem;
        --tw-text-opacity: 1;
        color: rgb(78 82 83/var(--tw-text-opacity));
    }

    p {
        font-size: 1.2rem;
        --tw-text-opacity: 1;
        color: rgb(78 82 83/var(--tw-text-opacity));
    }

    .gradient.clip-1::before {
        background: linear-gradient(rgb(226, 242, 240) 13.14%, rgba(226, 242, 240, 0) 100%);
        transform: matrix(1, 0, 0, -1, 0, 0) rotate(0deg);
        clip-path: polygon(0px 1%, 100% 28%, 100% 100%, 0px 100%);
    }

    /* header section */

    h1 {
        font-size: 2.5rem !important;
    }

    h2,
    h3 {
        font-size: 2rem !important;
        font-weight: 700;
    }

    .banner-s2 {
        position: relative;
        padding-top: 120px;
        background-size: 110%;
        background-color: #FCF8F2;
        background-repeat: no-repeat;
        background-position: center top 99px;
    }

    .decoration-wrapper {
        z-index: 1;                      
    }

    .text-orange {
        color: #f87851;
    }


    .svg-path-wrapper {
        width: 65em;
    left: 10em;
    top: 69em;
    z-index: -1;
    }

    .absolute {
        position: absolute;
    }

    .svg-path-wrapper svg {
        max-width: 100%;
    }


    .h-full {
        height: 100%;
    }




    a:hover {
        text-decoration: none;
    }


    .therapist-list .search-area {
        max-width: 475px;
    }

    .search-area {
        background: #ffffffa6;
        background: var(--glass-color);
        backdrop-filter: brightness(1.1) saturate(150%) blur(10px);
        padding: 30px 30px;
        position: relative;
        z-index: 1;
        border-radius: 10px;
        max-width: 400px;
        margin-left: auto;
    }

    .search-area {
        background: #006a616b;
    }

    #ContentPlaceHolder1_divfulldesp .col-md-10,
    .col-md-8 {
        box-shadow: none;
    }

    .btn-green {
        background: #17a2b8;
        color: #fff;
        border: 1px solid #17a2b8;
        padding: 5px;
    }

    .question-box {
        background: #006a6121;
        backdrop-filter: brightness(1.1) saturate(150%) blur(10px);
        padding: 15px;
        border-radius: 10px;
    }

    input[type=radio] {
        display: none;
    }

    input[type=radio]:checked+label:before {
        background: var(--cyan);
        font-size: 50px;
    }

    input[type=radio]:checked+label {
        border: solid 3px var(--cyan);
        background: var(--cyan);
        transform: translateY(-10%);
        transition: transform 0.5s;
        color: #fff;
    }

    input[type=radio]:checked+label .subscription__title,
    input[type=radio]:checked+label .subscription__main-feature,
    input[type=radio]:checked+label .subscription__price {
        color: #6E8CA0;
    }

    table tbody {
        display: flex;
        justify-content: space-between;
    }

    table label {
        padding: 12px 12px;
        width: 120px;
        border-radius: 10px;
        background: #fff;
        cursor: pointer;
        text-align: center;
    }

    table label:hover {
        background: var(--cyan);
        color: #fff;
    }

    .progress {
        background: #fff;
    }

    .progress-bar {
        background: var(--cyan);
    }

.plan {
border-radius: 16px;
box-shadow: 0 30px 30px -25px rgba(0, 38, 255, 0.205);
padding: 10px;
background-color: #fff;
color: #697e91;
}

.plan strong {
font-weight: 600;
color: #425275;
}

.plan .inner {
align-items: center;
padding: 20px;
padding-top: 40px;
background-color: #64c4af1f;
border-radius: 12px;
position: relative;
}

.plan .title {
font-weight: 600;
font-size: 1.25rem;
color: #425675;
line-height: 1.5rem;
}

.plan .title + * {
margin-top: 0.75rem;
}

.plan .info + * {
margin-top: 1rem;

}

.plan .info{
font-size: 1rem;
}

.plan .features {
display: flex;
flex-direction: column;
margin: 0;
}

.plan .features li {
display: flex;
align-items: center;
gap: 0.5rem;
font-size: 1rem
}

.plan .features li + * {
margin-top: 0.75rem;
}

.plan .features .icon {
background-color: #1FCAC5;
display: inline-flex;
align-items: center;
justify-content: center;
color: #fff;
border-radius: 50%;
width: 20px;
height: 20px;
}

.plan .features .icon svg {
width: 14px;
height: 14px;
}

.plan .features + * {
margin-top: 1.25rem;
}

.plan .action {
width: 100%;
display: flex;
align-items: center;
justify-content: end;
}

.plan .button {
background-color: #92c0bd;
border-radius: 6px;
color: #fff;
font-weight: 500;
font-size: 1.125rem;
text-align: center;
border: 0;
outline: 0;
width: 100%;
padding: 0.625em 0.75em;
text-decoration: none;
}

.plan .button:hover, .plan .button:focus {
background-color: #6daba7;
}

.search-area{
max-width: none;
}


.accordion-button{
	font-weight:bold;
}





body {

    overflow-x: hidden;
}

ul {
    list-style: disc;
    padding-left: 20px;
}

ul li {
 
    font-size: 17px;
  
    font-weight: 500;
}

.header-area {
    padding: 80px 0;
   
}

h1 {
    font-size: 2.5rem !important;
}

p{
	font-size: 17px !important;
}

.bnner_scn_mrtial .desc {
    margin-bottom: 30px;
}

section {
    padding: 80px 0px;
}


.header-text .desc {
    margin-bottom: 28px;
 
}

.header-text .main-title {
  
    margin-bottom: 15px;
}

.request_couple span {
    font-size: 25px;
    font-weight: 700;
}

.request_couple .label-panel.m img {
    width: 65px;
    margin: 0 4px;
}

.stp_frwrd_scn {

    padding: 60px 0;
}

.request_couple .col-md-3.col-3 {
    padding-right: 0;
}

.request_couple .col-md-9.col-9 {
    padding-left: 0;
}

.request_couple .read-button input {
    background-color: rgb(7 124 88 / 84%);
    color: #fff;
    border-radius: 10px;
    letter-spacing: 1px;
    padding: 10px 15px;
}

@media(max-width: 767px){
	.frst_dting_cple .p-5 {
        padding: 0 20px !important;
    }
	
	.header-area {
        padding: 50px 0;
    }
	
		h1 {
    font-size: 2.2rem !important;
}
.header-text .main-title {
 
    margin-bottom: 7px;
}

.header-text .desc {
    margin-bottom: 26px;
   
}
section {
    padding: 40px 0px;
}
h2 {
    font-size: 1.6rem !important;
    font-weight: 700;
	margin-bottom: 10px !important;
}

p{
	font-size: 16px !important;
}

ul li{
	font-size: 16px !important;
}
.btn-orange {
   
    font-size: 15px;
}

section {
        padding: 40px 0px;
    }
	
}