.ps-5 {
    padding-left: 5rem !important;
}

.items:hover {
    scale: 1.05 !important;
    transition: 1s !important;
    box-shadow: 9px 9px 6px -3px rgba(69, 69, 69, 0.58) !important;
    transform: translateY(-5px);
}

.items {
    color: #000000;
    font-weight: 400;
}

.bg--base {
    background-color: #f10e81 !important;
}

#baner_card {
    margin-top: 90px !important;
    width: 100%;
    height: auto !important;
}

.items:after {
    display: block;
    content: '';
    border-bottom: solid 3px #6ec2cf;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.aboutsection .card {
    height: 660px;
}

.items:hover:after {
    transform: scaleX(1);
}

@media (max-width: 768px) {
    .dNone {
        display: none !important;
    }

    #baner_card {
        margin-top: 0px !important;
    }

    .ps-5 {
        padding-left: 10px !important;
        margin: 10px;
    }
}

.rounded {
    border-radius: 15px !important;
}

.registration img {
    width: 75%;
    height: auto;
}

/* ------------------------------------------------------ */

:root {
    --primary-color: #388abb;
}

a {
    text-decoration: none;
    display: inline-block;
}

a:focus,
a:hover {
    text-decoration: none;
    color: inherit;
}

.toggle-container .switch-toggles::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 45px;
    background: #00abb3;
    -webkit-box-shadow: 0 5px 5px 0px rgba(0, 171, 179, 0.75);
    box-shadow: 0 5px 5px 0px rgba(0, 171, 179, 0.75);
    right: -1px;
    top: 0;
    border-radius: 0 15px 15px 0;
    -webkit-transition: all 0.7s cubic-bezier(0.545, 0, 0.05, 1);
    transition: all 0.7s cubic-bezier(0.545, 0, 0.05, 1);
}

.user-profile-thumb {
    position: relative;
    z-index: 2;
    width: 380px;
    height: 380px;
    margin: 0 auto;
    background-color: #ffffff;
    border: 2px solid rgba(57, 57, 57, 0.2);
    border-radius: 50%;
    overflow: hidden;
}

@media only screen and (max-width: 575px) {
    .user-profile-thumb {
        width: 250px;
        height: 250px;
    }
}

.user-profile-thumb img {
    width: 100%;
    height: 100%;
}

.user-profile-list {
    margin-bottom: -25px;
    margin-left: auto;
    position: relative;
    right: 24%;
}

@media only screen and (max-width: 991px) {
    .user-profile-list {
        right: 0;
    }
}

.user-profile-list li {
    color: #ffffff;
    border-right: none;
    border-radius: 0 999px 999px 0;
    padding: 10px 20px;
    width: 100%;
    text-align: right;
    font-weight: 600;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 991px) {
    .user-profile-list li {
        border-radius: 999px;
        right: 0 !important;
        text-align: center;
    }
}

.user-profile-list li:hover {
    margin-left: 10px;
}

.user-profile-list li.one {
    position: relative;
    right: 15%;
}

.user-profile-list li.two {
    position: relative;
    right: 5%;
}

.user-profile-list li.four {
    position: relative;
    right: 5%;
}

.user-profile-list li.five {
    position: relative;
    right: 15%;
}

.user-profile-list li span {
    font-weight: 700;
}

.user-profile-list.two li {
    background-color: #f5f6f9;
    color: #000000;
}

.user-profile-list-two {
    margin-bottom: -25px;
    margin-left: auto;
    position: relative;
    left: 24%;
}

@media only screen and (max-width: 991px) {
    .user-profile-list-two {
        left: 0;
    }
}

.user-profile-list-two li {
    color: #000000;
    border-right: none;
    background-color: #f5f6f9;
    border-radius: 999px 0 0 999px;
    padding: 10px 20px;
    width: 100%;
    text-align: left;
    font-weight: 600;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 991px) {
    .user-profile-list-two li {
        border-radius: 999px;
        left: 0 !important;
        text-align: center;
    }
}

.user-profile-list-two li:hover {
    margin-left: 10px;
}

.user-profile-list-two li.one {
    position: relative;
    left: 15%;
}

.user-profile-list-two li.two {
    position: relative;
    left: 5%;
}

.user-profile-list-two li.four {
    position: relative;
    left: 5%;
}

.user-profile-list-two li.five {
    position: relative;
    left: 15%;
}

.user-profile-list-two li span {
    font-weight: 700;
}

.user-profile-list-three {
    margin-bottom: -25px;
    margin-left: auto;
    position: relative;
    left: 24%;
}

@media only screen and (max-width: 991px) {
    .user-profile-list-three {
        left: 0;
    }
}

.user-profile-list-three li {
    color: #ffffff;
    border-right: none;
    border-radius: 999px 0 0 999px;
    padding: 10px 20px;
    width: 100%;
    text-align: left;
    font-weight: 600;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 991px) {
    .user-profile-list-three li {
        border-radius: 999px;
        left: 0 !important;
        text-align: center;
    }
}

.user-profile-list-three li:hover {
    margin-left: 10px;
}

.user-profile-list-three li.one {
    position: relative;
    left: 15%;
}

.user-profile-list-three li.two {
    position: relative;
    left: 5%;
}

.user-profile-list-three li.four {
    position: relative;
    left: 5%;
}

.user-profile-list-three li.five {
    position: relative;
    left: 15%;
}

.user-profile-list-three li span {
    font-weight: 700;
}

/*-------------------------------------------------
    [ ## tab ]
*/
.nav-tabs {
    margin: 0;
    border: 0;
    margin-bottom: 30px;
}

.nav-tabs .nav-link {
    padding: 8px 20px;
    border: none;
    font-weight: 600;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid rgba(57, 57, 57, 0.2);
    border-radius: 3px;
    font-family: "Outfit", sans-serif;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-tabs .nav-link:hover {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #ffffff;
}

.nav-tabs .nav-link.active {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #ffffff;
}

.nav-tabs .nav-link:not(:last-child) {
    margin-right: 10px;
}

@media only screen and (max-width: 1199px) {
    .nav-tabs .nav-link:not(:last-child) {
        margin-right: 5px;
    }
}

/*-------------------------------------------------
    [ ## card ]
*/
.custom-card .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.custom-card .card-body {
    background: #ffffff;
    padding: 20px;
    border-radius: 20px;
}

@media only screen and (max-width: 575px) {
    .custom-card .card-body {
        padding: 10px;
    }
}


/*-------------------------------------------------
    [ ## Heading ]
*/
.section-header {
    margin-bottom: 40px;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .section-header {
        margin-bottom: 30px;
    }
}

.section-header .section-sub-title {
    font-size: 12px;
    padding: 5px 10px;
    background-color: #f7f4ff;
    border-radius: 5px;
    color: var(--primary-color);
    margin-bottom: 20px;
    font-weight: 600;
}

.section-header .section-title {
    margin-bottom: 0;
    text-transform: capitalize;
}

.section-header .section-title span {
    color: var(--primary-color);
}

.section-header p {
    margin-top: 10px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Buttons ]
*/

.btn {
    -webkit-transition: all 0.3s ease 0.02s;
    transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
    border: 0px solid;
    border-radius: 0px;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
    .btn {
        font-size: 14px;
    }
}

.btn-rounded {
    border-radius: 3px;
}

.btn-capsule {
    border-radius: 100px;
}

/*-------------------------------------------------
    [ ## custom btn ]
*/
.btn--primary {
    background-color: #7367f0;
}

.btn--secondary {
    background-color: #868e96;
}

.btn--success {
    background-color: #28c76f;
}

.btn--danger {
    background-color: #ea5455;
}

.btn--warning {
    background-color: #ff9f43;
}

.btn--info {
    background-color: #1e9ff2;
}

.btn--dark {
    background-color: #10163a;
}

.badge--primary::before {
    background-color: #7367f0;
}

.border--primary {
    border: 1px solid #7367f0;
}

.btn--base {
    position: relative;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 999px;
    color: #ffffff;
    padding: 3px 30px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.btn--base.active {
    background: transparent;
    color: var(--primary-color);
}

.btn--base.active:focus,
.btn--base.active:hover {
    color: #ffffff;
    background: var(--primary-color);
}

.btn--base:focus,
.btn--base:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 10px 20px rgba(114, 62, 235, 0.4);
    box-shadow: 0 10px 20px rgba(114, 62, 235, 0.4);
}

/*-------------------------------------------------
    [ ## Forms ]
*/
select {
    outline: none;
    cursor: pointer;
}


.input-group .nice-select {
    width: auto;
    padding: 0 30px 0 15px;
    border: none !important;
    background-color: var(--primary-color) !important;
    line-height: 45px;
}

.input-group .nice-select::after {
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
}

.input-group .nice-select .current {
    color: #000000;
}

.nice-select {
    margin: 0px 1px 0px -5px;
    height: 29px;
    line-height: 27px;
    border: 1px solid rgba(57, 57, 57, 0.2) !important;
    float: unset;
    padding: 0px 16px;
    color: #000000 !important;
}

.nice-select .list {
    background-color: #ffffff;
    width: 100%;
    left: auto;
    right: 0;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: rgb(224, 232, 232);
    color: #000000;
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg_img {
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-overlay-base {
    position: relative;
}

.bg-overlay-base:before {
    content: "";
    position: absolute;
    background: var(--primary-color);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
}

.bg-overlay-base-2 {
    position: relative;
}

.bg-overlay-base-2:before {
    content: "";
    position: absolute;
    background: #2e556a;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
}

@-webkit-keyframes scroll-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes scroll-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@-webkit-keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
    }
}

@-webkit-keyframes wave {
    0% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);
    }

    100% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }
}

@keyframes wave {
    0% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);
    }

    100% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }
}

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

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

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

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

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
.custom-container {
    max-width: 1400px;
}

.top-notice .content .btn {
    border-radius: 5px;
    font-weight: 500;
}

.fs-10px {
    font-size: 10px;
}

.op-6 {
    opacity: 0.6;
}

/*-------------------------------------------------
  [ ## Header ]
*/
.header-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: transparent;
}

@media only screen and (max-width: 1400px) {
    .header-section .header-bottom-area .container {
        max-width: 100%;
    }
}

.header {
    background-color: transparent;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
    z-index: 999;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
}

.header.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    position: fixed;
    top: 0;
    left: 0;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.header-section.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #ffffff;
    margin-top: 0;
}

.header-section.header-fixed .header-top-area {
    display: none !important;
}

.header-section.header-fixed .header-bottom-area {
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.header-bottom-area {
    position: relative;
    background: transparent;
}

@media only screen and (max-width: 991px) {
    .header-bottom-area {
        padding: 10px 0;
        -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    }
}

.header-bottom-area .navbar-expand-lg {
    background-color: transparent;
    padding: 0 !important;
}

@media (max-width: 991px) {
    .header-bottom-area .navbar-collapse {
        background-color: #ffffff !important;
        padding: 0 !important;
    }

    .header-bottom-area .navbar-collapse .main-menu {
        padding: 0px 0;
    }

    .header-bottom-area .navbar-collapse .main-menu .navbar-nav {
        background-color: #ffffff;
    }

    .header-bottom-area .menu_has_children .sub-menu {
        display: none !important;
    }

    .header-bottom-area .menu_has_children .sub-menu li {
        width: 100%;
    }

    .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu,
    .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
    left: auto;
    right: 0;
}

.header-bottom-area .navbar-collapse .main-menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.header-bottom-area .navbar-collapse .main-menu li {
    position: relative;
    padding-right: 35px;
}

@media only screen and (max-width: 1199px) {
    .header-bottom-area .navbar-collapse .main-menu li {
        padding-right: 22px !important;
    }
}

.header-bottom-area .navbar-collapse .main-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.header-bottom-area .navbar-collapse .main-menu li:hover .sub-menu {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.header-bottom-area .navbar-collapse .main-menu li.menu_has_children {
    position: relative;
}

.header-bottom-area .navbar-collapse .main-menu li.menu_has_children i {
    font-size: 12px;
    margin-left: 5px;
}

@media (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu li.menu_has_children::before {
        top: 12px;
        right: 15px;
    }
}

.header-bottom-area .navbar-collapse .main-menu li a,
.dropdown_manu {
    position: relative;
    padding: 2px 0;
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
    text-transform: capitalize;
    display: inline-block;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 999;
}

.dropdown-toggle {
    font-weight: 800;
    white-space: nowrap;
}

.header-bottom-area .navbar-collapse .main-menu li a:hover,
.header-bottom-area .navbar-collapse .main-menu li a.active {
    color: var(--primary-color);
}

.header-bottom-area .navbar-collapse .main-menu li a:hover::before,
.header-bottom-area .navbar-collapse .main-menu li a.active::before {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}

.header-bottom-area .header-section.header-fixed .navbar-collapse .main-menu li a {
    padding: 30px 18px 30px 0;
}

@media (max-width: 991px) {

    .header-bottom-area .navbar-collapse .main-menu li a,
    .dropdown_manu {
        padding: 12px 15px !important;
    }
}

.header-bottom-area .navbar-collapse .main-menu li a i {
    position: relative;
    top: 2px;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
    position: absolute;
    top: 33px;
    left: 0px !important;
    border-top: 5px solid var(--primary-color);
    width: 245px;
    background-color: #ffffff;
    -webkit-box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
    box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
    border-radius: 3px;
    display: block;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 10;
}

@media only screen and (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu li .sub-menu {
        width: 180px;
    }
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li {
    margin-right: 0;
    padding-right: 0;
    padding-left: 10px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: relative;
    z-index: 2;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:last-child {
    border-bottom: 0px solid;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover a {
    color: #ffffff !important;
    background-color: #f10e81;
    padding: 2px 2px 2px 10px !important;
    border-radius: .3rem !important;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a:hover::before {
    content: "\f061";
    /* Right arrow icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-right: 5px;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
    width: 100%;
    font-size: 14px;
    padding: 1px 0px;
    display: block;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #ff1480 !important;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::before {
    display: none;
}

.header-bottom-area .header-section.header-fixed .navbar-collapse .main-menu li .sub-menu li a {
    padding: 8px 20px;
}

@media (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu li .sub-menu {
        position: absolute;
        top: 33px;
        left: 0px !important;
        border-top: 5px solid var(--primary-color);
        width: 236px;
        background-color: #ffffff;
        -webkit-box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
        box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
        border-radius: 3px;
        display: block;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        z-index: 9999;
    }
}

.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
    left: auto;
    right: 0;
}

.site-logo {
    margin: 0px 0 0 50px;
    max-width: 140px;
}

@media only screen and (max-width: 991px) {
    .site-logo {
        max-width: 100px;
    }
}

.header-action {
    margin: 10px;
}

.header-action a {
    margin: 10px;
}

.header-action .header-account-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1333333333);
    border-radius: 50%;
    font-size: 18px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.header-action .header-account-btn:hover {
    background-color: #f5f6f9;
    border: 1px solid #f5f6f9;
}

.language-select {
    background: transparent !important;
    color: #000000;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    width: 100px;
}

.language-select .nice-select {
    border-radius: 5px !important;
}

@media only screen and (max-width: 991px) {
    .language-select {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 991px) {
    .header-link {
        display: none;
    }
}

.header-link a {
    color: #000000;
}

.header-link a i {
    color: var(--primary-color);
    margin-right: 5px;
    font-size: 16px;
}

.header-link a+a {
    margin-left: 20px;
}

.header-social li {
    display: inline-block;
}

.header-social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background: transparent;
    background-color: rgba(0, 0, 0, 0.2);
    color: #000000;
    font-size: 14px;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.header-social li a:hover,
.header-social li a.active {
    background: var(--primary-color);
    color: #000000;
}

.header-social li a.facebook {
    background-color: #0d6efd;
}

.header-social li a.instagram {
    background-color: #dc3545;
}

.header-social li+li {
    margin-left: 5px;
}

.navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-toggler span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: var(--primary-color);
    color: #ffffff;
    font-size: 18px;
}

/*--------------------------------------------------------------
    [ ## Introduction ]
--------------------------------------------------------------*/
.banner {
    position: relative;
    padding-top: 75px;
    /* padding-bottom: 150px; */
    overflow: hidden;
}

@media only screen and (max-width: 435px) {
    .banner {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.banner .top {
    background-color: var(--primary-color);
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.banner .top h3 {
    color: #ffffff;
    text-align: center;
    font-size: 26px;
}

.banner .top p {
    color: #ffffff;
    text-align: center;
    font-size: 18px;
}

.banner .banner-element {
    position: absolute;
    left: 10%;
    top: 2%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-animation: rotate-center 200s linear infinite both;
    animation: rotate-center 200s linear infinite both;
}

.banner .banner-content .title {
    margin-bottom: 15px;
    position: relative;
    font-size: 55px;
    font-weight: 700;
    color: #393939;
}

@media only screen and (max-width: 768px) {
    .banner .banner-content .title {
        font-size: 35px;
    }
}

@media screen and (width: 1024px) {
    .banner .banner-content .title {
        font-size: 45px;
    }
}

.banner .banner-content .btn--base {
    position: relative;
}

.banner .banner-content p {
    font-size: 16px;
    color: #393939;
    line-height: 2em;
    padding-bottom: 30px;
    position: relative;
    width: 90%;
}

@media only screen and (max-width: 575px) {
    .banner .banner-content p {
        width: 100%;
        font-size: 14px;
    }
}

.banner .banner-form {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 40px -1px rgba(198, 195, 195, 0.57);
    box-shadow: 0px 0px 40px -1px rgba(198, 195, 195, 0.57);
}

@media only screen and (max-width: 375px) {
    .banner .banner-form {
        padding: 15px;
    }
}

.banner .banner-form h3 {
    font-weight: 500;
}

@media only screen and (max-width: 375px) {
    .banner .banner-form h3 {
        font-size: 22px;
    }
}

.banner .banner-thumb img {
    width: 90%;
    height: auto;
}

.banner-content {
    position: relative;
    /* padding-top: 100px; */
    padding-bottom: 50px;
    overflow: hidden;
}

@media only screen and (max-width: 435px) {
    .banner-content {
        padding-top: 30px;
        padding-bottom: 80px;
    }
}

.banner-content .title {
    margin-bottom: 15px;
    position: relative;
    font-size: 60px;
    font-weight: 700;
    color: #393939;
}

@media only screen and (max-width: 768px) {
    .banner-content .title {
        font-size: 35px;
    }
}

@media screen and (width: 1024px) {
    .banner-content .title {
        font-size: 45px;
    }
}

.banner-content p {
    font-size: 16px;
    color: #393939;
    line-height: 2em;
    padding-bottom: 30px;
    position: relative;
    width: 90%;
}

@media only screen and (max-width: 575px) {
    .banner-content p {
        width: 100%;
        font-size: 14px;
    }
}

/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.footer-section {
    /* background: rgba(35, 12, 89, 0.9803921569); */
    position: relative;
}

.footer-section .single-cta i {
    color: var(--primary-color);
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.footer-section .f-img img {
    width: 140px;
    margin-bottom: 15px;
}

.footer-section .cta-text {
    padding-left: 15px;
    display: inline-block;
}

.footer-section .cta-text h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.footer-section .cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-section .footer-content {
    position: relative;
    z-index: 2;
}

.footer-section .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-section .footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
}

.footer-section .footer-social-icon span {
    color: #ffffff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

.footer-section .footer-social-icon a {
    color: #ffffff;
    font-size: 16px;
    margin-right: 1px;
}

.footer-section .footer-social-icon i {
    height: 40px;
    width: 40px;
    background-color: var(--primary-color);
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.footer-section .facebook-bg {
    background: #3b5998;
}

.footer-section .twitter-bg {
    background: #55acee;
}

.footer-section .instagram-bg {
    background: #f70068;
}

.footer-section .linkedin-bg {
    background: #0077b5;
}

.footer-section .footer-widget-heading h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-section .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ffffff;
}

.footer-section .footer-widget ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 12px;
}

.footer-section .footer-widget ul li a:hover {
    color: var(--primary-color);
}

.footer-section .footer-widget ul li a {
    color: #ffffff;
    text-transform: capitalize;
    border-bottom: 1px solid;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.footer-section .subscribe-form {
    position: relative;
    overflow: hidden;
}

.footer-section .subscribe-form input {
    width: 88%;
    padding: 14px 28px;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
    border-radius: 999px 0 0px 999px;
}

.footer-section .subscribe-form input::-webkit-input-placeholder {
    color: rgba(57, 57, 57, 0.6);
}

.footer-section .subscribe-form input::-moz-placeholder {
    color: rgba(57, 57, 57, 0.6);
}

.footer-section .subscribe-form input:-ms-input-placeholder {
    color: rgba(57, 57, 57, 0.6);
}

.footer-section .subscribe-form input::-ms-input-placeholder {
    color: rgba(57, 57, 57, 0.6);
}

.footer-section .subscribe-form input::placeholder {
    color: rgba(57, 57, 57, 0.6);
}

.footer-section .subscribe-form button,
.footer-section .subscribe-form input[type=button],
.footer-section .subscribe-form input[type=reset],
.footer-section .subscribe-form input[type=submit] {
    position: absolute;
    right: 5px;
    background: var(--primary-color);
    padding: 13px 20px;
    top: 0;
    border-radius: 0 999px 999px 0;
}

.footer-section .subscribe-form button i,
.footer-section .subscribe-form input[type=button] i,
.footer-section .subscribe-form input[type=reset] i,
.footer-section .subscribe-form input[type=submit] i {
    color: #ffffff;
    font-size: 22px;
    position: relative;
    top: 2px;
}

.footer-section .copyright-area {
    background-color: white;
    color: darkblue;
    padding: 15px 0;
}

.footer-section .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #000000;
}

.footer-section .copyright-text p a {
    color: #000000;
    font-weight: 600;
}

.features {
    overflow: hidden;
}

.features .card {
    border: 1px solid #d7d0d0 !important;
    height: 418px !important;
    width: 100% !important;
    border-radius: 10px;
    color: var(--primary-color);
    /* border: none !important; */
    padding: 40px 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

@media only screen and (max-width: 568px) {
    .features .card {
        background-color: #f5f6f9;
    }
}

.features .card .thumb {
    margin-right: 13px;
}

.features .card img {
    margin-top: -26px !important;
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.features .card i {
    font-size: 55px;
    margin-bottom: 20px;
}

.features .card h3 {
    color: var(--primary-color);
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
}

.features .card p {
    color: gray;
    font-size: 13px;
    margin-top: 10px;
}

.features .card:hover {
    background-color: #f5f6f9;
    color: #ffffff;
}

.features .card:hover h3 {
    color: var(--primary-color);
}

.how-it-work {
    overflow: hidden;
}

.how-it-work .text-content h3 {
    text-align: start;
    font-size: 35px;
}

@media only screen and (max-width: 568px) {
    .how-it-work .text-content h3 {
        font-size: 25px !important;
    }
}

.how-it-work .text-content h4 {
    text-align: start;
}

.bottom-card-img .bottom-img img {
    width: 100%;
    height: 100%;
}


.agents {
    overflow: hidden;
}

.agents .text-content h3 {
    text-align: start;
    font-size: 35px;
}

@media only screen and (max-width: 568px) {
    .agents .text-content h3 {
        font-size: 27px !important;
    }
}

.agents .text-content h4 {
    text-align: start;
}

.countries {
    overflow: hidden;
    /* background-color: var(--primary-color); */
}

.countries .container-c {
    width: 98%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.countries .top-content h3 {
    color: #000000;
    font-size: 22px;
}

@media only screen and (max-width: 568px) {
    .countries .text-content h3 {
        font-size: 25px !important;
    }
}

.countries .text-content h3,
.countries .text-content h4 {
    color: #020202;
}

.countries .c-top h3 {
    color: #000000;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.countries .card .thumb img {
    width: 100px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
}

.client {
    overflow: hidden;
}

.client .client-slider .card {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 35px -1px rgba(219, 219, 219, 0.57);
    box-shadow: 0px 0px 35px -1px rgba(219, 219, 219, 0.57);
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 30px;
    border: none;
    border-radius: 10px;
}

.client .client-slider .client-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 999px;
}

.client .client-slider .client-content p {
    margin-top: 15px;
}


.client .content h3 {
    font-size: 40px;
    text-align: center;
    color: #151d2a;
    text-transform: capitalize;
}

@media only screen and (max-width: 768px) {
    .client .content h3 {
        font-size: 30px !important;
    }
}

.client .content h3 span {
    color: var(--primary-color);
}

.client .content p {
    margin: 20px 0;
    font-size: 18px;
}

.why-choose-us {
    overflow: hidden;
}

.why-choose-us .text-content h3 {
    text-align: start;
    font-size: 35px;
}

@media only screen and (max-width: 568px) {
    .why-choose-us .text-content h3 {
        font-size: 27px !important;
    }
}

.why-choose-us .text-content h4 {
    text-align: start;
}

.why-choose-us img {
    width: 90%;
}

.app {
    overflow: hidden;
    background-color: #f5f6f9;
}

.app .text-content h3 {
    text-align: start;
    font-size: 35px;
}

@media only screen and (max-width: 568px) {
    .app .text-content h3 {
        font-size: 27px !important;
    }
}

.app .text-content h4 {
    text-align: start;
}

.app i {
    color: #ffffff;
}

.app .btn--base {
    font-size: 13px;
    padding: 10px 20px;
}

.brand {
    overflow: hidden;
}

.brand img {
    width: 120px;
    height: auto;
}

.info-card {
    overflow: hidden;
}

.info-card .card {
    height: 172px;
    border-radius: 10px;
    padding: 30px;
    border: 2px solid var(--primary-color) !important;
}

.info-card .card .icon i {
    font-size: 40px;
    padding: 15px 15px;
    background-color: var(--primary-color);
    color: #ffffff;
    margin-right: 20px;
    border-radius: 8px;
}

.info-card .card .content h3 {
    color: #2e556a;
    font-size: 24;
}

.contact {
    overflow: hidden;
}

.contact .thumb-right img {
    width: 21rem;
}

.text-area {
    height: 120px;
}

.blog-details {
    overflow: hidden;
}

.blog-details .right-content img {
    width: 50rem;
    height: auto;
    border-radius: 20px;
}

.blog-details .right-content h3 {
    margin-top: 15px;
    font-size: 22px;
    color: #2e556a;
}

.blog-details .right-content .details {
    margin-top: 20px;
}

.blog-details .right-content .details p {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}

.blog-details .right-content .hr {
    border-bottom: 1px solid var(--primary-color);
    margin-top: 30px;
}

.blog-details .right-content .tag {
    margin-top: 20px;
}

.blog-details .right-content .tag a {
    font-size: 14px;
    background-color: #f5f6f9;
    border-radius: 4px;
    color: #000000;
    padding: 5px;
    margin-right: 10px;
    text-decoration: underline;
}

.blog-details .left-content h3 {
    margin-bottom: 10px;
    font-size: 22px;
}

.blog-details .left-content .hr {
    border-bottom: 5px solid var(--primary-color);
    width: 60px;
    margin-bottom: 30px;
}

.blog-details .left-content h4 {
    font-size: 17px;
    line-height: 25px;
}

.blog-details .blog-sidebar-img {
    width: 120px;
    height: 120px;
    height: auto;
}

.blog-details .blog-sidebar-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.blog-details .left-content .recent-content {
    width: calc(100% - 20%);
}

.privacy {
    -webkit-box-shadow: 0px 0px 40px -2px rgba(207, 203, 203, 0.57);
    box-shadow: 0px 0px 40px -2px rgba(207, 203, 203, 0.57);
    padding: 30px;
}

.privacy .content h3 {
    margin-bottom: 15px;
}

.privacy .content .head {
    margin-top: 30px;
}

.error {
    padding-bottom: 100px;
}

.error img {
    width: 500px;
    height: auto;
}

.login img {
    width: 95%;
    height: auto;
}

.login .content {
    -webkit-box-shadow: 0px 0px 40px -2px rgba(207, 203, 203, 0.57);
    box-shadow: 0px 0px 40px -2px rgba(207, 203, 203, 0.57);
    padding: 30px;
    border-radius: 10px;
}

@media only screen and (max-width: 375px) {
    .login .content {
        padding: 20px;
    }
}

.login .create-acc a {
    color: var(--primary-color);
}

.about-whyChoose {
    overflow: hidden;
}

.about-whyChoose .right-img img {
    width: 33rem;
    height: auto;
}

.about-whyChoose .left-content h3 {
    font-size: 40px;
    color: #393939;
    text-transform: capitalize;
    padding-bottom: 25px;
}

@media only screen and (max-width: 768px) {
    .about-whyChoose .left-content h3 {
        font-size: 30px !important;
    }
}

.about-whyChoose .left-content h3 span {
    color: var(--primary-color);
}

.about-whyChoose .left-content p {
    padding-bottom: 30px;
    font-size: 17px;
}

.about-whyChoose .left-content .content i {
    font-size: 18px;
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 5px;
    border-radius: 999px;
    margin-right: 13px;
}

.about-whyChoose .left-content .content h5 {
    font-size: 18px;
    color: #393939;
    font-weight: 600;
}

.country-select {
    width: 100% !important;
}

.country-select input {
    border-radius: 15px;
}

.from-cruncy {
    position: relative;
}


.from-cruncy .cruncy {
    position: absolute;
    top: 0px;
    right: 12px;
    padding: 6px 10px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 0px 15px 15px 0px;
}

.from-cruncy .cruncy img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 6px;
}

.exchange-charge {
    margin-top: 0px;
}

.banner-form .transaction-type {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
}

.card-body .banner-form .top {
    background-color: var(--primary-color);
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}

.card-body .banner-form .top p {
    font-size: 20px;
    color: #ffffff;
}

.card-body .banner-form .top .title {
    color: #ffffff;
}

.document-id .title {
    color: #000;
}



/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
.blog {
    overflow: hidden;
}

.blog .card-thumb {
    overflow: hidden;
}

.blog .card-thumb img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog .text-content h3 {
    font-size: 40px !important;
    padding-bottom: 15px;
    letter-spacing: 2px;
}

.blog .text-content h3 span {
    color: var(--primary-color);
}

@media only screen and (max-width: 571px) {
    .blog .text-content h3 {
        font-size: 30px !important;
    }
}

.blog .text-content p {
    font-size: 17px !important;
}

.blog .text-content .top-title-content {
    color: var(--primary-color);
    font-size: 18px !important;
    font-weight: 600;
    letter-spacing: 3px;
}

.blog .left-content p {
    margin: 0;
    color: var(--primary-color);
    font-weight: 700;
}

.blog .left-content .categories {
    margin-bottom: 45px;
}

.blog .left-content .categories .item {
    background-color: #f5f6f9;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.blog .card {
    overflow: hidden !important;
    border-radius: 10px !important;
    /*border: none !important;*/
    -webkit-box-shadow: 0px 0px 40px -2px rgba(207, 203, 203, 0.57);
    box-shadow: 0px 0px 40px -2px rgba(207, 203, 203, 0.57);
}

.blog .card .rating-color {
    color: #fbc634 !important;
}

.blog .card .title:hover {
    color: var(--primary-color) !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog .card img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog .card .icon {
    color: var(--primary-color);
}

.blog .card .author-content {
    margin-bottom: 20px;
}

.blog .card .author-content img {
    width: 30px;
    border-radius: 999px;
    margin-right: 10px;
}

.blog .card .link {
    color: var(--primary-color);
    margin-top: 20px;
    font-size: 15px;
    font-weight: 600;
}


.card-header-user-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-header-user-area .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align: bottom;
    object-fit: cover;
    border: 3px solid rgba(57, 57, 57, 0.2);
}

.card-header-user-area .card-header-user-content {
    padding-left: 15px;
}

.card-header-user-area .card-header-user-content .title {
    margin-bottom: 0;
    color: #ffffff;
}

.card-header-user-area .card-header-user-content .sub-title {
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
}

.play-store-thumb {
    width: 193px;
    height: 193px;
    margin: 0 auto;
}

.play-store-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.exchange-area {
    background-color: var(--primary-color);
    padding: 30px 80px;
    border-radius: 15px;
    display: inline-block;
    text-align: center;
}

.exchange-area span {
    font-size: 14px;
}

.exchange-area p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

@media only screen and (max-width: 575px) {
    .exchange-area {
        padding: 30px 15px;
    }
}

/* payment-conformation */
.payment-area {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
}

.payment-area .checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #ffffff;
    stroke-miterlimit: 10;
    -webkit-box-shadow: inset 0px 0px 0px #723eeb;
    box-shadow: inset 0px 0px 0px #723eeb;
    -webkit-animation: fill 0.8s ease-in-out 0.8s forwards, scale 0.6s ease-in-out 1.6s both;
    animation: fill 0.8s ease-in-out 0.8s forwards, scale 0.6s ease-in-out 1.6s both;
    margin: 0 auto;
}

.payment-area .checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #723eeb;
    fill: none;
    -webkit-animation: stroke 1.2s cubic-bezier(0.65, 0, 0.45, 1) forwards;
    animation: stroke 1.2s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.payment-area .checkmark__check {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) 1.6s forwards;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) 1.6s forwards;
}

/* coupon */
.exchange-charge .btn {
    padding: 6px 20px;
    font-size: 12px;
}

.remove-coupon-code {
    background-color: transparent;
    color: var(--primary-color);
}

.countries {
    overflow: hidden;
    /* background-color: #723EEB; */
}

.countries .title {
    color: #000000;
}

.countries .container-c {
    width: 98%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.countries .top-content h3 {
    color: #fff;
    font-size: 22px;
}

.countries .custom-currency {
    color: #000;
}

@media only screen and (max-width: 568px) {
    .countries .text-content h3 {
        font-size: 25px !important;
    }
}

.countries .text-content h3,
.countries .text-content h4 {
    color: #000000;
}

.countries .c-top h3 {
    color: #000000;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.countries .card {
    width: 100% !important;
    height: 127px !important;
    border-radius: 10px;
    color: #723EEB;
    padding: 12px 10px;
    transition: 0.5s;
    cursor: pointer;
}

.countries .card h3 {
    color: #723EEB;
    font-size: 12px;
    font-weight: 700;
}

.countries .card p {
    color: #000;
    font-size: 10px;
    margin-top: 10px;
    font-weight: 600;
}

.m_TopAndButton {
    margin-top: 150px;
    margin-bottom: 50px;
}

.m_TopAndButton_banner {
    margin-top: 90px;
    margin-bottom: 50px;
}

.form--control {
    border: 1px solid rgba(57, 57, 57, 0.2);
    font-size: 14px;
    height: 50px;
    color: #393939;
}

.form--control:focus {
    color: #393939;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid rgba(57, 57, 57, 0.2);
}

.form--control::-webkit-input-placeholder {
    color: rgba(57, 57, 57, 0.6);
}

.form--control::-moz-placeholder {
    color: rgba(57, 57, 57, 0.6);
}

.form--control:-ms-input-placeholder {
    color: rgba(57, 57, 57, 0.6);
}

.form--control::-ms-input-placeholder {
    color: rgba(57, 57, 57, 0.6);
}

.form--control::placeholder {
    color: rgba(57, 57, 57, 0.6);
}

.form--control {
    background-color: #ffffff;
    border: 1px solid rgba(57, 57, 57, 0.2);
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 45px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    border-radius: 15px;
    padding: 10px 25px;
    width: 100%;
}

.form--control:focus {
    background-color: #ffffff;
    border: 1px solid var(--primary-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #393939;
}

.form--control::-webkit-input-placeholder {
    color: rgba(57, 57, 57, 0.5);
}

.form--control::-moz-placeholder {
    color: rgba(57, 57, 57, 0.5);
}

.form--control:-ms-input-placeholder {
    color: rgba(57, 57, 57, 0.5);
}

.form--control::-ms-input-placeholder {
    color: rgba(57, 57, 57, 0.5);
}

.form--control::placeholder {
    color: rgba(57, 57, 57, 0.5);
}


.dashboard-list-item-wrapper .preview-list-wrapper {
    display: none;
    margin-top: 20px;
}

.dashboard-list-item-wrapper .preview-list-wrapper .preview-list-item {
    border-bottom: 1px solid rgb(201, 201, 201);
}

.dashboard-list-item-wrapper .preview-list-wrapper .preview-list-item .preview-list-user-wrapper .preview-list-user-icon {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

@media only screen and (max-width: 400px) {
    .dashboard-list-wrapper .dashboard-list-item {
        display: block;
    }
}

@media only screen and (max-width: 400px) {
    .dashboard-list-right {
        text-align: center;
        padding-top: 15px;
    }
}

.preview-list-wrapper {
    background-color: rgba(239, 239, 239, 0.6666666667);
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
}

.preview-list-wrapper .preview-list-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(57, 57, 57, 0.2);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
}

@media only screen and (max-width: 375px) {
    .preview-list-wrapper .preview-list-item {
        padding: 15px 5px;
    }
}

.preview-list-wrapper .preview-list-item .last {
    font-size: 20px;
    font-weight: 700;
}

@media only screen and (max-width: 575px) {
    .preview-list-wrapper .preview-list-item .last {
        font-size: 14px;
    }
}

.preview-list-user-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.preview-list-user-wrapper .preview-list-user-icon {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 50%;
    font-size: 18px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.preview-list-user-wrapper .preview-list-user-content {
    padding-left: 20px;
}

@media only screen and (max-width: 375px) {
    .preview-list-user-wrapper .preview-list-user-content {
        padding-left: 10px;
    }
}

.preview-list-right {
    text-align: right;
}

.note-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dashbord-user .icon {
    background-color: var(--primary-color);
    border-radius: 999px;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
    box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
    height: 55px;
    width: 55px;
}

.dashbord-item .dashboard-content .sub-title {
    margin-bottom: 5px;
}

.dashbord-item .dashboard-content .title {
    margin-bottom: 0;
    color: #000000;
}