body,
html {
    width: 100%;
    padding: 0;
    margin: 0;
}

body {
    font-family: "Raleway", sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    background-color: #ffffff;
}

div,
table,
td,
tr,
section,
h1,
h2,
h3,
h4,
h5,
h6,
p,
section,
article,
figure {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-family: "Work Sans", sans-serif;
}

a {
    text-decoration: none;
    border: none;
    outline: 0;
    color: #b661ff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
    border: none;
    outline: 0;
    color: #713046;
}

a:focus {
    text-decoration: none;
    border: none;
    outline: 0;
}

button,
button:focus {
    text-decoration: none;
    border: none;
    outline: 0;
}

ul,
ol,
ul li,
ol li {
    list-style: none;
    margin: 0;
    padding: 0;
}

p:empty {
    display: none;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
}

p {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 20px;
}

body.body-fixed {
    position: fixed;
    overflow: hidden;
}

body.body-fixed::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9;
}

a.dfltBtn {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 6px;
    padding: 22px 45px;
    background-color: #1b95da;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.dfltBtn:hover {
    background-color: #000000;
}

.egt-row {
    display: flex;
    flex-wrap: wrap;
}

.egt-hdn {
    font-size: 60px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
}

.egt-sub-hdn {
    font-size: 50px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
}

.egt-sub-sub-hdn {
    font-size: 25px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 15px;
}

.egt-list-itm li {
    margin-top: 10px;
    background: url(./images/arrow1.png) no-repeat 0 8px;
    padding-left: 45px;
}

/*=========== Header Style Start ===========*/
.top-main-hdr {
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    z-index: 4;
    float: none;
    clear: both;
    display: inline-block;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    /* box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 5%); */
}

.top-main-hdr img {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.hdrToprow {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #dddd;
    padding: 15px 0;
}

.hdrToprow ul {
    margin-right: 0px;
    display: flex;
}

.hdrToprow ul li {
    padding: 0 10px !important;
}

.hdrToprow ul li a {
    color: #1468d2;
    vertical-align: top;
    font-size: 18px;
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
    padding-left: 5px;
}

.layout_block {
    display: flex;
}

.w50 {
    width: 48%;
}

.layout_block img {
    width: 25px;
    padding: 0 4px 0 0;
}

.layout_block ul {
    padding: 0 0 0px 0;
    margin: 0;
}

.layout_block ul li {
    display: inline-block;
    list-style-type: none;
    padding: 0 13px 0 4px;
    position: relative;
}

.layout_block ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
}

.layout_block ul li.selected a {
    color: #1468d2;
}

.hdr-row {
    width: 100%;
    padding: 12px 0 17px;
    /* position: relative; */
}

.hdr-row2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.hdr-menu {
    position: relative;
}

.top-main-hdr.sticky-header {
    position: sticky;
    top: 0;
    box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 25%);
    z-index: 99999;
}

.applyButton {
    padding: 15px 30px !important;
    color: #fff !important;
    line-height: 18px;
    font-weight: 600;
    background-color: #1468d2 !important;
    border-radius: 40px;
    display: inline-block;
    cursor: pointer;
}

.applyButton:hover {
    background: #000 !important;
}

.applyButtonBlack {
    padding: 15px 30px !important;
    color: #fff !important;
    line-height: 18px;
    font-weight: 600;
    background: #000;
    border-radius: 40px;
    display: inline-block;
}

.applyButtonBlack:hover {
    background: #1468d2;
}

/*=========== Banner Style Start ===========*/
.home-banner-sec {
    position: relative;
    margin-top: 130px;
}

.featured_img_overlay {
    background: rgba(0, 0, 0, 0.03);
    position: static;
    height: 100%;
}

.itembg1 {
    background: url(../images/slider-pattern01.jpg) #f7f7f7;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 600px;
}

.home-banner-sec .carousel-item {
    position: relative;
}

.home-banner-sec .carousel-item img {
    width: 100%;
}

.home-banner-sec .bnr-caption {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.home-banner-sec .bnr-caption .bdFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slider_left {
    width: 50%;
}

.slider_right {
    width: 45%;
}

.home-banner-sec .bnr-caption h2 {
    font-size: 65px;
    color: #1468d2;
    font-weight: 500;
    margin: 0 0 25px 0;
    line-height: 70px;
}

.home-banner-sec .bnr-caption h3 {
    font-size: 27px;
    color: #000;
    margin: 0 0 25px;
}

.home-banner-sec .bnr-caption p {
    font-size: 20px;
    color: #333;
    margin-bottom: 30px;
}

.home-banner-sec .bnr-caption .egt-btn {
    color: #1468d2;
    background-color: #ffffff;
    background-image: url(../images/arrow1.png);
}

.home-banner-sec .carousel-item .bnr-caption {
    text-align: left;
}

.home-banner-sec .carousel-item:nth-child(even) .bnr-caption {
    text-align: right;
}

.home-banner-sec .bnr-caption .container {
    overflow: hidden;
}

.home-banner-sec .bnr-carousel-cntrl {
    width: 17px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
}

.home-banner-sec .carousel-control-prev {
    background-image: url(../images/banner-arrow1.png);
    left: 3%;
}

.home-banner-sec .carousel-control-next {
    background-image: url(../images/banner-arrow2.png);
    right: 3%;
}

.closeIcon {
    display: none;
}


/*================ Logo Style Start ================*/
.logoSec {
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #dfdfdf;
}

.logoFlex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.logoFlex li h3 {
    display: inline-block;
    color: #000;
    margin: 0 25px 0px 0;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 600;
}

.logoFlex li img.fr-fic {
    opacity: 1;
}

.logoFlex li img {
    opacity: 0.4;
    max-width: 240px;
    cursor: pointer;
    margin: 10px 18px;
}

.logoFlex li img:hover {
    opacity: 1;
}

.logoFlex li img.maxWidth130 {
    max-width: 130px;
}



/*================ About Style Start ================*/
.about-us-sec {
    position: relative;
    background-color: #fff;
    padding: 50px 0 0;
    text-align: center;
}

.about-us-sec h2 {
    margin-top: 0px;
    font-size: 72px;
    color: #1468d2;
    font-weight: 500;
    padding-bottom: 10px;
    text-align: center;
    line-height: 75px;
}

.about-us-sec p {
    padding: 20px 0 70px;
    margin-bottom: 0;
    text-align: center;
}

.about-us-sec .egt-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 92%;
    margin: 0 auto;
}

.about-us-sec figure {
    border-radius: 50%;
    height: 380px;
    width: 380px;
    padding: 80px 20px;
    border-top: 2px solid rgb(0 98 224 / 20%);
    border-left: 2px solid rgb(0 98 224 / 20%);
    box-shadow: rgb(0 98 224 / 18%) 0px 7px 29px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.about-us-sec article {
    position: relative;
    width: 38%;
}

.about-us-sec figure h5 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 30px;
    margin: 22px 0 0;
    color: #1468d2;
    font-weight: 600;
}

.about-us-sec figure h5 span {
    font-weight: 700;
    display: block;
    color: #01188f;
}

.about-us-sec figure p {
    text-align: center;
    padding-bottom: 0;
}


/*================ Direct Funders Style Start ================*/

.directFunders {
    position: relative;
    width: 100%;
    padding: 130px 0 0;
}

.directFunders:after {
    display: block;
    position: absolute;
    content: '';
    right: 0px;
    top: -75px;
    color: #fff;
    background: url(../images/pattern-round.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100px;
    height: 275px;
    z-index: 2;
}

.fixedContent {
    margin: 0 auto;
}

.directFundersRow {
    display: flex;
    align-items: center;
    text-align: center;
}

.column2 {
    margin-bottom: 0px;
    background-image: url(../images/img-pattern_1.jpg);
    clear: both;
    background-repeat: repeat;
    margin-right: 58px;
}

.column1 {
    margin-bottom: 0px;
    text-align: left;
    max-width: 900px;
    margin-left: 0;
}

.column1 h2 {
    margin-top: 0px;
    font-size: 72px;
    color: #1468d2;
    margin-bottom: 10px;
    font-weight: 500;
}

.column1 h3 {
    color: #000;
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: 500;
}

.column1 ol {
    list-style: disc;
}

.column1 ol li h4 {
    font-weight: 500;
    padding-bottom: 10px;
}



/*================ Transparency Style Start ================*/

.transparencySec {
    position: relative;
    width: 100%;
    padding: 130px 0 0;
}

.transparencySec:after {
    display: block;
    position: absolute;
    content: '';
    left: 0px;
    top: -75px;
    color: #fff;
    background: url(../images/pattern-round-left.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100px;
    height: 275px;
    z-index: 2;
}

.fixedContent {
    margin: 0 auto;
}

.transparencySecRow {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: flex-end;
}

.transparencySec .column22 {
    margin-bottom: 0px;
    background-image: url(../images/img-pattern_1.jpg);
    clear: both;
    background-repeat: repeat;
    margin-left: 58px;
}

.transparencySec .column11 {
    margin-bottom: 0px;
    text-align: left;
    max-width: 900px;
    margin-left: 100px;
}

.transparencySec .column11 h2 {
    margin-top: 0px;
    font-size: 53px;
    color: #1468d2;
    margin-bottom: 10px;
    font-weight: 500;
}

.transparencySec .column11 h3 {
    color: #000;
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: 500;
}

.transparencySec .column11 ol {
    list-style: disc;
}

.transparencySec .column11 ol li h4 {
    font-weight: 500;
    padding-bottom: 10px;
}

.transparencySec .column11 ol li a {
    color: #1468d2;
}

.transparencySec .column11 ol li a:hover {
    color: #01188f;
}




/*================ Funding Pprocess Steps Style Start ================*/
.fundingProcessSteps {
    padding-top: 130px;
    background-repeat: repeat;
    background-color: #fff;
    overflow: hidden;
}

.fundingProcessSteps h3 {
    color: #000;
    font-size: 48px;
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: 500;
}

.fundingProcessSteps h2 {
    margin-top: 0px;
    font-size: 72px;
    color: #1468d2;
    font-weight: 500;
    padding-bottom: 40px;
}

.fundingProStepsFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fundingProStepsLeft {
    text-align: left;
    padding-top: 45px;
    padding-left: 15px;
    width: 25%;
}

.fundingProStepsLeft h3 {
    font-size: 25px;
}

.fundingProStepsLeft ul {
    list-style: disc;
    margin-left: 20px;
}

.fundingProStepsLeft ul li {
    font-size: 17px;
    padding: 10px 0;
    list-style: disc;
}

.fundingProStepsLeft p {
    line-height: 38px;
    max-width: 295px;
}

.fundingProStepsRight {
    background-image: url(../images/pattern_2.jpg);
    clear: both;
    background-size: inherit;
    background-position: center;
    border-top-left-radius: 70px;
    background-repeat: repeat;
    position: relative;
    background-image: none;
    width: 70%;
}

.fundingProStepsRight:after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 80%;
    color: #fff;
    background: url(../images/pattern_2.jpg);
    background-size: contain;
    background-position: center;
    width: 300%;
    height: 100%;
    z-index: 2;
    background-repeat: repeat;
}

.processStepsNew {
    text-align: left;
    padding: 65px 65px 40px;
    background: #1468d2;
    border-top-left-radius: 70px;
}

.processStepsNew .layout_block {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.processStepsNew .layout_block figcaption {
    position: absolute;
}

.processStepsNew .layout_block figcaption h5 {
    font-size: 72px;
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

.processStepsNew .layout_block figure {
    text-align: left;
    padding-left: 75px;
}

.processStepsNew .layout_block h4 {
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 20px;
}

.processStepsNew .layout_block p {
    font-size: 18px;
    color: #fff;
    max-width: 450px;
}

/*================ Funding That's Style Start ================*/
.fundRight {
    position: relative;
    padding: 130px 0 0;
    width: 100%;
}

.fundRightFlex {
    display: flex;
    text-align: center;
}

.fundRightFlexLeft {
    margin-bottom: 0px;
    background-image: url(../images/pattern-bg.jpg);
    clear: both;
    background-repeat: no-repeat;
    margin-right: 50px;
    background-position: top;
    background-size: cover;
    width: 38%;
    height: 540px;
}

.fundRightFlexLeft figure {
    width: 70%;
    margin: 0 auto;
}

.fundRightFlexLeft figure img {
    margin: 0 0 0 auto !important;
    width: 453px;
}

.fundRightFlexRight {
    width: 54%;
    text-align: left;
}

.fundRightFlexRight h2 {
    margin-top: 0px;
    font-size: 53px;
    color: #1468d2;
    margin-bottom: 3px;
    font-weight: 500;
    line-height: 80px;
}

.fundRightFlexRight p {
    padding: 0 0 20px;
    margin-bottom: 0;
}

.fundRightFlexRight ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fundRightFlexRight ul li {
    /* display: flex; */
    align-items: center;
    position: relative;
    border-bottom: 1px solid #dcdcdc;
    padding: 1px 0;
    text-align: left;
}

.fundRightFlexRight ul li p {
    padding: 0 0 20px 10px;
    max-width: 100%;
}

.fundRightFlexRight ul li img {
    width: 50px;
    padding: 0;
    margin-right: 10px;
}

.fundRightFlexRight ul li a {
    color: #000;
    font-weight: 600;
}

.dFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mt-30 {
    margin-top: 30px;
}

/*================ How It Works Style Start ================*/

.howitWorksSec {
    position: relative;
    width: 100%;
    padding: 130px 0 0;
}

.howitWorksSec h2 {
    margin-top: 0px;
    font-size: 72px;
    color: #1468d2;
    font-weight: 500;
    padding-bottom: 10px;
    text-align: center;
}

.howitWorksSec p {
    padding-bottom: 30px;
    text-align: center;
}

.howitWorksSec ul {
    display: flex;
    flex-wrap: wrap;
}

.howitWorksSec ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 33.3%;
    margin-bottom: 40px;
}

.howitWorksSec ul li p {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    padding-bottom: 0;
    text-align: left;
}

.howitWorksSec ul li span {
    display: block;
    font-size: 17px;
    color: #333;
    padding-top: 5px;
}

.howitWorksSec ul li figure {
    width: 45px;
    margin-right: 25px;
}

.howitWorksSec ul li p {
    margin-bottom: 0;
}

/*================ Membership Plan Style Start ================*/
.membershipPlanSec {
    width: 100%;
    position: relative;
}

.sec-title {
    position: relative;
    margin-bottom: 70px;
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1em;
    color: #ff8a01;
    font-weight: 500;
    background: rgb(247, 0, 104);
    background: -moz-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
    background: -webkit-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
    background: linear-gradient(to left, rgba(247, 0, 104) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F70068', endColorstr='#441066', GradientType=1);
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 15px;
}

.sec-title h2 {
    position: relative;
    display: inline-block;
    font-size: 42px;
    line-height: 1.2em;
    color: #1e1f36;
    font-weight: 500;
}

.sec-title .text {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #888888;
    margin-top: 30px;
}

.sec-title.light h2,
.sec-title.light .title {
    color: #ffffff;
    -webkit-text-fill-color: inherit;
}

.pricing-section {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.pricing-section p {
    text-align: center;
    max-width: 80%;
    margin: 40px auto 0;
}

.pricing-section h3 {
    text-align: center;
    font-weight: 500;
    margin: 30px 0 50px;
    color: #1468d2;
}

.pricing-section ul {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pricing-section ul li {
    font-size: 17px;
    margin-right: 35px;
    width: 30%;
    line-height: 25px;
}

.pricing-section ul li.number01 {
    position: relative;
}

.pricing-section ul li.number01:before {
    content: '01';
    position: absolute;
    font-family: "Work Sans", sans-serif;
    width: 85px;
    height: 85px;
    bottom: 27px;
    left: -13px;
    font-size: 80px;
    color: #dfeeff;
    font-weight: 700;
    z-index: -1;
}

.pricing-section ul li.number02 {
    position: relative;
}

.pricing-section ul li.number02:before {
    content: '02';
    position: absolute;
    font-family: "Work Sans", sans-serif;
    width: 85px;
    height: 85px;
    bottom: 27px;
    left: -13px;
    font-size: 80px;
    color: #dfeeff;
    font-weight: 700;
    z-index: -1;
}

.pricing-section ul li.number03 {
    position: relative;
}

.pricing-section ul li.number03:before {
    content: '03';
    position: absolute;
    font-family: "Work Sans", sans-serif;
    width: 85px;
    height: 85px;
    bottom: 27px;
    left: -13px;
    font-size: 80px;
    color: #dfeeff;
    font-weight: 700;
    z-index: -1;
}

.pricing-section ul li strong {
    display: block;
    font-size: larger;
    padding-bottom: 10px;
}

.pricing-section .outer-box {
    max-width: 1100px;
    margin: 0 auto;
}

.pricing-section .row {
    margin: 0 -30px;
}

.pricing-block {
    position: relative;
    padding: 0 30px;
    margin-bottom: 40px;
}

.pricing-block .inner-box {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    padding: 0 0 30px;
    max-width: 370px;
    margin: 0 auto;
    transition: transform 0.2s;
}

.pricing-block .inner-box:hover {
    -ms-transform: scale(1.22);
    -webkit-transform: scale(1.22);
    transform: scale(1.22);
    z-index: 999;
}

.pricing-block .icon-box {
    position: relative;
    padding: 50px 30px 0;
    background-color: #1468d2;
    text-align: center;
}

.pricing-block .icon-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 75px;
    width: 100%;
    border-radius: 50% 50% 0 0;
    background-color: #ffffff;
    content: "";
}

.pricing-block .icon-box .icon-outer {
    position: relative;
    height: 120px;
    width: 120px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    padding: 10px;
}

.pricing-block .icon-box i {
    position: relative;
    display: block;
    height: 100px;
    width: 100px;
    line-height: 90px;
    border: 5px solid #1468d2;
    border-radius: 50%;
    font-size: 50px;
    color: #1468d2;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.pricing-block .inner-box:hover .icon-box i {
    transform: rotate(360deg);
}

.pricing-block .price-box {
    position: relative;
    text-align: center;
    padding: 10px 20px;
}

.pricing-block .title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 600;
}

.pricing-block .price {
    display: block;
    font-size: 30px;
    color: #222222;
    font-weight: 700;
    color: #40cbb4;
}

.pricing-block .features {
    position: relative;
    max-width: 290px;
    margin: 0 auto 20px;
    display: block;
}

.pricing-block .features li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    font-weight: 500;
    padding: 5px 0;
    padding-left: 25px;
    border-bottom: 1px dashed #dddddd;
    width: auto;
    margin-right: 0;
}

.pricing-block .features li:before {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 16px;
    color: #2bd40f;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f046";
    font: normal normal normal 14px / 1 FontAwesome;
    margin-top: -7px;
}

.pricing-block .features li.interIcon:before {
    margin-top: -10px;
}

.pricing-block .features li.false:before {
    color: #e1137b;
    content: "\f046";
}

.pricing-block .features li a {
    color: #848484;
}

.pricing-block .features li:last-child {
    border-bottom: 0;
}

.pricing-block .btn-box {
    position: relative;
    text-align: center;
}

.pricing-block .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 500;
    padding: 8px 30px;
    background-color: #40cbb4;
    border-radius: 10px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 300ms ease;
}

.pricing-block .btn-box a:hover {
    color: #ffffff;
}

.pricing-block .inner-box:hover .btn-box a {
    color: #40cbb4;
    background: none;
    border-radius: 0px;
    border-color: #40cbb4;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .inner-box {
    border-color: #1468d2;
}

.pricing-block:nth-child(2) .btn-box a,
.pricing-block:nth-child(2) .icon-box {
    background-color: #1468d2;
}

.pricing-block:nth-child(2) .inner-box:hover .btn-box a {
    color: #1468d2;
    background: none;
    border-radius: 0px;
    border-color: #1468d2;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .price {
    color: #1468d2;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .inner-box {
    border-color: #1468d2;
}

.pricing-block:nth-child(3) .btn-box a,
.pricing-block:nth-child(3) .icon-box {
    background-color: #1468d2;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .price {
    color: #1468d2;
}

.pricing-block:nth-child(3) .inner-box:hover .btn-box a {
    color: #1468d2;
    background: none;
    border-radius: 0px;
    border-color: #1468d2;
}


/*================ Membership How It Works Style Start ================*/

.memberhowitWorksSec {
    position: relative;
    width: 100%;
    padding: 130px 0 0;
}

.memberhowitWorksSec h2 {
    margin-top: 0px;
    font-size: 72px;
    color: #1468d2;
    font-weight: 500;
    padding-bottom: 10px;
    text-align: center;
}

.memberhowitWorksSec h3 {
    color: #000;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 60px;
    text-align: center;
}

.memberhowitWorksSec p {
    padding-bottom: 10px;
    text-align: center;
}

.memberhowitWorksSec ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.memberhowitWorksSec ul li {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    width: 25%;
    padding-right: 50px;
    margin-bottom: 40px;
}

.memberhowitWorksSec ul li:last-child {
    padding-right: 0;
}

.memberhowitWorksSec ul li p {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 0;
    text-align: left;
    margin-bottom: 0;
    height: 180px;
}

.memberhowitWorksSec ul li span {
    display: block;
    font-size: 17px;
    color: #333;
    padding-top: 5px;
}

.memberhowitWorksSec ul li figure {
    width: 60px;
    height: 70px;
    margin-right: 25px;
    margin-bottom: 10px;
}

.memberhowitWorksSec ul li figure img {
    width: 100%;
}


/*================ Industries Style Start ================*/

.industriesSec {
    position: relative;
    width: 100%;
    padding: 130px 0 0;
}

.industriesSec h2 {
    margin-top: 0px;
    font-size: 72px;
    color: #1468d2;
    font-weight: 500;
    padding-bottom: 10px;
    text-align: center;
}

.industriesSec p {
    padding-bottom: 30px;
    text-align: center;
}

.industriesSec ul {
    display: flex;
    flex-wrap: wrap;
}

.industriesSec ul li {
    display: flex;
    align-items: center;
    width: 20%;
    margin-bottom: 40px;
}

.industriesSec ul li p {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    padding-bottom: 0;
    text-align: left;
}

.industriesSec ul li span {
    display: block;
}

.industriesSec ul li figure {
    width: 45px;
    margin-right: 25px;
}

.industriesSec ul li p {
    margin-bottom: 0;
}

/*================ Faq Style Start ================*/
.faqSecRow {
    padding: 130px 0 0;
    width: 100%;
}

.faqSec {
    width: 100%;
    padding: 70px 15px;
    background: #eaedfe;
}

.faqSec h2 {
    text-align: center;
    margin-top: 0px;
    text-transform: inherit;
    color: #01188f;
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 48px;
}

.details+.details {
    margin-top: 15px;
}

.detailsTitle:before {
    content: '';
    right: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px !important;
    height: 56px !important;
    display: block;
    background: url(../images/faq-plus-icon.png) center center no-repeat #1468d2;
    text-align: center;
    border-radius: 50%;
}

.detailsContainer[open] .detailsTitle:before {
    background: url(../images/faq-minus-icon.png) center center no-repeat #1468d2;
}

.detailsContainer[open] .detailsTitle {
    color: #1468d2;
}

.detailsSummary::marker {
    content: '';
    display: none;
}

.detailsDesc {
    visibility: hidden;
    display: grid;
    grid-template-rows: 0fr;
    transition: all .2s ease-in-out;
    overflow: hidden;
    padding-inline: var(--padding);
    pointer-events: none;
}

.detailsContainer[open]+.detailsDesc {
    visibility: visible;
    grid-template-rows: 1fr;
    padding-block: var(--padding);
    padding: 20px 0;
    line-height: 28px;
}

.detailsDescInner {
    min-height: 0;
}

.detailsTitle {
    position: relative;
    color: #333;
    background: url(../images/faq-bg.jpg) no-repeat;
    padding: 35px 110px 36px 25px !important;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 24px;
    border: none;
    margin-bottom: 9px;
    border: none !important;
    background-position: right top;
    background-color: #fff;
    box-shadow: 0 0 12px 0px rgb(165 178 183 / 60%);
}

.detailsDescInner ul {
    list-style: disc;
    margin-left: 20px;
    margin-top: 10px;
}

.detailsDescInner ul li {
    list-style: disc;
    padding: 7px 0;
}


/*================ Ready to Process Style Start ================*/
.readytoproSec {
    text-align: center;
    position: relative;
    padding-top: 45px;
    padding-right: 15px;
    padding-bottom: 60px;
    padding-left: 15px;
    background-color: #e9e9e9;    
    clear: both;
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;
    width: 100%;
}

.readytoproSec h2 {
    color: #fff;
    margin-top: 0px;
    color: #000;
    font-size: 45px;
    font-weight: 600;
}

.readytoproSec p {
    color: #555;
    font-weight: 600;
    padding-top: 15px;
}

.readytoproSec p a {
    color: #fff;
}

.readytoproSec p a u {
    color: #fff;
    text-decoration: underline;
}

.readytoproSec p span a {
    color: #1468d2 !important;
    font-family: "Work Sans", sans-serif;
}

/*================ Footer Style Start ================*/
.btm-footer {
    position: relative;
    padding: 70px 0 0;
    width: 100%;
}

.footerFlex {
    display: flex;
    flex-wrap: wrap;
}

.columnOne {
    width: 23%;
}

.columnOne .fr-fic {
    width: 230px;
    margin-top: 30px;
}

.columnTwo {
    width: 12%;
    padding-left: 15px;
}

.columnThree {
    width: 19%;
    padding-left: 15px;
}

.footerFlex ul {
    margin-top: 0;
}

.footerFlex ul li {
    margin: 20px 0;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.footerFlex ul li:first-child {
    margin-top: 0;
}

.footerFlex ul li a {
    color: #000;
}

.footerFlex ul li a:hover {
    color: #1468d2;
}

.footerFlex ul li.selected a {
    color: #1468d2;
}

.boldText {
    color: #1468d2;
    font-weight: bold;
    margin-bottom: 10px;
}

.footerFlex p span {
    display: block;
    font-family: "Work Sans", sans-serif;
    color: #000;
    font-weight: 500;
}

.footerFlex p span a {
    display: block;
    font-family: "Work Sans", sans-serif;
    color: #000;
    font-weight: 500;
}

.socials {
    display: flex;
}

.socials li {
    margin: 0 5px !important;
}

.socials li:first-child {
    margin-left: 0 !important;
}

.ftr-copyright-prt {
    position: relative;
    border-top: 1px solid #ddd;
    padding-top: 25px;
    margin-top: 20px;
    text-align: center;
}

.ftr-copyright-prt p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0px;
    color: #000;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
}

.ftr-copyright-prt small {
    padding-bottom: 7px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.ftr-copyright-prt ul {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.ftr-copyright-prt ul li {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0 10px;
}

.ftr-copyright-prt ul li a {
    color: #000;
}

.ftr-copyright-prt ul li a:hover {
    color: #1468d2;
}

/*================ Benefits Style Start ================*/
.benefitsSec {
    width: 100%;
    position: relative;
    padding-top: 80px;
}

.benefitsSecRow {
    display: flex;
    padding: 60px 15px 0px;
}

.benefitsSecleftCol {
    margin-bottom: 0px;
    background-color: #1468d2;
    margin-bottom: 0px;
    border: 0px solid #1468d2;
    border-top-right-radius: 20%;
    padding: 50px 66px;
    padding-bottom: 0;
    position: relative;
    width: 60%;
}

.benefitsSecleftCol:before {
    content: '';
    background: url(../images/abt-img01.jpg);
    position: absolute;
    top: 0px;
    right: 96%;
    width: 400%;
    background-repeat: repeat;
    height: 100%;
    z-index: -1;
}

.benefitsSecleftCol p {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
}

.benefitsSecrightCol {
    width: 48%;
}

.benefitsSecrightCol img {
    margin-top: 0px;
    position: relative;
    left: -46px;
    top: 0;
}

.benefitsSecleftCol h2 {
    margin-top: 0px;
    font-size: 63px;
    color: #fff;
    margin-bottom: 3px;
    font-weight: 500;
    line-height: 75px;
}

.benefitsSecleftCol ul {
    margin-left: 20px;
    margin-top: 30px;
}

.benefitsSecleftCol ul li {
    color: #fff;
    font-size: 20px;
    list-style: disc;
    margin: 25px 0;
}

/*=============== ApplySec Style ===============*/
.applySec {
    position: relative;
    width: 100%;
    padding-top: 130px;
    margin: 0;
    text-align: center;
}

.applySec h2 {
    font-size: 63px;
    color: #1468d2;
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 75px;
}

.applySecdFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 25px;
}

.applySecdFlex li {
    width: 29%;
    border-radius: 20px;
    padding: 30px 30px;
    margin-top: 30px;
    border-top: 2px solid rgb(0 98 224 / 20%);
    border-left: 2px solid rgb(0 98 224 / 20%);
    border-right: 2px solid rgb(0 98 224 / 20%);
    box-shadow: rgb(0 98 224 / 18%) 0px 7px 29px 0px;
    cursor: pointer;
    margin: 1%;
    text-align: left;
}

.applySecdFlex li h3 {
    font-size: 24px;
    color: #1468d2;
    font-weight: 700;
    margin: 20px 0 17px 0;
}

.applySecdFlex li p {
    font-size: 17px;
    margin-bottom: 10px;
}

.applicationServiceIcon {
    width: 70px;
    height: 70px;
    display: flex;
    text-align: center;
    border-radius: 100%;
    margin-bottom: 20px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    background-color: rgba(20, 104, 210, 0.1);
}




.applicationBodyOuter {
    width: 100%;
    background: url(../images/form-bg.jpg) 0 0 repeat #e5eef6;
    /* background: #e5eef6; */
    margin-top: 130px;
    padding: 50px 0;
}

.applicationBody {
    padding: 2.5rem;
    /*
  width: 80%;
  max-width: 1000px; */
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
}

.outerHeader {
    border-color: #f0f0f0;
    background-color: #eff7ff;
    border-radius: 5px;
    border: 1px solid transparent;
    font-size: 1em;
    padding: 2rem 2rem;
    word-wrap: break-word;
    margin-bottom: .5rem;
}

.outerHeader h2 {
    font-size: 1.7em;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #555555;
    /*   margin-top: 30px; */
}

.outerHeader h4 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #555555;
}

.outerHeader p {
    font-size: 15px;
    color: #555555;
    line-height: 22px;
    margin-bottom: 0;
}

.appdFlex {
    display: flex;
    justify-content: space-between;
}

.addressSec {
    float: right;
    text-align: right;
    font-family: "Work Sans", sans-serif;
}

.addressSec p {
    color: #555555;
    margin-bottom: 5px;
}

.addressSec p a {
    color: #1468d2;
}



div[class^="cat"] {
    width: 100%;
}

div[class^="cat"] input {
    position: absolute;
    z-index: -999;
}

div[class^="cat"] input[type="radio"] {
    opacity: 0;
}

div[class^="cat"] input:focus+label {
    background: darken(blue, 15%);
    /* letter-spacing: 1px;  */
}

.question-wrap {
    height: 100%;
    /* max-height: 0;
  opacity: 0;
  overflow: hidden; */
    transition: all .75s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
}

div[class^="cat"] input:checked~.question-wrap {
    max-height: 1500px;
    opacity: 1;
    transition: all 1.95s cubic-bezier(0.19, 1, 0.22, 1);
}

div[class^="cat"] label {
    font-family: "Work Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 0.5rem;
    margin-bottom: 1.7rem;
    margin-top: 1.2rem;
    border-bottom: 1px solid #ccc;
    width: 100%;
    cursor: pointer;
}

.formFlex {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 20px;
}

.formCol {
    width: 48.5%;
}

.fullWidth {
    width: 100%;
}

.formFlex input {
    border: 1px solid #ccc;
    background: #f7fafd;
    width: 100%;
    padding: 5px 15px;
    font-size: 15px;
    height: 45px;
    border-radius: 5px;
    position: relative !important;
    z-index: 1 !important;
    box-shadow: none;
}
.formFlex textarea {
    border: 1px solid #ccc;
    background: #f7fafd;
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
    height: 100px;
    border-radius: 5px;
    position: relative !important;
    z-index: 1 !important;
    box-shadow: none;
}
.selectDropdown {
    border: 1px solid #ccc;
    background: #f7fafd;
    width: 100%;
    padding: 5px 15px;
    font-size: 15px;
    height: 45px;
    border-radius: 5px;
    position: relative !important;
    z-index: 1 !important;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
}

.selectDropdownSec {
    position: relative;
}

.selectDropdownSec:after {
    content: "\f107";
    font-family: fontAwesome;
    position: absolute;
    top: 12px;
    right: 12px;
    color: #555;
    font-size: 20px;
    z-index: 99;
}

.formFlex span {
    font-size: .85rem;
    font-weight: 600;
    padding-bottom: 5px;
    display: block;
    color: #555;
}

.formFlex [type=button] {
    border: none;
    padding: 12px 30px !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    background: #1468d2;
    border-radius: 7px;
    width: auto;
    height: auto;
}

.formFlex [type=button]:hover {
    background: #000;
}

.action-button {
    border: none;
    padding: 12px 30px !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    background: #00479e;
    border-radius: 7px;
    width: auto;
    height: auto;
    float: left;
}

.action-button:hover {
    background: #0a57b4;
}

.action-button-previous {
    border: none;
    padding: 12px 30px !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    background: #000;
    border-radius: 7px;
    width: auto;
    height: auto;
    float: right;
}

.action-button-previous:hover {
    background: #3f3f3f;
}

.radio {
    width: 30%;
}

.formFlex [type="radio"]:checked,
.formFlex [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    display: none;
}

.formFlex [type="radio"]:checked+label,
.formFlex [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    border: none;
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    background: transparent;
}

.formFlex [type="radio"]:checked+label:before,
.formFlex [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #adaaaa;
    border-radius: 100%;
    background: #f7fafd;
}

.formFlex [type="radio"]:checked+label:after,
.formFlex [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #1468d2;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.formFlex [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.formFlex [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.file-control {
    display: none;
}

.label-file {
    width: 100%;
    display: inline-block;
    position: relative;
    background-color: #fff;
    padding: 0 50px 0 15px;
    border-radius: 4px;
    border: 1px solid #ccc;
    vertical-align: middle;
    overflow: hidden;
    margin-top: 0 !important;
    height: 47px;
    line-height: 43px;
    background: #f7fafd;
    margin-bottom: 0 !important;
}

.label-file:after {
    content: "Browse";
    position: absolute;
    background-color: #42a5f5;
    right: 0;
    top: 0;
    height: 45px;
    display: inline-block;
    padding: 10px 15px 0;
    color: #fff;
    line-height: 24px;
    font-size: 15px;
}

#sig-canvas {
    border: 2px dotted #CCCCCC;
    border-radius: 5px;
    width: 100%;
}

.mobBtnSec {
    margin: 15px;
}

.mobBtnSec .applyButton {
    font-size: 16px;
}

.applyButtonStroke {
    padding: 15px 30px !important;
    color: #000 !important;
    line-height: 18px;
    font-weight: 600;
    background-color: #fff !important;
    border: solid 1px #000 !important;
    border-radius: 40px;
    display: inline-block;
    cursor: pointer;
    margin: 15px;
    margin-top: 0;
    text-align: center;
}

.applyButtonStroke:hover {
    background: #000;
    color: #fff !important;
}




#msform {
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #1468d2;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #1468d2;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    position: relative;
    z-index: 9;
    justify-content: center;
    display: flex;
}

#progressbar .active {
    color: #1468d2
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400;
    text-align: center;
}

#progressbar #account:before {
    content: "1"
}

#progressbar #personal:before {
    content: "2"
}

#progressbar #payment:before {
    content: "3"
}

#progressbar #confirm:before {
    content: "4"
}

#progressbar #signature:before {
    content: "5"
}

#progressbar li:before {
    width: 30px;
    height: 30px;
    display: block;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 10px auto 10px auto;
    line-height: 29px;
    font-size: 15px;
    font-weight: 600;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #1468d2
}

.progress {
    height: 15px
}

.progress-bar {
    background-color: #1468d2
}

.fit-image {
    width: 100%;
    object-fit: cover
}


.disclaimerSec {
    text-align: center;
    position: relative;
    padding-top: 50px;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
    background-color: #000;
    background-image: url(../images/ready-proceed-bg.jpg);
    clear: both;
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;
    width: 100%;
    margin-top: 30px;
}

.disclaimerSec h5 {
    font-size: 17px;
    color: #bbbbbb;
    font-weight: 500;
    padding-bottom: 10px;
}

.disclaimerSec p {
    font-size: 14px;
    color: #bbbbbb;
    line-height: 23px;
}




.partnerHitw {
    width: 100%;
    display: block;
    padding: 80px 0 0;
}

.partnerHitw h2 {
    margin-top: 0px;
    font-size: 72px;
    color: #1468d2;
    font-weight: 500;
    padding-bottom: 70px;
    text-align: center;
    line-height: 75px;
}

.partflexRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.partboxCol {
    width: 30%;
    text-align: center;
}

.heading-small {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    padding: 20px 0;
}

.partboxCol p {
    color: #333;
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.5;
}

.partWcverifen {
    width: 100%;
    display: block;
    padding: 80px 0 80px;
    background: #f6f6ff;
    margin-top: 80px;
}

.partWcverifen h2 {
    margin-top: 0px;
    font-size: 72px;
    color: #1468d2;
    font-weight: 500;
    padding-bottom: 70px;
    text-align: center;
    line-height: 75px;
}

.partWcverifenFlx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    max-width: 1100px;
    margin: 0 auto;
}

.partWcverifenFlxLCol {
    width: 50%;
    text-align: left;
}

.partWcverifenFlxRCol {
    width: 40%;
    text-align: center;
}

.certified-partner_how-icon {
    background: #1468d2;
    width: 116px;
    height: 137px;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.partWcverifenFlxLCol ul {
    list-style: disc;
    margin-left: 20px;
}

.partWcverifenFlxLCol ul li {
    font-size: 17px;
    padding: 10px 0;
    list-style: disc;
    line-height: 25px;
}





.optTitle{
    font-family: "Work Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 0.5rem;
    margin-bottom: 1.7rem;
    border-bottom: 1px solid #ccc;
    width: 100%;
    cursor: pointer;
}
.basic-check-container {
    gap: 16px;
    margin: 40px 0 40px;
}
.checkcol{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.basic-check-container input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #9CA3AF;
    border-radius: 6px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}
.basic-check-container input[type="checkbox"]:checked {
    border-color: #1468d2;
    background-color: #1468d2;
}
.basic-check-container input[type="checkbox"]:checked::after {
    content: "✓";
    position: absolute;
    color: white;
    font-size: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}
.basic-check-container label {
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: auto !important;
    border-bottom: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 18px !important;
    color: #555 !important;
}
.basic-check-container input[type="checkbox"]:checked + label {
    color: #555;
}

.callSecwe{
    margin-right: 20px;
    border: solid 2px #1468d2;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.callSecwe i{
  color:#1468d2;
}
.callSecwe{
    display: none;
}
.innerConBodyOuter {
    width: 100%;
    background: #f5f5f5;
    margin-top: 130px;
    padding: 50px 0;
}
.contFlex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contFlexLeft{
    width: 40%;
}
.contFlexLeft h3{
    font-size: 30px;
    font-weight: 600;
}
.contFlexLeft h3 span{
    display: block;
    font-style: italic;
    font-size: 20px;
    font-weight: 500;
}
.contFlexLeft p{
    padding: 20px 0;
}
.contFlexRight{
    width: 53%;
}
.conInfoBox{
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.03);
    width: 45%;
    padding: 20px;
    margin-bottom: 20px;
    min-height: 150px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.conInfoBoxIcon{
    border:solid 1px #000;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: inline-flex;
    margin: 0 auto 10px;
    align-items: center;
    justify-content: center;
}
.conInfoBox h3{
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.conInfoBox p{
    font-size: 15px;
    font-weight: 600;
    color: #4e4e4e;
    padding: 0;
    line-height: 20px;
    margin-bottom: 0;
}
.conInfoBox p a{
    color: #1468d2;
    padding: 0;
}
.fullWith{
    width: 100% !important;
}

.basic-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 15px;
}
.checkbox-container{
    flex-direction: inherit;
    width: 100%;
}
.basic-container input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #9CA3AF;
    border-radius: 6px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0;
}
.basic-container input[type="checkbox"]:checked {
    border-color: #1468d2;
    background-color: #1468d2;
}
.basic-container input[type="checkbox"]:checked::after {
    content: "✓";
    position: absolute;
    color: white;
    font-size: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}
.contFlexRight .formFlex .formCol label {
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 500;
    margin-bottom: 5px;
}
.basic-container label {
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 500;
    margin-bottom: 0 !important;
}
/* .basic-container input[type="checkbox"]:checked + label {
    color: #1468d2;
} */
.checkbox-containerCol{
    margin-right: 30px;
    display: flex;
    /* align-items: center; */
}
.w90{
    width: 95%;
}
.staticPages h2 {
    color: #fff;
    margin-top: 0px;
    color: #000;
    font-size: 45px;
    font-weight: 600;
}
.staticPages dt {
    font-size: 15px;
    font-style: italic;
    padding: 15px 0;
}
.staticPages h3 {
    font-size: 25px;
    font-weight: 600;
    padding: 15px 0;
}
.staticPages p a{
    color:#1468d2;
}
.staticPages p a:hover{
    text-decoration: underline;
}
.staticPages ul{
    margin-left: 20px;
    margin-bottom: 20px;
}
.staticPages ul li{
    font-size: 18px;
    list-style: disc;
    padding: 10px 0;
}
.staticPages ul li a{
    color:#1468d2;
}
.staticPages ul li a:hover{
    text-decoration: underline;
}
.tableSec{
    margin: 25px 0;
    width: 100%;
}
.flexRow{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #000;
    padding: 10px 0;
}
.flexRow .firstCol{
    width: 20%;
    font-size: 18px;
    font-weight: 600;
}
.flexRow .secondCol{
    width: 75%;
    font-size: 18px;
    line-height: 25px;
}




















.box {
  position: relative;
  background: #ffffff;
  width: 100%;
}

.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 10px;
}

.box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}

.dropzone-wrapper {
  border: 2px dashed #91b0b3;
  color: #92b0b3;
  position: relative;
  height: 150px;
}

.dropzone-desc {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 40%;
  top: 50px;
  font-size: 16px;
}

.dropzone,
.dropzone:focus {
  position: absolute;
  outline: none !important;
  width: 100%;
  height: 150px;
  cursor: pointer;
  opacity: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
  background: #ecf0f5;
}

.preview-zone {
  text-align: center;
}

.preview-zone .box {
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}







/*=============== Responsive Style ===============*/
@media (max-width: 1400px) {}



@media (max-width: 1300px) {}

@media (max-width: 1199px) {
    .home-banner-sec .bnr-caption h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .home-banner-sec .bnr-caption h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 10px;
    }

    .home-banner-sec .bnr-caption p {
        font-size: 15px;
    }

    .itembg1 {
        height: 450px;
    }
}

@media (max-width: 991px) {}

@media (max-width: 767px) {
    .outerHeader{
        padding: 1rem 1rem;
    }
    .outerHeader h2{
        margin-bottom: .5rem;
        font-size: 1.4em;
    }
    .applicationBodyOuter{
        margin-top: 70px;
    }
    .mobBtnSec .applyButton{
        width: 100%;
        text-align: center;
    }
    .callSecwe{
        display: flex;
    }
    .hdr-row{
        padding: 20px 0 23px;
    }
    .home-banner-sec{
        margin-top: 70px;
    }
    .hdrToprow{
        display: none;
    }
    .logo-flxRow{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .slider_right {
        display: none;
    }

    .about-us-sec h2 {
        font-size: 40px;
        line-height: 45px;
    }

    .column1 {
        margin-bottom: 0px;
        text-align: center;
        max-width: 100%;
        margin-left: 0;
        padding: 0 20px;
    }

    .column2 {
        margin-right: 0;
        background: none;
        padding: 0 20px;
        margin-bottom: 40px;
        width: 100%;
    }

    .column2 figure {
        width: 70%;
        margin: 0 auto;
    }

    .column1 h3 {
        font-size: 25px;
        font-weight: 600;
    }

    .howitWorksSec ul li {
        width: 100%;
        text-align: center;
        justify-content: center;
        padding-right: 0;
    }

    .howitWorksSec ul li figure {
        margin-right: 0;
        display: inline-block;
        margin-bottom: 15px;
    }

    .howitWorksSec ul li p {
        height: auto;
        text-align: center;
        width: 100%;
    }

    .fundingProcessSteps h3 {
        font-size: 25px;
        text-align: center;
    }

    .fundingProcessSteps h2 {
        font-size: 40px;
    }

    .fundingProStepsLeft {
        width: 100%;
        padding-top: 0;
        text-align: center;
    }

    .fundingProStepsLeft p {
        max-width: 100%;
    }

    .processStepsNew {
        border-top-left-radius: 0;
    }

    .fundingProStepsRight {
        width: 100%;
        margin-top: 30px;
    }

    .fundingProStepsRight:after {
        display: none;
    }

    .industriesSec ul li {
        width: 50%;
    }

    .columnOne {
        width: 100%;
        text-align: center;
    }

    .columnTwo {
        width: 45%;
        margin-top: 50px;
    }

    .columnThree {
        width: 45%;
        margin-top: 50px;
        text-align: center;
    }

    .fundRightFlex {
        flex-wrap: wrap;
    }

    .fundRightFlexLeft {
        width: 100%;
        background: none;
        margin-right: 0;
        height: auto;
        margin-bottom: 30px;
    }

    .fundRightFlexRight {
        width: 100%;
        text-align: center;
    }

    .fundRightFlexRight h2 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 20px;
    }

    .benefitsSecRow {
        flex-wrap: wrap;
    }

    .benefitsSecleftCol {
        width: 100%;
        border-top-right-radius: 0;
        padding: 50px 20px;
    }

    .benefitsSecrightCol {
        width: 100%;
    }

    .benefitsSecleftCol:before {
        display: none;
    }

    .benefitsSecleftCol h2 {
        font-size: 40px;
        line-height: 45px;
    }

    .industriesSec h2 {
        font-size: 40px;
        line-height: 45px;
    }

    .applySec h2 {
        font-size: 40px;
        line-height: 45px;
    }

    .applySecdFlex li {
        width: 100%;
    }

    .faqSec h2 {
        font-size: 40px;
        line-height: 45px;
    }

    .detailsTitle {
        font-size: 20px;
        padding: 25px 110px 26px 25px !important;
        background: #fff;
    }

    .readytoproSec h2 {
        font-size: 40px;
        line-height: 45px;
    }

    .slider_left {
        width: 100%;
        text-align: center;
    }

    .home-banner-sec .bnr-caption h2 {
        font-size: 40px;
        line-height: 45px;
    }

    .itembg1 {
        height: 445px;
    }

    .about-us-sec .egt-row {
        justify-content: center;
        width: 100%;
    }

    .about-us-sec figure {
        margin-bottom: 30px;
    }

    .directFunders:after {
        display: none;
    }

    .directFundersRow {
        flex-wrap: wrap;
    }

    .column1 h2 {
        font-size: 40px;
        line-height: 45px;
    }

    .howitWorksSec h2 {
        font-size: 40px;
        line-height: 45px;
    }

    .fundingProcessSteps {
        text-align: center;
    }

    .fundingProStepsLeft ul li {
        text-align: left;
    }

    .fundRightFlexRight ul {
        width: 90%;
        margin: 0 auto;
    }

    .benefitsSecrightCol img {
        left: 0;
        margin-top: 50px;
    }

    .industriesSec {
        text-align: center;
    }

    .footerFlex ul {
        text-align: center;
        justify-content: center;
    }

    .hdrToprow ul li {
        padding: 0 5px !important;
        display: flex;
        align-items: center;
    }

    .hdrToprow ul li a {
        font-size: 15px;
    }

    .applicationBody {
        width: 100%;
        margin: 20px auto;
        padding: 1.5rem;
    }

    .formFlex {
        flex-wrap: wrap;
        margin: 0;
    }

    .formCol {
        width: 100%;
        margin-top: 20px;
    }

    div[class^="cat"] input:checked~.question-wrap {
        max-height: 3000px;
    }

    .formFlex [type=button] {
        margin-top: 20px;
    }

    .memberhowitWorksSec h2 {
        font-size: 40px;
        line-height: 45px;
    }

    .memberhowitWorksSec ul li {
        width: 50%;
        padding-right: 0;
    }

    .sec-title h2 {
        font-size: 25px;
    }

    .sec-title {
        margin-bottom: 30px;
    }

    .pricing-section ul li {
        width: 100%;
        margin-bottom: 30px;
        /* text-align: center; */
    }

    .pricing-section ul li.number01:before {
        display: none;
    }

    .pricing-section ul li.number02:before {
        display: none;
    }

    .pricing-section ul li.number03:before {
        display: none;
    }

    .pricing-section ul li {
        margin-right: 0;
    }

    .pricing-section p {
        max-width: 100%;
    }

    .processStepsNew {
        padding: 65px 25px 40px;
    }

    .benefitsSecRow {
        padding: 60px 0 0px;
    }

    .industriesSec ul li figure {
        margin-right: 15px;
    }

    .industriesSec ul li p {
        font-size: 14px;
        text-align: left;
    }

    .pricing-section ul li.number01 {
        text-align: center;
    }

    .pricing-section ul li.number02 {
        text-align: center;
    }

    .pricing-section ul li.number03 {
        text-align: center;
    }

    .memberhowitWorksSec ul li figure {
        margin-right: 0;
    }

    .footerFlex .columnOne a {
        display: block;
    }

    .hdr-menu {
        width: 100%;
        position: inherit;
    }

    .body-fixed .closeIcon {
        position: absolute;
        right: 0;
        color: red;
        top: 0;
        z-index: 99999;
        display: block;
        margin-right: 15px;
        margin-top: 15px;
    }

    .action-button {
        margin-top: 30px;
    }

    .action-button-previous {
        margin-top: 30px;
    }

    .transparencySecRow {
        flex-wrap: wrap;
    }

    .transparencySec:after {
        display: none;
    }

    .transparencySec .column11 {
        margin-left: 0;
        text-align: center;
        padding: 0 30px;
        order: 2;
    }

    .transparencySec .column11 h2 {
        font-size: 42px;
    }

    .transparencySec .column22 {
        order: 1;
        background-image: none;
        margin-left: 0;
    }

    .mobFlex {
        display: flex;
        justify-content: center;
    }

    .mobFlex a {
        font-size: 15px;
        margin: 2px;
    }

    .column22 figure {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .ftr-copyright-prt ul {
        flex-wrap: wrap;
    }

    .ftr-copyright-prt ul li {
        margin-bottom: 10px;
    }


    .partnerHitw {
        padding-bottom: 50px;
    }

    .partnerHitw h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .partboxCol {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .partWcverifen h2 {
        font-size: 30px;
        line-height: 35px;
        padding-bottom: 30px;
    }

    .partWcverifenFlxLCol {
        width: 100%;
        text-align: center;
        order: 2;
    }

    .partWcverifenFlxRCol {
        width: 100%;
        order: 1;
    }

    .partWcverifenFlx {
        margin-bottom: 20px;
    }

    .partWcverifenFlxLCol ul li {
        list-style: none;
    }
}


@media (max-width: 576px) {    
    .hdr-row2{
        width:175px;
    }
    .hdrToprow ul li:nth-child(2) {
        display: none;
    }

    .slider_right {
        display: none;
    }

    .column2 figure {
        width: 80%;
        margin: 0 auto;
    }

    .appdFlex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .addressSec {
        margin-top: 30px;
        float: right;
        text-align: center;
    }

    .memberhowitWorksSec ul li {
        width: 100%;
        margin-bottom: 20px;
        justify-content: center;
    }

    .memberhowitWorksSec ul li p {
        text-align: center;
        height: auto;
    }

    .faqSec h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .applySec h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .industriesSec h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .benefitsSecleftCol h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .fundRightFlexRight h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    .fundingProcessSteps h2 {
        font-size: 30px;
    }

    .howitWorksSec h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .column1 h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .memberhowitWorksSec h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .about-us-sec h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .home-banner-sec .bnr-caption h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .about-us-sec figure h5 {
        font-size: 25px;
    }

    .pricing-section h3 {
        font-size: 30px;
        line-height: 35px;
    }

    .memberhowitWorksSec h3 {
        font-size: 25px;
    }

    .footerFlex p span {
        font-size: 15px;
    }

    .ftr-copyright-prt p {
        font-size: 15px;
    }

    #progressbar li strong {
        display: none;
    }


}


@media (max-width: 400px) {
    .about-us-sec figure {
        height: 340px;
        width: 340px;
    }
    .hdr-row2{
        width:150px;
    }
}


/*======= Responsive End  =======*/


