@import url('https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.7.2/css/all.min.css');
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700,800&display=swap');

body, html {height: 100%; scroll-behavior: smooth;}
body {position: absolute;top: 0;left: 0;bottom:0;right: 0; overflow-y: scroll;overflow-x: hidden;}
/*::-webkit-scrollbar {width:7px;}
::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);}
::-webkit-scrollbar-thumb {background:#e75623;}
::-webkit-scrollbar-thumb:window-inactive {background: rgba(255,0,0,0.4);}
::selection {background:#e75623; color: #fff}
*/

.section {padding: 60px 0}
.heading-title {margin-bottom:35px;}
.heading-title .title {font-size:26px; line-height: 26px; font-weight: 600; margin-bottom: 0px; color:#000;}
.heading-title .divider {width: 80px; height: 3px; border-radius: 2px; display:block; background:#0a507f; margin:10px auto 0;}

@media(max-width: 991px){
	.section {padding: 40px 0}
	.heading-title .title {font-size:23px;}
}

.text-primary {color: #216b9e !important}
.text-secondary {color: #e75623 !important}
.btn {border-radius:25px; padding:8px 35px;}
.btn:focus, .btn.focus {box-shadow: none !important; outline: none;}
.btn-primary {background-color: #0d3c5c;border-color: #0d3c5c;}
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {background-color: #e75623;border-color: #e75623;}

.btn-secondary {background-color: #e75623;border-color: #e75623;}
.btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {background-color: #0d3c5c;border-color: #0d3c5c;}

.header {background-color: #fff; background-image: url(../images/header-bg.jpg); background-size: 100%; height: 100vh; width: 100%; position: relative;}
.header-top {padding: 15px 80px;}
.header-wrap {display: flex; align-items: center; justify-content: space-between;}

.header .header-wrap.active{position:fixed;top:0;left:0;width:100%;z-index:999; background: #fff; box-shadow: 0px 3px 5px rgba(0,0,0,0.1); padding: 7px 80px;
	animation-name:menu_sticky;
	animation-duration:.6s;
	animation-timing-function:ease-out;
	-webkit-transition:all .25s ease-in-out;
	-moz-transition:all .25s ease-in-out;
	-ms-transition:all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out}
.header-wrap.active{box-shadow: 0px 3px 5px rgba(0,0,0,0.1); padding: 7px 80px;}

.header-wrap.active .nav-list > li > a {text-shadow: none; color: #0d3c5c;}
.header-wrap.active .nav-list > li > a.active {color: #e75623}
.header-wrap.active .nav-list .button {color: #fff;}
.header-wrap.active .logo-section img {height: 43px;}

.header2 {position: sticky; top: 0; background: #fff; z-index: 99}
.header2 .header-wrap {padding: 5px 25px;}
.header2 .header-wrap .nav-list > li > a {text-shadow: none; color: #0d3c5c;}
.header2 .header-wrap .nav-list > li > a:hover {color: #e75623}
.header2 .header-wrap .nav-list > li > a.active {color: #e75623}
.header2 .header-wrap .nav-list .button, .header2 .header-wrap .nav-list .button:hover {color: #fff;}
.header2 .header-wrap .logo-section img {height:50px;}


@keyframes menu_sticky { 
0%{margin-top:-100px}
50%{margin-top:-74px}
100%{margin-top:0}
}

.logo-section h1 {margin: 0px; line-height: 1px}
.logo-section h1 span {display: none;}
.logo-section a {display: inline-block;}
.nav-list {display: inline-block; list-style: none; margin: 0px; font-size: 17px; font-weight: 600}
.nav-list > li {display: inline-block;}
.nav-list > li:not(:first-child) {margin-left: 30px;}
.nav-list > li > a {display: inline-block; color: #fff; position: relative; text-shadow:2px 2px 5px rgba(0,0,0,0.2); padding: 7px 0;   }
.nav-list > li > a:hover {text-decoration: none;}
.nav-list > li > a:after {content: "";position: absolute;height: 1px;bottom: -2px; background-color: #fff; left: 0; right: 0;visibility: hidden; transform: scaleX(0); transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);}
.nav-list > li > a:hover:after, .nav-list > li > a.active:after {visibility: visible; transform: scaleX(1);}
.nav-list .button {background: #0d3c5c; border-radius: 30px; padding-left: 35px; padding-right: 35px; font-weight: 400}
.nav-list .button:hover {background: #e75623}
.nav-list .button:hover:after {display: none;}
.header-content {display: flex; justify-content: space-between; padding-top: 85px;}
.hc-left {width:520px; padding-top: 100px;}
.hc-left .title {font-size: 33px; margin-bottom: 15px;}
.hc-left .desc {color: #666; font-size: 15px;}
.hc-left .apps-icon {margin-top: 25px;}
.hc-right {width: 400px; text-align: center; margin-right: 112px;}
.hc-right .heading {font-size: 20px; border-bottom: 1px solid #fff; display: inline-block; padding-bottom: 5px; color: #fff; margin-bottom: 30px; text-shadow:2px 2px 5px rgba(0,0,0,0.2);}
.rgst-wrap {display: flex; justify-content: center;}
.rgst-wrap a {text-decoration: none;}
.rgst-wrap > *:not(:last-child) {margin-right: 20px;}
.rgst-box {background: rgba(255,255,255,0.2); padding: 20px; border-radius: 7px; width: 180px; cursor: pointer; transition: all 0.2s ease}
.rgst-box .icon {width: 69px; height: 124px; display: inline-block; margin: 0 auto}
.rgst-box:hover {background: rgba(255,255,255,0.5); box-shadow: 2px 5px 10px rgba(0,0,0,0.2)}
.rgst-box:hover .title {transform: scale(1.1);}
.rgst-box .title {background: #0d3c5c; border-radius: 25px; padding: 3px 15px 4px; color: #fff; margin-top:20px; transition: all 0.2s ease}
.rgst-box.dif .title {background: #c13d06}

.nav-head {display: none;}
.nav-icon {display:none;cursor: pointer;transition-property: opacity, filter;transition-duration: 0.15s; transition-timing-function: linear; font: inherit; color: inherit; text-transform: none;background-color: transparent; border: 0; margin: 0; overflow: visible;}
.nav.is-active .nav-inner, .nav.is-active .nav-inner::before, .nav.is-active .nav-inner::after {background-color: #000;}
.nav-box {width: 37px;height: 26px;display: inline-block;position: relative; }
.nav-inner {display: block; top: 50%; margin-top: -2px; }
.nav-inner, .nav-inner::before, .nav-inner::after {width: 37px; height: 3px;background-color: #0d3c5c; border-radius: 4px; position: absolute;  transition-property: transform; transition-duration: 0.15s; transition-timing-function: ease; }
.nav-inner::before, .nav-inner::after {content: ""; display: block; }
.nav-inner::before {top: -8px; }
.nav-inner::after {bottom: -16px; }
.nav--collapse-r .nav-inner {top: auto;bottom: 0;transition-duration: 0.13s;transition-delay: 0.13s; transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.nav--collapse-r .nav-inner::after {top: -16px;transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;}
.nav--collapse-r .nav-inner::before {transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.nav--collapse-r.is-active .nav-inner {transform: translate3d(0, -10px, 0) rotate(45deg);transition-delay: 0.22s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}
.nav--collapse-r.is-active .nav-inner::after {top: 0;opacity: 0;transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
.nav--collapse-r.is-active .nav-inner::before {top: 0;transform: rotate(90deg);transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);}

@media(max-width: 1200px){
	.header-content {padding-top: 25px}
	.hc-right {margin-right: 42px;}
}

@media(max-width: 1024px){
	.header-content {padding:25px 15px; align-items: center;}
	.hc-right {margin-right: 0px;}
	.header {background-color: #fff; background: url(../images/header-bg-mobile.jpg) no-repeat; background-size: cover; height:auto}
	.header-top {padding:0}
	.header-wrap {background: #fff; padding: 7px 15px; box-shadow: 0px 3px 5px rgba(0,0,0,0.1)}
	.nav-list > li > a {text-shadow: none; color: #0d3c5c}
	.logo-section img {height:43px;}
	.nav-list .button {color: #fff}

	.hc-left {padding-top: 0px; padding-right: 40px;}
	.hc-left .title {color: #fff; text-shadow: 1px 2px rgba(0,0,0,0.2); font-size: 22px;}
	.hc-left .title .text-secondary {color: #ffcf62 !important}
	.hc-left .desc {color: #fff}
	.apps-icon img {height: 48px; max-width: 100%}
}

@media(max-width: 991px){
	.nav-head {display: flex; padding: 7px 15px; justify-content: space-between; align-items: center; background:rgba(255,255,255,1); box-shadow: 0px 3px 5px rgba(0,0,0,0.1);}
	.nav-head img {height: 43px;}
	.nav-list-wrap {display: none;}
	.nav-icon {display: inline-block;}
	.nav-list-wrap.active {background-color:#e75623; background-image: -o-linear-gradient(157deg, #f4a64b 0%, #e75623 100%);background-image: linear-gradient(293deg, #f4a64b 0%, #e75623 100%); display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 10}
	.nav-list {display: block; padding:20px 15px; text-align: center; height:calc(100vh - 65px); overflow: scroll;}
	.nav-list > li {display: block; margin-bottom: 10px;}
	.nav-list > li:last-child {margin-bottom: 0px;}
	.nav-list > li:not(:first-child) {margin-left: 0px;}
	.nav-list > li > a {color: #fff; padding:3px 0;}
	.nav-list .button {margin-top: 7px; width: 100%; padding: 7px 15px;}
	.nav-list > li > a:after {bottom: 0px}
	.nav-head {text-align: right;}
	.header-wrap.active, .header2 .header-wrap, .header2 .header-wrap.active, .header .header-wrap.active {padding: 7px 15px}
	.header-wrap.active .nav-list > li > a, .header2 .header-wrap .nav-list > li > a, .header2 .header-wrap .nav-list > li > a:hover {color: #fff}

	.header2 .header-wrap .logo-section img {height: 43px;}

}

@media(max-width: 640px){
	.header-content {flex-wrap: wrap; text-align: center;}
	.hc-left {padding-right: 0px; margin-bottom: 35px;}
	.header-content > * {width: 100%}
	.hc-left .title br:first-child {display: none;}
	.hc-right .heading {margin-bottom: 20px;}
}

@media(max-width: 480px){
	.rgst-box {width: 150px; padding: 10px;}
	.rgst-box .title {font-size: 15px;}
}


.ensure-box {border:12px solid #e5e5e5; width: 100%; height: 310px; position: relative;}
.ensure-box .title {font-size: 20px; line-height:35px; position: absolute; background: #fff; top:50%; transform: translateY(-50%); padding: 25px 0; left: 50px; width: 350px; text-align: center;}
.ensure-box .title span {font-size: 41px; font-weight: 600;}
.ensure-list-wrap {padding-left:65px;}
.ensure-list-wrap > * {padding: 0 25px}
.ensure-list {align-items:center; margin-bottom: 70px;}
.ensure-list figure {width: 85px; height: 85px; background: #fcf2e3; border-radius: 50%; margin: 0px; position: relative;}
.ensure-list figure i {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.ensure-list-wrap > *:nth-child(2) figure {background: #eaf5fa}
.ensure-list-wrap > *:nth-child(3) figure {background: #e7f7f1}
.ensure-list-wrap > *:nth-child(4) figure {background: #faf0ee}
.ensure-list .content {flex: 1; padding-left:20px;}
.ensure-list .title {font-size: 23px; line-height: 30px; font-weight: 600}

@media(max-width: 991px){
	.ensure-box {height: auto; padding:13px 15px 25px; border: 8px solid #e5e5e5}
	.ensure-box .title {padding: 0px; width: auto; position: relative; top: initial; left: initial; transform: none;}
	.ensure-box .title span {display: block;}
	.ensure-list-wrap {margin-top: 15px; padding-left: 0px;}
	.ensure-list-wrap > * {padding: 20px 15px}
	.ensure-list-wrap > *:last-child {padding-bottom: 0px;}
	.ensure-list-wrap > *:not(:last-child) {border-bottom: 1px dashed #ccc}
	.ensure-list {margin-bottom: 0px;}
}

@media(max-width: 800px){
	.ensure-list .title {font-size: 21px;}
}

@media(max-width: 480px){
	.ensure-box .title {font-size: 18px;}
	.ensure-box .title span {font-size: 33px;}
}

.category-box-wrap a:hover {text-decoration: none;}
.category-box {border-radius: 35px; background: #fff; border:1px solid #ccc; display: flex; align-items: center; padding: 5px; margin-bottom: 30px; transition: 0.3s ease}
.category-box figure {width: 55px; height: 55px; background: #fff; border-radius: 50%; margin: 0px; overflow: hidden;}
.category-box .content {flex: 1; padding-left: 20px;}
.category-box .title {font-size: 18px; font-weight: 500; color: #333; text-transform:uppercase;}
.category-box:hover {background: #e75623; box-shadow: 0px 5px 10px rgba(0,0,0,0.2)}
.category-box:hover .title {color: #fff}

@media(max-width:767px){
	.category-box {margin-bottom: 20px;}
}


.step-box-wrap {text-align: center;}
.step-box-wrap > * {padding: 30px;}
.step-box {height:145px; margin-bottom: 0px; font-size: 22px; line-height: 28px; font-weight: 500; padding: 25px; position: relative; border-radius: 5px;}
.step-box:hover {box-shadow: 0px 5px 10px rgba(0,0,0,0.1)}
.step-box:after {position: absolute; content: '\f061'; font-family:"Font Awesome 5 Free"; font-weight: 600; top: 50%; transform: translateY(-50%); right: -40px;}
.step-box.arrow-bottom:after {content: '\f063'; top:auto; left: 50%; bottom: -40px;  transform: translateX(-50%);}
.step-box.arrow-left:after {content: '\f060'; right: auto; left: -40px}
.step-box.arrow-none:after {display: none;}
.step-box span {position: absolute;  top: 50%; left: 50%; display: inline-block; transform: translate(-50%, -50%);}
.color1 {background: #fcf2e3; border:1px solid #eddec8; color: #de9931}
.color2 {background: #eaf5fa; border:1px solid #d4e3ea; color: #66bce6}
.color3 {background: #e7f7f1; border:1px solid #cfebe1; color: #6cc1a0}
.color4 {background: #faf0ee; border:1px solid #e9d5d1; color: #ce8370}
.color5 {background: #f2f5fb; border:1px solid #e0e6f2; color: #667eae}
.color6 {background: #f4f8ed; border:1px solid #dbe4cb; color: #8ab144}
.color7 {background: #f7f7f7; border:1px solid #e1e1e1; color: #525252}

@media(max-width: 991px){
	.step-box {padding: 25px 10px;}
}

@media(max-width: 767px){
	.step-box {height: auto; padding: 35px 0; font-size: 19px;}
	.step-box-wrap > * {padding: 20px 15px}
	.step-box-wrap > *:first-child {padding-top: 0px;}
	.step-box:after, .step-box.arrow-bottom:after, .step-box.arrow-left:after {content: '\f063'; top:auto; right: auto; left: 50%; bottom: -30px;  transform: translateX(-50%)}
}



.footer {background-color:#0d3c5c; padding:12px 0; font-weight: 400; color: #fff; font-size: 15px}
.footer a {color: #fff}
.footer a:hover {text-decoration: underline;}


/*Sprite Image*/
.si {background:url(../images/sprite.png) no-repeat; display: inline-block;}
.si50 {width: 50px; height: 50px;}
.approved-trader {background-position: 0 0}
.user-friendly {background-position: -51px 0}
.live-market {background-position: -102px 0}
.best-price {background-position: -153px 0}
.si55 {width: 55px; height: 55px;}
.rice {background-position: 0 -55px}
.pomegranates {background-position: -56px -50px}
.grapes {background-position: -112px -50px}
.cabbage {background-position: -168px -50px}
.cauliflower {background-position: -224px -50px}
.pumpkin {background-position: -280px -50px}
.garlic {background-position: -336px -50px}
.ginger {background-position: -392px -50px}
.cardamom {background-position: 0 -106px}
.onion {background-position: -56px -106px}
.potato {background-position: -112px -106px}
.cumin-seed {background-position: -168px -106px}


.gradient {background-color:#e75623; background-image: -o-linear-gradient(157deg, #f4a64b 0%, #e75623 100%);background-image: linear-gradient(293deg, #f4a64b 0%, #e75623 100%); padding:15px 0; font-weight: 500; color: #fff;}
select:focus, input:focus, textarea:focus, .flag-container:focus, .selected-flag:focus {box-shadow: none !important; outline: none;}
.form-control {height: 46px; font-size: 15px; padding: 7px 13px;}
.form-box {padding: 40px 80px; box-shadow: 0px 0px 7px rgba(0,0,0,0.2); background: #fff; margin: 0 auto}
.form > *:not(:last-child) {margin-bottom: 17px;}
.form-box .heading {font-size: 17px; font-weight: 600}
.form-box .heading2 {text-align: center; font-weight: 600; margin:0 0 10px; text-decoration: underline;}
.form-box .title {font-size: 14px; font-weight: 600; margin-bottom: 5px;}
.form-box label {margin-bottom: 5px}
.form .intl-tel-input {display: block;}
.form .btn {font-size: 18px; padding: 7px 50px; border-radius: 5px;}

.form .title-wrap {padding: 5px 12px; cursor: pointer; background: #eaeaea; position: relative;}
.form .title-wrap:hover {background: #eee;}
.form .title-wrap .title {margin:0;}
.form .title-wrap i {font-size: 13px;}
.form .title-wrap.active {margin-bottom: 10px;}
.form .title-wrap.active i {transform: rotate(180deg);}
.form .title-wrap.active:after {position: absolute; content: ''; border:10px solid; border-color: #eaeaea transparent transparent transparent; left: 25px; bottom:-20px;}
.form .note {margin-top: 30px;}
.form .alert-info {background-color: #eff8ff; border-color: #dbeaf5; color: #0d3c5c}

.btn.disabled, .btn:disabled, .btn[disabled] {background: #c1c1c1 !important;color: #fff !important; border-color: #ccc;cursor: not-allowed;;}

#password-field {padding-right: 50px;}
.toggle-password {position: absolute; top:41px; right: 30px; cursor: pointer; color: #666; z-index: 3}
.forgot-sect {font-size: 14px;}
.forgot-sect label {font-size: 14px !important;}
.login {min-height: 680px}
.login .form-box{padding: 40px 40px}

.checkbox-box{margin:auto;padding:15px 10px;}
/*.checkbox-box:hover {background:#f5f5f5}*/
.checkbox-wrap > *:not(:last-child) {margin-bottom: 17px;}
.checkbox[type="checkbox"]{display:none}
.checkbox[type="checkbox"] + label{display:block;position:relative;padding-left:30px;font-size: 15px; line-height: 19px; color:#333;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}
.checkbox[type="checkbox"] + label:last-child{margin-bottom:0}
.checkbox[type="checkbox"] + label:before{content:'';display:block;width:20px;height:20px;border:1px solid #216b9e;position:absolute;left:0;top:0;opacity:.6;-webkit-transition:all .12s,border-color .08s;transition:all .12s,border-color .08s}
.checkbox[type="checkbox"]:checked + label {font-weight: 600; color: #216b9e}
.checkbox[type="checkbox"]:checked + label:before{width:10px;top:-5px;left:5px;border-radius:0;opacity:1;border-top-color:transparent;border-left-color:transparent;-webkit-transform:rotate(45deg);transform:rotate(45deg)}

@media(max-width: 640px){
	.form-box {padding: 30px;}
	.register {background-position: center center}
	.register .desc br {display: none;}
}

@media(max-width: 800px){
	.login {min-height: auto}
}

@media(max-width:375px){
	.form-box, .login .form-box{padding: 20px !important;}
}

.about-title {font-size: 17px; font-weight: 600}

.thank-you {padding: 25px 0}
.thank-you .title {font-size: 25px; font-weight: 600; color: #4CAF50}
.thank-you .btn {margin-top: 25px;}
.success-checkmark{width:80px;height:115px;margin:0 auto}
.success-checkmark .check-icon{width:80px;height:80px;position:relative;border-radius:50%;box-sizing:content-box;}
.success-checkmark .check-icon::before{top:3px;left:-2px;width:30px;transform-origin:100% 50%;border-radius:100px 0 0 100px}
.success-checkmark .check-icon::after{top:0;left:30px;width:60px;transform-origin:0 50%;border-radius:0 100px 100px 0;animation:rotate-circle 4.25s ease-in}
.success-checkmark .check-icon::before,.success-checkmark .check-icon::after{content:'';height:100px;position:absolute;transform:rotate(-45deg)}
.success-checkmark .check-icon .icon-line{height:5px;display:block;border-radius:2px;position:absolute;z-index:10}
.success-checkmark .check-icon .icon-line.line-tip{top:46px;left:14px;width:25px;transform:rotate(45deg);animation:icon-line-tip .75s}
.success-checkmark .check-icon .icon-line.line-long{top:38px;right:8px;width:47px;transform:rotate(-45deg);animation:icon-line-long .75s}
.success-checkmark .check-icon .icon-circle{top:-4px;left:-4px;z-index:10;width:80px;height:80px;border-radius:50%;position:absolute;box-sizing:content-box;}
.success-checkmark .check-icon .icon-fix{top:8px;width:5px;left:26px;z-index:1;height:85px;position:absolute;transform:rotate(-45deg);}

.success-checkmark .check-icon{border:4px solid #4CAF50}
.success-checkmark .check-icon::before,.success-checkmark .check-icon::after{background:#FFF;}
.success-checkmark .check-icon .icon-line{background-color:#4CAF50;}
.success-checkmark .check-icon .icon-circle{border:4px solid rgba(76,175,80,0.5)}
.success-checkmark .check-icon .icon-fix{background-color:#FFF}

@keyframes rotate-circle {
0%{transform:rotate(-45deg)}
5%{transform:rotate(-45deg)}
12%{transform:rotate(-405deg)}
100%{transform:rotate(-405deg)}
}
@keyframes icon-line-tip {
0%{width:0;left:1px;top:19px}
54%{width:0;left:1px;top:19px}
70%{width:50px;left:-8px;top:37px}
84%{width:17px;left:21px;top:48px}
100%{width:25px;left:14px;top:45px}
}
@keyframes icon-line-long {
0%{width:0;right:46px;top:54px}
65%{width:0;right:46px;top:54px}
84%{width:55px;right:0;top:35px}
100%{width:47px;right:8px;top:38px}
}


.MobileVerifyPop {padding:0 15px}
.MobileVerifyPop .modal-content {border:0px; border-radius: 7px;}
.MobileVerifyPop .close {position: absolute; top: 10px; right: 20px; cursor: pointer; display: inline-block; z-index: 1}
.MobileVerifyPop .modal-body {padding:50px 60px 60px; border-radius: 7px;}
.MobileVerifyPop .heading {font-size: 28px; line-height: 32px; font-weight: 600; color: #000}

.verify-mobile .heading {font-size: 28px !important;}
.verify-mobile-title {font-size: 18px; font-weight: 600; margin-bottom:22px;}
.verify-mobile-title a {color: #333; font-size: 15px;}
.verify-mobile-wrap {padding: 35px 0}
.additional-text {font-size: 14px;}
.input {width:100%; background: #fff; border:1px solid #ddd; box-shadow:0px 0px 10px rgba(33,107,158,0.2); font-size: 16px; height: 53px; border-radius: 5px; padding: 0 15px}
textarea.input {padding: 10px 15px; height: auto !important;}
.otp-input .input {display: inline-block; width: 45px; height: 60px; margin: 0 3px; text-align: center; color: #216b9e; font-size: 24px; font-weight: 700; border-radius: 5px;}
.otp-input .input:focus {border-color: #216b9e}

label.error {color: #f00 !important;font-weight: 400;font-size: 13px !important;margin-top: 5px;}
.MobileVerifyPop label {font-size: 17px;font-weight: 600;color: #000;display: block;margin-bottom: 7px;}

.MobileVerifyPop .intl-tel-input.allow-dropdown .input {padding-left:58px;}

@media(max-width: 640px) {
	.MobileVerifyPop .modal-body {padding: 40px 15px 20px;}
	.verify-mobile .heading {font-size: 22px !important}
	.verify-mobile-wrap {padding: 15px 0}
	.verify-mobile-title {font-size: 15px}
}



