body {
    font-family: "Roboto";
    font-size: 100%;
    background-color: var(--dark-a);
}

a {
    text-decoration: none !important;
}

@media only screen and (max-width: 575px) {
    body {
        font-size: 93%;
    }
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 95%;
    }
}

@media only screen and (max-width: 991px) {
    body {
        font-size: 97%;
    }
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(../fonts/roboto/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(../fonts/roboto/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(../fonts/roboto/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(../fonts/roboto/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(../fonts/roboto/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(../fonts/roboto/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(../fonts/roboto/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.xc_logo {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.tk_remitToDubai_form {
    position: relative;
}

    .tk_remitToDubai_form .form_name {
        font-size: 1.5rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: -1px;
        color: var(--brand-c);
        margin: 2rem 0 1rem;
        position: relative;
    }

        .tk_remitToDubai_form .form_name::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -7px;
            width: 6rem;
            height: 3px;
            background-color: var(--light-b);
        }

    .tk_remitToDubai_form .submit_btn {
        border: none;
        background: var(--brand-b);
        color: var(--dark-a);
        padding: 0.5rem 3rem;
        border-radius: 7px;
        opacity: 0.9;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
        outline: none;
    }

        .tk_remitToDubai_form .submit_btn:hover {
            opacity: 1;
        }

   /* .tk_remitToDubai_form::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        display: block;
        background-image: url(../images/bgPattern-reverse.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100%;
        z-index: -1;
    }*/

    .tk_remitToDubai_form .form_container .form-group label {
        margin-bottom: 0.1rem;
        font-weight: bold;
        color: var(--light-a);
    }

    .tk_remitToDubai_form .form_container .form-group .form-control {
        border: none;
        padding: 1.5rem 0.5rem;
        outline: none;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
        background-color: var(--light-tonal-b);
        color: var(--brand-d);
    }

        .tk_remitToDubai_form .form_container .form-group .form-control:focus {
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-color: #e79e34;
        }

        .tk_remitToDubai_form .form_container .form-group .form-control[type="file"] {
            padding: 3px;
        }

    .tk_remitToDubai_form .form_container .form-group textarea {
        padding: 0.3rem 0.5rem !important;
        height:150px;
    }

#wechatBarcodeBtn {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    background: #e79e34;
    color: #313131;
    opacity: 1;
    padding: 2rem 0 0 0.5rem;
    font-size: 2rem;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.tk_remitToDubai_header {
    background: var(--dark-a);
    position: sticky;
    top: 0;
    z-index:60;
    opacity:1;
}

.navbar {
    padding: 1rem 2rem;
}
/*    .tk_remitToDubai_header .navbar .navbar-brand .remitToDubai_logo {
        width: 14rem;
    }*/
.tk_remitToDubai_header .navbar .navbar-toggler {
    border: none;
    outline: none;
}

    .tk_remitToDubai_header .navbar .navbar-nav .nav-item .nav-link {
        font-weight: 600;
        font-size: 0.9rem;
        word-spacing: -1px;
        position: relative;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
        color: var(--light-a);
        text-align: center;
    }

        .tk_remitToDubai_header .navbar .navbar-nav .nav-item .nav-link::after {
            content: "";
            display: inline-block;
            position: absolute;
            left: 50%;
            width: 0;
            bottom: 0;
            height: 2px;
            border-radius: 5px;
            background-color: var(--brand-b);
            -webkit-transition: 0.3s all;
            transition: 0.3s all;
            opacity: 0;
        }

    .tk_remitToDubai_header .navbar .navbar-nav .nav-item.active .nav-link {
        color: var(--brand-b);
        /*background: #c92742;*/
        border-radius: 15px 15px 15px 3px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .tk_remitToDubai_header .navbar .navbar-nav .nav-item:not(.active) .nav-link:hover::after {
        opacity: 1;
        left: 0.5rem;
        width: calc(100% - 1rem);
    }

    .tk_remitToDubai_header .navbar .remitToDubai_languages {
        width: auto;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
    }

        .tk_remitToDubai_header .navbar .remitToDubai_languages .language {
            width: 5.5rem;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            opacity: 0.8;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            background: #585858;
            height: 1.8rem;
            border-radius: 25px;
            overflow: hidden;
            margin: 0 1px;
        }

            .tk_remitToDubai_header .navbar .remitToDubai_languages .language img {
                width: 2.6rem;
                border-radius: 50% 130% 0 50%;
                -webkit-filter: grayscale(0.9);
                filter: grayscale(0.9);
                -webkit-transition: 0.3s all;
                transition: 0.3s all;
            }

            .tk_remitToDubai_header .navbar .remitToDubai_languages .language span {
                padding: 0 4px;
                font-size: 0.7rem;
                color: #fff;
                width: 100%;
            }

            .tk_remitToDubai_header .navbar .remitToDubai_languages .language.active img {
                -webkit-filter: grayscale(0);
                filter: grayscale(0);
            }

            .tk_remitToDubai_header .navbar .remitToDubai_languages .language:hover:not(.active) img {
                -webkit-filter: grayscale(0.3);
                filter: grayscale(0.3);
            }

        .tk_remitToDubai_header .navbar .remitToDubai_languages .login_btn {
            background: var(--brand-c);
            color: var(--dark-a);
            padding: 0.4rem 1rem;
            border-radius: 8px;
            vertical-align: middle;
            font-size: 0.9rem;
            margin: 0 1px;
        }

@-webkit-keyframes borderRadiusAnimate {
    0% {
        border-radius: 15px 15px 15px 5px;
    }

    25% {
        border-radius: 5px 15px 15px 15px;
    }

    50% {
        border-radius: 15px 5px 15px 15px;
    }

    75% {
        border-radius: 15px 15px 5px 15px;
    }

    100% {
        border-radius: 15px 15px 15px 5px;
    }
}

@keyframes borderRadiusAnimate {
    0% {
        border-radius: 15px 15px 15px 5px;
    }

    25% {
        border-radius: 5px 15px 15px 15px;
    }

    50% {
        border-radius: 15px 5px 15px 15px;
    }

    75% {
        border-radius: 15px 15px 5px 15px;
    }

    100% {
        border-radius: 15px 15px 15px 5px;
    }
}

@media only screen and (max-width: 767px) {
    .tk_remitToDubai_header .navbar .navbar-brand .remitToDubai_logo {
        width: 10rem;
    }

    .tk_remitToDubai_header .navbar .navbar-nav .nav-item .nav-link {
        text-align: center;
        border-radius: 15px 15px 15px 15px !important;
    }

    .tk_remitToDubai_header .navbar .remitToDubai_languages {
        width: unset;
    }
}

@media only screen and (max-width: 575px) {
    .tk_remitToDubai_header .navbar .navbar-brand .remitToDubai_logo {
        width: 7.5rem;
    }

    .tk_remitToDubai_header .navbar .navbar-nav .nav-item .nav-link {
        text-align: center;
        border-radius: 15px 15px 15px 15px !important;
    }

    .tk_remitToDubai_header .navbar .remitToDubai_languages {
        width: unset;
    }
}

@media (min-width: 1101px) and (max-width: 1199px) {
    .tk_remitToDubai_header .navbar .navbar-brand .remitToDubai_logo {
        width: 12rem;
    }

    .tk_remitToDubai_header .navbar .navbar-nav .nav-item .nav-link {
        padding: 0.4rem;
        font-size: 0.85rem;
    }
}

@media (min-width: 992px) and (max-width: 1100px) {
    .tk_remitToDubai_header .navbar .navbar-brand .remitToDubai_logo {
        width: 10rem;
    }

    .tk_remitToDubai_header .navbar .navbar-nav .nav-item .nav-link {
        padding: 0.4rem;
        font-size: 0.8rem;
    }
}

.tk_remitToDubai_slider #remitToDubai_slider {
    overflow: hidden;
}

    .tk_remitToDubai_slider #remitToDubai_slider .carousel-indicators {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        top: 0;
        right: -5rem;
        left: unset;
        bottom: 0;
        padding: 0.5rem;
        background-color: #f5ae45;
        border-radius: 25px 0 0 25px;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

        .tk_remitToDubai_slider #remitToDubai_slider .carousel-indicators li {
            width: 1rem !important;
            height: 1rem !important;
            background: #fff !important;
            border-radius: 0px;
            display: inline-block !important;
            padding: 0 !important;
            margin: 0 !important;
            border: none !important;
            border-radius: 50%;
            margin: 1px 0 !important;
        }

            .tk_remitToDubai_slider #remitToDubai_slider .carousel-indicators li.active {
                opacity: 1;
            }

    .tk_remitToDubai_slider #remitToDubai_slider:hover .carousel-indicators {
        right: 0;
    }

.tk_remitToDubai_exchange_rate {
    min-height: 20rem;
    background-image: url(../images/exchange-rate.jpg);
    background-position: center left;
    background-size: cover;
    margin-top: 3px;
    position: relative;
}

    .tk_remitToDubai_exchange_rate::before {
        display: block;
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.4);
        -webkit-filter: blur(50px);
        filter: blur(50px);
    }

    .tk_remitToDubai_exchange_rate .rate_table {
        width: 100%;
        background: rgba(0, 0, 0, 0.6);
    }

        .tk_remitToDubai_exchange_rate .rate_table thead {
            color: #fff;
            font-weight: 900;
        }

            .tk_remitToDubai_exchange_rate .rate_table thead tr {
                border: none;
                background: rgba(245, 174, 69, 0.42);
            }

                .tk_remitToDubai_exchange_rate .rate_table thead tr th {
                    padding: 0.5rem 1rem;
                    text-align: center;
                }

                    .tk_remitToDubai_exchange_rate .rate_table thead tr th:first-child {
                        text-align: left;
                    }

        .tk_remitToDubai_exchange_rate .rate_table tbody tr {
            opacity: 0.8;
            border-top: 2px solid black;
            cursor: pointer;
        }

            .tk_remitToDubai_exchange_rate .rate_table tbody tr:hover {
                opacity: 1;
                background: rgba(178, 31, 56, 0.55);
            }

            .tk_remitToDubai_exchange_rate .rate_table tbody tr td {
                padding: 0.2rem 1rem;
            }

                .tk_remitToDubai_exchange_rate .rate_table tbody tr td img {
                    width: 2rem;
                    border-radius: 9px 0 9px 0;
                }

                .tk_remitToDubai_exchange_rate .rate_table tbody tr td .currency_unit {
                    color: #fff;
                    vertical-align: middle;
                    margin-left: 5px;
                    font-size: 0.8rem;
                }

                .tk_remitToDubai_exchange_rate .rate_table tbody tr td.from,
                .tk_remitToDubai_exchange_rate .rate_table tbody tr td.to {
                    color: #fff;
                    vertical-align: middle;
                    text-align: center;
                    width: 25%;
                    font-weight: 400;
                }

            .tk_remitToDubai_exchange_rate .rate_table tbody tr.update {
                -webkit-animation: updatePrice 2s ease-in-out 3;
                animation: updatePrice 2s ease-in-out 3;
            }

@media only screen and (max-width: 991px) {
    .rate_table .mobile-noheader {
        display: none;
    }
}

@-webkit-keyframes updatePrice {
    0% {
        background-color: transparent;
    }

    50% {
        background-color: rgba(255, 255, 255, 0.2);
    }

    100% {
        background-color: transparent;
    }
}

@keyframes updatePrice {
    0% {
        background-color: transparent;
    }

    50% {
        background-color: rgba(255, 255, 255, 0.2);
    }

    100% {
        background-color: transparent;
    }
}

.tk_remitToDubai_live_price {
    background-color: #383838;
    padding: 0.7rem 2rem 0.5rem;
    margin: 0.2rem 0;
}

    .tk_remitToDubai_live_price .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .tk_remitToDubai_live_price .item_type {
        color: #fff;
        font-size: 1.2rem;
        font-weight: 700;
        padding: 0.5rem;
        border: 1px dashed;
        border-radius: 15px 15px 15px 3px;
    }

    .tk_remitToDubai_live_price .item_detail {
        margin-top: 0.5rem;
        color: #f5ae45;
        font-size: 1.5rem;
    }

        .tk_remitToDubai_live_price .item_detail small {
            margin: 0 0.2rem;
        }

.tk_remitToDubai_change_rate .section_title {
    text-align: center;
    font-weight: bolder;
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
    color: #383838;
}

.tk_remitToDubai_change_rate .change_rate {
    background-image: url(../images/bgPattern.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .tk_remitToDubai_change_rate .change_rate .change_calculator {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .tk_remitToDubai_change_rate .change_rate .change_calculator span {
            font-weight: bold;
            margin: 0 0.5rem;
        }

        .tk_remitToDubai_change_rate .change_rate .change_calculator .subTitle {
            white-space: nowrap;
        }

        .tk_remitToDubai_change_rate .change_rate .change_calculator .current_input_box {
            position: relative;
        }

            .tk_remitToDubai_change_rate .change_rate .change_calculator .current_input_box input {
                width: 100%;
                padding: 0.5rem 2.5rem 0.5rem 0.75rem;
                border-radius: 5px;
                border: 2px solid #8a8a8a;
                outline: none;
            }

            .tk_remitToDubai_change_rate .change_rate .change_calculator .current_input_box .icon {
                position: absolute;
                right: 0.3rem;
                height: 1.3rem;
                top: calc(50% - 0.75rem);
                font-weight: 700;
                color: #383838;
            }

.tk_remitToDubai_feature_items {
    padding: 2rem 1rem;
    /*background-image: url(../images/intro_map.jpg);*/
    /*background-position: center;
    background-size: contain;
    background-repeat: no-repeat;*/
}

    .tk_remitToDubai_feature_items .section_title {
        text-align: center;
        font-size: 1.8rem;
        font-weight: 900;
        margin: 1rem 0 2rem;
        color: var(--dark-tonal-a);
    }

    .tk_remitToDubai_feature_items .item {
        margin-bottom: 1rem;
    }

        .tk_remitToDubai_feature_items .item .item_icon_wrapper {
            text-align: center;
            position: relative;
            margin: 0 auto;
        }

            .tk_remitToDubai_feature_items .item .item_icon_wrapper .icon {
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                top: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                font-size: 2rem;
                color: #4e4e4e;
            }

    .tk_remitToDubai_feature_items .item_title {
        font-size: 1.3rem;
        font-weight: 700;
        text-align: center;
        margin: 0.7rem 0;
        color: var(--light-a);
    }

    .tk_remitToDubai_feature_items .item_description {
        text-align: center;
        line-height: 1.7;
        word-spacing: -1px;
        color: var(--dark-d);
    }

.live__cart__header {
    font-size: 1.8rem;
    font-weight: 900;
    margin: 1rem 0 2rem;
    color: var(--dark-tonal-a);
}

.tk_remitToDubai_chart {
    /*   background-image: url(../images/bgPattern-reverse.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;*/
    padding: 2rem;
}

.tk_remitToDubai_footer {
    background-color: #16190e;
    padding: 3rem 0 0;
}

    .tk_remitToDubai_footer .qr-code {
        width: 12rem;
    }

    .tk_remitToDubai_footer .copy_right {
        background: var(--dark-a);
        color: #fff;
        text-align: center;
        padding: 1rem;
        margin-top: 3rem;
    }

    .tk_remitToDubai_footer .contact_info {
        list-style: none;
        color: #fff;
        font-weight: 100;
        padding: 0;
    }

        .tk_remitToDubai_footer .contact_info li {
            padding: 0.2rem 0;
        }

            .tk_remitToDubai_footer .contact_info li i {
                margin-right: 5px;
                color: var(--brand-c);
                font-size: 1.5rem;
                vertical-align: middle;
                display: inline-block;
                width: 2rem;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

        .tk_remitToDubai_footer .contact_info a {
            color: #fff;
        }

    .tk_remitToDubai_footer .section_title {
        color: var(--brand-a);
        text-align: center;
        margin-bottom: 2rem;
        font-size: 1.8rem;
        font-weight: 700;
    }

.tk_remitToDubai_breadcrumb {
    padding: 8rem 2rem;
    position: relative;
    overflow: hidden;
    background-color: var(--dark-a);
}

    .tk_remitToDubai_breadcrumb img {
        width: auto;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
    }

    .tk_remitToDubai_breadcrumb .page_title {
        color: #fff;
        font-weight: bold;
        font-size: 2rem;
        text-transform: uppercase;
        z-index: 1;
        position: relative;
    }

    .tk_remitToDubai_breadcrumb .breadcrumb_nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        list-style: none;
        z-index: 1;
        position: relative;
    }

        .tk_remitToDubai_breadcrumb .breadcrumb_nav li {
            margin-right: 0.5rem;
            color: #fff;
        }

            .tk_remitToDubai_breadcrumb .breadcrumb_nav li a {
                font-weight: 400;
                color: #fff;
                text-transform: uppercase;
            }

@media only screen and (min-width: 992px) {
    .tk_remitToDubai_breadcrumb img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 100%;
        object-position: top right;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .tk_remitToDubai_breadcrumb {
        padding:2rem 2rem
    }

    .tk_remitToDubai_breadcrumb .page_title{
        font-size:1.4rem;
    }
}

.tk_remitToDubai_service_process {
    padding: 2rem 1rem;
}

    .tk_remitToDubai_service_process .section_title {
        text-align: center;
        font-size: 1.8rem;
        font-weight: 900;
        margin: 1rem 0 2rem;
        color: var(--brand-b);
    }

    .tk_remitToDubai_service_process .item {
        margin-bottom: 1rem;
    }

        .tk_remitToDubai_service_process .item .item_icon_wrapper {
            width: 9vw;
            height: 9vw;
            position: relative;
            margin: 0 auto;
        }



            .tk_remitToDubai_service_process .item .item_icon_wrapper figure {
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                top: 0;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                padding: 2.5vw;
                margin: 0;
            }

                .tk_remitToDubai_service_process .item .item_icon_wrapper figure .icon {
                    width: 90%;
                    filter: brightness(3);
                }

        .tk_remitToDubai_service_process .item:not(:last-child)::after {
            content: ">";
            display: block;
            position: absolute;
            right: -1.7vw;
            top: calc(50% - 1.68vw);
            font-size: 2.2vw;
            font-family: Roboto;
            text-shadow: -2px 0px 7px var(--light-toanl-a);
            color: var(--brand-d);
            font-weight: bold;
            -webkit-animation: blink 1s infinite;
            animation: blink 1s infinite;
        }

        .tk_remitToDubai_service_process .item:not(:last-child)::before {
            content: ">";
            display: block;
            position: absolute;
            right: -0.9vw;
            top: calc(50% - 1.3vw);
            font-size: 1.8vw;
            font-family: Roboto;
            text-shadow: -2px 0px 7px var(--light-toanl-a);
            color: var(--brand-d);
            -webkit-animation: blink 1s infinite;
            animation: blink 1s infinite;
            -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
        }

@-webkit-keyframes blink {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}

@keyframes blink {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}

@media only screen and (max-width: 767px) {
    .tk_remitToDubai_service_process .item::before {
        display: none !important;
    }

    .tk_remitToDubai_service_process .item::after {
        right: -1.2vw !important;
    }
}

.tk_remitToDubai_description {
    margin: 2rem 0 4rem;
}


    .tk_remitToDubai_description .partner img {
        background: var(--light-c);
        border-radius: 12px;
    }

    .tk_remitToDubai_description .section_title {
        font-size: 1.5rem;
        font-weight: bold;
        text-transform: uppercase;
        color: var(--brand-b);
    }

    .tk_remitToDubai_description .section_desc {
        font-size: 1rem;
        color: var(--light-b);
        /*border-left: 3px solid #e79e34;*/
    }

        .tk_remitToDubai_description .section_desc a {
            color: var(--brand-c);
        }

        .tk_remitToDubai_description .section_desc ol,
        .tk_remitToDubai_description .section_desc ul {
            padding-left: 1.8rem;
        }

            .tk_remitToDubai_description .section_desc ol li,
            .tk_remitToDubai_description .section_desc ul li {
                padding: 0.3rem 0;
                background: transparent;
            }

.tk_remitToDubai_faq_container .questin_answer_wrapper {
    margin: 1rem 0;
    border-radius: 10px;
/*    background-image: url(../images/ballon.png);
    background-repeat: no-repeat;
    background-position: top -0.5rem right -1rem;
    background-size: 12rem;*/
    background-color: var(--light-tonal-b)
}

    .tk_remitToDubai_faq_container .questin_answer_wrapper .card-header {
        border: none;
        background-color: unset;
    }

        .tk_remitToDubai_faq_container .questin_answer_wrapper .card-header button {
            display: block;
            width: 100%;
            text-align: left;
            font-size: 1.2rem;
            font-weight: 600;
            color: var(--brand-b);
            text-transform: capitalize;
            outline: none;
            text-decoration: none;
        }

            .tk_remitToDubai_faq_container .questin_answer_wrapper .card-header button:focus {
                outline: none !important;
                -webkit-box-shadow: unset;
                box-shadow: unset;
            }

    .tk_remitToDubai_faq_container .questin_answer_wrapper .card-body {
        padding: 0 2rem 1.5rem;
        color: var(--brand-tonal-a);
    }

        .tk_remitToDubai_faq_container .questin_answer_wrapper .card-body p{
            margin: 0;
        }

        .tk_remitToDubai_faq_container .questin_answer_wrapper .card-body p a {
            color: var(--brand-c);
        }

        .tk_remitToDubai_branchs {
            padding: 2rem 0;
        }

    .tk_remitToDubai_branchs .section_title {
        text-align: center;
        margin-bottom: 2rem;
        font-size: 1.8rem;
        font-weight: bold;
        text-transform: uppercase;
        color: var(--brand-b);
    }

    .tk_remitToDubai_branchs .branch_detail {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
    }

        .tk_remitToDubai_branchs .branch_detail:hover .detail {
            opacity: 1;
        }

        .tk_remitToDubai_branchs .branch_detail .map {
            min-height: 500px;
            border-radius: 10px;
            border: 1px solid #d2d2d2;
        }

            .tk_remitToDubai_branchs .branch_detail .map iframe {
                border: 0;
                width: 100%;
                border-radius: 10px;
                height: 100%;
            }

        .tk_remitToDubai_branchs .branch_detail .detail {
            position: absolute;
            width: 75%;
            border-radius: 10px;
            background-color: #2d330d;
            padding: 1rem;
            opacity: 0.9;
            -webkit-transition: 0.3s all;
            transition: 0.3s all;
            right: 30%;
        }

            .tk_remitToDubai_branchs .branch_detail .detail.top.left {
                left: 2rem;
                top: 1.5rem;
            }

            .tk_remitToDubai_branchs .branch_detail .detail.bottom.left {
                left: 2rem;
                bottom: 1.5rem;
            }

            .tk_remitToDubai_branchs .branch_detail .detail.bottom.center {
                right: 12.5%;
                bottom: 8px;
            }

            .tk_remitToDubai_branchs .branch_detail .detail.bottom.right {
                right: 2rem;
                bottom: 1.5rem;
            }

            .tk_remitToDubai_branchs .branch_detail .detail .branch_title {
                font-size: 1.5rem;
                font-weight: 600;
                text-transform: uppercase;
                color: var(--light-a);
            }

            .tk_remitToDubai_branchs .branch_detail .detail .branch_Opration {
                color: var(--light-a);
            }

            .tk_remitToDubai_branchs .branch_detail .detail .branch_address {
                font-size: 0.9rem;
                margin: 5px 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: baseline;
                -ms-flex-align: baseline;
                align-items: baseline;
                color: var(--light-a);
            }

                .tk_remitToDubai_branchs .branch_detail .detail .branch_address i {
                    margin-right: 5px;
                    font-size: 1rem;
                    color: var(--light-a);
                }

            .tk_remitToDubai_branchs .branch_detail .detail .branch_phone {
                font-size: 0.9rem;
                margin: 5px 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: baseline;
                -ms-flex-align: baseline;
                align-items: baseline;
                color: var(--light-a);
            }

                .tk_remitToDubai_branchs .branch_detail .detail .branch_phone a {
                    color: var(--light-b);
                    text-decoration: underline !important;
                }

                .tk_remitToDubai_branchs .branch_detail .detail .branch_phone i {
                    margin-right: 5px;
                    font-size: 1rem;
                }

@media only screen and (max-width: 991px) {
    .tk_remitToDubai_branchs .branch_detail .map {
        min-height: 550px;
    }

    .tk_remitToDubai_branchs .branch_detail .detail {
        position: static;
        background: transparent;
        margin-top: 12px;
    }
}

@media only screen and (max-width: 768px) {
    .tk_remitToDubai_branchs .branch_detail .map {
        min-height: 550px;
    }

    .tk_remitToDubai_branchs .branch_detail .detail {
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: unset !important;
        width: 100%;
        opacity: 1;
        position: static;
        background-color: transparent;
    }
}

.tk_remitToDubai_registration_form {
    padding: 4rem 0;
    position: relative;
}

    .tk_remitToDubai_registration_form .group_name {
        font-size: 1.5rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: -1px;
        color: var(--brand-b);
        margin: 2rem 0 1rem;
        position: relative;
    }

        .tk_remitToDubai_registration_form .group_name::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -7px;
            width: 6rem;
            height: 3px;
            background-color: var(--light-a);
        }

.navbar-light .navbar-toggler-icon {
    filter: brightness(100) grayscale(0) invert(1);
}

.tk_remitToDubai_registration_form .registr_btn {
    border: none;
    background: var(--brand-c);
    color: var(--dark-a);
    padding: 0.5rem 3rem;
    border-radius: 7px;
    opacity: 0.9;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    outline: none;
}

        .tk_remitToDubai_registration_form .registr_btn:hover {
            opacity: 1;
        }

    /*.tk_remitToDubai_registration_form::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 50%;
        display: block;
        background-image: url(../images/bgPattern.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100%;
        z-index: -1;
    }

    .tk_remitToDubai_registration_form::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 50%;
        display: block;
        background-image: url(../images/bgPattern-reverse.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100%;
        z-index: -1;
    }*/

    .tk_remitToDubai_registration_form .registr_form .form-group label {
        margin-bottom: 0.1rem;
        font-weight: bold;
        color: var(--light-a);
    }

    .tk_remitToDubai_registration_form .registr_form .form-group .form-control {
        border: none;
        padding: 0.2rem 0.5rem;
        outline: none;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
        background-color: var(--light-tonal-b);
        color: var(--brand-d);
    }

        .tk_remitToDubai_registration_form .registr_form .form-group .form-control::placeholder{
            color: var(--light-d) !important;
        }

        .tk_remitToDubai_registration_form .registr_form .form-group .form-control:focus {
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-color: #e79e34;
        }

        .tk_remitToDubai_registration_form .registr_form .form-group .form-control[type="file"] {
            padding: 3px;
        }

    .tk_remitToDubai_registration_form .registr_form .form-group textarea {
        padding: 0.3rem 0.5rem !important;
    }

    .tk_remitToDubai_registration_form .registr_form .file_upload_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .tk_remitToDubai_registration_form .registr_form .file_upload_wrapper figure {
            margin: 5px 0;
            text-align: center;
            background: var(--light-tonal-b);
            border-radius: 5px;
        }

            .tk_remitToDubai_registration_form .registr_form .file_upload_wrapper figure img {
                -ms-flex-item-align: center;
                -ms-grid-row-align: center;
                align-self: center;
                max-width: 100%;
                max-height: 100%;
                -o-object-fit: contain;
                object-fit: contain;
            }

.tk_remitToDubai_joinus_items {
    padding: 2rem 1rem;
}

    .tk_remitToDubai_joinus_items .section_title {
        text-align: center;
        font-size: 1.8rem;
        font-weight: 900;
        margin: 1rem 0 2rem;
        color: var(--brand-a);
    }

    .tk_remitToDubai_joinus_items .item {
        margin-bottom: 1rem;
    }

        .tk_remitToDubai_joinus_items .item .item_icon_wrapper {
            width: 8vw;
            height: 8vw;
            position: relative;
            margin: 0 auto;
        }

            .tk_remitToDubai_joinus_items .item .item_icon_wrapper figure {
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                top: 0;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                padding: 2.5vw;
                margin: 0;
            }

                .tk_remitToDubai_joinus_items .item .item_icon_wrapper figure .icon {
                    width: 100%;
                    -webkit-filter: grayscale(0.9) contrast(0.9);
                    filter: grayscale(0.9) contrast(0.9);
                }

    .tk_remitToDubai_joinus_items .item_description {
        text-align: center;
        line-height: 1.7;
        word-spacing: -1px;
        color: var(--light-b);
        margin-top: 1rem;
    }

@media only screen and (max-width: 991px) {
    .tk_remitToDubai_joinus_items .item .item_icon_wrapper {
        width: 12vw;
        height: 12vw;
    }
}

@media only screen and (max-width: 767px) {
    .tk_remitToDubai_joinus_items .item .item_icon_wrapper {
        width: 13vw;
        height: 13vw;
    }
}

@media only screen and (max-width: 575px) {
    .tk_remitToDubai_joinus_items .item .item_icon_wrapper {
        width: 22vw;
        height: 22vw;
    }

        .tk_remitToDubai_joinus_items .item .item_icon_wrapper figure .icon {
            width: 70%;
        }
}

.career_box {
    position: relative;
    padding: 2rem 8px 0rem;
    opacity: 0.8;
}

    .career_box::before {
        position: absolute;
        left: -50%;
        right: -50%;
        top: -15%;
        bottom: 75%;
        background-color: #f5ae45;
        z-index: -1;
        -webkit-transform: rotate(-19deg);
        transform: rotate(-19deg);
    }

    .career_box::after {
        position: absolute;
        left: -50%;
        right: -50%;
        top: 15%;
        bottom: 15%;
        z-index: -2;
        -webkit-transform: rotate(-19deg);
        transform: rotate(-19deg);
    }

.career_box_container {
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--light-a) !important;
}

.career_box h4 {
    margin: 0;
    text-align: center;
    padding: 1.7rem 0;
    background-color: #5a660a;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--light-a);
    font-family: "Roboto";
}

.career_box .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
}

    .career_box .nav-tabs .nav-item {
        font-size: 1.1rem !important;
        font-weight: 400 !important;
        border: none;
        border-bottom: 4px solid #cacaca;
        color: #1c1c1c !important;
    }

        .career_box .nav-tabs .nav-item.active {
            border-color: var(--light-tonal-b) !important;
        }

.our_teams > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1rem 0;
}

.our_teams img {
    width: 4rem;
    filter: hue-rotate(379deg) saturate(3) brightness(0.99);
}

.our_teams small {
    display: block;
    text-align: center;
    margin-top: 5px;
}

.light-section{
    background-color: var(--dark-b);
}

/*.tk_career_tabs:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    display: block;
    background: url(../images/career.png) right bottom -6rem no-repeat;
    background-size: 150%;
    z-index: -3;
}*/

@media (min-width: 992px) and (max-width: 1400px) {
    .tk_career_tabs:before {
        background-size: 180%;
    }
}

@media (max-width: 991px) {
    .tk_career_tabs:before {
        background-size: 200%;
    }
}

@media (max-width: 767px) {
    .tk_career_tabs:before {
        background-size: 250%;
    }
}

/*.tk_career_tabs:after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    display: block;
    background-color: #ffffff87;
    z-index: -3;
}*/

.tk_career_tabs {
    padding-bottom: 2rem;
}

.career_title {
    color: var(--brand-a);
    font-family: "roboto";
    text-transform: capitalize;
    letter-spacing: -0.5px;
    font-weight: bold;
}

.rate_table {
    width: 100%;
    color: #fff;
}

    .rate_table th {
        color: var(--brand-a);
    }

    .rate_table .rate_row {
        box-shadow: 0 1px 0px 0px #81837282;
    }

    .rate_table .rate_row img {
        width: 40px;
        height: 24px;
        object-fit: cover;
        object-position: center;
    }

        .rate_table .rate_row img:nth-child(1) {
            clip-path: polygon(20% 0, 100% 0%, 80% 100%, 0% 100%);
            position: relative;
            top: 2px;
        }
        .rate_table .rate_row img:nth-child(2) {
            clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%);
            position: relative;
            left: -10px;
            top: -2px;
        }

        .rate_table .rate_row .flag_warpper {
            width: 100px;
        }
        .rate_table .rate_row .pair {
            width: 100px;
        }

.rate_table .rate_row td{
    padding:8px 0px;
}

.from.sell, .to.buy{
    font-size: 14px;
    width: calc((100% - 200px) / 2)
}



/*# sourceMappingURL=remitToDubai_v3.min.css.map */
