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: 10;
    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;
    border: none;
}
.applyButton:hover {
    background: #000 !important;
}
.contactButton {
    padding: 15px 30px !important;
    color: #000 !important;
    line-height: 18px;
    font-weight: 600;
    background-color: #fff !important;
    border-radius: 40px;
    display: inline-block;
    cursor: pointer;
}
.contactButton:hover {
    background: #fff !important;
    color: #1468d2 !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;
}
.applyButtonBlack2 {
    padding: 15px 30px !important;
    color: #fff !important;
    line-height: 18px;
    font-weight: 600;
    background: #000;
    border-radius: 40px;
    display: inline-block;
}
.applyButtonBlack:hover {
    background: #000;
    color: #1468d2 !important;
}


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

.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;
}
.servicebg2 {
    position: relative;
    height: 600px;
}
.servicebg2:after{
    content: "";
    background: url(../images/bg-thumb-print-gray-1.svg) right 0 no-repeat;
    width: 55%;
    position: absolute;
    top: -180px;
    right: 50px;
    z-index: 9;
    height: 100%;
    background-size: 100%;
    opacity: 0.7;
}

.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%;
    text-align: left;
}

.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{
    margin: 0 45px;
}

.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: #1468d2;
    clear: both;
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;
    width: 100%;
}

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

.readytoproSec p {
    color: #fff;
    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: #fff !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;
    justify-content: space-between;
}

.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 a{
    display: inline-block;
}
.footerFlex ul li.fr-fic a{
    width: 16px;
    display: inline-block;
}

.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;
    text-align: start;
    align-items: center;
}
.socials li {
    margin: 0 3px !important;
    display: flex;
    justify-content: center;
    width: 20px;
}
.socials li:nth-child(2) {
    padding-top: 3px;
}
.socials li:first-child {
    margin-left: 0 !important;
    padding-top: 3px;
}
.ftr-copyright-prt {
    position: relative;
    border-top: 1px solid #ddd;
    padding-top: 25px;
    margin-top: 20px;
    text-align: center;
}
.w13{
    width: 13%;
}

.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 a{
    padding-bottom: 7px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
.ftr-copyright-prt small a:hover{
    color: #1468d2;
}

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

.ftr-copyright-prt ul li {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 5px 4px;
}
.ftr-copyright-prt ul li:first-child {
    padding-left: 0;
}
.ftr-copyright-prt ul li:last-child {
    padding-right: 0;
}
.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%;
    text-align: left;
}

.fullWidth {
    width: 100% !important;
}

.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: #1468d2 !important;
}
.hdrToprow ul li.pgap-0{
    padding: 0 !important;
}

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

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

.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;
    margin-top: -1px;
}
.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;
}
.innerStaticBodyOuter {
    width: 100%;
    background: #f8f8f8;
    margin-top: 130px;
    padding: 70px 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 10px rgba(0, 0, 0, 0.1);
    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 h4{
    font-size: 30px;
    font-weight: 700;
    color: #000;
    padding-bottom: 10px;
}
.conInfoBox p{
    font-size: 15px;
    font-weight: 600;
    color: #4e4e4e;
    padding: 0;
    line-height: 20px;
    margin-bottom: 0;
}
.conInfoBox p.strongerText{
    font-size: 17px;
    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;
    flex-wrap: wrap;
    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;
    width: 40%;
    /* 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: 22px;
    font-weight: 600;
    padding: 15px 0;
}
.staticPages h4 {
    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 !important;
    padding: 10px 0;
    line-height: 1.7;
}
.staticPages ul li a{
    color:#1468d2;
}
.staticPages ul li a:hover{
    text-decoration: underline;
}
.staticPages ol{
    margin-left: 20px;
    margin-bottom: 20px;
    list-style: auto;
}
.staticPages ol li{
    font-size: 20px;
    padding: 10px 0;
    line-height: 30px;
    list-style: auto;
}
.staticPages ol li a{
    color:#1468d2;
}
.staticPages ol li a:hover{
    text-decoration: underline;
}
.staticPages ol li ol li{
    list-style: disc !important;
}
.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;
}

.deliversSec{
    width: 100%;
    padding-top: 100px;
}
.deliversSecFlex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.deliversSecFlexLeft{
	width: 45%;	
}
.deliversSecFlexRight{
    width: 50%;
}
 .deliversSecFlex h2{
    margin-top: 0px;
    font-size: 53px;
    color: #1468d2;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 55px;
}
.img-parallax {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  pointer-events: none
}





/*************** Featured Brands Style Start ***************/
.brands-sec{
	position: relative;
}
.brands-sec .brands-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.brands-sec .brands-header h2{
	font-size: 1.375rem;
	line-height: 1.625rem;
	color: var(--black);
	font-weight: 600;
}
.brands-sec .brands-header p{
	font-size: 1rem;
	color: var(--textColor);
}
.brands-sec .brands-header a{
	color: var(--black);
	font-weight: 500;
	font-size: 1rem;
}
.brands-sec .brands-header a i{
	font-size: .8rem;
}
.brands-sec .brands-header a:hover{
	color: var(--primary);
	font-weight: 500;
	text-decoration: underline;
}
.brands-box{
    width: 290px;
    height: 100%;
    padding: 13px 11px 38px;
    -webkit-transition: box-shadow .4s ease, background .4s ease, color .4s ease;
    transition: box-shadow .4s ease, background .4s ease, color .4s ease;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
	text-align: center;
}
.icon-holder {
    width: 76px;
    height: 76px;
    margin-bottom: 15px;
    border: 1px solid #f0f0f0;
    border-radius: 100%;
    background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 15px;
}
.featuredBrands-carousel .brands-box img{
	width: auto;
}
.brands-carousel .brands-box img{
	width: auto;
}
.brands-carousel{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 30px;
    margin-top: 20px;
}
.partnership-card{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 35px;
    margin-top: 20px;
}
.partnership-card .item{
	margin-bottom: 35px;
}
.partnership-card .item .brands-box{
	padding: 20px;
}
.partnership-card .item p{
	margin-bottom: 0;
}
.featured-icon-holder {
    margin-bottom: 15px;
	display: flex;
	height: 30px;
	justify-content: center;
	align-items: center;
    margin: 20px auto 20px;
}
.featured-icon-holder2 {
    margin-bottom: 15px;
	display: flex;
	height: 30px;
	justify-content: flex-start;
	align-items: center;
    margin: 8px auto 5px;
}
.brands-box .featured-icon-holder .brandHimg{
	display: none !important;
}
.brands-box:hover .featured-icon-holder .brandNimg{
	display: none !important;
}
.brands-box:hover .featured-icon-holder .brandHimg{
	display: block !important;
}
.brands-box h3{
	color:#000;
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 600;
    height: 55px;
}
.brands-box h4{
	color:#000;
    font-size: 17px;
    padding-bottom: 10px;
}
.brands-box p{
	font-size: 15px;
	font-weight: 500;
	line-height: 23px;
	-webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
	height: 90px;
    margin-bottom: 0;
    padding-top: 0;
}
.brands-box a{
	font-size: 14px;
	color: var(--primary);
	font-weight: 600;
	line-height: 23px;
}
.brands-sec .owl-stage-outer{
	padding: 20px;
}
.brands-box:hover{
	background-color: var(--primary);
	cursor: pointer;
}
.brands-box:hover h3{
	color: var(--white);
}
.brands-box:hover p{
	color: var(--white);
}
.brands-box:hover a{
	color: var(--white);
}
.featuredBrands-carousel .owl-prev,
.featuredBrands-carousel .owl-next{
	display: inline-block;
    width: 33px;
    height: 45px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -33px;
}
.featuredBrands-carousel .owl-prev:hover,
.featuredBrands-carousel .owl-next:hover{
	background-color: var(--primary);
	border-radius: 20px;
}
.featuredBrands-carousel .owl-prev .tiIcon,
.featuredBrands-carousel .owl-next .tiIcon{
	font-size: 20px;
	color: var(--black);
}
.featuredBrands-carousel .owl-prev:hover .tiIcon,
.featuredBrands-carousel .owl-next:hover .tiIcon{
	color: var(--white);
}
.featuredBrands-carousel .owl-prev{
	left: -45px;
    margin-top: -23px !important;
}
.featuredBrands-carousel .owl-next{
	right: -45px;
    margin-top: -23px !important;
}
.owl-theme .owl-nav [class*=owl-] {
    border-radius: 33px;    
}
.owl-theme .owl-nav [class*=owl-]{
    background: #1468d2;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #094896;
}
/* .unlock-sucess-left-prt{
    width: 45%;
    height:530px;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.unlock-sucess-left-prt::-webkit-scrollbar {
  display: none;
}
.image-wrapper {
  position: relative;
}
.image {
  height: 520px;
  scroll-snap-align: start;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.9s ease;
  will-change: transform;
  border-radius: 15px;
}
.image.in-view {
  opacity: 1;
} */
.w48p{
    width: 48%;
}
.list-program{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.list-programcol{
    width: 48%;
    text-align: left;
}
.list-program ul{
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
}
.list-program ul li{
    width: max-content;
    margin: 0 15px;
    list-style: none !important;
    position: relative;
    padding-left: 30px;
    text-align: left;
    margin-left: 0;
    width: 100%;
}
.list-program ul li:after{
    background: url(../images/check-icon2.png) 0 0 no-repeat;
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 20px;
    height: 20px;
}
.bgNone{
    background: transparent !important;
}
.innerConBodyOuter .column1 h2 {
    margin-top: 0px;
    font-size: 55px;
    color: #1468d2;
    margin-bottom: 10px;
    font-weight: 500;
}
.security-list{
   display: flex; 
   flex-wrap: wrap;
}
.security-list li{
   width: 44%;
   padding-right: 30px !important;
}
.iplanimagebgsec img{
    height: 750px;
}
.becomeSecBg{
    background: #fff !important;
    position: relative !important;
    width: 100% !important;
    margin: 0 !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.becomeSec{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding:70px 100px;
}
.becomeSec h2{
   color: #1468d2; 
   padding-bottom: 15px;
   font-size: 45px;
   font-weight: 600;
}
.becomeSec ul{
    display: flex;
}
.becomeSec ul li{
   list-style: none !important;
   text-align: center;
   margin: 0 20px;
   font-weight: 500;
}
.becomeSec ul li span{
   width: 40px;
   height: 40px;
   border-radius: 100%;
   display:block;
   margin: 0 auto;
   border: solid 1px #000;
   padding: 4px;
}





.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;
}

.brdNone{
    border-bottom: none;
}
.landingConBody {
    width: 100%;
    background: #fff;
    margin-top: 85px;
    padding: 20px 0;
}
.landingbannerSec{
    position: relative;
    width: 100%;
}
.lanbannerBg:after{
    content: "";
    background: url(../images/bg-thumb-print-gray-1.svg) right 0 no-repeat;
    width: 55%;
    position: absolute;
    top: -180px;
    left: 50px;
    z-index: 9;
    height: 100%;
    background-size: 100%;
    opacity: 0.7;
}
.lanbannerBg{
    display: flex;
    justify-content: space-between;
    align-items: center
}
.lanban-con-holder{
    width: 50%;
    position: relative;
}
.lanban-con-holder:after{
    content: "";
    background-color: rgba(255, 230, 207, 0.3);
    width: 200px;
    height: 150%;
    position: absolute;
    border-radius: 0 70px 70px 0;
    top: -15%;
    right: -60px;
}
.lanban-con-holder h2{
    font-size: 65px;
    color: #1468d2;
    font-weight: 500;
    margin: 0 0 25px 0;
    line-height: 70px;
    position: relative;
    z-index: 1;
}
.lanban-con-holder p{
    position: relative;
    z-index: 1;
}
.lanban-con-holder .applyButton{
    position: relative;
    z-index: 1;
}
.lanban-img-holder{
    width: 48%;
}
.bg-blue-primary{
    position: absolute;
    top: 0;
    left: 50%;
    background-color: rgba(0, 205, 239, 0.1);
    width: 330px;
    height: 138px;
    border-radius: 0px 0px 0px 50px;
    z-index: 9;
    margin-left: -130px;
}
.landing-logoSec{
    width: 100%;
    margin-top: 30px;
    text-align: center;
    border-bottom: none;
}
.landing-logoSec ul.logoFlex li{
    list-style: none !important;
    padding: 0 15px;
    margin: 0;
}
.landing-logoSec ul.logoFlex li img{
    filter: grayscale(1);
}
.landing-logoSec ul.logoFlex li img:hover{
    filter: grayscale(0);
}
.landing-growSae{
    width: 100%;   
    text-align: center;
}
.landing-growSae h2{
    font-size: 55px;
    color: #1468d2;
    font-weight: 500;
    margin: 0 0 25px 0;
    line-height: 60px;
    position: relative;
}
.landing-growSae ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.landing-growSae ul li{
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    list-style: none !important;
    padding: 20px;
    width: 30%;
    margin: 20px;
    text-align: center;
}
.landing-growSae ul li h3{
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landingPro-outer{
    width: 100%;
    margin: 20px 0;
}
.landingPro-outer{
    width: 70%;
    margin: 100px auto 0;
}
.landingProFlex{
    display: flex;
    justify-content: space-between;
}
.landingProleftCol{
    width: 40%;
    background: #84E2F7;
    background: linear-gradient(360deg,rgba(132, 226, 247, 0) 10%, rgba(132, 226, 247, 1) 100%);
    border-radius: 20px;
    padding: 30px;
}
.landingProrightCol{
    width: 48%;
}
.landingProrightCol h2{
    font-size: 55px;
    color: #1468d2;
}
.landingProrightCol ul{
    margin-top: 20px;
}
.landingProrightCol ul li{
    padding: 5px !important;
}
.landingfaqSec h2{
    color: #fff;
}
.landingfaqSec p span{
    width: 25px;
    height: 25px;
    border: solid 1px #fff;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.landingfaqSec p span i{
    font-size: 15px;
}
.landingfaqSec p span i.fa-envelope{
    font-size: 12px;
}
.landingfaqSec small{
    font-size: 14px;
    font-style: italic;
    color: #fff;
}
.landing-commonSec{
    position: relative;
    width: 100%;
    margin: 150px 0 100px;
}
.landing-commonSec:before{
    content: "";
    position: absolute;
    background-color: rgba(0, 205, 239, 0.1);
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    border-radius: 0 0 0 70px;
}
.landing-commonSec:after{
    content: "";
    position: absolute;
    background-color: rgba(255, 230, 207, 0.3);
    top: -80px;
    right: 0;
    width: 60%;
    height: 200px;
    border-radius: 70px 0 0 0;
}
.lanimagebgsec{
    position: relative;
    z-index: 1;
}
.lanimagebgsec img{
    width: 100%;
    border-radius: 0 70px 70px 0;
    position: relative;
}
.bgopacity{
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    top: 0;
    left: 0;
    width: 84.7%;
    margin: 100px;
    display: flex;
    height: 75%;
    border-radius: 70px;
}
.landingProFlex2{
    display: flex;
    justify-content: space-between;
}
.landingProleftCol2{
    width: 50%;
    background: #84E2F7;
    background: linear-gradient(360deg,rgba(132, 226, 247, 0) 10%, rgba(132, 226, 247, 1) 100%);
    border-radius: 70px 0 0 0;
    padding: 60px;
}
.landingProleftCol2 h2{
    font-size: 35px;
    color: #000;
}
.landingProrightCol2{
    width: 48%;
    padding: 80px 60px;
}
.landingProrightCol2 h2{
    font-size: 45px;
    color: #1468d2;
}
.landingProFlex2 ul{
    margin-top: 20px;
}
.landingProFlex2 ul li{
    padding: 5px !important;
}



/*============ Step Form Progress Bar ============*/
.hdr-progress-bar #progressbar{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}
.hdr-progress-bar #progressbar li{
  position: relative;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  padding: 20px 10px;
  margin: 0 5px;
  width: auto;
}
.hdr-progress-bar #progressbar li:after{
    display: none;
}
.hdr-progress-bar #progressbar li.active{
  color: #1468d2;
  font-weight: 700;
}
.hdr-progress-bar #progressbar li.completed{
  color: #008000 !important;
  font-weight: bold;
}
.hdr-progress-bar #progressbar li.completed:before{
  color: #008000 !important;
  background: transparent;
}
.hdr-progress-bar #progressbar li.active::before,
.hdr-progress-bar #progressbar li.completed::before{
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  margin: 0 auto;
}
.hdr-progress-bar #progressbar li.active::before{
  background: url(../images/bird.svg) no-repeat 0 0;
  background-size: contain;
  top: -0px;
  right: -5px;
}
.hdr-progress-bar #progressbar li.completed::before{
  font-family: fontAwesome;
  content: '\f00c';
  top: -9px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-weight: normal;
  background: transparent;
}



#msform {
  text-align: center;
  position: relative;
  margin-top: 20px
}
#msform fieldset:not(:first-of-type) {
    display: none
}

/*============ Step Form Title Prt ============*/
.step-form-sec{
  position: relative;
  background-color: #f6f6f9;
  padding: 70px 0;
  margin-top: 85px;
}
.step-form-sec .title-hdn{
  text-align: center;
}
.step-form-sec .title-hdn h1{
  font-size: 50px;
  color: #1468d2;
  font-weight: 700;
  margin: 0 0 25px 0;
}
.step-form-sec .title-hdn p{
  font-size: 18px;
  color: #6c727f;
  font-weight: 700;
  margin: 0 0 25px 0;
}



/*============ Step Form Body Prt ============*/
.step-form-sec fieldset{
  text-align: center;
}
.step-form-sec fieldset h2{
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 60px;
  color: #002f68;
  font-weight: 700;
  margin-bottom: 50px;
}
.step-form-sec fieldset h3{
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 40px;
  color: #002f68;
  font-weight: 600;
  margin-top: 50px;
}
.step-form-sec fieldset p{
  font-size: 16px;
  color: #6c727f;
  font-weight: 500;
  margin-top: 10px;
}
.step-form-sec .form-card{
  text-align: center;
}
.step-form-sec .menu{
  max-width: 500px;
  margin: 20px auto 0 auto;
}
.step-form-sec .form-card {
  display: none;
}
.step-form-sec .form-card.active {
  display: block;
}


.step-form-sec .menu a.button{
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
  border: 2px solid rgb(209, 212, 224);
  border-radius: 10px;
  padding: 15px 15px;
  margin-top: 20px;
  font-size: 20px;
  color: #1468d2;
  font-weight: 500;
  cursor: pointer;
}
.step-form-sec .menu a.button:hover,
.step-form-sec .menu a.button.selected{
  background-color: #e8f2ff;
  border: 2px solid #529fff;
}
.step-form-sec .step-form-field{
  position: relative;
  max-width: 400px;
  margin: 50px auto 0 auto;
}
.step-form-sec .step-form-field .fa{
  position: absolute;
  font-size: 20px;
  color: #3c3c3c;
  top: 48px;
  left: 20px;
}
.step-form-sec .step-form-field label{
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
.step-form-sec .step-form-field input,
.step-form-sec .step-form-field select{
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #e8e9ef;
  text-align: center;
  padding: 8px 15px;
}
.step-form-sec .step-form-field select{
  text-align: left;
  background-image: url(../images/down-arrow-icon.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.step-form-sec .step-form-field input:hover,
.step-form-sec .step-form-field input:focus,
.step-form-sec .step-form-field select:hover,
.step-form-sec .step-form-field select:focus{
  border-color: #529fff;
  outline: none;
  box-shadow: none;
}
/*.step-form-sec .step-form-field input[type=file]{
  height: auto;
  background-color: transparent;
  border: none;
  text-align: left;
  padding: 5px 2px;
  margin: 15px 0 0 0;
}*/




.step-form-input-file-row{
  display: flex;
  align-items: center;
}
.step-form-sec .step-form-input-file-row .f-input{
  width: calc(100% - 110px);
  border-radius: 10px 0 0 10px;
}
.fileUpload {
  position: relative;
  overflow: hidden;
}
.btn--browse{
  width: 110px;
  height: 60px;
  border-radius: 0 10px 10px 0;
  background-color: #1468d2;
  border: none;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  line-height: 50px;
  padding: 5px;
  cursor: pointer;
}
.btn--browse span{
  cursor: pointer;
}
.btn--browse:hover{
  background-color: #000000;
  color: #ffffff;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}





/*============ Step Form Next Button ============*/
.step-form-sec input[type=button].next{
  margin-top: 30px;
  border-radius: 30px;
  background-color: #1468d2;
  border: none;
  font-size: 22px;
  color: #ffffff;
  font-weight: 500;
  padding: 18px 70px;
  float: none;
}
.step-form-sec input[type=button].next:hover{
  background-color: #000000;
}
.step-form-sec .backbtn{
  background-color: #000;
    font-size: 22px;
   color: #ffffff;
    font-weight: 500;
  padding: 18px 70px;
  float: none;
  border: none;
    margin-top: 30px;
  border-radius: 30px;
}



/*============ Step Form Thanks Message ============*/
.thanks-message{
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding: 80px 0 0;
  text-align: center;
}
.thanks-message .success-icon{
  max-width: 120px;
  margin-bottom: 30px;
}
.thanks-message h4{
  font-size: 30px;
  color: #1468d2;
  font-weight: 700;
  margin: 0 0 25px 0;
}
.thanks-message p{
  font-size: 16px;
  color: #6c727f;
  font-weight: 400;
  margin: 0;
}

/*================ Step Form Style End ================*/
    .logo-flxRow {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
.wAuto{
    width: auto;
}
.formsim-btn{
    background-color: #1468d2 !important;
    color: #fff !important;
}
.webLogo{
    display: block;
}
.mobLogo{
    display: none;  
}
.leftText{
    justify-content: flex-start !important;
    text-align: left;
}
.verifen-different-sec{
   padding: 80px; 
   width: 100%;
}
.verifen-different-sec h2 {
    font-size: 55px;
    color: #1468d2;
    font-weight: 500;
    margin: 0 0 40px 0;
    line-height: 60px;
    position: relative;
    text-align: center;
}
.tableTopbg{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    padding: 18px 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 20px;
}
.tableTopbg .fa-close{
    font-size: 20px;
    color: red;
    font-weight: 400;
    margin-left: 5px;
}
.tableTopbg .fa-check{
    font-size: 20px;
    color: #1468d2;
    font-weight: 400;
    margin-left: 5px;
}
.tableTopbg .tableleftCol{
    width: 50%;
    text-align: center;
    font-weight: bold;
    border-right: solid 1px #7a7a7a;
}
.textColor{
    color: #545353;
    font-size: 18px;
}
.bderrightNone{
    border-right: none !important;
}
.application-flex{
    display: flex;
    justify-content: center;
}
.application-form-group {
  display: flex;
  flex-wrap: wrap;
  margin:3px 15px;
}
.application-form-group img{
  margin-right: 7px;
}
.application-form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.application-form-group label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.application-form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #1468d2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 5px;
}

.application-form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}



/*=========================== Blog Page Style Sheet Start Here ===========================*/
.blog-list-body-sec{
	position: relative;
	padding: 70px 0 80px 0;
}
.blog-list-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.blog-list-clmn{
	position: relative;
	width: 31.1%;
	min-height: 450px;
	box-shadow: 0 0 6px rgba(161, 163, 164, 0.3);
	border: 1px solid rgba(170, 238, 255, 0.3);
	margin: 20px 1.1%;
	overflow: hidden;
	border-radius: 10px;
}
.blog-list-clmn figure img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.blog-list-clmn article{
	padding: 30px 20px;
}
.blog-list-clmn dt{
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	color: #0054fe;
	font-weight: 500;
	padding-bottom: 15px;
}
.blog-list-clmn .blog-title{
	font-size: 24px;
	color: #131313;
	text-align: left;
	padding-bottom: 15px;
	font-weight: 600;
	min-height: 75px;
}
.blog-list-clmn .blog-title a{
	color: #131313;
}
.blog-list-clmn .blog-title a:hover{
	color: #0054fe;
}
.blog-list-clmn .blog-read-more{
	font-size: 17px;
	color: #0054fe;
	text-transform: uppercase;
	display: inline-block;
}
.blog-list-clmn .blog-read-more:hover{
	color: #131313;
}
.blog-list-clmn .blog-read-more .fa{
	margin-left: 10px;
}
.blog-list-clmn p{
	margin: 0;
}
/*=========================== Blog Page Style Sheet End Here ===========================*/


/*=========================== Blog Single Page Style Sheet Start Here ===========================*/
.blog-dtl-bdy-sec{
	position: relative;
	padding: 100px 0 150px 0;
}
.single-blog-bdy-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.single-blog-left-clmn{
	width: 70%;
	padding: 30px 30px 50px 30px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
}
.single-blog-itm-bnr{
    height: 450px;
    margin-bottom: 40px;
}
.single-blog-itm-bnr img{
	width: 100%;
	max-height: 100%;
	object-fit: cover;
}
.single-blog-title-area{
	margin: 0 0 25px 0;
}
.single-blog-title-area h2{
	font-size: 35px;
  color: #131313;
  margin-bottom: 20px;
  font-weight: 600;
}
.single-blog-title-area ul{
	display: flex;
}
.single-blog-title-area ul li{
	margin-right: 30px;
	font-size: 14px;
	color: #4b4b4b;
	letter-spacing: 1px;
    font-weight: 600;
}
.single-blog-title-area ul li i{
	font-size: 18px;
	color: #1468d2;
	margin-right: 5px;    
    /* border: solid 1px #333;
    border-radius: 100px;
    width: 25px;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center; */
}
.single-blog-content-area h3{
	font-size: 28px;
    color: #131313;
    margin: 10px 0;
    font-weight: 600;
}
.single-blog-content-area h4{
	font-size: 22px;
  color: #131313;
  font-weight: 600;
  margin: 10px 0 20px 0;
}
.single-blog-content-area p{
	padding-bottom: 20px;
	line-height: 1.7;
}
.single-blog-content-area ul li{
	position: relative;
	font-size: 18px;
	color: #333;
	margin-top:20px;
	padding-left: 25px;
    font-weight: 500;
}
.single-blog-content-area ul li::before{
	position: absolute;
	font-family: "Fontawesome";
	content: '\f061';
	color: #1468d2;
	top: 0;
	left: 0;
}


.single-blog-right-clmn{
	width: 25%;
}
.single-blog-right-clmn h2{
	font-size: 25px;
	border-bottom: 2px solid #cdcdcd;
	padding-bottom: 15px;
	/* padding-left: 25px; */
	margin-bottom: 30px;
	letter-spacing: 0;
    font-weight: 500;
}
.single-blog-right-clmn .sec-hdn:after, .single-blog-right-clmn .sec-hdn:before{
	height: 25px;
	top: 3px;
}
.latest-blog-post-area ul li{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 15px;
}
.latest-blog-post-area ul li figure{
	width: 33%;
}
.latest-blog-post-area ul li figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
    border-radius: 7px;
}
.latest-blog-post-area ul li article{
	width: 60%;
	/* display: flex;
	flex-wrap: wrap; */
}
.latest-blog-post-area article h3{
	font-size: 17px;
	color: #131313;
	font-weight: 500;
	width: 100%;
}
.latest-blog-post-area article h3 a{
	color: #131313;
}
.latest-blog-post-area article h3 a:hover{
	color: #1468d2;
}
.latest-blog-post-area article p{
	font-size: 13px;
	color: #474747;
	width: 100%;
}
.latest-blog-post-area article p.ltst-post-date{
	font-size: 16px;
	color: #4b4b4b;
	align-self: center;
}
.latest-blog-post-area article p.ltst-post-date .fa{
	font-size: 18px;
	color: #1468d2;
	margin-right: 6px;
	vertical-align: middle;
}
.recent-article-area{
	margin-top: 70px;
}
.recent-article-area li{
	position: relative;
	font-size: 18px;
	color: #333;
	margin-top: 20px;
	background: url(../images/ftr-mnu-arrow.png) no-repeat 0 5px;
	padding-left: 25px;
    font-weight: 500;
    line-height: 25px;
}
.recent-article-area ul li::before{
	position: absolute;
	font-family: "Fontawesome";
	content: '\f061';
	color: #1468d2;
	top: 0;
	left: 0;
}
.recent-article-area li a{
	color: #333;
}
.recent-article-area li a:hover{
	color: #1468d2;
}

.single-blog-social-icons{
	margin-top: 70px;
}
/*=========================== Blog Single Page Style Sheet End Here ===========================*/

.c-partner {
    width: 100%;
    display: flex;
	justify-content: space-between;
}
.c-partner_left-block {
    color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 45%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
}
.c-dev_card._01.cc-shadow.white {
    box-shadow: none;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    outline-offset: 0px;
    color: #000;
    -webkit-text-fill-color: inherit;
    background-color: #004aad7a;
    background-image: url(../HTML/images/cgf.png);
    background-position: 0 0;
    background-size: cover;
    background-clip: border-box;
    border-style: none;
    border-radius: 30px;
    outline: 1px solid #0972ff54;
    width: 76%;
    padding-top: 15px;
    padding-bottom: 23px;
    top: 111px;
}
.c-dev_card._01.cc-shadow.white img{
    width: 100%;
    margin: 15px 0;
}
.c-dev_process {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
}
.c-dev_process h3{
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.4;
}
.c-dev_card._01.cc-shadow {
    background-color: #fff;
    background-image: linear-gradient(#fff, #fff);
}
.c-dev_card {
    color: #fff;
    background-color: #2b2b2b;
    border-radius: 20px;
    width: 78%;
    max-width: 640px;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    box-shadow: 0 0 12px #0003;
}
.c-dev_card._01 {
    position: sticky;
    top: 140px;
}
.c-partner_right-block {
    width: 48%;
    position: relative;
    margin-top: 20px;
}
.c-partner_sticky {
    position: sticky;
    top: 140px;
}
.backpack{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.backpack .stcleftSec{
    width: 35%;
    margin-bottom: 30px;
}
.backpack .stcRightSec{
    width: 60%;
}
.cat-one{
    border-radius: 10px 70px 70px 10px;
    height: 100%;
    margin-bottom: 30px;
}
.cat-two{
    border-radius: 70px 10px 10px 70px;
    height: 100%;
    margin-bottom: 30px;
}
.backpack-list li{
    padding: 0 !important;
}
.p-dFlex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.p-dFlex-left{
    width: 45%;
}
.p-dFlex-right{
    width: 45%;
}
.investor-form{
    width: 85%;
}
.investor-form .formFlex span{
    color: #000;
    font-size: 1rem;
    padding-bottom: 10px;
}
.investor-form .formFlex input{
    border-radius: 50px;
    height: 50px;
    padding: 2px 25px 5px;
    font-size: 17px;
}
.investor-form .formFlex select{
    border-radius: 50px;
    height: 50px;
    padding: 2px 25px 5px;
    font-size: 17px;
}
.investor-form .selectDropdownSec:after {
    top: 14px;
    right: 24px;
}
.ulList-check-icon{
    margin-left: 0 !important;
}
.ulList-check-icon li{
    position: relative;
    padding-left: 30px !important;
    list-style: none !important;
}
.ulList-check-icon li:after{
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    background: url(../images/check-icon2.png) 0 0 no-repeat;
    width: 20px;
    height: 20px;
}

.pageNotFound img{
    width: 40%;
    margin: 30px 0;
}
.pageNotFound h3{
    font-size: 40px;
    font-weight: 600;
    padding-top: 50px;
}
.detailsSummary::marker{
    display: none !important;
    content: none;
}
.recentblogBox .blog-list-clmn{
    width: 100%;
    min-height: auto;
}
.recentblogBox .blog-list-clmn figure img{
    height: 210px;
}
.recentblogBox .blog-list-clmn article{
    padding: 20px 20px;
}
.recentblogBox .blog-list-clmn .blog-title {
    font-size: 19px;
    min-height: 65px;
}
.recentblogBox .owl-prev {
    left: -20px;
    margin-top: -23px !important;
}
.recentblogBox .owl-next {
    right: -27px;
    margin-top: -23px !important;
}
.recentblog{
    margin-top: 50px;
}
.recentblog h2 {
    margin-top: 0px;
    font-size: 72px;
    color: #1468d2;
    text-align: center;
    font-weight: 500;
    padding-bottom: 30px;
}
.featured_article {
    background: rgba(0, 0, 0, 0.03);
    height: 100%;
    width: 100%;
}
.featured_article{
    margin-top: 50px;
    padding: 70px 0;
}
.featured_article h2 {
    margin-top: 0px;
    font-size: 72px;
    color: #1468d2;
    text-align: center;
    font-weight: 500;
    padding-bottom: 30px;
}
.recentblogBox2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.recentblogBox2 .item{
    width: 31%;
    margin: 0 1.1%;
}

.flexRowfromStep{
    display: flex;
    flex-wrap: wrap;
    width: 815px;
    margin: 0 auto;
}


ul.tabs {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	width: 100%;
    margin-bottom: 30px;
    border-bottom: solid 1px #ccc;
}
ul.tabs li {
    font-family: "Work Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 0.5rem;
    cursor: pointer;
    margin-right: 50px;
    }
ul.tabs li:hover {
	color: #1468d2;
}
ul.tabs li.active {
	background-color: #fff;
	color: #1468d2;
	display: block;
}
.tab_container {
	border-top: none;
	clear: both;
	width: 100%;
	background: #fff;
	overflow: auto;
}
.tab_content {
	display: none;
    margin-bottom: 50px;
}
.tab_drawer_heading { display: none; }

.servicesSec{
    width: 100%;
    margin: 100px 0 0;
}
.servicesSec h2 {
    margin-top: 0px;
    font-size: 72px;
    color: #1468d2;
    font-weight: 500;
    padding-bottom: 50px;
    text-align: center;
    line-height: 75px;
}
.servicesGrid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}
.servicesCol{
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.servicesImgHolder{
    height: 250px;
}
.servicesImgHolder img{
    height: 100%;
    width: 100%;
    border-radius: 15px 15px 0 0;
}
.servicesContentHolder{
    padding: 20px 20px 25px 20px;
    text-align: center;
}
.servicesContentHolder h3{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding-bottom: 10px;
}
.servicesContentHolder p{
    font-size: 16px;
    font-weight: 600;
    color: #4e4e4e;
    padding: 0;
    line-height: 25px;
    margin-bottom: 0;
    max-height: 300px;
    /* display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden; */
}
.moreBtn{
    padding: 10px 15px !important;
    color: #fff !important;
    line-height: 15px;
    font-weight: 600;
    background-color: #1468d2 !important;
    border-radius: 40px;
    display: inline-block;
    cursor: pointer;
    border: none;
    font-size: 15px;
    margin-top: 15px;
}
.moreBtn i{
    margin-left: 5px;
}
.moreBtn:hover {
    background: #000 !important;
}


.ser-subHeading{
    font-size: 60px !important;
    line-height: 65px !important;
}
.ser-subHeading span{
    display: block;    
}
.ser-paragraph{
    width: 80%;
    margin: 0 auto;
}
.serviceBox-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width:100%;
    margin: 0 auto;
}
.serviceBox-row .serviceBox {
    border-radius: 40px;
    padding: 50px 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-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 30%;
    margin: 1.5% 1.5%;
}
.serviceBox-row p{
    padding: 0;
}
.serviceBox-row h5{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 30px;
    margin: 15px 0 15px;
    color: #1468d2;
    font-weight: 600;
}
.serviceBox-row h5 span {
    font-weight: 700;
    display: block;
    color: #01188f;
}
.serviceList li{
    color: #000;
}
.sw50{
    width: 50% !important;
}
.sw43{
    width: 43% !important;
}
.sp-top-bottom{
    padding: 70px 0 !important;
}
.simgRadius{
    border-radius: 50px;
}
.whychoose-sec{
    justify-content:center;
}
.whychoose-sec li{
    width: 23% !important;
    height: 100%;
    padding: 40px 11px;
    -webkit-transition: box-shadow .4s ease, background .4s ease, color .4s ease;
    transition: box-shadow .4s ease, background .4s ease, color .4s ease;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
	text-align: center;
    margin: 0 1%;
    display: flex;
    justify-content: center;
}
.whychoose-sec li p{
    text-align: center !important;
    color: #000;
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 600;
}
.whychoose-sec li p span{
    padding-top: 15px !important;
}
.whychoose-sec li figure{
    margin-bottom: 20px;
    margin-right: 0 !important;
    width: 55px !important;
}
.text-left{
    text-align: left !important;
}
.text-left h2{
    text-align: left !important;
}
.text-left p{
    text-align: left !important;
}













@media screen and (min-width: 1280px) {
    .section-6.color {
        border: 1px #000;
        align-items: center;
    }
	.c-dev_card._01.cc-shadow.white {
        background-color: #004aadd9;
        border-style: none;
        width: 100%;
        max-width: none;
    }
	/* .c-partner_right-block {
        width: 100%;
    } */
	.c-dev_process {
        grid-column-gap: 6px;
        grid-row-gap: 6px;
    }
}
@media screen and (min-width: 1440px) {
	.container-7 {
        max-width: 75rem;
    }
	.c-dev_process {
        margin-top: 4px;
    }
	/* .c-partner_right-block {
        width: 100%;
    } */
    .container-7 {
        max-width: 75rem;
    }
	.c-partner_stacked {
        color: #fff0;
    }
	.c-dev_card._01.cc-shadow.white {
        background-color: #004aad7a;
        border-style: none;
        width: 100%;
        max-width: none;
    }
	.c-dev_card._01.cc-shadow {
        background-color: #fff;
    }
}


/*=============== 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) {
    .single-blog-itm-bnr {
        height: auto;    
    }
    .blog-list-clmn{
		width: 48%;
		min-height: 400px;
		margin: 15px 1%;
	}
	.blog-list-clmn .blog-title{
		font-size: 22px;
	}
	.single-blog-left-clmn{
		width: 100%;
	}
	.single-blog-right-clmn{
		width: 100%;
		margin-top: 50px;
	}
}

@media (max-width: 767px) {
    .checkbox-containerCol{
        width: 100%;
    }
    .mobDnone{
        display:none !important;
    }
    .servicesSec h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .servicesSec{
        width: 100%;
        margin: 50px 0 0;
    }
    .servicesGrid{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .step-form-sec .step-form-field{
        margin-top: 20px;
    }
    .w50 {
        width: 100%;
    }
    .order-2{
        order: 2;
    }
    .flexRowfromStep{
        width: auto;
    }
    .recentblogBox2 .item{
     width: 100%;
     margin: 0;
    }
    .recentblog h2 {
        font-size: 30px;
    }
    .featured_article h2 {
        font-size: 30px;
    }
    .pageNotFound h3{
        font-size: 25px;
    }
    .application-flex{
        flex-direction: column;
    }
    .application-flex {
        width: 245px;
        margin: 0 auto;
    }
    .lanban-con-holder:after{
        display: none;
    }
    .innerStaticBodyOuter {
        margin-top: 75px;
    }
    .backpack{
        flex-wrap: wrap;
    }
    .backpack .stcRightSec {
        width: 100%;
    }
    .backpack .stcleftSec {
        width: 100%;
    }
    .investor-form {
        width: 100%;
    }
    .investor-form .applyButton{
        margin-top: 30px;
    }
    .p-dFlex-left{
        width: 100%;
    }
    .p-dFlex-right{
        width: 100%;
    }
    .mobText-center{
        text-align: center !important;
    }
    .c-partner_sticky{
        text-align: center;
    }
    .c-dev_process h3 {    
        font-size: 20px;
        line-height: 1.3;
    }
    .c-partner_left-block{
        width: 100%;
        padding: 0 15px;
        margin-top: 20px;
    }
    .c-dev_card._01.cc-shadow.white{
        width: 95%;
    }
    .c-partner_right-block {
        width: 100%;    
    }
    .c-partner{
        flex-wrap: wrap;
    }
    .w13{
        width: 45%;
    }
    .mab-bgap{
        margin-top: 50px;
    }
    .bg-blue-primary{
        display: none;
    }
    .inr-bnr-caption h1{
		font-size: 25px;
	}
	.blog-list-body-sec,
	.blog-dtl-bdy-sec{
		padding: 50px 0;
	}
	.blog-list-clmn{
		width: 100%;
		margin: 15px 0;
	}
    .mob-height-auto img{
        margin-bottom: 30px;
    }
    .mob-height-auto{
        height: auto !important;
    }
    .tableTopbg{
        font-size: 15px;
    }
    .verifen-different-sec h2 {
        line-height: 40px;
        padding-top: 20px;
    }
    .verifen-different-sec {
        padding: 15px;        
    }
    .mobLogo{
      display: block;  
    }
    .webLogo{
        display: none;
    }
    .landing-growSae ul{
        margin-left: 0;
    }
    .becomeSec ul{
        margin: 0;
    }
    .becomeSec ul li span{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin-right: 10px;
    }
    .becomeSec ul li{
        margin: 0;
    }
    .becomeSec ul {
        flex-wrap: wrap;
    }
    .deliversSec {
        padding-top: 60px;
    }
    #paralaxItm1, #paralaxItm2, #paralaxItm3, #paralaxItm4{
        height: 450px;
    }
    .unlock-sucess-left-prt {
        width: 100%;
        height: 450px;
    }
    .becomeSec{
        padding: 30px;
        position: relative;
    }
    .iplanimagebgsec img {
        height: auto;
    }
    .becomeSec ul li{
        text-align: left;
        display: flex;
        align-items: center;
    }
    .innerConBodyOuter .column1 h2 {
        font-size: 30px;
    }
    .security-list li {
        width: 100%;
        text-align: left;
    }
    .landing-growSae ul li{
        margin: 0;
        margin-bottom: 20px;
    }
    .list-program{
        flex-wrap: wrap;
    }
    .list-programcol {
        width: 100%;
    }
    .staticPages ul.logoFlex{
        margin-left: 0;
    }
    .basic-check-container label{
        width: 70% !important;
    }
    .flexRow .secondCol{
        width: 100%;
    }
    .flexRow .firstCol{
        width: 100%;
    }
    .flexRow {
        flex-wrap: wrap;
    }
    .staticPages h2 {
        font-size: 30px;
    }
    .step-form-sec fieldset h3 {
        font-size: 25px;
    }
    #msform fieldset{
       padding: 0 30px 80px; 
    }
    .loanshead{
        padding-bottom: 5px !important;
    }
    .hdr-progress-bar #progressbar{
       flex-wrap: inherit;
       margin-top: 10px;
    }
    .mr-0{
        margin-right: 0;
    }
    .flxWrap{
        flex-wrap: wrap;
    }
    .hdr-progress-bar #progressbar li {    
        font-size: 15px;
        padding: 23px 0;
    }
    .step-form-sec .title-hdn h1 {
        font-size: 30px;
    }
    .landingProleftCol2 h2{
        font-size: 30px;
    }
    .landingProrightCol2 .applyButton{
        font-size: 15px;
    }
    .landingProrightCol2 h2{
        font-size: 35px;
    }
    .landingProFlex2{
        position: relative;
        margin-top: -100px;
    }
    .bgopacity{
       width: 100%; 
       margin: 0;
       position: relative;
    }
    .landingProrightCol2 {
        width: 100%;
        padding: 0 35px;
    }
    .landingProleftCol2{
        width: 100%;
        padding: 35px;
    }
    .landingProFlex2{
        flex-wrap: wrap;
    }
    .landing-growSae ul li{
        width: 100%;
    }
    .landing-growSae h2{
        font-size: 30px;
        line-height: 35px;
    }
    .landing-logoSec ul.logoFlex li {
        padding: 0;
    }
    .landingConBody {
        margin-top: 70px;
    }
    .lanban-img-holder {
        width: 100%;
        order: 1;
    }
    .lanban-con-holder {
        width: 100%;
        order: 2;
        margin-top: 30px;
        text-align: center;
    }
    .lanbannerBg{
        flex-wrap: wrap;
    }
    .lanban-con-holder h2{
        font-size: 30px;
        line-height: 35px;
    }
    .innerConBodyOuter {
        margin-top: 70px;
    }
    .conInfoBox {
        width: 100%;
    }
    .basic-container{
        flex-wrap: wrap;
    }
    .contFlexRight {
        width: 100%;
    }
    .contFlexLeft {
        width: 100%;
    }
    .columnThree .applyButton{
        display: none;
    }
    .faqSecRow {
        padding: 70px 0 0;
    }
    .applySec {
        padding-top: 50px;
    }
    .benefitsSec {
        padding-top: 20px;
    }
    .fundRight {
        padding: 70px 0 0;
    }
    .howitWorksSec {
        padding: 70px 0 0;
    }
    .directFunders {
        padding: 70px 0 0;
    }
    .transparencySec {
        padding: 70px 0 0;
    }
    .deliversSecFlex h2{
        font-size: 30px;
        line-height: 35px;
    }
    .deliversSecFlexLeft{
        width: 100%;
        order: 2;
    }
    .deliversSecFlexRight{
        width: 100%;
        order: 1;
    }
    .brands-box {
        width: 93%;
    }
    .logoFlex li {
        margin: 0 0;
    }
    .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: 15px 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: left;
        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;
    }
    .columnOne .fr-fic{
        margin-bottom: 50px;
    }

    .columnThree {
        width: 100%;
        margin-top: 0;
        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: 17px;
        padding: 15px 80px 15px 15px !important;
        background: #fff;
    }
    .detailsTitle:before {
        width: 40px !important;
        height: 40px !important;
    }
    .staticPages .detailsContainer h3 {
        font-size: 17px;
    }

    .readytoproSec h2 {
        font-size: 22px;
        line-height: 45px;
    }
    .readytoproSec p{
        font-size: 15px;
        padding-top: 0;
    }

    .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;
        padding-top: 30px;
    }

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

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

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

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

    .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;
        text-align: left;
    }

    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: left;
        padding: 0 30px;
        order: 2;
    }

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

    .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;
    }
    .basic-check-container label {
        width: 90% !important;
    }
    .checkcol{
        align-items: flex-start;
    }
    .basic-check-container input[type="checkbox"]{
        margin-top: 3px;
    }

}

@media screen and (max-width: 480px) {
    .servicesGrid{
        display: block;       
    }
	ul.tabs {
		display: none;
	}
	.tab_drawer_heading {
		color: #333;
		border-bottom: 1px solid #ccc;
		margin: 0;
		padding: 5px 0;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
        margin-bottom: 20px;
	}
	.d_active {
		color: #1468d2;
	}
}

@media (max-width: 400px) {
    .blog-list-row .blog-list-clmn{
		width: 100%;
		min-height: inherit;
	}
    .about-us-sec figure {
        height: 340px;
        width: 340px;
    }
    .hdr-row2{
        width:150px;
    }
}


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


