html {
    scroll-behavior: smooth;
  }
 .hero-section{background: #479ace;}
.dform-secttion{ padding-bottom: 20px;}
.Dformthanks{min-height: 30vh;}
.deskplr0{ padding-left: 0;padding-right: 0;}
.mt-20{ margin-top: 20px;}
.pt-20{ padding-top: 20px;}
.mt-40{ margin-top: 40px;}
.pt-40{ padding-top: 40px;}
.btn {
	display: inline-block;
	font-weight: 600;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: .375rem 1.35rem;
	font-size: 1.2rem;
	line-height: 1.5;
	border-radius: .25rem;

}
.bg-cover-h-full{ height: 100% !important;}
.form-group  input, .form-group  select {
	border-radius: 2px;
	background-color: rgb(233, 238, 240);
	width: 100%;
	height: 68px;
	border: solid 2px transparent;
	transition: 0.3s all linear;
	padding-left: 20px;
	color: rgb(137, 137, 137);
}
.header{background:
    #fff;
      -webkit-box-shadow:
    0 10px 8px -6px rgba(0,0,0,.25);
      -moz-box-shadow: 0 10px 8px -6px rgba(0,0,0,.25);
      box-shadow: 0 10px 8px -6px rgba(0,0,0,.25);}
.topnfllogo{
    display: flex;
    justify-content: left;

    width: 100%;

}
.bodyptop40{ padding-top: 20px;}
.main-img img {
    width: 100%;
}

div.radio-with-Icon {
    display: block;
}

div.radio-with-Icon p.radioOption-Item {
    display: inline-block;
    width: 130px;
    height: 40px;
    box-sizing: border-box;
    margin: 25px 15px;
    border: none;
}

div.radio-with-Icon p.radioOption-Item label {
    display: block;
    height: 100%;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #9dc5df;
    color: #000;
    cursor: pointer;
    opacity: .8;
    transition: none;
    font-size: 13px;
    text-align: center;
    margin: 0 !important;
}

div.radio-with-Icon p.radioOption-Item label:hover,
div.radio-with-Icon p.radioOption-Item label:focus,
div.radio-with-Icon p.radioOption-Item label:active {
    opacity: .5;
    background-color: #9dc5df;
    color: #000;
    margin: 0 !important;
}

div.radio-with-Icon p.radioOption-Item label::after,
div.radio-with-Icon p.radioOption-Item label:after,
div.radio-with-Icon p.radioOption-Item label::before,
div.radio-with-Icon p.radioOption-Item label:before {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
}

div.radio-with-Icon p.radioOption-Item img {
    width: 50px;
    display: block;
    margin: 0px auto;
    padding-bottom: 10px;
}

div.radio-with-Icon p.radioOption-Item input[type="radio"] {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

div.radio-with-Icon p.radioOption-Item input[type="radio"]:active~label {
    opacity: 1;
}

div.radio-with-Icon p.radioOption-Item input[type="radio"]:checked~label {
    opacity: 1;
    border: none;
    background-color: #9dc5df;
    color: #000;
}

div.radio-with-Icon p.radioOption-Item input[type="radio"]:hover,
div.radio-with-Icon p.radioOption-Item input[type="radio"]:focus,
div.radio-with-Icon p.radioOption-Item input[type="radio"]:active {
    margin: 0 !important;
}

div.radio-with-Icon p.radioOption-Item input[type="radio"]+label:before,
div.radio-with-Icon p.radioOption-Item input[type="radio"]+label:after {
    margin: 0 !important;
}

.secondary-solid-btn-custom{
    color: #fff;
    background: #0072bb !important;
    border: 1px solid #0072bb !important;
}

.secondary-solid-btn-custom:hover{
    color: #fff;
    background: #0072bb !important;
    border: 1px solid #0072bb !important;
}

.common-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: #0072bb;
    padding: 15px;
    width: 22%;
    text-align: center;
}

.customer-verification {
	color: #0072bb;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 0px;
	margin-top: 20px;
}
.choose-otp{
    color: #0e0e0e;
    font-weight: 600;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}

.vh-500 {
    height: 500px !important;
}

.card-title{
    color: #227aad;
    font-size: 25px;
    font-weight: 600;
}


.error{
    color: #ff0000;
    font-size: 14px;
    font-weight: 400;
}

.mgap-20{
    margin-top: 20px;
}

.mgap-33{
    margin-top: 33px;
}

.mgap-33-bottom{
    margin-bottom: 33px;
}

.mgap-100{
    margin-top: 100px !important;
}

.custom-scroll {
    max-height: 745px;
    overflow-y: auto;
}

#transaction_id{
    width: 80% !important;
    display: block;
    margin: 0 auto;
}

#transaction_id_file{
    width: 80% !important;
    display: block;
    margin: 0 auto;
}

.transaction_label {
	display: block;
	margin: 0 auto;
	/* padding-left: 55px; */
	font-weight: 700 !important;
	font-size: 24px;
	color: #fdbe00 !important;
}

#submit-footer {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 10px 40px;
	border-radius: 10px;
    background: linear-gradient(75deg, #974e03  10%, #ff870c) !important;
    box-shadow: 0 10px 8px -6px rgba(0,0,0,.25);
	border: 1px solid #79410c;
	color: #fff;
}
#submit-footer:hover {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 10px 40px;
	border-radius: 10px;
	background: linear-gradient(75deg, #0068b2 10%, #00497c) !important;
	border: 1px solid #79410c;
	color: #fff;
}

.gradient-overlay:before {
    background-image: linear-gradient(75deg, #0a69b9 10%, #fb8718) !important;
    opacity: 0.88 !important;
}

.note {
    padding: 0px;
    margin: 0px 20px 10px 20px;
}

.note li{
    list-style: square;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.promo-single-menu {
	display: flex;
	position: relative;
	gap: 20px;
}
.promo-single-menu .promo-single {
	/* display: flex; */
	padding: 20px;
	background-color: #0072bb;
	background: linear-gradient(75deg, #064e7b 10%, #0072bb) !important;
	margin-bottom: 15px;

}
.promo-single-menu .promo-single.active {
	border-bottom: 5px solid #ff8928;
}

.promo-single-menu .promo-single h5 {
color: #fff;
font-size: 18px;
}
.promo-single-menu .promo-single img{
filter: brightness(0) invert(1);
}
.logincard {
	height: 100%;
	background: #fff;
	padding: 20px 40px;
	border-radius: 40px;
	box-shadow: 0 12px 20px 2px rgb(14, 105, 162);
	/* box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15); */
	margin: 20px;
}
.card-body {
	padding: 1.8rem;
}
.footer-nav-wrap .soclink span {
	font-size: 18px;
	line-height: normal;
}
.social-list .list-inline-item {
	display: inline-block;
	justify-content: center;
	vertical-align: top;
}
.logincard form .form-group label, .form-group label {
	padding-bottom: 10px;
        padding-bottom: 10px;
        color: #333;
        font-weight: 600;
    }

.small, small {
    font-size: 85%;
    color: #666;
}

/*---------------Select2------------------*/
.select2-container .select2-selection--single {
    height: 68px !important;
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 68px !important;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 68px !important;
    right: 10px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #333 transparent transparent transparent;
	border-style: solid;
	border-width: 7px 6px 0 6px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

  .select2-selection.error {
    border: 2px solid red !important;
  }

/*---------------Select2------------------*/


#deposit_term {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('data:image/svg+xml;utf8,<svg fill="black" height="32" viewBox="0 0 24 24" width="32" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center;
    background-size: 28px 28px;
    padding-right: 80px;
    font-size: 16px;
    height: 68px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#deposit_term:focus {
    outline: none;
    border-color: #0072bb;
}

#deposit_term.error {
    border: 2px solid #dc3545 !important;
}
#nominee_1_relation.error {
    border: 2px solid #dc3545 !important;
}
#nominee_2_relation.error {
    border: 2px solid #dc3545 !important;
}

#transaction_id-error{
    margin-left: 55px;
}
.login-signup-wrap{
    padding-bottom: 40px;
    overflow: hidden;
    margin: 40px;
}

.thanks-Content {
	padding: 5%;
	background: linear-gradient(1.91deg, rgba(38, 38, 38, 0.1) 64.59%, #262626 101.91%), linear-gradient(180deg, rgba(38, 38, 38, 0) 68.75%, rgba(38, 38, 38, 0.3) 100%);
	border-radius: 10%;
}

.bg-cover-h-full{
    height: 100vh !important;
}

@media only screen and (max-width: 768px) {
    .topnfllogo{
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        width: 100%;

    }
    .common-title {
        width: 35%;
    }

    .mgap-100{
        margin-top: 0px !important;
    }

    .bg-cover-h-full{
        height: 100% !important;
    }

    .login-signup-wrap {
        margin: 0px;
    }
    
    .logo{
        display: none;
    }

    .logincard {
        padding: 20px 0px;
        margin: 0px;
    }
}
