html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Bilo';
  font-style: normal;
  margin: 0px;
  padding: 0px;
  color: #000;
  overflow-x: hidden;

}

ul {
  margin: 0;
  padding: 0;
}

li { 
  list-style: none;

}

p {
  font-family: 'Bilo';
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 33px;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
}

.clear {
  clear: both;
  float: none;
  width: 100%;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

a {
  text-decoration: none !important;
  transition: all 0.2s ease-in;
  color: #000;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rajdhani';
}

a:hover {
  color: #fff;
}

a,
span {
  display: inline-block;

}

:focus {
  box-shadow: none !important;
  outline: none !important;
}

@media (min-width: 1366px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1250px;
  }
}

@media (min-width: 1440px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1350px;
  }
}

@media (min-width: 1600px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1500px;
  }
}
@font-face {
    font-family: 'Bilo';
    src: url('../fonts/Bilo.woff2') format('woff2'),
         url('../fonts/Bilo.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bilo';
    src: url('../fonts/Bilo-Light.woff2') format('woff2'),
         url('../fonts/Bilo-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Bilo';
    src: url('../fonts/Bilo-ExtraLight.woff2') format('woff2'),
         url('../fonts/Bilo-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Bilo';
    src: url('../fonts/Bilo-Medium.woff2') format('woff2'),
         url('../fonts/Bilo-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Bilo';
    src: url('../fonts/Bilo-Bold.woff2') format('woff2'),
         url('../fonts/Bilo-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Bilo';
    src: url('../fonts/Bilo-Black.woff2') format('woff2'),
         url('../fonts/Bilo-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/Rajdhani-Light.woff2') format('woff2'),
        url('../fonts/Rajdhani-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/Rajdhani-Medium.woff2') format('woff2'),
        url('../fonts/Rajdhani-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/Rajdhani-Bold.woff2') format('woff2'),
        url('../fonts/Rajdhani-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/Rajdhani-Semibold.woff2') format('woff2'),
        url('../fonts/Rajdhani-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/Rajdhani-Regular.woff2') format('woff2'),
        url('../fonts/Rajdhani-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




/*css start*/


/* HEADER STYLES*/


.navpage-header {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;

}


/* STICKY STYLES */
.navpage-header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 0px;
  backdrop-filter: blur(10px);
  animation: slideDown 0.55s ease-out;
  background: #fff;
  z-index: 9999;
  color: #000;
  padding: 0;
}

.navpage-header.is-sticky .navbar{
align-items: center;
}



@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}


.navpage-header.is-sticky .logo-box img {
  width: 65%;
}

.navpage-header.is-sticky .logo-box {
  padding: 0;
  transition: 0.7s ease-in-out;
}


.navpage-header.is-sticky    .d-lg-block {        
        text-align: center;
    }

.navpage-header.is-sticky    .d-lg-block {        
        text-align: center;
    }



.main-menulist {
  padding: 0px 50px 0px 50px;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: end;
}


.nav-icons li {
  padding: 5px 10px;
}

.btn-secondary {
  font-size: 18px;
  color: #fff !important;
  font-weight: 300;
  background-color: transparent;
  border-color: transparent;
  text-transform: capitalize;

}

.btn-secondary:hover {
  color: #9b7664;
  background-color: transparent;
  border-color: transparent;
}

.navbar .nav-link {
    font-size: 20px;
    color: #000;
    font-weight: 400;
      
}

.logo-box {
    padding: 0px 30px;
    transition: 0.7s ease-in-out;
}

.navbar .nav-link:hover {   
    color: #d00007;   
}

.top-nav-button {
    padding-top: 10px;
}
.nav-item {
  padding: 0px 30px;
  display: flex;
  align-items: center;

}
.navbar {  
    align-items: start;
}
    .navbar-expand-md .navbar-collapse {        
        justify-content: center;
    }

.navbar-expand-lg .navbar-nav {
  flex-direction: row;
  align-items: start;
  justify-content: end;

}

.navbar .btn:hover {
  color: #e6ac38;
}

.dropdown-item:focus,
.dropdown-item:hover {

  background-color: transparent;
}

.btn-secondary:hover {
  color: #ea2bcc;
  background-color: transparent;
  border-color: transparent;
}

.btn-secondary:focus {
  color: #ea2bcc;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}


.sub-menu {
  /* padding: 10px; */
  background-color: #fff;
  color: #9b7664;
  border-radius: 5px;
}

.sub-menu li a {
  font-size: 16px;
  color: #9b7664;
  padding: 5px 10px;
  font-weight: 600;
}

.sub-menu li:hover {
  background-color: #e6ac38;
  color: #fff;
}

.sub-menu li:hover a {
  color: #fff;
}



.container-inview.hide {
    display: none;
}

.container-scroll {
    padding: 0;
    height: 100%;
}

.reveal {
    visibility: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body:not(.no-js) .image-wrap {
    transition: 2s ease-out;
    transition-delay: 0.4s;
    position: relative;
    width: auto;
    height: 70vh;
    overflow: hidden;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    visibility: hidden;
}


body:not(.no-js) .animating .image-wrap {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    visibility: visible;
    transform: skewY(0);
}


.different-img {
    overflow: hidden;
    height: 100%;
}

.different-img img{
    object-fit: cover;
    height: 100%;
}







/* ------------homepage-css--------- */

.home-banner-content {
    position: absolute;
    top: 30%;
    left: 40px;
}


.home-banner-section {
    position: relative;
    background-image: url(../images/home-banner.webp);
    height: 100vh;
    border-radius: 0px 0px 20px 20px;
    background-repeat: no-repeat;
    background-color: #00000070;
    background-blend-mode: darken;
    background-size: cover;
    background-attachment: fixed;
}

.home-banner-content p {
    font-size: 27px;
    line-height: 43px;
    color: #fff;
}

.banner-title {
  font-size: 72px;
  color: #fff;
  font-weight: 600;
  
}
.banner-btn {    
    margin-top: 30px;
}

.cmn-btn {
    padding: 15px 50px;
    font-size: 20px;
    background-color: #d00007;
    color: #fff;
    font-weight: 600;
    position: relative;
    transition: 0.7s ease-in-out;
    text-align: center;
    border-radius: 50px 10px 50px 10px;
    position: relative;
   
     
}

.cmn-btn:hover {
        border-radius: 10px 50px 10px 50px;
        transition: 0.7s ease-in-out;
         background-color: #000;
}


.top-main-container {
  padding: 100px 0px;
}

.home-title {
  font-size: 65px;
  color: #000;
  font-weight: bold;
}

.attorneycontent{
position: relative;

}


.attorneycontent::after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
    height: 1px;
    background-color: #e2e2e2;
    top: 15%;
}

.attorney-text{
    position: relative;
}

.attorney-text::before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #e2e2e2;
    width: 1px;
    height: 85%;
    background-color: #e2e2e2;
    top: 15%;
    left: 15px;
}


.attorney-text{
    padding-left: 50px;   
}


.home-sec2{
     position: relative;
    background-image: url(../images/areasbackground.webp);
    padding: 100px 40px;
    border-radius:  20px;
    background-repeat: no-repeat;   
    background-size: cover;
}

 .owl-carousel .owl-item img {  
    width: auto !important;
}

.areacardtitle{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.areacardtext p{
  color: #fff;
}

.areas-btn .cmn-btn {
    background: none;
    border: 1px solid #fff;
}



.areasicon {
    width: 150px;
    height: 150px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 150px;
    border-radius: 10px;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    transition: 0.7s ease-in-out; 
}

.areasicon img {
    text-align: center;
    margin: auto;  
    transition: 0.7s ease-in-out; 
}

.areascard {
    background-color: #252570;
    height: 100%;
    padding: 50px 20px 70px 20px;
    border-radius: 10px;
    transition: 0.7s ease-in-out; 
    position: relative;
    z-index: 1;
}

.areascard::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/areascardbg.webp) ;
  background-size: cover;
  background-position: center;
  opacity: 0;
   transition: 0.7s ease-in-out; 
  z-index: -1;
  border-radius: 10px;
}

.areascard:hover::after {
    opacity: 0.5;
}

.areascard:hover .areasicon img{
    transform: scale(1.2);
       transition: 0.7s ease-in-out; 
}

.owl-dots span {
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100px;
}

 .owl-dot.active span {
    background: #d00007;
}

.owl-dots {
    text-align: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 60px;
}


 .owl-carousel .owl-nav.disabled {
    display: none;
}


/* -------euqal-height-css------ */

.home-sec2 .owl-carousel .owl-stage {
  display: flex;
}

.home-sec2 .owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto; 
}

.home-sec2 .owl-carousel .areascard{
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* -------end----- */





.sub-title{
font-size: 30px;
    font-weight: bold;
}

.list-items li{
  font-size: 20px;
  padding-bottom: 10px;
  list-style: disc;
}

.list-items {
  padding-left: 20px;
}

.analysis-text{
  padding-left: 20px;
}

.img-r{
  border-radius: 10px;
  overflow: hidden;
}

.img-r img{
  border-radius: 10px;
}

.home-sec4{
  background-color: #181753;
  text-align: center;
}

.bluesectext p{
color: #fff;
}


.faq-inner .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
    background-size: 100%;
    width: 50px;
    height:50px;
  
}

.faq-inner .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");

}


.faq-inner button.accordion-button.collapsed {    
    padding: 0px 20px;
    border-radius: 10px;
    font-size: 27px;
    color: #000;
    font-weight: bold;
}


.faq-inner .accordion-item:not(:first-of-type) {
    border-top: 1px solid #a2a2a2;
}


.faq-inner .accordion-body {
    padding: 0px 20px; 
}

.faq-inner .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: none;
}

.faq-inner .accordion-body p {
    font-size: 20px;
    color: #000;
}
.faq-inner .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.faq-inner .accordion-item {
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px 0px 20px 0px;
     background-color: #fff;   
    border: 1px solid #a2a2a2;
}

.faq-inner .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}


.faq-inner .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.faq-inner .accordion-button {   
    font-size: 27px;
    color: #000;
    font-weight: bold;
    border-radius: 10px;
}

.faq-inner .accordion-button:not(.collapsed)::after {   
    transform: none;
}

.faq-inner .accordion-button:not(.collapsed) {
    box-shadow: none;
}


.faq-inner {
    width: 1100px;
    margin: auto;
}






.blog-banner {
    background-image: url(../images/blog-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 73vh;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    background-color: #0000009c;
    background-blend-mode: darken;
}

.inner-banner-text {
    position: absolute;
    bottom: 20%;
}

.inner-banner-title {
    color: #fff;
    font-size: 80px;
    font-weight: bold;
}

/* ----------------------blog-listing-css-------------------------- */

.home-blog-img img {
    border-radius: 10px;
}


.blog-section {
    padding: 80px 0px 80px 0px;
}

.blog-btn .cmn-btn:hover {
    color: #ea2bcc;
}
.blog-btn .btn-tertiary::before {
    border: 1px solid #ea2bcc;
}

.blog-text {
    padding: 20px 0px;
}

.blog-search {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    display: flex;
}

.inner-blog-card {
    border-radius: 5px;
}

.blog-img a {
    width: 100%;
}

.blog-search .blog-submit {
    position: absolute;
    right: 0px;
    top: 0px;
}

.blog-img {
    border-radius: 8px;
    transition: 0.7s ease-in-out;
    overflow: hidden;
}


.blog-title {
    font-size: 25px;
    color: #000;
    font-weight: 600;
}

.blog-search button {
    background: #ed112b;
    font-size: 17px;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 0px 10px;
    transition: 0.5s ease-in-out;
    font-weight: bold;

}

.blog-search button:hover {
    background: #000;
    color: #fff;
    transition: 0.5s ease-in-out;

}

.blog-listing-title {
    color: #000;
    font-size: 25px;
    font-weight: 500;
}


.inner-blog-card-text {
    padding: 30px;
    transition: 0.5s ease-in-out;
    border: 1px dashed #fff;
}

.blog-search-box {
    padding: 20px 25px 140px 25px;
}

.blog-search input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 12px;
    margin-right: 10px;
}

.blog-categories-list {
    margin-top: 20px;
}

.blog-categories ul li {
    font-size: 19px;
    font-weight: 400;
    color: #000000;
    border-top: 1px solid #9f9f9f;
    padding: 10px 0px 10px 0px;
    position: relative;
    list-style: none !important;
}

.blog-categories ul {
padding: 0 !important;
}



.inner-blog-img {
    border-radius: 8px;
}

.inner-blog-img img {
    border-radius: 8px;
}

.home-blog-text p {
    font-size: 18px;
    line-height: 28px;
}

.blog-categories ul li a {
    display: inherit !important;
    transition: 0.5s ease-in-out;
}

.blog-categories a:hover {
    color: #ed112b;
    transition: 0.5s ease-in-out;
}

.blog-banner-text h1 {
    font-size: 30px;
    font-weight: 400;
}

.blog-banner-text h3 {
    font-size: 30px;
    font-weight: 600;
    padding-top: 15px;
}

.blog-banner-text li {
    padding-bottom: 5px;
    font-size: 18px;
}

.blog-detail-btn a {
    text-transform: lowercase;
}




/* -----------------blog-detail-csss------------------- */

.blog-banner-text {
    margin: 30px 0px;
}

.blog-detail-title {
    color: #000;
    font-size: 26px;
    font-weight: 500;
}

.blog-contact-title {
    color: #000;
    font-size: 26px;
    font-weight: 500;
}

.blog-detail ul li{
list-style-type: disc;
}

.blog-detail ul{
padding-left: 20px;
}

.blog-detail ol{
padding-left: 20px;
}

.blog-detail ol li{
list-style: number;
}


.blog-detail  h2{
font-size: 32px;
font-weight: 600;
}

.blog-detail  h3 {
font-size: 28px;
font-weight: 600;
}

.blog-detail  h4 {
font-size: 22px;
font-weight: 600;
}

.blog-detail  h5 {
font-size: 22px;
font-weight: 600;
}

.blog-detail  h6 {
font-size: 20px;
font-weight: 600;
margin-top: 20px;
}


.blog-detail p a {
color: #da090f;
}




/* -------------------end---------------------- */


/* -------------------------error-page---------------------- */

.error-section {
    padding: 80px 0px 80px 0px;
}

.error-title {
   color: #c50612;
    font-weight: 600;
    font-size: 70px;
    text-align: center;
    margin-top: 0px;

}

.error {
    text-align: center;
    position: relative;
}

.error>.code {
    font-size: 15rem;
    margin: 0;
    line-height: 230px;
    letter-spacing: 25px;
    font-weight: bold;
    color: #000;

}

.error>p {
    font-weight: 500;
    font-size: 25px;
    padding-bottom: 20px;
    color: #000;
}




/* --------------thanku-page-css---------------- */

.thanku-section {
    padding: 80px 0px 100px 0px;
}

.message {
    padding: 70px 0px;
    text-align: center;
    max-width: 800px;
    margin: auto;
    transition: 0.3s ease-in-out;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 3px solid #c50612;
}

.thanku-text {
    font-size: 100px;
    font-weight: bold;
    color: #ed112b;
}
.message p {
    font-size: 25px;
    color: #000;
    font-weight: 600;
    padding: 10px 0px 20px 0px;
    letter-spacing: 1px;
}






/* ----------------------footer-section------------------------- */



.footer {
    position: relative;
    z-index: 1;
    background-color: #181753;
    background-image: url(../images/footer-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px 20px 0px 0px;
  
}

.footer::after {
    content: '';
    background-color: #181753d6;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
     border-radius: 20px 20px 0px 0px;
}

.footer-inner {
    position: relative;
    z-index: 1;
    padding: 90px 35px 40px 35px;
}


.footer-content .footitl {
    font-size: 33px;
    font-weight: 600;
    color: #fff;
    padding: 0px 0px 10px 0px;
    position: relative;   
}

.footer-content p {
    color: #fff;
    padding-right: 30%;
}

.footer-content ul li {
    font-size: 19px;
    color: #fff;
    padding-bottom: 8px;
    font-weight: 400;

}

.footer-content ul a:hover {
    color: #da090f;
    transition: 0.7s ease-in-out;

}

.footer-content ul li a {
    font-size: 19px;
    color: #fff;
    font-weight: 400;
}

.social-links li i {
    color: #fff;
    font-size: 28px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #d00007;
    border-radius: 50px;
    text-align: center;
    align-items: center;
    margin: 0px 6px 10px 0px;
    transition: 0.5s ease-in-out;
    border: 1px solid #d00007;
}

.social-links li i:hover {
    background-color: #fff;
    transition: 0.5s ease-in-out;
    color: #d00007;
     border: 1px solid #d00007;
}

.social-links {
    padding-top: 10px;
}


.copy-right-inner {
    display: flex;
    justify-content: space-between;
    padding: 60px 0px 0px 0px;
}

.copy-right p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.copy-right a {
    color: #fff;
    font-size: 17px;
}

.copy-right a:hover {
    color: #da090f;
}

.copy-right {
    position: relative;
    z-index: 1;
}

.copy-right-inner i {
    color: #bb0203;
    font-size: 16px;
    padding-right: 5px;
}


@media (max-width:1600px){
.logo-box img { width: 75%; margin: auto;}
.logo-box { text-align: center;}
.banner-title { font-size: 65px;}
.home-banner-content p { font-size: 24px;  line-height: 40px;   }
.cmn-btn { padding: 12px 40px;  font-size: 18px; }
.top-main-container { padding: 80px 0px;}
.home-title {font-size: 60px;}
.home-sec2 { padding: 80px 40px; }
.areasicon {  width: 130px;  height: 130px;  margin-bottom: 45px;  }
.areacardtitle {  font-size: 25px;    margin-bottom: 5px;}
.areascard { padding: 40px 20px 60px 20px; }
.faq-inner button.accordion-button.collapsed {font-size: 25px;}
.faq-inner .accordion-button { font-size: 25px;}
.footer-content .footitl {  font-size: 30px;  padding: 0px 0px 5px 0px;  }
.footer-inner { padding: 80px 35px 30px 35px;}



}

body,html{overflow-x: hidden;}

@media (max-width:1440px){
.nav-item { padding: 0px 20px;  }
.navpage-header.is-sticky .logo-box img { width: 50%;}
.areacardtitle { font-size: 22px;}
.home-title { font-size: 52px; }
.owl-carousel .owl-item img { width: 60px !important;}
.areasicon {width: 120px; height: 120px; margin-bottom: 40px; }
p {  font-size: 19px;    line-height: 30px;    }
.sub-title {font-size: 26px; }
.top-main-container { padding: 70px 0px; }
.copy-right-inner { padding: 50px 0px 0px 0px;}
.home-sec2 {  padding: 70px 40px;    }
.list-items li { font-size: 19px;}
.faq-inner .accordion-body p { font-size: 19px;}
.footer-content ul li a { font-size: 18px;  }
.footer-content ul li { font-size: 18px;  }




}




@media (max-width:1366px){
.logo-box { width: 340px; }
.navbar .nav-link { font-size: 18px;}
.banner-title { font-size: 55px; }
.home-banner-content p { font-size: 20px; line-height: 35px;}
.banner-btn {margin-top: 25px;}
.cmn-btn { padding: 12px 35px; font-size: 17px;}
.top-main-container { padding: 60px 0px;    }
.home-title { font-size: 42px; }
.attorney-text {padding-left: 40px;}
h3.home-title.mb-5 { margin-bottom: 30px !important;}
.attorneycontent::after { top: 13%;}
.attorney-text::before { height: 88%; top: 13%; left: 10px;}
p { font-size: 18px;  line-height: 28px;    }
.home-sec2 { padding: 60px 40px; }
.list-items li { font-size: 18px;}
.faq-inner button.accordion-button.collapsed {font-size: 22px;}
.faq-inner .accordion-button { font-size: 22px;  padding: 10px 20px;  }
.faq-inner .accordion-body p { font-size: 18px; padding-right: 50px;}
.faq-inner .accordion-item { padding: 15px 0px 15px 0px;}
.faq-inner .accordion-button::after {   background-size: 90%;    width: 35px;    height: 35px;}
.sub-title {font-size: 22px;    }
.areasicon { width: 100px;  height: 100px; margin-bottom: 30px; }
.areacardtitle { font-size: 21px;    }
.footer-inner { padding: 60px 35px 20px 35px; }
.footer-content .footitl { font-size: 26px;   padding: 0px 0px 0px 0px; }
.footer-content p { padding-right: 22%;}
.copy-right p {  font-size: 17px;   }
.footer-content ul li a {  font-size: 17px; }
.footer-content ul li {  font-size: 17px; }
.social-links li i { font-size: 24px;  width: 45px; height: 45px; line-height: 45px; }
.copy-right-inner { padding: 40px 0px 0px 0px; }




}