@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



* {

    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: "Roboto", sans-serif;
}

body {

    margin: 0px;
    padding: 0px;
    font-family: "Roboto", sans-serif;
}

a{
    text-decoration: none;
}

.mt-30 {

    margin-top: 30px !important;
}

.mt-60 {

    margin-top: 60px !important;
}

.mt-90 {

    margin-top: 90px;
}

.mt-110 {

    margin-top: 110px;
}

.mt-130 {

    margin-top: 130px;
}

.mt-180{

    margin-top: 180px !important;
}


/*whatsappfloating*/


.whatsappflot{

    margin: 0px;
    padding: 0px;
    position: fixed;
    bottom: 50px;
    left: 40px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #34bd51;
    z-index: 9999;
    display:flex ;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: -5px 5px 5px rgb(133, 133, 133);
}


.whatsappflot i{

    font-size: 24px;
}


/*--------popup-------*/


.popupmain{

    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: rgba(141, 141, 141, 0.5);
    z-index: 99;
}

.popupbox {

    position: fixed;
    top: 50%;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    padding: 20px;
    margin: 0px;
    z-index: 99;
    background-color: #d63232;
    border-radius: 15px;
    box-shadow: 6px 6px 6px rgba(141, 141, 141, 0.397);
    display: none;

}


.popupboxheader {

    background-color: white;
    padding: 20px;
    text-align: center;
    border-radius: 15px;
}

.popupboxheader h4 {

    color: #d63232;
    font-size: 24px;
    font-weight: bold;
}


.popupboxtext {
    margin: 20px 0px;
    padding: 0px;

}

.popupboxtext p{

    color: white;
    font-size: 16px;
}

.popupboxbutton{

    margin: 20px;
    padding: 0px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.popupboxbutton button a{

    color: rgb(255, 255, 255);
    text-decoration: none;
}

.popupboxbutton button a:hover{

    color: #000000;
}


/*-------fixedbutton--------*/

.fixedbutton{

    margin: 0px;
    padding: 0px;
    position: fixed;
    top: 50%;
    right: 0;
    background-color: #d63232;
    z-index: 999;
    writing-mode: vertical-rl;
    padding-inline: 20px;
}


.fixedbutton button a{

    color: white;
}

/*------headertop--------*/

.headertop {

    width: 100%;
    margin: 0px;
    padding: 6px 0px;
    display: flex;
    align-items: center;
}


.headertopleft {

    margin: 0px;
    padding: 0px;
}



.headertopleft ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    margin-top: 8px;
}


.headertopleft ul li {

    margin: 0px;
    padding: 0px 14px;
    list-style: none;
}

.headertopleft ul li .headertoplefticon {

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
}

.headertopleft ul li .headertoplefticon i {

    line-height: 25px;
}


.headertopleft ul li .headertoplefticon p a {

    color: black;
    text-decoration: none;
}

.headertopright {

    margin: 0px;
    padding: 0px;
}

.headertopright ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
    margin-top: 8px;
}

.headertopright ul li {

    margin: 0px;
    padding: 0px 15px;
    list-style: none;
}

.headertopright ul li a i {

    color: black;
    font-size: 16px;
}

/*logo&navigation*/

.navbox {

    background: #f2f2f2;
    margin: 0px;
    padding: 8px 0px;
    display: flex;
    align-items: center;
    width: 100%;
}

.logobox {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.navigationbox {

    margin: 0px;
    padding: 0px;
}

.navigationbox ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.navigationbox ul li {

    margin: 0px;
    padding: 0px;
    list-style: none;
}

.navigationbox ul li a {


    margin: 0px;
    padding: 0px 16px;
    font-size: 17px;
    color: black;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease-in-out;

}

.navigationbox ul li a:hover {

    color: #d63232;
}

.headerappointment {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: flex;
    justify-content: right;
    margin-top: 6px;
}

.headerappointment button {

    background-color: #d63232;
    color: white;
    border-radius: 15px;

}

.headerappointment button:hover {

    background-color: #d63232;
    color: white;
}

/*-------banner-----*/

.bannerbox {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.bannerbox1 {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    position: relative;
    background-position: center;
    background-size: cover;
    height: 550px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;

}

.bannerbox1::before{

    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.479);
    z-index: -1;
}

.bannerbox1text{

    margin: 0px;
    padding: 0px 20px;
}


.bannerbox1text h2{

    color: white;
    font-size: clamp(24px , 5vw , 48px);
}

.bannerbox1text p{

    color: white;
    font-size: 20px;
}

/*bannercustomization*/
.banner .owl-nav .owl-prev,
.banner .owl-nav .owl-next {

    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    background-color: #8d8d8d !important;
    border: solid 1px #ffffff !important;
    color: white !important;
    transition: all 0.4s ease-in-out;
    border-radius: 15px 0px 15px 0px !important;
}

.banner .owl-nav .owl-prev:hover,
.banner .owl-nav .owl-next:hover {

    background-color: #d63232 !important;
}

.banner .owl-nav .owl-prev {
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
}

.banner .owl-nav .owl-next {
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
}


/*-------aboutus--------*/

.aboutusleft {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.aboutusleft h2 {

    font-size: 32px;
    color: black;
    position: relative;
    display: inline-block;

}

.aboutusleft h2::before {

    position: absolute;
    content: "";
    top: 120%;
    left: 0;
    background: linear-gradient(to right, #d63232 60%, transparent);
    width: 50%;
    height: 4px;
}

.aboutuslefttext {

    margin: 0px;
    padding: 0px;
    margin-top: 50px;
}

.aboutuslefttext button {

    background-color: #d63232;
    color: white;
}

.aboutuslefttext button:hover {

    background-color: #d63232;
    color: white;
}

.aboutusright {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.aboutusrightimg {

    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 430px;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/advabout.png);
    border-radius: 15px;
    position: relative;
    max-width: 500px;
}

 .aboutusrightimg::before {

    position: absolute;
    content: "";
    top: 60%;
    right: -150px;
    width: 80%;
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/adv4.jpg);
    border-radius: 15px;
    background-position-y: -40px;
} 


/*-----CaseStudies-------*/

.casestudies {

    margin: 0px;
    padding: 80px 0px;
    background-color: #f2f2f2;

}

.CaseStudiestext {

    margin: 0px;
    padding: 0px;
}

.CaseStudiestext h2 {

    font-size: 32px;
    color: black;
    position: relative;
    display: inline-block;
}

.CaseStudiestext p {

    color: black;
    margin-top: 20px;
}

.CaseStudiestext h2::before {

    position: absolute;
    content: "";
    top: 120%;
    left: 0;
    background: linear-gradient(to right, #d63232 60%, transparent);
    width: 50%;
    height: 4px;

}

.CaseStudiesbox {

    width: 100%;
    display: block;
    border-right: dotted 1px black;
}

.CaseStudiesbox h2 {

    color: #d63232;
    font-size: 32px;
    text-align: center;
}

.CaseStudiesbox h5 {

    color: black;
    text-align: center;
}

/*-------practicearea----------*/

.practicearealeftmain{

margin: 0px;
padding: 0px;
position: relative;
z-index: 1;

}

.practicearealeft {


    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    height: 650px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/practicearea.jpg);


}

.practicearearight {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    margin-top: 10%;
    position: relative;
}

.practicearearight1 {


    margin-top: 25px;
    padding: 0px;

}

.practicearearightbox {

    margin: 0px;
    padding: 20px;
    width: 100%;
    display: block;
    box-shadow: 6px 8px 6px rgba(141, 141, 141, 0.61);
}

.practicearearightboxicon {

    width: 120px;
    height: 120px;
    border: solid 1px #d63232;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 20px;

}

.practicearearightboxicon i {

    color: #d63232;
    font-size: 24px;
}

.practicearearightboxtext {

    margin: 0px;
    padding: 0px;
    margin-top: 20px;

}

.practicearearightboxtext h4 {

    color: black;
    display: inline-block;
    position: relative;
    padding-left: 15px;
}

.practicearearightboxtext h4::before {

    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 5px;
    height: 30px;
    background-color: #d63232;
}

.practicearearightboxtext1 {
    margin: 20px 0px;
    padding: 0px;
}

.practicearearightboxtext2 {
    margin: 20px 0px;
    padding: 0px;
}

.practicearearightboxtext2 p{

    font-size: 16px;
    color: #000000;
    min-height: 192px;

}


.practicearearightboxtext1 p{

    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.practicearearightboxtext1 h6,
.practicearearightboxtext1 h6 a {

    color: #d63232;
    text-decoration: none;
}

/*-------howitsdone-------*/

.howitsbox {

    margin: 0px;
    padding: 20px;
    width: 100%;
    display: block;
    border: solid 1px #8d8d8d;
    border-radius: 14px;
}

.howitsboxtext {

    margin: 15px 0px;
    padding: 0px;
    display: flex;
    justify-content: space-between;

}

.howitsboxtext h4 {

    color: black;
}



.howitsboxtext h2 {
    color: #d63232;
    margin-top: -20px;
    font-size: 32px;

}

.howitsboxtext1 {

    margin: 20px 0px;
    padding: 0px;
}

/*Schedule*/

.sceduletext{

    text-align: center;
    margin: 0px;
    padding: 0px;
}

.sceduletext h4 ,.sceduletext h4 a {

    color: #000000;
    text-decoration: none;
    margin-top: 30px;
}

.sceduletext h2{

    color: #000000;
}


.scedulebox{

    width: 100%;
    display: block;
    border-radius: 14px;
    background-color: #f5f5f5;
    margin: 0px;
    padding: 20px;
    box-shadow: 6px 6px 6px rgba(204, 204, 204, 0.507);
}

.sceduleboxicon{

    margin: 0px;
    padding: 0px;
    text-align: center;
}

.sceduleboxicon i{

    color: #d63232;
    font-size: 32px;
}

.sceduleboxtext{

    margin: 15px 0px;
    padding: 0px;
    text-align: center;
}

.sceduleboxtext h4{

    color: #000000;
}

.sceduleboxtext p{

    color: black;
    font-size: 16px;
}

/*-------whychooseus--------*/

.whychooseusbg {

    background-color: #626262;
    padding: 80px 0px;
    margin: 0px;

}

.whychooseusleft {

    margin: 0px;
    padding: 0px;
}

.whychooseusleft h4{

    color: #d63232;
}

.whychooseusleft p {

    color: rgb(255, 255, 255);

}

.whychooseuslright {

    margin: 0;
    padding: 0px;

}

.whychooserightimg{

    margin: 0px;
    padding: 20px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: dotted 2px white;
    display: flex;
    justify-content: center;
    align-items: center;

}

.whychooserightimg img{

    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
}

.mt-2-0{

    margin-top: 60px;
}



.whychooseusrightimg1{

    margin: 0px;
    padding: 0px;
}


.whychooseusrightimg1main{

    margin: 0px;
    padding: 20px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: dotted 2px white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
}

.whychooseusrightimg1main img{


    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
}

/*----------youtube-----------*/


.youtubebg {

    margin: 0px;
    padding: 90px 0px;
    background-image: url(../img/youtubebg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
}

.youtubebg::before {

    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.514);
    z-index: -1;
}

.youtubebgiconbox {

    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #d63232;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.youtubebgiconbox i {

    color: white;
    font-size: 48px;
}


/*feq*/


.feqleft {

    margin: 0px;
    padding: 0px;
    margin-top: 30px;
}


.accordion {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
}

.accordion-item {
    margin-bottom: 10px;
}

.accordion-title {
    color: #fff;
    background-color: #d63232;
    cursor: pointer;
    padding: 10px;
    transition: background-color 1s;
}

.accordion-title:hover {
    background-color: #d63232;
}

.accordion-content {
    background: rgb(238, 238, 238);
    display: none;
    padding: 10px;
}

.accordion-item.active .accordion-content {
    display: block;
}


/*----------lawyer-------*/

.lawyerbg {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-image: url(../img/youtubebg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.lawyerbg::before {

    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.534);
    z-index: -1;
}

.lawyerbg h2 {

    color: white;
}

.lawyerbg h4 a {

    color: white;
    text-decoration: none;
    margin: 14px 0px;
}

.lawyerbg button {

    margin: 15px 0px;
}

/*-------testimonial--------*/

.testimonialbox {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;

}

.testimonialbox1 {

    width: 100%;
    display: block;
    background-color: white;
    border-radius: 0px 15px 15px 0px;
    border-bottom: solid 1px #d63232;
}


.testimonialbox1 p{

    color: black;

}

.testimonialbox1 i {

    color: #d63232;
    font-size: 24px;
}

.testimonialbox2 {

    margin: 15px 0px;
    padding: 0px;
    text-align: center;
}

.testimonialbox2 h5 {

    color: #d63232;
    margin: 10px 0px;
}

.testimonialbox2img {

    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: table;
    margin: 0 auto;
}

.testimonialbox2img img {

    width: 70px;
    height: 70px;
    border-radius: 50%;
}


/*-------ourtclient-------*/



.ourclient {

    margin: 0px;
    padding: 0px;

}

.ourclient1 {

    width: 100%;
    margin: 0px;
    padding: 20px;
    display: block;
    border: solid 1px #d63232;
}


/*--------footer--------*/

.footerbg {

    padding-top: 60px;
    padding-bottom: 15px;
    background-color: rgb(33, 37, 41);
}

.footerleft {

    margin: 0px;
    padding: 0px;

}

.footerleft p {

    margin-top: 20px;
    font-size: 16px;
    color: white;
}

.footermidlle {

    margin: 0px;
    padding: 0px;
}


.footermidlle h2 {

    color: white;
    font-size: 32px;
    margin-bottom: 20px;
}


.footermidllenav {

    margin: 0px;
    padding: 0px;
}

.footermidllenav ul {

    margin: 0px;
    padding: 0px;
    display: block;
}

.footermidllenav ul li {

    margin: 0px;
    padding: 14px 0px;
    display: block;
    list-style: none;
}

.footermidllenav ul li a {

    font-size: 16px;
    color: white;
    cursor: pointer;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    transition: all 0.5s ease-in-out;
}

.footermidllenav ul li a:hover {

    color: #d63232;
}

.footerright {

    margin: 0px;
    padding: 0px;
}

.footerright h2 {

    color: white;
    font-size: 32px;
    margin-bottom: 20px;
}

.footerrighticon {

    margin: 10px 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
}

.footerrighticon i {

    color: white;
    line-height: 25px;
}

.footerrighticon p,
.footerrighticon p a {

    color: white;
    font-size: 16px;
    text-decoration: none;
}

.footercopyright {

    background-color: #000000;
    width: 100%;
    display: flex;
    align-items: center;

}

.footercopyright1 {

    margin: 0px;
    padding: 0px;
    text-align: center;
}

.footercopyright1 p a,
.footercopyright1 p {

    color: white;
    font-size: 16px;
    text-decoration: none;
    margin-top: 8px;
}

.sticky {

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 9999;
    border-bottom: dotted 1px #d63232;

}

.resnav {

    margin: 0px;
    padding: 0px;
    float: right;
    display: none;
    margin-top: -40px;
}

.dis-block {

    display: none;
}



/*--------------aboutuspage---------------*/


.aboutuspagebanner {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-image: url(../img/aboutuspagepic1.jpg);
    height: 350px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.aboutuspagebanner::before {

    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.507);
    z-index: -1;

}

.aboutuspagebanner h2 {

    color: white;
}

.aboutuspagebanner h4,
.aboutuspagebanner h4 a {

    color: white;
    text-decoration: none;
}

.aboutuspageleft{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}


.aboutuspageleftimg{

    margin: 0px auto;
    padding: 0px;
    width: 100%;
    display: block;
    background-image: url(../img/adv6.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    border-radius: 15px;
    position: relative;
    max-width: 500px;
}

.aboutuspageleftimgtext{

    position: absolute;
    top: 80%;
    left: -60px;
    margin: 0px;
    padding: 60px;
background-color: #d63232;
z-index: 1;
border-radius: 0 0px 0px 40px;
text-align: center;
}

.aboutuspageleftimgtext h2{

    color: white;
    font-size: 32px;
}

.aboutuspageleftimgtext p{

    color: white;
}



/*------misson&vision---------*/

.misionbox {

    width: 100%;
    display: block;
    border: solid 1px #d63232;
    border-radius: 14px;
    margin: 0px;
    padding: 20px;
}

.misionboxicon {

    width: 80px;
    height: 80px;
    background-color: #d63232;
    border-radius: 50%;
    margin: 0 auto;
    display: table;
    text-align: center;


}

.misionbox:hover .misionboxicon {

    animation: myanimate1 0.8s linear;
}



/*contactuspage*/


.contactuspageleft {

    margin: 0px;
    padding: 20px;
    width: 100%;
    display: block;
    border-radius: 14px;
    border: solid 1px #d63232;
}


.contactuspagelefticon {

    margin: 0px;
    padding: 0px;
    text-align: center;
}


.contactuspagelefticon i {

    color: #d63232;
    font-size: 24px;
}

.contactuspagelefttext {

    margin: 20px 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.contactuspagelefttext h4 {

    text-align: center;
    color: #d63232;
}

.contactuspagelefttext p,
.contactuspagelefttext p a {

    color: black;
    text-align: center;
    font-weight: 500;
    text-decoration: none;
}


/*----------mapbox&form----------*/

.mapbox {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}


.mapbox iframe {

    border-radius: 15px;
}


.formbox {
    width: 100%;
    display: block;
    background-color: #eeeeee;
    padding: 20px;
    border-radius: 15px;
}

.formbox input {

    width: 100%;
    display: block;
    margin: 10px 0px;
    padding: 10px;
    border: solid 1px #d63232;
    border-radius: 14px;
}

.formbox textarea {

    width: 100%;
    display: block;
    margin: 10px 0px;
    padding: 10px;
    border: solid 1px #d63232;
    border-radius: 14px;
    height: 100px;
}

.formbox button {

    background-color: #d63232;
    border-radius: 14px;
}


.formbox button:hover {

    background-color: #d63232;
    border-radius: 14px;
}


@keyframes myanimate1 {

    0% {

        transform: rotateX(0deg);
    }

    100% {

        transform: rotateX(360deg);
    }
}


.misionboxicon i {

    color: white;
    font-size: 24px;
    margin-top: 25px;
}

.misionboxtext {

    margin: 15px;
    padding: 0px;

}

.misionboxtext h4 {

    color: #d63232;
    text-align: center;
}

.misionboxtext p {

    color: black;
    font-size: 16px;
}

/*AwardsAndRecognition*/

.awardsbox {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.awardsbox img {

    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 15px;
}


/*---practicearea----*/


.practiceareaservice {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}


/*----------mobileresponsive---------------*/


@media (max-width:991px) {

    .resnav {

        display: block;
    }

    .dis-none {

        display: none !important;
    }

    .headertopleft ul{

        display: flex;
    }

    .headertopleft ul li .headertoplefticon p a{

        font-size: 12px;
    }

    .navigationbox {

        width: 250px;
        margin: 0px;
        padding: 0px;
        height: 100%;
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 9999;
        background-color: white;
        transition: all 0.5s ease-in-out;
    }

    .headertopleft ul li{

        padding: 0px 6px;
    }

    .headertopleft ul li .headertoplefticon{

        gap: 8px;
    }


    .navigationbox ul {

        margin: 0px;
        padding: 0px;
        display: block;
    }

    .navigationbox ul li {

        margin: 0px;
        padding: 14px 14px;
        display: block;
    }

    .navigationbox ul li a {

        margin: 0px;
        padding: 0px;
        font-size: 16px;
        color: #000000;
        text-decoration: none;
        cursor: pointer;
    }

    .navigationbox.main {

        left: 0;
    }

    .dis-block {

        display: block;
    }

    .aboutusrightimg::before {

        right: 0;
        height: 250px;
    }

    .aboutusrightimg {

        height: 350px;
    }

    .mt-70 {
        margin-top: 120px !important;
    }

    .CaseStudiesbox {
        border-right: none;

        border-bottom: dotted 1px black;
    }

    .bannerbox1 {

        height: 250px;
    }

    .lawyerbg h2 {

        text-align: center;
    }
    .popupbox{

        width: 90%;
    }

    .whychooserightimg{


        width: 150px;
        height: 150px;
    }
.whychooserightimg img{

    width: 120px;
    height: 120px;
}


.whychooseusrightimg1main{

    width: 150px;
    height: 150px;
}

.whychooseusrightimg1main img{

    width: 120px;
    height: 120px;

}

.banner .owl-nav .owl-prev,
.banner .owl-nav .owl-next{

    width: 30px !important;
    height: 30px !important;

}

.banner .owl-nav .owl-next{

    top: 5%;
}

.banner .owl-nav .owl-prev{

    top: 5%;
}

.aboutuspageleftimgtext{

    left: 4px;
    top: 69%;
    padding: 18px;
}

.mt-180{

    margin-top: 28px !important;
}

.aboutusleft h2{

    font-size: 24px;
    text-align: justify;
}

}


