
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    /*font-family: 'Raleway', sans-serif;*/
    /*font-family: 'Montserrat', sans-serif;*/
}
a {
    text-decoration: none !important;
        outline: none !important;
    box-shadow: none !important;
}
.header-sec {
    position: absolute;
    width: 100%;
    z-index: 100;
    top: 0px;
    left: 0px;
    padding: 50px 0px;
}
.navbar-collapse .navbar-nav li.nav-item a.nav-link {
    padding: 8px 22px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #2E3F3A;
    border: 2px solid transparent;
}
.navbar-collapse .navbar-nav li.nav-item a.nav-link.active {
    color: #0CB268;
}
.navbar-collapse .navbar-nav li.nav-item a.nav-link:hover {
    color: #0CB268;
}
li.nav-item.contactnav {
    margin-left: 10px;
}
.navbar-collapse .navbar-nav .contactnav .nav-link {
    background: #0CB268;
    border-radius: 32px;
    font-weight: 600 !important;
    color: #fff !important;
    border: 2px solid #0CB268 !important;
}
li.nav-item.loginnav {
    margin-left: 27px;
}
.navbar-collapse .navbar-nav .loginnav .nav-link {
    border: 2px solid #EFEFEF !important;
    box-sizing: border-box;
    border-radius: 32px;
    min-width: 120px;
    text-align: center;
    font-weight: 600 !important;
}
.header-sec nav.navbar {
    padding: 0px;
}
.header-sec nav.navbar .navbar-nav {
    padding-top: 12px;
}
.header-sec nav.navbar a.navbar-brand {
    padding: 0px;
    margin: 0px;
    width: 167px;
}
.homebanner {
    position: relative;
    padding: 275px 0px 104px;
}
.homebanner .container {
    position: relative;
    z-index: 11;
}
.hbanner-img {
    position: absolute;
    left: 0px;
    top: 0px;
}
.hbanner-right {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.homebanner-text {
    max-width: 425px;
}
.homebanner-text h1 {
    font-weight: 700;
    font-size: 60px;
    color: #0CB268;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
}
.homebanner-text span {
    color: #000000;
}
.homebanner-text p {
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    margin-bottom: 35px;
    line-height: 28px;
}
.btn.btn-info {
    background: #0CB268 !important;
    border-radius: 160px;
    font-weight: 600;
    font-size: 14px;
    line-height: 200%;
    color: #FFFFFF;
    padding: 12px 31px;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #0CB268;
}
.btn.btn-border {
    background: none !important;
    border-radius: 160px;
    font-weight: 600;
    font-size: 14px;
    line-height: 200%;
    padding: 12px 31px;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #0CB268;
    color: #0CB268;
}
.homebanner-text .btn {
    min-width: 200px;
}
.homebanner-text .btn.btn-info {
    margin-right: 17px;
}

.get-sec {
    padding: 110px 0px 55px;
    position: relative;
}
.get-secbg {
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgb(180 197 206 / 9%);
    border-radius: 15px;
    padding: 50px;
}
.get-secbg h2 {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 26px;
}
.get-secbg .form-group {
    margin: 0px;
}
.get-secbg .form-group .form-control {
    background: #F3F7FC;
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #162D3E;
    opacity: 0.4;
    min-height: 60px;
    padding: 10px 23px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.col-md-get {
    width: 39%;
    padding: 0px 15px;
}
.col-md-getbtn {
    width: 22%;
    padding: 0px 15px;
}
.get-secbg .btn.btn-border {
    width: 100%;
    text-transform: uppercase;
    min-height: 60px;
}
.get-sec .get-rightbg {
    position: absolute;
    right: 0px;
    top: -141px;
    z-index: -1;
}
.dashboard-sec {
    padding: 55px 0px 110px;
    position: relative;
}
.dashboard-desc h2 {
    font-weight: 700;
    font-size: 35px;
    letter-spacing: 0.02em;
    color: #000000;
    line-height: 47px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 40px;
}
.dashboard-desc {
    padding-left: 88px;
    min-height: 373px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.btn.btn-more {
    background: none !important;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 200%;
    padding: 15px 34px;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #0CB268;
    color: #0CB268;
    min-width: 220px;
    letter-spacing: 0.02em;
}
.dashboard-top {
    position: absolute;
    top: -52px;
    z-index: -1;
}
.dashboard-sec .dashboard-rightbg {
    position: absolute;
    right: 0px;
    top: -370px;
    z-index: -1;
}
.growing-sec {
    position: relative;
    padding: 110px 0px;
}
.growing-left h2 {
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0.02em;
    color: #000000;
    font-family: 'Raleway', sans-serif;
    line-height: 55px;
    margin-bottom: 35px;
}
.growing-left p {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #000000;
    opacity: 0.7;
    margin-bottom: 46px;
}
.growing-left {
    padding-right: 92px;
    min-height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.growing-right ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.growing-right ul li {
    display: block;
    position: relative;
    padding-left: 100px;
    min-height: 80px;
    margin-bottom: 40px;
}
.growing-right ul li:last-child {
    margin-bottom: 0px;
}
.growing-right ul li .growing-icon {
    position: absolute;
    left: 0px;
    top: 13px;
    width: 63px;
    text-align: center;
}
.growing-right ul li h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #000000;
    margin-bottom: 12px;
}
.growing-right ul li p {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: #000000;
    opacity: 0.7;
}
.growing-right ul li a {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.005em;
    color: #0CB268;
}
.growing-sec .growing-leftbg {
    position: absolute;
    left: 0px;
    top: -500px;
    z-index: -1;
}
.chiggopay-way {
    padding: 110px 0px;
    text-align: center;
        position: relative;
}
.chiggopay-wayleft {
    padding: 40px 55px 60px 55px;
}
.chiggopay-wayright {
    background: rgba(12, 178, 104, 0.05);
    border-radius: 10px;
    padding: 40px 30px 60px 30px;
}
.chiggopay-way h2 {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 60px;
}
.chiggopay-wayrightbg {
    position: absolute;
    top: -420px;
    right: 0px;
    z-index: -1;
}
.brand-sec {
    padding: 170px 0px;
    position: relative;
}
.brand-right {
    padding-left: 64px;
}
.brand-right h2 {
    font-weight: 600;
    font-size: 42px;
    line-height: 60px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 43px;
}
.brand-right p {
    font-weight: 400;
    font-size: 14px;
    line-height: 33px;
    letter-spacing: 0.03em;
    color: #000000;
    opacity: 0.7;
    margin: 0px;
}
.brandtaxes .brand-right {
    padding-left: 0px;
    padding-right: 64px;
}
.brand-sec .row {
    margin-bottom: 190px;
}
.brand-sec .row:last-child {
    margin-bottom: 0px;
}
.brand-leftbg {
    position: absolute;
    left: 0px;
    top: -430px;
    z-index: -1;
}
.clients-sec {
    position: relative;
    padding: 130px 0px 200px;
}
.clients-heading {
    text-align: center;
    max-width: 590px;
    margin: 0px auto 30px;
}
.clients-heading h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 60px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 12px;
}
.clients-heading p {
    font-weight: 400;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #000000;
    opacity: 0.7;
    margin: 0px;
}
.ourlawyers-card {
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgb(156 193 182 / 15%);
    border-radius: 15px;
    margin: 30px 18px;
    padding: 60px 60px 40px 40px;
}
.ourlawyers-img {
    position: relative;
    padding-left: 80px;
    min-height: 57px;
    margin-bottom: 30px;
}
.ourlawyers-img .img-fluid {
    width: 50px !important;
    height: 50px;
    border-radius: 100px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.ourlawyers-img h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 3px;
    padding-top: 10px;
}
.ourlawyers-img h6 {
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #87939C;
    margin: 0px;
}
.ourlawyers-desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.02em;
    color: #000000;
    margin: 0px;
}
.clients-sec .owl-carousel .owl-nav {
    display: block !important;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -20px;
    width: 100%;
}
.clients-sec .owl-carousel .owl-nav button:focus {
    outline: none !important;
}
.clients-sec .owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    background: #fff !important;
    border-radius: 100%;
}
.clients-sec .owl-carousel .owl-nav button.owl-prev {
    left: -40px;
    position: absolute;
}
.clients-sec .owl-carousel .owl-nav button.owl-next {
    right: -40px;
    position: absolute;
}
#owl-demo1 .owl-dots {
    display: none !important;
}
#owl-demo1 {
    padding: 0px 40px !important;
}
.clientsleft {
    position: absolute;
    left: 0px;
    top: -300px;
    z-index: -1;
}
.clientsright {
    position: absolute;
    right: 0px;
    top: -300px;
    z-index: -1;
}
.mainfooter {
    padding: 70px 0px;
}
.footer-logo {
    padding-right: 140px;
}
.footer-logoimg {
    display: block;
    width: 167px;
    margin-bottom: 35px;
}
.footer-logo p {
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    color: #5C4529;
    margin-bottom: 30px;
}
.footer-logo ul {
    margin: 0px;
    padding: 0px;
}
.footer-logo ul li {
    display: inline-block;
    margin-right: 45px;
}
.footernav h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 200%;
    color: #162D3E;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.footernav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footernav ul li {
    display: block;
    margin-top: 20px;
}
.footernav ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    color: #87939C;
}
.copyright {
    text-align: center;
    margin-top: 60px;
}
.copyright p {
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    color: #162D3E;
    margin: 0px;
}





.inner-header-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: -1;
}
.innerbanner {
    min-height: 420px;
    text-align: center;
    padding-top: 200px;
}
.innerbanner h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 242.19%;
    text-align: center;
    color: #2E3F3A;
    margin: 0px;
}
.innerbanner-text p {
    font-weight: 400;
    font-size: 24px;
    line-height: 242.19%;
    color: #000000;
    opacity: 0.5;
    margin: 0px;
}
.features-sec {
    position: relative;
    padding-bottom: 200px;
}
.features-card {
    background: #FFFFFF;
    box-shadow: 0px 15px 25px rgb(156 193 182 / 10%);
    border-radius: 15px;
    margin-bottom: 30px;
    padding: 45px 30px;
}
.features-card .img-fluid {
    margin-bottom: 30px;
}
.features-card h4 {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    margin: 0px 0px 14px 0px;
}
.features-card ul li {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin-bottom: 10px;
    line-height: 28px;
    padding-left: 20px;
}
.features-card ul li::after {
    content: "";
    width: 7px;
    height: 7px;
    border: 1px solid #31B487;
    position: absolute;
    left: 0px;
    top: 10px;
    border-radius: 100%;
}
.features-card ul li:last-child {
    margin-bottom: 0px;
}
.features-card ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.features-card ul li strong {
    font-weight: 600;
}
.features-sec .get-rightbg {
    position: absolute;
    right: 0px;
    top: 0px;
}
.features-sec .dashboard-rightbg {
    position: absolute;
    right: 0px;
    top: 0px;
}
.features-sec .growing-leftbg {
    position: absolute;
    left: 0px;
    top: 150px;
}
.features-bottom {
    position: absolute;
    left: 0px;
    bottom: -178px;
    z-index: -2;
    width: 100%;
}
.features-sec .features-bleft {
    position: absolute;
    left: 0px;
    bottom: 753px;
    z-index: -1;
}

.pricingbtn {
    text-align: center;
    width: 245px;
    height: 45px;
    border: 0.5px solid #0CB268;
    border-radius: 160px;
    margin: 0px auto 100px;
}
.pricingbtn .btn.btn-success.active {
    background: #0CB268 !important;
    font-size: 12.6459px;
    border: 1px solid #0CB268 !important; 
    color: #FFFFFF !important;
}
.pricingbtn .btn.btn-success {
    background: none !important;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    color: #0CB268 !important;
    width: 102px;
    padding: 0px 10px;
    margin: 3px 0px;
    border: 1px solid transparent !important;
    outline: none !important;
    box-shadow: none !important;
    height: 37px;
    line-height: 36px;
}
.pricingbtn .btn.btn-success:first-child {
    margin-right: 13px;
}
.pricingbtn .btn.btn-success:last-child {
    margin-left: 13px;
}
.pricing-card {
    background: #FFFFFF;
    box-shadow: 0px -4.28133px 26.7583px rgb(177 195 202 / 15%);
    border-radius: 16.055px;
    padding: 40px 35px 80px;
}
.pricing-card-top {
    position: relative;
    min-height: 100px;
    margin-bottom: 45px;
}
.pricing-card-top h3 {
    font-weight: 600;
    font-size: 21px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 30px;
}
.pricing-card-top h2 {
    font-weight: 600;
    font-size: 40px;
    color: #FFA927;
    line-height: 30px;
    margin-bottom: 20px;
}
.pricing-card-top h2 span {
    font-weight: 400;
    font-size: 14px;
    color: #B4CAD3;
    display: inline-block;
}
.pricing-card-top img {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.pricing-card-desc ul {
    margin: 0px 0px 65px 0px;
    padding: 0px;
    list-style: none;
}
.pricing-card-desc ul li {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
    padding-left: 60px;
}
.pricing-card-desc ul li span {
    position: absolute;
    left: 0px;
    border: 0.5px solid #A3E3CD;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 24px;
    border-radius: 100%;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.02em;
    color: #31B487;
    top: -2px;
}
.pricing-card-desc ul li span .fa-times {
    color: #FB6565;
}
.pricing-plan-btn {
    text-align: center;
}
.pricing-plan-btn .btn.btn-border {
    background: #31B487 !important;
    font-size: 16px;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    padding: 10px 42px;
}
.pricing-card.active .pricing-plan-btn .btn.btn-border {
    color: #31B487;
    background: none !important;
}
.pricing-sec {
    position: relative;
    padding-bottom: 250px;
}
.pricing-sec .get-rightbg {
    position: absolute;
    right: 0px;
    top: -100px;
    z-index: -1;
}
.pricing-sec .dashboard-rightbg {
    position: absolute;
    right: 0px;
    top: -100px;
    z-index: -1;
}
.pricing-sec .pricing-bottom {
    position: absolute;
    left: 0px;
    bottom: -380px;
    z-index: -1;
}
.aboutbanner .innerbanner-text p {
    font-size: 21px;
}
.about-sec {
    position: relative;
    padding: 50px 0px 350px;
}
.about-info {
    max-width: 900px;
    margin: 0px auto;
    text-align: center;
}
.about-info p {
    margin-bottom: 150px;
    font-weight: 500;
    font-size: 16px;
    text-align: justify;
    color: #2E3F3A;
    line-height: 49px;
}
.about-sec .about-right {
    position: absolute;
    right: 0px;
    top: -45px;
    z-index: -1;
}
.aboutbanner .btn.btn-info {
    min-width: 200px;
}
.innerbanner-text .btn.btn-info {
    min-width: 200px;
    margin-top: 45px;
}
.why-sec {
    position: relative;
    padding: 166px 0px 120px;
}
.why-info p {
    font-weight: 500;
    font-size: 16px;
    line-height: 250%;
    color: #7B7D7C;
    margin-bottom: 100px;
}
.why-info p:last-child {
    margin-bottom: 50px;
}
.whyinfo-card {
    background: #FFFFFF;
    box-shadow: 0px 15px 25px rgb(156 193 182 / 10%);
    border-radius: 15px;
    padding: 40px 15px 25px;
    min-height: 255px;
    margin-bottom: 50px;
}
.whyinfo-img {
    height: 74px;
}
.whyinfo-card h3 {
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    margin: 15px 0px 20px 0px;
}
.whyinfo-card p {
    font-weight: 400;
    font-size: 13.5px;
    color: #7B7D7C;
    margin: 0px;
    line-height: 21px;
}
.why-sec .about-right {
    position: absolute;
    right: 0px;
    top: -109px;
    z-index: -1;
}
.why-sec .dashboard-rightbg {
    position: absolute;
    right: 0px;
    top: -167px;
    z-index: -3;
}
.why-sec .whyleft {
    position: absolute;
    left: 0px;
    bottom: -400px;
    z-index: -1;
}

.login-sec {
    min-height: 420px;
    padding: 200px 0px 152px;
    position: relative;
}
.login-form {
    max-width: 400px;
    margin: 0px auto;
}
.login-form-top h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #000000;
    margin-bottom: 10px;
}
.login-form-top p {
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    color: #7B7D7C;
    margin-bottom: 35px;
}
.login-form-top p a{
    font-weight: 500;
    color: #0CB268;
}
.login-img {
    text-align: center;
    margin-top: 55px;
}
.login-form .form-control {
    border: 0.5px solid #CCD6E0;
    border-radius: 10px;
    min-height: 55px;
    background: none !important;
    outline: none !important;
    box-shadow: none !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    color: #7B7D7C;
    padding: 11px 30px;
}
.login-form .form-group {
    margin-bottom: 30px;
}
.passwordgroup {
    position: relative;
}
.passwordgroup .fa-eye-slash {
    position: absolute;
    right: 30px;
    top: 17px;
    color: #8C95A0;
    font-size: 20px;
}
.login-form .form-group label.form-check-label {
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
    color: #7B7D7C;
    position: relative;
    padding-left: 10px;
}
.form-check-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    left: 0px
}
.form-check-input::after {
    content: "";
    position: absolute;
    border: 1px solid #DCD4CB;
    border-radius: 3px;
    width: 16px;
    height: 16px;
    left: 0px;
    top: 0px;
}
.form-check-input:checked::before {
    content: "";
    z-index: 111;
    border-left: 2px solid #0cb268;
    width: 9px;
    height: 5px;
    left: 4px;
    top: 5px;
    position: absolute;
    border-bottom: 2px solid #0cb268;
    transform: rotate(308deg);
}
.for-password {
    float: right;
    font-weight: 400;
    font-size: 13px;
    line-height: 200%;
    text-decoration-line: underline !important;
    color: #7B7D7C !important;
}
.login-form .btn.btn-info {
    border-radius: 10px;
    width: 100%;
    font-weight: 500;
}
.login-google {
    border: 1px solid rgba(182, 163, 139, 0.8);
    box-sizing: border-box;
    border-radius: 10px;
    max-height: 55px;
    display: block;
    text-align: center;
    line-height: 53px;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    margin-bottom: 24px;
}
.login-google .img-fluid {
    margin-right: 8px;
}
.login-form-bottom p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #7B7D7C;
    margin: 0px;
}
.login-form-bottom p a {
    color: #0CB268;
    font-weight: 500;
}
.login-sec .loginbottom {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}


.login-form.signupform {
    max-width: 730px;
}
.signupform .login-form-top {
    text-align: center;
}
.signupform .form-check.radio-d {
    padding: 0px;
    margin-bottom: 35px;
}
.signupform .form-check.radio-d label.form-check-label {
    padding: 9px 25px;
}
.signupform .radio-d .form-check-input {
    width: 100%;
    height: 100%;
    margin: 0px;
    top: 0px;
        outline: none !important;
    box-shadow: none !important;
    border: none !important;
}
.signupform .form-check.radio-d span.op-span {
    display: block;
    font-weight: 400;
    font-size: 13px;
    color: #070501;
}
.signupform .form-check.radio-d span.desc-span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #7B7D7C;
}
.signupform .radio-d .form-check-input::after {
    width: 100%;
    height: 100%;
    border: 0.5px solid #CCD6E0;
    border-radius: 10px;
}
.signupform .radio-d .form-check-input:checked::before {
    display: none !important;
}
.signupform .radio-d .form-check-input:checked::after {
    border: 1.5px solid #0CB268;
}
.signupform label.form-check-label a {
    color: #7B7D7C;
}
.signupform .btn.btn-info {
    width: 255px;
}

.s-currency h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 242.19%;
    text-align: center;
    color: #2E3F3A;
    margin-bottom: 60px;
}
.currency-card .currency-d {
    padding: 0px;
    margin: 0px;
}
.currency-card .currency-d .form-check-label {
    position: relative;
    display: block;
    text-align: center;
    height: 227px;
    background: #fff;
    padding-top: 52px;
}
.currency-card .currency-d .form-check-input {
    width: 100%;
    margin: 0px;
    height: 227px;
    top: 0px;
}
.currency-card .currency-d .form-check-input::after {
    box-shadow: 0px 8.12255px 24.3676px rgb(156 193 182 / 10%);
    border-radius: 12.1838px;
    border: 1px solid transparent;
    height: 100%;
    width: 100%;
}
.currency-card .form-check-input:checked::after {
    /*border: 1.5px solid #0CB268;*/
}
.currency-card .form-check-input:checked::before {
    display: none !important;
}
.currency-card .currency-d .currency-span {
    font-weight: 600;
    font-size: 19.4941px;
    line-height: 29px;
    color: #000000;
    display: block;
    margin-top: 45px;
}
.currency-sbtn {
    text-align: center;
    margin-top: 60px;
}
.currency-sbtn .btn.btn-info {
    min-width: 184px;
    font-size: 18px;
    padding: 8px 31px;
}
.content-desc-top p {
    font-weight: 500;
    font-size: 16px;
    color: #7B7D7C;
    line-height: 38px;
    margin-bottom: 40px;
}
.content-desc-top p strong {
    font-weight: 500;
    color: #000;
}
.content-desc {
    background: #FFFFFF;
    box-shadow: 0px 15px 25px rgb(156 193 182 / 10%);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
}
.content-desc h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.content-desc ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.content-desc ul li {
    font-weight: 400;
    font-size: 14px;
    color: #7B7D7C;
    margin-top: 10px;
    line-height: 28px;
    position: relative;
    padding-left: 22px;
}
.content-desc ul li label {
    margin: 0px;
    word-break: break-all;
}
.content-desc ul li strong {
    font-weight: 600;
    color: #000;
}
.content-desc ul li::after {
    content: "";
    border: 1px solid #31B487;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 10px;
}
.content-desc ul li ul li::after {
    background: #31B487
}
.dot-d::after {
    content: "";
    border: 1px solid #000000;
    background: #000000;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 12px;
}
.dot-d {
    position: relative;
    padding-left: 16px;
}
.content-desc p {
    font-weight: 400;
    font-size: 14px;
    color: #7B7D7C;
    margin-top: 10px;
    line-height: 28px;
    position: relative;
}
.content-sec {
    position: relative;
    padding: 0px 0px 130px;
}
.content-sec .termsbg1 {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
}
.content-sec .termsbg2 {
    position: absolute;
    top: 20%;
    width: 100%;
    left: 0px;
}
.content-sec .termsbg3 {
    position: absolute;
    top: 40%;
    width: 100%;
    left: 0px;
}
.content-sec .termsbg4 {
    position: absolute;
    top: 60%;
    width: 100%;
    left: 0px;
}
.content-sec .termsbg5 {
    position: absolute;
    top: 80%;
    width: 100%;
    left: 0px;
}
.content-sec .termsbg6 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
}
.help-card {
    background: #FFFFFF;
    box-shadow: 0px 15px 25px rgb(156 193 182 / 10%);
    border-radius: 15px;
    padding: 50px 80px;
    text-align: center;
}
.help-card img.img-fluid {
    height: 85px;
    margin-bottom: 20px;
}
.help-card h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 153%;
    color: #000000;
    margin-bottom: 20px;
}
.help-card p {
    font-weight: 400;
    font-size: 14px;
    line-height: 153%;
    text-align: center;
    color: #7B7D7C;
    margin-bottom: 30px;
}
.help-sec .helpcardrow .col-md-6 {
    padding: 0px 30px;
}
.help-card .btn.btn-info {
    font-size: 12px;
    padding: 10px 35px;
    min-width: 169px;
}
.help-form {
    background: #FFFFFF;
    box-shadow: 0px 8.09539px 29.6831px rgb(208 219 223 / 26%);
    border-radius: 8.09539px;
    max-width: 937px;
    margin: 130px auto 0px;
    padding: 60px 70px;
}
.help-form label {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #142738;
    display: inline-block;
    margin-bottom: 10px;
}
.help-form .form-control {
    border: 0.674616px solid #A3B3C2;
    border-radius: 6.74616px;
    min-height: 60px;
    padding: 18px 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #7B7D7C;
    outline: none !important;
    box-shadow: none !important;
}
.help-form .form-group.form-check .btn.btn-info {
    position: absolute;
    right: 0px;
    font-size: 16px;
    width: 167px;
    height: 45px;
    padding: 4px 20px;
    top: 0px;
}
.help-form .form-group.form-check label.form-check-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #142738;
    margin: 0px;
}
.help-form .form-group {
    margin-bottom: 20px;
}
.help-form .form-group.form-check label.form-check-label a {
    color: #142738;
    text-decoration: underline !important;
}
.help-form .form-group.form-check .form-check-input::after {
    border: 0.535929px solid #A3B3C2;
    width: 12px;
    height: 12px;
    border-radius: 100%;
}
.help-form .form-group.form-check .form-check-input:checked::before {
    background: #0cb268 !important;
    border: none !important;
    height: 8px;
    border-radius: 100%;
    left: 2px;
    top: 2px;
    width: 8px;
}
.help-form .form-group.form-check label.form-check-label input.form-check-input {
    margin: 4px 0px 0px 0px;
}
.help-form .form-group.form-check {
    margin: 50px 0px 0px 0px;
    padding-top: 11px;
    min-height: 43px;
}
.addScroll .ui-sortable-handle {
    background: none !important;
}
.help-sec {
    position: relative;
    padding: 0px 0px 130px;
}
.help-sec .get-rightbg {
    position: absolute;
    right: 0px;
    top: 0px;
}
.help-sec .dashboard-rightbg {
    position: absolute;
    right: 0px;
    top: 0px;
}
.help-sec .growing-leftbg {
    position: absolute;
    left: 0px;
    bottom: -310px;
}

/*live css*/

.alert-info p {
    font-size: 14px;
    margin: 0px;
}

/*dropdown*/
.nav-item.dropdownlogin .nav-link img {
    width: 37px;
    height: 37px;
    border-radius: 100%;
    margin-right: 10px;
}
.nav-item.dropdownlogin .dropdown-menu {
    margin: 15px 0px 0px 0px;
    padding: 0px 0px;
    left: auto;
    right: -65px;
    min-width: 190px;
    border-radius: 10px;
    border: none;
    background: #fff;
    box-shadow: 0px 1px 4px #c7c5c5;
}
.dropdownlogin .dropdown-toggle::after {
    display: none;
}
.dropdownlogin a.nav-link {
    padding: 0px 22px !important;
    outline: none !important;
    box-shadow: none !important;
    border: 2px solid transparent !important;
}
.nav-item.dropdownlogin .dropdown-menu a.dropdown-item {
        padding: 9px 19px;
    display: block;
    color: #8D96A5;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: 400;
    background: none !important;
}

.pricingbtn label {
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    color: #0CB268 !important;
    width: 102px;
    padding: 0px 10px;
    margin: 3px 0px;
    border: 1px solid transparent !important;
    outline: none !important;
    box-shadow: none !important;
    height: 37px;
    line-height: 34px;
    position: relative;
}
.pricingbtn label input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    z-index: -1;
    border-radius: 30px;
}
.pricingbtn label input[type="radio"]:checked ~ span {
    color: #fff;
    font-size: 12.6459px;
}
.pricingbtn label input[type="radio"]:checked {
    background: #0cb268;
}
.pricing-card-top h2 span.desc {
    font-weight: 600;
    font-size: 40px;
    color: #FFA927;
}
.nav-item.dropdownlogin .dropdown-menu a.dropdown-item:last-child {
    border: none;
}
.help-sec .status.success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

/*live css*/





