@import url('https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,400;0,500;1,300;1,400&family=Noto+Sans:ital,wght@0,100;0,300;0,400;1,200;1,400&family=Open+Sans:ital,wght@0,300;0,500;1,500&family=Playfair+Display:wght@400;500;600&family=Poppins:ital,wght@0,200;0,400;1,200;1,300&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans';
}

body {
    background-color: #1987540d;
}

.navbar-main .logo {
    color: #000;
    font-size: 16px;
    width: 120px;
    height: auto;
}

.navbar-menu li {
    margin-right: 2rem;
}

.navbar-menu li a {
    color: #757575;
    font-weight: 500;
    font-size: 1rem;
    background-color: #fff;
}

.navbar-menu li a:hover {
    color: #249540;
    border-color: #249540;
}

.nav-button .login-btn {
    color: #2bb24c;
    font-size: 14px;
    line-height: 1rem;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all .4s;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #2bb24c;
    text-decoration: none;
    text-align: center;
    margin: 0px 0px;
    padding: 11px 17px;
    border-radius: 4px;
}

.nav-button .login-btn:hover {
    color: #249540;
    border-color: #249540;
}

.nav-button .get-btn {
    color: #fff;
    font-size: 14px;
    line-height: 1rem;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all .4s;
    z-index: 1;
    background-color: #2bb24c;
    border: 1px solid rgba(0, 0, 0, 0);
    text-decoration: none;
    text-align: center;
    margin: 0px 10px;
    padding: 11px 17px;
    border-radius: 4px;
}

.nav-button .get-btn:hover {
    color: #fff;
    background-color: #249440;
}


/* <!-- *********************************hero start*********************************** --> */

.hero-header h1 {
    color: #000;
    font-size: 45px;
    font-weight: 400;
    line-height: 64px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: capitalize;
}

.hero-header p {
    font-size: 17px;
    color: #222;
    text-align: center;
    padding-top: 5px;
}


/*<!-- *******************************product-box******************************* -->*/

.cb-container-box video {
    width: 700px;
    height: 400px;
    margin: 30px 0;
    border: 10px solid #fff;
    border-radius: 15px;
    box-shadow: 0 0 30px #a5a5a5;
}

.cb-container-box p {
    color: #222222b0;
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px
}

.cb-container-box h3 {
    font-size: 32px;
    font-weight: 400;
    color: #222;
    padding: 0;
    margin: 0 0 15px 0;
}


/* <!-- *********************************hero end*********************************** --> */


/* <!-- *********************************footer start*********************************** --> */

.footer-div {
    padding-top: 60px;
    background-color: #061445;
}

.footer-heading .h2-heading-design {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-weight: 600;
    line-height: 4px;
    text-transform: uppercase;
    text-align: left;
}

.footer-heading ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-heading ul li a {
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 8px;
    color: #9f9f9f;
    padding: 0;
}

.footer-div p {
    font-size: 18px;
    color: #7c7c7c;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.4em;
}


/* <!-- ********************************banner start**************************************** --> */

.banner {
    background: #fff;
    padding: 50px 0 0 0;
}

.features {
    background: #f6f7f8;
}

.h2-heading-design {
    font-size: 34px;
    font-weight: 700;
    color: #333;
}

.h2-heading-design span {
    background: rgba(40, 170, 75, .1);
    color: #2bb24c;
    padding: 0px 10px;
}

.banner-heading h3 {
    color: #9e9e9e;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    margin: 8px 0;
}

.banner-heading p {
    font-size: 16px;
    color: #757575;
    margin: 20px 0;
}

.banner-heading ol li {
    margin-top: 15px;
}


/* <!-- ********************************slider start**************************************** --> */

.slider-heading .h2-heading-design {
    color: #333;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.25em;
    margin-bottom: 0px;
    margin-top: 64px;
    text-transform: none;
}


/* <!-- ********************************progress bar start**************************************** --> */

.step-bar {
    background-color: #fff;
    justify-content: center;
    display: flex;
    text-align: center;
    width: 100%;
}

.step-bar-list {
    background: #fff;
    color: #000;
    list-style: none;
    display: flex;
    padding: 20px 10px;
    position: relative;
    z-index: 10;
}

.step-bar-item {
    padding: 0 20px;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    min-width: 300px;
    position: relative;
}

.step-bar-item+.step-bar-item ::after {
    content: "";
    position: absolute;
    left: 0;
    top: 19px;
    background: #000;
    width: 100%;
    height: 2px;
    transform: translateX(-50%);
    z-index: -10;
}

.progress-count {
    height: 40px;
    width: 40px;
    display: flex;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    border: 1px solid #000;
}

.progress-count::after {
    content: "";
    height: 40px;
    width: 40px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -10;
}

.progress-count::before {
    content: "";
    height: 10px;
    width: 20px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%) rotate(-45deg);
    transform-origin: center center;
}

.progress-lable {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
}

.step-progress {
    padding: 90px 0;
}

.step-progress .h2-heading-design {
    font-size: 34px;
    font-weight: 700;
    color: #333;
    text-align: center;
    padding-bottom: 15px;
}

.step-progress .h2-heading-design span {
    background: rgba(40, 170, 75, .1);
    color: #2bb24c;
    padding: 0 0.25rem;
}


/* <!-- ********************************our pricing section**************************************** --> */

.our-heading {
    margin-bottom: 50px;
}

.h2-heading-design {
    font-size: 34px;
    font-weight: 700;
    color: #333;
    text-align: center;
}

.our-heading p {
    font-size: 16px;
    color: #757575;
    text-align: center;
}

.our-list {
    margin-bottom: 40px;
}

.our-list ul {
    list-style: none;
    display: flex;
    background: #fff;
    padding: 25px 10px;
    border-bottom: 2px solid #2bb24c;
    border-radius: 5px;
    margin: 0;
}

.our-list ul li {
    list-style: none;
}

.our-list ul li i {
    font-size: 40px;
    padding: 0 30px 0 0;
}

.our-list ul li .h2-heading-design {
    color: #333;
    font-size: 24px;
    text-align: left;
    font-weight: 700;
    letter-spacing: -0.04em;
    text-transform: none;
}

.our-list ul li p {
    font-size: 16px;
    line-height: 1.5;
    color: #757575;
}

.our-list ul li img {
    margin-right: 20px;
}

.pricing-form {
    justify-content: center;
}

.cb-pricing-form-box {
    box-shadow: 0 0px 3px #ccc;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 22px;
}

.my-pricing-form label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 10px;
}

.my-pricing-form .form-input {
    width: 100%;
    font-size: 14px;
    color: #afaaaa;
    border-radius: 4px;
    padding: 6px 10px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.form-check .form-check-input {
    float: left;
}

.form-check input {
    width: 1em;
    height: 1em;
    background-color: #fff;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
}

.form-check label {
    font-size: 14px;
    margin: 0px;
    padding-left: 10px;
}

.form-check label a {
    text-transform: uppercase;
    font-size: 14px;
    color: #2bb24c;
    padding-left: 10px;
    font-weight: 500;
}

.pricing-button .submit-btn {
    color: #fff;
    font-size: 14px;
    line-height: 1rem;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all .4s;
    z-index: 1;
    background-color: #2bb24c;
    border: 1px solid rgba(0, 0, 0, 0);
    text-decoration: none;
    text-align: center;
    margin: 0px 10px;
    padding: 11px 17px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.pricing-button .submit-btn:hover {
    color: #fff;
    background-color: #249440;
}

.pricing-text h2 {
    color: #000;
    font-size: 45px;
    font-weight: 400;
    line-height: 64px;
    margin-bottom: 15px;
    text-align: center;
}

.pricing-text h2 span {
    color: #000000e3;
    font-size: 45px;
    font-weight: 600;
}

.pricing-text p {
    font-size: 24px;
    color: #222;
    text-align: center;
    padding-top: 5px;
}

.pricing-text p span {
    font-size: 24px;
    color: #2bb24c;
    font-weight: 600;
}

.cb-pricing-list h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 5px;
}

.cb-pricing-box {
    list-style: none;
    padding: 0
}

.cb-pricing-box li {
    list-style: none !important;
    margin: 0;
}

.cb-pricing-box li p {
    display: flex;
}

.cb-pricing-box li i {
    color: #2bb24c;
    font-size: 14px;
    padding-top: 6px;
}

.cb-pricing-box li strong {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    padding-left: 5px;
    padding-right: 3px;
}

.cb-pricing-box li p {
    font-size: 14px;
    color: #222;
}

.cb-pricing-text {
    margin: 0;
    padding: 0;
    margin-top: 0px;
}

.cb-pricing-text h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    padding-left: 5px;
}

.cb-pricing-btn {
    text-align: right !important;
}

.cb-pricing-btn .login-btn {
    color: #2bb24c;
    font-size: 14px;
    line-height: 1rem;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all .4s;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #2bb24c;
    text-decoration: none;
    text-align: center;
    margin-right: -10px;
    padding: 11px 17px;
    border-radius: 4px;
}

.cb-pricing-text p {
    font-size: 14px;
    color: #222;
}

.cb-pricing-text-list {
    display: flex;
    list-style: none;
}

.cb-pricing-text-list li {
    display: flex;
}

.cb-pricing-text-list i {
    color: #2bb24c;
    font-size: 18px;
    padding-top: 7px;
}

.cb-pricing-text-list span {
    font-size: 20px;
    font-weight: 600;
    padding-left: 5px;
    margin-right: 10px;
}

.cb-pricing-text-list p {
    font-size: 16px;
    color: #222;
    margin-bottom: 0;
    margin-top: 2px;
}

.cb-pricing-text-box {
    border: 1px solid#ccc;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 10px;
    margin-left: 0px;
    width: 90%;
}


/* ***********************************************contact-us*********************************************** */

.contact-us {
    padding-top: 60px;
}

.contact-heading h1 {
    font-size: 45px;
    line-height: 1.5;
    margin-top: 15PX;
    text-align: center;
    font-weight: 700;
}

.form-group {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.form-group .form-control {
    padding: 12px 16px 12px 16px;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-color: #02010100;
    background-color: #f6f7f9;
    color: #454545;
    width: 100%;
    opacity: 4;
}

.form-group1 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.form-group1 .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.submit-btn .btn-success {
    background-image: linear-gradient(160deg, #249440 0, #2bb24c, 79%);
}

.submit-btn {
    box-shadow: 0 28px 50px 0 rgba(0, 0, 0, 0.05);
    outline: 0;
    border: 0;
    padding: 18px 18px 18px 18px;
    border-radius: 3px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-image: linear-gradient(160deg, #198754 0, #19872d 77%);
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.contact-form {
    background: #fff;
    padding: 25px 40px 50px;
    border-radius: 10px 10px 10px 10px;
}

.contact-us {
    background-color: #fff;
}


/* <!-- *********************************pricing start*********************************** --> */

.card-pricing {
    margin: 50px;
}

.card-header-box {
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

.card-header-box h4 {
    background-color: #75757529;
    border-bottom: 1px solid #e0e0e0;
}

.card-header-box .card-body .card-tital {
    font-size: 35px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    color: #000;
}

.card-header-box .card-body .card-tital .body-text {
    font-size: 25px;
    color: #757575;
    font-weight: 300 !important;
}

.pricing-list {
    list-style: none;
    padding-left: 0;
}

.pricing-list li {
    display: list-item;
    font-size: 14px;
    color: #000;
    padding: 2px 0;
}

.card-header-box .pricing-btn {
    color: #fff;
    font-size: 14px;
    line-height: 1rem;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all .4s;
    z-index: 1;
    background-color: #2bb24c;
    border: 1px solid rgba(0, 0, 0, 0);
    text-decoration: none;
    text-align: center;
    margin: 0px 10px;
    padding: 11px 17px;
    border-radius: 4px;
    border-radius: 5px;
}

.pricing-table {
    padding-bottom: 10px;
}

.pricing-table h1 {
    font-size: 32PX;
    line-height: 1.5;
    margin-top: 15PX;
    text-align: center;
    font-weight: 700;
    line-height: 60px;
}


/* ***********************************************contact-us*********************************************** */

.contact-us {
    padding: 40px 0;
}

.contact-heading h1 {
    font-size: 40PX;
    line-height: 1.5;
    margin-top: 15PX;
    text-align: center;
    font-weight: 700;
}

.form-group {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.form-group .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.form-group1 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.form-group1 .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.contact-info {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.contact-info .contact-box {
    position: relative;
    padding: 10px 0;
    display: flex;
}

.contact-info .icon {
    min-height: 50px;
    height: 50px;
    width: 50px;
    background: #dcf7e3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
}

.contact-info .text {
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    color: #333;
    flex-direction: column;
    font-weight: 300px;
}

.contact-info .text h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #000;
}

.contact-info .text p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}


/****************************************FAQ*******************************/

.cb-faq {
    padding-top: 80px;
}

.accordian-section .accordion-item {
    border: none;
}

.accordian-section .accordion-header {
    margin-bottom: 0;
}

.accordian-section .accordion-button {
    background: #fff;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.6;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.accordian-section .accordion-body {
    border-bottom: 1px solid #ccc;
}

.accordian-section .accordion-body p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    padding: 5px;
    color: #222;
}

.cb-accordian {
    padding: 10px 0 60px 0;
}


/************************************************about-us****************************************************/

.about-us {
    padding-top: 60px;
}

.cb-about-box {
    padding-top: 50px;
}

.about-item {
    list-style: none;
    border-right: 1px solid #19875445;
    padding: 30px 30px;
}

.about-item li {
    list-style: none;
}

.about-item li i {
    min-height: 50px;
    height: 50px;
    width: 50px;
    background: #dcf7e3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
}

.about-list {
    padding-left: 24px;
}

.about-item li h3 {
    font-weight: 600;
    font-size: 18px;
    color: #222222f2;
    padding: 15px 0 0 20px;
}

.about-item li p {
    font-size: 15px;
    font-weight: 400;
    color: #222222b0;
    height: 20px;
    text-align: center;
}

.p-about {
    padding-bottom: 40px;
}

.p-about p {
    color: #222222b0;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}

.p-about h2 {
    font-size: 32px;
    font-weight: 400;
    color: #222;
    padding: 0;
    margin: 0 0 15px 0;
}

.about-icon-box img {
    height: 45px;
    width: 45px;
}

.about-icon-box .about-text {
    padding-left: 20px;
}

.about-icon-box .about-text h3 {
    font-size: 18px;
    font-weight: 600;
    color: #222222f2;
    padding: 0;
    line-height: 1.2em;
}

.about-icon-box .about-text p {
    font-size: 15px;
    font-weight: 400;
    color: #222222b0;
    height: 20px;
}

.cb-about-section {
    margin-bottom: 70px;
}


/*<!-- ********************************testimonial*********************************** -->*/

.cb-testimonial {
    margin-top: 20px;
}

.cb-testimonial .slick-slide {
    margin: 5px;
}

.cb-testimonial .card {
    width: 100%;
    transform-style: preserve-3d;
    perspective: 500px;
    border: none;
    background: inherit;
}

.cb-testimonial .card .box-slide {
    text-align: -webkit-center;
    color: #262626;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #fff;
    transform-style: preserve-3d;
    transition: 0.5s;
    backface-visibility: hidden;
    padding: 30px 20px 60px 20px;
}

.cb-testimonial .card .box-slide img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 5px solid #2bb24c;
}

.cb-testimonial .card .box-slide h3 {
    font-size: 20px;
    font-weight: 600;
    color: #222222f2;
    padding: 0;
    line-height: 1.2em;
}

.cb-testimonial .card .box-slide h4 {
    font-size: 14px;
    font-weight: 600;
    color: #2bb24c;
    padding: 0;
    line-height: 1.2em;
}

.cb-testimonial .card .box-slide p {
    font-size: 15px;
    font-weight: 400;
    color: #222222b0;
    height: 20px;
}

.cb-testimonial .carousel-control-prev {
    left: -48px;
    position: absolute;
    top: 137px;
    background: #000;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

.cb-testimonial .carousel-control-prev .carousel-control-prev-icon {
    color: #000 !important;
}


/*********************login************************************************/

.custom-form {
    background: #fff;
    padding: 25px 40px 50px;
    border-radius: 10px 10px 10px 10px;
}

.custom-form h3 {
    font-size: 24px;
    font-weight: 500;
    color: #2bb24c;
    padding-bottom: 10px;
    margin-top: 13px;
}

.custom-form p {
    font-size: 14px;
    color: #212529;
    text-align: left;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.custom-form .form-control {
    display: inline-block;
    height: 43px;
    width: 100%;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
}

.custom-form .form-check .form-check-input {
    width: 22px;
    height: 22px;
    position: absolute;
    border-radius: none;
    border-color: #2bb24c;
}

.custom-form .form-check .form-check-label {
    font-size: 14px;
    margin-left: 6px;
    padding-top: 5px;
    color: #000;
}

.custom-form .forgot-phone {
    text-align: right !important;
    float: right !important;
}

.custom-form .forgot-phone a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.custom-form .login-text p {
    font-size: 14px;
    color: #212529;
    text-align: left;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.custom-form .login-text {
    padding-top: 10px;
}

.custom-form .login-text p a {
    text-decoration: none;
    color: #212529;
    font-size: 14px;
}


/* **************************************Features*************************************/

.custom-feature {
    margin-top: 40px;
    margin-bottom: 40px;
}

.custom-feature h2 {
    font-size: 40px;
    font-weight: 500;
    text-align: left;
    color: #000;
}

.custom-feature p {
    font-size: 16px;
    color: #757575;
    margin: 20px 0;
}

.custom-feature .custom-button .get-btn {
    color: #fff;
    font-size: 14px;
    line-height: 1rem;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all .4s;
    z-index: 1;
    background-color: #2bb24c;
    border: 1px solid rgba(0, 0, 0, 0);
    text-decoration: none;
    text-align: center;
    padding: 14px 17px;
    border-radius: 4px;
}

.custom-image img {
    width: 100%;
    height: 370px;
}

.our-custom-feature {
    margin-top: 40px;
    margin-bottom: 40px;
}

.our-custom-feature .our-custom-img img {
    width: 100%;
    height: 370px;
}

.our-custom-feature .our-custom-body h2 {
    text-align: left;
    font-size: 26px;
    font-weight: 500;
    color: #000;
}

.our-custom-feature .our-custom-body ul {
    list-style: none;
}

.our-custom-feature .our-custom-body ul li {
    list-style: none;
    display: flex;
}

.our-custom-feature .our-custom-body ul li p {
    list-style: none;
    padding-left: 15px;
    font-size: 16px;
    color: #757575;
}

.our-custom-feature .our-custom-body ul li i {
    font-size: 16px;
    color: #2bb24c;
    margin-left: -30px;
    padding-top: 24px;
}


/*********************Terms and Conditions start************************************************/

.cb-term-and-condition p {
    font-size: 16px;
    color: #757575;
    text-align: left;
    margin-bottom: 0px;
    line-height: 1.6em;
    margin: 20px 0;
}

.cb-term-and-condition p span {
    font-size: 20px;
    color: #222;
    text-align: left;
    font-weight: 600;
}

.cb-term-and-condition p a {
    font-size: 16px;
    color: #2bb24c;
}

.cb-term-and-condition ul li {
    font-size: 16px;
    color: #222;
    text-align: left;
    display: list-item;
    padding: 7px 0;
}

.cb-term-and-condition ul li span {
    font-size: 16px;
    color: #222;
    text-align: left;
    font-weight: bold;
}

.cb-term-and-condition h3 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
}

.cb-term-and-condition h4 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin: 0;
}


/* * * * ************************media query******************* * */

@media(max-width: 768px) {
    .navbar-main .logo {
        justify-content: center;
        display: flex;
    }

    .hero-header h1 {
        font-size: 32PX;
        line-height: 1.5;
        margin-top: 15PX;
        text-align: center;
    }

    .slider-heading h2 {
        font-size: 30px;
    }
}