/*-------------------Hader-------------------*/

.main_header .row {
    align-items: center;
}

.fixed_header header {
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 5.9892px 0.0108px rgba(0, 0, 0, 0.16);
    z-index: 9;
}

header {
    position: unset;
    border-bottom: 1px solid #062AC7;
}



header .main_header {
    padding: 10px 0;
}

header .header_right li>a:hover::before {
    width: 100%;
    left: 0;
    transition: 0.3s all ease-in-out;
}

header .header_right li>a::before {
    content: '';
    width: 0;
    height: 4px;
    background: #D00000;
    position: absolute;
    left: 50%;
    bottom: 0;
    border-radius: 2px;
    transition: 0.3s all ease-in-out;
}
.logo img {
    max-width: 190px;
}

/*Menu_css*/

.nav-lock-scroll {
    overflow: hidden;
}

.nav {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    overflow-x: hidden;
    overflow-y: auto
}

.nav ul {
    display: block;
    position: relative;
    zoom: 1;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.nav a,
.nav a:active,
.nav a:hover,
.nav a:visited {
    display: block;
    position: relative
}

@media only screen and (min-width:768px) {
    .nav {
        display: inline-block;
        position: relative;
        bottom: auto;
        overflow: visible;
        margin-top: 8px;
    }
    .nav li {
        position: relative;
    }
    .nav>ul>li {
        display: inline-block
    }
    header .nav ul ul li:first-child a {
        cursor: unset;
        color: #d10000;
        font-weight: bold;
        border-bottom: 1px solid #062ac7;
        background: #f3f3f3;
    }
    /*.nav>ul>li a:focus{color: #fff;}*/
    .nav ul ul {
        display: none;
        position: absolute;
        top: 68px;
        left: 9px;
        z-index: 901;
        width: 220px;
    }
}

header .header_right a {
    padding: 23px 17px;
}

header .header_right a:hover,
header .user_login a:hover,
header .header_right a:focus,
header .user_login a:focus {
    color: #333;
}

header .user_login a {
    padding-right: 0;
}

header .user_login {
    display: inline-block;
}

header .nav ul ul li a {
    color: #072ac8;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
}

header .nav ul ul li:first-child a {
    cursor: unset;
    color: #d10000;
    font-weight: bold;
    border-bottom: 1px solid #062ac7;
    background: #f3f3f3;
}

header .nav ul ul li:first-child a:hover::before {
    display: none;
}

@media only screen and (max-width:767px) {
    .nav-no-js .nav-button:hover+.nav,
    .nav-no-js .nav-button:hover+.nav+.nav-close,
    .nav-no-js .nav:hover,
    .nav-no-js .nav:hover+.nav-close {
        display: block
    }
}

.icon-desktop:before,
.icon-menu-close:before,
.icon-menu:before,
.icon-mobile:before,
.icon-submenu-down:before,
.icon-submenu-right:before,
.icon-world:before,
.nav .nav-submenu>a:after,
.nav-button:before,
.nav-close:before,
.nav>ul>.nav-submenu>a:after,
header h1:before {
    font-family: icon-font;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    vertical-align: top;
}

.icon-desktop:before {
    content: "\E001"
}

.icon-menu-close:before {
    content: "\E002"
}

.icon-menu:before {
    content: "\E003"
}

.icon-mobile:before {
    content: "\E004"
}

.icon-submenu-down:before {
    content: "\E005"
}

.icon-submenu-right:before {
    content: "\E006"
}

.icon-world:before {
    content: "\E007"
}

.nav-button,
.nav-close {
    position: fixed;
    top: 0;
    width: 2.4rem;
    height: 4.4rem;
    overflow: hidden;
    z-index: 902;
    cursor: pointer;
    text-decoration: none;
    line-height: 4.4rem;
    background: #26201C;
    color: #A69A94
}

.nav-button:before,
.nav-close:before {
    display: block;
    text-align: center
}

.nav-button {
    display: block;
    right: 10px;
    font-size: 1.7rem;
    top: 56px;
}

.nav-close {
    display: none;
    right: 4rem;
    font-size: 1.9rem
}

.nav-close:before {
    content: "\E002"
}

.nav ul ul {
    background: #fff;
    box-shadow: 0px 0px 5.82px 0.18px rgba(0, 0, 0, 0.16)
}

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 8px;
}

#nav-icon3 span:nth-child(4) {
    top: 16px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

div#nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

div#nav-icon3 {
    width: 25px;
    height: 25px;
    position: relative;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin: 8.5px auto 0px auto;
}

div#nav-icon3,
div#nav-icon3 span {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

@media only screen and (min-width:768px) {
    .nav-button {
        display: none
    }
    .nav>ul>.nav-submenu>a:after {
        content: "\f078";
        display: inline-block;
        position: unset;
        color: #072ac8;
        font: normal normal normal 12px/1 FontAwesome;
        margin: 3px 0 3px 6px;
    }
}

header .header_right a {
    padding: 23px 17px;
}

header .header_right a:hover,
header .user_login a:hover,
header .header_right a:focus,
header .user_login a:focus {
    color: #333;
}

header .user_login a {
    padding-right: 0;
}

header .user_login {
    display: inline-block;
}

header .nav ul ul li a {
    color: #072ac8;
    padding: 10px 20px;
    text-align: center;
}

header .header_right li ul>li a::before {
    height: 2px;
}


/*-------------------End Hader-------------------*/


/*banner*/

.home-banner {
    padding: 50px 0;
}
.banner_form {
    position: relative;
    padding: 50px 40px 35px 40px;
}
.banner_form::before {
    content: "";
    background: url('../images/right-banner.png') no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-size: cover;
    background-position: center center;
    display: block;
    bottom: 0;
    width: 100%;
    transition: 1s;
    z-index: -1;
    border-radius: 15px;
}
.banner_form .selctboxarea-row {
    background-color: #DBE8FF;
    border-radius: 15px;
    padding: 40px 30px;
}
.home-banner .inner_box h2 {
    text-decoration: underline;
    margin-bottom: 60px;
}
.home-banner .inner_box .select_country {
    display: flex;
    margin: 0 25px;
}
.home-banner .inner_box .right-flag {
    display: flex;
    grid-gap: 10px;
    margin: 0 25px;
}
.home-banner .inner_box .right-flag .selctboxarea {
    width: 75%;
}
.home-banner .inner_box .right-flag .bnrbtn {
    width: calc(100% - 75%);
}
.home-banner .inner_box .img-flag {
    max-width: 40px;
}
.home-banner .inner_box .selctboxarea .select2-container {
    height: 60px;
    border: none;
    opacity: 0.7;
    border-radius: 10px;
    box-shadow: 0px 0px 5.9892px 0.0108px rgb(0 0 0 / 16%);
    outline: none;
    margin: 0 25px 0 0;
    padding: 8px 10px;
    background: #fff;
    text-align: left;
}
.select2-results__option .img-flag {
    width: 24px;
}
.select2-container--default .select2-selection--single {
    border: none !important;
}
body .home-banner .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 17px !important;
    right: 10px;
}
.home-banner .inner_box .select_country select {
    height: 60px;
    border: none;
    opacity: 0.7;
    border-radius: 10px;
    box-shadow: 0px 0px 5.9892px 0.0108px rgba(0, 0, 0, 0.16);
    outline: none;
    width: 100%;
    margin: 0 25px 0 0;
    padding: 0 15px;
}
.home-banner .inner_box .select_country a {
    box-shadow: 0px 0px 5.9892px 0.0108px rgba(0, 0, 0, 0.16);
    background: #fff;
    border-radius: 10px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    padding: 20px 15px;
    border: 1px solid #fff;
    text-align: center;
    font-weight: bold;
}

.home-banner .inner_box .select_country a:hover,
.home-banner .inner_box .select_country a:focus{
    background: transparent;
    color: #fff;
}

.home-banner .inner_box .select_country a i {
    line-height: 65px;
}

.why_choose_list li {
    font-size: 18px;
    line-height: 28px;
}

.btnblue_back {
    padding: 15px 138px;
    border-radius: 100px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered img.img-flag {
    width: 30px;
}
.input-white-box {
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
}
.select-right-input{
    text-align: right;
}
.select-right-input span{
    font-size: 12px;
    margin-bottom: 0;
    display: block;
    font-weight: 500;
}
/* .select-right-input input{
    border: none;
    height: 30px;
    font-size: 20px;
    font-weight: 500;
    text-align: right;
    width: 100px;
    outline: none;
} */
.theme-select .select2-container span {
    font-size: 16px;
}
.input-white-box span#select2-tocountry-fa-container {
    padding: 0;
}
body .input-white-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px !important;
    right: -5px;
}
body .input-white-box .select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 18px !important;
    height: 18px !important;
    background-size: 18px !important;
}
.input-white-box .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}
.price-box h6 {
    font-size: 18px;
    font-weight: 500;
}
.price-box .price-single-field{
    margin-bottom: 25px;
}
.get_started:hover {
    background-color: #00082E;
    color: #fff;
}


/*End-banner*/


/*About_company*/

.about_company {
    margin: 50px 0 0 0;
}

.about-us {
    background-color: #DBE8FF;
    padding: 80px 0;
}

.features-box {
    padding: 35px 20px;
    background-color: #fff;
    border-radius: 15px;
    min-height: 280px;
    height: 100%;
}

/*End_About_company*/


/*Why_choose*/

.why_choose {
    padding: 60px 0;
}

.why_choose .why_ch_box h3 {
    margin: 15px 0;
}


.why_choose .why_ch_box .choose_icon {
    width: 70px;
    height: 70px;
    background-image: url(../images/transfer-icon.svg);
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 70px;
}

.why_choose .why_ch_box .secure_icon {
    background-image: url(../images/services-icon.svg);
}

.why_choose .why_ch_box .speed_icon {
    background-image: url(../images/security-icon.svg);
}

.why_choose .why_ch_box .card_icon {
    background-image: url(../images/card-icon.svg);
}

.why_choose .why_ch_box .fees_icon {
    background-image: url(../images/low-fees.svg);
}

.why_choose .why_ch_box .simple_icon {
    background-image: url(../images/simple-icon.svg);
}

.why_choose .why_ch_box {
    border-radius: 15px;
    padding: 15px;
    margin-top: 20px;
}

.why_choose .why_ch_box p {
    line-height: 18px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 0;
}


/*End_Why_choose*/


/*how_works*/
.work-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-gap: 40px;
    align-items: center;
}
.how_works .work_inner {
    /*overflow: hidden;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}

.how_works .right-box-top .right_boxes,
.how_works .right-box-bottom .right_boxes,
.how_works .left-box-top .left_boxes,
.how_works .left-box-bottom .left_boxes {
    width: calc(100% - 50px);
    margin-left: -6px;
    vertical-align: middle;
    text-align: start;
    border-radius: 0 12px 12px 0;
    padding: 15px 30px;
}
.how_works .left-box-top .left_boxes,
.how_works .left-box-bottom .left_boxes {
    text-align: right;
}
.left-box-img {
    padding: 15px 30px 15px 15px;
}
.right-box-img {
    padding: 15px 0px 15px 22px;
}

.how_works .work_inner .right_boxes p {
    margin: 0;
}

.how_works .work_inner span {
    width: 60px;
    color: #fff;
    font-size: 44px;
    text-align: right;
    vertical-align: middle;
    line-height: 60px;
}
.how_works {
    background: url('../images/how_works_bg.png') no-repeat;
    padding: 80px 0;
}

.work-left,
.work-right {
    display: flex;
    flex-direction: column;
    gap: 150px;
}

/*End_how_works*/

/* Country Section */

.country-icon {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    gap: 50px 60px;
}
.country_section {
    padding: 100px 0;
    position: relative;
}
.country_section:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    background: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 20) 65%);
    width: 100%;
    display: block;
    height: 240px;
}

.headings {
    margin-bottom: 60px;
}

/* End Country Section */

/*Learn_video*/

.learn_sec .video_box {
    background-image: url(../images/video-background.png);
    height: 90px;
    border-radius: 25px;
    margin-bottom: 60px;
    padding: 20px 50px;
}

.learn_sec .video_box p {
    margin-left: 15px;
}


/*End_Learn_video*/


/*happy_customer*/

.happy_customer {
    margin: 80px 0;
}

.happy_customer .slider_slide .trusted_box {
    box-shadow: 0px 0px 5.9892px 0.0108px rgba(0, 0, 0, 0.16);
    padding: 15px 25px;
    border-radius: 15px 15px 15px 0px;
    margin-bottom: 10px;
}

.happy_customer .slider_slide {
    height: auto;
    padding: 15px 0;
    outline: none;
}

.happy_customer .slider_slide .slider_padding {
    padding: 0 15px;
    margin-bottom: 10px;
}

.happy_customer .slick-list.draggable {
    margin: 0 -15px;
}

.happy_customer .trusted_box h3 {
    color: #072ac8;
}

.happy_customer .trusted_box img {
    margin-bottom: 15px;
}

.happy_customer .trusted_box p {
    margin: 0;
    font-weight: 600;
    color: #868686;
    line-height: 28px;
}

.happy_customer .customer_detail img {
    display: inline-block;
    margin-right: 10px;
    border-radius: 100px;
}

.happy_customer .customer_detail span {
    font-size: 18px;
    font-weight: bold;
    color: #072ac8;
}

.happy_customer .slick-arrow,
.happy_customer .slick-arrow:focus,
.happy_customer .slick-arrow:hover {
    box-shadow: 0px 0px 5.9892px 0.0108px rgba(0, 0, 0, 0.16);
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background: #072ac8;
    top: 40%;
    opacity: 0;
    transition: 0.3s;
}

.happy_customer .happy_customer_slider:hover .slick-arrow {
    opacity: 1;
    transition: 0.3s;
}

.happy_customer .slick-arrow:before {
    color: #fff;
    opacity: 1;
}

.happy_customer .slick-next.slick-arrow {
    right: -50px;
}

.happy_customer .slick-prev.slick-arrow {
    left: -50px;
}

.happy_customer .slick-initialized .slick-slide {
    height: auto;
}


/*End_happy_customer*/


/*Footer*/

.download-app-heading {
    font-size: 52px;
}

.secure_compliance {
    background: #DDE9FF;
    position: relative;
    border-bottom: 15px solid #0088FF;
}
.secure_compliance .row {
    align-items: center;
}
.secure_compliance .inner_secure h3 {
    margin: 0;
}
.secure_compliance .inner_secure a {
    display: inline-block;
    vertical-align: middle;
}
.secure_compliance .inner_secure img {
    margin-bottom: 15px;
}

.secure_compliance .inner_secure p {
    margin: 10px 0 30px 0;
}

.scan-img img {
    border-radius: 10px;
}

.footer {
    padding: 60px 0 0px 0;
    background-color: #333333;
}

.footer h3 {
    margin: 20px 0;
}

.footer ul.footer_menu li a {
    margin-bottom: 15px;
    display: inline-block;
    outline: none !important;
}

.footer ul.footer_menu li a:hover,
.footer ul.footer_menu li a:focus {
    padding-left: 25px;
    color: #fff;
}

.footer .f_social {
    margin-top: 20px;
}

.footer .f_social li {
    margin-right: 10px;
}

.footer .bottom_footer {
    border-top: 1px solid;
    border-image: linear-gradient(to right, #3E414D 21%, #3F78E0 50%, #3E414D 79%) 1;
    margin-top: 35px;
    padding: 20px;
}

.footer .f_social li a:hover,
.footer .f_social li a:focus{
    color: #fff;
}

.contact_address a,
.contact_address span {
    line-height: normal;
}


/*End_Footer*/


/*========================================================Login Page========================================================*/

.all_btn {
    background: #072ac8;
    padding: 10px 50px;
    display: inline-block;
    border: 1px solid #072ac8;
    margin-top: 10px;
    color: #fff;
    border-radius: 100px;
}

.all_btn:hover {
    color: #fff;
    border-color: #121212;
    background: #121212;
}

.login_fields .forms_field input,
.login_fields select {
    border: none;
    height: 40px;
    padding: 15px 15px 15px 55px;
    color: #868686;
    width: 100%;
    font-size: 14px;
    background-color: #efefef;
    outline: none;
    border-radius: 10px;
}

.login_fields .forms_field i {
    width: 45px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    color: #fff;
    border-radius: 10px 0 0px 10px
}

.login_fields {
    margin-top: 35px;
}

.login_fields .forms_field {
    margin-bottom: 15px;
}

.login_form .other_links a {
    margin-top: 30px;
    display: block;
}

.login_form p {
    margin-top: 20px;
    margin-bottom: 0;
}

.middle_content {
    margin: 30px 0 50px 0;
}


/*forgoet_password*/

.login_fields span {
    margin-bottom: 20px;
    display: block;
}


/*Create_account*/

.create_account .login_fields span {
    margin-bottom: 10px;
}

.create_account .login_fields select {
    padding: 0 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/select_arrow_icon.png);
    background-repeat: no-repeat;
    background-position: 96% 16px;
}

.create_account .other_links a {
    display: inline-block;
    margin: 0;
}

.create_account .other_links p {
    line-height: 24px;
    display: inline-block;
    width: 94%;
    vertical-align: top;
    padding-left: 5px;
    margin: 0;
}

.create_account .other_links {
    margin-top: 20px;
    margin-bottom: 10px;
}

.create_account .other_links p span {
    display: block;
}

.change_pwd .other_links p {
    white-space: nowrap;
    margin-bottom: 15px;
}

.change_pwd .other_links span {
    display: block;
}

.create_account .login_images {
    text-align: center;
}

.create_account .all_btn {
    font-size: 14px;
    padding: 10px 20px;
}

.create_account #ephonecode {
    top: unset;
    padding-top: 0;
}

.login_fields .forms_field i#ephonecode {
    color: #333;
    left: 25px;
    width: auto;
    height: auto;
    padding-left: 45px;
    font-style: normal;
}

.login_fields .forms_field {
    margin-bottom: 15px;
}


/*========================================================End Login Page========================================================*/


/*========================================================Send money Page========================================================*/

.send_money.middle_content {
    margin: 0;
}

.send_money_banner {
    padding: 95px 0 85px 0;
    background-image: url(../images/inner_banner.jpg);
    height: 674px;
    width: 100%;
    display: block;
}

.send_money_banner {
    background: unset;
    height: 170px;
    background: rgb(19 31 99);
    position: relative;
}

.page_heading.send-to-heading {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    border: none;
    text-align: center;
}

.page_heading.send-to-heading h1 {
    background: transparent;
    border: none !important;
    box-shadow: none;
    clip-path: none;
    border-radius: unset;
    color: #fff;
    padding: 0;
}

.send_money_banner .money_send p {
    margin-top: 24px;
    margin-bottom: 0;
}

.send_money .send_money_tabs {
    padding: 40px 00px;
    text-align: center;
    box-shadow: 0px 13px 30px 0px rgba(208, 208, 208, 0.35);
    background: rgba(255, 255, 255, .4);
    backdrop-filter: blur(22px);
    border-radius: 20px;
    z-index: 9;
    position: relative;
}

.send_money_banner .money_send {
    margin-top: -70px;
}

.send_money .send_money_tabs li span:before {
    width: 50px;
    height: 50px;
    background: #fff;
    display: block;
    border-radius: 100px;
    content: "";
    color: #d00000;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    margin: 0 auto;
    border: 2px solid #d00000;
}

.send_money .send_money_tabs li p {
    padding: 30px 0 0 0;
    margin-bottom: 0;
}

.send_money .send_money_tabs li span.tab_1:before {
    content: "1";
}

.send_money .send_money_tabs li span.tab_2:before {
    content: "2";
}

.send_money .send_money_tabs li span.tab_3:before {
    content: "3";
}

.send_money .send_money_tabs li span.tab_4:before {
    content: "4";
}

.send_money .send_money_tabs li span.task_complete:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    background-color: #d00000;
    color: #fff;
    font: normal normal normal 18px/46px FontAwesome;
}

.send_money .send_money_tabs ul:before {
    border-bottom: 2px dashed #d00000;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    width: 830px;
    margin: 0 auto;
}

.send_money .send_money_tabs li {
    display: inline-block;
    margin: 0;
    width: 24%;
    z-index: 9;
    position: relative;
}

.money_tabs {
    margin-top: -85px;
}

.send_money .money_fields .money_left h2 {
    margin: 11px 0 15px 0;
    /*border-bottom: 2px solid;*/
    padding-bottom: 23px;
}

.send_money .money_fields {
    margin: 45px 0;
}

.send_money .money_fields .money_left p {
    margin-bottom: 15px;
}

.send_money .money_fields ul.branch_list {
    margin-top: 15px;
}

.send_money .money_fields .branch_list i {
    font-size: 12px;
    vertical-align: middle;
    margin-right: 10px;
}

.send_money .money_fields .money_left a {
    margin-top: 40px;
    display: block;
}

.send_money .money_fields .branch_list li {
    margin-bottom: 10px;
}

.send_money .payment_info {
    padding: 30px;
    border-radius: 20px;
    background-color: #131f63;
    font-weight: 600;
}
.text-danger {
    font-size: 14px;
    margin-top: 5px;
}

.send_money .payment_info h3 {
    margin: 0;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    margin-bottom: 23px;
}

.send_money .payment_info .send_to label {
    width: 100%;
    padding: 9px 20px;
    margin: 0;
    background: #E6E9F9;
}

.send_money .payment_info .send_to {
    border-radius: 10px;
    overflow: hidden;
}

.send_money .payment_info .send_to select {
    width: 100%;
    border: none;
    height: 40px;
}

.send_money div#countries_msdd .ddTitle .ddTitleText {
    padding: 10px;
}

.send_money div#countries_msdd .ddTitle.borderRadiusTp {
    height: 40px;
    font-size: 14px;
    background: #fff;
    border-radius: 0;
}

.send_money div#countries_msdd {
    width: 100% !important;
    border: none;
}

.send_money .dd .divider {
    display: none;
}

.send_money .payment_info .select_services select,
.send_money .payment_info .send_rec select,
.pickup_location select {
    background: #e6e9f9;
    border-radius: 10px;
    height: 50px;
    width: 100%;
    padding: 0 10px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    overflow: -moz-hidden-unscrollable;
    background: url(../images/select-arrwo.svg) no-repeat right 10px center white;
    background-size: 20px;
}

.send_money .payment_info .select_services {
    margin-top: 20px;
}

.send_money .payment_info .send_rec {
    display: grid;
    margin-top: 20px;
    grid-template-columns: 1.5fr 1fr;
    grid-gap: 15px;
}

.send_money .payment_info .send_rec input {
    width: 100%;
    border: none;
    height: 50px;
    padding: 5px 20px;
    border-radius: 10px;
    outline: none;
}

.send_money .payment_info .money_enter {
    padding-left: 20px;
    width: 100%;
}

.send_money .payment_info .money_enter input {
    width: 100%;
    border: none;
    height: 50px;
    padding: 5px 20px;
    border-radius: 10px;
    outline: none;
}

.send_money .payment_info .total_count {
    margin-top: 20px;
    padding: 10px 25px;
    border-radius: 10px;
    font-weight: 600;
}

.send_money .payment_info .send_btn p,
.send_money .payment_info .total_count hr {
    margin: 10px 0;
}

.send_money .payment_info .send_btn {
    margin-top: 20px;
}

.send_money .payment_info .send_btn a,
.send_btn button {
    background: #e6e9f9;
    color: #333;
    padding: 10px 15px;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #e6e9f9;
    border-radius: 10px;
}

.send_money .payment_info .send_btn a:hover,
.send_money .payment_info .send_btn a:focus {
    background: transparent;
    color: #e6e9f9;
}

.send_money .money_enter input::placeholder {
    color: #333;
}

.send_money .money_enter input:-ms-input-placeholder {
    color: #333;
}

.send_money .money_enter input::-ms-input-placeholder {
    color: #333;
}


/*========================================================End Send money Page========================================================*/


/*========================================================Choose Recipient Page========================================================*/

.send_money .recipient_forms .money_left hr {
    border-color: #333;
    margin: 5px 0 15px 0;
}

.recipient_forms .recipient_fields input {
    margin-bottom: 15px;
}

.recipient_forms .recipient_fields label {
    margin-bottom: 10px;
}

.recipient_forms .money_left .send_btn a:hover {
    color: #072ac8;
    background: #fff;
}

.recipient_forms .money_left .send_btn a {
    border-radius: 10px;
    display: inline-block;
    background: #072ac8;
    color: #fff;
    font-weight: normal;
    padding: 13px 33px;
    border: 1px solid #072ac8;
}

.recipient_forms .recipient_fields .row {
    margin: 0 -25px;
}

.recipient_forms .recipient_fields .row .col-md-6,
.recipient_forms .recipient_fields .row .col-md-12 {
    padding: 0 25px;
}

.choose_recipient_pg .secure_compliance {
    margin-top: 72px;
}

.choose_recipient_pg .secure_compliance h3 {
    color: #00457b;
    margin-bottom: 20px;
}

.choose_recipient_pg .secure_compliance .compliance_text {
    width: 85%;
    margin-right: -4px;
    vertical-align: top;
}

.choose_recipient_pg .secure_compliance .compliance_img {
    width: 15%;
}

.choose_recipient_pg .secure_compliance .compliance_text h4 {
    margin-bottom: 5px;
}

.recipient_forms .money_left .send_btn a {
    padding: 10px 15px;
}

.send_money .payment_info .exchange_rate {
    margin-top: 20px;
}

.send_money .payment_info .exchange_rate p {
    margin: 0;
}

.send_money .money_fields.recipient_forms input {
    margin-bottom: 20px;
}

.send-money-page select,
.send-money-page input {
    background: #e6e9f9;
    border-radius: 10px;
    height: 40px;
    width: 100%;
    padding: 0 10px;
    border: none;
    outline: none;
}

.send-money-page input,
.send-money-page select {
    margin-bottom: 15px;
}

.send-money-page .cra_flbl {
    margin-bottom: 5px;
}

.send-money-page input#iconfirm {
    width: auto;
    display: inline-block;
    margin: 0;
    height: auto;
}

.cl {
    clear: both;
}

.send_money .payment_info .exchange_rate {
    margin-top: 20px;
}

.send_money li.promo_code font {
    font-size: 14px;
}

.send_money .open_promo_code input {
    display: inline-block;
    width: auto !important;
    vertical-align: middle;
    outline: none !important;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 5px;
}

.send_money .open_promo_code input.btn {
    background: #072ac8;
    border: 1px solid #072ac8;
    color: #fff;
    padding: 9px 30px;
    height: auto;
    transition: 0.3s;
}

.send_money .open_promo_code input.btn:hover {
    background: #212121;
    color: #fff;
    transition: 0.3s;
}

.send_money div#promobox {
    display: block !important;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #ccc;
}

.comp-profile {
    margin: 40px 0;
}

.phone_code {
    /* background: #EDEDED; */
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    color: #000000;
    padding: 8px 10px;
    border-radius: 4px 0 0 4px;
    margin: 1px;
}


/*========================================================End Choose Recipient Page========================================================*/


/*========================================================Pay Page========================================================*/

.pay_page .money_fields .money_left h2 {
    border: none;
    padding-bottom: 5px;
}

.pay_page .select_payment_card .card_box {
    padding: 18px 25px 14px 25px;
    margin-bottom: 15px;
    border-radius: 10px;
    background: #E6E9F9;
}

.pay_page .card_box .select_input {
    width: 30px;
    display: inline-block;
    /* float: left; */
}

.pay_page .card_box .card_details {
    width: 100%;
    padding-left: 25px;
}

.pay_page .card_box .card_details img {
    max-width: 50px;
    /* margin-left: 15px; */
}

.pay_page .card_box .card_details label {
    margin-bottom: 5px;
    cursor: pointer;
}

.pay_page .card_box .select_input input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    margin: 0;
    width: 20px;
    height: 20px;
    top: 9px;
    z-index: 11;
}

.pay_page .card_box .select_input span.checked {
    position: absolute;
    top: 11px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #072ac8;
}

.pay_page .card_box .select_input input:checked~.checked {
    background-color: #ffffff;
}

.pay_page .card_box .select_input input:checked~.checked:after {
    display: block;
}

.pay_page .card_box .select_input .checked:after {
    content: "";
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #072ac8;
    border: 2px solid #E5E5E5;
}

.pay_page .money_left .send_btn a {
    margin-top: 15px;
}


/*========================================================End Pay Page========================================================*/


/*========================================================Transfer Success========================================================*/

.transfer_success {
    padding-top: 150px;
}

.transfer_success .success_left h1 {
    font-size: 42px;
    color: #006D25;
    margin: 0;
}

.transfer_success .success_left .user_details {
    margin-top: 58px;
}

.transfer_success .success_left .user_details p,
.transfer_success .success_left .user_details h2 {
    margin-bottom: 15px;
}

.transfer_success .success_left .user_details h2 {
    color: #1C6134;
}

.transfer_success .success_left .user_details p span {
    margin: 0 10px;
}

.transfer_success .thank_you_msg {
    margin-top: 90px;
}

.transfer_success .buttons {
    margin: 20px 0 110px 0;
}

.transfer_success .buttons a {
    background: #072ac8;
    color: #fff;
    padding: 10px 15px;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #e6e9f9;
    border-radius: 10px;
    margin-right: 20px;
}

.transfer_success .buttons a:hover {
    background: transparent;
    color: #072ac8;
    border: 1px solid #072ac8;
}

.transfer_success .success_left {
    padding-left: 70px;
}


/*========================================================End Transfer Success========================================================*/


/*==============================================CMS_PAGE=================================================*/

.cms-pages {
    margin: 50px 0;
}
.cms-pages .how_works {
    background: transparent;
}
.page_heading {
    margin-bottom: 40px;
    border-radius: 0 0 0px 30px;
}

.page_heading h1 {
    display: block;
    margin: 0;
    text-transform: uppercase;
    vertical-align: middle;
    color: #d00000;
    border-radius: 100px;
    font-size: 22px;
}
.cms_content p {
    text-align: justify;
}


/*News_page*/

.cms-pages .latest_news .news_top .new_right {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
}

.cms-pages .latest_news .news_top img {
    display: inline-block;
    max-width: 80px;
    vertical-align: middle;
    border-radius: 100px;
}

.cms-pages .latest_news .news_top .new_right h3 {
    margin: 0 0 5px 0;
    color: #072ac8;
    font-weight: bold;
}

.cms-pages .latest_news .news_top {
    margin-bottom: 15px;
}

.cms-pages .latest_news .news_row {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.cms-pages .latest_news .news_row:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}


/*why_choose*/

.choose_boxes {
    box-shadow: 0px 0px 5.9892px 0.0108px rgba(0, 0, 0, 0.16);
    border-radius: 150px 150px 10px 10px;
    padding: 20px 10px;
    min-height: 416px;
    margin-bottom: 30px;
}

.choose_images {
    text-align: center;
}

.choose_images img {
    border-radius: 100px;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    object-fit: cover;
}


/*contact_us_page*/

.contact_content h2 {
    margin: 10px 0 22px 0;
    line-height: 20px;
}

.contact_content .contact_pg_form i {
    width: 45px;
    height: 40px;
    line-height: 40px !important;
    display: table-cell;
    border-radius: 10px 0px 0px 10px;
}

.contact_content .contact_pg_form i {
    vertical-align: top;
}

.contact_content .contact_pg_form {
    margin-top: 58px;
}

.contact_content .contact_pg_form .forms_field {
    margin-bottom: 10px;
    display: table;
    width: 100%;
}

.contact_content .contact_pg_form .col-md-5 {
    padding-right: 0;
}

.contact_content .contact_pg_form input,
.contact_content .contact_pg_form textarea {
    border: none;
    height: 40px;
    padding: 10px;
    color: #868686;
    width: 100%;
    font-size: 14px;
    background-color: rgb(83 102 187 / 0.2);
    border-radius: 0px 10px 10px 0px;
    vertical-align: top;
}

.contact_content .contact_pg_form i.fa-comment {
    position: relative;
    vertical-align: top;
}

.contact_content .contact_pg_form i.fa-comment:after {
    border-radius: 10px 0px 0px 10px;
    background: #072ac8;
    content: "";
    display: block;
    height: 40px;
    z-index: -1;
    position: absolute;
    left: 0;
    width: 45px;
    top: 0;
}

.contact_content .contact_pg_form textarea {
    height: 100px;
    vertical-align: top;
    resize: none;
}

.contact_content .contact_pg_form button.contact_bn,
.contact_content .contact_pg_form a.contact_bn {
    float: right;
    padding: 9px 28px;
    border: 1px solid;
}

.contact_content .contact_pg_form button.contact_bn:hover,
.contact_content .contact_pg_form button.contact_bn:focus,
.contact_content .contact_pg_form a.contact_bn:hover,
.contact_content .contact_pg_form a.contact_bn:focus {
    color: #00457b;
    background: #fff;
}

.contact_content .contact_pg_form .con_pg_right {
    padding-left: 15px;
}

.contact_pg_form .con_pg_right .detials_contact {
    padding-left: 22px;
    margin-bottom: 24px;
}

.contact_pg_form .con_pg_right i {
    position: absolute;
    top: 0;
    height: auto;
    width: auto;
    line-height: inherit !important;
}

.contact_page {
    margin-bottom: 20px;
}

.con_details:nth-child(3) .detials_contact.f_14 {
    margin-bottom: 36px;
}


/*========================================================Faq Page========================================================*/

.faq_page .faq_accordion .panel-body span {
    font-family: 'Josefin Sans' !important;
}

.faq_accordion .panel-body {
    padding: 15px;
}

.faq_accordion .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.faq_page {
    padding: 50px 0;
}


/*.faq_page .faq_accordion {border-radius: 20px;padding: 35px;box-shadow: 0px 0px 5.9892px 0.0108px rgba(0, 0, 0, 0.16);}*/

.faq_page .faq_accordion h1 {
    margin: 0 0 37px 0;
}

.faq_page .faq_accordion .panel-heading {
    background: #fff;
    padding: 0px;
    position: relative;
}

.faq_page .faq_accordion .panel-group {
    margin: 0;
}

.faq_page .faq_accordion .panel-group .panel {
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #041461;
}

.faq_page .faq_accordion .panel a.collapsed::after {
    content: "\f067";
}

.faq_page .faq_accordion .panel a:after {
    content: "\f068";
    position: absolute;
    right: 10px;
    font-size: 18px;
    top: 10px;
    font-weight: normal;
    background: #fff;
    color: #042ac7;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    line-height: 31px;
    text-align: center;
    font: normal normal normal 16px/30px FontAwesome;
}

.faq_page .faq_accordion .panel-body {
    font-size: 14px;
}

.faq_page .faq_accordion .panel-heading a {
    display: block;
}

.faq_page .faq_accordion .panel-heading .panel-title a {
    background-image: linear-gradient(to right, #00082E, #041564);
    padding: 15px 45px 15px 20px;
    color: #fff;
}

.faq_page .faq_accordion ul {
    margin: 10px 0;
}

.faq_page .faq_accordion ul li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 5px;
}

.faq_page .faq_accordion ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #333;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 13px;
    border-radius: 100px;
}


/*========================================================End Faq Page========================================================*/


/*==============================================END_CMS_PAGE=================================================*/


/* My-profile */

.my_detail_wp input,
.my_detail_wp select,
.my_detail_wp textarea {
    height: 40px;
    padding: 10px 15px;
    color: #868686;
    width: 100%;
    font-size: 14px;
    background-color: rgb(83 102 187 / 0.2) !important;
    outline: none;
    border-radius: 10px;
    border: none;
    margin-bottom: 15px;
}

.my_detail_wp textarea {
    height: 60px;
    resize: none;
}

.my_detail_wp label {
    margin-bottom: 3px;
    font-size: 14px;
}

.my_details .login-head01 {
    background: #062ac7;
    padding: 10px;
    color: #fff;
}

.my_details .profile_div {
    border: 1px solid #004172;
    padding: 10px 20px 20px 20px;
    margin-bottom: 40px;
    border-radius: 0px 0px 10px 10px;
}

.clearfix {
    clear: both;
}

.required:after {
    content: " *";
    color: red;
}


/* End-My-profile */

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

table.table.custom-table-inner tr th {
    background: #0234c30f;
    color: #fff;
}

.table-btn a,
.table-btn form {
    display: inline-block;
}

body .select2-container .select2-selection--single {
    height: auto;
    min-height: 49px;
}

body .money_fields .select2-container .select2-selection--single {
    border-radius: 0 0 4px 4px !important;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered,
body .select2-container .select2-selection--single span#select2-country_to-container {
    line-height: 48px;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
    right: 10px;
}


/* cms-page */

.cms_content h2 {
    color: #052ac6;
    font-size: 22px;
    margin-top: 30px;
}

.cms_content ul {
    padding: 10px 10px 0px 16px;
}

.cms_content ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.cms_content ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #000;
    border-radius: 1000px;
    position: absolute;
    left: 0;
    top: 14px;
}

.cms_content ol li:before {
    display: none;
}

.cms_content ol {
    margin: 25px 0;
}

.cms_content ol li {
    padding-left: 5px;
}

.cms_content p {
    margin-bottom: 15px;
}

.innerpagebn {
    width: 100%;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    background: url(../images/innerpageimg.jpg) top center no-repeat;
    background-size: cover;
}

.inbnhead {
    color: #333 !important;
}

.branch_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.branch_list a {
    display: inline-block !important;
    margin: 0 !important;
    font-size: 14px;
    color: #004172;
}

.branch_list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 15px !important;
}

.branch_list i {
    position: absolute;
    top: 4px;
    left: 0;
}

.branch_list li div {
    font-size: 16px;
    line-height: 24px;
}


/* Scroll */

.scroll::-webkit-scrollbar {
    width: 10px;
    border-radius: 100px;
}

.scroll::-webkit-scrollbar-track {
    background: #888;
    border-radius: 100px;
}

.scroll::-webkit-scrollbar-thumb {
    background: #041564;
    border-radius: 100px;
}

.scroll::-webkit-scrollbar-thumb:hover {
    background: #041564;
    border-radius: 100px;
}


/* End-Scroll */

.send_money .payment_info .select_services,
.send_money .payment_info .pickup_location,
.send_money .payment_info .service_provider {
    margin-top: 20px;
}

a,
a:hover,
a:focus {
    outline: none;
}

.slick-prev::before {
    content: "←" !important;
}

.slick-next::before {
    content: "→" !important;
}

.login_btn,
a.login_btn {
    background: #072ac8;
    padding: 10px 50px;
    display: inline-block;
    border: 1px solid #072ac8;
    margin-top: 0px;
    color: #fff;
    border-radius: 100px;
    outline: none;
    transition: 0.3s;
}


/* Thank-you-page */

.thank-you-page .page_heading {
    border: none;
}

.thank-you-page .page_heading h1 {
    padding: 0;
    clip-path: none;
    border-radius: 0 !important;
    display: block;
    text-align: center;
    color: #0234c3;
    background: -webkit-linear-gradient(#d0000d 10%, #0234c3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    margin: 80px 0 40px 0 !important;
}

.thank-you-page .bg-secondary {
    background: #83154e !important;
}

.thank-you-page .table-bordered {
    border-color: #82164d !important;
}


/* End-Thank-you-page */


/* My Transactions */

.account_details .search_box:first-child {
    width: 40%;
}

.account_details .search_box {
    border: 1px solid #D4D4D4;
    padding: 15px 30px;
    border-radius: 5px;
}

.account_details .search_box {
    border: 1px solid #D4D4D4;
    padding: 15px 30px;
    border-radius: 5px;
}

.account_details .search_box:first-child {
    width: 40%;
}

.account_details .search_box:first-child input {
    display: table-cell;
    width: 280px;
}

.account_details .search_box input {
    height: 45px;
    border: none;
    padding: 0 15px;
    border: 1px solid #ccc;
    outline: none;
}

.account_details {
    margin-top: 20px;
}

.account_details h2 {
    margin: 0 15px;
}

.account_details .search_box:last-child {
    width: 54%;
}

.account_details .search_id.search_right input {
    width: 125px;
    font-size: 14px;
    padding: 0 10px;
}

.account_details .search_id.search_right span:first-child {
    margin-right: 20px;
}

.account_details .search_id.search_right span:nth-child(3) {
    margin: 0 15px;
}

.account_details .search_id.search_right a {
    background: #004172;
    border: 1px solid #004172;
    padding: 10px 42px;
    margin-left: 7px;
}

.account_details .search_id.search_right a:hover {
    background: transparent;
    color: #004172;
}

.ctstyle01 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 28px;
  color: #ae0303;
}
/* End my transaction */

.inner_banner p {
    text-align: left;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b,
body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    background: url(../images/select-arrwo.svg) no-repeat;
    border: none;
    width: 20px;
    height: 20px;
    margin: -8px 0px 0 -10px;
}

/*back_top_button*/

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    background-color: #fff;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap:hover,
.progress-wrap.active-progress:hover {
    transform: translateY(-5px);
}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap::before {
    position: absolute;
    content: '';
    line-height: 46px;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background-image: url(../images/up-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: rgb(26 88 95);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}


/*End back_top_button*/
