
*,
:after,
:before {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

:root {
    --primary-blue: #1E4382;
    --light-blue: #3b82f6;
    --accent-red: #E91F27;
    --light-green: #10b981;
    --light-bg-blue: #eff6ff;
    --light-bg-green: #f0fdf4;
    --text-gray: #6b7280;
}

body {
    height: 100%;
}

.input-container input::placeholder {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #999;
}

@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: 'Open Sans Semi Bold';
    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;
}

body,
html {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Open Sans Regular';
    color: #333333;
}

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: 'Open Sans Regular';
    font-weight: normal;
    font-style: normal;
}

.form-control {
    color: #000 !important;
}

.font-opensans-r {
    font-family: 'Open Sans Regular' !important;
}

.font-opensans-b {
    font-family: 'Open Sans Bold';
}

.font-opensans-sb {
    font-family: 'Open Sans Semi Bold';
}

.box-shadow {
    background: #FFFFFF;
    box-shadow: 1px 0px 6px rgba(112, 112, 112, 0.1);
}

.green-txt-color {
    color: #3DA23F !important;
}

.red-txt-color {
    color: #FB462E !important;
}

.orenge-txt-color {
    color: #0c54a0 !important;
}

.orenge-bg-color {
    background: #0c54a0 !important;
}

.blue-txt-color {
    color: #043B72 !important;
}

.blue-bg-color {
    background: #043B72 !important;
}

.txt-000-color {
    color: #000;
}

.txt-999-color {
    color: #999;
}

.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';
}

h2 {
    font-size: 28px;
    font-family: 'Open Sans Bold';
}

h3 {
    font-size: 24px;
    font-family: 'Open Sans Bold';
}

h4 {
    font-size: 20px;
    font-family: 'Open Sans Semi Bold';
}

h5 {
    font-size: 18px;
    font-family: 'Open Sans Semi Bold';
}

h6 {
    font-size: 16px;
    font-family: 'Open Sans Regular';
}

.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;
}

.orange-title-block {
    color: #0c54a0;
    font-size: 18px;
    font-family: 'Open Sans Semi Bold';
    margin-bottom: 5px;
}

.orange-txt {
    color: #0c54a0;
}

button:focus {
    outline: none;
}

.btn {
    padding: 0 15px;
    height: 42px;
    line-height: 40px;
    border-radius: 4px;
    min-width: 150px;
    font-family: 'Open Sans Semi Bold';
    font-size: 16px;
    transition: all 0.5s ease-in-out;
}

.btn-orenge-bg {
    /*background: #0c54a0;
	color: #fff;
	border: 1px solid #0c54a0;*/
    background: #0c54a0;
    color: #fff;
    border: 1px solid #0c54a0;
}

    .btn-orenge-bg:hover {
        background: #fff;
        color: #0c54a0;
    }

.btn-grey-bg {
    background: #DADADA;
    color: #fff;
    border: 1px solid #DADADA;
}

    .btn-grey-bg:hover {
        background: #fff;
        color: #0c54a0;
    }

.btn-orenge-border {
    border: 1px solid #0c54a0;
    color: #0c54a0;
}

    .btn-orenge-border:hover {
        background: #0c54a0;
        color: #fff;
    }

.btn-blue-bg {
    background: #043B72;
    color: #fff;
    border: 1px solid #043B72;
}

    .btn-blue-bg:hover {
        background: #fff;
        color: #043B72;
    }

.btn-blue-border {
    border: 1px solid #043B72;
    color: #043B72;
}

    .btn-blue-border:hover {
        background: #043B72;
        color: #fff;
    }

.btn-buy {
    background: #2B943F;
    border-radius: 8px;
    font-family: 'Open Sans Semi Bold';
    font-size: 14px;
    color: #fff;
    border: 1px solid #2B943F;
}

    .btn-buy:hover {
        background: #fff;
        color: #2B943F;
    }

.btn-sell {
    background: #FB462E;
    border-radius: 8px;
    font-family: 'Open Sans Semi Bold';
    font-size: 14px;
    color: #fff;
    border: 1px solid #FB462E;
}

    .btn-sell:hover {
        background: #fff;
        color: #FB462E;
    }

input.form-control,
select.form-control,
textarea.form-control {
    background: #FFFFFF;
    border-radius: 4px;
    height: 42px;
    font-size: 15px;
    border: none;
    border: 1px solid #D2D2D2;
    font-size: 16px;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.input-container input :focus {
    /* border-color: #CCCCCC !important;*/
    border: 1px solid #CCCCCC !important;
    border-radius: 10px !important;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #D2D2D2;
    border-radius: 4px;
}

.form-control::-ms-input-placeholder { /* Edge 12-18 */
    color: #333;
}

.form-control::placeholder {
    color: #333;
}



/* 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 #D2D2D2;
    height: 42px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 40px;
        font-size: 16px;
        color: #000;
        padding-left: 12px;
    }


/* select-css-end */



/* New Design Start */


.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;
}

.FB2 {
    position: absolute;
    top: -70px;
}

.FB3 {
    position: absolute;
    top: -100px;
}

.FB4 {
    position: absolute;
    bottom: -100px;
}

.FB6 {
    position: absolute;
    bottom: -100px;
}

.FB5 {
    position: absolute;
    bottom: -130px;
}

.feature-box-inner img, .feature-box-inner-light img {
    width: 60px;
    margin-bottom: 34px;
    display: flex;
    justify-content: start;
}


.feature-text {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 34px;
}


.text_muted1 {
    color: #9999;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: Italic;
    font-size: 10px;
    line-height: 16px;
}

.features-headline p {
    color: var(--primary-blue);
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 27px;
    text-align: center;
}


.features-headline h2 {
    color: var(--accent-red);
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 44px;
    line-height: 50px;
    text-align: center;
}

/*.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(--primary-blue);
    color: #fff;
    border-color: var(--primary-blue);
    line-height: 45px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}

.bg-green {
    background-color: #E3FFE7A1;
    /*padding: 90px 0px;*/
    border-radius: 32px;
    height: 454px;
}

.features-section {
    margin-top: 160px;
    margin-bottom: 250px;
}

.feature-box-inner {
    background: #C9ECFF;
    padding: 2rem 1.5rem;
    border-radius: 15px;
    min-height: 100px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    padding: 50px 41px 50px 25px;
    width: 260px;
    height: 330px;
}

.feature-box-inner-light {
    background: #E2F5FF;
    padding: 2rem 1.5rem;
    border-radius: 15px;
    min-height: 100px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    padding: 50px 41px 50px 25px;
    width: 260px;
    height: 330px;
}

.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: 200px;
}
/*footer*/

.d_flex_footer h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 20px;
    color: #808080;
    margin-bottom: 0px;
    font-size: 13px;
}

.verify-btn {
    font-family: "Poppins", sans-serif;
    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: #F2F2F2;
    padding: 7px 10px;
}

/*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-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 61px;
    line-height: 69px;
    line-height: 74px;
}

.hero-subheadline {
    color: var(--accent-red);
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
}

.form-label1 {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.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;
}

@media(max-width:1365px) {
    .feature-box-inner, .feature-box-inner-light {
        padding: 50px 35px 50px 20px;
        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: 200px;
    }
}

@media(max-width:992px) {
    .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) {


    footer {
        position: fixed;
    }

    .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;
    }

    .hero-headline {
        font-size: 36px;
        line-height: 42px;
    }

    .hero-subheadline {
        font-size: 20px;
        line-height: 26px;
    }
}

@media(max-width:576px) {
    .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: 40px;
    }
}

@media(max-width:480px) {
    .hero-headline {
        font-size: 26px;
        line-height: 32px;
    }

    .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: 200px;
    }

    .feature-box-inner, .feature-box-inner-light:last-child {
        margin-bottom: 12px;
    }
}

@media(max-width:375px) {
    .hero-headline {
        font-size: 20px;
        line-height: 32px;
        text-align: center;
    }

    .Mb-50 {
        margin-top: 45px;
        padding: 0;
    }

    .hero-subheadline {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }

    .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: 9px;
    }

    .features-headline h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .features-headline p {
        font-size: 12px;
        line-height: 18px;
    }

    .feature-text {
        font-size: 12px;
        line-height: 18px;
    }
}
/*main-section end*/
.d_flex_img {
    display: flex;
    align-items: center !important;
    gap: 7px;
}

.feature-box-inner:hover {
    transform: translateY(-5px);
}



@media (max-width: 991px) {
    .help-text {
        color: #717182;
        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: 280px;
    }
}

@media screen and (max-width: 575px) {
    .w_40 {
        width: 135px;
    }

    .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 screen and (max-width: 430px) {
    .w_40 {
        width: 130px;
    }
}

@media screen and (max-width: 375px) {
    .w_40 {
        width: 100px;
    }
}




/* New Design End */

.form-group label {
    font-size: 16px;
    font-family: 'Open Sans Regular';
    font-weight: normal;
    margin-bottom: 12px;
}

header {
    /*width: 100%;
	padding: 15px 25px;
	box-shadow: 0px 4px 4px rgb(0 0 0 / 12%);*/
    /*display: none;*/
}

@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;
    }

    .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;
}
