body {
    margin: 0;
    font-family: 'Rubik', sans-serif;
    padding: 0;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    line-height: 1.2;
}

/*********** Login and Register page Style ***********/


.top-header {
    position: sticky;
    top: 0;
    z-index: 9;
    width: 100%;
    float: left;
}
.top-header {
    position: sticky;
    top: -1;
    z-index: 9;
    width: 100%;
    float: left;
    
}
.top-header {
    background: #ffffff;
}
.logo img {
    width: 100%;
    max-width: 130px;
}
.left-box h1 {
    font-size: 32px;
    font-weight: 600;
    color: #28343A;
    margin: 20px 0 10px;
}
.left-box p {
    font-size: 16px;
    color: #7B7B7B;
    line-height: 25px;
    margin: 20px 0;
}
.form-group {
    position: relative;
}
.icon {
    position: absolute;
    top: 20px;
    left: 15px;
}
.form-group input {
    background: #FFFFFF;
    box-shadow: 4px 4px 20px rgb(0 0 0 / 10%);
    border: none;
    border-radius: 10px;
    outline: none;
    width: 100%;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    letter-spacing: 0.4px;
    padding: 16px 55px;
    color: #7B7B7B;
    height: 60px;
    margin-bottom: 15px;
}
input.error {
    margin-bottom: 5px;
}
.text-danger {
    color: #dc3545!important;
    font-size: 13px;
}
.button_wrapper button {
    outline: 1px dotted;
    outline: none !important;
}
.button_wrapper button {
    width: 100%;
    background: #EACD59;
    height: 62px;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.form-group.forgot-password a {
    font-size: 14px;
    color: #28343A;
    text-decoration: underline;
}
.form-group.forgot-password {
    text-align: right;
    margin-bottom: 45px;
}
.text-center.link-wrapper a {
    color: #28343A;
    font-size: 14px;
}
.text-center.link-wrapper a span {
    color: #EACD59;
}
.statue-image-wrapper.d-flex.align-items-center.justify-content-center {
    background-color: #f6f6f6;
    height: 100vh;
    background-image: url(../../images/Bg.jpg);
    background-size: cover;
}
img.tab-image {
    width: 100%;
    max-width: 550px;
    height: auto;
}
.form {
    width: 75%;
}
.line img {
    width: 15%;
}
.error {
    color: red;
    font-size: 13px;
    margin-bottom: 20px;
}
.forgot-logo {
    text-align: center;
    margin-bottom: 30px;
}
.forgot-logo img {
    width: 100%;
    max-width: 130px;
}

.form-input.touch-form.main-form-home textarea#exampleFormControlTextarea1 {
    margin-bottom: 5px;
}


/*********** Profile Setup page Style ***********/
.main-section {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
    border-radius: 40px;
    width: 100%;
    padding: 50px 0;
    position: relative;
}
.inner-section {
    padding: 60px 100px 75px;
}
.main-section h1 {
    font-size: 32px;
    text-align: center;
}
.pro-line {
    text-align: center;
}
.img-upload img {
    width: 100%;
    max-width: 150px;
    height: 100%;
    min-height: 150px;
    object-fit: cover;
    border-radius: 50%;
}
.img-upload {
    text-align: center;
    margin: 30px 0 40px;
}
.form-input {
    padding: 0px 250px;
}
.payment-setting h2 {
    font-size: 20px;
    margin: 20px 0;
}
.button_wrapper.kyc {
    width: 100%;
    max-width: 450px;
    margin: 30px auto;
}
.inner-section::before {
    content: "";
    background-image: url(../../images/shape-01.svg);
    width: 322px;
    height: 175px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.inner-section::after {
    content: "";
    background-image: url(../../images/shape-02.svg);
    width: 322px;
    height: 175px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.outer-section {
    position: relative;
}
.log-out {
 position: absolute;
    right: 50px;
    top: 50px;
}
.log-out a {
    background: #eacd59;
    padding: 13px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    color: #fff;
}
.log-out a i {
    margin-right: 5px;
}


/*********** Index page Style ***********/

video-wrapper {
    width:100%;
    height:100vh;
    overflow: hidden;
}
video {
    object-fit: cover;
    width: 100%;
    max-width: 500px;
    height: 100%;
}
.container {
    max-width: 1260px;
}
.header-logo img {
    width: 100%;
    max-width: 120px;
}
ul.navbar-nav.ml-auto.main-menu li a {
    font-size: 16px;
    color: #7B7B7B;
    margin: 0 25px 0 0;
    font-weight: 400;
}
ul.navbar-nav.ml-auto.d-flex.align-items-center.main-menu li a:hover {
    color: #EACD59;
}
.Login {
    border: none;
    font-size: 16px;
    color: #263238;
    font-weight: 500;
    margin-right: 10px;
}
.Login:hover {
    border: none;
    background: none;
    color: #EACD59;
}
.register {
    border-radius: 50px;
    padding: 10px 30px;
    border: 1px solid #EACD59;
    color: #EACD59;
}
.register:hover {
    background: #EACD59;
    border: 1px solid #EACD59;
    color: #fff;
}
.heading-service h2 {
    font-size: 40px;
    font-weight: 600;
    color: #0B132A;
}
.header-text h1 {
    font-size: 45px;
    color: #263238;
    font-weight: 500;
    margin: 0 0 20px 0;
    line-height: 60px;
}
.header-text span {
    font-weight: 700;
}
.top-header .d-flex {
   display: flex;
   align-items: center;
}
.banner-img-2 img.double-phone {
   float: right;
}
.header-text p {
    font-size: 16px;
    color: #7B7B7B;
    line-height: 30px;
    margin: 10px 0 10px 0;
}
button.btn.btn-outline-success.my-2.my-sm-0.banner-btn {
    background: #EACD59;
    border: #EACD59;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
    height: 60px;
    padding: 0 35px;
    font-weight: 700;
    box-shadow: 0px 10px 50px rgb(234 205 89 / 50%);
}
}
button.btn.btn-outline-success.my-2.my-sm-0.banner-btn span img {
	width: 100%;
	max-width: 23px;
	margin-left: 10px;
}
.banner-img {
    display: flex;
    justify-content: flex-end;
}
.banner-img img {
    width: 360px;
}
header.masthead {
    margin: 20px;
}
.outer-bg {
    background-image: url(../../images/bg-01.png);
    background-size: cover;
    
}
.form-input.touch-form.main-form-home input {
    margin-bottom: 5px !important  ;
}
section#fingertips {
    background-image: url(../../images/bg-04.png);
    background-size: contain;
    background-size: 100%;
    margin: 100px 0 70px;
    background-repeat: no-repeat;
}
.main-box {
    padding: 70px;
    text-align: center;
    color: #fff;
}
.main-box h1 {
    color: #EACD59;
    font-size: 40px;
    margin: 0 0 25px 0;
    font-weight: 600;
}
.main-box h6 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 25px 0;
}
.main-box p {
    line-height: 28px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.outer-bg p {
    padding: 30px 0;
}
.box-1 {
    background-color: #fff;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.07);
    border-radius: 25px;
    margin: 0 0 30px;
    border: 2px solid #ffffff;
}
.box-1 h3 {
    font-size: 20px;
    color: #0B132A;
    font-weight: 500;
    padding: 40px 0 20px 0;
}
.box-1 {
    padding: 40px;
    height: 300px;
}
.box-1 img {
    width: 75px;
}
.box-1:hover {
    border: 2px solid #EACD59;
}
.heading-service {
    text-align: center;
}
.heading-service p {
    color: #4F5665;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 50px;
    margin-top: 20px;
    line-height: 30px;
}
.box-1 p {
    color: #7B7B7B;
    font-size: 14px;
    line-height: 24px;
}
.header-text h2 {
    font-size: 40px;
    line-height: 55px;
    color: #28343A;
}
.banner-img-2 img {
    width: 100%;
    max-width: 500px;
}
.learn-more {
    background: #28343A;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: none;
    padding: 14px 38px;
    border-radius: 10px;
}
.learn-more:hover {
    background: #EACD59;
}
ul.points li {
    list-style: none;
    font-size: 16px;
    color: #7B7B7B;
    padding: 5px 0;
}
section#Services {
    margin: 0 0 40px 0;
}
ul.points {
    padding: 0;
    margin: 20px 0;
}
ul.points li span {
    margin-right: 10px;
}
ul.points li span img {
    width: 24px;
}
.be-in-touch {
    background-image: url(../../images/bg-03.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.form-start {
    background: #FFFFFF;
    box-shadow: 0px 50px 100px rgb(0 0 0 / 10%);
    border-radius: 40px;
    margin-top: 120px;
}
.heading-service.form-sec {
    padding-top: 60px;
}
.heading-service.form-sec p {
    color: #4F5665;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 30px;
}
.line {
    height: 8px;
    background-color: #eacd59;
    width: 90px;
    border-radius: 100px;
}
.form-group {
    position: relative;
    margin: 0px 0 15px !important;
}
.form-group label.error {
    color: #ff0000;
    margin: 0;
}
.centered {
  float: none;
  margin: 100px auto;
}
.form-group {
  position: relative;
}
.form-group .palceholder {
  position: absolute;
  top: 7px;
  left: 8px;
  color: #B1B1B1;
  display: none;
}
.form-group label {
  font-wight: normal;
  color: #B1B1B1;
}
.form-group .star {
  color: red;
}
span.star {
    position: absolute;
    top: 25px;
    right: 20px;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    margin: 20px 0;
}
.form-input.touch-form {
    margin: 40px 0;
}
.form-input.touch-form input {
    border: 1px solid #E9E9E9;
    box-shadow: none;
    border-radius: 0;
    padding: 0 20px;
}
.form-input.touch-form {
    padding: 0px 150px;
}
textarea#exampleFormControlTextarea1 {
    border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    padding: 13px 0 0 20px;
}
.sub {
    text-align: center;
    padding: 40px 0 80px 0px;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    margin: 10px 0px;
}
.content h1 {
    font-size: 40px;
    color: #0B132A;
    font-weight: 500;
}
.content {
    text-align: center;
}
.content p {
    color: #4F5665;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 30px;
    line-height: 30px;
}
.app-btn img {
    width: 200px;
    margin: 10px;
}
.downlaod-section {
    padding: 160px;
    position: relative;
}
img.icon-05 {
    position: absolute;
    left: 0;
    top: 350px;
    width: 90px;
}
img.icon-02 {
    position: absolute;
    left: 70px;
    width: 80px;
}
img.icon-17 {
    position: absolute;
    right: 370px;
    width: 90px;
    bottom: 0;
    z-index: -1;
}
img.icon-15 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    z-index: -1;
}
img.icon-21 {
    position: absolute;
    right: 140px;
    top: 5px;
    width: 80px;
}
img.icon-19 {
    position: absolute;
    right: 140px;
    top: 220px;
    width: 80px;
}
img.icon-09 {
    position: absolute;
    left: 330px;
    top: 420px;
    width: 90px;
}
img.icon-08 {
    position: absolute;
    bottom: -30px;
    left: 100px;
    width: 60px;
    z-index: -1;
}
img.icon-01 {
    position: absolute;
    left: 870px;
    bottom: 60px;
    width: 100px;
}
img.icon-07 {
    position: absolute;
    right: 530px;
    top: 340px;
    width: 110px;
}
img.icon-13 {
    position: absolute;
    left: 340px;
    width: 90px;
    bottom: 280px;
}
img.icon-06 {
    position: absolute;
    bottom: 190px;
    left: 180px;
    width: 100px;
}
img.icon-22 {
    position: absolute;
    left: 550px;
    bottom: 110px;
    width: 100px;
}
img.icon-20 {
    position: absolute;
    right: 0;
    top: 270px;
    width: 90px;
}
img.icon-18 {
    position: absolute;
    right: 580px;
    top: 420px;
    width: 90px;
}
img.icon-10 {
    position: absolute;
    bottom: 0;
    width: 120px;
    left: 720px;
    z-index: -1;
}
img.icon-11 {
    position: absolute;
    right: 750px;
    bottom: 10px;
    width: 100px;
}
img.icon-14 {
    position: absolute;
    right: 170px;
    bottom: 130px;
    width: 100px;
}
img.icon-12 {
    position: absolute;
    right: 410px;
    width: 100px;
    top: 100px;
}
img.icon-03 {
    position: absolute;
    top: 50px;
    left: 200px;
    width: 70px;
    
}
img.icon-01, img.icon-02{
    transform: translate(0, 20px);
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
img.icon-03, img.icon-04{
    transform: translate(0, 20px);
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
img.icon-05, img.icon-06{
    -webkit-animation: mover 1.5s infinite alternate;
    animation: mover 1.5s infinite alternate;
}
img.icon-07, img.icon-08{
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 2s infinite alternate;
}
img.icon-09, img.icon-10{
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
img.icon-11, img.icon-12{
    -webkit-animation: mover 1.5s infinite alternate;
    animation: mover 1.5s infinite alternate;
}
img.icon-13, img.icon-14{
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 2s infinite alternate;
}
img.icon-15, img.icon-16{
    transform: translate(0, 20px);
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
img.icon-17, img.icon-18{
    -webkit-animation: mover 1.5s infinite alternate;
    animation: mover 1.5s infinite alternate;
}
img.icon-19, img.icon-20{
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 2s infinite alternate;
}
img.icon-21, img.icon-22{
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover{
    0%{
        transform: translate(0, 1px);
    }
    100%{
        transform: translate(0, 20px);
    }  
}
@keyframes mover{
    0%{
        transform: translate(0, 1px);
    }
    100%{
        transform: translate(0, 20px);
    }
}
img.icon-04 {
    position: absolute;
    left: 510px;
    width: 90px;
}
img.icon-07 {
    position: absolute;
    right: 460px;
    top: 310px;
    width: 110px;
}
section#footer {
    background: #263238;
}
.footer-logo img {
    width: 100px;
}
.footer-logo p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin-top: 20px;
    line-height: 24px;
}

.main-footer {
    padding-top: 70px;
}

.links-01 h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

ul.footer-links {
    padding: 0;
}
ul.footer-links li {
    list-style: none;
}

ul.footer-links li a {
    color: #fff;
    font-size: 14px;
    line-height: 35px;
}
.links-01 {
    margin-left: 100px;
}
.botton-footer {
    margin: auto;
    border-top: 1px solid #465156;
    width: 100%;
    text-align: center;
    margin-top: 60px;
}
.call span img {
    margin-right: 10px;
}

.botton-footer p {
    color: #fff;
    padding: 20px 0 0;
}
.call {
    display: flex;
    align-items: center;
}

.socail-media {
    display: flex;
    margin-top: 20px;
}
.socail-media a img {
    margin-right: 20px;
}

/*Added 01-June-2022*/

.button_heading .button_wrapper.kyc {
    max-width: 350px;
    margin: 0 15px;
    background: #EACD59;
    height: 62px;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button_heading .button_wrapper.kyc a {
    color: #ffffff;
    font-size: 18px;
}
.button_heading .button_wrapper.kyc.kyb {
    background: #212529;
}
.form-input .form-group select.form-control {
    background: #FFFFFF;
    box-shadow: 4px 4px 20px rgb(0 0 0 / 10%);
    border: none;
    border-radius: 10px;
    outline: none;
    width: 100%;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    letter-spacing: 0.4px;
    padding: 16px 55px;
    color: #7B7B7B;
    height: 60px;
    margin-bottom: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-input.list {
    padding: 20px 250px;
}
body .form-input .form-group select.form-control {
    cursor: pointer;
    background-image: url(../images/down-arrow.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center right;
}
.submited_wrapper img, .submited_wrapper p {
    margin: 0 auto;
    display: block;
}
.submited_wrapper img {
    width: 150px;
}
.submited_wrapper p {
    padding: 20px 0 0;
}

/*Added 02-June-2022*/

.form-group .iti.iti--allow-dropdown {
    width: 100%;
}
table.table.content_list thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #212529;
    padding: 20px;
    color: #ffffff;
}
table.table.content_list tbody {
    background-color: #fdfdfd;
    border-bottom: 2px solid #f7f7f7;
}
table.table.content_list tbody td {
    padding: 20px;
    font-size: 14px;
    border: 1px solid #fdfdfd;
}
table.table.content_list thead {
    background-color: #212529;
    border: 1px solid #212529;
}
table.table.content_list {
    margin: 50px 0;
}
table.table.content_list tbody td a.check-kyb-status {
    background-color: #eacd59;
    color: #ffffff;
    padding: 10px 10px;
}
.iti__selected-flag {
    height: 58px !important;
    padding: 0 6px 0 14px !important;
}
div#cropper-modal {
    height: 100%;
}

/*Added 09-June-2022*/

#flash_message {
    display: flex;
    align-items: center;
    justify-content: center;
}
#flash_message span.verification_message {
    color: #212529;
    margin-right: 5px;
    font-size: 16px;
}
#flash_message a {
    font-size: 14px;
}
#login-form .form-group p {
    font-size: 14px;
}

/*10-6-2022*/

#login-form #flash_message:before {
    content: "";
    height: calc(100% - 15px);
    width: calc(100% - 15px);
    border: 2px dashed #badbcc;
    position: absolute;
    border-radius: 6px;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}
#login-form #flash_message {
    background-color: #d1e7dd;
    padding: 30px 20px;
    border-radius: 10px;
    position: relative;
    margin: 0 0 10px !important;
}
#flash_message span.verification_message {
    color: #0f5132;
    margin-right: 5px;
    font-size: 16px;
    position: relative;
}
#flash_message a {
    color: #212529 !important;
    position: relative;
}

/*Responsive */

@media only screen and (max-width: 1700px) {
.form-input {
    padding: 0px 220px;
}
}
@media only screen and (max-width: 1500px) {
.form-input {
    padding: 0 150px;
}
}
@media only screen and (max-width: 1380px) {
.form-group {
    margin: 0px 0 10px !important;
}
.left-box h1 {
    font-size: 22px;
    margin: 10px 0 10px;
}
img.tab-image {
    max-width: 380px;
}
.left-box p {
    font-size: 14px;
    line-height: 22px;
    margin: 20px 0 20px;
}
.logo img {
    max-width: 90px;
}
span.star {
    position: absolute;
    top: 18px;
    right: 15px;
}
.icon {
    width: 16px;
    height: 24px;
}
.icon {
    position: absolute;
    top: 13px;
    left: 15px;
}
.form-group.forgot-password a {
    font-size: 13px;
}
.form-group.forgot-password {
    margin-bottom: 25px;
}
.button_wrapper button {
    height: 50px;
    font-size: 16px;
}
.form-input {
    padding: 0px 50px 10px;
}
.main-section h1 {
    font-size: 28px;
    text-align: center;
}
.main-section {
    padding: 30px 0;
}
.inner-section {
    padding: 40px 80px 40px;
}
.img-upload {
    margin: 10px 0 30px;
}
.payment-setting h2 {
    margin: 10px 0;
}
.button_wrapper.kyc a {
    color: #ffffff;
    font-size: 15px;
}
.button_wrapper.kyc {
    max-width: 270px;
    height: 50px;
}
img.icon-07 {
    position: absolute;
    right: 310px;
    top: 310px;
    width: 90px;
}
img.icon-12 {
    position: absolute;
    right: 290px;
    width: 80px;
    top: 80px;
}
img.icon-21 {
    position: absolute;
    right: 140px;
    top: 5px;
    width: 70px;
}
img.icon-02 {
    position: absolute;
    left: 70px;
    width: 70px;
}
img.icon-05 {
    position: absolute;
    left: 0;
    top: 350px;
    width: 70px;
}
img.icon-09 {
    position: absolute;
    left: 280px;
    top: 420px;
    width: 80px;
}
img.icon-20 {
    position: absolute;
    right: 0;
    top: 270px;
    width: 80px;
}
img.icon-22 {
    position: absolute;
    left: 550px;
    bottom: 110px;
    width: 80px;
}
img.icon-11 {
    position: absolute;
    right: 850px;
    bottom: 40px;
    width: 80px;
}
img.icon-18 {
    position: absolute;
    right: 580px;
    top: 400px;
    width: 70px;
}
img.icon-14 {
    position: absolute;
    right: 170px;
    bottom: 130px;
    width: 80px;
}
img.icon-14 {
    position: absolute;
    right: 170px;
    bottom: 130px;
    width: 80px;
}
img.icon-13 {
    position: absolute;
    left: 260px;
    width: 80px;
    bottom: 320px;
}
img.icon-04 {
    position: absolute;
    left: 510px;
    width: 80px;
    top: 40px;
}
img.icon-17 {
    position: absolute;
    right: 250px;
    width: 75px;
    bottom: 0;
}
img.icon-19 {
    position: absolute;
    right: 140px;
    top: 220px;
    width: 80px;
}

img.icon-15 {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 70px;
    z-index: -1;
}

.app-btn img {
    width: 150px;
    margin: 10px;
}
}
@media only screen and (max-width: 1130px) {
.box-1 {
    padding: 40px;
    height: 300px;
}
.button_heading {
    flex-wrap: wrap;
}
.button_heading .button_wrapper.kyc {
    margin: 0 0;
}
.button_heading .button_wrapper.kyc.kyb {
    margin: 12px 0 0;
}
.form-input.list {
    padding: 20px 180px;
}
}
@media only screen and (max-width: 1144px) {
.inner-section {
    padding: 40px 60px 40px;
}
table.table.content_list tbody td a.check-kyb-status {
    background-color: transparent;
    color: #d5ac08;
    padding: 0;
}
}
@media only screen and (max-width: 1024px) {
img.icon-07 {
    display: none;
}
img.icon-10 {
    position: absolute;
    bottom: 10px;
    width: 100px;
    left: 390px;
    z-index: -1;
}
img.icon-13 {
    display: none;
}
img.icon-01 {
    display: none;
}
img.icon-04 {
    width: 70px;
}
img.icon-11 {
    display: none;
}
img.icon-09 {
    position: absolute;
    left: 230px;
    top: 420px;
    width: 70px;
}
img.icon-06 {
    width: 80px;
}
img.icon-18 {
    top: 380px;
}
img.icon-19 {
    position: absolute;
    right: 100px;
    top: 150px;
    width: 70px;
}
img.icon-12 {
    display: none;
}
ul.navbar-nav.ml-auto.main-menu li a {
    font-size: 16px;
    margin: 0 5px 0 0;
}
.register {
    padding: 10px 25px;
}
.header-logo img {
    max-width: 100px;
}
.banner-img img {
    width: 270px;
}
.header-text h1 {
    font-size: 32px;
}
.outer-bg p {
    padding: 20px 0 30px;
}
.main-box h1 {
    font-size: 32px;
}
.main-box {
    padding: 70px 0 50px;
}
.main-box p {
    line-height: 26px;
    font-size: 14px;
}
section#fingertips {
    background-image: url(../../images/bg-04.png);
    background-size: cover;
    margin: 100px 0 70px;
    background-repeat: no-repeat;
}
.box-1 h3 {
    font-size: 18px;
    padding: 20px 0 20px 0;
}
.header-text h2 {
    font-size: 28px;
    line-height: 40px;
}
.banner-img-2 img {
    width: 400px;
}
.header-text p {
    font-size: 14px;
    line-height: 27px;
}
.learn-more {
    font-size: 16px;
    padding: 12px 35px;
    border-radius: 10px;
}
.form-input.touch-form {
    margin: 20px 0;
}
.form-input.touch-form {
    margin: 20px 0;
}
.form-start {
    background: #FFFFFF;
    box-shadow: 0px 50px 100px rgb(0 0 0 / 10%);
    border-radius: 30px;
    margin-top: 100px;
}
.sub {
    text-align: center;
    padding: 20px 0 40px 0px;
}
.content p {
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 20px;
    line-height: 23px;
}
.links-01 {
    margin-left: 40px;
}
table.table.content_list thead th {
    font-size: 15px;
}
}
@media only screen and (max-width: 992px) {
img.icon-18 {
   display: none;
}
.header-text {
    text-align: left;
}
.banner-img {
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 60px;
    float: inherit !important;
}
}
@media only screen and (max-width: 845px) {
.box-1 {
    padding: 30px;
    height: 350px;
}
}
@media only screen and (max-width: 768px) {
span.star {
    position: absolute;
    top: 23px;
    right: 15px;
}
.right-box {
    margin: 100px 0 0;
}
.left-form {
    margin: 30px 0;
}
img.tab-image {
    max-width: 380px;
    padding: 20px;
}
.statue-image-wrapper.d-flex.align-items-center.justify-content-center {
    height: auto;
}
.form {
    width: 80%;
}
.inner-section {
    padding: 40px 30px;
}
.form-input {
    padding: 0px 50px;
}
.main-section h1 {
    font-size: 20px;
    text-align: center;
}
.img-upload {
    margin: 20px 0 30px;
}
.pro-line img {
    width: 14%;
}
.main-section {
    border-radius: 20px;
}
.inner-section::before {
    width: 220px;
    height: 115px;
}
.inner-section::after {
    width: 220px;
    height: 115px;
}
.header-text {
    text-align: left;
}
.header-text h1 {
    font-size: 38px;
}
.header-text p {
    font-size: 16px;

}
.outer-bg p {
    padding: 10px 0 20px;
}
.banner-img {
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 60px;
}
.banner-img img {
    width: 320px;
}
.main-box p {
    line-height: 24px;
    font-size: 12px;
}
.banner-img-2 img {
    width: 400px;
    margin: auto;
}
.header-text h2 {
    font-size: 32px;
    line-height: 40px;
}
.banner-img-2 {
    margin: auto;
    display: flex;
}
img.icon-21 {
    right: 60px;
}

img.icon-06 {
    left: 100px;
}

img.icon-09 {
    top: 460px;
}
img.icon-17 {
    position: absolute;
    right: 160px;
    width: 70px;
    bottom: 0;
}
img.icon-10 {
    left: 360px;
    z-index: -1;
}
img.icon-18 {
    top: 440px;
    right: 320px;
    display: block;
}
img.icon-22 {
    position: absolute;
    left: 610px;
    bottom: 200px;
    width: 80px;
}
img.icon-14 {
    display: none;
}
.links-01 {
    margin-left: 20px;
}
.content h1 {
    font-size: 32px;
}
img.icon-20 {
    width: 70px;
}
img.icon-09 {
    top: 410px;
}

img.icon-18 {
    display: none;
}
img.icon-03 {
    position: absolute;
    top: 50px;
    left: 130px;
    width: 70px;
}
img.icon-09 {
    display: none;
}
.downlaod-section {
    padding: 130px;
    position: relative;
}
img.icon-19 {
    display: none;
}
img.icon-22 {
    position: absolute;
    left: 550px;
}
img.icon-02 {
    position: absolute;
    left: 50px;
    width: 70px;
}
img.icon-04 {
    left: 380px;
}
.form-start {
    margin-top: 60px;
}
.form-input.touch-form {
    padding: 0px 100px;
}
ul.footer-links li a {
    font-weight: 300;
}
.botton-footer p {
    font-size: 14px;
}
.row.gx-5.pb-5.align-items-center.main-phone {
    flex-direction: column-reverse;
}
.form-input.list {
    padding: 20px 100px;
}
}
@media only screen and (max-width: 757px) {
.box-1 {
    padding: 40px;
    height: 280px;
}
}
@media only screen and (max-width: 600px) {
.left-box h1 {
    font-size: 24px;
}
.left-box p {
    font-size: 12px;
    line-height: 18px;
}
.form-group input {
    font-size: 12px;
    height: 60px;
    margin-bottom: 10px;
}
.form-group input {
    padding: 16px 48px;
}
.button_wrapper button {
    height: 50px;
    font-size: 14px;
}
.text-center.link-wrapper a {
    font-size: 12px;
}
img.tab-image {
    max-width: 400px;
    padding: 30px;
}
.payment-setting h2 {
    font-size: 16px;
}
.header-text h1 {
    font-size: 28px;
}
button.btn.btn-outline-success.my-2.my-sm-0.banner-btn {
    font-size: 16px;
    height: 55px;
    padding: 0 36px;
}
.banner-img img {
    width: 280px;
}
.main-box h1 {
    font-size: 28px;
}
.heading-service h2 {
    font-size: 28px;
}
img.icon-22 {
    display: none;
}
.box-1 h3 {
    font-size: 18px;
    padding: 20px 0 10px 0;
}
.box-1 {
    padding: 40px;
    height: 280px;
}
.header-text h2 {
    font-size: 25px;
    line-height: 35px;
}
.banner-img-2 img {
    width: 330px;
    margin: auto;
}
.form-input.touch-form {
    padding: 0px 30px;
}
.form-start {
    margin-top: 40px;
}
.form-start {
    border-radius: 20px;
}
.downlaod-section {
    padding: 30px;
    position: relative;
}
img.icon-04 {
    display: none;
}
img.icon-03 {
    display: none;
}

img.icon-01 {
    display: none;
}
img.icon-09 {
    display: none;
}
img.icon-18 {
    display: none;
}
img.icon-05 {
    top: 120px;
    width: 50px;
}
img.icon-20 {
    top: 100px;
    width: 60px;
}
img.icon-15 {
    bottom: 40px;
    width: 60px;
}
img.icon-22 {
    display: none;
}
img.icon-21 {
    right: 20px;
    width: 50px;
}
img.icon-15 {
    bottom: 28px;
    width: 60px;
}
img.icon-02 {
    left: 40px;
    width: 50px;
}
img.icon-08 {
    position: absolute;
    bottom: -10px;
    left: 50px;
    width: 45px;
    z-index: -1;
}
img.icon-19 {
    display: none;
}
img.icon-06 {
    display: none;
}
img.icon-17 {
    display: none;
}
img.icon-10 {
    display: none;
}
.footer-logo {
    margin: 0 0 40px 0;
}
.links-01 {
    margin-left: 0;
    margin-bottom: 40px;
}
.botton-footer {
    margin-top: 0px;
}
.banner-img {
    float: inherit !important;
}
header#topmasthead .container {
    max-width: none;
    padding: 0 !important;
}
header#topmasthead .container .row {
    margin: 0 auto;
}
section#fingertips {
    margin: 0 0 70px;
}
}

@media only screen and (max-width: 550px) {
.form-input {
    padding: 0px 30px;
}
.form-group input {
    height: auto;
}
.log-out, body .back-kyc {
    right: 0;
    top: 100px;
    left: 0;
    text-align: center;
}
.log-out a {
    font-size: 14px;
}
.img-upload img {
    margin: 50px 0 0;
}
.form-input {
    margin-top: 25px;
}
}
@media only screen and (max-width: 400px) {
.box-1 {
    height: auto;
    padding: 30px;
}
.header-text h2 {
    font-size: 18px;
    line-height: 28px;
}
.banner-img-2 img {
    width: 250px;
}
.header-text p {
    font-size: 14px;
    margin-bottom: 0 !important;
}
ul.points li, .heading-service.form-sec p,
.learn-more, button.btn.btn-outline-success.my-2.my-sm-0.banner-btn,
ul.navbar-nav.ml-auto.main-menu li a, .Login, .register {
    font-size: 14px;
}
.heading-service h2, .content h1, .main-box h1, .header-text h1 {
    font-size: 22px;
}
.box-1 h3, .heading-service p, .main-box h6 {
    font-size: 16px;
}
.img-upload img {
    max-width: 100px;
    min-height: 100px;
    margin: 50px 0 0;
}
.form-input.list {
    padding: 20px 40px;
}
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: none !important;
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    color: #212529;
    background-color: transparent;
    border-color: transparent;
}

/*********** Slider Css start ***********/

div#carouselExampleIndicators {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 300px;
    margin: 0 auto;
    padding: 14px 17px 15px;
}
.banner-img img {
    width: 360px;
    height: 100%;
    position: relative;
    z-index: 1;
}
.banner-img {
    display: flex;
    justify-content: center;
    position: relative;
    float: right;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.carousel-item {
   height: 100%;
}
.banner-img .carousel-item img {
    height: 100%;
    position: relative;
    z-index: 1;
}
.carousel-indicators,
.carousel-control-prev,
.carousel-control-next {
   display: none;
}

/*********** Slider Css end ***********/

svg {
    width: 80px;
    display: block;
    margin: 30px auto 0;
}
.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}
.path.circle {
    -webkit-animation: dash 0.9s ease-in-out;
    animation: dash 0.9s ease-in-out;
}
.path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
    animation: dash 0.9s 0.35s ease-in-out forwards;
}
.path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
    animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
@-webkit-keyframes dash {
0% {
stroke-dashoffset: 1000;
}
100% {
stroke-dashoffset: 0;
}
}
@keyframes dash {
0% {
stroke-dashoffset: 1000;
}
100% {
stroke-dashoffset: 0;
}
}
@-webkit-keyframes dash-check {
0% {
stroke-dashoffset: -100;
}
100% {
stroke-dashoffset: 900;
}
}
@keyframes dash-check {
0% {
stroke-dashoffset: -100;
}
100% {
stroke-dashoffset: 900;
}
}
.tick p {
    text-align: center;
    margin: 30px;
    color: #28343A;
}
.swal-button-container {
    display: block;
    position: relative;
    text-align: center;
    margin: 0 0 10px 0;
}
.swal-button {
    background-color: #EACD59;
}
.swal-button:not([disabled]):hover {
    background-color: #EACD59;
}
.swal-title:not(:last-child) {
    margin-bottom: 5px;
}
.swal-title {
    padding: 0;
}