
* {
    box-sizing: border-box;
    --h_color: #7B6A3E;
    --hover_link:#463D23;
    --p: #A69360;
    --active: #85827C;
    margin: 0%;
    padding: 0%;
    /*background-color: rgb(4, 175, 255);*/
}


::selection{
    color: #ffffff;
    background-color: var(--hover_link);
}

a{
    text-decoration: none;
}


.social_media{
    display: flex;
    position: relative;
    list-style-type: none;
    padding: 1%;
    width: 100%;
    font-family: sans-serif;
    transition: all 0.5s;
}

.social_media li {
    margin-right: 2%;
}

.social_media li a i {
    color: var(--p) ;
}

.social_media li a i:hover{
    color: var(--hover_link) ;
}


.logo{
    position: fixed;
    right: 0%;
    top: 1%;
    z-index: 1;
}

.dr_name{
    text-align: center;
    color: var(--p);
    margin-bottom: 1%;
}


header{
    /*position: sticky;
    top: 0;*/
}


.header_list{
    display: flex;
    flex-direction: row;
    list-style-type: none;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2%;
    background-color: var(--p);
    height: 5vh;
}

.header_list li {
    width: 100%;
    padding: 1px;
    margin-right: 0.5%;
    margin-left: 0.5%;
    text-align: center;

}

.header_list li a{
    color: white;
    font-weight:bolder;
    transition: all 0.5s;
}

.header_list li a:hover{
    color: var(--hover_link);
    text-decoration: underline;
}


.header_list_phone{
    display: none;
}


.welcome_div{
    font-family: cursive;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items:center;
    background-image: url("../image/md\ logo3-01.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #fffffff7;
    margin-bottom: 2%;
}

.welcome_div video{
    width: 100%;
}
.welcome_div h3{
    margin: 5%;
    color: var(--p);
    width: 90%;
    border-left: 3px solid var(--p);
    padding: 1%;
}

.welcome_div .welcome_a{
    text-align: center;
    padding: 3%;
}

.welcome_a a{
    width: 100%;
    color: var(--p);
    border: 2px solid #A69360;
    transition: all 0.5s;
    border-radius: 5px;
    padding: 1% 9% 1% 1%;
}

.welcome_a i{
    margin-left: -10%;
    opacity: -1;
    transition: all 0.5s;
}

.welcome_a a:hover{
    padding: 1%;
    background-color: #A69360;
    color: white;
}

.welcome_a a:hover i{
    opacity: 1;
    margin-left: 0%;
}

.table{
    width: 100%;
    background-image: url("../image/15.png");
    background-blend-mode: overlay;
    background-color: #ffffffa5;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 2%;
}

.table table{
    box-shadow: 3px 3px 10px 3px rgb(176, 176, 176);
    padding: 2%;
    width: 80%;
    border-radius: 15px;
    border-spacing: 30px;
    margin-top: 1%;
    margin-bottom: 1%;
    background-color: #f7f5eec3;
}

.table table thead {
    text-align: center;
}
.table table thead tr{
    width: 100%;
    padding: 5%;
}

.table table thead td{
    padding: 2%;
    text-align: center;
    border-radius: 15px;
    color: white;
    border: 2px solid #f7f5eec3;
    box-shadow: 3px 3px 10px 3px rgb(176, 176, 176);
}

.table table thead td h2{
    background-color: var(--p);
    padding: 2%;
    text-align: center;
    border-radius: 15px;
    color: white;
    border: 2px solid var(--p);
    box-shadow: 3px 3px 10px 3px rgb(176, 176, 176);
}



.table table tbody {
    align-items: center;
    text-align: center;
}

.table table tbody tr{
    align-items: center;
    margin-bottom: 30px;
    border: 2px solid #f7f5eec3;
    border-radius: 15px;
    box-shadow: 3px 3px 10px 3px rgb(176, 176, 176);
}

.table table tbody tr td{
    padding: 6%;
    border: 2px solid #f7f5eec3;
    box-shadow: 3px 3px 10px 3px rgb(176, 176, 176);
    border-radius: 15px;
}
.table table tbody tr td ul{
    text-align: left;
    padding-left: 1%;
    color: var(--p);
}
.table table tbody tr td ul li{
    margin-bottom: 2%;
}
.table table tbody tr td p{
    margin-bottom: 2%;
    color: var(--p);
    font-size: x-large;
}
.table table tbody tr td a{
    color: var(--p);
    font-size: large;
    font-weight: bold;
}
.table table tbody tr td a:hover{
    color: var(--hover_link);
}


.table table img{
    width: 50%;
    border-radius: 15px;
    box-shadow: 3px 3px 20px 3px rgb(176, 176, 176);
    margin-bottom: 2%;
}

.div_The_Breast_Clinic{
    color: var(--p);
    margin-bottom: 2%;
    text-align: center;
    padding: 2px;
}

.div_Clinic_paragraph{
    display: flex;
    justify-content: center;
    margin-bottom: 2%;
}

.Clinic_paragraph{
    width: 40%;
    text-align: left;
    line-height: 3.1;
    padding: 2%;
    margin: 1%;
    border-radius: 15px;
    color: var(--p);
    box-shadow: 3px 3px 20px 6px #c7c7c7;
}

.The_Breast_Clinic_img{
    width: 50%;
    margin: 1%;
    border-radius: 15px;
    box-shadow: 3px 3px 20px 6px #c7c7c7;
}


.feedback{
    background-image: url("../image/15\ -\ Copy.png");
    background-size:cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-color: initial;
    overflow: hidden;
    background-color: #ffffffcc;
    font-weight: lighter;
    font-size: small;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 2%;
}


.testimonials-wrapper{
    width: 50%;
    align-items: center;
    margin: 0 auto ;
}


.slider{
    display: flex;
    justify-content: center;
    justify-content: space-between;
    overflow-x: scroll;
    overflow: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

.Testimonials{
    align-items: center;
    flex: 1 0 100%;
    scroll-snap-align: start;
    object-fit: cover;
    padding: 2%;
}

.Testimonials h3 {
    padding-left: 2%;
    margin-bottom: 1%;
    color: var(--p);
}
.Testimonials i {
    padding-left: 2%;
    margin-bottom: 1%;
}
.Testimonials p {
    padding-left: 2%;
    margin-bottom: 1%;
    line-height: 1.5;
    font-weight: bold;
}

.Testimonials fieldset{
    border-radius: 15px;
    border: 1px solid transparent;
    box-shadow: 2px 2px 10px 2px #c7c7c7;
    overflow: hidden;
}

.slider_nav{
    text-align: center;
    align-items: center;
}
.slider_nav a{
    color:#bfae7900;
    text-decoration: none;
    border-radius: 50%;
    padding-right: 1%;
    opacity: 0.75;
    transition: ease-in-out;
    margin-right: 1%;
    background-color: #bfae794b;
}
.slider_nav a:hover{
    background-color: #bfae7996;
}
.review{
    padding: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 2%;
}
.review a{
    color: white;
    font-weight: bold;
    background-image: url("../image/google_colors_by_jesssaysno_df2n2dw-pre.jpg");
    background-size: cover;
    padding: 1%;
    transition: all 0.5s ease-in-out;
    border-radius: 15px;
    text-align: center;
    width: 15%;
}

.review a:hover{
    color: white;
    background-image: url("../image/google_colors_by_jesssaysno_df2n2dw-pre\ -\ Copy.jpg");
    width: 16%;
}

.div_Book_an_Appointment{
    padding:3%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2%;
}

.Book_an_Appointment{
    color: #A69360;
    width: 90%;
    padding: 3%;
    border-radius: 15px;
    transition: all 0.5s ease-in-out;
    font-size: large;
    background-image: url("../image/md\ logo3-01.png");
    background-size:cover;
    background-blend-mode: overlay;
    background-color: initial;
    overflow: hidden;
    background-color: #ffffffa7;
    background-position: right 90% top 60%;
    box-shadow: 3px 3px 10px 6px #d4d4d4;
}

.Book_an_Appointment h2{
    margin-bottom: 2%;
}
.Contact_Us{
    background-color: #A69360;
    border-radius: 20px;
    padding: 1%;
    color: #ffffff;
}

.Book_an_Appointment:hover{
    width: 100%;
}

.locations p , .locations address {
    padding: 0 0 0.5% 1%;
}
.locations p  {
    color: var(--h_color);
}
.locations address {
    font-size: small;
}
.locations a{
    color: black;
}
.locations a:hover{
    color: var(--h_color)
}
footer{
    background-color: var(--p);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 3%;
}
footer div{
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
footer a{
    color: white;
    margin-right: 5%;
    padding: 2%;
    text-align: center;
}
footer p{
    color: white;
    width: 100%;
    text-align: center;
    padding: 2%;
}
footer a:hover{
    color: #eae8e1;
}
.p_Doctor_Paragraph{
    display: flex;
    background-color: #f8f7f3c1;
    transition: all 0.5s;
}
.p_Doctor_Paragraph .main{
    width: 50%;
    padding: 1%;
    margin: 1%;
    transition: all 0.5s;
}
.p_Doctor_Paragraph .main .Doctor_Paragraph{
    color: var(--h_color);
    padding: 1%;
    margin-bottom: 1%;
    transition: all 0.5s;
}
.p_Doctor_Paragraph .main .p_Doctor_Paragraph_first{
    color: var(--p);
    margin-bottom: 10%;
    font-size: large;
    padding-left: 5%;
    line-height: 2.1;
    transition: all 0.5s;
}
.p_Doctor_Paragraph .main .Doctor_Paragraph_ul h2{
    color: var(--h_color);
    margin-bottom: 1%;
    transition: all 0.5s;
}
.p_Doctor_Paragraph .main .Doctor_Paragraph_ul{
    color: var(--p);
    margin-bottom: 10%;
    font-size: large;
    transition: all 0.5s;
}

.p_Doctor_Paragraph .main .Doctor_Paragraph_ul ul{
    color: var(--p);
    padding-left: 5%;
    transition: all 0.5s;
}
.p_Doctor_Paragraph .main .Doctor_Paragraph_ul ul li{
    margin-bottom: 5%;
    transition: all 0.5s;
}
.p_Doctor_Paragraph .main .div_doctor_Education{

    color: var(--p);
    transition: all 0.5s;
}
.p_Doctor_Paragraph .main .div_doctor_Education h2{
    color: var(--h_color);
    transition: all 0.5s;
}
.p_Doctor_Paragraph .main .div_doctor_Education .doctor_Education{
    border-spacing: 5px;
    transition: all 0.5s;
}

.p_Doctor_Paragraph .main .div_doctor_Education .doctor_Education td{
    margin-bottom: 1%;
    padding: 2%;
    width: 1%;
    background-color: #F7F5EE;
    border-radius: 15px;
    transition: all 0.5s;
}
.Doctor_ph{
    width: 50%;
    transition: all 0.5s;
}
.Doctor_ph img{
    width: 100%;
    box-shadow: 1px 1px 5px 1px #c7c7c7;
}
.h_team{
    color: var(--h_color);
    padding: 1%;
    transition: all 0.5s;
}

.team{
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    background-color: #f8f7f3c1;
    transition: all 0.5s;
    padding: 1%;
}
.team div{
    padding: 1%;
}
.team div h3{
    color: var(--hover_link);
}
.team div h5{
    color: var(--h_color);
}
.team img{
    width: 50%;
    background-color: #e6ff01;
    border-radius: 15px;
    box-shadow: 1px 1px 5px 3px #7871703e;
    margin-bottom: 1%;
}

.h_faq{
    text-align: center;
    color: var(--h_color);
    padding: 1%;
    margin-bottom: 1%;
}
.faq{
    background-image: url("../image/md\ logo2-01.png");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: initial;
    overflow: hidden;
    background-color: #ffffffc2;
    text-align: center;
    margin-bottom: 5%;
}
.faq ul{
    list-style: none;

}


.question{
    color: var(--hover_link);
    cursor: pointer;
    padding: 1%;
    border-radius: 15px;
    border-color: var(--hover_link);
    box-shadow: 2px 2px 5px 2px rgb(216, 215, 215);
    margin: 1%;

}

.question label{
    cursor: pointer;
    
}

.answer{
    line-height: 2.1;
    color: #666666;
    font-weight: lighter;
    text-align: left;
    align-items: center;
    margin: 2%;
    transition: 0.5s;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s;
}
.faq input[type="radio"]:checked + .answer{
    background-image: linear-gradient(white ,#F7F5EE ,#f1e9d8 , #F7F5EE  , white);
    box-shadow: 2px 2px 15px 2px rgb(193, 191, 191);
    padding: 1%;
    border-radius: 15px;
}
.faq input[type="radio"]{
    display: none;
}
.faq input[type="radio"]:checked + .answer{
    max-height: 100%;
}
.caption_form{
    text-align: center;
    margin-bottom:5% ;
    color: var(--h_color);
}
.div_form{
    background-image: url("../image/md\ logo3-01.png");
    background-repeat: no-repeat;
    background-position: 20%;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: initial;
    overflow: hidden;
    background-color: #ffffffd1;
    text-align: left;
    display: flex;
    justify-content: center;
    padding: 1%;
}
.form .input label{
    display: block;
    margin-bottom: 1%;
    color: var(--hover_link);
}
.form .input {
    margin-bottom: 2%;
    color: var(--h_color);
    width: 150%;
    padding: 5%;
}
.form .input input {
    width: 100%;
    padding: 1%;
    display: block;
    background-color: white;
    border: 2px solid white;
    box-shadow: 2px 2px 10px 2px rgb(229, 229, 229);
    transition: all 0.5s;
}

.form .input textarea{
    height: 200px;
    width: 100%;
    padding: 1%;
    background-color: white;
    border: 2px solid white;
    box-shadow: 3px 3px 10px 6px rgb(191, 191, 191);
    transition: all 0.5s;
}
.form ::placeholder , .form .date{
    color: var(--hover_link);
}
.form .input input:hover , .input textarea:hover{
    background-color: #F7F5EE;
}
.form .input .submit{
    color: white;
    background-color: var(--hover_link);
    padding: 2%;
    border: 2px solid var(--hover_link);
}
.form .input .submit:hover{
    box-shadow: 3px 3px 10px 4px var(--hover_link);
    transition: all 0.5s;
    background-color: var(--hover_link);
}

.h_treatment{
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: initial;
    background-color: var(--p);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1%;
    margin-bottom: 5%;
    color: white;
    transition: all 0.5s;
}
.div_treatment{
    display: flex;
    justify-content: center;
    background-image: url("../image/md\ logo3-01.png");
    background-repeat: no-repeat;
    background-position: 20%;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: initial;
    overflow: hidden;
    background-color: #ffffffdd;
    transition: all 0.5s;
}
.p_Breast_Symptom_Assessment , .p_Genetic_assessment{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    flex-direction: column;
    width: 50%;
    line-height: 2.1;
    padding: 2%;
    color: var(--p);
}
.p_Breast_Symptom_Assessment h2{
    padding: 3%;
    color: var(--h_color);
}
.p_Genetic_assessment_p{
    margin-bottom: 10%;
}
.div_treatment_ph{
    display: flex;
    justify-content: center;
}
.div_treatment_ph p{
    width: 60%;
    margin: 1%;
    line-height: 2;
    color: var(--p);
    margin-bottom: 10%;
    padding: 1%;
}
.div_treatment_ph_img{
    width: 40%;
    margin: 1%;
    display: flex;
    justify-content: right;
}
.div_treatment_ph_img img{
    width: 100%;
}
.h_treatment_h{
    padding: 1%;
    color: var(--h_color);

}
.container{
    margin-bottom: 10%;
}
.description_phone {
    display: none;
}

.description table {
    background-image:  radial-gradient(#ffffff, #ffffff, #7c75744e);
    padding: 2%;
    border-radius: 20px;
    width: 100%;
    margin-bottom: 5%;
}

.description i{
    color: #A69360;
    font-size: larger;
    
}


.description table tr , .description table td{
    padding: 1%;
    
}

.description table thead{
    color: #000000;
    font-size: large;
}

.description table tbody{
    color: var(--p);
    font-style: italic;
    
}
.treatment_photo{
    display: flex;
    justify-content: center;
}
.treatment_photo_img{
    width: 15%;
    margin: 2%;
    opacity: 0.5;
    border-radius: 15px;
    transition: all 1s ease-in-out;
}
.treatment_photo_img:hover{
    opacity: 1;
}




.back {
    display: flex;
    justify-content: center;
    margin-bottom: 1%;
}
.back a{
    width: 15%;
    color: var(--hover_link);
    background-color: #efeade86;
    border: 2px solid #463D23;
    padding: 1%;
    border-radius: 15px;
    transition: all 1s;
    text-align: center;

}

.back a:hover{
    width: 11%;
    background-color: #efeadeba;
    border: 2px solid #efeadeba;
}

.feedback1-1{
    margin: 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.feedback1-1 video{
    width: 50%;
    border-radius: 15px;
    box-shadow: 3px 3px 20px 3px #979797;
}

.gate{
    margin-bottom: 2%;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 15px;
    background-image: url("../image/md\ logo3-01.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #ffffffc5;
}
.gate table{
    text-align: center;
    border-spacing: 10px;
    overflow: auto;
}
.gate table tr:nth-child(even){
    background-color: #a693603a;
}
.gate table thead td{
    background-color: var(--p);
    border-radius: 2px;
    color: white;
    font-weight: bold;
    padding: 1px;
    
}
.gate tbody td{
    overflow: auto;
    border: 1px solid #a693603a;
}


@media (max-width: 650px) {
    body{
        margin: 0%;
        padding: 0%;
    }
    .social_media{
    display: none;
    }
    .logo{
        display: none;
    }
    .dr_name{
        display: none;
    }
    header{
        display: none;
    }
    
    .header_list_phone{
        display: flex;
        background-color: var(--p);
        margin-bottom: 3%;
        padding: 2%;
        position: relative;
        margin-top: 0%;
        z-index: 1;
    }
    .header_list_phone h3{
        color: white;
        margin-left: 1%;
        height: 5vh;
        width: 100%;
        position: relative;
    }
    .header_list_phone #header_ul_phone{
        background-color: var(--p);
        width: 100%;
        height: 30vh;
        display: none;
        flex-direction: column;
        justify-content: space-evenly;
        list-style-type: none;
        text-align: left;
        align-items: flex-start;
        margin-top: 10%;
        position: absolute;
        left: 0%;
        overflow: auto;
    }
    .header_list_phone #header_ul_phone li {
        margin-bottom: 20px;
        padding: 5px;
        width: 100%;
        margin-bottom: 3%;
        border: 0.5px solid rgba(255, 255, 255, 0.567);
    }
    .header_list_phone #header_ul_phone a {
        color: white;
        padding: 5px;
        width: 100%;
        transition: all 0.5s;
    }
    .header_list_phone #header_ul_phone li:hover {
        background-color: var(--hover_link);
        border: 0.5px solid var(--hover_link);
    }
    .icon{
        color: rgb(255, 255, 255);
        position: absolute;
        right: 2%;
        font-size: 20px;
    }
    
    .welcome_div .welcome_a{
        width: 100%;
    }
    .welcome_a a{
        width: 100%;
    }
    .welcome_a a{
        font-size: 15px;
    }
    .table{
        width: 100%;
    }
    .back{
    }
    .back a{
        padding: 2%;
        width: 50%;
    }
    .table table{
    font-family: Arial, Helvetica, sans-serif;
    border: 0px solid transparent;
    box-shadow: 0px 0px 0px 0px transparent;
    width: 100%;
    }

.table table tbody tr{
    width: 100%;
    align-items: center;
    margin-bottom: 50px;
    border: 0px solid transparent;
    box-shadow: 0px 0px 0px 0px transparent;
    border-bottom: 1px solid var(--h_color);
}

.table table tbody tr td{
    padding: 1%;
    border: 0px solid transparent;
    box-shadow: 0px 0px 0px 0px transparent;
    border-bottom: 1px solid var(--h_color);
    border-radius: 0;

}
.table table tbody tr td ul {
    font-size: small;
    text-align: left;
    padding-left: 3%;
    color: var(--h_color);
}
.table table tbody tr td ul .one_ul{
    height: 50vh;
}
.table table tbody tr td ul .two_ul{
    height: 50vh;
}
.table table tbody tr td ul li{
    margin-bottom: 20%;
}
.table table tbody tr td p{
    margin-bottom: 2%;
    color: var(--h_color);
    font-size: x-large;
}
.table table tbody tr td a{
    color: var(--h_color);
    font-size: large;
    font-weight: bold;
}

.table table img{
    width: 100%;
    margin-bottom: 10%;
    margin-top: 5%;
}

.div_Clinic_paragraph{
    display: flex;
    flex-direction: column;
}

.Clinic_paragraph{
    width: 100%;
    box-shadow: 0px 0px 0px 0px transparent;
}

.The_Breast_Clinic_img{
    width: 100%;
    box-shadow: 1px 1px 5px 1px transparent;
}
.review a{
    color: white;
    background-image: url("../image/google_colors_by_jesssaysno_df2n2dw-pre.jpg");
    background-size: cover;
    padding: 1%;
    transition: all 0.5s ease-in-out;
    border-radius: 15px;
    text-align: center;
    width: 40%;
}
.review a:hover{
    color: white;
    background-image: url("../image/google_colors_by_jesssaysno_df2n2dw-pre\ -\ Copy.jpg");
    width: 50%;
}
.slider_nav a{
    padding-right: 3%;
}

footer{
    background-color: var(--p);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3%;
}
footer a{
    display: block;
    margin: 0 5px;
}
footer p{
    margin-top: 10px;
}
.div_form{
    display:block;
}
.form .input {
    width: 80%;
}

.description_phone{
    background-image:  radial-gradient(#ffffff, #ffffff, #7c75744e);
    padding: 2%;
    border-radius: 20px;
    width: 100%;
    margin-bottom: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
.description_phone table{
    border-spacing: 5px;
}
.description_phone table .value {
    color: var(--h_color);
    margin-right: 50%;
    padding: 1%;
}
.description_phone table td {
    width: 40%;
    text-align: center;
}
.description_phone i{
    color: #A69360;
    font-size: larger;
    padding: 2%;
    margin: 0%;
}
.description {
    display: none;
}

.treatment_photo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.treatment_photo_img{
    width: 50%;
    margin: 2%;
    opacity: 0.5;
    border-radius: 15px;
    transition: all 1s ease-in-out;
}
.treatment_photo_img:hover{
    opacity: 1;
}
.feedback1-1 video{
    width: 100%;
    margin-bottom: 5%;
}

}

@media (max-width: 350px) {
    .description_phone i{
    display: none;
}
}
@media (max-width: 950px) {
.welcome_div{
    height: auto;
}
.welcome_div h3{
    width: 100%;
}



.div_Clinic_paragraph{
    display: flex;
    flex-direction: column;
}

.Clinic_paragraph{
    width: 100%;
    box-shadow: 0px 0px 0px 0px transparent;
}

.The_Breast_Clinic_img{
    width: 100%;
    box-shadow: 1px 1px 5px 1px transparent;
}

.testimonials-wrapper{
    margin-bottom: 0;
    width: 100%;
}
.Testimonials fieldset{
    border-radius: 15px;
    border: 1px solid transparent;
    box-shadow: 1px 1px 5px 1px #c7c7c7;
    overflow: hidden;
}

.slider_nav a{
    padding-right: 2%;
}

.p_Doctor_Paragraph{
    display: flex;
    flex-direction: column;
}
.p_Doctor_Paragraph .main{
    width: 100%;
}
.Doctor_Paragraph h2{
    padding: 1%;
    margin-bottom: 1%;
}
.Doctor_Paragraph h4{
    padding: 1%;
}
.Doctor_ph{
    width: 100%;
}
.team{
    display: flex;
    flex-direction: column;
}
.team div{
    margin-bottom: 5%;
}
.question{
    margin-bottom: 10%;
}
.p_Breast_Symptom_Assessment , .p_Genetic_assessment{
    width: 100%;
}
.div_treatment_ph{
    flex-direction: column;
}
.div_treatment_ph p{
    width: 100%;
    margin-bottom: 5%;
}
.div_treatment_ph_img{
    width: 100%;
    justify-content: center;
}
.div_treatment_ph_img img{
    width: 50%;
}

.gate{
    width: 100%;
    justify-content: flex-start;
    overflow: auto;
}

}
