@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body {
    margin: 0;
    padding: 0;
    color: #6f6f6f;
    /*  font-family: 'Archivo';*/
    font-style: normal;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
img {
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    color: #1D1C22;
}
h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    color: #1D1C22;
    margin-bottom: 20px;
}
/*Top Info */
.top-info {
    background: #58A65C;
    text-align: center;
    padding: 16px 0px;
}
.top-info-text {
    margin: 0;
    color: #FFF;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}
.right-cta {
    text-align: right;
}
/*Button*/
.btn-primary {
    background: #58A65C;
    border-color: #58A65C;
    border-radius: 10px;
}
a.btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    min-width: 217px;
    text-align: center;
    padding: 15px 30px;
}
.btn-primary:hover, .btn-primary:focus {
    background: #000 !important;
    border-color: #000 !important;
}
/*Banner Section */
.main-header {
    position: absolute;
    width: 100%;
    z-index: 1;
    padding-top: 20px;
}
/*.header-row {

  padding-bottom: 60px;

}*/
.banner-section {
    padding: 203px 0px 10px 0px;
    background-size: cover !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
    position: relative;
}
section.banner-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(33, 23, 21, 0.4);
}
section.banner-section .container {
    position: relative;
}
.banner-title {
    font-weight: 700;
    font-size: 64px;
    line-height: 80px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
    margin-top: 82px;
}
.banner-sub-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    max-width: 488px;
}
span.arrow-img {
    position: absolute;
    /* margin-top: -128px;
    margin-left: 175px;*/
    margin-top: -153px;
    margin-left: -16px;
}
/*Form  */
.pform .tab {
    display: none;
}
.form-col {
    background: #FFFFFF;
    border: 1px solid #b5b5b5;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 34px 28px;
    max-width: 576px;
    margin: 175px 0px 8px auto;
    z-index: 99;
    position: relative;
}
.form-col h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
}
.form-group {
    margin-bottom: 15px;
}
.form-control {
    padding: 15px 20px;
    border: 1px solid #ADADAD;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #858585;
    height: auto;
}
.select-box:before {
    content: "";
    position: absolute;
    height: 9px;
    width: 9px;
    border: 2px solid #7e817c;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(133deg);
    top: 26px;
    right: 21px;
    z-index: -1;
}
select.form-control {
    background: transparent !important;
}
.select-box {
    position: relative;
}
select.form-control {
    -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
span.arrow-img img {
    /* width: auto!important; */
    max-width: fit-content;
}
.form-control:focus {
    box-shadow: none !important;
    border: 1px solid #060606;
}
button#nextBtn {
    background: #58A65C;
    border: 0;
    border-radius: 10px;
    width: 100%;
    color: #FFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    padding: 22px 20px;
}
button#prevBtn {
    background: #454745;
    border: 0;
    border-radius: 10px;
    width: 100%;
    color: #FFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    padding: 22px 20px;
    margin: 10px 0px 15px;
}
button#nextBtn:hover {
    background: #000;
}
button#prevBtn:hover {
    background: #1e6922;
}
.pform-date__item #date-error {
    position: absolute;
    bottom: -40px;
}
.pform-content span.error {
    width: 100%;
    text-align: left;
    color: #cb1717;
    padding-top: 0px;
    font-size: 14px;
    padding-bottom: 0px;
    display: inline-block;
}
/*Features*/
.features-section {
    padding: 60px 0px;
}
.features-col {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
    height: 151px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.features-col h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #000000;
}
.features-media {
    margin-bottom: 5px;
    min-height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
}
img.icon-size3 {
    max-width: 67px;
}
/*Step Section */
.step-section {
    background: #F4F4F4;
    padding: 68px 0px;
}
.step-num span {
    width: 100px;
    height: 100px;
    background: #58A65C;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    font-size: 36px;
    line-height: 100px;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
}
.step-col {
    text-align: center;
    position: relative;
    margin: 0px -30px;
    padding: 0px 20px;
}
.step-col h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}
.step-section h2 {
    margin-bottom: 40px;
}
/*.step-section .row {

  max-width: 876px;

  margin: auto;

}

*/
.step-num:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background: #58A65C;
    top: 46px;
}
.step-col.last-step .step-num:before {
    display: none;
}
/*Text Section */
.text-section {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    /*padding: 90px 0px 90px;*/
    /*  border-top:1px solid rgba(0, 0, 0, 0.1);*/
}
.text-primary {
    color: #58A65C !important;
}
.text-row-bottom {
    margin-top: 50px;
}
ul.list-style2 {
    margin: 0px;
    padding: 0px;
}
ul.list-style2 li {
    position: relative;
    list-style: none;
    padding-left: 69px;
    padding-bottom: 1px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
ul.list-style2 li span {
    width: 43px;
    height: 43px;
    line-height: 43px;
    background: #58A65C;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 0;
}
ul.list-style2 li:last-child {
    padding-bottom: 0;
    border: 0;
}
.text-btn {
    margin-top: 35px;
}
ul.list-style {
    margin: 0;
    padding: 0;
}
span.icon-check {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: #58A65C;
    position: absolute;
    left: 0;
    border-radius: 50%;
}
ul.list-style li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
span.icon-check:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 10px;
    border: 1px solid #ffffff;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(126deg);
    top: 7px;
    left: 6px;
}
/* Icon box  */
section.find-section {
    padding: 90px 0px;
}
.intro {
    text-align: center;
    max-width: 900px;
    margin: 0px auto 50px;
}
.find-row {
    max-width: 1000px;
    margin: auto;
}
.find-col {
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    min-height: 151px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.find-col h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #000;
}
.find-media {
    margin-bottom: 15px;
}
.find-media img {
    max-width: 60px;
}
/*CTA Bottom */
.cta-col h2 {
    font-weight: 700;
    font-size: 55px;
    line-height: 60px;
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.cta-col {
    max-width: 700px;
    margin: auto;
    z-index: 1;
    position: relative;
}
section.cta-section {
    padding: 230px 0px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top !important;
    position: relative;
}
.policy-link {
    margin-top: 15px;
}
.policy-link a {
    color: #FFF;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}
section.cta-section:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
/*Footer */
footer {
    background: #48515A;
    padding: 20px 0px;
}
.copy-text p {
    text-align: right;
    margin: 0;
    color: #FFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
}
.copy-text p a {
    color: #FFF;
    text-decoration: none;
}
/*Thank You Page */
section.banner-section.thankyou-banner {
    min-height: 576px;
}
.thanks-col {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    max-width: 846px;
    margin: -269px auto 0px;
    z-index: 1;
    position: relative;
    padding: 109px 90px;
    text-align: center;
}
section.thanks-text {
    padding: 100px 0px 0px;
}
.thanks-col h2 {
    margin: 25px 0px 20px;
}
.thanks-col p {
    margin: 0px auto;
    max-width: 100%;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
}
/*******Responsive css*********/
 
@media (min-width:1280px){
	
.form-col {
    margin: 103px 0px 8px auto;
 
}
.banner-section {
    min-height: 903px;
}
	
}


@media (max-width: 991px) {
    .top-info {
        display: none;
    }
    header.main-header {
        background: rgba(33, 23, 21, 0.8);
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .banner-title {
        font-size: 30px;
        line-height: 39px;
        text-align: center;
        margin-top: 0;
        max-width: 345px;
        margin-left: auto;
        margin-right: auto;
    }
    .banner-sub-title {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        max-width: 100%;
    }
    .feature-main-row {
        display: flex;
        flex-direction: column-reverse;
    }
    .form-col {
        margin-top: 20px !important;
        margin-bottom: 50px;
        margin: 0 auto;
    }
    .feature-main-row h2 {
        font-size: 30px;
        line-height: 35px;
        text-align: center;
        margin-top: 0px;
    }
    .step-section h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .step-col h3 {
        /*    max-width: 142px;*/
        font-size: 18px;
        line-height: 20px;
        margin: 0 auto;
    }
    span.arrow-img {
        display: none;
    }
    .major-title {
        margin-top: 40px !important;
    }
    h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .form-col h2 {
        font-size: 30px;
    }
    p {
        font-size: 16px;
    }
    .text-section {
        padding: 40px 0px 40px;
    }
    .text-col2 {
        margin-top: 30px;
    }
    .text-row-bottom {
        margin-top: 20px;
    }
    .text-col3 {
        margin-top: 30px;
    }
    section.find-section {
        padding: 50px 0px;
    }
    .find-col {
        padding: 15px 5px;
        min-height: 155px;
    }
    .cta-col h2 {
        font-size: 44px;
        line-height: 50px;
        max-width: 520px;
        margin: 0 auto;
        padding-bottom: 20px;
    }
    section.cta-section {
        padding: 150px 0px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: top center !important;
    }
    .footer-logo {
        text-align: center;
    }
    .copy-text p {
        text-align: center;
        font-size: 14px;
    }
    footer {
        padding: 30px 0px;
    }
    section.step-section {
        overflow: hidden;
    }
    .banner-section {
        background-position: top center !important;
        padding: 130px 0px 66px;
    }
}
@media (max-width: 767px) {
    section.cta-section {
        padding: 90px 0px;
    }
    .cta-section {
        background: url(../images/ready-lawyer-mobile-min.jpg) !important;
        background-size: cover !important;
        background-position: top center !important;
        background-repeat: no-repeat !important;
    }
    .banner-section {
        background: url(../images/ractangle-mobile-banner-min.jpg) !important;
        background-size: cover !important;
        background-position: top center !important;
        padding: 90px 0px 38px;
        background-repeat: no-repeat !important;
    }
    .cta-col h2 {
        font-size: 28px;
        line-height: 39px;
        max-width: 415px;
    }
    .find-media {
        margin-bottom: 5px;
    }
    .find-col h3 {
        font-size: 16px !important;
        line-height: 17px;
    }
    .text-btn a {
        width: 100%;
    }
    .main-header a.btn {
        font-size: 14px;
        min-width: 140px;
        padding: 15px 10px;
    }
    .banner-title br {
        display: none;
    }
    .form-col {
        padding: 30px;
    }
    .step-num span {
        font-size: 24px;
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    .step-num:before {
        top: 39px;
    }
    .step-col h3 {
        font-size: 15px;
        line-height: 17px;
    }
    section.banner-section.thankyou-banner {
        min-height: 377px;
    }
    .thanks-col {
        padding: 50px 40px;
    }
    .thanks-col p {
        font-size: 16px;
        line-height: 22px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .banner-title {
        font-size: 55px;
        line-height: 55px;
    }
    .banner-sub-title {
        font-size: 25px;
        line-height: 30px;
        max-width: 350px;
    }
    span.arrow-img {
        margin-top: -80px;
    }
}
/*********Faq section***********/
html {
    scroll-behavior: smooth;
}
.myaccordion .card {
    border: none;
    border: 1px solid #DBDBDB;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 15px;
    background: #f4f4f4;
}
.myaccordion .card-header {
    border-top-color: none;
    padding: 0px;
    background: #f4f4f4;
    border: none;
}
.myaccordion .card-body {
    padding: 0px 5px;
}
.myaccordion .fa-stack img {
    width: 20px;
}
.myaccordion .btn {
    width: 100%;
    font-weight: 400;
    color: #1D1C22;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}
.myaccordion .card-body p {
    margin-top: 10px;
}
.myaccordion .btn:before {
    content: '+';
    right: 20px;
    position: absolute;
    font-weight: 300;
    font-size: 30px;
    color: #58a65c;
}
.myaccordion .btn[aria-expanded="true"]:before {
    content: '-';
}
#accordion {
    margin-top: 40px;
}
.myaccordion .btn:focus {
    box-shadow: none;
}
.myaccordion .btn-link:hover, .myaccordion .btn-link:focus {
    text-decoration: none;
}
.myaccordion li + li {
    margin-top: 10px;
}
section.faq-section {
    padding: 60px 0px 60px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}
.side-text .cta-text {
    max-width: 600px;
    padding: 40px 0px;
}
section.top-features {
    background: #d8d5d5;
    padding: 26px 0px;
}
section.top-features .features-row2 {
    align-items: center;
    justify-content: center;
    display: flex;
}
.features-col2 {
    padding: 0px 10px;
}
.features-top2 {
    display: flex;
    align-items: center;
    position: relative;
}
.features-top2:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 40px;
    background: #D6D7D7;
    right: -55px;
}
.features-top2 span {
    margin-right: 10px;
    display: flex;
    max-width: 30px;
}
.features-top2 h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    flex: 1;
    display: inline-block;
}
.select-label {
    font-size: 17px;
    color: #575656;
}
@media (max-width:991px) {
    .banner-title br {
        display: none;
    }
    .side-img {
        padding-left: 15px !important;
    }
    .features-top2 h3 {
        font-size: 14px;
    }
    .side-text .cta-text {
        padding-top: 0;
        padding-bottom: 0;
    }
    .text-left.pt-5.pb-5.side-text {
        padding-bottom: 0 !important;
        padding-top: 22px !important;
    }
    .myaccordion .card {
        padding-right: 39px;
    }
    .step-section {
        padding: 45px 0px 25px;
    }
    .step-col h3 {
        margin: 0px auto 15px !important;
    }
    .step-col {
        margin-bottom: 30px;
    }
    section.step-section .row {
        margin: 0;
    }
    section.faq-section {
        padding: 30px 0px 30px;
    }
    .step-num:before {
        display: none;
    }
    .side-text .cta-text h2 {
        text-align: center;
    }
    select.form-control {
        padding-right: 37px;
    }
    .side-img img {
        height: auto !important;
    }
    article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
        overflow-x: hidden;
    }
} 





@media (max-width:380px){
	
.banner-sub-title {
    font-size: 20px;
}
	
}













