@media screen and (max-width: 1200px) {

.header-content h3 {
    font-size: 30px;
    max-width: 400px;
 }
 .header-content .paragraphs span {
    font-size: 16px;
    line-height: 25px;
 }
 .header-div {
    margin-top: 30px !important;
 }
 .steps-container> .steps-content h3 {
    font-size: 35px;
 }
 .expert-content> .expert-img > img {
    width: 100%;
}
.ps-5 {
    padding-left: 1rem !important;
}
.expert-care-content h3 {
    font-size: 30px;
}
.expert-care-content .detail {
    font-size: 16px;
}
.expert-care-content .medical-service {
    gap: 5px;
}
.steps-content, .professionals-container > .professional-content {
    width: 90%;
}
.professional-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 20px;
}
.testimonials-content {
    width: 90%;
}
.testimonials-content .testimonial-headings {
    width: 37%;
}
.testimonial-items {
    gap: 15px;
    width: 63%;
}
.testimonial-items .testimonial-cards {
    padding: 10px;
}
.testimonial-cards > .test-img {
    width: 60px;
    height: 60px;
}
.testimonial-cards > .test-img > img {
    height: 60px;
}
.testimonial-cards .test-card-content {
    gap: 8px;
    margin-top: 30px;
}
.footer .footer-container{
    width: 92% !important;
}

}


@media screen and (max-width: 992px){
    .logo .logo-svg svg {
        width: 90px;
        /* height: 20px; */
    }
    .language-button {
        border-radius: 10px;
        /* padding: 3px 6px; */
    }
    .language-button label[for="radio1"] {
        font-size: 12px;
    }
    .language-button label {
        padding: 3px 6px;
    }
    .language-button label[for="radio2"] {
        font-size: 12px;
    }
    .collapse > .gapp {
        gap: 10px;
    }
    .gapp .nav-item > a {
        font-size: 14px;
    }
    .setting-profile {
        gap: 6px;
    }
    .notification-svg svg{
        width: 30px;
        height: 30px;
    }
    .setting-profile button {
        margin-left: 0px;
    }
    .setting-profile button .span {
        line-height: 15px;
    }
    .setting-profile button .span span:first-of-type {
        font-size: 14px;
    }
    .setting-profile button .span span:last-of-type {
        font-size: 14px;
    }
    .setting-dropdown-svg{
        width: 18px;
        height: 18px;
    }
    .user-img {
        width: 30px;
        height: 30px;
    }
    .user-img img {
        width: 30px;
        height: 30px;
    }
    .nav-buttons {
        padding-right: 0px;
    }
    .header-div {
        width: 95%;
        padding-bottom: 55px;
    }
    .header-content h3 {
        font-size: 25px;
        max-width: 350px;
    }
    .header-content .paragraphs span {
        font-size: 14px;
        line-height: 20px;
    }
    .header-img .header-svg img {
        width: 90%;
    }
    .header-form {
        padding: 5px;
        flex-direction: column;
        align-items: flex-start !important;
        gap: 10px;
        border-radius: 8px;
        background-color: transparent !important;
        box-shadow: none !important;
        width: 100%;
    }
    .header-form .line-svg{
        display: none;
    }
    
    .header-form .input-svg svg, .location-svg {
        width: 25px;
        height: 25px;
        position: absolute;
        z-index: 1;
    }
    .location-svg{
        padding: 6px 6px;
        margin-left: 8px;
    }
    .search-input-svg{
        margin-left: 8px;
    }
    .header-form .input-svg input{
        padding: 10px 10px 10px 40px !important;
        box-shadow: 0px 0px 20px 0px #D0D1D780;
        /* max-width: 290px; */
        width: 100%;
    }
  
   .location-mark{
    display: none;
   }
    .header-form button {
        padding: 6px 35px;
        margin-left: 0px !important;
    }
    .header-form .input-svg{
        margin-left: 0px;
        width: 100%;
    }
    
    .steps-container> .steps-content > .span {
        font-size: 18px;
    }
    .steps-container> .steps-content h3 {
        font-size: 30px;
    }
    .steps-content>.step-cards-container {
        gap: 20px;
    } 

    .expert-care-content h6 {
        font-size: 18px;
    }
    .expert-care-content .detail {
        font-size: 14px;
    }
    .expert-care-content .medical-service {
        gap: 0px;
    }
    .expert-care-content .medical-service > .keypoints > svg {
        width: 14px;
        height: 14px;
    }
    .expert-care-content .medical-service > .keypoints > span{
        font-size: 14px;
    }
    .steps-container> .steps-content > .span {
        font-size: 16px;
    }
    .steps-container> .steps-content h3 {
        font-size: 25px;
    }
    .steps-container> .steps-content span.sub-heading {
        font-size: 16px;
        line-height: 15px;
    }
    .steps-content, .professionals-container > .professional-content {
        width: 93%;
    }
    .professional-form {
        display: flex;
        align-items: unset;
        flex-direction: column;
        gap: 15px;
        width: 100%;
        justify-content: unset;
    }
    .testimonials-content {
        width: 95%;
    }
    .testimonials-content .testimonial-headings {
        width: 30%;
    }
    .testimonial-items {
        gap: 10px;
        width: 70%;
    }
    .testimonial-cards > .test-img {
        width: 45px;
        height: 45px;
    }
    .testimonial-cards > .test-img > img {
        height: 45px;
        border-radius: 5px;
    }
    .testimonial-cards > .test-img {
        top: -15px;
        right: 108px;
    }
    .testimonial-cards .test-card-content {
        gap: 4px;
        margin-top: 30px;
    }
    .test-card-content h6 {
        font-size: 18px;
    }
    .test-card-content span:last-of-type {
        font-size: 12px;
    }
    .footer-logo svg{
        width: 100px;
        height: 25px;
    }
    .footer h5 {
        font-size: 14px;
    }
    .footer .contact-info p svg{
        width: 25px;
        height: 25px;
    }
    .footer p, .footer a {
        font-size: 12px;
    }
    .footer-links {
        gap: 10px;
    }
   .professional-content .header-content {
        width: 80%;
    }
}

@media screen and (max-width: 768px){
    .main-content {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }
    .header-content {
        width: 100%;
    }
    .header-img {
        width: 100%;
    }
    .header-img .header-svg {
   
        justify-content: center;
    }
    /* .header-div .header-form{
        height: 35px;
    }
    .header-form input{
        height: 35px;
    } */
   .header-form input::placeholder {
       font-size: 12px;
    }
    /* .header-form input {
        width: 165px;
      } */
  
    /* .header-form button {
        padding: 1px 15px;
    } */
    .expert-content {
        flex-direction: column;
    }
    .expert-content> .expert-img {
        width: 100%;
    }
    .professional-form {
        gap: 142px;
    }
    .expert-content > .expert-care-content {
        width: 100%;
    }
    .professional-form .header-form {
        padding: 3px;
        height: 35px;
    }
    .arrows svg {
        width: 35px;
        height: 35px;
    }
    .sestimonial-final-content {
        display: flex;
        flex-direction: column;
    }
    .testimonials-content .testimonial-headings {
        width: 97%;
    }
    .testimonial-items {
        gap: 10px;
        width: 100%;
    }
}

@media screen and (max-width: 500px){
    .testimonial-items {
        gap: 45px;
        flex-direction: column;
        width: 95%;
    }
    .testimonial-items .testimonial-cards {
        padding: 15px;
    }
    .testimonial-cards > .test-img {
        top: -15px;
        right: 275px;
    }
    /* .hide-for-mobile{
        display: none;
    } */
}

@media screen and (max-width: 450px){
    .professional-form {
        gap: 124px;
    }
}


[lang = "ar"] {
    @media screen and (max-width: 992px) {
        .header-form .input-svg input {
            padding: 10px 40px 10px 10px !important;
            box-shadow: 0px 0px 20px 0px #D0D1D780;
        }
    }
    .search-input-svg {
        margin-right: 8px;
    }
}