html {
    height: 100%;
}

body {
    height: 100%;
}

#website_logo {
    width: 195px;
    height: 60px;
}

.main_nav {
    background-color: #fff;
    height: 100px;
    box-shadow: none;
    border-bottom: 1px solid #e3e5e4;
}

.nav-wrapper {
    background-color: #fff;
    padding: 20px;
}

@media only screen and (max-width: 993px) {
    .nav-wrapper {
        background-color: #fff;
    }
}

.menue_bar li a {
    /* text-decoration: none;
    color: black;
    background-color: none; */
    font-weight: 500;
    font-size: 14px;
    color: #263A5A;
    font-style: normal;
    font-stretch: normal;
}

.menue_bar li a:hover {
    color: #82a15f;
    background-color: #fff;
}

.menue_bar li a:focus {
    color: #82a15f;
    background-color: #fff;
}

.menue_bar li #tab_btn {
    border: 1px solid red;
}


/*CSS For Two Buttons*/

.menue_bar li a[class="link_btn_one"] {
    width: 100px;
    height: 35px;
    text-decoration: none;
    background-color: #fff;
    color: #263A5A;
    font-weight: 500;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    border: 2px solid #263A5A;
    border-radius: 8px;
    text-align: center;
    vertical-align: middle;
    margin-top: 25px;
    margin: 3px;
    padding-top: -4px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-appearance: none;
    outline: 0;
    resize: none;
}

.menue_bar li a[class="link_btn_two"] {
    width: 100px;
    height: 35px;
    text-decoration: none;
    background-color: #fff;
    color: #263A5A;
    font-weight: 500;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    border: 2px solid #263A5A;
    border-radius: 8px;
    text-align: center;
    vertical-align: middle;
    margin-top: 25px;
    margin: 3px;
    padding-top: -4px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-appearance: none;
    outline: 0;
    resize: none;
}

.menue_bar li a[class="link_btn_one"]:hover {
    text-decoration: none;
    background-color: #263A5A;
    color: #fff;
    border: 2px solid #263A5A;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}

.menue_bar li a[class="link_btn_one"]:active {
    text-decoration: none;
    background-color: #263A5A;
    color: #fff;
    border: 2px solid #263A5A;
    border-radius: 8px;
    text-align: center;
}

.menue_bar li a[class="link_btn_two"]:hover {
    text-decoration: none;
    background-color: #263A5A;
    color: #fff;
    border: 2px solid #263A5A;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}

.menue_bar li a[class="link_btn_two"]:active {
    text-decoration: none;
    background-color: #263A5A;
    color: #fff;
    border: 2px solid #263A5A;
    border-radius: 8px;
    text-align: center;
}


/*End ofCSS For Two Buttons*/

.sidenav-trigger {
    color: black;
}

.sidenav-trigger:hover {
    color: red;
}

#mobile-nav {
    box-shadow: none !important;
}

#mobile-nav li a {
    background-color: #263A5A;
    color: #fff;
    border-bottom: 2px solid #fff;
}

#mobile-nav li a:hover,
#mobile-nav li a:focus {
    background-color: #82a15f;
    color: #fff;
    border-bottom: 2px solid #fff;
}

.btn_li {
    margin-top: 10px;
}

.login_icon {
    font-size: 14px;
    margin-right: 2px;
}

.signup_icon {
    font-size: 13px;
    margin-right: 2px;
}


/*Body CSS*/

#home_page {
    background-image: url('../img/remitmasterbg.jpg');
    padding: 10px;
}

.left_row {
    padding: 10px;
    padding-left: 30px;
}

#home_header {
    color: #fff;
    font-size: 25px;
    padding-left: 30px;
    padding-top: 0;
}

#first_headig_subtitle {
    font-size: 20px;
    margin-top: 0;
}

#first_heading {
    font-weight: 700;
    margin-bottom: 0;
    padding-top: 0;
}

#forbusiness_first_heading {
    font-weight: 600;
}

#header_sub_para {
    font-size: 20px;
    font-weight: 400;
    padding-top: 10px;
}

.icon_container img {
    width: 50px;
    height: 50px;
}

.icon_container {
    background-color: #fff;
}

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

.category_title span {
    color: #fff;
    font-size: 16px;
    font-weight: 450;
}

.common_row {
    padding: 20px;
}

.the_subs strong {
    color: grey;
    font-size: 20px;
    font-weight: 400;
}

.categ_brief span {
    font-size: 16px;
    font-weight: 400;
    font-family: verdana;
    padding-top: 5px;
}

.remit_title h4 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 20px;
}

.remit_title4 h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.remit_title5 h4 {
    font-size: 23px;
    font-weight: 600;
}

.remit_title1 h4 {
    font-size: 20px;
    font-weight: 600;
    color: grey
}

.remit_title2 h4 {
    font-size: 18px;
    font-weight: 600;
}

#rating_row .col {
    padding: 30px;
}

.rating_left_col {
    border-left: 5px solid red;
}

.remit_subtitle h5,
.remit_subtitle span {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 20px;
    color: grey;
}

.remit_subtitle span {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20px;
    color: black;
}

.expl_span {
    font-weight: 400;
}

#two_parts_row .col {
    padding: 30px;
}

#customer_experience .col {
    padding: 10px;
}

#two_parts_row2 {
    padding: 30px;
    background-color: #e7eae8;
}

#two_parts_row2 .col {
    padding: 30px;
}

#three_cols_row {
    padding: 10px 30px 10px 30px;
}

#three_cols_row .col {
    padding: 30px;
}

#customer_supports {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 0;
}

.inner_img {
    padding-right: 20px;
}

.try_us a {
    font-weight: 450;
    font-size: 14px;
    color: black;
    text-decoration: underline;
    text-decoration-color: black;
}

.try_us a i {
    color: red;
    margin-left: 2px;
}

.try_us a:hover {
    font-weight: 500;
    color: red;
    text-decoration: underline;
    text-decoration-color: red;
}

#inner_row {
    margin-top: -20px;
}

#some_para {
    font-size: 16px;
    font-weight: 400;
    font-family: verdana;
}

.some_para {
    font-size: 16px;
    font-weight: 400;
    font-family: verdana;
}

.paragraph_img {
    float: right;
}

#some_para2 {
    font-size: 15px;
    font-weight: 600;
    font-family: arial;
    width: 100%;
    margin: 0 auto;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    #some_para2 {
        font-size: 14px;
        font-weight: 600;
        font-family: arial;
        width: 100%;
    }

    .paragraph_img {
        float: center;
    }
}

#two_parts_row,
#customer_experience {
    padding: 30px;
}

#bulk_first_row {
    padding: 30px;
}

#bulk_first_row {
    padding: 30px;
}

.rank_stars i {
    font-size: 14px;
}

.main-icons_row,
#rating_row {
    padding: 30px;
}

.main-icons_row .col,
#rating_row .col {
    padding: 30px;
}

#smart_payment {
    padding: 30px;
    /* background-image: url('/public_assets/img/galaxy_background.jpg'); */
    background-image: url('../img/spacer-img.png');
    height: 100%;
}

#smart_payment .col {
    padding: 30px;
}

@media only screen and (max-width: 600px) {
    #customer_experience {
        padding: 5px;
        height: 300px;
    }

    #rating_row {
        padding: 20px;
    }

    #smart_payment {
        padding: 10px;
    }

    #smart_payment .col {
        padding: 10px;
    }

    #home_page {
        background-image: none;
        background-color: #fff;
        padding: 10px;
    }
}

@media only screen and (max-width: 600px) {
    #customer_experience {
        padding: 5px;
        height: 300px;
    }

    #rating_row {
        padding: 20px;
    }

    #smart_payment {
        padding: 10px;
    }

    #smart_payment .col {
        padding: 10px;
    }

    #home_page {
        background-image: none;
        background-color: #fff;
        padding: 2px;
    }
}

#rating_row {
    background-color: #eaecec;
}

.customer_support {
    background: #eff0f0;
    margin-bottom: 0;
}

#customer_experience {
    background-image: url('../img/shared-customer-exp-bg.jpg');
    height: 541px;
    background-repeat: no-repeat;
    margin: 0;
}

.user_exp {
    font-weight: 450;
    font-size: 18px;
}

#international_payment {
    padding: 30px;
}

.user_exp_name {
    color: orange;
    font-family: arial;
    font-weight: 600;
    font-size: 16px;
}


/*Carousel Slider*/


/* just for jsfiddle */


/* just for jsfiddle */

.carousel_container {
    height: 150px;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v18/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 40px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

.middle-indicator {
    position: absolute;
    top: 18%;
}

.middle-indicator-text {
    font-size: 4.2rem;
}

a.middle-indicator-text {
    color: white !important;
}

.content-indicator {
    width: 64px;
    height: 64px;
    background: none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.indicators {
    visibility: hidden;
}


/*End of Carousel*/

.experience_title h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

#carousel_container {
    background: transparent;
}

.countries_ul li {
    margin-bottom: 18px;
}

.country_flag {
    width: 32px;
    height: 32px;
    border: 1px solid grey;
    padding: 5px;
    border-radius: 100%;
    margin-bottom: -8px;
}

.country_name {
    padding-left: 5px;
    font-weight: 400;
}


/*Footer*/

#rm_footer {
    padding-top: 15px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #333;
    margin-bottom: 0;
}

#rm_footer .col {
    padding-top: 15px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

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

.company_link {
    margin-top: 5px;
}

.company_link span a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.company_link span a:hover {
    text-decoration: underline;
    text-decoration-color: #fff;
}

.company_link span a:active {
    text-decoration: underline;
    color: red;
    text-decoration-color: red;
}

.social-icon {
    margin-right: 10px;
}

.icon_div {
    padding-top: 20px;
}

#bulk_second_row {
    padding: 30px;
}

#bulk_second_row .col {
    padding: 30px;
}

.img_container {
    padding-top: 20px;
}

#support_row {
    background-color: #F5F5F5;
}

#support_row {
    margin-top: 10px;
}

.left_support {
    padding-left: 30px;
}

@media only screen and (max-width: 600px) {
    #bulk_first_row {
        text-align: center;
    }

    #support_row {
        text-align: center;
    }

    #how_it_works {
        text-align: center;
    }

    #tabs_row {
        text-align: center;
    }

    #help_second_row {
        text-align: center;
    }

    #help_third_row {
        text-align: center;
    }

    #sponsors_row {
        text-align: center;
    }

    #to_be_centered {
        text-align: center;
    }

    #to_be_centered2 {
        text-align: center;
    }
}

#how_it_works,
#tabs_row {
    padding: 30px;
}

#how_it_works .col {
    padding: 30px;
}

.tabs_container {
    padding-top: 20px;
}

.tabs_bar li a {
    border-bottom: 2px solid red;
    color: black;
    font-weight: 600;
}

#payment_req_second_row {
    padding: 30px;
}

#payment_req_second_row .col {
    padding: 30px;
}

.text_col {
    background-color: #ced2d3;
}

.text_col2 {
    background-color: #d2e6d2;
}


/*Help Section*/

.collapsible-body span {
    font-weight: 400;
    font-size: 14px;
    font-family: arial;
}

.collapsible-body span ul li {
    margin-left: 10px;
}

#id_first_row {
    padding: 30px;
    background-color: #e6e8e8;
}

.help_subtitle {
    color: grey;
}

#help_second_row {
    padding: 30px;
}

#help_third_row {
    padding: 30px;
    background-color: #e2e2e4;
}

#help_third_row .col {
    padding: 10px;
}

.get_started a {
    color: grey;
    font-weight: 500;
    border-bottom: 2px solid black;
}

.get_started a:hover {
    color: black;
    font-weight: 500;
    border-bottom: 2px solid red;
}

#faqs_row {
    padding: 30px;
}

.left_plus {
    text-align: right;
}

.business_list {
    list-style-type: none;
}

.collapsible_row .collapsible {
    margin-top: -9px;
    margin-bottom: -9px;
}


/*Sponsors Row*/

#sponsors_row {
    padding: 30px;
}

#sponsors_sub_row .col {
    padding: 30px;
}

#sponsors_sub_row .col img {
    width: 200px;
    height: 73px;
}

.special-input {
    height: 2.3rem;
    width: 100%;
    border: 1px solid #b6c0f0;
    padding: 0 2px 0 6px;
    border-radius: 4px;
}

.special-input-chatbox {
    height: 2rem;
    width: 90%;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    border: 1px solid #b6c0f0;
    padding: 0 2px 0 6px;
    border-radius: 4px;
}

.special-input_4message {
    height: 10rem;
    width: 100%;
    border: 1px solid #b6c0f0;
    padding: 0 2px 0 6px;
    border-radius: 4px;
    text-align: left;
    resize: none;
}

#message_section {
    border: 1px solid #b6c0f0;
    border-radius: 5px;
    padding: 15px;
    background-color: #fff;
}

#contact_first_row {
    margin-top: 10px;
}

input,
select,
.select2-selection,
textarea {
    outline: none;
}

#subtitle_message {
    font-size: 16px;
    font-weight: 400;
    width: 60%;
    margin-bottom: 20px;
}

#submit_btn_row {
    margin-top: -15px;
    margin-bottom: 0;
}

.common-btn {
    width: 100px;
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #263A5A;
    background-color: #263A5A;
    color: #fff;
    font-weight: 500;
}

.common-btn:hover,
.common-btn:focus {
    color: #fff;
    background-color: #82a15f;
    cursor: pointer;
}

#contact_info_section {
    padding-top: 10px;
}

#contact_info_section .row {
    margin-bottom: 0;
}

.icon {
    color: #09c8b7;
    margin-right: 3px;
}

.address_span {
    font-weight: 500;
}

.flag_containers {
    padding-bottom: 0;
    margin-bottom: -25px;
}

.first_country_address,
.second_country_address,
.third_country_address,
.fifth_country_address {
    border-right: 1px solid #d7dbd9;
    height: 150px;
}

.fourth_country_address {
    height: 150px;
}

.phone_number {
    color: black;
    float: left;
}

.social-icons li {
    display: inline;
    margin-right: 5px;
}

.table-btn {
    background-color: #fff;
    color: grey;
    border: 1px solid #b6c0f0;
    border-radius: 3px;
    font-weight: 500;
    font-size: 13px;
    height: 25px;
    width: 70px;
    margin: 2px;
    -webkit-appearance: none;
    outline: 0;
    resize: none;
}

.table-btn:hover,
.table-btn:focus {
    border: 1px solid red;
    background-color: red;
    color: #fff;
}


/*ChatBox CSS*/


/* Button used to open the chat form - fixed at the bottom of the page */

.open-button {
    background-color: red;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px;
    -webkit-appearance: none;
    outline: 0;
    resize: none;
}

.chat_message {
    color: black;
    font-size: 15px;
}


/* The popup chat - hidden by default */

.chat-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
}


/* Add styles to the form container */

.form-container {
    max-width: 300px;
    padding: 10px;
    background-color: #e6e8e7;
}

.one_time_reg {
    padding: 10px;
}


/* Full-width textarea */

.form-container textarea {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
    resize: none;
    min-height: 200px;
}


/* When the textarea gets focus, do something */

.form-container textarea:focus {
    background-color: #fff;
    outline: none;
}


/* Set a style for the submit/send button */

.form-container .btn {
    background-color: #4CAF50;
    color: white;
    padding: 5px 20px 5px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
}


/* Add a red background color to the cancel button */

.form-container .cancel {
    background-color: red;
}


/* Add some hover effects to buttons */

.form-container .btn:hover,
.open-button:hover {
    opacity: 1;
}


/*Chat Box CSS for Small Scree*/

@media only screen and (max-device-width: 480px) {
    .open-button {
        background-color: red;
        color: white;
        border: none;
        cursor: pointer;
        opacity: 0.8;
        position: fixed;
        width: 100%;
        text-align: center;
        margin-right: 0;
    }

    .chat-popup {
        display: none;
        position: fixed;
        float: center;
        bottom: 0;
        border: 3px solid #f1f1f1;
        z-index: 9;
        width: 100%;
    }

    .form-container {
        max-width: 100%;
        margin: 2px;
        padding: 10px;
        background-color: #e6e8e7;
    }

    #smart_payment {
        padding: 10px;
    }

    #smart_payment .col {
        padding: 10px;
    }
}


/*Right calculator Section*/

#right_calculator_section {
    padding-top: 20px;
}

#home_page_calculator {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    height: 100%;
}

.special-input {
    height: 2.3rem;
    width: 100%;
    border: 1px solid #c3c4e7;
    padding: 0 2px 0 6px;
    border-radius: 4px;
}


/*For IOS to not destroy my CSS*/

textarea,
button,
input.text,
input[type="text"],
input[type="date"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;
}


/* ************  term_and_condition Start*/

#main_row {
    padding: 0;
    margin: 0;
}

.terms_of_services_container {
    background-color: #263A5A;
    padding-top: 40px;
    padding-bottom: 40px;
}

.terms_condition_title {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
}

#second_row {
    padding-left: 10px;
    padding-right: 10px;
}

.terms_subtitle {
    font-size: 22px;
    font-weight: 500;
    color: black;
    padding-top: 30px;
}

.terms_small_subtitle {
    color: grey;
    font-size: 16px;
    font-weight: 500;
}

.common_para {
    font-size: 16px;
    color: black;
    font-weight: 450;
}


/*Footer*/

#rm_footer {
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #333;
    margin-bottom: 5px;
}

#rm_footer .col {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

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

.company_link {
    margin-top: 5px;
}

.company_link span a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.company_link span a:hover {
    text-decoration: underline;
    text-decoration-color: #fff;
}

.company_link span a:active {
    text-decoration: underline;
    color: red;
    text-decoration-color: red;
}

.social-icon {
    margin-right: 10px;
}

.icon_div {
    padding-top: 20px;
}

#bulk_second_row {
    padding: 30px;
}

#bulk_second_row .col {
    padding: 30px;
}

.img_container {
    padding-top: 20px;
}

#support_row {
    background-color: #F5F5F5;
}

#support_row {
    margin-top: 10px;
}

.left_support {
    padding-left: 30px;
}

.top_small_logo {
    width: 170px;
    height: 70px
}

a.close-sidenav>i.material-icons {
    position: absolute;
    right: 20px;
    top: 5px;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}