/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body, p, ul, h1,h2,h3,h4,h5,h6, .title{
    font-family: "Open Sans" !important;
} */
h1,h2,h3,h4,h5,h6, .title{
    text-transform: capitalize;font-weight: 600 !important;letter-spacing: 0;
}
.h1, h1{
    font-size: 45px;color: white;
}
h2{
    font-size: 40px;
}
h3{
    font-size: 35px;
}
h4, .title{
    font-size: 30px;
}
h5{
    font-size: 25px;
}
h6{
    font-size: 20px;
}

:root{
    --green:#22854a
}
.top-logo svg {
    width: 160px;
    height: auto;
  }

 body footer{
    background-color: black !important;
  }
  .ppc-footer .copyright{
    padding: 0;
    border: none;
  }
  .ppc-footer .footerc1{
    padding-bottom: 0;
  }
  .address-in a svg{
    position: unset;width: 16px;height: auto;
  }
  .address-in a {
    text-decoration: none !important;
  }
  .phone-wrap svg, .phone-wrap img {
    height: 30px ;
    width: 30px;
  }
  .slick-dotted.slick-slider{
    margin-bottom: 0;
  }
  .header-phone.head-phoneBtn{
    background-color: transparent;
  }
  .footer-social-link ul li a {
    border: 1px solid #fff;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    transition: all 0.4s ease-in-out;
  }
  .footer-social-link ul {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: center;
  }
  .head-phoneBtn span.free {
    color: #fff;
    display: block;
    line-height: 1.5;text-transform: capitalize;
  }
  .container{
    width: 1300px;
    max-width: 100%;
  }
  body{
    padding-top: 95px;
  }
  .ppc-header{
    background-color: black;top:0
  }
  .ppc-header .top-logo svg, .ppc-header .top-logo img{
    height: 67px;
    width: auto;
  }
 
  ul.slick-dots {
   
    writing-mode: unset; 
    white-space: unset; 
    width: 100%;
   
}
.slick-dots li.slick-active button{
  background-color: var(--green) !important;height: 18px !important;
}
  .ppc-header .head-phoneBtn span.free{
    font-size: 16px;
    text-transform: capitalize;padding-left: 35px;font-family: unset !important;
  }
  .ppc-header .header-phone.head-phoneBtn{
text-align: left;
  }
  .ppc-header .phone-wrap{
    font-size: 25px;color: var(--green);gap:5px
  }
  .ppc-header .phone-wrap svg path{
    fill: var(--green);
  }
  .ppc-banner{
    margin-top: 300px;
  }
  .ppc-banner .form-group{
    margin-bottom: 0px;
  }
  .space-mr{
    margin: 80px 0px;
  }
  .space-pd{
    padding: 80px 0px;
  }
  .page-contnet ul li:last-child{
    margin: 0;
  }
  .page-contnet ul{
    margin-bottom: 25px;
  }
  .video-sec svg{
    position: absolute;
    width: 100px;
    height: 100px;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    z-index: 3;
  }
  .video-sec svg:hover  path{
    fill: var(--green);
  }
  .video-sec a:after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
  }
  .video-sec a{
    display: block;
    position: relative;
  }
  .video-sec a img{
    display: block;
    height: 100%;
  }
  .video-sec:after{
    content: '';
    width: 100%;
    height: 50%;
    background-color: #227F4B;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .video-sec h6{
    position: absolute;
    bottom: 0px;color: white;
    padding: 20px;text-align: center;z-index: 5;
  }
  .attorney-section {
    background-color: var(--green);
     background-image: url(../img/bg1.webp); 
    background-size: contain;
    background-size: cover;
  }
  .attorney-section *{
    color: white;
  }
  .attorney-section .btm-wp{
    background-color: rgba(255,255,255,0.1);
  }
  .designation{
    font-size: 20px;
  }
  .attorney-section .col-inner{
    padding: 0px 40px;
  }
 
  .stars{
    font-size: 35px;
    color: var(--green);letter-spacing: 5px;
  }
  .testimonial-sc .content{
    font-size: 22px;
    font-weight: 400;padding-left: 65px;padding-right: 65px;
  }
  .author{
    font-size: 22px;
    font-weight: 500;
  }
  .testimonial-sc .content::before {
    content: '';
    width: 51px;
    height: 45px;
    background-image: url(../img/quote1.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .testimonial-sc .content::after {
    content: '';
    width: 51px;
    height: 45px;
    background-image: url(../img/quote1.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    transform: rotate(180deg);
  }
  .slick-dots li button{
    width: 15px;
    height: 15px;
    border-radius: 50%;background-color: #ECECEC;
  }
  .slick-dots li button:hover{
    background-color: var(--green);
  }
  .slick-dots li.slick-active button{
    width: 18px !important;
    height: 18px;
    border-radius: 50%;
  }
  .ppc-banner-section .row1{
    background-size: cover;
    padding-top: 60px;
  }
  .h1{
    position: relative;
    padding: 40px 50px 40px 0px;
  }
  .h1::after{
    background: rgba(34, 133, 74, 0.5);
    content: '';
    width: 100vw;
    height: 100%;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
  }
  .h1 span{
    position: relative;
    z-index: 2;
  }
  .ppc-banner-section .title{
    font-size: 35px;line-height: 1.5;font-weight: 400 !important;width: 300px;max-width: 100%;
  }
  .ppc-form-wrapper{
    background-color: black;
    padding: 40px 30px;
  }
  .ppc-form-wrapper  .form-control{
   line-height: 1;border-bottom: 1px solid rgba(255, 255, 255, 0.36);
   color: white;padding: 15px 0px !important;font-size: 16px;margin-bottom: 0px;height: 0;
  }
 body .ppc-banner-section .form-control::placeholder{
    color: rgba(255, 255, 255, 0.36) !important;text-transform: capitalize;font-size: 16px;
  }
  body .btn-main input{
    width: fit-content;background-image: url(../img/play.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 30px) center;background-size: 16px;padding: 0px 50px 0px 30px !important;
    min-width: auto;
  }
  body .btn-main input:hover{
    background-image: url(../img/play.svg);
    background-repeat: no-repeat !important;
    background-position: calc(100% - 30px) center !important;background-size: 16px;
  }
  .footerc1, .footerc2, .footerc3{
    padding-top: 50px;
  }
 footer .address{
position: relative;
background-image: url(../img/loc.svg);
padding-left: 30px;
background-size: 16px;
background-repeat: no-repeat;
background-position: left 10px;text-align: left;
  }
  .footer-nap-row{
    width: fit-content;margin: auto;
  }
  .left-image-layout strong{
    color: var(--green);font-weight: 600;
  }
  .ppc-banner-section{
    background-size: cover;
  }
  .ppc-form-wrapper textarea.form-control{
height: 70px;
  }
.ppc-banner-section.bg_css{
	    background-position: center;
    padding-top: 36px;
}
.ppc-form-wrapper .form-control{
	height: 76px;
}
.ppc-form-wrapper textarea.form-control{
	height:102px;
}
  @media (max-width:1199px){
    h1, .h1{
        font-size: 45px;
    }
    h2{
        font-size: 40px;
    }
    h3{
        font-size:35px;
    }
    h4, .title{
        font-size: 30px;
    }
    h5{
        font-size: 25px;
    }
    h6{
        font-size: 20px;
    }
    .ppc-banner-section .title{
        font-size: 30px;
    }
    #header .header-phone, .lang{
        display: block !important;width: fit-content;margin-left: auto;
    }
    .h1{
        padding: 30px 30px 30px 0px;
    }
    body   .top-logo {
        max-width: 50%;
        flex: 0 0 50%;
      }
     body .menu-phone {
       
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
       
      }
  }
  @media(max-width:991px){
    .ppc-banner-section{
        background-position: 25%;
    }
    h1, .h1{
        font-size: 40px;
    }
    h2{
        font-size: 35px;
    }
    h3{
        font-size:30px;
    }
    h4, .title{
        font-size: 25px;
    }
    h5{
        font-size: 22px;
    }
    h6{
        font-size: 20px;
    }
    .ppc-header .top-logo svg, .ppc-header .top-logo img{
        height: 45px;
    }
   
      .header-phone.head-phoneBtn{
        padding: 0;
        margin: 0;
      }
      body{
        padding-top: 90px;
      }
      .testimonial-sc .content{
        font-size: 20px;
      }
      ul.slick-dots{
        bottom: 0;
      }
  }
  
  @media(min-width:992px){
    .ppc-form-wrapper{
        margin-bottom: -30px;
    }
    .left-image-layout{
        margin-top: 120px;
    }
  }
  @media(min-width:1200px) and (max-width:1400px){
    /* .ppc-banner-section{
        background-position: -170px center;
    } */
  }
  @media(max-width:767px){
    /* .left-image-layout{
        margin-top: 90px;
    } */
    .footer-logo img {
      max-width: 60%;margin-bottom: 20px;
    }
    .ppc-banner-section{
        background-position: 25%;
    }
    .video-sec a img{
        min-height: 300px;object-fit: cover;
    }
    .space-pd{
        padding: 60px 0px;
    }
    .space-mr{
        margin: 60px 0px;
    }
    h1, .h1{
        font-size: 30px;
    }
    h2{
        font-size: 25px;
    }
    h3{
        font-size:22px;
    }
    h4, .title{
        font-size: 20px;
    }
    h5{
        font-size: 18px;
    }
    h6{
        font-size: 16px;
    }
    .designation{
        font-size: 18px;
    }
    .attorney-section .col-inner{
        margin-bottom: 20px;
    }
    .testimonial-sc .content{
        font-size: 16px;
        padding: 0px 35px;
    }
    .testimonial-sc .content:before, .testimonial-sc .content:after{
        width: 30px;background-size: contain;
    }
    .author{
        font-size: 20px;
    }
    .slick-dots li.slick-active button{
        background-color: var(--green) !important;
    }
    .ppc-banner-section .title{
        font-size: 22px;
    }
    .ppc-banner-section .row1{
        padding-top: 60px;
    }
    .ppc-header .phone-wrap{
        font-size: 16px;
    }
    .header-phone.head-phoneBtn svg{
        width: 15px !important;height: 15px !important;top:unset;right: unset;
    }
    .ppc-header .head-phoneBtn span.free{
      font-size: 14px;
      line-height: 1.5;
      /* padding-left: 25px; */
    }
    .header-phone.head-phoneBtn .phone-wrap{
      display: flex;
      /* gap: 10px; */
      align-items: center;line-height: 1;
    }
    #header .header-phone, .lang{
      display: flex  !important;
    }
    .ppc-header .head-phoneBtn span.free{
        padding-left: 20px;
    }
    body{
        padding-top: 75px;
    }
  }
  .wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error, .email-error {
    width: fit-content;
    color: #fff;
    font-weight: 500;
    display: block;
    position: absolute;
    bottom: 1px;
    right: 0;
    font-size: 10px;
    background-color: #b30000;
    padding: 6px;
    border-radius: 4px 4px 0 0;
    line-height: 6px;
    text-transform: capitalize;
    margin: 0;
    z-index: 1;
  }
  .wpcf7 .wpcf7-not-valid-tip{
    display: none !important;
  }