
*,
:after,
:before {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

.form-check-input[type="checkbox"] {
    accent-color: #0d6efd !important;
}

.form-check-input:checked {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}

body {
    min-height: 100vh;
    /*background: linear-gradient(180deg, #E3F5FF 27.24%, #ffffff 100%);*/
    background: var(--button-text);
}
/*@font-face {
	font-family: 'Open Sans Regular';
	src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("OpenSans-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Poppins,serif';
	src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("OpenSans-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Open Sans Bold';
	src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
    font-family: 'Open Sans Medium';
    src: url("../fonts/OpenSans-Medium.woff2") format("woff2"), url("../fonts/OpenSans-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}*/
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Poppins-Light.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Poppins-Regular.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Poppins-Medium.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Poppins-SemiBold.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/css/Poppins-Bold.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/OpenSans-ExtraBold.ttf") format('ttf');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/Poppins-Black.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body,
html {
    font-size: 16px;
    line-height: 26px;
    font-family: "Poppins", serif !important;
    color: var(--text-color);
}

:root {
    --primary-color: #E72329;
    /* --secondary-color: #1d427c !important; */
    --secondary-color: #0a3b84;
    --default-color: #ffffff;
    /*	--text-color: #3a3a3a;*/
    --input-border: #cccccc;
    --success: #3DA23F;
    --error-text: #E72329;
    --primary-light: rgb(245, 73, 39, 0.5);
    --inprocess: #EAF4EC;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: var(--primary-blue);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--secondary-green);
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: var(--secondary-green);
    }

a,
a:focus,
a:hover {
    text-decoration: none;
    transition: all 0.3s
}

.tran-hover {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.rupess-font {
    font-family: "Poppins", serif !important;
    font-weight: normal;
    font-style: normal;
}

.form-control {
    color: var(--text-color) !important;
}

.font-opensans-r {
    /*font-family: "Poppins", serif !important;*/
    font-weight: 500;
}

.font-opensans-b {
    /*font-family: "Poppins", serif !important;*/
    font-weight: 500;
}

.font-opensans-sb {
    /*font-family: "Poppins", serif !important;*/
    font-weight: 500;
}

.box-shadow {
    background: var(--default-color);
    box-shadow: 1px 0px 6px rgba(112, 112, 112, 0.1);
}

.green-txt-color {
    color: var(--success) !important;
}

.red-txt-color {
    color: var(--primary-color) !important;
}

.orenge-txt-color {
    color: var(--secondary-green) !important;
}

.orenge-bg-color {
    background: var(--primary-color) !important;
}

.blue-txt-color {
    color: var(--secondary-color) !important;
}

.blue-bg-color {
    background: var(--secondary-color) !important;
}

.txt-000-color {
    color: var(--text-color);
}

.txt-999-color {
    color: var(--text-color);
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

h1 {
    font-size: 38px;
    /*font-family: 'Open Sans Bold';*/
    font-weight: 600
}

h2 {
    font-size: 28px;
    /*	font-family: 'Open Sans Bold';*/
    /*	font-weight: 700*/
    font-weight: 600;
}

h3 {
    font-size: 24px;
    /*	font-family: 'Open Sans Bold';*/
    /*font-weight: 700*/
}

h4 {
    font-size: 20px;
    /*	font-family: 'Poppins,serif';*/
    /*	font-weight: 700*/
    font-weight: 600;
}

h5 {
    font-size: 18px;
    /*	font-family: 'Poppins,serif';*/
    /*font-weight: 700*/
    font-weight: 600;
}

h6 {
    font-size: 16px;
    /*font-family: 'Open Sans Regular';*/
    /*	font-weight: 700*/
    font-weight: 600;
}

.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}

.mt-6 {
    margin-top: 6px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.pl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.paddingLR-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}
/*html,
body {
    overflow-x: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}*/

/*new style */

input::placeholder {
    opacity: 0.6;
}
/*new style */
.radio-button .btn {
    min-width: 125px;
}

.orange-title-block {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.orange-txt {
    color: var(--primary-color);
}

button:focus {
    outline: none;
}

.btn {
    padding: 0 15px;
    height: 42px;
    line-height: 40px;
    border-radius: 4px;
    min-width: 150px;
    /*	font-family: 'Poppins,serif';*/
    transition: all 0.5s ease-in-out;
    /*	font-weight: 700;*/
    font-size: 16px;
    font-weight: 400;
}

.btn-orenge-bg {
    background: var(--primary-color);
    color: var(--default-color);
    border: 1px solid var(--primary-color);
}

    .btn-orenge-bg:hover {
        background: var(--default-color);
        color: var(--primary-color);
    }

.btn-grey-bg {
    background: var(--text-color);
    color: var(--default-color);
    border: 1px solid var(--input-border);
}

    .btn-grey-bg:hover {
        background: var(--default-color);
        color: var(--primary-color);
    }

.btn-orenge-border {
    border: 1px solid var(--primary-blue);
    color: var(--primary-color);
}

    .btn-orenge-border:hover {
        background: var(--primary-blue);
        color: var(--default-color);
    }

.btn-blue-bg {
    background: var(--secondary-color);
    color: var(--default-color);
    border: 1px solid var(--secondary-color);
}

    .btn-blue-bg:hover {
        background: var(--default-color);
        color: var(--secondary-color);
    }

.btn-blue-border {
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
}

    .btn-blue-border:hover {
        background: var(--secondary-color);
        color: var(--default-color);
    }

.btn-buy {
    background: var(--success);
    border-radius: 8px;
    /*	font-family: 'Poppins,serif';*/
    font-weight: 600;
    font-size: 14px;
    color: var(--default-color);
    border: 1px solid var(--primary-color);
}

    .btn-buy:hover {
        background: var(--default-color);
        color: var(--success);
    }

.btn-sell {
    background: var(--primary-color);
    border-radius: 8px;
    /*	font-family: 'Poppins,serif';*/
    font-weight: 600;
    font-size: 14px;
    color: var(--default-color);
    border: 1px solid var(--primary-color);
}

    .btn-sell:hover {
        background: var(--default-color);
        color: var(--primary-color);
    }

input.form-control,
select.form-control,
textarea.form-control {
    background: var(--default-color);
    border-radius: 4px;
    height: 44px;
    font-size: 15px;
    border: none;
    border: 1px solid var(--input-border);
    font-size: 16px;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid var(--input-border);
    border-radius: 4px;
}

.form-control::-ms-input-placeholder { /* Edge 12-18 */
    color: var(--text-color);
}

.form-control::placeholder {
    color: var(--text-color);
}





/* select-css-start */

.js-select2 {
    width: 100%;
}

.select2-search--dropdown {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    width: 34px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: transparent;
        border-style: solid;
        border-width: 0;
        background: url(../images/dropdown-arrow.svg) no-repeat;
        background-size: 100%;
        height: 20px;
        width: 20px;
        top: 13px;
        left: 5px;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent;
    border-width: 0;
    transform: rotate(-180deg);
}

.select2-container--default .select2-selection--single {
    border: 1px solid var(--text-color);
    height: 42px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 40px;
        font-size: 16px;
        color: var(--text-color);
        padding-left: 12px;
    }


/* select-css-end */

.form-group label {
    font-size: 15px;
    /*	font-family: 'Open Sans Regular';*/
    font-weight: 400;
    font-weight: normal;
    margin-bottom: 12px;
    color: var(--note)
}

/*header {
	width: 100%;
	padding: 15px 25px;
	box-shadow: 0px 4px 4px rgb(0 0 0 / 12%);
}*/

/*@media (min-width: 1200px) {
	.container {
	    max-width: 90%;
	}	
}*/

@media only screen and (min-width: 1400px) {
    .btn {
        height: 46px;
        line-height: 46px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 1399px) {
    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    input.form-control,
    select.form-control,
    textarea.form-control {
        height: 42px;
        font-size: 16px
    }

    .tablecommon td {
        font-size: 14px;
    }

    .font-18 {
        font-size: 16px;
    }

    body,
    html {
        font-size: 14px;
        line-height: 22px;
    }

    .form-group label {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .orange-title-block {
        font-size: 16px;
    }
}

@media only screen and (max-width: 960px) {
    header {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    input.form-control, select.form-control, textarea.form-control {
        font-size: 16px;
    }

    .form-group label {
        font-size: 15px;
    }

    header {
        padding: 10px 15px;
    }

    .logo {
        width: 200px !important;
    }
}

@media only screen and (max-width: 375px) {
    h6,
    .form-group label,
    input.form-control, select.form-control, textarea.form-control,
    .select2-container .select2-selection--single .select2-selection__rendered,
    .change-bank-txt,
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 15px;
    }
}

.small-txt {
    font-size: 11px;
}

.ui-widget {
    font-family: "Poppins", serif !important;
}




/* New Design Start */

.form-section .form-control-placeholder {
    position: absolute;
    top: 10px;
    padding-left: 8px;
    padding-right: 8px;
    transition: all .2s;
    background-color: #fff;
    color: #1e222c;
    border-radius: 15px;
    left: 5px;
    opacity: 60%;
    line-height: 24px;
    pointer-events: none;
}

.form-control:focus + .form-control-placeholder + .form-control-placeholder {
    font-size: .875em;
    transform: translate3d(0,-100%,0);
    opacity: 1;
    color: #414141;
}

.input-button-main {
    position: relative;
    margin-top: 12px;
}

.form-section .form-control-placeholder {
    position: absolute;
    top: 10px;
    padding-left: 8px;
    padding-right: 8px;
    transition: all .2s;
    background-color: #fff;
    color: #1e222c;
    border-radius: 15px;
    left: 5px;
    opacity: 60%;
    line-height: 24px;
    pointer-events: none;
}
/*.form-control:focus + .form-control-placeholder{
    font-size: .875em;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
    color: #414141;
}*/

.upper-cards {
    position: absolute;
    right: 0;
    top: -25px;
}

.lower-cards {
    position: absolute;
    right: 0;
    bottom: -25px;
}

.change-bank-block-input-txt input:focus {
    /* border-color: #CCCCCC !important;*/
    border: 1px solid #CCCCCC !important;
    /*border-radius: 10px !important;*/
}



.FB1 {
    position: absolute;
    top: -100px;
    right: -20px;
}

.FB2 {
    position: absolute;
    top: -70px;
    right: -50px;
}

.FB3 {
    position: absolute;
    top: -100px;
}

.FB4 {
    position: absolute;
    right: -20px;
    bottom: -40px;
}

.FB6 {
    position: absolute;
    bottom: -100px;
}

.FB5 {
    position: absolute;
    bottom: -50px;
    right: -50px;
}

.feature-box-inner img, .feature-box-inner-light img {
    width: 116px;
    margin-bottom: 10px;
    display: flex;
    justify-content: start;
}

.feature-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--note);
    text-align: left
}
.feature-text {
    color: var(--note);
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 0px;
}

.center-contents {
    display: flex;
    justify-content: center;
}


.text_muted1 {
    color: var(--text-color);
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.features-headline p {
    color: var(--primary-blue);
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 10px;
}


.features-headline h2 {
    color: var(--note);
   /* font-size: 2.5rem;*/
    font-weight: bold;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 36px;
    line-height: 20px;
    text-align: left;
}

/*.hero-image {
	width: 100%;
	height: 400px;
	object-fit: fill;
	border-radius: 20px;
	width: 537px;
	height: 470px;
	border-radius: 20px;
	display: table;
	margin: auto;
}*/
.verifybtn {
    position: absolute;
    top: 0px;
    right: 0;
    height: 49px;
    border-radius: 0 8px 8px 0;
    width: 200px;
    background-color: var(--button-bg);
    color: #fff;
    border-color: var(--button-bg);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.bg-green {
    background-color: var(--button-text);
    /*padding: 90px 0px;*/
    border-radius: 32px;
    height: 454px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12), 0 12px 32px rgba(0, 0, 0, 0.08);
    /*	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 8px 24px rgba(0, 0, 0, 0.06);*/
}

.features-section {
    margin-top: 100px;
    margin-bottom: 140px;
}

.feature-box-inner {
    background: #d9e7f1;
    padding: 2rem 1.5rem;
    border-radius: 15px;
    min-height: 100px;
    text-align: center;
    box-shadow: 0 4px 6px rgb(196 199 203);
    transition: transform 0.3s ease;
    padding: 50px 45px 50px 25px;
    width: 260px;
    height: auto;
    min-height: 200px
}

.feature-box-inner-light {
    background: #ffffff;
    padding: 2rem 1.5rem;
    border-radius: 15px;
    min-height: 100px;
    text-align: center;
    box-shadow: 0 4px 6px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    padding: 50px 30px 50px 25px;
    width: 260px;
    height: auto;
    min-height: 275px
}

.head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    /*	border-bottom: 2px solid #CCCCCC;*/
}

.heading-title h5 {
    color: #00529c;
    margin-bottom: 15px;
    font-size: 19px;
}

.heading h4 {
    color: #3e3e3e;
    font-size: 19px;
    margin-bottom: 0;
}

.help-text {
    color: #808080;
    font-size: 13px !important;
    font-weight: 400 !important;
}

.head-mobile {
    display: none
}

.logo-light {
    width: 155px;
}
.hero-subtext {
    color: var(--note);
    font-size: 16px;
}
/*footer*/
.d_flex_footer h6 {
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    margin-bottom: 0px;
    font-size: 13px;
}

.verify-btn {
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
}

.d_flex_footer {
    display: flex;
    justify-content: space-between;
}



    .d_flex_footer a img {
        width: 18px;
    }

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: var(--body-bg);
    padding: 8px 10px;
}

.footer-container a {
    color: var(--footer-anchor-text) !important;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    line-height: 14px;
    text-decoration: underline;
}
/*footer*/

/*main-section start*/
.tagline {
    color: var(--light-blue);
    font-size: 0.9em;
}

.contact-info {
    color: var(--text-gray);
    font-size: 0.9em;
}

.hero-headline {
    /*	color: var(--primary-blue);*/
    font-size: 35px;
    font-weight: 500;
    line-height: 44px;
    color: var(--note);
    margin-bottom: 15px;
}

.gradient-text {
    background-image: linear-gradient(to right top,#1177bd,#0087be,#0093a7,#009b7d,#209e49);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    color: #1177bd;
}

.hero-subheadline {
    color: var(--primary-blue);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.form-label1 {
    font-weight: 400;
    font-size: 24px;
    color: var(--note);
    line-height: 32px;
    margin-bottom: 1.2rem !important;
    display: flex;
    align-items: center;
}

.btn-verify {
    background-color: var(--primary-blue);
    border: none;
    padding: 12px 24px;
}

    .btn-verify:hover {
        background-color: #1e40af;
    }


.input-container input {
    width: 100%;
    padding: 8px 12px;
    font-size: 16px;
    border-color: #CCCCCC;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    outline: none;
    transition: border-color .3s ease-in-out;
    -webkit-text-size-adjust: 100%;
    height: 49px;
}

    .input-container input :focus {
        /* border-color: #CCCCCC !important;*/
        border: 1px solid #CCCCCC !important;
        border-radius: 10px !important;
    }

.input-container p {
    position: absolute;
    left: 12px;
    top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #999999;
    transition: left 2s ease-in-out;
}

/*.input-container input:focus {
	border-color: blue;
}*/

.input-container input:focus + p, .input-container input:not(:placeholder-shown) + p {
    top: -20px;
    background: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #999999;
    box-shadow: none !important;
    transition: left 2s ease-in-out;
}

.input-container input:not(:placeholder-shown) + p {
    top: -20px;
    background: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #999999;
    box-shadow: none !important;
    transition: left 2s ease-in-out;
}

.desktop-title {
    display: block;
}

.mobile-title {
    display: none;
}

.modal-backdrop {
    z-index: -1 !important;
}

.modal {
    background: rgba(0,0,0,0.3) !important;
}

.feature-box-inner, .feature-box-inner-light {
    padding: 10px;
    /*width: 240px;*/
}

@media(max-width:1300px) {
    /*.hero-headline {
		font-size: 56px;
		line-height: 62px
	}*/

    /*	.hero-subheadline {
		font-size: 26px;
		line-height: 32px;
	}*/
}

@media(max-width:1200px) {
    /*.hero-headline {
		font-size: 46px;
		line-height: 52px;
	}*/

    /*.hero-subheadline {
		font-size: 22px;
		line-height: 27px;
	}*/

    .features-headline h2 {
        /*font-size: 40px;
		line-height: 46px;*/
    }

    .features-headline p {
        /*font-size: 18px;
		line-height: 23px;*/
    }

    .feature-text {
        font-size: 16px;
        line-height: 24px;
    }

    .feature-box-inner, .feature-box-inner-light {
        padding: 50px 30px 50px 20px;
        width: 225px;
    }
}

@media(max-width:992px) {
    .mobile-bg-green {
        background-color: #E3FFE7A1;
        border-radius: 32px;
        height: 100%;
        padding: 30px;
    }

    .features-headline h2 {
        text-align: center;
    }

    .features-headline p {
        text-align: center;
    }

    .feature-box-inner, .feature-box-inner-light {
        width: 100%;
    }

    .hero-img {
        width: 400px !important;
        display: table;
        margin: auto;
    }

    .desktop-title {
        display: none;
    }

    .mobile-title {
        display: block;
    }

    .feature-text {
        margin-bottom: 0px;
    }

    .feature-box-inner, .feature-box-inner-light {
        height: 218px;
        padding: 30px 30px 30px 20px;
    }

        .feature-box-inner img, .feature-box-inner-light img {
            width: 55px;
            margin-bottom: 30px;
        }

    .lower-cards {
        position: unset;
    }

    .upper-cards {
        position: unset;
    }

    /*.upper-cards {
        position: absolute;
        right: unset;
        top: unset;
    }
    .lower-cards {
        position: absolute;
        right: unset;
        top: unset;
    }*/


    .FB1, .FB2, .FB3, .FB4, .FB5, .FB6 {
        position: unset;
    }

    .bg-green {
        background-color: transparent;
    }

    .features-section {
        margin-top: 15px;
        margin-bottom: 120px;
    }

    .features-headline br {
        display: none;
    }

    .features-headline {
        margin-bottom: 40px;
    }
}

@media(max-width:767px) {
    /*html,
	body {
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		background: #fff;
		-webkit-text-size-adjust: 100%;
	}*/
    /*	body {
		position: relative;
		overscroll-behavior: none;
		touch-action: manipulation;
	}*/
    

    /*		.mainsection::-webkit-scrollbar {
			display: none;
		}*/
    footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: var(--footer-height);
        background: #fff;
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: env(safe-area-inset-bottom);
    }

    .feature-box-inner img, .feature-box-inner-light img {
        margin-bottom: 0;
    }

    .feature-box-inner, .feature-box-inner-light {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 20px;
        gap: 10px;
    }

    input,
    textarea,
    select {
        font-size: 16px;
    }
    /*	.is-ios body,	 
	.is-ios .mainsection {
		transform: translate3d(0, 0, 0);
		backface-visibility: hidden;
	}*/
    html.is-ios body .mainsection {
        max-height: calc(var(--vh, 1vh) * 85);
        overflow-y: auto;
        scrollbar-width: none;
    }
    /* prevent full body moving */
    body.keyboard-open {
        overflow: hidden;
    }

    /*	.hero-headline {
		font-size: 36px;
		line-height: 42px;
	}*/

    /*.hero-subheadline {
		font-size: 20px;
		line-height: 26px;
	}*/

    /*	.keyboard-open footer {
		position: absolute;
	}

	.keyboard-open .mainsection {
		bottom: 0;
	}*/
}
@media(max-width:576px) {
    .mobile-bg-green {
        background-color: transparent;
        border-radius: 32px;
        height: 100%;
        padding: 0px;
    }

    .mobile-title {
        background-color: #E3FFE7A1;
        border-radius: 20px;
        padding: 5px;
        margin-bottom: 10px;
    }

    .Mb-50 {
        margin-top: 60px;
    }

    .hero-headline {
        font-size: 30px;
        line-height: 36px;
    }

    /*	.hero-subheadline {
		font-size: 17px;
		line-height: 24px;
	}*/

    .form-label1 {
        font-size: 14px;
        line-height: 20px;
    }

    .features-headline h2 {
        font-size: 35px;
        line-height: 41px;
    }

    .features-headline p {
        font-size: 15px;
        line-height: 20px;
    }

    .feature-box-inner, .feature-box-inner-light {
        display: block;
    }

        .feature-box-inner img, .feature-box-inner-light img {
            display: block;
            margin: auto;
        }    
    .feature-text {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        margin-top: 12px;
    }

    .feature-box-inner, .feature-box-inner-light {
        padding: 15px 15px 15px 15px;
    }

    .features-headline {
        margin-bottom: 20px;
    }

    .verifybtn {
        width: 150px;
        font-size: 14px;
    }

    .feature-box-inner img, .feature-box-inner-light img {
        width: 140px;
    }
}

@media(max-width:480px) {
    .hero-headline {
        font-size: 18px;
        line-height: 32px;
        margin-top: 30px;
    }

    .hero-subheadline {
        font-size: 14px;
        line-height: 20px;
    }

    .form-label1 {
        /*font-size: 13px;
		line-height: 18px;*/
    }

    .verifybtn {
        width: 130px;
        font-size: 13px;
    }

    .features-headline h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .features-headline p {
        font-size: 13px;
        line-height: 18px;
    }

    .feature-text {
        font-size: 14px;
        line-height: 20px;
    }

    .bg-green {
        margin-bottom: 0;
    }

    .feature-box-inner, .feature-box-inner-light:last-child {
        margin-bottom: 12px;
    }
}

@media(max-width:375px) {



    /*.hero-headline {
        font-size: 17px;
        line-height: 28px;
        text-align: center;
        margin-top: 10px;
    }*/

    .Mb-50 {
        margin-top: 45px;
        padding: 0;
    }

    .hero-subheadline {
        /*		font-size: 14px;
		line-height: 20px;*/
        text-align: left;
    }

    .form-label1 {
        /*font-size: 13px;
		line-height: 18px;*/
        text-align: center;
    }

    .verifybtn {
        width: 115px;
        font-size: 12px;
    }
    /*  .verifybtn {
        top: 29px !important;
    }*/
    .text_muted1 {
        font-size: 10px;
    }

    .features-headline h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .features-headline p {
        font-size: 14px;
        line-height: 20px;
    }

    .feature-text {
        font-size: 12px;
        line-height: 18px;
    }
}
/*main-section end*/

/*@media (min-width: 1200px) {
	.container {
		max-width: 90%;
	}
}*/

@media only screen and (min-width: 1400px) {
    .btn {
        height: 46px;
        line-height: 46px;
        font-size: 18px;
    }
}

.floating-group input.form-control, .floating-group input.form-control:focus {
    height: 49px;
    border-radius: 10px;
}

.floating-group1 input.form-control, .floating-group1 input.form-control:focus {
    height: 49px;
    border-radius: 10px;
}



.floating-group1 {
    position: relative;
}

    .floating-group1 input {
        padding: 12px 10px;
    }

    .floating-group1 label {
        position: absolute;
        top: 12px;
        left: 10px;
        transition: 0.2s;
        background: #fff;
        pointer-events: none;
        border-radius: 6px;
        padding: 0 5px;
        color: #000;
    }


    .floating-group1 input:focus + label,
    .floating-group1 input:not(:placeholder-shown) + label {
        top: -12px;
        font-size: 12px;
    }






.checkbox-custom label.error {
    position: absolute;
    top: 12px;
}

@media only screen and (max-width: 1399px) {
    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    input.form-control,
    select.form-control,
    textarea.form-control {
        height: 42px;
        font-size: 16px
    }

    .tablecommon td {
        font-size: 14px;
    }

    .input-container input {
        height: 49px !important;
    }


    .font-18 {
        font-size: 16px;
    }

    body,
    html {
        font-size: 14px;
        line-height: 22px;
    }

    .form-group label {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .orange-title-block {
        font-size: 16px;
    }


    /* .verifybtn {
        top: 30px;
    }*/
}

@media only screen and (max-width: 960px) {
    header {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    input.form-control, select.form-control, textarea.form-control {
        font-size: 16px;
    }

    .form-group label {
        font-size: 16px;
    }

    header {
        padding: 10px 15px;
    }

    .logo {
        width: 200px !important;
    }
}

@media only screen and (max-width: 375px) {
    h6,
    .form-group label,
    input.form-control, select.form-control, textarea.form-control,
    .select2-container .select2-selection--single .select2-selection__rendered,
    .change-bank-txt,
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 15px;
    }
}

.small-txt {
    font-size: 11px;
}

.d_flex_img {
    display: flex;
    align-items: center !important;
    gap: 7px;
}

.feature-box-inner:hover {
    transform: translateY(-5px);
}

.feature-box-inner-light:hover {
    transform: translateY(-5px);
}

.floating-group {
    position: relative;
}

    .floating-group input {
        padding: 12px 10px;
    }

    .floating-group label {
        position: absolute;
        top: 12px;
        left: 10px;
        transition: 0.2s;
        background: #fff;
        pointer-events: none;
        border-radius: 6px;
        padding: 0 5px;
        color: #85868a;
    }

    .floating-group input:focus + label,
    .floating-group input:not(:placeholder-shown) + label {
        top: -12px;
        font-size: 12px;
    }

label.error {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: red;
}


@media (max-width: 991px) {
    .help-text {
        color: var(--);
        font-size: 10px !important;
        font-weight: 400 !important;
    }

    .head-mobile {
        height: 56px;
        box-shadow: 0 10px 10px -10px #c4c4c4;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        background: white;
        z-index: 99;
    }

    .mobile-box {
        display: flex;
        justify-content: space-between;
        font-weight: 600;
        align-items: center;
        padding: 5px;
        height: auto;
    }
}

@media(max-width:767px) {
    .d_flex_footer {
        display: flex;
        margin-left: 50px;
        margin-right: 50px;
    }

    .d_flex_proof {
        display: flex;
        gap: 20px;
    }

    .mobilemargin {
        margin-top: 4px !important;
    }

    .d_flex_footer {
        margin-left: 50px;
        margin-right: 50px;
    }


    .d_flex_img {
        justify-content: center;
    }

    .d_flex_footer h6 {
        text-align: center;
    }

    .d_flex_img {
        justify-content: center;
    }

    .bg-green {
        background-color: transparent;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 575px) {
    .w_40 {
        width: 100px;
    }

    .head {
        display: none;
    }

    .head-mobile {
        display: block
    }

    .d_flex_footer {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .d_flex_footer {
        margin-top: 10px;
    }

    .d_flex_footer {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .d_flex_footer {
        margin-top: 10px;
    }
}


@media (max-width: 480px) {
    .header {
        display: block !important;
        text-align: center;
        line-height: 30px;
    }

    .formBox {
        margin-top: 30px;
    }

    .main-logo img {
        text-align: center;
    }

    .text-red {
        font-size: 22px;
    }
}


@media(min-width:320px) and (max-width:359px) {
    .w_40 {
        width: 80px;
    }

    .help-text {
        font-size: 9px !important;
    }

    .d_flex_logout1 .logib-bg {
        padding: 5px 7px;
    }
}
/*Iphone issue css start*/
/*@media(max-width:575px) {

	html,
	body {
		overflow-x: hidden;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
	}


	
	.right-box {
		max-height: 100vh;
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
		scrollbar-width: none;
	}

	
		.right-box::-webkit-scrollbar {
			display: none;
		}

	
	html.is-ios .right-box {
		-webkit-overflow-scrolling: touch;
	}

	
	body.keyboard-open {
		overflow: hidden;
	}

		
		body.keyboard-open .right-box {
			padding-bottom: 140px;
		}
}*/

@media (max-width:575px) {

    /*	html,
	body {
		margin: 0;
		padding: 0;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		height: auto;
	}*/

    /* Main wrapper */
    /*.MobileLoad {
        min-height: 100dvh;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }*/

    /* REMOVE fixed vh scrolling */
    /*	.right-box {
		height: auto !important;
		max-height: none !important;
		overflow: visible !important;
	}*/

    /* iPhone safe bottom spacing */
    .features-section {
        padding-bottom: 80px;
    }

    /* Keyboard fix */
    /*	body.keyboard-open {
		position: relative;
		overflow-y: auto !important;
	}*/

    /* Prevent content jump */
    /*	input,
	textarea,
	select {
		font-size: 16px;
	}*/
}

/*Iphone issue css end*/
