@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');
body {
    font-family: 'Raleway', sans-serif;
    overflow-x: hidden;
}

#slider {
    height: 350px;
    overflow: hidden;
    width: 100%;
}

.carousel-item {
    height: 350px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.carousel-indicators {}


/* ----------------------------- Header -----------------------------  */

.header-section {
    background-color: transparent;
    left: 0;
    position: absolute;
    right: 0;
    padding: 23px 0;
    top: 0;
    z-index: 99999;
}

.slider-contain {
    font-size: 40px;
    color: #de1f28;
    font-weight: 500;
    font-family: "Raleway";
    text-align: center;
    position: absolute;
    display: flex;
    left: auto;
    right: auto;
}

.get-niyo-card-contain {
    font-size: 22px;
    color: #de1f28;
    font-weight: 500;
    font-family: "Raleway";
    text-align: center;
}

.get-niyo-card-section {
    position: absolute;
    top: 35%;
    box-shadow: 2px 3px 4px black;
    width: 90%;
    margin-left: 5%;
    background-color: #ffffff;
}

form {
    font-size: 16px;
    color: #434343;
    font-family: "Raleway";
}

input[type=radio]:checked~.check::before {
    background: #0DFF92;
}

.container1 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.container1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 4px;
    left: 16px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 1px solid black;
}


/* On mouse-over, add a grey background color */

.container1:hover input~.checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.container1 input:checked~.checkmark {
    background-color: white;
    border: 1px solid red;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.container1 input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.container1 .checkmark:after {
    top: 13%;
    left: 11%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: red;
}

.btn1 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: linear-gradient(90deg, #eb3389 0%, #dd1f27 100%);
    border-radius: 30px;
    padding: 10px 50px;
    width: 193px;
    height: 52px;
    border-radius: 26px;
}

.forex-table-heading p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 17px;
    color: #434343;
}

span.text-red {
    color: #e12033;
    font-weight: 600;
}

.forex-table-caption {
    background: #e12033;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;
    margin-top: 2%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.forex-main-table-caption {
    border: 1px solid grey;
    padding-right: 0;
    padding-bottom: 15px;
    background: #fff;
    padding-left: 0;
}

.table thead th {
    border-bottom: 0;
    border-top: 0;
    padding-right: 0px;
    padding-left: 0px;
    /* border-right: 1px solid #fff;*/
}

.table thead th:after {
    height: 26px;
    display: inline-block;
    width: 1px;
    background: #fff;
    /* border-right: 1px white; */
    content: '';
    /* position: absolute; */
    float: right;
}

.table thead th:last-child::after,
.table thead th:first-child::after {
    content: "";
    display: none;
}

.table thead th:nth-last-child(2)::after {
    content: "";
    display: none;
}

span.zero-dollar {
    background: #e12033;
    padding: 8px;
    color: #fff;
    border-radius: 50%;
}

.table-card {
    margin-bottom: 0;
}

.table td {
    border-right: 1px solid grey;
    color: #434343;
}

.border-bottom {
    border-bottom: 1px solid grey !important;
}

.no-border-right {
    border-right: 0 !important;
}

.font-roboto {
    font-family: 'Roboto', sans-serif;
}

.forex-cards-image-section {
    padding: 0;
    margin-top: 11%;
    z-index: 100000000;
}

.carousel-indicators {
    bottom: 13%;
}

.inner-card-box {
    width: 94%;
    margin-right: 2%;
    margin-left: 3%;
    z-index: 1000;
    padding-top: 1%;
    padding-bottom: 1%;
    margin-bottom: 1%;
    margin-top: 1%;
    border-radius: 5px;
    background-image: linear-gradient(90deg, #eb3389 0%, #dd1f27 100%);
}

.card640 img {
    width: 85%;
    padding-left: 20px;
}

.forex-text {
    /**border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;**/
}

.forex-text h2 {
    color: #fff;
    font-size: 25px;
    text-align: center;
}


/**converter***/

.converter-section {
    background: #424242;
    padding: 3% 0;
    border-radius: 5px;
    display: none;
}

.converter-box {
    /**width: 94%; */
    background: #6a0a10;
    /* margin-right: 3%; */
    /* margin-left: 4%; */
    /**width: 94%;
    margin-right: 2%;
    margin-left: 3%;**/
    padding-top: 2%;
    padding-bottom: 1%;
    padding-right: 5%;
    padding-left: 5%;
    border-radius: 5px;
}

.converter-box p {
    text-align: center;
    margin-bottom: 0;
    font-weight: 600;
    color: #e12033;
}

.exchange-text {
    margin-bottom: 1%;
}

img.flip-img {
    display: block;
}

.country-box {
    width: 40%;
    margin-bottom: 0;
    float: left;
}

.country-placeholder {
    width: 50%;
    float: left;
    margin-left: 5%;
}

.country-placeholder input {
    background: #f2f1f1;
    font-family: 'Roboto', sans-serif;
}

.book-now {
    background: #e12033;
    color: #fff;
    /* width: 100%; */
    font-size: 14px;
    padding: 7px 15px;
}

.country-box select {
    border: none;
    font-size: 16px;
    padding: 0;
}

input {
    background-color: #760a11 !important;
    color: #ffffff !important;
}

.cantain-half {
    border-width: 2px;
    border-radius: 56px;
    background-image: linear-gradient(90deg, #ffea00 0%, #ffa900 100%);
}

.contain-full {
    height: 112px;
    border-radius: 56px;
    background-image: linear-gradient(90deg, #eb3389 0%, #dd1f27 100%);
}

.contain-half-contain {
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    font-family: "Raleway";
    text-align: center;
    margin-top: 8%;
}

.contain3 {
    font-size: 25px;
    color: #de1f28;
    font-weight: 500;
    text-align: center;
    margin-left: 20%;
}

.contain4 {
    font-size: 30px;
    color: #de1f28;
    font-weight: bold;
}

.contain5 {
    font-size: 12px;
    color: #434343;
    font-weight: 300;
    font-family: "Be Vietnam";
}

.contain6 {
    margin-left: 41%;
}

.contian9 {
    font-size: 16px;
    color: #ffffff;
    font-family: "Be Vietnam";
    text-align: center;
}

.contact-section {
    background-color: #f2f1f1;
    padding: 25px 15px 25px 10px;
}

.contact-section.section p {
    margin-bottom: 0;
    font-size: 14.083px;
    font-family: "Raleway";
    color: rgb( 67, 67, 67);
    line-height: 1.385;
}

.contact-section.section .rightsection {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: right;
}

.copyright-section {
    background-color: #e12033;
    color: #ffffff;
    padding: 25px 15px 25px 10px;
}

.copyright-section p {
    margin-bottom: 0;
    font-size: 13px;
}

.copyright-section p a {
    color: #ffffff;
}

.copyright-section .rightsection {
    text-align: right;
}

.slidessection {
    min-height: auto;
    /* height: 550px; */
    position: relative;
}

.banner-formbox {
    /* width: 25%; */
    /* float: right; */
    /* position: absolute; */
    /* z-index: 999999; */
    /* right: 0; */
    /* top: 0; */
    height: 100vh;
}

.banleft {
    /*top: 32%;
    position: absolute;*/
}

.slides-navigation a {
    display: block;
    text-decoration: none;
    color: #fff !important;
    visibility: visible;
    position: absolute;
    width: 40px@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');
    body {
        font-family: 'Raleway', sans-serif;
        overflow-x: hidden;
    }
    #slider {
        height: 350px;
        overflow: hidden;
        width: 100%;
    }
    .carousel-item {
        height: 350px;
    }
    .carousel-indicators li {
        width: 10px;
        height: 10px;
        border-radius: 100%;
    }
    .carousel-indicators {}
    /* ----------------------------- Header -----------------------------  */
    .header-section {
        background-color: transparent;
        left: 0;
        position: absolute;
        right: 0;
        padding: 23px 0;
        top: 0;
        z-index: 99999;
    }
    .slider-contain {
        font-size: 40px;
        color: #de1f28;
        font-weight: 500;
        font-family: "Raleway";
        text-align: center;
        position: absolute;
        display: flex;
        left: auto;
        right: auto;
    }
    .get-niyo-card-contain {
        font-size: 22px;
        color: #de1f28;
        font-weight: 500;
        font-family: "Raleway";
        text-align: center;
    }
    .get-niyo-card-section {
        position: absolute;
        top: 35%;
        box-shadow: 2px 3px 4px black;
        width: 90%;
        margin-left: 5%;
        background-color: #ffffff;
    }
    form {
        font-size: 16px;
        color: #434343;
        font-family: "Raleway";
    }
    input[type=radio]:checked~.check::before {
        background: #0DFF92;
    }
    .container1 {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 16px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    /* Hide the browser's default radio button */
    .container1 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }
    /* Create a custom radio button */
    .checkmark {
        position: absolute;
        top: 4px;
        left: 16px;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        border: 1px solid black;
    }
    /* On mouse-over, add a grey background color */
    .container1:hover input~.checkmark {
        background-color: #ccc;
    }
    /* When the radio button is checked, add a blue background */
    .container1 input:checked~.checkmark {
        background-color: white;
        border: 1px solid red;
    }
    /* Create the indicator (the dot/circle - hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }
    /* Show the indicator (dot/circle) when checked */
    .container1 input:checked~.checkmark:after {
        display: block;
    }
    /* Style the indicator (dot/circle) */
    .container1 .checkmark:after {
        top: 13%;
        left: 11%;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: red;
    }
    .btn1 {
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        background-image: linear-gradient(90deg, #eb3389 0%, #dd1f27 100%);
        border-radius: 30px;
        padding: 10px 50px;
        width: 193px;
        height: 52px;
        border-radius: 26px;
    }
    .forex-table-heading p {
        margin-bottom: 0;
        font-weight: 500;
        font-size: 17px;
        color: #434343;
    }
    span.text-red {
        color: #e12033;
        font-weight: 600;
    }
    .forex-table-caption {
        background: #e12033;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        padding: 10px 0;
        margin-top: 2%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .forex-main-table-caption {
        border: 1px solid grey;
        padding-right: 0;
        padding-bottom: 15px;
        background: #fff;
        padding-left: 0;
    }
    .table thead th {
        border-bottom: 0;
        border-top: 0;
        padding-right: 0px;
        padding-left: 0px;
        /* border-right: 1px solid #fff;*/
    }
    .table thead th:after {
        height: 26px;
        display: inline-block;
        width: 1px;
        background: #fff;
        /* border-right: 1px white; */
        content: '';
        /* position: absolute; */
        float: right;
    }
    .table thead th:last-child::after,
    .table thead th:first-child::after {
        content: "";
        display: none;
    }
    .table thead th:nth-last-child(2)::after {
        content: "";
        display: none;
    }
    span.zero-dollar {
        background: #e12033;
        padding: 8px;
        color: #fff;
        border-radius: 50%;
    }
    .table-card {
        margin-bottom: 0;
    }
    .table td {
        border-right: 1px solid grey;
        color: #434343;
    }
    .border-bottom {
        border-bottom: 1px solid grey !important;
    }
    .no-border-right {
        border-right: 0 !important;
    }
    .font-roboto {
        font-family: 'Roboto', sans-serif;
    }
    .forex-cards-image-section {
        padding: 0;
        margin-top: 11%;
        z-index: 100000000;
    }
    .carousel-indicators {
        bottom: 13%;
    }
    .inner-card-box {
        width: 94%;
        margin-right: 2%;
        margin-left: 3%;
        z-index: 1000;
        padding-top: 1%;
        padding-bottom: 1%;
        margin-bottom: 1%;
        margin-top: 1%;
        border-radius: 5px;
        background-image: linear-gradient(90deg, #eb3389 0%, #dd1f27 100%);
    }
    .card640 img {
        width: 85%;
        padding-left: 20px;
    }
    .forex-text {
        /**border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;**/
    }
    .forex-text h2 {
        color: #fff;
        font-size: 25px;
        text-align: center;
    }
    /**converter***/
    .converter-section {
        background: #424242;
        padding: 3% 0;
        border-radius: 5px;
        display: none;
    }
    .converter-box {
        /**width: 94%; */
        background: #6a0a10;
        /* margin-right: 3%; */
        /* margin-left: 4%; */
        /**width: 94%;
    margin-right: 2%;
    margin-left: 3%;**/
        padding-top: 2%;
        padding-bottom: 1%;
        padding-right: 5%;
        padding-left: 5%;
        border-radius: 5px;
    }
    .converter-box p {
        text-align: center;
        margin-bottom: 0;
        font-weight: 600;
        color: #e12033;
    }
    .exchange-text {
        margin-bottom: 1%;
    }
    img.flip-img {
        display: block;
    }
    .country-box {
        width: 40%;
        margin-bottom: 0;
        float: left;
    }
    .country-placeholder {
        width: 50%;
        float: left;
        margin-left: 5%;
    }
    .country-placeholder input {
        background: #f2f1f1;
        font-family: 'Roboto', sans-serif;
    }
    .book-now {
        background: #e12033;
        color: #fff;
        /* width: 100%; */
        font-size: 14px;
        padding: 7px 15px;
    }
    .country-box select {
        border: none;
        font-size: 16px;
        padding: 0;
    }
    input {
        background-color: #760a11 !important;
        color: #ffffff !important;
    }
    .cantain-half {
        border-width: 2px;
        border-radius: 56px;
        background-image: linear-gradient(90deg, #ffea00 0%, #ffa900 100%);
    }
    .contain-full {
        height: 112px;
        border-radius: 56px;
        background-image: linear-gradient(90deg, #eb3389 0%, #dd1f27 100%);
    }
    .contain-half-contain {
        font-size: 18px;
        line-height: 20px;
        color: #ffffff;
        font-family: "Raleway";
        text-align: center;
        margin-top: 8%;
    }
    .contain3 {
        font-size: 25px;
        color: #de1f28;
        font-weight: 500;
        text-align: center;
        margin-left: 20%;
    }
    .contain4 {
        font-size: 30px;
        color: #de1f28;
        font-weight: bold;
    }
    .contain5 {
        font-size: 12px;
        color: #434343;
        font-weight: 300;
        font-family: "Be Vietnam";
    }
    .contain6 {
        margin-left: 41%;
    }
    .contian9 {
        font-size: 16px;
        color: #ffffff;
        font-family: "Be Vietnam";
        text-align: center;
    }
    .contact-section {
        background-color: #f2f1f1;
        padding: 25px 15px 25px 10px;
    }
    .contact-section.section p {
        margin-bottom: 0;
        font-size: 14.083px;
        font-family: "Raleway";
        color: rgb( 67, 67, 67);
        line-height: 1.385;
    }
    .contact-section.section .rightsection {
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: right;
    }
    .copyright-section {
        background-color: #434343;
        color: #ffffff;
        padding: 25px 15px 25px 10px;
    }
    .copyright-section p {
        margin-bottom: 0;
        font-size: 13px;
    }
    .copyright-section p a {
        color: #ffffff;
    }
    .copyright-section .rightsection {
        text-align: right;
    }
    .slidessection {
        min-height: auto;
        /* height: 550px; */
        position: relative;
    }
    .banner-formbox {
        /* width: 25%; */
        /* float: right; */
        /* position: absolute; */
        /* z-index: 999999; */
        /* right: 0; */
        /* top: 0; */
        height: 100vh;
    }
    .banleft {
        /*top: 32%;
    position: absolute;*/
    }
    .slides-navigation a {
        display: block;
        text-decoration: none;
        color: #fff !important;
        visibility: visible;
        position: absolute;
        width: 40px;
        text-align: center;
        height: 90px;
        line-height: 62px;
        font-size: 25px;
        top: 50%;
        z-index: 99;
        overflow: hidden;
        text-indent: -600%;
        background-color: #000;
        opacity: 0.7;
    }
    .slides {
        min-height: 700px;
        height: 100vh;
    }
    .converter-loader img {
        width: 5%;
        margin: auto;
        /* display: block; */
    }
    text-align: center;
    height: 90px;
    line-height: 62px;
    font-size: 25px;
    top: 50%;
    z-index: 99;
    overflow: hidden;
    text-indent: -600%;
    background-color: #000;
    opacity: 0.7;
}

.slides {
    min-height: 700px;
    height: 100vh;
}

.converter-loader img {
    width: 5%;
    margin: auto;
    /* display: block; */
}

.red {
    color: red;
}

.redbold {
    font-weight: 600;
    color: red;
}

.redbold a {
    font-weight: 600;
    color: red;
}

@media screen and (max-width:768px) {
    .forex-cards-image-section {
        margin-top: 81%;
    }
    .contain3 {
        margin-left: 0px;
    }
    .contain11 {
        margin-left: auto;
        margin-right: auto;
    }
    .contact-section.section .rightsection {
        text-align: left;
    }
    .contain-full {
        margin-left: 16px;
        height: 97px;
    }
}

.carousel-indicators li {
    background-color: red;
}