body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #646975;
    overflow-x: hidden;
	padding:0px !important;
}

html {
    height: 100%;
    padding: 0px;
    scroll-behavior: smooth;
}

.header-section.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    border-color: transparent;
}

.fadeInDown {
    animation-name: fadeInDown;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    a:hover {
        text-decoration: none;
    }

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler {
    height: 45px;
    margin-right: -10px;
}

    .navbar-toggler span {
        display: block;
        background-color: white;
        height: 2px;
        width: 25px;
        margin-top: 6px;
        margin-bottom: 4px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        position: relative;
        opacity: 1;
    }

        .navbar-toggler span:nth-child(1),
        .navbar-toggler span:nth-child(3) {
            -webkit-transition: transform .35s ease-in-out;
            -moz-transition: transform .35s ease-in-out;
            -o-transition: transform .35s ease-in-out;
            transition: transform .35s ease-in-out;
        }

    .navbar-toggler:not(.collapsed) span:nth-child(1) {
        position: absolute;
        top: 32px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        opacity: 0.9;
    }

    .navbar-toggler:not(.collapsed) span:nth-child(2) {
        visibility: hidden;
        background-color: transparent;
    }

    .navbar-toggler:not(.collapsed) span:nth-child(3) {
        position: absolute;
        top: 32px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        opacity: 0.9;
    }

.hm-banner-content {
    z-index: 1;
    position: relative;
}

.logo img {
    height: 65px;
}

.logo {
    padding-top: 0;
    padding-bottom: 0;
}

.main-menu {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 0;
    padding-right: 0;
}

    .main-menu .navbar-nav .nav-link {
        color: #202020;
        font-size: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-weight: 600;
    }

.btn-register {
    background-color: #e42828;
    border-radius: 7px;
    padding: 8px 25px;
    color: #fff;
}

    .btn-register:hover {
        background-color: #1ca2da;
        color: #fff;
    }

.signin-btn {
    color: #202020;
    font-weight: 600;
    font-size: 15px;
    border: 1px solid;
    padding: 8px 25px;
    border-radius: 7px;
}

    .signin-btn:hover {
        color: #e42828;
    }

.rtl-btn {
    gap: 10px;
    margin-left: auto;
}

.main-menu .navbar-nav .nav-link:hover {
    color: #e42828;
}

.main-menu .navbar-nav .nav-link:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #e42828;
    transition: width .3s;
    display: none;
}

.main-menu .navbar-nav .nav-link.active:after {
    width: 100%;
}

.main-menu .navbar-nav .nav-link.active {
    color: #e42828;
}

.main-menu .navbar-nav .nav-link:hover::after {
    width: 100%;
}

a.countryselect {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 0px;
    color: #202020;
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
    position: absolute;
    right: 250px;
}

    a.countryselect span {
        margin: 0 11px;
        color: #202020;
        font-size: 12px;
        font-weight: 500;
        line-height: 1;
        cursor: pointer;
    }

    a.countryselect .flag {
        margin: 0 0 0 6px !important;
        width: 24px !important;
        height: 19px !important;
        top: 0px !important;
        border: 1px solid #ccc;
        border-radius: 2px !important;
    }

        a.countryselect .flag:before {
            width: 100% !important;
            height: 100% !important;
            top: 0px !important;
            border-radius: 2px !important;
        }

.hm_banner {
    background: #224295 url(../images/banner-bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}
/*.hm_banner:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/circle-bnr.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 1000px;
    height: 1000px;
    z-index: 1;
}*/
.hm-banner-content label {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 21px;
    line-height: 30px;
}

.hm-banner-content label a {
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    margin-left: 6px;
    display: inline-block;
}

.hm-banner-content h1 {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    line-height: 66px;
    margin-bottom: 30px;
}

.ribbon {
    width: 100%;
    max-width: 380px;
    background: url(../images/offer-bg.svg) no-repeat;
    line-height: 40px;
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin: 0px 0 20px 0;
    font-weight: 600;
}

.line-effect {
    background-color: #7dd8ff;
    height: 6px;
    z-index: -1;
    animation-name: line;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

.hm-banner-content p {
    font-size: 18px;
    color: #FFFFFF;
    opacity: 0.8;
    margin-bottom: 40px;
    line-height: 30px;
}

.hm-banner-content h1 span {
    position: relative;
    z-index: 2;
}

.hm-banner-content span:before {
    background-color: #7dd8ff;
    content: '';
    position: absolute;
    bottom: 4px;
    left: 2px;
    width: 100%;
    height: 7px;
    z-index: -1;
    animation-name: line;
    animation-duration: 4s;
    /* animation-iteration-count: infinite;*/
}

@keyframes line {
    0% {
        width: 0;
    }
    /*25%  {width:25%;}
  50%  {width:50%;}*/
    100% {
        width: 100%;
    }
}

.contact-btn {
    position: relative;
    color: #7DD8FF;
    opacity: 1;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin-right: 45px;
}

    .contact-btn:hover {
        color: #7DD8FF
    }

    .contact-btn:after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background: #24afea;
        transition: width .3s;
    }

    .contact-btn:hover::after {
        width: 0;
    }

.hwork-btn {
    position: relative;
    color: #fff;
    opacity: 1;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
}

    .hwork-btn:hover {
        color: #fff
    }

    .hwork-btn:after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background: #fff;
        transition: width .3s;
    }

    .hwork-btn:hover::after {
        width: 0;
    }

.banner-img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}

    .banner-img:before {
        content: '';
        position: absolute;
        top: 65px;
        right: 0;
        background-image: url(../images/map.png);
        background-size: cover;
        background-repeat: no-repeat;
        z-index: -1;
        width: 550px;
        height: 541px;
    }

.hm_banner .container {
    position: relative;
}

.features-col {
    padding-top: 85px;
    padding-bottom: 100px;
}

.title-1 h2 {
    color: #224295;
    opacity: 0.1;
    font-size: 115px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 99px;
}

.title-head h2 {
    font-size: 55px;
    line-height: 66px;
    font-weight: 700;
    color: #224295;
    margin-bottom: 30px;
}

    .title-head h2 span {
        color: #24AFEA;
    }

.title-head {
    padding-left: 80px;
}

    .title-head p {
        font-size: 18px;
        line-height: 30px;
        color: #646975;
        opacity: 1;
        max-width: 500px;
    }

.heading-1 {
    margin-bottom: 80px;
}

.features-box {
    background: #E7F6FD 0% 0% no-repeat padding-box;
    border-radius: 30px;
    opacity: 1;
    padding: 45px 35px 35px 35px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .features-box:hover {
        background: #224295;
    }

        .features-box:hover h3, .features-box:hover p {
            color: #fff;
        }

    .features-box h3 {
        color: #224295;
        opacity: 1;
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 25px;
    }

    .features-box p {
        font-size: 16px;
        line-height: 30px;
        color: #646975;
        margin-bottom: 0;
        opacity: 1;
    }

.row-height [class^="col-"] {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: flex;
}

.money-form {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 36px #75769345;
    -webkit-box-shadow: 0px 3px 36px #75769345;
    -o-box-shadow: 0px 3px 36px #75769345;
    border-radius: 34px;
    opacity: 1;
    padding: 47px 40px 40px 40px;
    position: relative;
    top: 100px;
}

/**money widget css**/
.hide {
    display: none !important;
}

.ui.popup {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    z-index: 1900;
    border: 1px solid #d4d4d5;
    line-height: 1.4285em;
    max-width: 250px;
    background: #fff;
    padding: .833em 1em;
    font-weight: 400;
    font-style: normal;
    color: rgba(0,0,0,.87);
    border-radius: .28571429rem;
    -webkit-box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
    box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
}

.amttab .wizard-row {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    align-items: center;
}

    .amttab .wizard-row .custom-drop.ui.selection.dropdown {
        border-radius: 11px !important;
    }

#status {
    width: 80px;
    height: 80px;
    border: 2px solid #f3f3f3;
    border-top: 3px solid #2B3990;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: spin 1s infinite ease;
}

@-webkit-keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.gifoverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1024;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    background: rgb(0 0 0 / 51%);
    border-radius: 0;
}

.wizard-row h5 {
    padding: 0;
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 2px 0;
    font-weight: 400;
    color: #646975;
    opacity: 1;
}

.wizard-row .form-control {
    border: 0;
    margin: 0;
    height: inherit;
    padding: 0;
    background-color: transparent;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    padding-right: 20px;
    font-size: 26px;
    line-height: 32px;
    color: #202020;
    opacity: 1;
}

.wizard-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px 10px 25px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #CFE2EA;
    border-radius: 15px;
    opacity: 1;
}

.calculation-breakdown a {
    font-size: 14px;
    margin-bottom: 0px;
    display: inline-block;
    position: relative;
    padding: 0;
    /*    color: #236ed4;*/
}

.snd-btn {
    width: 160px;
}

.ui.popup {
    font-size: 14px;
}

.calculation-values-wrap {
    list-style: none;
    padding: 30px 0 0px 25px;
    margin: 0 0 0 10px;
    position: relative;
}

    .calculation-values-wrap li span:first-child strong {
        color: #202020;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .calculation-values-wrap li span:last-child strong {
        color: #646975;
        font-weight: 400;
    }

    .calculation-values-wrap li span:first-child {
        color: #202020;
        font-weight: 600;
        margin-bottom: 0px;
    }

    .calculation-values-wrap li span:last-child {
        color: #646975;
        font-weight: 400;
    }

.normal-text strong {
    color: #646975;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.amttab .form-group {
    margin: 0;
}

.calculation-values-wrap li {
    margin-bottom: 15px;
    text-align: left;
    position: relative;
    display: inline-block;
    margin-right: 70px;
}

    .calculation-values-wrap li:nth-last-child(1) {
        margin: 0;
    }

    .calculation-values-wrap li span {
        /* min-width: 160px;*/
        font-size: 16px;
        line-height: 22px;
        display: block;
    }

.cal-divider {
    position: absolute;
    top: 0;
    right: -21px;
    width: 1px;
    height: 45px;
    background-color: #CFE2EA;
}

.calculation-values-wrap li:last-child .cal-divider {
    display: none;
}

.calculation-values-wrap li.toggle-calc:before {
    content: "\f107";
    width: 20px;
    height: 20px;
    border: 1px solid #007bff;
    color: #007bff;
    border-radius: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    background: #fff;
    left: -28.8px;
    /* padding: 0 .5px 0 0; */
}

.expanddiv.calculation-values-wrap li.toggle-calc:before {
    content: "\f106";
    line-height: 18px;
}
/*
.calculation-values-wrap.expanddiv li.minus-ico:before {
    content: "\f068";
    width: 20px;
    height: 20px;
    border: 1px solid #007bff;
    color: #007bff;
    border-radius: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    text-align: center;
    line-height: 18px;
    display: inline-block;
    background: #fff;
    left: -28.8px;
    padding: 0 .5px 0 0;
}*/
/*
.calculation-values-wrap.expanddiv li.cross-ico:before {
    content: "\f00d";
    width: 20px;
    height: 20px;
    border: 1px solid #007bff;
    color: #007bff;
    border-radius: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    text-align: center;
    line-height: 18px;
    display: inline-block;
    background: #fff;
    left: -28.8px;
    padding: 0 0 0 .5px;
}*/

.calculation-values-wrap:before {
    content: '';
    background: #edefff;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.calculation-values-wrap li:before {
    width: 20px;
    height: 20px;
    background: #fff;
    display: inline-block;
    content: '';
    position: absolute;
    left: -32px;
    border-radius: 50%;
    top: 28%;
    transform: translateY(-50%);
    border: 1px solid #CFE2EA;
    opacity: 1;
}

.calculation-values-wrap li.minus-ico:after {
    content: url(../images/Icon_open-minus.svg);
    position: absolute;
    left: -26px;
    top: -7px;
    font-size: 26px;
    line-height: 24px;
    color: #224295;
    text-align: center;
}

.calculation-values-wrap li.equal-val:after {
    content: url(../images/equal.svg);
    position: absolute;
    left: -26px;
    top: -4px;
    color: #224295;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.calculation-values-wrap li.cross-ico:after {
    content: url(../images/Icon-metro-cross.svg);
    position: absolute;
    left: -25px;
    top: 0px;
    font-size: 15px;
    font-weight: 600;
    color: #224295;
    line-height: 23px;
}

.form-control:focus {
    box-shadow: none;
}

.custom-drop.ui.selection.dropdown {
    height: 100%;
    align-items: center;
    display: flex;
    background: #fff;
    border-radius: 10px;
    border: 0;
    outline: none;
}

.custom-drop.ui.default.dropdown:not(.button) > .text,
.custom-drop.ui.dropdown:not(.button) > .default.text {
    color: #3d4f6f;
}

.custom-drop.ui.fluid.dropdown > .icon {
    color: #809DC2;
    font-size: 20px;
    padding: 0 20px;
}

.ui.fluid.dropdown > .dropdown.icon {
    float: right;
    height: 100%;
    line-height: normal;
    opacity: 1;
    right: 0;
    margin: 0;
    top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    /* Safari 7.0+ */
    align-items: center;
    outline: none;
}

.custom-drop.ui.search.selection.dropdown > input.search {
    line-height: normal;
    height: 100%;
    color: #fff;
    padding-right: 2.1em;
}

.custom-drop.ui.selection.dropdown {
    color: #3d4f6f;
}

.custom-drop.ui.active.search.dropdown input.search:focus + .text {
    color: #3d4f6f !important;
    opacity: 0;
}

.ui.active.search.dropdown input.search:focus + .text .flag,
.ui.active.search.dropdown input.search:focus + .text .icon {
    opacity: 0;
}

.custom-drop.ui.selection.visible.dropdown > .text:not(.default) {
    font-weight: 700;
    line-height: 30px;
    color: #224295 !important;
    opacity: 1;
}

.mb-row-screen .text-light {
    color: #d5d9da !important;
}

.primary-blue li {
    position: relative;
    padding-left: 30px;
    margin: 0 0 16px 0;
    line-height: 22px;
}

    .primary-blue li i {
        position: absolute;
        left: 0;
        top: 5px;
    }

.custom-drop.ui.search.dropdown > .text {
    cursor: auto;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #224295;
    opacity: 1;
}

.ui.dropdown > .text > .flag {
    position: relative;
    bottom: -3px;
    margin: 0 .5em 0 0;
}

.ui.search.dropdown > .text span {
    display: none;
}

.ui.popup > .header + .content {
    padding-top: 0.8em;
}

.hideli {
    display: none !important;
}

.expanddiv .hideli {
    display: flex !important;
}

.ui.dropdown .item span,
.ui.dropdown > .text span {
    margin: 0 0 0 5px;
    display: inline-block;
    width: inherit;
    color: #5d7079;
    line-height: normalpx;
    font-size: 14px;
    min-width: inherit;
}

.ui.default.dropdown:not(.button) > .text,
.ui.dropdown:not(.button) > .default.text {
    color: rgba(0, 0, 0, .87);
}

.ui.selection.active.dropdown .lg-menu {
    min-width: 260px !important;
    border-color: #4743c9;
}

    .ui.selection.active.dropdown .lg-menu .item {
        display: flex;
        align-items: center;
    }

.form-bg .ui.dropdown .menu {
    left: inherit;
    right: 0;
}

.calculation-values-wrap li span .ui.dropdown {
    min-width: 5em !important;
    margin: 0 10px 0 0;
    padding: 8px 34px 8px 10px;
    min-height: inherit;
}

    .calculation-values-wrap li span .ui.dropdown > .dropdown.icon {
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
        margin-bottom: 0;
        padding-right: 7px;
    }

.lock-ico {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

    .lock-ico:before {
        content: "\f13e";
        color: #bbb;
        font-family: "Font Awesome 5 Free";
        font-size: 18px;
        font-weight: 900;
    }

.lock:before {
    content: "\f023";
    color: #236ed4;
}

.indsendmoney {
    padding: 20px 30px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    border-radius: 18px;
    border: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    background: #24AFEA;
}

    .indsendmoney:hover {
        background: #1ca2da;
        color: #fff;
    }

.btn.indsendmoney:not(:disabled):not(.disabled).active, .btn.indsendmoney:not(:disabled):not(.disabled):active {
    background: #1ca2da;
    color: #fff;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

.custom-drop.ui.search.selection.dropdown > input.search {
    line-height: normal;
    height: 100%;
    color: #fff;
    padding-right: 2.1em;
    visibility: hidden;
}

.amttab .wizard-row .custom-drop.ui.selection.dropdown {
    background: #E7F6FD 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 19px 17px;
}

i.flag:not(.icon):before {
    width: 24px;
    height: 24px;
    border-radius: 24px;
}

.send-form {
    position: relative;
}

.exchange-icon {
    position: absolute;
    right: -18px;
    top: 26px;
    z-index: 1;
}

    .exchange-icon:before {
        content: '';
        width: 44px;
        height: 44px;
        background-color: #fff;
        position: absolute;
        top: -4px;
        left: -39px;
        z-index: -1;
    }

    .exchange-icon i {
        position: absolute;
        right: 0;
        top: 0px;
        width: 36px;
        height: 36px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #CFE2EA;
        opacity: 1;
        border-radius: 50%;
        text-align: center;
        line-height: 33px;
        color: #224295;
        font-weight: 800;
    }

/*End*/


.how-works {
    background-image: url(../images/work-bg.svg);
    background-size: cover;
    background-position: center;
    padding: 80px 0px 45px 0px;
}

.section-header h1 {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    line-height: 66px;
    margin-bottom: 25px;
}

    .section-header h1 span {
        color: #24AFEA;
    }

.section-header p {
    color: #FFFFFF;
    opacity: 0.8;
    font-size: 18px;
    line-height: 30px;
}

.section-header {
    margin-bottom: 60px;
}

.work-col {
    position: relative;
}

.device-work {
    position: absolute;
    right: 0;
    bottom: -155px;
}

.defind-col {
    background-color: #F2FBFF;
    padding: 130px 0px 0px 0px;
}

    .defind-col .section-header h1 {
        color: #224295;
    }

    .defind-col .section-header p {
        color: #646975;
    }

.defind-content-col {
    position: relative;
    background-image: url(../images/defind-girl.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto;
    min-height: 663px;
}

.defind-des h3 {
    color: #224295;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 15px;
}

.defind-des.right-text {
    text-align: right;
}

.defind-des p {
    color: #646975;
    font-size: 16px;
    line-height: 29px;
}

.top-defind {
    margin-top: 138px;
}

    .top-defind .defind-des:first-child {
        margin-bottom: 45px;
    }

.defind-des {
    position: relative;
}

.dot-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #24AFEA5E;
    border-radius: 50%;
    position: relative;
}

    .dot-icon:before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #24AFEA;
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 50%;
        text-align: center;
        line-height: 10px;
        transform: translate(-50%, -50%);
    }

.one-dot {
    position: absolute;
    top: 3px;
    right: -49px;
}

.two-dot {
    position: absolute;
    top: 3px;
    right: -49px;
}

.three-dot {
    position: absolute;
    left: -49px;
    top: 3px;
}

.four-dot {
    position: absolute;
    left: -49px;
    top: 3px;
}

.mobile-defind-img {
    display: none;
}

.mobile-work {
    display: none;
}

.mob-how-work ul {
    border-left: 2px dashed rgba(256,256,256,0.7);
    list-style-type: none;
    margin: 0 0 0 15px;
    padding: 0;
}

    .mob-how-work ul li {
        display: block;
        margin-bottom: 45px;
        padding-left: 40px;
        position: relative;
    }

        .mob-how-work ul li span {
            background-color: #224295;
            width: 32px;
            height: 32px;
            position: absolute;
            left: -14px;
            top: 0;
            border-radius: 50%;
            text-align: center;
            line-height: 32px;
            color: #fff;
            font-weight: 700;
            border: 1px solid rgba(256,256,256,0.7);
        }

        .mob-how-work ul li p {
            color: #fff;
            font-weight: 700;
            font-size: 16px;
            margin-top: 0;
        }

        .mob-how-work ul li img {
            max-width: 50px;
            height: 50px;
        }

.step-content {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}

.mob-how-work {
    margin-top: 40px;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    position: absolute;
    left: 0;
    width: 33px;
    height: 33px;
    border: 1px solid #BBE9FF;
    border-radius: 50%;
    text-align: center;
    line-height: 33px;
    color: #224295;
    top: 10px;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

.section-space {
    padding: 80px 0px;
}

.section-header.dark-title h1 {
    color: #224295;
}

    .section-header.dark-title h1 span {
        color: #24AFEA;
    }

.section-header.dark-title p {
    color: #646975;
}

.faq .card {
    border: 0;
}

.faq .card-header {
    background-color: transparent;
    border-bottom: 0;
    padding-left: 48px;
    position: relative;
    margin-bottom: 15px;
}

    .faq .card-header a.card-title {
        display: inline-block;
        cursor: pointer;
        width: 100%;
        color: #224295;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0;
    }

.faq .card-body {
    padding-left: 50px;
    padding-top: 10px;
}

    .faq .card-body ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .faq .card-body ul li {
            display: flex;
            margin-bottom: 10px;
            padding-left: 20px;
            position: relative;
        }

            .faq .card-body ul li:before {
                content: '\f111';
                font-family: 'FontAwesome';
                font-size: 8px;
                color: #646975;
                left: -6px;
                position: relative;
                top: 7px;
            }

    .faq .card-body p {
        color: #646975;
        font-size: 16px;
        line-height: 26px;
    }

.contact-col {
    background-image: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto;
    padding-top: 40px;
}

.contact-form {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 36px #75769324;
    border-radius: 42px;
    opacity: 1;
    padding: 45px 40px;
    position: relative;
    margin-bottom: 70px;
}

.contact-title h2 {
    color: #224295;
    font-size: 36px;
    line-height: 49px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-title p {
    font-size: 16px;
    line-height: 30px;
    color: #646975;
}

.contact-title {
    margin-bottom: 40px;
}

.contact-form .form-control {
    border: 2px solid #CFE2EA;
    border-radius: 10px;
    height: 55px;
    padding-left: 22px;
    padding-right: 22px;
    font-weight: 600;
    color: #202020;
}

.contact-form textarea.form-control {
    height: 96px;
}

.contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
    color: #98AEC6;
}

.contact-form input::placeholder, .contact-form textarea::placeholder {
    color: #98AEC6;
}

.send-btn {
    background: #24AFEA 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000080;
    border-radius: 18px;
    width: 86%;
    font-weight: 700;
    padding: 16px 15px;
    position: absolute;
    bottom: -26px;
    left: 35px;
    color: #fff;
}

.contact-img {
    text-align: right;
}

.footer-col {
    background-color: #171717;
    padding: 40px 0;
    position:relative;
}

.send-btn:hover {
    background-color: #1ca2da;
    color: #fff;
}

.footer-top h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 10px;
}

.footer-top {
    border-bottom: 1px solid #FFFFFF1C;
    padding-bottom: 40px;
}

.download-btn a {
    margin-left: 10px;
}

    .download-btn a:first-child {
        margin-left: 0;
    }

.footer-bottom {
    padding-top: 50px;
}

.contact-adds a:hover {
    color: #24afea;
}

.f-social {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 35px;
}

    .f-social a {
        color: #fff;
        font-size: 15px;
        line-height: 27px;
    }

        .f-social a:hover {
            color: #24afea;
        }


.scansec {
    display: flex;
    align-items: center;
    padding-left: 25px;
    margin-left: 20px;
    position: relative;
}

    .scansec:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0px;
        width: 2px;
        background: #FEFDFE;
        height: 57px;
        transform: translateY(-50%);
    }

    .scansec:after {
        content: 'Or';
        position: absolute;
        top: 50%;
        left: -12px;
        font-size: 18px;
        transform: translateY(-50%);
        color: #FEFDFE;
        background: #224295;
        line-height: 1;
        border-radius: 24px;
        padding: 2px;
    }

    .scansec img {
        width: 94px;
        border-radius: 6px;
        margin-right: 13px;
    }

footer h5 {
    color: #fff;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.footer-top p {
    font-size: 16px;
    color: rgb(255 255 255 / 90%);
    opacity: 1;
}

.contact-adds a {
    line-height: 1.5;
    color: rgb(255 255 255 / 90%);
    font-size: 16px;
    font-weight: normal;
}

.contact-adds div {
    display: inline-flex;
    flex-direction: column;
    margin: 0 0 10px 0;
}

.Address {
    margin: 15px 0 0 0 !important;
    color: rgb(255 255 255 / 90%);
    opacity: 1;
    font-size: 15px;
    line-height: 25px;
}

.copy-text {
    text-align: center;
    color: rgb(255 255 255 / 90%);
}

.f-copyright {
    padding-top: 40px;
    border-top: 1px solid #FFFFFF1C;
    margin-top: 40px;
}

.copy-text p {
    font-size: 14px;
}

ul.footer_links {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    ul.footer_links li a {
        color: rgb(255 255 255 / 90%);
        font-size: 14px;
    }

        ul.footer_links li a:hover {
            color: #24afea;
        }

.footer-bottom .col-md-3:nth-child(2) {
    padding-left: 70px;
}

.footer-widget__social {
    display: flex;
    gap: 15px;
}

    .footer-widget__social a {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background-color: #24afea;
        font-size: 16px;
        color: #fff;
        position: relative;
        overflow: hidden;
        border-radius: 50%;
    }

        .footer-widget__social a:hover {
            background-color: #24afea;
            color: #fff;
        }

.footapp_col {
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content:end;
}

    .footapp_col .scansec:after {
        left: -9px;
        font-size: 16px;
    }

    .footapp_col .scansec img {
        width: 70px;
    }

    .footapp_col .scansec p {
        font-size: 15px;
    }

    .footapp_col .scansec:after {
        background: #171717;
    }



section.page-header {
    padding-bottom: 130px !important;
    background-color: #0085db;
}

    section.page-header h1 {
        font-size: 35px;
        font-weight: 700;
    }

section.contentsec {
    margin-top: -130px;
}

section.contentsec .container {
	background: #f7fafb;
	padding: 50px;
	border-radius: 20px;
	max-width: 1140px;
	color: #646975;
}

section.contentsec h2 {
	font-size: 24px;
	font-weight: 600;
}

section.contentsec p, section.contentsec ul {
	font-size: 16px;
}

section.contentsec .h4, section.contentsec h4 {
	font-size: 22px;
}

section.contentsec th, section.contentsec td {
	padding: 10px;
	border: 1px solid #eee;
	font-size: 14px;
}

.land-banner-img {
    text-align: right;
    position: relative;
    z-index: 1;
    padding-left: 50px;
    display: flex;
}

.money-form {
	border-radius: 0 10px 10px 0;
    top: 0;
    max-width: 420px;
    display: flex;
    text-align: left;
    width: 100%;
    padding: 30px 30px 30px 30px;
    flex-direction: column;
    justify-content: center;
}

.money-form h3 {
	font-size: 21px;
	font-weight: 700;
	color: #000;
	margin: 0 0 20px 0;
	display: none;
}

.wizard-row .form-control {
	font-weight: 600;
}

.amttab .wizard-row .custom-drop.ui.selection.dropdown {
	background: #f4f9ff 0% 0% no-repeat padding-box;
	opacity: 1;
	padding: 19px 17px;
	border-radius: 10px !important;
}

.calculation-values-wrap li span:first-child {
	font-weight: 600;
	margin-bottom: 3px;
	font-size: 16px;
}

.calculation-values-wrap li span {
	font-size: 15px;
	font-weight: 500;
	color: #646975;
}

.normal-text strong {
	font-weight: 500;
	font-size: 15px;
}

.wizard-row {
	padding: 0 0 0 15px;
	background: #f4f9ff 0% 0% no-repeat padding-box;
	border: 1px solid #CFE2EA;
	border-radius: 7px;
}

strong.fees_t {
	color: #24AFEA !important;
	font-size: 15px !important;
}

span.guaranteedrate {
	color: #22a902 !important;
	font-weight: 600 !important;
}

span#convertrate {
	font-size: 17px;
	margin: 0px 3px 3px 3px;
	color: #202020;
}

.indsendmoney {
	padding: 16px 30px;
	border-radius: 10px;
	background: #24AFEA;
}

.land-banner-img {
	text-align: right;
	position: relative;
	z-index: 1;
	padding-left: 50px;
	display: flex;
}

.land-banner-img img{
	width: 100%;
    max-width: 300px;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}

.main_bank {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 30px 0 0 0;
}

	.main_bank img {
		width: 100%;
		max-width: 125px;
	}

.custom-drop.ui.search.dropdown > .text {
	color: #000000;
}

.cal-divider {
    display: none;
}

.calculation-values-wrap {
	padding: 20px 0 20px 25px;
	position: relative;
	border-left: 1px solid #CFE2EA;
}

.calculation-values-wrap li {
	display: flex;
	margin: 0 0 10px 0;
}

.calculation-values-wrap li span.normal-text {
	margin-left: auto;
}

.calculation-values-wrap li:before {
	top: 3px;
	z-index: 1;
	left: -35px;
	transform: none;
}

.calculation-values-wrap li.cross-ico:after {
	top: 0px;
	z-index: 1;
	left: -28px;
}

.calculation-values-wrap li.minus-ico:after {
	top: -7px;
	z-index: 1;
	left: -29px;
}

.calculation-values-wrap li.equal-val:after {
	z-index: 1;
	top: -4px;
	left: -29px;
}

@media screen and (max-width:767px) {
    section.page-header h1 {
        font-size: 28px;
    }

    section.contentsec {
        margin: -140px 10px 0 10px;
    }

        section.contentsec .container {
            padding: 25px;
            border-radius: 10px;
        }
}

@media (min-width: 1480px) {
    .banner-img:before {
        right: -50px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1290px;
    }
}

@media (max-width: 1199px) {


    .f-copyright a {
        margin-right: 18px;
    }

    .f-social {
        gap: 20px;
    }

    .contact-title h2 {
        font-size: 28px;
        line-height: 39px;
    }

    .contact-title p {
        font-size: 15px;
        line-height: 24px;
    }

    .hm-banner-content h1 {
        font-size: 43px;
        line-height: 46px;
    }

    .hm-banner-content p {
        font-size: 16px;
    }

    .title-1 h2 {
        font-size: 83px;
        line-height: 79px;
    }
    /*.title-head h2 {
    font-size: 46px;
    line-height: 55px;
}*/
    .features-row {
        gap: 30px 0;
    }
    /*.features-row .col-md-6 {
        margin-bottom: 30px;
    }*/
    .features-box {
        height:100%;
    }

    .work-step-img img {
        width: 100%;
    }

    .device-work img {
        width: 71%;
    }

    .defind-content-col {
        min-height: inherit;
        background-size: contain;
        background-position: bottom;
        background-image: url(../images/defind-girl-mob.png);
    }

    .top-defind {
        margin-top: 75px;
    }
    /*.defind-des h3 {
    margin-bottom: 5px;
    font-size: 18px;
}*/
    .defind-des {
        padding-bottom:30px;
    }
    .defind-des p {
        height: auto;
        overflow-y: inherit;
    }

    .top-defind .defind-des:first-child {
        margin-bottom: 25px;
    }

    .one-dot, .two-dot {
        right: -42px;
    }

    .three-dot, .four-dot {
        left: -42px;
    }
    body, html {
        height: 100%;
        overflow-x: hidden;
    }
    .aos-init {
        opacity: 1 !important;
        transform: none !important;
    }
}



@media (max-width: 991px) {
    a.countryselect {
        right: inherit;
        left: 50%;
        transform: translateX(-46%);
    }

    .main-menu {
        position: initial;
        width: auto;
    }

    .contact-form {
        border-radius: 15px;
        padding: 30px 20px;
    }

    .send-btn {
        border-radius: 10px;
        left: 18px;
        padding: 13px 15px
    }

    .contact-img img {
        width: 100%;
    }

    .contact-img {
        position: relative;
        bottom: -32px;
    }

    .faq .card-header a.card-title {
        font-size: 18px;
        line-height: 24px;
    }

    .accordion .card-header:after {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 13px;
        top: 12px;
    }

    .device-work {
        right: -67px;
    }

        .device-work img {
            width: 56%;
        }

    .section-header h1 {
        font-size: 46px;
        line-height: 55px;
    }

    .defind-content-col {
        background-image: url(../images/defind-girl-mob.png);
        min-height: auto;
        background-size: 45% 100%;
    }

    .one-dot, .two-dot {
        right: -39px;
    }

    .three-dot, .four-dot {
        left: -34px;
    }
    /*.defind-des h3 {
    font-size: 18px;
}
.defind-des p {
    font-size: 14px;
}*/


    .hm-banner-content h1 {
        font-size: 32px;
        line-height: 36px;
    }

    .hm-banner-content span:before {
        bottom: 0;
        display: none;
    }

    .hm-banner-content p {
        font-size: 16px;
        margin-bottom: 25px;
        line-height: 26px;
    }

    .wizard-row h5 {
        font-size: 13px;
        line-height: 22px;
    }

    .wizard-row .form-control {
        padding-right: 0;
        font-size: 20px;
    }

    .title-1 {
        text-align: center;
        margin-bottom: 30px;
    }

    .title-head {
        padding-left: 0;
        text-align: center;
    }

        .title-head p {
            margin: auto;
        }
    /*.title-1 h2 {
    font-size: 100px;
    line-height: 99px;
}*/
    .main-menu .navbar-collapse {
        position: absolute;
        top: 68px;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 1024;
    }

    .main-menu .navbar-nav .nav-link {
        border-bottom: 1px solid #ececec;
    }

    .rtl-btn {
        padding-left: 0px;
    }

    .btn-register {
        padding: 8px 25px;
    }

    .rtl-btn {
        gap: 0px;
      
        align-items: flex-start;
    }

    .signin-btn {
        padding: 5px 21px !important;
        margin-left: 15px;
    }

    .rtl-btn a {
        padding-left: 15px;
        padding-bottom: 12px;
    }

    .btn-register {
        padding: 5px 21px !important;
        margin-left: 15px;
    }

    .main-menu .navbar-nav .nav-link:after {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .main-menu .navbar-nav .nav-link {
        position: relative;
    }
}


@media (max-width: 767px) {
    .logo img {
        height: 60px;
    }

    .defind-des h3 {
        line-height: 28px;
        margin-bottom:10px;
    }
    .defind-des {
        padding-bottom: 0px;
    }

    .mob-how-work ul li:first-child img {
        height: 58px;
    }

    .mob-how-work ul li:nth-child(2n) img {
        height: 57px;
    }

    .footer-top h3 {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 25px;
    }

    .footer-bottom {
        padding-top: 10px;
    }

    .Address {
        margin-top: 25px;
    }

    .f-social {
        margin-top: 30px;
    }

        .f-social a {
            font-size: 14px;
            line-height: 26px;
        }

    .f-copyright a {
        margin-right: 8px;
        font-size: 14px;
    }

    .f-copyright p {
        line-height: 24px;
    }

    .contact-title h2 {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 8px;
    }

    .contact-title p {
        font-size: 16px;
        line-height: 26px;
    }

    .heading-1 {
        margin-bottom: 30px;
    }

    .how-works .section-header {
        margin-bottom: 15px;
        text-align: center;
    }

    .defind-des p {
        height: auto;
        overflow: inherit;
        line-height: 26px;
    }

    .defind-col {
        padding: 50px 0px;
    }

    .how-works {
        padding: 50px 0px;
    }

    .how-works .mob-how-work ul li:last-child {
        margin-bottom:0px;
    }

    .section-space {
        padding: 50px 0px;
    }

    .contact-img {
        bottom: 0;
        display: none;
    }

    .download-btn {
        margin-top: 30px;
    }

    .features-row .col-md-6:last-child {
        margin-bottom: 0;
    }

    .hm_banner {
        background-color: #224295;
    }

    .exchange-icon {
        right: 50%;
        top: 93%;
        z-index: 1;
        bottom: 0;
        transform: translate(-50%, -50%);
    }

    .send-form {
        margin-bottom: 20px;
    }

    .calculation-values-wrap li {
        margin-bottom: 15px;
        text-align: left;
        position: relative;
        margin-right: 0px;
        width: 100%;
        margin-bottom: 25px;
        text-align: left;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }

        .calculation-values-wrap li:before {
            top: 45%;
        }

        /*.calculation-values-wrap li.minus-ico:after {
    top: -9px;
}
*/
        .calculation-values-wrap li.cross-ico:after {
            left: -26px;
            top: -2px;
        }

    .indsendmoney {
        padding: 16px 30px;
        margin-top: 25px;
    }

    .cal-divider {
        display: none;
    }

    .title-1 h2 {
        font-size: 84px;
        line-height: 78px;
    }

    .title-head h2 {
        font-size: 46px;
        line-height: 55px;
    }

    .hm-banner-content h1 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .money-form {
        top: 170px;
    }

    .defind-content-col {
        background-image: none;
        min-height: auto;
        background-size: inherit;
    }

    .defind-des.right-text {
        text-align: left;
    }
    /*.defind-des h3 {
    font-size: 18px;
}*/
    .top-defind {
        margin-top: 25px;
    }

    .three-dot, .four-dot {
        left: 0;
    }

    .one-dot, .two-dot {
        right: 0;
        left: 0;
    }

    .defind-des {
        padding-left: 35px;
    }

    .mobile-defind-img {
        display: block;
        text-align: center;
    }

        .mobile-defind-img img {
            width: 65%;
            margin-bottom: 30px;
        }

    .row.work-col {
        display: none;
    }

    .mobile-work {
        display: block;
    }

    .dot-icon {
        width: 17px;
        height: 17px;
    }

        .dot-icon:before {
            width: 8px;
            height: 8px;
        }

    .section-header {
        margin-bottom: 30px;
    }

    .btn-register {
        padding: 5px 21px;
    }

    .contact-form {
        margin-bottom: 0;
    }

    .contact-col {
        background-position: top;
        background-size: cover;
        padding-top: 75px;
        padding-bottom: 75px;
    }
}


@media (max-width: 767px) {

    .title-1 h2 {
        display:none;
    }
    .banner-img {
        display: none;
    }

    .hm_banner {
        padding-top: 70px;
        min-height: inherit;
    }

    .money-form {
        top: 95px;
        margin: 0 auto;
    }

    .hm-banner-content {
        text-align: center;
    }

        .hm-banner-content label {
            font-size: 16px;
            line-height: 18px;
        }

    .money-form {
        border-radius: 15px;
        padding: 15px;
    }

    .exchange-icon {
        top: 99%;
    }

    .send-form {
        margin-bottom: 27px;
    }

    .wizard-row h5 {
        line-height: 16px;
    }

    .snd-btn {
        width: auto;
    }

    .wizard-row .col-auto.snd-btn {
        width: 150px;
    }

    .amttab .wizard-row .custom-drop.ui.selection.dropdown {
        padding: 10px 5px;
    }

    .calculation-values-wrap li span {
        min-width: 120px;
        font-size: 15px;
    }

    .calculation-values-wrap li {
        margin-bottom: 10px;
    }

        .calculation-values-wrap li:before {
            top: 53%;
        }
        /*.calculation-values-wrap li.equal-val:after {
    top: 7px;
    left: -29px;
}*/
        .calculation-values-wrap li.cross-ico:after {
            top: -1px;
        }


    .title-1 h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .features-box,
    .safeaus .features-box {
        padding: 25px !important;
    }
    .features-box h3 {
        margin-bottom: 15px;
        font-size:22px;
    }
    .safeaus .features-box img {
        margin-bottom: 15px;
        width: 44px;
    }

    .features-col {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .defind-col .section-header h1 br {
        display: none;
    }
}

@media (max-width: 360px) {
    .calculation-values-wrap li.equal-val:after {
        top: 6px;
    }
}

@media screen and (min-width:1200px) and (max-width:1300.9px) {
    .footapp_col .download-btn img {
        width: 100%;
        max-width: 140px;
    }
}

@media screen and (min-width:1025px) and (max-width:1199.9px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
    }

    .logo img {
        height: 45px;
    }

    .main-menu .navbar-nav .nav-link {
        font-size: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .signin-btn {
        font-size: 15px;
    }

    .land-banner h1 {
        font-size: 65px;
    }

    .btn-register {
        padding: 8px 22px;
    }
	.land-banner-img img{
		display:none;
	}
	.money-form{
		border-radius:10px;
        margin:auto;
	}

    .download-btn img {
        max-width: 120px;
        width: 100%;
    }
    .download-btn a {
        margin-left: 0px;
    }
    .footapp_col {
        justify-content: flex-end;
    }

        .footapp_col .scansec img {
            width: 55px;
        }

        .footapp_col .scansec p {
            font-size: 13px;
        }
}

@media screen and (min-width:768px) and (max-width:1024.9px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
	.land-banner-img img{
		display:none;
	}
    .money-form {
        border-radius: 10px;
        margin: auto;
    }
    .features-col .col-lg-5,
    .features-col .col-lg-7 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .features-col .title-head p {
        margin: auto;
    }
    .title-head {
        padding-left: 0;
    }
    .defind-content-col {
        background-image: url(../images/defind-girl-mob.png);
        background-size: 45%;
        background-position: bottom;
    }
}

@media screen and (min-width:992px) and (max-width:1024.9px) {
    .rtl-btn {
        gap: 15px;
    }

    .main-menu .navbar-nav .nav-link {
        font-size: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .btn-register {
        padding: 9px 24px;
    }

    .signin-btn {
        font-size: 15px;
    }

    a.countryselect {
        right: 240px;
    }
}

@media screen and (max-width:767.9px) {
    a.navbar-brand.logo {
        width: 47px;
        overflow: hidden;
        height: 50px;
    }

    .logo img {
        height: auto;
        width: auto;
        margin: -13px 0 0 -10px;
    }
    .custom-drop.ui.search.dropdown > .text {
        font-size: 18px;
    }
    .footer-top {
        padding-bottom: 10px;
    }

    .footer-col {
        text-align: center;
        padding: 30px 0;
    }

    .footapp_col {
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .footer-top h3 {
        margin: 0 0 10px 0;
    }

    .footapp_col .scansec:after {
        left: 50%;
    }

    .footapp_col .scansec p br {
        display: none;
    }

    .download-btn {
        justify-content: center;
    }

    .download-btn {
        margin-top: 0px;
        width: 100%;
        display: flex;
    }

        .download-btn img {
            max-width: 173px;
            width: 100%;
        }

    .download_app .d-flex {
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .scansec {
        justify-content: center;
        flex-wrap:wrap;
    }

    .footer-bottom {
        padding-top: 30px;
    }

        .footer-bottom .col-md-3 {
            margin-bottom: 30px;
        }

            .footer-bottom .col-md-3:last-child {
                margin-bottom: 0px;
            }

    .contact-adds div {
        display: flex;
    }

    .footer-bottom .col-md-3:nth-child(2) {
        padding-left: 15px;
    }

    .footer-widget__social {
        justify-content: center;
    }

    .f-copyright {
        padding-top: 20px;
        margin-top: 30px;
    }

    .scansec {
        padding: 30px 0 0 0;
        margin: 30px 0;
        width: 100%;
    }

        .scansec:before {
            top: 0;
            left: 0px;
            width: 100%;
            height: 2px;
        }

        .scansec:after {
            top: 0;
            left: 50%;
            transform: translate(-50%, -10px);
        }

        .scansec p {
            margin: 0px;
            text-align: left;
        }

        .scansec img {
            width: 64px;
        }


    .ribbon {
        background-size: 100% 100%;
        font-size: 15px;
        margin: 0px auto 10px auto;
    }
    .mob-how-work {
        width: 100%;
        max-width: 300px;
        margin: 40px auto auto auto;
    }
    .faq .card-header {
        margin-bottom:0px;
    }
    .contact-title {
        margin-bottom: 20px;
    }
}

.safeaus{
	padding:100px 0 80px 0;
}

.safeaus .features-box{
	padding:35px;
	height:100%;
}

.safeaus .features-box img {
    margin-bottom: 20px;
}

.safeaus .features-box:hover img {
    filter: brightness(100);
}

span#convertrate {
    font-size: 17px;
    margin: 0px 3px 3px 3px;
    font-weight: 600;
    color: #202020;
}
span.guaranteedrate {
    color: #22a902 !important;
    font-weight: 600 !important;
}

button.modal_btn {
    padding: 16px 30px;
    background: #fff;
    border: none;
    font-weight: 700;
    font-size: 16px;
    border-radius: 10px;
	transition: 0.3s;
}

button.modal_btn:hover {
    background: #1ca2da;
    color: #fff;
	transition: 0.3s;
}

@media screen and (min-width:768px) and (max-width:1024.9px) {
    body, html {
        overflow-x: hidden;
    }

    .aos-init {
        opacity: 1 !important;
        transform: none !important;
    }

    .footer-col {
        padding: 40px 0 20px 0;
    }

    .footapp_col {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .footapp_col .scansec {
        padding-left: 0px;
        margin: 15px 0 0 0;
        min-width: 255px;
    }

    .footapp_col .download-btn img {
        max-width: 120px;
    }

    .footapp_col .scansec:before,
    .footapp_col .scansec:after {
        display: none;
    }

    ul.footer_links li a,
    .contact-adds a,
    .Address {
        font-size: 15px;
    }

    .footer-bottom .col-md-3:nth-child(2) {
        padding-left: 50px;
    }

    .f-copyright {
        padding-top: 20px;
        margin-top: 20px;
    }

    .copy-text p {
        font-size: 13px;
    }

    .logo img {
        height: 45px;
    }

    .features-box,
    .safeaus .features-box {
        padding: 25px;
    }

    .features-box h3 {
        margin-bottom: 15px;
        font-size: 23px;
    }

    .title-1 h2 {
        font-size: 54px;
        line-height: 49px;
    }

    .title-1 {
        margin-bottom: 20px;
    }

    .heading-1 {
        margin-bottom: 50px;
    }

    .features-col {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .safeaus {
        padding: 130px 0 70px 0;
    }

    .defind-col {
        padding-top: 70px;
    }

    .section-space {
        padding: 70px 0px;
    }

    .ribbon {
        font-size: 16px;
        margin: 0px 0 10px 0;
    }

    .hm-banner-content label {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 25px;
    }

    .section-header h1 {
        font-size: 46px;
        line-height: 55px;
    }
    .contact-title {
        margin-bottom: 20px;
    }

}

/** Modal Css Start **/

.modal-backdrop{
	background-color:rgb(0 0 0 / 40%);
}

.modal.fade.in {
    opacity: 1;
}
.modal-backdrop.fade.in {
    opacity: 1;
    background: rgb(0 0 0 / 40%);
}

.modal-backdrop.show {
    display: none;
}

.modal-content{
	animation: modal-slide-down 0.4s ease-out; /* Animation */
}

@keyframes modal-slide-down {
  from {
	margin-top: -200px; /* Start above the screen */
  }
  to {
	margin-top: 0; /* Slide down to the center */
  }
}

.modal-content{
	border-radius:20px;	
}

#appModal .modal-body{
	padding:35px;
	border-radius:20px;
}

.modal-content h1{
	color: #000;
    font-weight: 700;
    font-size: 35px;
}

.modal-content p{
	font-size: 18px;
    font-weight: 500;
}

.modal-content span {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    width: 100%;
    margin-top: 25px;
}

.modal-content span label{
	margin:0px;
	color:#24AFEA;
}

.modal-body img.scan_qr {
    margin: 20px 0;
	width: 100%;
    max-width: 180px;
    border: 3px solid #24afea;
    padding: 4px;
    border-radius: 6px;
}

span.getapp_btn {
    width: 100%;
    max-width: 170px;
    background: #edeff2;
    display: inline-block;
    line-height: 46px;
    border-radius: 40px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
}

.applink_wrapper {
    display: flex;
    justify-content: center;
	gap:10px;
	margin-top: 10px;
}

.applink_wrapper a {
    width: 50px;
    height: 50px;
    background: #eee;
    border-radius: 100px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.applink_wrapper img{
	width:100%;
	margin:0px;
	max-width: 26px;
}

#appModal button.close {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #000;
    opacity: 1;
    font-weight: 600;
    font-size: 27px;
}

@media screen and (max-width:767.9px){
	#appModal .modal-body{
		padding:25px;
	}
	.modal-content h1{
		font-size:27px;
	}
	.modal-content p{
		font-size:16px;
	}
	.modal-content span{
		font-size:15px;
	}
	.modal-body img.scan_qr{
		margin: 15px 0;
		max-width: 140px;
	}
}

/** Modal Css End **/

@media screen and (max-width:767.9px){
    .hm_banner {
        padding-top: 40px;
        padding-bottom: 50px;
    }
	.land-banner-img img{
		display:none;
	}
	.land-banner-img{
		margin-top:30px;
		padding-left: 15px;
	}
	.money-form{
		top:0px;
	}
	.calculation-values-wrap {
        padding-left: 15px;
    }
	.send-form {
        margin-bottom: 0px;
    }
	.calculation-values-wrap li span:first-child,
	span#convertrate {
		font-size: 15px;
	}

	.calculation-values-wrap li span {
		min-width: inherit;
		white-space: nowrap;
	}

	.calculation-values-wrap li span.normal-text {
		text-align: right;
		padding-left: 10px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.calculation-values-wrap {
		padding-left: 15px;
	}

	.calculation-values-wrap li:before {
		left: -25px;
		top: 3px;
	}

	.calculation-values-wrap li.cross-ico:after {
		left: -18px;
	}

	.calculation-values-wrap li.minus-ico:after,
	.calculation-values-wrap li.equal-val:after {
		left: -19px;
	}
	.calculation-values-wrap li.equal-val:after {
		top: -4px;
	}
	.amttab .wizard-row .custom-drop.ui.selection.dropdown {
        padding: 19px 17px;
    }
	.ui.fluid.dropdown > .dropdown.icon {
        top: initial !important;
    }
	.wizard-row .form-control {
        font-size: 18px;
    }
    .section-header h1 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .title-head h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 15px;
    }
	.title-1 h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .title-head p br {
        display:none;
    }
    .title-1 {
        margin-bottom: 10px;
    }
    .safeaus {
        padding: 50px 0;
    }
	.safeaus .row{
		gap:25px 0
	}
    .section-header p br {
        display:none;
    }
}
@media screen and (max-width:590px) {

    .scansec p {
        white-space: inherit;
        margin: 20px 0 0 0;
        text-align: center;
        width: 100%;
        font-size: 13px !important;
    }
    .aos-init {
        opacity: 1 !important;
        transform: none !important;
    }
    body, html {
        overflow-x: hidden;
    }
}