
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'DM Serif Display', serif;
    text-decoration: none;
}
:root {
    --swiper-theme-color: #86211b;
}
.homeHeader {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, rgba(3, 3, 3, 0.4), rgba(0, 0, 0, 0.4)),
        url(../image/headerBackground.jpg);
    /* background-position: center; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.homeHeaderInner {
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 120px;
    flex-wrap: wrap;
}

.homeHeaderInnerRight {
    margin-top: 30px;
    width: 500px;
    /* background-color: black; */
    height: 500px;
}

.homeHeaderInnerLeft {
    width: 650px;
    background-image: url(../image/person1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 650px;
    margin-bottom: -120px;
}

.homeHeaderInnerRight h1 {
    font-weight: 700;
    color: #cd1108;
    font-size: 3.1rem;
    text-shadow: 2px 2px black;
}

.homeHeaderInnerRight h2 {
    margin-top: 50px;
    font-weight: 500;
    color: white;
    font-size: 2 rem;
    text-shadow: 2px 2px 10px black;
}

.homeHeaderInnerRight P {
    margin-top: 50px;
    color: white;
}

.homeHeaderInnerBtn {
    margin-top: 50px;
    width: 80%;
    height: 80px;
    /* background-color: red; */
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.homeHeaderInnerBtn a {
    text-decoration: none;
    color: white;
    background-color: #cd1108;
    padding: 8px 38px 8px 38px;
    border-radius: 5px;
    border: 2px #cd1108 solid;
}

.homeHeaderInnerBtn a:hover {
    text-decoration: none;
    color: white;
    background-color: rgba(255, 255, 255, 0);
    padding: 8px 38px 8px 38px;
    border-radius: 5px;
    border: 2px white solid;
    transition: 1s;
}

.practiceAreas {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.practiceAreasInner {
    width: 80%;
    margin-top: 100px;
}

.practiceAreasInner h2 {
    font-weight: 400;
    margin-bottom: 40px;
}

.practiceContent {
    width: 100%;
    margin-bottom: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    background-color: #e0e0e0;
}

.practiceContentInner {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.practiceTtem {
    text-decoration: none;
    width: 270px;
    height: 330px;
    background-color: #86211b;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.practiceTtem:hover {
    text-decoration: none;
    width: 270px;
    height: 330px;
    background-color: #0c1439;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.practiceTtemInner {
    width: 90%;
    height: 90%;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
}

.practiceTtemInner img {
    width: 70px;
    height: 70px;
    margin-bottom: 30px;
}

.practiceTtemInner h2 {
    font-size: 1.5rem;
    margin-bottom: 14px;
}

.practiceTtemInner p {
    text-align: center;
    font-size: 0.9rem;
}

.totalFaq {
    padding: 50px;
    width: 100%;
    background-color: #86211b;
    display: flex;
    justify-content: center;
    align-items: center;
}

.totalFaqLeft {
    padding: 20px;
    width: 50%;
    height: 100%;
    /* background-color: green; */
}

.totalFaqLeft h3 {
    font-size: 1.1rem;
    font-weight: bold;
    color: white;
    margin-top: 15px;
    margin-bottom: 15px;
}

.totalFaqLeft h4 {
    font-size: 1rem;
    color: white;
    margin-top: 50px;
    margin-bottom: 15px;
}

.totalFaqRight {
    width: 50%;
    height: 100%;
    /* background-color: rgb(0, 0, 0); */
}

.totalFaqRight {
    padding: 20px;
    width: 50%;
    height: 100%;
    /* background-color: green; */
}

.totalFaqRight h2 {
    font-size: 2rem;
    color: white;
}

.appoinment {
    margin-top: 100px;
    width: 100%;
    background-color: #0c1439;
    display: flex;
    justify-content: center;
    align-items: center;
}

.appoinmentInner {
    /* padding-top:80px ;
    padding-bottom:10px; */
    width: 80%;
    /* background-color: #0C1439; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.appoinmentInnerLeft {
    width: 60%;
    height: 100%;
}

.appoinmentInnerRight {
    width: 40%;
    /* background-color: black; */
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.appoinmentInnerRight a {
    text-align: center;
    text-decoration: none;
    color: white;
    width: 200px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #86211b;
    border-radius: 2px;
    background-color: #86211b;
}

.appoinmentInnerRight a:hover {
    text-align: center;
    text-decoration: none;
    color: white;
    width: 200px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid white;
    border-radius: 2px;
    background-color: #0c1439;
    transition: 1s;
}

.appoinmentInnerLeft h2 {
    color: white;
    font-weight: 700;
}

.moreInfo {
    width: 100%;
    background-color: #86211b;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: column;
}

.moreInfoInnerTop {
    margin-top: 100px;
    width: 80%;

    background-color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.mySwiper {
    width: 300px;
    height: 450px;
}

.moreInfoInnerBottom {
    margin-bottom: 100px;
    width: 80%;

    background-color: rgb(243, 243, 243);
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.moreInfoInnerTopLeft {
    margin: 60px;
    display: flex;
    flex-direction: column;
    width: 500px;
    /* background-color: green; */
}

.moreInfoInnerTopLeft h2 {
    font-weight: 600;
}

.moreInfoInnerTopLeft a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #86211b;
    background-color: white;
    width: 160px;
    height: 40px;
    text-align: center;
    border: 2px solid #86211b;
}

.moreInfoInnerTopLeft a:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #86211b;
    background-color: #0c1439;
    color: white;
    width: 160px;
    height: 40px;
    text-align: center;
    border: 2px solid #0c1439;
}

.moreInfoInnerTopRight {
    display: flex;
    flex-direction: column;
    width: 600px;
    background-image: url(../image/feature-img-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 600px;
}

.moreInfoInnerBottomRight {
    display: flex;
    flex-direction: column;
    width: 600px;
    background-image: url(../image/feature-img-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 600px;
}

.lawTeam {
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
}

.lawTeamInner {
    width: 80%;
    height: 100%;
    background-color: white;
}

.lawTeamInner h2 {
    font-weight: 700;
    margin-bottom: 100px;
}

.lawTeamInnerConten {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    flex-wrap: wrap;
   
}

.lawTeamInnerItem {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    width: 300px;
    height: 360px;
    background: linear-gradient(0deg, rgba(3, 3, 3, 0.2), rgba(0, 0, 0, 0.2)),
        url(../image/teammember1.JPG);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    box-shadow: 2px 2px 5px black;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

.lawTeamInnerItem h3 {
    color: white;
    text-shadow: 2px 2px 5px black;
    font-weight: 600;
    font-size: 1.5rem;
}

.lawTeamInnerItem p {
    color: white;
    text-shadow: 2px 2px 5px black;
}

.socialProfile {
    width: 60%;
    background-color: #86211b;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 10px;
}

.socialProfile a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: white;
    width: 40px;
}
.youtubeVideoHome {
    width: 100%;
    background-color: #86211b;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;
}
.youtubeVideoHomeInner {
    width: 80%;
    height: 100%;
    background-color: #0c1439;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
}
.youtubeVideoHomeInner h2 {
    margin-top: 40px;
    font-weight: 700;
    font-size: 3rem;
}

.youtubeVideoHomeRight {
    width: 90%;
    margin-top: 60px;
    margin-bottom: 60px;
    box-shadow: 0 0 5px black;
}
.youtubeVideoHomeRight iframe{
    height: 500px;
    border-radius: 10px;
}
.mapLocation {
    width: 100%;
    height: 500px;
    box-shadow: 2px 2px 10px black;
}
.homeMassageInner {
    width: 40%;
    margin: 100px;
}
.customerReview {
    width: 100%;
    background-color: #86211b;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.customerReviewInner {
    padding-bottom: 100px;
    width: 80%;
    height: 90%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.CustomerReviewInnerInner {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.CustomerReviewInnerInnerLeft {
    width: 40%;

    display: flex;
    justify-content: center;
    align-items: center;
}
.CustomerReviewInnerInnerRight {
    width: 40%;

    display: flex;
    justify-content: center;
    align-items: center;
}
.customerReviewInner h2 {
    margin-top: 100px;
    font-weight: 700;
    margin-bottom: 30px;
}
.customerReviewItem {
    width: 300px;
    height: 400px;
    background-color: #86211b;
    border-radius: 10px;
    border-radius: 2px 2px 2px black;
    display: flex;
    justify-content: center;
    align-items: center;
}
.customerReviewItemInner {
    border: 2px solid white;
    width: 90%;
    height: 90%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    margin-left: 100px;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    margin-right: 100px;
}
.customerReviewItemInnerTop {
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.customerReviewItemInnerBottom {
    width: 100%;
    height: 70%;
    color: white;
    text-align: center;
}
.customerReviewInner h2{
    margin-top: 222px; margin-bottom:-20px
}
@media only screen and (max-width: 1437px) {
    .homeHeaderInner{
        padding-bottom: 100px;
    }
    .homeHeaderInnerLeft {
        margin-bottom: 0px;
    }
    .customerReviewInner h2{
        margin-top: 150px; margin-bottom:40px
    }
}
@media only screen and (max-width: 789px) {
    .CustomerReviewInnerInnerRight {
        width: 100%;
    }
    .CustomerReviewInnerInnerLeft {
        display: none;
    }
    .homeMassageInner{
        width: 60%; margin:100px;
    }
}
@media only screen and (max-width: 518px) {
    .youtubeVideoHomeRight iframe{
        height: 300px;
        border-radius: 5px;
    }
    .youtubeVideoHomeInner{
        width: 95%;
    }
    .formbold-radio-flex{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        text-align: start;
    }
    .homeHeaderInnerLeft {
        width: 650px;
        background-image: url(../image/person1.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
    }
    .homeHeaderInnerBtn {
        margin-top: 50px;
        width: 100%;
        height: 80px;
        /* background-color: red; */
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .homeHeaderInnerBtn a {
        text-decoration: none;
        color: white;
        background-color: #cd1108;
        padding: 8px 20px 8px 20px;
        border-radius: 5px;
        border: 2px #cd1108 solid;
    }

    .homeHeaderInnerBtn a:hover {
        text-decoration: none;
        color: white;
        background-color: rgba(255, 255, 255, 0);
        padding: 8px 20px 8px 20px;
        border-radius: 5px;
        border: 2px white solid;
        transition: 1s;
    }
    .homeHeaderInnerRight {
        margin-top: 30px;

        /* background-color: black; */
        height: 600px;
    }
    .totalFaq {
        padding: 10px;
        width: 100%;
        background-color: #86211b;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .totalFaqRight {
        padding: 15px;
        width: 100%;
        height: 100%;
        /* background-color: green; */
    }
    .totalFaqLeft {
        padding: 15px;
        width: 100%;
        height: 100%;
        /* background-color: green; */
    }
}
@media only screen and (max-width: 380px) {
    .customerReviewItem {
        width: 250px;
    }
    .mySwiper {
        width: 250px;
        height: 450px;
    }
    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
        display: none;
    }
    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        display: none;
    }
}
@media only screen and (max-width: 330px) {
    .homeHeaderInnerBtn a {
        text-decoration: none;
        color: white;
        background-color: #cd1108;
        padding: 8px 8px 8px 8px;
        border-radius: 5px;
        border: 2px #cd1108 solid;
    }

    .homeHeaderInnerBtn a:hover {
        text-decoration: none;
        color: white;
        background-color: rgba(255, 255, 255, 0);
        padding: 8px 8px 8px 8px;
        border-radius: 5px;
        border: 2px white solid;
        transition: 1s;
    }
    .homeHeaderInnerRight {
        margin-top: 30px;

        /* background-color: black; */
        height: 700px;
    }
    .homeHeaderInnerLeft {
        width: 650px;
        background-image: url(../image/person1.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 300px;
    }
    .practiceTtemInner {
        text-align: center;
    }
    .practiceTtemInner img {
        width: 70px;
        height: 70px;
        margin-bottom: 5px;
    }
}
