/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Aamir
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

@font-face {
  font-display: swap; 
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/Heebo-Thin.ttf') format('TrueType');   
}
@font-face {
  font-display: swap; 
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/Heebo-ExtraLight.ttf') format('TrueType'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/Heebo-Light.ttf') format('TrueType'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Heebo-Regular.ttf') format('TrueType'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/Heebo-Medium.ttf') format('TrueType'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/Heebo-Bold.ttf') format('TrueType'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/Heebo-ExtraBold.ttf') format('TrueType'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/Heebo-Black.ttf') format('TrueType'); 
}

body{
    direction: rtl;
    background-color: #F6F6F6;
}
body , body *{
  font-family: 'Heebo';
}
a:focus{
  outline: none !important;
}


div#site-logo {
  float: right;
  margin-left: 20px;
}

.after-header-content {
  float: left;
}

header#site-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 8px 30px 0px #0000000F;

}
.home header#site-header {
    position: fixed;
    top: 0;
    left: 0;


}

/* EYAL CSS */ 
table td {
    text-align: right;
}
ul.elementor-inline-items.elementor-icon-list-items.elementor-post-info {
    list-style: none;
}

span.elementor-icon-list-text.elementor-post-info__item.elementor-post-info__item--type-date time {
    display: none;
}


/* //// */
.home header#site-header:not(.active) {
    background-color: transparent;
}
.home header#site-header:not(.active) a.menu-link , .home header#site-header:not(.active) a.head-btn , .home header#site-header:not(.active) a.call-btn {
    color: #fff !important;
}
.home header#site-header:not(.active) a.call-btn span {
  color:#FFBF81;
}
.home header#site-header:not(.active) .call-btn .icon{
    background-color: #fff;
}
.home header#site-header:not(.active) div#site-logo-inner img {
    opacity: 0;
}
.home header#site-header:not(.active) div#site-logo-inner {
  background-image: url(../../uploads/2025/01/Group-1000004232.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.main-menu {display: flex;}
.head-btns-wrap {
  display: flex;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap;
}
a.call-btn {
  display: flex !important;
  gap: 16px;
  align-items: center;
  line-height: 1.2 !important;
  font-size: 14px;
  color: #071C37;
}
.call-btn .icon {
  width: 46px;
  height: 46px;
  border: 1px solid #FFBF81;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.call-btn span {
  font-size: 24px;
  font-weight: 700;
  line-height: 18px;

}
a.call-btn div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
a.head-btn {
  display: flex !important;
  align-items: center;
  gap: 10px;
  font-size: 19px;
  font-weight: 500;
  color: #071C37;
  line-height: 1.2 !important;
  border: 1px solid #FFBF81;
  padding: 15px 20px;
  border-radius: 4px;
}
a.head-btn:hover svg {
  transform: translateX(-8px);
}
a.head-btn svg {transition: 0.3s;}
ul.sub-menu.mega-menu {
  width: 100%;
  top: calc(100% - 10px);
  border: none;
  padding: 30px 0 60px;
}
#site-navigation-wrap .dropdown-menu>li.mega_item {
  position: static;
}
#site-navigation-wrap {
    position: static;
}
.mega-menu-list {
    display: flex;
}

.mega-menu-item:not(:last-child) {
    margin-left: 30px;
    text-align: right;
}
.mega-menu-item a {
    color: #151515;
    font-size: 18px;
    line-height: 21px;
    max-width: 230px;
    display: inline-block;
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.375 11.25L5.625 7.5L9.375 3.75' stroke='%23FFBF81' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 3px;
    padding-right: 24px;
}
.mega-menu-item ul {
    display: flex;
    flex-direction: column;
    gap: 8px 20px;
    max-height: 340px;
    flex-wrap: wrap;
    padding-left: 15px;
    text-align: right;
}
.mega-menu-title {
    color: #071C37;
    margin-bottom: 20px;
    min-width: 250px;
    font-size: 21px;
    font-weight: 500;
    line-height: 30.84px;
    text-align: right;
    border-bottom: 1px solid #FFBF81;
    position: relative;
    padding-bottom: 10px;
}
.mega-menu-title a {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    max-width: 100%;
    opacity: 0;
}
.sidr-class-mega-menu-title a {
    position: absolute !important;
    opacity: 0;
    width: 50%;
    top: 0;
    right: 0;
    height: 100%;
}
a.menu-link span {
    position:relative;
}
a.menu-link span:before , .mega-menu-item a:before , .footer-link:before{
    position: absolute;
    content: '';
    height: 1px;
    bottom: 0;
    right: 0;
    width: 0;
    background: #071c37;
    transition: width .2s;
}
a.menu-link:hover span:before , .mega-menu-item a:hover:before , .footer-link:hover:before {
    width:100%;
}
.home header#site-header:not(.active) a.menu-link span:before {
   background: #fff;
}
.footer-row-1 {
  display: flex;
  padding: 60px 0;
  justify-content: space-between;
}
.footer-menus {
  display: flex;
  gap: 70px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-links , .footer-link-wrap{
display: flex;
flex-direction: column;
gap: 10px;
align-items: flex-start;
}
a.footer-link , .footer-link-wrap-item {
  font-size: 18px;
  color: #01070F;
  line-height: 1.3;
  position: relative;
}
span.foot-title {
  font-size: 24px;
  font-weight: 500;
  color: #01070F;
  margin-bottom: 30px;
  display: block;
  line-height: 1.3;
}
.footer-link-wrap-item a:hover {
    color: #B88B4C;
}
footer#footer {
  background-color: #fff;
}
.footer-link-boxs {
  border-left: 1px solid #C7A87D;
  margin-left: 50px;
  padding-left: 50px;
}
.footer-link-wrap-item {
  display: grid;
  gap: 14px;
  grid-template-columns: 20px 1fr;
  align-items: flex-start;
}
.footer-menu-wrap {
  max-width: 100%;
}
.whatsapp-btn-foot {
  position: fixed;
  bottom: 16px;
  right: 16px;
  background-color: #27D045;
  color: #fff;
  padding: 15px 12px;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 700;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 999999;
}
.whatsapp-btn-foot:hover {
  color: #fff;
}
.footer-row-2 {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    border-top: 1px solid #071C3733;
    padding: 20px 0 40px;
}
.foot-awards {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.foot-awards img {
    width: 100%;
    max-width: 95px;
}
.foot-social-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.foot-social-links a {
    border: 1px solid #C7A87D;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot-social-links a:hover {
    background-color: #C7A87D;
}
.footer-copyright {
 display: grid
;
    padding-bottom: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    color: #01070F;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
    justify-items: stretch;
    align-items: stretch;
    justify-content: center;
}
.footer-copyright div:last-child {text-align: left;}
.footer-copyright div:first-child {
    text-align: right;
}
.footer-copyright a {
    color: #01070F;
}
.footer-copyright a:hover {
    color: #000;
}
.footer-link-wrap-item b {
    margin-left: 4px;
}
.oceanwp-mobile-menu-icon a.mobile-menu {
  font-size: 0;
  width: 26px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='20' viewBox='0 0 26 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 1.78027L0.999999 1.78028' stroke='%23FFBF81' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M25 10L13 10' stroke='%23FFBF81' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M25 17.7803L0.999999 17.7803' stroke='%23FFBF81' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

div#sidr {
  top: 74px;
  width: 100%;
  right: -100%;
}


.sidr-class-dropdown-menu>li:first-child, .sidr-class-fs-dropdown-menu>li:first-child {
  border-top: none;
}
.sidr-inner a.head-btn {
  justify-content: center;
  margin-top: 40px;
}
.sidr-inner {
  border-top: 1px solid #ffffff4d;
  padding: 10px 24px 100px 24px;
}

.sidr-class-dropdown-menu li a {
  padding: 20px 0;
}

body.sidr-open .oceanwp-mobile-menu-icon a.mobile-menu {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='28' viewBox='0 0 24 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.51562 1L20.4862 17.9706' stroke='%23FFBF81' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M3.51562 18L20.4862 1.02944' stroke='%23FFBF81' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
/* .menu-item-has-children a.menu-link span {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 1L4.5 4L1.5 1' stroke='%23071C37' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 18px;
}

.home header#site-header:not(.active) .menu-item-has-children a.menu-link span {
   background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 1L4.5 4L1.5 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
 
} */
.sidr-class-dropdown-menu li.sidr-class-menu-item-has-children>a {
  padding-right: 0;
  padding-left: 60px;
}
.sidr-class-dropdown-toggle {
  right: initial;
  left: 0;
}
.sidr-class-dropdown-toggle:before {
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 11L1.5 6L6.5 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center left;
}
.mega-back-btn {
  display: none;
}
.sidr-class-mega-menu {
  position: fixed;
  top: 74px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #071c37 !important;
  z-index: 1;
  right: -100%;
  display: block !important;
  transition: 0.3s !important;
}
.sidr-class-mega_item.active .sidr-class-mega-menu {
  right: 0;
}
.sidr-class-mega-menu-inner {
  padding: 10px 24px;
  font-size: 19px;
  color: #fff;
}
.sidr-class-mega-back-btn {
  color: #fff;
  position: relative;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #ffffff4d;
}
.sidr-class-mega-back-btn svg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.sidr-class-mega-menu-item {
  border-bottom: 1px solid #ffffff4d;
}
.sidr-class-mega-menu-title {
  padding: 10px 0;
  position: relative;
}
.sidr-class-mega-menu-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L6 6L1 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 30px;
  background-position: center;
  background-repeat: no-repeat;
}
.sidr-class-mega-menu-item ul a {
  padding: 0 20px 0 0;
  font-size: 18px;
  font-weight: 400;
}
.sidr-class-mega-menu-item ul li , .sidr-class-mega-menu-item ul {
  border: none;
}
.sidr-class-mega-menu-item ul {
  padding-bottom: 20px;
}
.sidr-class-mega-menu-item ul a::before {
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  margin: 0;
  background-position: center right;
  background-repeat: no-repeat;
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.375 9.25L1.625 5.5L5.375 1.75' stroke='%23FFBF81' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.sidr-class-mega-menu-title.active:before {
  transform: rotate(180deg);
}
.contact-popup-inner {
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px #5B55551A;
    border-radius: 8px;
    padding: 0 34px 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

div#contact-popup {
    position: relative;
    max-width: 490px;
    margin: 0 auto;
}

.contact-popup-inner img {
    margin-top: -50px;
    width: 100%;
    max-width: 110px;
}

span.cp-author-name {
    display: block;
    font-size: 18px;
    color: #151515;
}

.cp-title-wrap {
    background-color: #071C37;
    color: #fff;
    font-size: 19px;
    line-height: 1.3;
    text-align: center;
    border-radius: 4px;
    padding: 10px 20px;
    width: 100%;
    position: relative;
    margin: 15px 0  20px;
}

.cp-title-wrap span {
    font-weight: 500;
    font-size: 26px;
    display: block;
}

button.mfp-close {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.29281 8.67564L0.308461 15.66L1.01557 16.3671L7.99991 9.38275L14.9843 16.3672L15.6915 15.6601L8.70702 8.67564L15.6915 1.69121L14.9843 0.984102L7.99991 7.96853L1.01557 0.984187L0.308462 1.69129L7.29281 8.67564Z' fill='%23F5F5F5'/%3E%3C/svg%3E%0A");
    font-size: 0;
    right: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    border-radius: 30px;
    top: -40px;
    opacity: 1;
    width: 44px !important;
}

.cp-title-wrap:before , .form-interests-divorce-left:before{
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -14px;
    height: 20px;
    width: 100%;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 0L0 15.5H19.5L9.5 0Z' fill='%23071C37'/%3E%3C/svg%3E%0A");
}

button.mfp-close:active {
    top: -40px;
}
.form-row {
    display: flex;
    align-items: center;
    gap: 18px;
    direction: rtl;
}
.form-row p {
    margin: 0;
}
input.wpcf7-form-control:not(.wpcf7-submit) {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #03203D;
  background: #F5F5F5;
  padding: 14px 13px 14px 13px;
  font-size: 18px;
  color: #56575C;
  text-align: right;
  line-height: 1.7;
  direction: rtl;
}
input.wpcf7-form-control:not(.wpcf7-submit)::placeholder{
  color: #56575C;
}

.legal-advice-form-form {
    max-width: 800px;
}

input.wpcf7-submit, input.wpcf7-submit:focus {
    padding: 20px 20px 20px 60px;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    background-color: transparent;
    letter-spacing: 0;
    width: 100%;
    border: none !important;
    border-radius: 4px;
    z-index: 9;
    position: relative;
}

.form-btn {
    position: relative;
    background-color: #071C37;
    border-radius: 4px;
}

span.wpcf7-spinner {
    position: absolute;
}

.form-btn svg {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    transition: 0.3s;
}

input.wpcf7-submit:hover {background: transparent;}

.form-btn:hover svg {left: 15px;}

input.wpcf7-form-control:not(.wpcf7-submit):focus , input.wpcf7-form-control:not(.wpcf7-submit):focus-visible  {
    background: #F2F2F2;
      border-bottom: 1px solid #03203D;
}
 span.cp-author-name b {font-weight: 700;}
.cp-form .form-row {
    flex-wrap: wrap;
    justify-content: center;
}
.cp-form .form-row div {
    width: calc(50% - 9px);
}

.cp-form input.wpcf7-submit , .services-advices-main-form input.wpcf7-submit{
    color: #071C37;
}

.cp-form input.wpcf7-submit:hover , .services-advices-main-form input.wpcf7-submit:hover, .cp-form input.wpcf7-submit:focus ,.services-advices-main-form input.wpcf7-submit:focus {
    border: 1px solid #FFBF81;
    background: transparent;
}
.cp-form .form-btn , .services-advices-main-form .form-btn{
    background: transparent;
    border: 1px solid #FFBF81;
}
.services-advices-main-form .form-row {
    flex-direction: column;
}
.leagal-advices-main-form .form-row {flex-direction: column;align-items: flex-end;}

.leagal-advices-main-form .form-btn {
    border: 1px solid #FFBF81;
}

.leagal-advices-main-form input.wpcf7-form-control:not(.wpcf7-submit) {
    background: #203147;
    border-bottom: 1px solid #475D73;
    color: #fff;
}

.leagal-advices-main-form input.wpcf7-form-control:not(.wpcf7-submit)::placeholder {
    color: #fff;
}
.breadcrumbs-main {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #071C37;
}

span.breadcrumbs-item {
  font-weight: 700;
}






/* banner */
.legal-advice-form-field input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus {
  background: #F2F2F2 !important;
}
.main-banner-sec{
  padding: 154px 0 129px 0;
  background-position: center;
  background-size: cover;
  position: relative;
  /* z-index: -9999; */
}
.title-1{
  font-size: 54px;
  font-weight: 600;
  line-height: 66px;
  text-align: right;
  color: #FFFFFF;
}
.banner-title span{
  font-weight: 300;
}
.sub-title-1{
  font-size: 34px;
  font-weight: 300;
  line-height: 21px;
  text-align: right;
  color: #FFBF81;
}
.sub-title-2{
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  text-align: right;
  color: #FFFFFF
}
.banner-divorce-title span{
  margin-left: 15px;
}
.banner-divorce-title:not(:last-of-type){
  margin-bottom: 12px;
}
.banner-interests-divorce{
  margin-bottom: 34px;
}
.banner-btn a{
  padding: 11px 20px;
  background: #031021B2;
  border: 1px solid #FFBF81B2;
  border-radius: 100px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  text-align: right;
  color: #FFFFFF;
  display: inline-block;
  transition: all 0.5s ease-out;
}
.banner-btn a:hover{
  color: #FFBF81;
}
.main-banner-btn-info {
  max-width: 700px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
}
.banner-side-img {
  display: inline-block;
  position: absolute;
  left: 41px;
  bottom: 52px;
}


.image_dun {
    width: 128px;
    height: 128px;
    left: 30px;
    position: absolute;
    bottom: 54px;
}


@media(max-width:900px){
 .image_dun {
  display: none;
}

}
.banner-left-sec {
    margin-top: 122px;
}


.main-menu {
    display: flex;
    gap: 48px;
}


/* legal advice form */
.main-legal-advice-form{
  box-shadow: 0px 3.03px 49.52px 0px #122E6826;
  background: #FFFFFF;
  padding: 25px 28px 19px 33px;
  margin-top: -64px;
  z-index: 1;
  position: relative;
}
.sub-title-3{
  font-size: 23px;
  font-weight: 400;
  line-height: 33.78px;
  text-align: right;
  color: #151515;
}
.advice-form-subinfo{
  display: flex;
  align-items: center;
  gap: 5px;
}
.advice-form-subinfo a:hover {
    text-decoration: underline;
    color: initial;
}
.advice-form-subinfo p {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 49.38px;
  text-align: right;
  color: #071C37;
}
.advice-form-subinfo span{
  font-size: 32px;
  font-weight: 500;
  line-height: 34.36px;
  text-align: right;
  color: #071C37;
  display: flex;
  align-items: center;
  gap: 5px;
}
.homepage-advice-form{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.legal-advice-form-info {
  display: flex;
  align-items:center;
  flex-direction: row-reverse;
  gap: 18px;
  max-width: 800px;
}



/* law office - Aviv Harel */
.main-law-office-aviv-harel{
  background: #FFFFFF;
  margin-top: 93px;
}
.law-office-aviv-harel-left{
  padding: 47px 50px 64px 34px;
}
.title-2{
  font-size: 38px;
  text-align: right;
  font-weight: 400;
  line-height: 48px;
  color: #071C37;
  margin-bottom: 25px;
}
.sub-title-4 p{
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: right;
  color: #151515;
  margin-bottom: 0;
}
.sub-title-4 p:not(:last-of-type){
  margin-bottom: 20px;
}
.sub-title-4{
  margin-bottom: 25px;
}
.law-office-aviv-btn a{
  border-radius: 4px;
  padding: 18px 16px;
  display: inline-block;
  border: 1px solid #FFBF81;
  font-size: 19px;
  font-weight: 600;
  line-height: 18.23px;
  text-align: right;
  color: #071C37;
  transition: all 0.4s ease-in-out;
}
.law-office-aviv-btn a span{
  margin-right: 10px;
}
.law-office-aviv-btn a:hover span svg{
  transform: translateX(-3px);
}
.law-office-aviv-harel-right {
  width: 100%;
  height: 100%;
  position: relative;
}
.law-office-aviv-harel-right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.footer-col {
    width: 70%;
}
/* main-areas-of-expertise */
.sec-areas-expertise-title{
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}

.margin-top{
  margin-top: 82px;
}
.main-areas-of-expertise{
  margin-top: 83px;
}
a.areas-of-expertise-box {
  display: block;
  transition: all 0.4s ease-out;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.areas-of-expertise-title {
  background: linear-gradient(180deg, rgba(3, 16, 33, 0) 0%, #031021 100%);
  min-height: 200px;
  padding: 129px 18px 20px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title-3{
  font-size: 28px;
  font-weight: 400;
  line-height: 21px;
  text-align: right;
  color: #FFBF81;
}
.areas-of-expertise-box:hover .areas-of-expertise-icon svg path{
  transform: translateX(-4px);
  transition: all 0.4s ease-out;

}



/* family-matters-divorce */
.family-matters-divorce{
  background: #FFFFFF;
  margin-top: 104px;
}
.family-matters-divorce-right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.family-matters-divorce-right{
  width: 100%;
  height: 100%;
}
.family-matters-divorce-left{
  padding: 55px 35px 60px 40px;
}
.family-divorce-box-title{
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: right;
  color: #071C37;
  margin-top: 27px;
}
.family_divorce-main-box-info{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
  margin-top: 32px;
}



/* certifications */
.main-certifications-sec{
  margin-top: 85px;
}
.certifications-slider{
  margin-top: 30px;
}
span.next-calender-arrow{
  cursor: pointer;
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
span.next-calender-arrow:hover svg circle{ 
  stroke: #071C37;
}
span.next-calender-arrow svg circle{ 
  stroke: #C5C5C5;
}
span.prev-calender-arrow{
  cursor: pointer;
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
span.prev-calender-arrow:hover svg circle{ 
  stroke: #071C37;
}
span.prev-calender-arrow svg circle{ 
  stroke: #C5C5C5;
}
.certifications-info picture img{
  padding: 12px;
  background-color: #FFFFFF;
}
.certifications-info {
  padding: 0 15px 0 15px;
  position: relative;
}
.certifications-zoom-icon {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  left: 30px;
  cursor: pointer;
}
.slick-lightbox {
  direction: ltr;
}
.slick-lightbox .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
}
.slick-lightbox .slick-prev.slick-arrow {
  background-image: url("data:image/svg+xml,%3Csvg width='62' height='62' viewBox='0 0 62 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='31' cy='31' r='30.5' transform='matrix(-1 0 0 1 62 0)' stroke='%23C5C5C5'/%3E%3Cpath d='M33.5 40L24.5 31L33.5 22' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  height: 62px;
  width: 62px;
  font-size: 0;
  border: none;
  background-color: transparent;
  z-index: 1;
}
.slick-lightbox .slick-next.slick-arrow {
  background-image: url("data:image/svg+xml,%3Csvg width='62' height='62' viewBox='0 0 62 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='31' cy='31' r='30.5' stroke='%23C5C5C5'/%3E%3Cpath d='M28.5 40L37.5 31L28.5 22' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  height: 62px;
  width: 62px;
  font-size: 0;
  border: none;
  background-color: transparent;
}




/* customers goggle review */
.main-customers-goggle-review{
  margin-top: 77px;
}
.wp-gr .wp-google-text{
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 24.97px !important;
  text-align: right !important;
  color: #071C37 !important;
  min-height: 143px !important;
}
.wp-gr.wpac a.wp-google-name{
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 24.97px !important;
  text-align: right !important;
  color: #071C37 !important;
}
.wp-gr .wp-google-time{
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 17.63px !important;
  text-align: right !important;
  color: #777777 !important;
}
.grw-review-inner.grw-backgnd {
  padding: 23px 18px 28px 15px !important;
  border-radius: 4px !important;
	  display: flex;
  flex-direction: column;
	  margin-bottom: 85px !important;
}
.wp-gr .grw-review-inner>svg{
  top: inherit !important;
  left: inherit !important;
  margin-bottom: 10px !important;
}
.wp-gr .grw-review .wp-google-stars{
  margin-bottom: 15px !important;
  margin-top: 25px !important;
}
.wp-gr .grw-review .wp-google-left {
  order: 1;
  margin-top: 25px !important;
  position: absolute !important;
  top: 100% !important;
}
.wp-google-stars:after {
  content: '“';
  font-size: 40px;
  font-weight: 400;
  line-height: 53.6px;
  text-align: right;
  color: #BBBBBB;
  position: absolute;
  top: 10px;
  left: 18px;
}
.grw-review-inner.grw-backgnd:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #FFFFFF;
  position: absolute;
  bottom: -13px;
  left: 35px;
}
.wp-gr .grw-btns.grw-prev {
  border: 1px solid #C5C5C5 !important;
  width: 62px !important;
  height: 62px !important;
  right: -40px !important;
  bottom: -50% !important;
}
.wp-gr .grw-btns.grw-next{
  border: 1px solid #C5C5C5 !important;
  width: 62px !important;
  height: 62px !important;
  left: -40px !important;
  bottom: -50% !important;
}
.wp-gr .grw-btns.grw-prev svg {
  display: none !important;
}
.wp-gr .grw-btns.grw-prev:hover{
  border-color: #071C37 !important;
}
.wp-gr .grw-btns.grw-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 19L1.5 10L10.5 1' stroke='%23071C37' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  cursor: pointer !important;
}
.wp-gr .grw-btns.grw-next svg {
  display: none !important;
}
.wp-gr .grw-btns.grw-next:hover{
  border-color: #071C37 !important;
}
.wp-gr .grw-btns.grw-next {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 19L10.5 10L1.5 1' stroke='%23071C37' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  cursor: pointer !important;
}
.wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd{
  background: #FFFFFF !important;
  border: 1px solid #F3F3F3 !important;
  border-radius: 4px !important;
}
.slick-lightbox-close:before {
    font-size: 50px;
    opacity: 1;
}
/* from the media */
.from-the-media-bg{
  margin-top: 72px;
  padding: 72px 0 86px 0;
  background-color: #132030;
}
.from-the-media-box{
  border: 0.79px solid #3A4B60;
  box-shadow: 0px 6.32px 23.72px 0px #0000000F;
  border-radius: 0 0 3.16px 3.16px;
  position: relative;
}
.from-media-btn a:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.from-media-box-img{
	padding: 36px;
    background-color: #FFFFFF;
    border-radius: 3.16px 3.16px 0 0;
    height: 140px;
    display: flex;
    align-items: center;
}
.from-media-des{
  padding: 27px 24px 38px 17px;
}
h2.title-4{
  font-size: 21px;
  font-weight: 500;
  line-height: 25.3px;
  text-align: right;
  color: #FFFFFF;
  min-height: 102px;
  transition: all 0.4s ease-out;
}
.title-4{
  font-size: 21px;
  font-weight: 500;
  line-height: 25.3px;
  text-align: right;
  color: #FFFFFF;
  min-height: 102px;
  transition: all 0.4s ease-out;
}
.from-the-update-box:hover h2.title-4{
  color: #FFBF81;
}
.from-media-btn a{
  font-size: 18px;
  font-weight: 700;
  line-height: 12.7px;
  text-align: left;
  color: #FFFFFF;
  display: inline-block;
  transition: all 0.4s ease-out !important;
  padding-bottom: 10px;
  border-bottom: 1px solid #FFBF81;
}
.from-media-btn a span{
  margin-right: 11px;
}
.main-from-the-media{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 22px;
}
.from-media-btn{
  margin-top: 8px;
}
.from-media-btn a:hover span.media-btn-icon svg{
  transition: all 0.4s ease-out !important;
  transform: translateX(-10px) !important;
}
.from-media-sec-title{
  color: #FFFFFF;
}




/* Office successes */
.main-office-successes-sec{
  margin-top: 74px;
  margin-bottom: 80px;
}

.office-success-img-info{
  margin-top: 21px;
  min-height: 42px;
  text-align: center;
}
.office-success-img-info a{
  font-size: 21px;
  font-weight: 400;
  line-height: 21px;
  color: #071C37;
  transition: all 0.4s ease-out;
}
.office-success-img-info a:hover{
  color: #B88B4C !important;
}
.office-success-zoom-icon {
  display: inline-block;
  position: absolute;
  bottom: 70px;
  left: 30px;
  cursor: pointer;
}
.all-success-button a{
  padding: 18px 16px;
  border-radius: 4px;
  background: #071C37;
  font-size: 19px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: right;
  color: #FFFFFF;
  display: inline-block;
}
.all-success-button a span{
  margin-right: 10px;
}
.all-success-button{
  margin-top: 56px;
  text-align: center;
}



/* Videos by lawyer Aviv Harel */
.aviv-harel-video-txt {
    padding: 22px 26px 5px 48px;
    border-radius: 0 0 4px 4px;
    font-size: 36px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    min-height: 110px;
    padding-top: 50px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, #071C37, #071C3700);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.aviv-harel-video-img{
  position: relative;
}
.aviv-harel-video-img img{
  border-radius: 4px 4px 0 0;
  width: 100%;
}
.aviv-harel-video-cricle a{
  width: 100px;
  height: 100px;
  background: #071C37E5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.aviv-harel-video-cricle a:hover{
  width: 120px;
  height: 120px;
}

/* Lawyer for family matters and divorce */
.lawyer-familymatter-des::-webkit-scrollbar{
  width: 3px;
} 
.lawyer-familymatter-des::-webkit-scrollbar-thumb{
  background: #FFBF81;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.lawyer-familymatter-des::-webkit-scrollbar-track{
  background: #E6ECF2;
  width: 3px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.lawyer-familymatter-pos{
  position: relative !important;
}
.main-lawyer-family-matter{
  margin-top: 98px;
}
.lawyer-familymatter-des{
  padding: 48px 54px 48px 66px;
  background: #FFFFFF;
  overflow: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.lawyer-familymatter-des h2{
  font-size: 38px;
  font-weight: 400;
  line-height: 52px;
  text-align: right;
  color: #071C37;
  margin-bottom: 23px;
}
.lawyer-familymatter-details{
  font-size: 19px;
  font-weight: 400;
  line-height: 32px;
  text-align: right;
  color: #151515;
}
.lawyer-familymatter-details p:last-of-type{
  margin: 0;
}
.lawyer-familymatter-details p{
  margin-bottom: 15px;
}
.legal-advice-leave-form{
  padding: 58px 30px 10px 20px;
  background: #071C37;
}
.advice-leave-form-title{
  font-size: 38px;
  font-weight: 400;
  line-height: 42px;
  text-align: right;
  color: #FFFFFF;
}
.advice-leave-form-title span{
  color: #FFBF81;
}
.advice-leave-form-subdes{
  font-size: 20px;
  font-weight: 400;
  line-height: 29.38px;
  text-align: right;
  color: #FFFFFF;
  margin-top: 16px;
}
.bg-gradient-advice{
  background: linear-gradient(0deg, rgba(7, 28, 55, 0) 0%, #071C37 100%);
  height: 85px;
  width: 100%;
}
.leagal-advices-main-form {
  margin-top: 26px;
}
.lawyer-familymatter-details-mob{
  font-size: 19px;
  font-weight: 400;
  line-height: 32px;
  text-align: right;
  color: #151515;
}
.lawyer-familymatter-details-mob p:last-of-type{
  margin: 0;
}
.lawyer-familymatter-details-mob p{
  margin-bottom: 15px;
}
.main-legal-advice-leave {
  /* height: 100%; */
  background-image: url(../../uploads/2025/06/Rectangle-9596.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  padding-bottom: 380px;
}
.family-matters-divorce-left ul li {
    color: var(--basic-black, #151515);
    text-align: right;
    font-family: Heebo;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.familymatter-des-hidebtn{
  display: none;
  font-size: 19px;
  font-weight: 700;
  line-height: 30px;
  text-align: right;
  color: #151515;
}
.familymatter-des-hidebtn{
  /* display: flex; */
  /* align-items: center; */
  /* gap: 5px; */
}
.see-less-txt , .familymatter-des-hidebtn.active .show-more-txt{
  display: none;
}
.familymatter-des-hidebtn.active
  .see-less-txt{
    display: block;
  }
span.wpcf7-not-valid-tip {
    position: absolute;
    top: 0;
    font-size: 12px;
    left: 0;
}
span.wpcf7-form-control-wrap {
    display: block;
}




/* role of a divorce lawyer */
.main-role-divorce-lawyer{
  margin-top: 100px;
}
.role-divorce-lawyer-txt{
  padding: 80px 50px 80px 50px;
  background: #FFFFFF;
}
.img_cnt_bg{
  margin-bottom: 47px;
  background: #FFFFFF;
}
.role-divorce-lawyer-txt h2{
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
  text-align: right;
  color: #071C37;  
}
.role-divorce-lawyer-des{
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: right;
  color: #151515;
  margin-top: 16px;
}
.role-divorce-lawyer-des p{
  margin-bottom: 15px;
}
.role-divorce-lawyer-des p:last-of-type{
  margin: 0;
}
.main-role-divorce-lawyer .img_cnt_bg:nth-child(even){
  flex-direction: row-reverse;
}
.role-divorce-lawyer-img{
  width: 100%;
  height: 100%;
}
.role-divorce-lawyer-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img_cnt_bg:last-of-type .law-office-aviv-btn{
  margin-top: 22px;
}



/* main faq */
.main-faq-info{
  margin-top: 147px;
  padding: 52px 0 113px 0;
  background-color: #132030;
}
.main-faq-info > h2{
  margin-bottom: 38px;
}
.faq-design-line{
  border: 1px solid #3A4B60;
  border-radius: 3px;
  box-shadow: 0px 6.32px 23.72px 0px #0000000F;
  padding-left: 17px;
  cursor: pointer;
}
.faq-title-info h3{
  padding: 0 21px 0 25px;
  font-size: 21px;
  font-weight: 400;
  line-height: 25.3px;
  text-align: right;
  color: #FFFFFF;
  min-height: 60px;
}
.faq-txt-details{
  padding: 0 21px 16px 17px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  text-align: right;
  color: #FFFFFF;
}
.faq-txt-details p{
  margin-bottom: 0;
}
.faq-title-info span.faq-icon svg{
  transform: rotate(90deg);
  transition: all 0.4s ease-out;
}
.faq-title-info.active span.faq-icon svg{
  transform: rotate(133deg);
  transition: all 0.4s ease-out;
}
.faq-space{
  margin-bottom: 18px;
}




/* Guides and tips latest updates */
.main-latest-updates-info{
  padding: 0 0 113px 0;
  background-color: #132030;
}
.main-latest-updates-info > h2{
  margin-bottom: 38px;
}
.from-the-update-des{
  background: #FFFFFF;
  padding: 19px 21px 35px 20px;
}
.from-the-update-des .title-4{
  color: #071C37;
  min-height: 99px;
}
.the-update-box-img img{
  width: 100%;
}
.the-update-box-btn{
	border-bottom: 1px solid #FFBF81;

}
.the-update-box-btn a{
  font-size: 18px;
  font-weight: 700;
  line-height: 12.7px;
  text-align: left;
  color: #071C37;
  transition: all 0.4s ease-out;
  padding-bottom: 10px;
}
.the-update-box-btn a span{
  margin-right: 11px;
  transition: 0.3s;
}
.the-update-box-btn a:hover span.update-box-icon{
  margin-right: 14px;
}
.from-the-update-box {
    position: relative;
}

.the-update-box-btn a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

















/* services page */

.services-bg{
  background: #FFFFFF;
}

/* services banner */
.services-grid{
  display: grid;
  grid-template-columns: 1fr 331px;
  gap: 82px;
}
.main-services-banner{
  background: #F6F6F6;
  padding: 17px 0 58px 0;
}
.service-banner-title{
  font-size: 62px;
  font-weight: 400;
  line-height: 68px;
  text-align: right;
  color: #071C37;
  margin-top: 30px;
	width:70%;
}

/* details */
.services-info{
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
  text-align: justified;
  color: #1A1A1A;
}
.services-info span{
  font-weight: 600;
}
.services-info{
  margin-top: 42px;
}
.services-info h2{
  font-size: 34px;
  font-weight: 400;
  line-height: 1.3;
  text-align: right;
  color: #071C37;
  padding-top: 32px;
  border-top: 1px solid #EBEBEB;
  margin-bottom: 15px;
  margin-top: 32px;
}
.archive  div#content {
    font-size: 21px;
    color: #151515;
    line-height: 1.4;
}
.main-services-details ul , .main-services-details ul li , .archive  div#content li{
  list-style: none;
  position: relative;
  margin-bottom: 12px;
  line-height: 1.5;
}
.services-info ul li:before , .main-services-details ul li:before , .archive  div#content li:before{
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='5.65674' width='8' height='8' transform='rotate(-45 0 5.65674)' fill='%23FFBF81'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  width: 25px;
  content: "";
  position: absolute;
  top: 4px;
  right: -25px;
  height: 25px;
  background-size: 10px;
}
.services-info p a{
  font-weight: 700;
  text-align: right;
  text-decoration-line: underline !important;
  color: #B88B4C;
  transition: all 0.4s ease-out;
}
.services-info p a:hover{
  color: #151515;
}
.archive  div#content {
    font-size: 21px;
    color: #151515;
    line-height: 1.4;
}

.archive  div#content img {
    width: 100%;
    max-width: 600px;
}
.services-info ul , .main-services-details ul , .archive  div#content ul{
  padding: 0;
  margin: 15px 30px 15px 0px;
}
.service-consequences-boxinfo{
  border: 1px solid #EBEFF5;
  box-shadow: 0px 0px 19.68px 0px #0118391A;
}
.service-consequences-img img{
  border-radius: 3px 3px 0 0;
  object-fit: cover !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.service-consequences-img {
    padding-top: 56%;
    position: relative;
}
.service-consequences-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 19px;
  margin: 40px 0 50px;
}
.service-consequences-txt{
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
  color: #1A1A1A;
  background: #FFFFFF;
  padding: 15px 15px 14px 8px;
}
.services-article-main-box:hover .service-consequences-txt{
  color: #B88B4C;
}

.services-info-space{
  margin-bottom: 38px;
}
ul.justification-divorce li span svg{
  margin-left: 15px;
}
ul.justification-divorce li.services-info span{
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  text-align: right;
  color: #151515;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
ul.justification-divorce li.services-info{
  margin-bottom: 29px;
}
.service-legal-advice-leave-form{
  margin: 40px 0 50px;
  padding: 20px 23px;
  background: #132030;
  border-radius: 6px;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 30px;
}
.legal-advice-laywer-name{
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #FFFFFF;
  margin-top: 10px;
}
.legal-advice-form-title{
  font-size: 24px;
  font-weight: 600;
  line-height: 35.25px;
  text-align: right;
  color: #FFFFFF;
}
.legal-advice-form-subtitle{
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: right;
  color: #FFFFFF;
}
.legal-advice-laywer-img img {
    width: 100%;
    max-width: 92px;
    margin: 0 auto;
    display: block;
}

.service-legal-advice-leave-form input.wpcf7-form-control:not(.wpcf7-submit) {
    border-bottom: 1px solid #475D73;
    background: #203147;
    color: #ffff;
}

.service-legal-advice-leave-form input.wpcf7-submit {
    border: 1px solid #FFBF81 !important;
}

.service-legal-advice-leave-form input.wpcf7-form-control:not(.wpcf7-submit)::placeholder {color: #fff;}

div#footer-inner {
    border-top: 1px solid #071C37;
}

.main-author-box {
    margin: 50px 0 100px;
}
.author-box-title{
  font-size: 21px;
  font-weight: 500;
  line-height: 30.84px;
  text-align: right;
  color: #071C37;
  position: relative;
  z-index: 99;
}
.author-box-title span{
  background: #FFFFFF;
  padding-left: 15px;
  font-weight: 500;
}
.author-box-title:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #FFBF81;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -99;
}
.author-box-name a{
  font-size: 26px;
  font-weight: 500;
  line-height: 38.19px;
  text-align: right;
  text-decoration-line: underline !important;
  margin-left: 12px;
  color: #B88B4C;
}
.author-box-name span{
  font-family: Heebo;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1A1A1A;  
  margin-right: 12px;
}
.author-box-des{
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: right;
  margin-top: 12px;
  color: #151515;
}
.author-box-img img{
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
}
.author-box-info{
  margin-top: 25px;
  display: grid;
  grid-template-columns: 130px 1fr;
  column-gap: 31px;
}
.author-box-img {
    grid-row: 2 span;
}
.service-left-main-form{
  background-image: url(../../uploads/2025/01/Rectangle-9596-2.png);
  background-repeat: no-repeat;
  background-position: center -30px;
  background-size: 100%;
  padding-top: 280px;
  box-shadow: 0px 8px 30px 0px #0000000F;
  border-radius: 8px;
  margin-top: -170px;
}
.services-advices-main-form{
  padding: 0 36px 33px 36px;
  background: #FFFFFF;
  border-radius: 0 0 8px 8px;
}
.service-bg-gradient{
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  width: 100%;
  position: absolute;
  top: -210px;
  left: 0;
  height: 200px;
}
.service-legal-leave-form {
    position: relative;
}
span.service-left-form-title{
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  color: #151515;
  display: block;
  position: relative;
}
span.service-left-form-subtitle{
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #151515;
  display: block;
  position: relative;
}
.services-advices-main-form .leave-details-field input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  padding: 12px 13px;
  color: #56575C;
  background: #F5F5F5;
  border-bottom: 1px solid #03203D;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: right;
}
.services-advices-main-form .leave-details-field input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder{
  color: #56575C;
}
.services-left-advice-formbtn input.wpcf7-form-control.wpcf7-submit.has-spinner {
  padding: 19px 20px 19px 46px;
  border-radius: 4px;
  background: transparent;
  border: 1px solid #FFBF81;
  font-size: 19px;
  font-weight: 600;
  line-height: 18.23px;
  text-align: right;
  color: #151515;
  outline: none;
  transition: all 0.4s ease-out;
}
.services-left-advice-formbtn span.leave-details-btn-icon {
  position: absolute;
  left: 14px;
  top: -50%;
  transform: translateY(50%);
}
.services-left-advice-formbtn:hover span.leave-details-btn-icon svg{
  transition: all 0.4s ease-out;
  transform: translate(-3px , 0);
}
.services-left-advice-formbtn p .wpcf7-spinner {
  display: none;
}
.services-left-advice-formbtn  p {
  display: flex;
  position: relative;
  margin: 0;
}
.services-left-advice-formbtn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-interests-divorce-left{
  padding: 8px 10px;
  border-radius: 4px;
  background: #071C37;
  position: relative;
  text-align: center;
}
.form-interests-divorce-left span{
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}
.service-left-form-space{
  padding: 19px 38px 8px 38px;
  position: relative;
}
span.form-soon-possible-title{
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  display: block;
  color: #151515;
  margin-bottom: 8px;
}
.main-table-of-content{
  margin-top: 37px;
}
.author-box-line{
  display: none;
}
.author-box-name {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
}
.highlight-animation {
  background-color: #FFBF81;
  background: linear-gradient(to right, #FFBF81 50%, rgba(255, 255, 255, 0) 50%);
  background-size: 200%;
  background-position: -100% 0;
  transition: 0.6s ease-in-out;
  font-size: 21px;
  font-weight: 600;
  line-height: 32px;
  color: #1A1A1A;
}
.highlight-animation.active {
  background-position: 0 0;
}
#ez-toc-container {
  background-color: #F6F6F6;
  border-radius: 6px;
  line-height: 1.2;
  border: none;
  padding: 0;
  width: 100%;
}
div#ez-toc-container .ez-toc-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-align: right;
  display: block;
  padding: 17px 19px;
  color: #071C37;
}
.ez-toc-title-container {
  position: relative;
}
#ez-toc-container a.ez-toc-toggle {
display: none;
}
#ez-toc-container .ez-toc-title-toggle {
  width: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 7.5L10 12.5L5 7.5' stroke='%23B88B4C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  position: absolute;
  left: 15px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transform-origin: top;
  transform-origin: center;
}
#ez-toc-container .ez-toc-title.closed + .ez-toc-title-toggle {transform: translateY(-50%);}
#ez-toc-container.toc_close .ez-toc-title-toggle {
  transform: rotate(180deg) translateY(-50%);
}
#ez-toc-container ul {
  border-top: 1px solid #CDE2FF;
  padding: 20px 25px;
}
#ez-toc-container a {
  font-size: 19px;
  font-weight: 400;
  line-height: 22px;
  text-align: right;
  color: #1A1A1A !important;
  gap: 8px;
}
#ez-toc-container a:hover , #ez-toc-container a.active {
  text-decoration: none !important;
  font-weight: 700 !important;
  color: #002135 !important;
}
.main-table-of-content ul li:not(:last-of-type) {
  margin-bottom: 10px !important;
}
.single-article-sidebar .btn-fill {
  width: 100%;
  justify-content: center;
}
.main-table-of-content{
  position: sticky;
  top: 110px;
}
.main-service-left {
  position: relative;
  height: 100%;
}
.services-info div#ez-toc-container{
  display: none;
}
.main-services-details .row {
  --bs-gutter-y: 80px;
  --bs-gutter-x: 80px;
}




/* article page */
.blog-banner-title {
    font-size: 46px;
    font-weight: 500;
    color: #071C37;
}
.article-bg{
  background: #FFFFFF;
  padding-top: 50px;
}
.article-left-main-form{
  box-shadow: 0px 8px 30px 0px #0000000F;
  border-radius: 8px;
}
.article-form-img img{
  width: 82px;
  height: 82px;
  border-radius: 50%;
  border: 4px solid #FFFFFF;
  object-fit: cover;
}
.article-form-img {
  padding-top: 11px;
  text-align: center;
  margin-bottom: 8px;
}
.need-personal-representation{
  padding: 7px 0;
  box-shadow: 0px 8px 30px 0px #0000000F;
  background: #071C37;
  border-radius: 6px;
  position: relative;
  margin: 26px 0;
}
.need-personal-representation::after{
  content: '';
  background-image: url("../../uploads/2025/01/Group-271.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  width: 72px;
  height: 100%;
  top: 0;
  cursor: pointer;
  animation: bounce-left 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@keyframes bounce-left {
  50% {
      transform: translateX(-15px);
    }
  }
.need-personal-representation::before{
  content: '';
  background-image: url("../../uploads/2025/01/Group-272.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  width: 72px;
  height: 100%;
  top: 0;
  cursor: pointer;
  animation: bounce-right 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@keyframes bounce-right {
  50% {
      transform: translateX(15px);
    }
  }
.need-personal-representation span{
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 22px !important;
  text-align: center !important;
  display: block !important;
  color: #FFFFFF !important;
  margin-bottom: 3px !important;
}
.need-personal-representation p.need-personal-details{
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  text-align: center !important;
  margin-bottom: 0 !important;
  color: #FFFFFF !important;
}
.need-personal-representation p a{
  font-weight: 600 !important;
  text-decoration-line: underline !important;
  color: #FFBF81 !important;
}
.post-published-article{
  padding: 10px 0 10px 0;
  border-top: 1px solid #081551;
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 26px;
}
.post-published-article .social-main-icon {
    display: none;
}
.post-published-article img{
  object-fit: cover;
  border-radius: 50%;
}
.post-published-article span{
  font-size: 17px;
  line-height: 24.97px;
  color: #151515;
}
.post-published-article b {
    border-left: 1px solid #FFBF81;
    padding-left: 8px;
    margin-left: 8px;
    font-weight: 700;
}
.post-published-article p{
  font-size: 17px;
  font-weight: 400;
  line-height: 24.97px;
  text-align: right;
  color: #151515;
  margin-bottom: 0;
}
.article-info img{
  width: 100% !important;
}
.article-info h2{
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
  text-align: right;
  color: #071C37;
  margin-bottom: 12px;
  padding-top: 31px;
  margin-top: 30px;
  border-top: 1px solid #EBEBEB;
}
.article-info h2:first-of-type{
  border-top: none;
}
.article-info {
    font-size: 21px;
    color: #151515;
}
.article-info p{
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
  text-align: right;
  color: #151515;
}
.article-info p a{
  font-weight: 700;
  text-decoration-line: underline !important;
  color: #B88B4C;
}
.article-consequences-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  margin: 40px 0;
}

.social-icon-title{
  font-size: 16px;
  font-weight: 600;
  line-height: 23.5px;
  text-align: right;
  color: #071C37;
  margin-bottom: 10px;
}
.social-icon-box:hover{
 background: #071C37;
}
.social-icon-box:hover svg{
  color: #FFFFFF;
}
.social-icon-box{
  width: 46px;
  height: 46px;
  border: 1.21px solid #FFBF81;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease-out;
}
.social-main-icon {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.article-details {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 83px;
}
.article-info > div#ez-toc-container {
  display: none;
}
.blog-page-grid-cat {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
}
.blog-page-grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 96px;
}
.blog-entry.grid-entry .blog-entry-readmore a {
    border-bottom: 1px solid #FFBF80;
    display: inline-flex;
    align-items: center;
}

.blog-entry.grid-entry .blog-entry-readmore a i {
    font-size: 0;
    margin: 0px 10px 0 0;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='13' viewBox='0 0 19 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6.49121H1' stroke='%23071C37' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M6.17391 11.8558L1 6.49112L6.17391 1.12646' stroke='%23071C37' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s;
}

.blog-entry.post .blog-entry-readmore a:hover i {
    transform: translateX(-8px);
}
.article-left-main-form .services-advices-main-form {
    padding: 0 24px 37px;
}
.blog-entry.grid-entry {
    padding: 0 15px !important;
    margin-bottom: 30px !important;
}
.blog-entry.grid-entry .blog-entry-inner {
    background-color: #fff;
    padding-bottom: 30px;
    border: none;
}
.archive .blog-entry.post .thumbnail img {
    height: 180px;
    object-fit: cover;
}
.blog-entry.grid-entry .blog-entry-header .entry-title {
    min-height: 100px;
}
.blog-entry.post .thumbnail-caption {
    display: none;
}
.blog-entry.grid-entry .blog-entry-header {
    min-height: 60px;
}
.service-form-name {
    text-align: center;
    font-size: 15px;
    color: #151515;
    margin-bottom: 15px;
}

.service-form-name b {
    font-weight: 700;
}

.article-left-main-form .form-interests-divorce-left {
    margin: 0 24px 8px;
}

.services-advices-main-form .form-btn {
  margin-top: 4px;
}
.footer-sticky-btns {
    display: none;
}
body.archive {
  background-color: #fff;
}
.faq-item:not(:last-child) {
  border-bottom: 1px solid #d5d8dc;
}
.faq-q {font-weight: 700;display: flex;align-items: center;gap: 20px;cursor: pointer;padding: 10px;}
span.faq-icon {
  display: flex;
}
.faq-a {
  padding: 0 40px 10px 0;
}
#main #content-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.dropdown-menu .sub-menu {
    border: none;
}
.dropdown-menu .sub-menu .menu-item a.menu-link span {
    color: #151515 !important;
    font-size: 19px;
    display: block;
    text-align: right;
}
.family-divorce-box img {
    height: 65px;
    object-fit: contain;
}
/* all media guery */
@media(min-width:1025px) {
.sf-menu li:hover>ul, .sf-menu li.sfHover>ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.dropdown-menu .sub-menu {
    min-width: 650px;
    right: 0;
    left: initial;
}
}
@media(min-width:1025px) and (max-width:1400px){
.legal-advice-form-form {
    max-width: 550px;
}
    .advice-form-subinfo p {font-size: 26px;}
}
@media (max-width: 1400px){
  .next-calender-arrow.slick-arrow svg{
      width: 50px;
      height: 50px;
  }
  .prev-calender-arrow.slick-arrow svg{
      width: 50px;
      height: 50px;
  }
  .wp-gr .grw-btns.grw-next{
    width: 50px !important;
    height: 50px !important;
  }
  .wp-gr .grw-btns.grw-prev{
    width: 50px !important;
    height: 50px !important;
  }
  span.prev-calender-arrow{
    right: -45px;
  }
  span.next-calender-arrow{
    left: -45px;
  }
}

@media(min-width:1081px) and (max-width: 1399px){
  .mega-menu-item:not(:last-child) {
    margin-left: 15px;
}
.mega-menu-item a {
    font-size: 16px;
}
.mega-menu-title {
    min-width: 180px;
}
  .footer-col {
    width: 100%;
}
  .footer-menus {
    gap: 20px;
}
.footer-link-boxs {
    margin-left: 20px;
    padding-left: 20px;
    max-width: 250px;
}
.footer-menu-wrap {
    max-width: 180px;
}
.footer-link-wrap-item {
    line-break: anywhere;
  }
}
@media(min-width:1570px) and (max-width: 1700px){
    #site-header-inner {
    padding: 10px 30px !important;
}
    #site-navigation-wrap .dropdown-menu >li >a {
    padding: 0 15px !important;
}
    
}

@media(min-width:1400px) and (max-width: 1569px){
  .mega-menu-item:not(:last-child) {
    margin-left: 15px;
}

.mega-menu-title {
    min-width: 180px;
}
    #site-header-inner {
    padding: 10px 15px !important;
}
    .head-btns-wrap {
    gap: 24px;
}
    div#site-logo {
    max-width: 180px;
}
}
@media(min-width:1300px) and (max-width: 1399px){
    #site-header-inner {
    padding: 10px 15px !important; 
}
    #site-navigation-wrap .dropdown-menu >li >a {
    padding: 0 12px !important;
    font-size: 16px !important;
}
    .head-btns-wrap {
    gap: 15px;
}
    div#site-logo {
    max-width: 140px;
    margin-left: 10px;
}
a.head-btn svg {
    width: 18px;
}
}
@media(min-width:1081px) and (max-width: 1299px){
    #site-header-inner {
    padding: 10px 15px !important; 
}
    #site-navigation-wrap .dropdown-menu >li >a {
    padding: 0 6px !important;
    font-size: 14px !important;
}
    .head-btns-wrap {
    gap: 15px;
}
    div#site-logo {
    max-width: 140px;
    margin-left: 10px;
}
a.head-btn {
    font-size: 15px;
    padding: 10px 12px;
}

.call-btn .icon {width: 35px;height: 35px;padding: 8px;}

a.call-btn span {
    font-size: 18px;
}

a.call-btn {
    gap: 10px;
    font-size: 12px;
}

a.head-btn svg {
    width: 18px;
}
}
@media(max-width: 1080px){
  div#site-header-inner {
      padding: 0px 15px !important;
  }
  div#site-logo-inner img {
      height: 40px !important;
  }
  div#site-logo {
      margin: 0;
      float: left;
  }
    .footer-row-1 {
      flex-direction: column-reverse;
      padding: 10px 0 30px;
  }
  .footer-link-boxs {
      margin: 0;
      padding: 30px 0 0;
      border: none;
  }
  .footer-menus {
      flex-direction: column;
      gap: 0;
  }
  .footer-menu-wrap {
      max-width: 100%;
      border-bottom: 1px solid #D6D8DC;
  }
  span.foot-title {
      font-size: 19px;
      position: relative;
      padding: 15px 0;
      margin-bottom: 0;
      font-weight: 600;
  }
  .foot-title:after {content: "";position: absolute;top: 20px;left: 0;width: 18px;height: 18px;background-position: center;background-repeat: no-repeat;background-size: 14px;background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23C7A87D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
  .footer-links {
      margin-bottom:20px;
  }
  .footer-link-boxs span.foot-title {
      display: none;
  }
  .footer-link-wrap-item b {
      display: block;
  }
  .footer-row-2 {
      grid-template-columns: 100%;
      gap: 20px;
      border-bottom: 0.5px solid #C5C5C5;
      padding-bottom: 20px;
  }
  .foot-logo {
      display: none;
  }
  .foot-social-links {
      justify-content: center;
      order: -1;
  }
  .footer-copyright {
      grid-template-columns: 100%;
      gap: 8px;
      padding-top: 20px;
      font-size: 13px;
    }
  .footer-copyright div:first-child , .footer-copyright div:last-child {
      text-align: center;
    }
  .footer-copyright div:first-child {
      grid-row: 2;
    }
  .foot-social-links a {
      width: 46px;
      height: 46px;
    }
}
  
@media (max-width: 1024px){
    .main-services-banner .breadcrumbs-main , .main-services-banner .breadcrumbs-main path {
    color: #fff;
    stroke: #fff;
    fill: #fff;
}
  .main-author-box {
    margin: 40px 0 60px;
    border-top: 1px solid #D0D4D6;
}
  .article-bg {
    padding-top: 15px;
}

.blog-banner-title {
    text-align: center;
    font-size: 40px;
    line-height: 1.1;
}

div#ez-toc-container .ez-toc-title {
    font-size: 21px;
    padding: 12px 16px;
}
  .article-info > div#ez-toc-container {
    display: block;
    margin-top: 18px;
    position: sticky;
    top: 80px;
    z-index: 9;
}
.article-consequences-box .service-consequences-img img {
    height: 104px !important;
}
   .service-left-main-form{
    display: none;
  }
   .blog-page-grid .grid-sidebar {
    display: none;
} 
  .grid-sidebar {
    grid-row: 1;
    position: sticky;
    top: 40px;
  }
  .main-table-of-content{
    top: 0;
  }
  .services-grid , .blog-page-grid{
    grid-template-columns: 100%;
    gap: 0;
  }
  .service-bg-gradient{
    height: 18px;
  }
  .services-info{
    margin-top: 26px;
  }
  .services-info{
    font-size: 20px;
    line-height: 32px;
  }
  .services-info-space{
    margin-bottom: 32px;
  }
  .services-info h2{
    padding-top: 30px;
    font-size: 32px;
    margin-top: 30px;
  }
  .services-info ul{
    margin-top: 13px;
  }
  .service-consequences-box{
    margin-top: 14px;
    grid-template-columns: 1fr 1fr !important;
  }
  .service-consequences-img img{
    width: 100% !important;
  }
  .consequences-divorce-info{
    margin: 30px 0 40px;
  }
  .justification-divorce{
    margin-bottom: 20px;
  }
  .legal-advice-laywer-name{
    margin-top: 12px;
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
  }
  .legal-advice-form-title{
    font-size: 24px;
    line-height: 28.8px;
    text-align: center;
  }
  .legal-advice-form-subtitle{
    font-size: 18px;
    line-height: 21.6px;
    text-align: center;
    margin-top: 14px;
  }
  .services-info img{
    width: 100%;
  }
  .author-box-line{
    display: block;
    margin-bottom: 0 !important;
  }
  .author-box-title{
    display: none;
  }
  .author-box-des{
    font-size: 18px;
    line-height: 28px;
    grid-column: 2 span;
  }
  .author-box-img img{
    width: 60px !important;
    height: 60px !important;
    object-fit: cover;
  }
  .main-services-banner{
    padding: 12px;
    background: #071C37;
  }
  .service-banner-title{
    font-size: 40px;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
    color: #FFFFFF;
    margin: 45px 0 50px 0 !important;
  }
  .service-col-reverse{
    flex-direction: column-reverse;
  }
  .from-the-update-des{
    border-radius: 0 0 4px 4px;
    padding: 13px 15px 31px 9px;
  }
  .col-reverse{
    flex-direction: column-reverse;
  }
  .main-legal-advice-leave{
    padding-bottom: 90%;
  }
  .lawyer-familymatter-des{
    position: inherit;
    height: auto;
  }
  .lawyer-familymatter-details-mob{
    display: none;
  }
  .familymatter-des-hidebtn{
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .main-role-divorce-lawyer{
    margin-top: 55px;
  }
  .role-divorce-lawyer-txt{
    padding: 33px 17px 36px 17px;
  }
  .role-divorce-lawyer-txt h2{
    font-size: 32px;
    line-height: 36px;
  }
  .role-divorce-lawyer-des{
    font-size: 19px;
    line-height: 30px;
  }
  .main-from-the-media {
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .family-matters-divorce-left{
    padding: 30px 17px 42px 22px;
  }
  span.prev-calender-arrow{
    display: none !important;
  }
  span.next-calender-arrow{
    display: none !important;
  }
  .services-info .wp-gr .grw-btns.grw-prev{
    bottom: -50% !important;
  }
  .services-info .wp-gr .grw-btns.grw-next{
    bottom: -50% !important;
  }
  .wp-gr .grw-btns.grw-prev {
    right: -25px !important;
    bottom: inherit !important;
  }
  .wp-gr .grw-btns.grw-next{
    left: -25px !important;
    bottom: inherit !important;
  }
  .social-main-icon , .social-icon-title{
    display: none;
  }
  .post-published-article .social-main-icon {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .article-details{
    display: block;
  }
  .social-icon{
    display: flex;
    gap: 6px;
  }
  .article-info{
    margin-top: 0px;
    font-size: 20px;
    line-height: 32px;
  }
  .article-info h2:first-of-type {
    margin-top: 0;
    padding-top: 10px;
  }
  .article-info h2{
    padding-top: 30px;
    font-size: 32px;
    line-height: 1.2;
  }
  .article-consequences-box{
    margin-top: 14px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .service-legal-advice-leave-form{
    margin-top: 31px;
    margin-bottom: 45px;
    display: block;
    padding: 26px 28px 36px 33px;
  }
  .legal-advice-laywer-img img {
    border: 4px solid #FFFFFF;
    border-radius: 50%;
    width: 82px;
    height: 82px;
  }
  .legal-advice-laywer-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .author-box-line{
    display: block;
    margin-bottom: 0 !important;
  }
  .author-box-img {
    grid-row: initial;
  }
  .author-box-name a {
    display: block;
  }
  .author-box-info {
    grid-template-columns: 52px 1fr;
    gap: 0 15px;
    padding: 28px 21px 21px 16px;
    margin-top: 40px;
    border-radius: 6px;
    background: #F6F6F6;
  }
  .author-box-name span {
    font-size: 18px;
    line-height: 30px;
    display: block;
    color: #1A1A1A;
    margin-right: 0;
  }
  .article-breadcrumb h1{
    color: #071C37;
    font-size: 40px;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
    margin: 16px 0 0 0 !important;
    padding: 0 !important;
  }
  .article-breadcrumb a{
    font-size: 14px;
    font-weight: 700;
    line-height: 20.56px;
    color: #071C37;
  }
  .breadcrumb-info span svg path {
    fill: #071C37 !important;
    stroke: #071C37 !important;
  }
  .article-info p{
    font-size: 20px;
    line-height: 32px;
  }
  .need-personal-representation span{
    font-size: 16px !important;
    line-height: 17.6px !important;
  }
  .need-personal-representation p{
    font-size: 16px !important;
    line-height: 17.6px !important;
  }
  .post-published-article span{
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .law-office-aviv-harel-left{
    padding: 29px 17px 44px 22px;
  }
  .advice-form-subinfo span{
    font-size: 26px;
    line-height: 28.99px;
  }
  .legal-advice-form-info {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .homepage-advice-form {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .legal-advice-form-field input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
    width: 100%;
  }
  .sub-title-3{
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #071C37;
  }
  .advice-form-subinfo p span{
    font-size: 26px;
    font-weight: 500;
    line-height: 28.99px;
    text-align: right;
  }
  .advice-form-subinfo p{
    font-size: 26px;
    font-weight: 700;
    line-height: 49.38px;
    text-align: right;
  }
  .main-legal-advice-form{
    padding: 22px 26px 31px 26px;
  }
}


@media (max-width: 768px) {
  .whatsapp-btn-foot {
    display: none;
}

.footer-sticky-btns {
    position: sticky;
    bottom: 0;
    display: flex;
    background-color: #FFBF83;
	z-index: 9999999
}

a.fsb-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 15px;
    text-align: center;
    color: #fff;
    align-items: center;
    padding: 5px 0;
    gap: 3px;
}

a.fsb-item img {
    height: 20px;
}

a.fsb-item:not(:first-child) {
    border-right: 1px solid #FFFFFF33;
}
  .post-published-article span span {
    display: none;
}
  .post-published-article {
    display: grid;
    grid-template-columns: 42px 1fr 1fr;
}

.social-icon-box svg {
    width: 100%;
}

.post-published-article b {
    display: block;
    border: none;
    padding: 0;
    margin: 0;
}
  .form-row {
    flex-direction: column;
}
.social-icon-box {
    width: 30px;
    min-width: 30px;
    height: 30px;
}
  .social-icon-box svg {
    height: 13px !important;
    width: 13px !important;
  }
  .the-update-box-btn a {
    font-size: 15px;
    line-height: 12.7px;
  }
  .main-faq-info{
    margin-top: 44px;
    padding: 41px 0 69px 0;
  }
  .faq-design-line{
    padding-left: 14px;
  }
  .faq-title-info h3{
    padding: 0 15px 0 15px;
    font-size: 19px;
    line-height: 20px;
  }
  .faq-txt-details{
    padding: 0 15px 16px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: right;
    color: #FFFFFF;
  }
  .main-lawyer-family-matter{
    margin-top: 50px;
  }
  .lawyer-familymatter-des{
    padding: 34px 17px;
  }
  .lawyer-familymatter-des h2{
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .legal-advice-leave-form{
    padding: 39px 31px 10px 31px;
  }
  .advice-leave-form-title{
    font-size: 32px;
    line-height: 38px;
    text-align: center;
  }
  .advice-leave-form-subdes{
    font-size: 19px;
    line-height: 27.91px;
    text-align: center;
    margin-top: 12px;
  }
  .from-the-media-bg {
    padding: 44px 0px 61px 0px;
    margin-top: 63px;
  }
  .main-from-the-media {
      gap: 20px;
      grid-template-columns: 1fr 1fr;
  }
  .from-the-media-box:last-child{
      display: none;
  }
  .from-media-des {
      padding: 16px 13px 26px 8px;
  }
  h2.title-4 {
      font-size: 19px;
      line-height: 24px;
      min-height: 144px;
  }
  .from-media-btn a {
      font-size: 15px;
      line-height: 12.7px;
  }
  .from-media-box-img{
    padding: 28px 7px;
  }
  .aviv-harel-video-txt{
    padding: 14px 14px 15px 15px;
    font-size: 22px;
    line-height: 28px;
    min-height: auto;
  }
  .aviv-harel-video-cricle a{
    width: 70px;
    height: 70px;
  }
  .aviv-harel-video-cricle a:hover{
    width: 100px;
    height: 100px;
  }
  .family-matters-divorce{
    margin-top: 59px;
  }
  .family_divorce-main-box-info{
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .family-matters-divorce-rev{
    flex-direction: column-reverse;
  }
  .areas-of-expertise-icon{
    display: none;
  }
  .title-3{
    font-size: 24px;
    line-height: 21px;
  }
  .areas-of-expertise-title {
      min-height: 165px;
  }
  .sec-areas-expertise-title{
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 18px;
  }
  .main-areas-of-expertise{
    margin-top: 42px;
  }
  .areas-of-expertise-title {
    padding: 129px 13px 20px 13px;
  }
  .article-info .service-consequences-boxinfo a {
    display: grid;
    grid-template-columns: 104px 1fr;
    box-shadow: 0px 0px 19.68px 0px #0118391A;
    background: #FFFFFF !important;
    align-items: center;
  }

  .main-services-article .service-consequences-txt{
      box-shadow: none;
      font-size: 17px;
      line-height: 1.2;
      padding: 10px 12px;
  }
  .title-2{
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 13px;
  }
  .sub-title-4 p{
    font-size: 19px;
    line-height: 30px;
  }
  .sub-title-4{
    margin-bottom: 22px;
  }
  .main-law-office-aviv-harel{
    margin-top: 42px;
  }
  .office-success-zoom-icon {
    bottom: 100px !important;
  } 
  .office-success-img-info{
    min-height: 76px !important;
  }
  .legal-advice-form-info{
    display: grid;
  }
  .legal-advice-form-btn{
    margin: 0 auto;
  }
  .main-legal-advice-form{
    margin-top: -135px;
  }
  .main-banner-sec {
    padding: 260px 0 240px 0 !important;
  }
  .title-1{
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 21px !important;
  }
  .sub-title-1 {
    font-size: 24px;
    line-height: 21px;
    margin-bottom: 21px !important;
  }
  .sub-title-2{
    font-size: 17px;
    line-height: 24px;
  }
  .banner-divorce-title:not(:last-of-type) {
    margin-bottom: 8px;
  }
  .banner-interests-divorce{
    margin-bottom: 26px;
  }
  .banner-side-img {
    top: -180px;
    left: 14px;
    bottom: initial;
  }
}

@media (max-width: 767px){
  .need-personal-representation p.need-personal-details {
    padding: 0 44px 0 53px;
    font-size: 16px !important;
    line-height: 17.6px !important;
  }
.wp-gr .grw-review .wp-google-left {
    padding-right: 0 !important;
    right: 0 !important;
}
  .main-latest-updates-info .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 24px;
  }
  .banner-side-img img{
    width: 76px;
    height: 76px;
  }
  .banner-btn a{
    padding: 7.5px 14px;
    font-size: 15px;
    line-height: 18.23px;
	  text-align:center;
  }
  .main-banner-sec {
    background-size: auto 400px;
    background-repeat: no-repeat;
    background-position: 25% top;
    background-color: #000E1B;
}
.main-banner-sec:before {
    content: "";
    position: absolute;
    top: 105px;
    right: 0;
    height: 300px;
    width: 100%;
    background: linear-gradient(182.84deg, rgba(0, 0, 0, 0) 10% , rgba(0, 14, 27, 1) 90%, rgba(0, 14, 27, 1) 100%);
}
.main-banner-sec .container {
    position: relative;
}
.certifications-info {
  padding: 0 8px;
}

#scroll-top {
  width: 44px;
  height: 44px;
  line-height: 44px;
  right: initial;
  left: 10px;
}
}

@media (max-width: 425px){
  .aviv-harel-video-cricle .popup-youtube svg{
    width: 18px !important;
    height: 18px !important;
  }
  .main-faq-info{
    padding-bottom: 47px;
  }
  .main-latest-updates-info{
    padding: 0 0 69px 0;
  }
  .services-info .wp-gr .grw-btns.grw-next{
    bottom: -140px !important;
  }
  .services-info .wp-gr .grw-btns.grw-prev{
    bottom: -140px !important;
  }
  .author-box-name{
    font-size: 18px;
  }
  .certifications-info svg {
    width: 37px;
    height: 37px;
  }
  .family-divorce-box-title{
    margin-top: 24px;
  }
  .family-divorce-box img {
    height: 49px;
    width: auto;
  }
  .wp-gr[data-layout="slider"] .grw-reviews{
    margin: 0 !important;
  }
  .main-office-successes-sec{
    margin-top: 36px;
    margin-bottom: 59px;
  }
  .aviv-harel-video-txt{
    font-size: 22px;
    line-height: 28px;
    padding: 14px 15px 14px 15px;
  }
  .main-certifications-sec{
    margin-top: 42px;
  }
  .certifications-slider{
    margin-top: 0;
  }
  .wp-gr .grw-btns.grw-prev {
    bottom: -140px !important;
    left: 70px !important;
    right: inherit !important;
  }
  .wp-gr .grw-btns.grw-next {
    bottom: -140px !important;
    left: 15px !important;
    right: inherit !important;
  }
  .main-customers-goggle-review{
    margin-top: 47px;
  }
  .main-banner-btn-info{
    max-width: 100%;
    gap: 9px 10px;
  }

  .need-personal-representation::before {
    left: 15px !important;
    top: 10px !important;
    width: 40px;
    background-size: 30px;
  }
  .need-personal-representation::after {
    top: 10px !important;
    width: 40px;
    background-size: 30px;
  }
}

@media (max-width: 410px){
  .advice-form-subinfo p{
    font-size: 23px;
  }
  .advice-form-subinfo span{
    font-size: 23px;
  }
  .advice-form-subinfo{
    justify-content: center;
  }
}
@media (max-width: 375px){
  .post-published-article-responsive span{
    font-size: 15px !important;
  }
  .post-published-article-responsive p{
    font-size: 13px !important;
  }
  .post-published-article-responsive .social-icon{
    margin-right: 6px;
  }
}
