/*
Theme Name: Mind Studio Child
Template: mind-studio
Version: 1.0.0
*/



/* Add your custom styles here */

section#custom_html-2 {
    padding: 0px;
}
.d-none{
	display: none;
}

.contact_us_form input[type="checkbox"] {
    margin-left: -18px;
}


ul.nav-links li a {
    text-transform: uppercase;
}


.contact_form input[type='submit'] {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    background: transparent;
    border: 1px solid black;
    padding: 10px 80px;
    border-radius: 50px;
    color: black;
}

.contact_form input[type='submit']:hover {
        background: black;
    color: white;
}

.services_content ul {
    padding-left: 43px;
}

.services_content ul li {
    list-style: disc;
}

.contact_form p {
    font-size: 30px;
    font-weight: 400;
        font-family: Lato;
}

.individual_therapy_content ul {
    list-style: disc;
    margin-left: 30px;
}


.second_sec_card h2 {
    font-size: 27px;
}

.blgDetails img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.services_img {
    position: sticky;
    top: 0px;
    background: #F2E6D9;
}

.services_content.services_one {
    background: #F2E6D9;
    padding-bottom: 22px;
}

.services_content.services_one h4 {
    color: #000;
}

.services_content.services_one p {
    color: #000;
}

.services_content.services_one a {
    border: 1px solid #000;
    color: #000;
    margin-top: 31px;
}


.services_content.services_one a:hover {
  
    color: #fff;
}

.services_content.services_one ul li {
    color: #000;
}

.services_content.services_one ul li {
    color: #000;
}

.services_content.services_content a {
    margin-bottom: 20px;
}

.specializes_therapy_services_card h6:hover {
    /* color: #F2E6D9; */
}

.services_content.services_two {
    background: #CAB69F;
    color: black;
    height: 1000px;
    padding: 50px;
}

.services_content.services_two h4 {
    color: #2F2B36;
}
.services_content.services_two p {
    color: #2F2B36;
}

.services_content.services_two ul li{
     color: #2F2B36;
}
.services_content.services_one a{
    border:1px solid #000 !important;
}
.services_content.services_two a{
     color: #2F2B36;
     border:1px solid #2F2B36 !important;
}
.services_content.services_two a:hover{
    color: #fff;
}
.services_content.services_content a{
      border:1px solid #fff;
}