/* @import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900'); */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");

* {
    margin: 0;
    padding: 0;
}

body {
    /* font-family: sans-serif,'Lato'; */
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #2f2f2f;
    background: #fff;
}

.banner {
    background: linear-gradient(-45deg, #fff, #f5f5f5, #f5f5f5, #fff);
    background-size: 400% 400%;
    /* animation: gradient 15s ease infinite; */
}

.alert {
    padding: 0.75rem !important;
}

.serviceone {
    background: linear-gradient(
        -45deg,
        rgba(153, 130, 238),
        #585fa3,
        #a4a5e4,
        rgba(117, 118, 179)
    );
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

h3 {
    font-size: 20px !important;
    margin: 0px;
}

h4 {
    font-size: 18px;
    margin: 0px;
}

p {
    margin: 0;
    padding: 0;
    font-size: 16px !important;
}

a,
a:hover {
    text-decoration: none;
}

ol,
ul {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
}

.head-sub-title {
    font-size: 18px !important;
    font-weight: 500;
    color: #777777;
}

.text-36 {
    font-size: 36px !important;
}

.text-28 {
    font-size: 28px !important;
}

.text-24 {
    font-size: 24px !important;
}

.text-20 {
    font-size: 20px !important;
}

.text-18 {
    font-size: 18px !important;
}

.text-14 {
    font-size: 14px !important;
}

.text-sm {
    font-size: 0.85rem !important;
}
.text-base {
    font-size: 1rem !important;
}

.white-space-nowrap {
    white-space: nowrap !important;
}

.gap-4 {
    gap: 1rem !important;
}

.text-service {
    color: #f8f8f8 !important;
    font-size: 22px !important;
}

.text-active {
    color: #2635bf !important;
}

.text-gray-300 {
    color: #a2a2a2;
}

.text-gray-400 {
    color: #787878;
}

.text-gray-500 {
    color: #bbbbbb;
}

.font-weight-600 {
    font-weight: 600;
}

.title::last-word {
    color: #00f !important;
}

.choose-img {
    padding: 8px;
    background: #e8e7ff;
    border-radius: 25px;
}

.payment-img {
    padding: 8px;
    background: #e8e7ff;
    border-radius: 8px;
}

.mw-450 {
    max-width: 450px;
}

.mw-200 {
    max-width: 200px;
}

/* .services {
    border: 60px solid #fff;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
} */

/* .footer {
    border-top: 40px solid #fff;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
} */
/* Table design */
/* ----------------------------------- */

table thead {
    border-bottom: 0px solid #63cfa0;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #ffffff !important;
}

table tr td,
table tr th {
    border-right: 1px solid #e6e6e6;
    text-align: center;
}

.table thead tr th {
    background: #0b2753 !important;
}

table tr td:last-child,
table tr th:last-child {
    border-right: 0px solid #337ab7;
}

.table tr th {
    background: #0b2753 !important;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}

.card-body label {
    text-align: left !important;
    /*float: left !important;*/
}

.form-group {
    text-align: left;
}
/*------------------- Top Header -----------------*/

#tophead {
    background: #063241;
    display: block;
    clear: both;
    width: 100%;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}

/* .navbar-nav {
    float: right;
    margin: auto;
} */
/*quick contact*/

#quick-contact {
    margin-top: 0px;
    float: right;
}

#quick-contact > ul {
    margin: 0;
    padding: 0;
}

#quick-contact a {
    color: #fff;
    display: inline-block;
}

/* #quick-contact a:hover {
    color: #ffcc07;
} */

#quick-contact li {
    clear: inherit;
    float: left;
    font-size: 14px;
    list-style: outside none none;
    text-align: left;
    font-weight: 500;
    border-right: 1px solid #fff;
    margin-right: 15px;
    padding: 5px 17px 5px 17px;
    color: #171717;
    background: #203260;
    border-radius: 28px;
}

#quick-contact li:hover {
    background: #255297;
}

#scroll-top-area {
    background: #203260;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 20px;
    z-index: 8;
    transition: all 6s;
}

#scroll-top-area i {
    color: #fff;
    padding: 12px 12px;
    font-size: 16px;
    display: block;
}

#tophead .section {
    margin: 0;
}
/*-----------------header-----------------*/

header {
    z-index: 5;
    width: 100%;
    /*position: fixed;*/
}

.sticky {
    background: rgba(74, 111, 197, 1) !important;
}

.bg-primary {
    background: rgba(74, 111, 197, 0.9) !important;
    width: 100% !important;
}

.bg-dark {
    /* background-color: rgb(49 44 139 / 78%)!important; */
    background-color: #203260 !important;
}

.bg-image {
    background-size: cover !important;
    background: url("../../../assets/public/images/banner/bg.jpg") top center;
}

header a.logo {
    display: block;
    float: left;
    margin-top: 10px;
    width: 80%;
}

.pt-60 {
    padding-top: 58px !important;
}

.top-search {
    margin: 0;
    margin-top: 20px;
    padding: 0;
}

.form-control {
    border: 1px solid #d8d8d8;
    font-size: 1rem !important;
}

.input-group > input.form-control.error {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.input-group > input.form-control.error + label.error {
    color: red;
    font-size: 0.75rem !important;
    line-height: 0.9rem;
    margin-bottom: 0 !important;
    width: 100%;
}

.shadow {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.btn-primary {
    background: #203260;
    border: 1px solid #203260;
}

.btn-primary:hover {
    background: #255297;
    border: 1px solid #255297;
}

.btn-outline-secondary {
    border: 1px solid #d8d8d8;
}

.btn-search {
    border-radius: 0px;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
    font-size: 24px;
    border: none;
}
/*-----------------------welcome section------------------*/

canvas {
    display: block;
}

.dashboard-banner {
    position: relative;
    background-size: cover !important;
    background: url("../images/dashboard-banner.jpg") top center;
    border-bottom: 4px solid #063241;
    height: 280px;
}

.dashboard-banner h1 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 500;
    padding-bottom: 18px;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    position: relative;
    display: block;
    top: 150px;
    text-align: left;
}

.inner-banner {
    position: relative;
    background-size: cover !important;
    background: url("../images/login-page.jpg") top center;
    height: 150px;
}

.inner-banner h1 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 18px;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    position: relative;
    display: block;
    top: 50px;
    text-align: left;
}

.overlay-text {
    background: #0567d1;
    background: rgba(5, 103, 209, 0.7) left;
    display: block;
    height: 20%;
    background-size: cover !important;
    position: absolute;
    width: 70%;
    bottom: 0;
    z-index: 0;
}

/* .overlay-banner {
    background: rgba(18, 55, 130, 0.6) left;
    display: block;
    height: 100%;
    background-size: cover !important;
    position: absolute;
    width: 70%;
} */

.overlay-banner {
    background: rgba(5, 103, 209, 0.24) left;
    display: block;
    height: 100%;
    background-size: cover !important;
    position: absolute;
    width: 100%;
}

.welcome-area.image-bg {
    position: relative;
    background-size: cover !important;
    background: url("../images/slider_image.jpg") top center;
    height: 540px;
}

.welcome-text {
    width: 100%;
    position: relative;
    top: 145px;
    color: #fff;
}

.welcome-img {
    margin-top: 180px;
}

.welcome-img img {
    width: 100%;
}

.skill-btn {
    display: block;
    max-width: 160px;
    font-size: 15px;
    margin: 0 auto;
    margin-top: 65px;
    padding: 10px 0px;
}

.welcome-text h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 18px;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    text-align: center;
}

.welcome-text h3 {
    font-size: 38px;
    color: #000000;
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.welcome-text p {
    padding-bottom: 50px;
    color: #000000;
    font-weight: 700;
    font-size: 20px !important;
}

.welcome-text .iphone-btn {
    margin-left: 20px;
    color: #000000;
    border: 0px solid #d7d7d7;
    background: #e2e2e2;
    padding: 15px;
    transition: all 0.5s;
    font-size: 16px;
    font-weight: 700;
}

.welcome-text .start-btn {
    margin-left: 0px;
    color: #ffffff;
    border: 0px solid #d7d7d7;
    background: #0b2753;
    padding: 15px;
    transition: all 0.5s;
    font-size: 16px;
    font-weight: 700;
}

.welcome-text .start-btn:hover,
.welcome-text .iphone-btn:hover {
    color: #ffffff;
    background: #063241;
    transition: all 0.5s;
}

.banner-text {
    position: relative;
    top: 140px;
    display: block;
}

.banner-text .feature-icon {
    text-align: center;
    margin-bottom: 30px;
    display: block;
}

.banner-text .feature-icon h2 {
    font-size: 24px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
}

.banner-text .feature-icon p {
    font-size: 14px;
    color: #ffffff;
}

.banner-text .feature-icon span {
    background: #0567d1;
    border-radius: 100%;
    height: 100px;
    margin: 10px;
    width: 100px;
    position: relative;
    display: inline-block;
    line-height: 100px;
    text-align: center;
    margin: 0 auto;
    -moz-transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.banner-text .feature-icon div {
    border: 3px solid #0567d1;
    background: transparent;
    border-radius: 100%;
    display: inline-block;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 50px;
    -moz-transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.banner-text a:hover .feature-icon div {
    border: 3px solid #6ed1e4;
    -moz-transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.banner-text a:hover .feature-icon span {
    background: #6ed1e4;
    -moz-transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.banner-text .feature-icon .fa {
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    margin: auto;
}

.banner-text .feature-sec a {
    margin: 30px auto;
    display: block;
}

/*------------------Section request page -----------------*/

.welcome-area.request-bg {
    position: relative;
    background-size: cover !important;
    background: url("../../../assets/public/images/banner/4444.png") top center;
    height: 595px;
}

.overlay-banner-request {
    background: rgba(63, 57, 171, 0.32) left;
    display: block;
    height: 100%;
    background-size: cover !important;
    position: absolute;
    width: 100%;
}

.request-page .welcome-text {
    width: 100%;
    position: relative;
    top: 185px;
    color: #fff;
}

.request-page .welcome-text h1 {
    font-size: 38px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 40px;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    text-align: left;
}

.request-page .welcome-text h2 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 50px;
    text-transform: capitalize;
    letter-spacing: 1.5px;
}

.request-page .welcome-text p {
    padding-top: 50px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 20px;
    font-size: 16px;
    text-transform: capitalize;
}

.request-page .welcome-text .iphone-btn {
    color: #000000;
    border: 0px solid #d7d7d7;
    background: #e2e2e2;
    padding: 15px;
    transition: all 0.5s;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    margin-left: 0px;
    border-radius: 10px;
}

.request-page .welcome-text a {
    color: #ffffff;
    font-size: 24px;
    text-decoration: none;
}

.request-page .welcome-text a:hover {
    color: #d7d7d7;
}

.request-page .sec-title h2 {
    font-size: 28px;
    font-weight: 500;
    color: #000000;
    border-bottom: 0px solid #d7d7d7;
    text-align: center;
}

.request-page .sec-title p {
    font-size: 15px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000000;
    border-bottom: 0px solid #d7d7d7;
    margin-bottom: 20px;
    text-align: center;
}

.right-bar h2 {
    font-size: 22px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000000;
    text-align: left;
}

.right-bar p {
    font-size: 14px;
    color: #000000;
}

.right-bar span {
    background: #0567d1;
    padding: 10px;
    color: #ffffff;
    /* vertical-align: middle; */
    margin: 0 auto;
    /* line-height: 30px; */
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    height: 50px;
    width: 50px;
    text-align: center;
    vertical-align: middle;
}

.right-bar span i {
    font-size: 18px;
    color: #ffffff;
}

.request-page .laptop-app {
    position: relative;
    background-size: cover !important;
    background: url("../../../assets/public/images/banner/banner_right.jpg") top
        center;
    height: 450px;
}

.request-page .laptop-app h2 {
    color: #ffffff;
}

.request-page .laptop-app p {
    color: #ffffff;
    font-size: 18px !important;
}

.request-page .download-apps {
    position: relative;
    background-size: cover !important;
    background: #373737;
    height: 350px;
}

.request-page .download-apps h2 {
    color: #ffffff;
}

.request-page .download-apps p {
    color: #ffffff;
    font-size: 18px !important;
}

.request-page .download-apps a {
    color: #ffffff;
    text-align: center;
}

.request-page .download-apps .iphone-btn {
    margin: 0 auto;
    color: #ffffff;
    border: 0px solid #d7d7d7;
    background: #0b2753;
    padding: 15px;
    text-align: center;
    display: inline-block;
    transition: all 0.5s;
    border-radius: 10px;
}

.request-page .sending-money h2 {
    text-align: left;
}

.request-page .sending-money p {
    text-align: left;
}

.request-page .sending-money a {
    color: #13428a;
    text-decoration: underline;
}

.padding-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.laptop-app .sec-title-laptop h2 {
    font-size: 38px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
    border-bottom: 0px solid #d7d7d7;
    margin-bottom: 20px;
    text-align: center;
}

.laptop-app .sec-title-laptop p {
    font-size: 15px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
    border-bottom: 0px solid #d7d7d7;
    margin-bottom: 20px;
    text-align: center;
}

/*------------------Section Send Money page -----------------*/

.welcome-area.send-money-bg {
    position: relative;
    background-size: cover !important;
    background: url("../../../assets/public/images/new-images/banner.png") top
        center;
    height: 595px;
}

.overlay-banner-send {
    background: rgba(63, 57, 171, 0.32) left;
    display: block;
    height: 100%;
    background-size: cover !important;
    position: absolute;
    width: 100%;
}

.send-money .welcome-text {
    width: 100%;
    position: relative;
    top: 125px;
    color: #fff;
}

.send-money .welcome-text h1 {
    font-size: 38px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 40px;
    text-transform: none;
    letter-spacing: 1.5px;
    text-align: left;
}

.send-money .welcome-text h2 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 50px;
    text-transform: none;
    letter-spacing: 1.5px;
}

.send-money .welcome-text p {
    padding-top: 50px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 20px;
    font-size: 16px;
    text-transform: none;
}

.send-money .welcome-text .iphone-btn {
    color: #2b2b2b;
    border: 0px solid #fff;
    background: #fff;
    padding: 15px;
    transition: all 0.5s;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    margin-left: 0px;
    border-radius: 4px;
}

.send-money .welcome-text .start-btn {
    color: #ffffff;
    border: 0px solid #203260;
    background: #203260;
    padding: 15px;
    transition: all 0.5s;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    margin-left: 0px;
    border-radius: 4px;
}

.send-money .welcome-text a {
    color: #203260;
    font-size: 24px;
}

.send-money .welcome-text a:hover {
    color: #d7d7d7;
}

.send-money .sec-title h2 {
    font-size: 28px;
    font-weight: 500;
    color: #2f2f2f;
    border-bottom: 0px solid #d7d7d7;
    text-align: center;
}

.position-center {
    position: absolute;
    left: 50%;
    top: 90px;
    transform: translate(-50%);
}

.send-money .sec-title p {
    font-size: 15px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 0px solid #d7d7d7;
    margin-bottom: 20px;
    text-align: center;
}

.right-bar h2 {
    font-size: 22px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000000;
    text-align: left;
}

.right-bar p {
    font-size: 14px;
    color: #000000;
}

.right-bar span {
    background: #203260;
    padding: 10px;
    color: #ffffff;
    /* vertical-align: middle; */
    margin: 0 auto;
    /* line-height: 30px; */
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    height: 50px;
    width: 50px;
    text-align: center;
    vertical-align: middle;
}

.right-bar span i {
    font-size: 18px;
    color: #ffffff;
}

.send-money .mobile-app {
    position: relative;
    background-size: cover !important;
    background: url("../../../assets/public/images/banner/send-money-banner.jpg")
        top center;
    height: 450px;
}

.send-money .mobile-app h2 {
    color: #ffffff;
}

.send-money .mobile-app p {
    color: #ffffff;
    font-size: 18px !important;
}

.send-money .download-apps {
    position: relative;
    background-size: cover !important;
    background: url("../../../public/frontend/banner/ewe.jpg") top center;
    height: 350px;
}

.send-money .download-apps h2 {
    color: #ffffff;
}

.send-money .download-apps p {
    color: #ffffff;
    font-size: 18px !important;
}

.send-money .download-apps a {
    color: #ffffff;
    text-align: center;
}

.send-money .download-apps .iphone-btn {
    margin: 0 auto;
    color: #ffffff;
    border: 0px solid #d7d7d7;
    background: #0b2753;
    padding: 15px;
    text-align: center;
    display: inline-block;
    transition: all 0.5s;
    border-radius: 10px;
}

.send-money .send-signup-btn {
    margin: 0 auto;
    color: #ffffff;
    border: 0px solid #d7d7d7;
    background: #0b2753;
    padding: 15px;
    text-align: center;
    display: inline-block;
    transition: all 0.5s;
    border-radius: 10px;
}
.send-money .sending-money h2 {
    text-align: left;
}

.send-money .sending-money p {
    text-align: left;
}

.send-money .sending-money a {
    color: #13428a;
    text-decoration: underline;
}

/*------------------nav-tabs details page-----------------*/

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #000000;
    background-color: #5accb5;
    border-color: #5accb5 #5accb5 #5accb5;
}

.nav-tabs {
    border-bottom: 4px solid #5accb5;
    margin-bottom: 15px;
}
/*------------------login page-----------------*/

.login-sec {
    border: 0px solid #d5d5d5;
    padding: 15px;
}

.box-authentication {
    border: 1px solid #eaeaea;
    padding: 30px;
    min-height: 320px;
}

.box-authentication > h3 {
    margin-bottom: 15px;
}

.box-authentication label {
    margin-top: 10px;
    margin-bottom: 2px;
}

.box-authentication .forgot-pass {
    margin-top: 15px;
}

.box-authentication input,
.box-authentication textarea {
    border-radius: 0px;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.box-authentication .button {
    margin-top: 15px;
}

.box-border {
    border: 1px solid #eaeaea;
    padding: 20px;
    overflow: hidden;
}

.btn-cust {
    margin: 0 auto;
    color: #ffffff;
    border: 1px solid #5a6268;
    background: #5a6268;
    padding: 5px 20px 5px 20px;
    text-align: center;
    display: inline-block;
    transition: all 0.5s;
    border-radius: 2px;
}
/*------------------Section-----------------*/

.menu-list {
    background: #6ed1e4;
    padding: 15px;
    border: 1px solid #e6e6e6;
    border-top: 4px solid #0b2753;
}

.menu-list h2 {
    color: #0b2753;
    font-size: 34px;
    margin-left: 30px;
    padding: 0px;
    text-transform: capitalize;
}

.menu-list ul {
    list-style: none;
    margin: 20px;
}

.menu-list ul li {
    list-style: none;
    border-bottom: 1px solid #0b2753;
    padding: 15px;
    text-align: left;
}

.menu-list ul li:hover {
    background: #0b2753;
    color: #ffffff;
    cursor: pointer;
}

.menu-list ul li.active {
    background: #0b2753;
    color: #ffffff;
    cursor: pointer;
}

.menu-list ul li.active a {
    color: #ffffff;
}

.menu-list ul li:hover a {
    color: #ffffff;
}

.menu-list ul li a {
    color: #1c5f94;
    font-size: 15px;
    font-weight: bold;
}

.menu-list ul li::before {
    margin-right: 20px;
    font-size: 18px;
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    left: 0;
    color: #1c5f94;
}

.event-list ul li:nth-of-type(odd)::before {
    color: #3ec1cf;
}

.event-list ul li:nth-of-type(4)::before {
    color: #39c56a;
}

.event-list ul li:nth-of-type(8)::before {
    color: #c36030;
}

.event-list ul li:nth-of-type(1)::before {
    color: #ffb44a;
}
/*------------------Section-----------------*/

.sec-title h2 {
    font-size: 24px;
    font-weight: 600;
    color: #232f69;
    text-align: left;
    border-bottom: 0px solid #d7d7d7;
}

.section-01 {
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
}

.buy-online span {
    background: #203260;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-top: 0px;
}

.buy-online li {
    display: block;
    list-style: none;
    float: left;
    clear: both;
    padding: 10px 0;
}
/*----------------- section 02-----------------*/

.section-02 .sec-title h2 {
    font-size: 24px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #232f69;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 0px dotted #232f69;
    margin-bottom: 30px;
}

.section-02 {
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
    text-align: center;
}

.section-02 img {
    max-width: 180px;
    text-align: center;
    margin-bottom: 50px;
}

.card-header {
    /* border-top: 5px solid #0b2854; */
    padding: 20px;
}

.card-body {
    padding: 20px 40px;
}

/*----------------- section 02-----------------*/

.feature-sec {
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: cover !important;
    background: url("../images/section3.jpg") top center;
    text-align: center;
}

.feature-icon {
    margin-bottom: 30px;
    display: block;
}

.feature-icon h2 {
    font-size: 22px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
}

.feature-icon p {
    font-size: 14px;
    color: #ffffff;
}

.feature-icon span {
    background: #0567d1;
    border-radius: 100%;
    height: 100px;
    margin: 10px;
    width: 100px;
    position: relative;
    display: inline-block;
    line-height: 100px;
    margin: 0 auto;
    -moz-transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.feature-icon div {
    border: 3px solid #8992a9;
    background: transparent;
    border-radius: 100%;
    display: inline-block;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 20px;
    -moz-transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

/*a:hover .feature-icon div {
    border: 3px solid #232f69;
    -moz-transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

a:hover .feature-icon span {
    background: rgba(35, 47, 105, .8);
    -moz-transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}*/

.feature-icon .fa {
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    margin: auto;
}

.feature-sec a {
    margin: 30px auto;
    display: block;
}
/*-----------------section 04-----------------*/

.section-04 {
    background-size: cover !important;
    background: #6ed1e4;
    display: block;
    height: 80px;
}
/*-------------------newsletter---------------*/

.newsletter {
    background: #e2f0fb;
    padding: 30px 0px 30px 0px;
    display: block;
}

.newsletter h3 {
    color: #fff;
    font-size: 38px;
}

.newsletter .support {
    text-align: center;
}

.newsletter .start-btn {
    margin: 0 auto;
    color: #000000;
    border: 0px solid #d7d7d7;
    background: #e2e2e2;
    padding: 15px;
    text-align: center;
    margin-left: 20px;
    display: inline-block;
    transition: all 0.5s;
}

.newsletter .iphone-btn {
    margin: 0 auto;
    color: #000000;
    border: 0px solid #d7d7d7;
    background: #0b2753;
    padding: 15px;
    text-align: center;
    display: inline-block;
    transition: all 0.5s;
}

.newsletter .start-btn:hover,
.newsletter .iphone-btn:hover {
    color: #ffffff;
    background: #063241;
    transition: all 0.5s;
}

.newsletter-form {
    width: 100%;
    margin: 0 auto;
    padding-top: 28px;
    padding-bottom: 7px;
}

.newsletter-form input {
    display: inline-block;
}

.newsletter-form form {
    width: 50%;
    margin: 0 auto;
    position: relative;
}

.newsletter-form #newsletter-email {
    width: 100%;
    background: #fff;
    height: 40px;
    border: 1px transparent;
    padding-left: 20px;
    margin-bottom: 10px;
    border-radius: 20px;
    box-shadow: 0px 0px 8px #878787;
}

.newsletter .submit-btn {
    border: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0px 20px;
    margin: 0px !important;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
/*------------------contact section-------------*/

.contact {
    background: #2c5563;
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact-detail {
    padding: 36px 40px;
}

.contact-header {
    padding-bottom: 16px;
}

.contact-form-area {
    padding: 30px 40px;
}
/*            #email {
width: 100%;
height: 45px;
margin-bottom: 20px;

border: none;
margin-top: 12px;
border-bottom: 1px solid #d8d8d8;
}*/

.contact-detail h2 {
    margin-bottom: 25px;
    color: #f9f9f9;
    margin-top: 5px;
    font-size: 18px;
}

.contact-detail .social-icons a i {
    font-size: 14px;
    margin-right: 5px;
    color: #fff;
    width: 32px;
    height: 30px;
    margin-bottom: 10px;
    line-height: 28px;
    text-align: center;
    transition: all 0.5s;
    display: inline-block;
}

.contact-form-area h2 {
    margin-bottom: 25px;
    color: #ffffff;
    margin-top: 5px;
    font-size: 18px;
}

#contact-submit {
    margin-top: 0px;
    padding: 12px 42px;
    border: 0px;
    border-radius: 0px;
}
/*--------------------------------------------------------------
Social Links
--------------------------------------------------------------*/

.social-links {
    text-align: center;
}

.social-links {
    clear: both;
    overflow: hidden;
}

.social-links ul {
    margin: 0;
    padding: 0;
}

.social-links li a {
    border: 2px solid #777;
    display: inline-block;
    height: 33px;
    line-height: 1.7;
    margin-right: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 33px;
}

.social-links.circle li a {
    border-radius: 100%;
}

.social-links li {
    display: inline-block;
    margin-right: 2px;
    margin-top: 2px;
    margin-left: 0px;
}

.social-links ul li::after {
    display: none;
}

.social-links li a i {
    color: #cacad8;
    font-size: 18px;
    font-weight: normal;
}

.social-links ul li a::before {
    color: #8c8c8c;
    content: "\f0c1";
    display: block;
    font-family: FontAwesome;
    font-weight: normal;
    line-height: 2;
    font-size: 14px;
}

.social-links ul li a:hover {
    background-color: #001837;
    border: 1px solid rgba(0, 0, 0, 0);
    -moz-transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.social-links ul li a:hover::before {
    color: #fff;
}

.social-links ul li a[href*="facebook.com"]::before {
    content: "\f09a";
}

.social-links ul li a[href*="twitter.com"]::before {
    content: "\f099";
}

.social-links ul li a[href*="linkedin.com"]::before {
    content: "\f0e1";
}

.social-links ul li a[href*="plus.google.com"]::before {
    content: "\f0d5";
}

.social-links ul li a[href*="youtube.com"]::before {
    content: "\f167";
}

.social-links ul li a[href*="dribbble.com"]::before {
    content: "\f17d";
}

.social-links ul li a[href*="pinterest.com"]::before {
    content: "\f0d2";
}

.social-links ul li a[href*="bitbucket.org"]::before {
    content: "\f171";
}

.social-links ul li a[href*="github.com"]::before {
    content: "\f113";
}

.social-links ul li a[href*="codepen.io"]::before {
    content: "\f1cb";
}

.social-links ul li a[href*="flickr.com"]::before {
    content: "\f16e";
}

.social-links ul li a[href$="/feed/"]::before {
    content: "\f09e";
}

.social-links ul li a[href*="foursquare.com"]::before {
    content: "\f180";
}

.social-links ul li a[href*="instagram.com"]::before {
    content: "\f16d";
}

.social-links ul li a[href*="tumblr.com"]::before {
    content: "\f173";
}

.social-links ul li a[href*="reddit.com"]::before {
    content: "\f1a1";
}

.social-links ul li a[href*="vimeo.com"]::before {
    content: "\f194";
}

.social-links ul li a[href*="digg.com"]::before {
    content: "\f1a6";
}

.social-links ul li a[href*="twitch.tv"]::before {
    content: "\f1e8";
}

.social-links ul li a[href*="stumbleupon.com"]::before {
    content: "\f1a4";
}

.social-links ul li a[href*="delicious.com"]::before {
    content: "\f1a5";
}

.social-links ul li a[href*="mailto:"]::before {
    content: "\f0e0";
}

.social-links ul li a[href*="soundcloud.com"]::before {
    content: "\f1be";
}

.social-links ul li a[href*="wordpress.org"]::before {
    content: "\f19a";
}

.social-links ul li a[href*="wordpress.com"]::before {
    content: "\f19a";
}

.social-links ul li a[href*="jsfiddle.net"]::before {
    content: "\f1cc";
}

.social-links ul li a[href*="tripadvisor.com"]::before {
    content: "\f262";
}

.social-links ul li a[href*="foursquare.com"]::before {
    content: "\f180";
}

.social-links ul li a[href*="angel.co"]::before {
    content: "\f209";
}

.social-links ul li a[href*="slack.com"]::before {
    content: "\f198";
}
/*social links hover effect */

.social-links ul li a[href*="facebook.com"]:hover {
    background-color: #3b5998;
}

.social-links ul li a[href*="twitter.com"]:hover {
    background-color: #00aced;
}

.social-links ul li a[href*="plus.google.com"]:hover {
    background-color: #dd4b39;
}

.social-links ul li a[href*="/feed/"]:hover {
    background-color: #dc622c;
}

.social-links ul li a[href*="wordpress.org"]:hover,
.social-links ul li a[href*="wordpress.com"]:hover {
    background-color: #45bbe6;
}

.social-links ul li a[href*="github.com"]:hover {
    background-color: #4183c4;
}

.social-links ul li a[href*="linkedin.com"]:hover {
    background-color: #007bb6;
}

.social-links ul li a[href*="pinterest.com"]:hover {
    background-color: #cb2027;
}

.social-links ul li a[href*="flickr.com"]:hover {
    background-color: #ff0084;
}

.social-links ul li a[href*="vimeo.com"]:hover {
    background-color: #aad450;
}

.social-links ul li a[href*="youtube.com"]:hover {
    background-color: #bb0000;
}

.social-links ul li a[href*="instagram.com"]:hover {
    background-color: #517fa4;
}

.social-links ul li a[href*="dribbble.com"]:hover {
    background-color: #ea4c89;
}

.social-links ul li a[href*="skype.com"]:hover {
    background-color: #12a5f4;
}

.social-links ul li a[href*="digg.com"]:hover {
    background-color: #333;
}

.social-links ul li a[href*="codepen.io"]:hover {
    background-color: #000;
}

.social-links ul li a[href*="reddit.com"]:hover {
    background-color: #ff4500;
}

.social-links ul li a[href*="mailto:"]:hover {
    background-color: #1d62f0;
}

.social-links ul li a[href*="foursquare.com"]:hover {
    background-color: #f94877;
}

.social-links ul li a[href*="stumbleupon.com"]:hover {
    background-color: #eb4924;
}

.social-links ul li a[href*="twitch.tv"]:hover {
    background-color: #6441a5;
}

.social-links ul li a[href*="tumblr.com"]:hover {
    background-color: #32506d;
}

.social-links ul li a[href*="foursquare.com"]:hover {
    background-color: #f94877;
}

.social-links ul li a[href*="stumbleupon.com"]:hover {
    background-color: #eb4924;
}

.social-links ul li a[href*="twitch.tv"]:hover {
    background-color: #6441a5;
}

.social-links ul li a[href*="tumblr.com"]:hover {
    background-color: #32506d;
}

.social-links ul li a[href*="soundcloud.com"]:hover {
    background-color: #ff5500;
}

.social-links ul li a[href*="wordpress.org"]:hover {
    background-color: #45bbe6;
}

.social-links ul li a[href*="jsfiddle.net"]:hover {
    background-color: #4679bd;
}

.social-links ul li a[href*="tripadvisor.com"]:hover {
    background-color: #86c171;
}

.social-links ul li a[href*="foursquare.com"]:hover {
    background-color: #2d5be3;
}

.social-links ul li a[href*="angel.co"]:hover {
    background-color: #000;
}

.social-links ul li a[href*="slack.com"]:hover {
    background-color: #56b68b;
}

.social-icons a .ti-facebook {
    background: #4867aa;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
}

.social-icons a .ti-facebook:hover {
    background: #36528e;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
}

.social-icons a .ti-twitter {
    background: #1da1f2;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
}

.social-icons a .ti-twitter:hover {
    background: #1580c1;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
}

.social-icons a .ti-google {
    background: #dc4a38;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
}

.social-icons a .ti-google:hover {
    background: #b72c1b;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
}

.social-icons a .ti-skype {
    background: #00aff0;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
}

.social-icons a .ti-skype:hover {
    background: #0478a3;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
}

.social-icons a .ti-linkedin {
    background: #0177b5;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
}

.social-icons a .ti-linkedin:hover {
    background: #014d75;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
}

.social-icons a .ti-pinterest {
    background: #bd081c;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
}

.social-icons a .ti-pinterest:hover {
    background: #a00012;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
}

.social-icons a .ti-youtube {
    background: #cd201f;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
}

.social-icons a .ti-youtube:hover {
    background: #c71f1e;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
}

.social-icons a .ti-instagram {
    background: #125688;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
}

.social-icons a .ti-instagram:hover {
    background: #00477b;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
}
.min-vh-100 {
    min-height: 100vh;
}
/*---------------footer-------------*/

footer {
    padding: 15px 0px;
    background: #063241;
}

.copyright {
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    margin-top: 20px;
}

.quick-link {
    padding: 36px 40px;
}

.quick-link h2 {
    margin-bottom: 25px;
    color: #ffffff;
    margin-top: 5px;
    font-size: 18px;
}
.quick-link li {
    cursor: default;
}
.quick-link li a {
    padding-bottom: 6px;
    color: #ffffff;
    font-size: 12px;
    display: block;
    border-bottom: 0px solid #e6e6e6;
}

.quick-link li a:hover {
    color: #0b2753;
    /*color: #ff2e2c;*/
}

.banner-amount-icon {
    margin-top: 160px;
    display: inline-block;
    margin-right: 20px;
    font-size: 40px;
    color: #ffffff;
}

.banner-amount {
    margin-top: 160px;
    display: inline-block;
    color: #ffffff;
}

.banner-amount h4 {
    color: #ffffff !important;
}
/*-----------trans-03-----------*/

.section-05 .sec-title h2 {
    font-size: 20px;
    font-weight: 700;
    padding-top: 0;
    padding-bottom: 0;
    color: #000000;
    text-align: left;
    border-bottom: 0px dotted #232f69;
    margin-bottom: 0;
}

.section-05 {
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
    /*text-align: center;*/
    background: url("../images/") bottom right no-repeat;
}

.section-05 img {
    max-width: 180px;
    text-align: center;
    margin-bottom: 50px;
}

.trans-inline {
    display: inline;
}

.clearfix {
    clear: both;
}

.padding-bottom30 {
    padding-bottom: 30px !important;
}

.card-header1 {
    border-top: 5px solid #0b2854;
    padding: 20px;
}

.card-header1 {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    border-left: 1px solid rgba(0, 0, 0, 0.125);
}

.set-Box {
    background-color: #f6f6f6;
    padding: 12px 12px;
}

.set-Box ul {
    list-style: none;
}

.set-Box ul li {
    float: left;
    width: 33.333333%;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.setTop-txt {
    padding-top: 5px;
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    font-weight: normal;
}

.mt20 {
    margin-top: 20px !important;
}

.active2 {
    color: #0066ff;
}
/********Added By Shahin Alam ********/

.error {
    color: #ec6d6d !important;
    font-size: 14px;
}

.paymentGateway {
    max-height: 70px;
    margin-top: 10px;
}

.paymentGateway:hover {
    cursor: pointer;
    background-color: #4974c9;
    padding: 5px;
    margin-top: 10px;
}

.activeMethod {
    background-color: #4974c9;
    padding: 5px;
    margin-top: 10px;
}

/*.spinner {
    display: none;
}*/
.card-body-custom {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 10px;
    text-align: left;
}

#logo_container_small {
    display: none;
}
.auth-menu {
    display: none;
}

.nav_active a {
    color: #203260;
    font-weight: 600;
}
.my-navbar {
    position: relative;
    z-index: 9999;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-120 {
    margin-bottom: 120px;
}

.my-90 {
    margin: 90px 0px;
}

/********add-login********/

.signin .message {
    text-shadow: 1px 1px #fff;
    border: 1px solid #c7cfd3 !important;
    color: #333;
}
.signin .message {
    max-width: 360px;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    border-radius: 4px;
    padding: 18px;
    border: 1px solid #8b9bc4;
    color: #121212;
    font-size: 13px;
}
.signin .message a {
    color: #203260;
}

.get-color a {
    color: #2655bf;
    font-size: 14px;
} /******************Add-New***************/

.sector-guides .h4 {
    color: #333333;
}
.mt30 {
    margin-top: 30px !important;
}
.guideTitle-color {
    color: #3e4552;
}
.guidepara-style p {
    color: #3e4552;
    margin-top: 15px;
    font-size: 16px !important;
    line-height: 24px;
}
.guideBox-color pre {
    background-color: #132948;
    color: #fff !important;
    font-size: 16px;
    padding: 20px 15px;
    border-radius: 2px;
    line-height: 23px;
    overflow: auto;
}
.guidepara-style {
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 10px;
    border-radius: 2px;
}
.guide-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 10px;
}
.composer-box {
    background-color: #eaeaea;
    color: #3e4552;
    padding: 12px 10px;
    font-size: 18px;
    border-radius: 2px;
    width: 40%;
}
.express-list ul li {
    float: left;
    padding: 10px 20px;
}
.express-list ul li a {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.express-list ul li a.active33 {
    color: rgba(74, 111, 197, 0.9) !important;
    border-bottom: 1px solid rgba(74, 111, 197, 0.9) !important;
    padding-bottom: 20px;
}

.mt50 {
    margin-top: 50px !important;
}

@media screen and (max-width: 991px) {
    .navbar-dark .navbar-nav .nav-link {
        color: #ffffff;
        background: #0b2854;
        text-align: left;
        padding: 15px 15px;
        border-bottom: 1px solid #0a2145;
    }
    .navbar-dark .navbar-nav .nav-link:nth-last-of-type {
        border-bottom: 1px solid #ffffff;
    }
    .nav_active {
        border-bottom: 0;
    }
    /* .navbar-nav {
        width: 100% !important;
    } */
    .navbar {
        width: 100%;
        padding-top: inherit;
    }
    .auth-menu {
        display: block;
    }
    .quick-link ul {
        grid-template-columns: 111px auto !important;
    }
    @media screen and (min-width: 576px) {
        .contact-form-area .playStore img {
            width: 100% !important;
            margin-bottom: 10px;
        }
    }
    .send-money .mobile-app {
        height: 517px !important;
    }
    .mobile-app .store-logo {
        margin: 0 10px 0 0 !important;
        width: 160px !important;
        height: 56px !important;
    }
}
.mobile-app .store-logo {
    margin-left: 40px;
    margin-right: 30px;
    width: 160px;
    height: 56px;
    overflow: hidden;
}

.fade-scale {
    transform: scale(0);
    opacity: 0;
    transition: all 0.25s linear;
}

.fade-scale.show {
    opacity: 1;
    transform: scale(1);
}

.fade-scale .modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%) !important;
}

.fade-rotate {
    transform: rotate(180deg);
    opacity: 0;
    transition: all 0.25s linear;
}

.fade-rotate.in {
    opacity: 1;
    transform: rotate(0deg);
}

.fade-rotate .modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%) !important;
}

.fade-flip {
    transform: rotateX(-90deg);
    opacity: 0;
    transition: all 0.25s linear;
}

.fade-flip.in {
    opacity: 1;
    transform: rotateX(0deg);
}

.fade-flip .modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%) !important;
}

.modal-content {
    background-color: #fff;
    border-radius: 8px;
}

.p-center {
    position: relative;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
}

.close {
    position: absolute;
    color: #fff;
    z-index: 1;
    text-align: right;
    right: 15px;
    top: 10px;
}

@media only screen and (min-width: 768px) {
    /*.wallet-currency-div {
          padding: 18px 12px 5px 14px !important;
      }*/

    .close {
        position: absolute;
        color: #363636;
        z-index: 1;
        text-align: right;
        right: 15px;
        top: 10px;
    }
}

@media only screen and (min-width: 1250px) {
    .footer-img {
        margin-top: -90px;
    }
}

/* New version */

.bg-nav {
    width: 100% !important;
    background: #0567d1 !important;
    z-index: 1;
    padding: 0px;
}
.bg-primary {
    background: #0567d1 !important;
    width: 100% !important;
}

.dropdown-menu {
    /* min-width: 170px; */
    box-shadow:
        0px 2px 5px 0px rgba(0, 0, 0, 0.07),
        0px 3px 20px 0px rgba(0, 0, 0, 0.07) !important;
    border: 0px solid rgba(0, 0, 0, 0.15);
    font-size: 1.4rem;
}

.card {
    /* box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.07), 0px 3px 20px 0px rgba(0,0,0,0.07) !important; */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
    border: 0px solid rgba(0, 0, 0, 0.125) !important;
    border-radius: 8px !important;
}

.card-header {
    background: #f9fafb;
    padding: 20px 30px;
}

.card-footer {
    padding: 20px;
}

/* .btn-grad {background-image: linear-gradient(to right, #0575E6 0%, #021B79  51%, #0575E6  100%)} */

/* .btn-grad {background-image: linear-gradient(to right, #00d2ff 0%, #3a7bd5  51%, #00d2ff  100%)}     */
/* .btn-grad {background-image: linear-gradient(to right, #6188E2 2%, #d8bf0c 74%, #6188E2 100%);} */
.btn-grad {
    background: #203260 !important;
    padding: 6px 20px;
    text-align: center;
    /* text-transform: uppercase; */
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;
    box-shadow: 0 0 20px #eee;
    border-radius: 5px;
    /* font-weight: 600; */
}

.w-full {
    width: 100% !important;
}

.btn {
    display: inline-block;
    font-size: 1rem;
    font-weight: 500 !important;
    padding: 0.425rem 1.5rem;
    height: calc(1.5em + 0.85em + 2px);
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    border: none;
}

.btn-grad-crypto {
    background: #0567d1 !important;
    padding: 5px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;
    box-shadow: 0 0 20px #eee;
    border-radius: 8px;
    font-weight: 600;
}

.btn-grad-crypto:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.btn-grad-outline {
    background: #fff !important;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #2b2b2b;
    box-shadow: 0 0 20px #eee;
    border-radius: 8px;
    border: 1px solid #0567d1;
    font-weight: 600;
}

.btn-grad-outline:hover {
    background: #0567d1 !important;
    border: 1px solid #0567d1;
    color: #fff;
}

.btn-circular {
    border-radius: 25px !important;
}

.btn-grad-copy {
    background: #0567d1 !important;
    padding: 6px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    color: #fff;
    box-shadow: 0 0 20px #eee;
    font-weight: 600;
    margin-left: -80px;
}

.active-tab {
    padding: 20px;
    background: #0567d11a;
    color: #fff;
}
.active-tab a {
    color: #0567d1;
    font-size: 20px;
    font-weight: 700;
}
.inactive-tab {
    padding: 20px;
    background: #e8e8e842;
    border-bottom: 1px solid #ddd;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #a1a1a1;
}

.select-custom {
    display: none;
}

.dropdown {
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#40FFFFFF", endColorstr="#00FFFFFF", GradientType=0);
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    outline: none;
    padding-left: 10px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.dropdown:active,
.dropdown.open {
    background-color: #f0f0f0 !important;
    border-color: #e4e4e4;
    box-shadow:
        rgba(101, 119, 134, 0.2%) 0px 0px 15px,
        rgba(101, 119, 134, 0.15%) 0px 0px 3px 1px;
}
.dropdown:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #777;
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: "";
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
}
.dropdown.open:after {
    transform: rotate(-180deg);
}
.dropdown.open .list {
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
    color: #2b2b2b;
}
.dropdown.open .option {
    cursor: pointer;
}
.dropdown.wide {
    width: 100%;
}
.dropdown.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.dropdown .list {
    min-width: 150px;
    box-sizing: border-box;
    transition:
        all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75),
        opacity 0.1s linear;
    transform: scale(0.75);
    transform-origin: 50% 0;
    box-shadow:
        rgba(101, 119, 134, 0.2) 0px 0px 15px,
        rgba(101, 119, 134, 0.15) 0px 0px 3px 1px;
    background-color: #fff;
    border-radius: 6px;
    margin-top: 4px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 999;
}
.dropdown .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.dropdown .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
}
.dropdown .option:hover,
.dropdown .option:focus {
    background-color: #f6f6f6 !important;
}
.dropdown .option.selected {
    font-weight: 600;
}
.dropdown .option.selected:focus {
    background: #f6f6f6;
}

.container-select {
    margin: 0px auto 0;
    max-width: 120px;
}

.by {
    bottom: 12px;
    color: #aaa;
    font-size: 12px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

a {
    color: #212529;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
a:hover {
    color: #666;
}

/* @media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
 }

@media (min-width: 1450px){
    .container {
        max-width: 1400px;
    }
} */

.form-control:not([size]):not([multiple]) {
    height: calc(1.5em + 0.85em + 2px);
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 5px);
}

div.form-group input.form-control,
div.form-group select.form-control {
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    background: #fff;
}

form div.form-group textarea.form-control:hover,
form div.form-group input.form-control:hover,
form div.form-group input.form-control:focus,
form div.form-group input.form-control:active,
div.form-group select.form-control:hover {
    border: 2px solid #203260;
    background: #eff3f6;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
select.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
    box-shadow: inset 0 -1px 0 #fff;
    border: 1px solid #203260;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 500;
    /* color: #2f2f2f; */
    font-size: 16px;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog,
.modal.top .modal-dialog,
.modal.bottom .modal-dialog {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

/* Left & Right */

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 250px;
    max-width: 100%;
    height: 100%;
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
    max-height: calc(100vh);
}

.modal.left.fade .modal-dialog {
    left: -500px;
    -webkit-transition:
        opacity 0.3s linear,
        left 0.3s ease-out;
    -moz-transition:
        opacity 0.3s linear,
        left 0.3s ease-out;
    -o-transition:
        opacity 0.3s linear,
        left 0.3s ease-out;
    transition:
        opacity 0.3s linear,
        left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}

.modal.right.fade .modal-dialog {
    right: -500px;
    -webkit-transition:
        opacity 0.3s linear,
        right 0.3s ease-out;
    -moz-transition:
        opacity 0.3s linear,
        right 0.3s ease-out;
    -o-transition:
        opacity 0.3s linear,
        right 0.3s ease-out;
    transition:
        opacity 0.3s linear,
        right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

.modal.left .modal-content,
.modal.right .modal-content,
.modal.top .modal-content,
.modal.bottom .modal-content,
.modal.full .modal-content {
    border-radius: 0;
    border: none;
}

.modal.left .modal-dialog.modal-sm,
.modal.right .modal-dialog.modal-sm {
    width: 300px;
}

/* Footer */

.modal-footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-radius: 0;
}

.m-nav-bg {
    background: #203260;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}

.mobile-side a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    transition: 0.4s;
}

.mobile-side a i {
    margin-right: 16px;
}

.modal-header {
    padding: 8px 20px;
}

.modal-header img {
    width: 50px;
    height: 50px;
}

.modal-header .logo {
    width: 150px;
    height: auto;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    height: 48px !important;
}

.qr-image {
    width: 50% !important;
    height: auto !important;
}
.g-recaptcha > div {
    width: 100% !important;
    height: auto !important;
}

.g-recaptcha iframe[role="presentation"] {
    margin-left: 0 !important;
}
