/* About  img set */
/* 
.seth {
    max-width: 100%;
    height: auto;
} */

/* style.css */
/* .expert_section_wrapper .expert_main_box .expert_title_box {
    width: 100%;
    color: white;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #0c437a;
    padding: 20px 0px;
    border-radius: 26px;
    
}

.expert_section_wrapper .expert_main_box .expert_title_box {
    width: 100%;
    padding: 36px 94px;
    position: relative;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/.expert_section_wrapper .expert_main_box .expert_title_box {
    margin-bottom: -60px;
} */ 




.expert_section_wrapper .expert_main_box .expert_title_box {
    margin-bottom: -60px;
} 

.expert_section_wrapper .expert_main_box .expert_title_box {
  width: 100%;
  color: white;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #0c437a; 
  padding: 20px 15px; 
  border-radius: 26px;
  text-align: center; 
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2); 
}

/* Responsive typography and spacing */
.expert_section_wrapper .expert_main_box .expert_title_box h2 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.expert_section_wrapper .expert_main_box .expert_title_box p {
  font-size: 1rem;
  line-height: 1.7;
  max-width: 500px;
}




/* Desktop styles */
@media (min-width: 768px) {
  .expert_section_wrapper .expert_main_box .expert_title_box {
    padding: 60px 40px;
  }

  .expert_section_wrapper .expert_main_box .expert_title_box h2 {
    font-size: 2.5rem;
  }

  .expert_section_wrapper .expert_main_box .expert_title_box p {
    font-size: 1.125rem;
  }
}


.legal_practice_areas {
    width: 100%;
    float: left;
    padding: 0px 0;
}

.setbg {
    margin-top: -6px;
    width: 208px;
    margin-left: -4px;
    border-radius: 16px;
    padding: 12px;
    background: white;
    vertical-align: middle;
    border-style: none;
}

.setm{
  margin-bottom: 46px;
}

/* About img */
.setsamehight{
  height: 364px !important;
}


/* logo use for mobile */
.mobilelogo{
 width: 80%
}
/* logo use for Desktop*/

 .desktoplogo{
    padding: 2px;
    border-radius: 5px;
    background: white;
    vertical-align: middle;
    border-style: none;
}


/* // ICONS CSS fix positions*/
  
.fixed-social-icons {
            position: fixed;
            top: 50%;
            right: 20px;
            transform: translateY(-50%);
            z-index: 1000;
        }

        .fixed-social-icons a {
            display: block;
            width: 45px;
            height: 45px;
            margin-bottom: 15px;
            background-color: #34A853;
            color: white;
            border-radius: 50%;
            text-align: center;
            line-height: 45px;
            font-size: 20px;
            transition: all 0.3s ease;
        }

        .fixed-social-icons a:hover {
            background-color: #000000;
            transform: scale(1.1);
        }

    .fixed-social-icons a.whatsapp {
    background-color: #25D366; 
}



/* /set SE Screen  start media here...*/
@media only screen and (max-width: 375px) and (max-height: 667px) {
  .desktoplogo{
    width: 220px;
  }

.index4_last_contect_text {
    padding: 150px 0 30px !important;
   
}

}

.settablet{
    margin-left: 199px;
}






















