.einContainerMain.incorporate-section.bgafter {
    min-height: auto;
}
.bgafter:after{
    content: "";
    background: url('../img/objeto-inteligente-vectorial.png');
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: right -110px top -450px;
    background-size: 900px 780px;
}
.bgafter .einTopHeader.header-flex, .bgafter .fast-and-easy-wady {
    z-index: 1;
}
.incorporate-section .select-entity-container h1 {
    font-size: 45px;
    font-family: 'Montserrat Bold';
}

.incorporate-section .select-entity-container p {
    font-size: 21px;
    font-family: 'Montserrat UltraLight';
}

.select-price-filter {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    counter-reset: section;
    padding-top: 50px;
}

.select-price-filter .dropdown {
    width: calc(50% - 40px);
    display: inline-block;
    margin: 0px 10px;
    position: relative;
    padding: 5px 0px 5px 40px;
    border-radius: 5px;
    cursor: pointer;
}

.select-price-filter .dropdown::before {
    counter-increment: section;
    content: counter(section);
    width: 28px;
    height: 28px;
    display: inline-block;
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    background: #dc5b5e;
    background: -moz-linear-gradient(-45deg, rgba(220, 91, 94, 1) 0, rgba(245, 135, 78, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(220, 91, 94, 1) 0, rgba(245, 135, 78, 1) 100%);
    background: linear-gradient(135deg, rgba(220, 91, 94, 1) 0, rgba(245, 135, 78, 1) 100%);
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    border-radius: 20px;
}

.select-price-filter .dropdown .select {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* added by pratyush */
.row-gap-8{margin-left: -8px;margin-right: -8px;}
.row-gap-8 > div[class*="col"]{padding-left: 8px;padding-right: 8px;}




.select-price-filter2 .dropdown-menu {
    padding: 0;
    margin: -2px 0 0;
    width: 100%;
    min-width: 100% !important;
    border-radius: 0 0 .25rem .25rem;
    border-color: #e1e7ef;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.09);
}

.select-price-filter2 .dropdown-menu>.inner {
    max-height: 20rem !important
}

.select-price-filter2 .dropdown-item {
    color: #3b454f;
    font-size: 17px;
    white-space: normal;
    padding: .69rem .813rem;
    background-color: #FFF;
    border-top: 1px solid #d1deeb
}

.select-price-filter2 .dropdown-item.active,
.select-price-filter2 .dropdown-item:active {
    color: #3b454f;
    background-color: #FFF
}

.select-price-filter2 .dropdown-menu li a span.text {
    line-height: normal;
}

.select-price-filter2 .dropdown-item:focus,
.select-price-filter2 .dropdown-item:hover {
    color: #3b454f;
    background-color: #fbfbfd;
    outline: 0
}
.select-price-filter2{
    width: 100%;
    max-width: 846px;
    margin: 0 auto;
    counter-reset: section;
    padding-top: 50px;
}
.select-price-filter2 .dropdown .btn-light {
    color: #3b454f;
    background-color: #FFF;
    border-color: #d1deeb;
    padding: 15px 15px 15px 56px;
    font-size: 17px;
}
.select-price-filter2 .dropdown::before {
    counter-increment: section;
    content: counter(section);
    width: 28px;
    height: 28px;
    display: inline-block;
    position: absolute;
    z-index: 2;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    background: #dc5b5e;
    background: -moz-linear-gradient(-45deg, rgba(220, 91, 94, 1) 0, rgba(245, 135, 78, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(220, 91, 94, 1) 0, rgba(245, 135, 78, 1) 100%);
    background: linear-gradient(135deg, rgba(220, 91, 94, 1) 0, rgba(245, 135, 78, 1) 100%);
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    border-radius: 20px;
}

.select-price-filter2 .dropdown .select {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*Styling Selectbox*/

/* .dropdown {
    width: 300px;
    display: inline-block;
    background-color: #fff;
    border-radius: 2px;
    position: relative;
    font-size: 14px;
    color: #474747;
    height: 100%;
    text-align: left
}

.dropdown .select {
    cursor: pointer;
    display: block;
    padding: 10px
}

.dropdown .select>i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px
}

.dropdown select:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}

.dropdown:active {
    background-color: #f8f8f8
}

.dropdown.active:hover,
.dropdown.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 2px 2px 0 0;
    background-color: #f8f8f8
}

.dropdown.active .select>i {
    transform: rotate(-90deg)
}

.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;
    max-height: 200px;
    overflow-y: auto;
    z-index: 9
}

.dropdown .dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    font-size: 14px;
}

.dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}

.dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2
}

.dropdown .dropdown-menu li:active {
    background-color: #e2e2e2
} */

.select-entity-section .view-price-btn {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-top: 30px;
}

.select-entity-section .view-price-btn a {
    max-width: 340px;
    font-family: 'Montserrat Semi';
    display: inline-block;
    width: 100%;
    padding: 9px;
    color: #fff;
    border-radius: 6px;
    background-color: #f48345;
    border: solid 1px #f48345;
    cursor: pointer;
    font-size: 18px;
}

.select-entity-section .view-price-btn a:hover {
    background-color: #FFF;
    color: #f48345;
}
.trustpilot-content p {
    font-size: 16px;
    font-family: 'Montserrat UltraLight';
}

.incorporate-section .contact_ul li a.text-white:hover {
    color: #f48345!important;
}
.trustpilot-content a img {
    max-width: 180px;
}
.contact_ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 100%;
    text-align: right;
}
.contact_ul li {
    display: inline-block;padding-left: 15px;
}
.contact_ul li:first-child {
    padding-left: 0px;
}
.contact_ul li a {
    font-size: 14px; padding: 5px;
}
.contact_ul li a i {
    font-size: 12px;
    margin-right: 5px;
}
.contact_ul li a img {
    width: auto;
    max-width: 15px;
    max-height: 15px;
    margin-right: 5px;
}


.fast-and-easy-wady .container {
    /* max-width: 980px; */
    max-width: 63.75rem;
}

.fast-and-easy-wady h6 {
    font-size: 15px;
    color: #b3c5d8;
    font-family: 'Montserrat Bold';
}
.fast-and-easy-wady h1 {
    font-size: 45px;
    color: #3b454f;
    font-family: 'Montserrat Semi';
}
.fast-and-easy-wady span.price {
    font-size: 26px;
    color: #3b454f;
    font-family: 'Montserrat Bold';
    margin: 15px 0px 10px 0px;
    display: block;
}

.fast-and-easy-wady p {
    font-size: 21px;
    color: #3b454f;
    font-family: 'Montserrat UltraLight';
}

.fast-and-easy-img {
    width: 100%;
    height: auto;
    float: left;
}
.fast-and-easy-img img {
    width: 100%;
    height: auto;
}
.trustpilot_blue_section {
    width: 100%;
    height: auto;
    float: left;
    background-color: #e5edf5;
    padding: 10px 0px;
    margin-top: 60px;
}
.trustpilot_blue_section a img {
    /* max-width: 140px; */
}
.salesGoalStepsMain.whychoose-legalform {
    border-bottom: solid 1px #e5edf5;
}

.incorp-trustpilot-cls{
    min-height: 70px;
}
.incorp-trustpilot-cls a img{
    margin: 0 8px;
}
.incorp-trustpilot-cls a img:first-child{
    position: relative;
    top: -3px;
}

.main-timeline{
    margin: 20px 0;
    position: relative;
    counter-reset: section;
}
/* .main-timeline:before{
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #494f65;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
} */
.main-timeline .timeline{
    /* margin-bottom: 40px; */
    padding-bottom: 40px;
    position: relative;
}
.main-timeline .timeline:last-child{
    padding-bottom: 0px;
}
.main-timeline .timeline:before{
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #494f65;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.main-timeline .timeline:last-child:before{
    display: none;
}
.main-timeline .timeline:after{
    content: "";
    display: block;
    clear: both;
    
}
.main-timeline .icon{
    width: 30px;
    height: 30px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.main-timeline .icon:after{
    content: "";
    counter-increment: section;
    content: counter(section);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.33s ease-out 0s;
    border: 2px solid #ff794a;
    display: grid;
    align-items: center;
    text-align: center;
    background: #dc5b5e;
    color:#fff;
    font-size: 16px;
    background: -moz-linear-gradient(-45deg, rgba(220, 91, 94, 1) 0, rgba(245, 135, 78, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(220, 91, 94, 1) 0, rgba(245, 135, 78, 1) 100%);
    background: linear-gradient(135deg, rgba(220, 91, 94, 1) 0, rgba(245, 135, 78, 1) 100%);
}

.main-timeline .date-content{
    width: 50%;
    float: left;
    position: relative;
}

.main-timeline .date-outer{
    width: 180px;
    height: 180px;
    font-size: 16px;
    color: #000;
    text-align: center;
    z-index: 1;
    position: relative;
    float: right;
    padding-right: 60px;
}
.main-timeline .date{
    width: 100%;
    margin: auto;
    position: relative;
}
.main-timeline .month{
    font-size: 18px;
    font-weight: 700;
    color: #111;
}
.main-timeline .year{
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #111;
    line-height: 36px;
}
.main-timeline .timeline-content{
    width: 50%;
    padding: 0px 0 20px 40px;
    float: right;
}
.main-timeline .timeline:last-child .timeline-content{
    padding-bottom: 0px;
}
.main-timeline .title {
    font-size: 21px;
    font-family: 'Montserrat Bold';
    color: #3b454f;
    line-height: 24px;
    margin: 0 0 15px 0;
}
.main-timeline .description{
    font-size: 16px;
    color: #61788f;
    margin-bottom: 0;
    font-family: 'Montserrat UltraLight';
}
.main-timeline .timeline:nth-child(2n) .date-content .date-outer {
    float: left;
    padding-right: 0;
    padding-left: 60px;
}
.main-timeline .timeline:nth-child(2n) .date-content{
    float: right;
}
.main-timeline .timeline:nth-child(2n) .date-content:before{
    left: 10px;
}
.main-timeline .timeline:nth-child(2n) .timeline-content{
    padding: 0px 40px 20px 0;
    text-align: right;
}

.we-teke-care-section {
    width: 100%;
    height: auto;
    padding: 80px 0px;
    position: relative;
}
.we-teke-care-section::after {
    content: "";
    width: 100%;
    height: 300px;
    background: rgb(213, 233, 255);
    background: linear-gradient(0deg, rgb(213, 233, 255) 0%, rgb(255, 255, 255) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.we-teke-care-section .container{
    /* max-width: 63.75rem; */
    max-width: 58.75rem;
}
.we-teke-care-section h3 {
    font-size: 30px;
    font-family: 'Montserrat Light';
}
.we-teke-care-section p {
    font-size: 17px;
    font-family: 'Montserrat UltraLight';
    letter-spacing: 1px;
    color:#9fadb5;
}
.we-teke-care-section ul{padding-left: 0px; list-style-type: none; line-height: 30px;}
.we-teke-care-section ul li{padding-left:25px; position: relative; font-family: 'Montserrat Light'; color:#3b454f;}
.we-teke-care-section ul li::before {
    content: "";
    display: inline-block;
    position: absolute;
    line-height: 1.3;
    background: url(../img/checkmark.png);
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    left: 0px;
    top: 13px;
}
.incorporation-testimonials .testimonials-banner-col-1 .tb-img img {
    /* object-fit: contain; */
}
.salesGoalStepsMain.whychoose-legalform .salesGoalStepsInner > h3 {
    font-family: 'Montserrat Light';
    margin-bottom: 65px;
}
.your_llc .container{
    background-image: url('../img/your_llc.png');
}


.mw-940 {
    max-width:58.75rem!important;
    margin: 0 auto;
}

@media(max-width: 1400px){
    .bgafter:after{
        background-position: right -260px top -310px;
        background-size: 750px 620px;
    }
}
@media(max-width: 1024px){
    .bgafter:after{
        background-size: 660px 620px;
    }
}
@media only screen and (max-width: 991px){
    .main-timeline .timeline-content{
        padding: 10px 0 10px 30px;
    }
    .main-timeline .title{ font-size: 17px; }
    .main-timeline .timeline:nth-child(2n) .timeline-content{
        padding: 10px 30px 10px 0;
    }
    .fast-and-easy-wady h1 {
        font-size: 40px
    }
    .your_llc .container{
        background: none !important;
    }
    
}
@media only screen and (max-width: 767px){
    /* .main-timeline:before{
        margin: 0;
        left: 7px;
    } */
    .main-timeline .timeline:before{
        margin: 0;
        left: 14px;
    }
    .main-timeline .icon{
        margin: auto 0;
    }
    .main-timeline .date-content{
        width: 95%;
        float: right;
    }
   
    .main-timeline .date{
        top: 30%;
    }
    .main-timeline .year{
        font-size: 26px;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content{
        width: 100%;
        text-align: left;
        padding: 10px 0 10px 50px;
    }
    .main-timeline .title{
        margin-bottom: 10px;
    }
    .main-timeline .date-outer {
        width: 150px;
        height: auto;
        max-height: 150px;
        float: left;
        padding-left: 30px;
        padding-right: 0px;
        padding-bottom: 10px;
    }
    .main-timeline .timeline:nth-child(2n) .date-content .date-outer {
        padding-left: 40px;
    }
    .fast-and-easy-img img {
        max-height: 300px;
    }
    .we-teke-care-section {
        padding: 3rem 0;
    }
    .bgafter::after {
        background-size: 620px 560px;
    }
}

@media(max-width: 575px){
    .select-price-filter .dropdown {
        width: 100%;
        margin: 0px auto 35px auto;
    }
    .incorporate-section .select-entity-container h1 {
        font-size: 32px;
    }
    .incorporate-section .select-entity-container p {
        font-size: 16px;
    }
    .incorporate-section .header-flex {
        display: block;
        text-align: center;
    }
    .incorporate-section .header-flex .contact_ul {
        text-align: center;
        margin-top: 5px;
    }
    .fast-and-easy-wady h1 {
        font-size: 26px;
    }
    .we-teke-care-section h3 {
        font-size: 24px;
    }
    .salesGoalStepsMain.whychoose-legalform .salesGoalStepsInner > h3 {
        margin-bottom: 30px;
    }
    .bgafter::after{display: none;}
    .contact_ul li a.text-white {
        color: #3b454f!important;
    }
    .incorp-trustpilot-cls a{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .incorp-trustpilot-cls a img:first-child {
        top: 0;
        margin-bottom: 15px;
    }
    .incorp-trustpilot-cls a img:last-child {
        max-height: 1.5rem;
        width: auto;
    }
}
@media(max-width: 480px){
    .incorporate-section .select-entity-container h1 {
        font-size: 28px;
    }
}

