@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');
@font-face {
  font-family: BeVietnam-Regular;
  src: url(../fonts/BeVietnam-Regular.ttf);
}
body {
    font-family: BeVietnam-Regular;
    overflow-x: hidden;
	font-size:14px;
}

#slider {
    /* height: 350px; */
    /* overflow: hidden; */
    /* width: 100%; */
    /* position: relative; */
}

.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;
     
    text-align: center;
    position: absolute;
    display: flex;
    left: auto;
    right: auto;
}

.get-niyo-card-contain {
    font-size: 22px;
    color: #de1f28;
    font-weight: 700;
    text-align: center;
}

.get-niyo-card-section {
    /* position: absolute; */
    /* top: 45%; */
    padding: 15px;
    /* padding-bottom: 35px; */
    height: 183px;
    /* left: 10%; */
    -webkit-box-shadow: 1px 3px 24px -10px rgba(0,0,0,0.16);
    -moz-box-shadow: 1px 3px 24px -10px rgba(0,0,0,0.16);
    box-shadow: 1px 3px 24px -10px rgba(0,0,0,0.16);
    /* width: 80%; */
    /* margin-left: 5%; */
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: -3em;
}

form {
     
    color: #434343;
     
}

input[type=radio]:checked~.check::before {
    background: #0DFF92;
}

.container1 {
    display: block;
    position: relative;
    padding-left: 35px;
    /* margin-bottom: 12px; */
    cursor: pointer;
    -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;
}



.forex-cards-image-section {
    /* padding: 0; */
    margin-top: 10em;
    /* 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%; */
    padding: 20px 70px 30px;
    border-radius: 10px;
    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;**/
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
}

.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: rgb(0 0 0 / 28%);
    /* 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: #ffffff;
}

.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;
}

.book-now {
    background: #e12033;
    color: #fff;
    /* width: 100%; */
    font-size: 14px;
    padding: 7px 15px;
}

.country-box select {
    border: none;
 
    padding: 0;
    color: white;
    background-color: rgb(255 255 255 / 0%);
}

input {
    background-color: rgb(0 0 0 / 32%) !important;
    color: #ffffff !important;
    border: 0px !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;
    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;
     
}

.contain6 {
    /* margin-left: 41%; */
}

.contian9 {
 
    color: #ffffff;
     
    text-align: center;
}

.contact-section {
    background-color: #f2f1f1;
    padding: 25px 15px 25px 10px;
}

.contact-section.section p {
    margin-bottom: 0;
    font-size: 14.083px;
     
    color: rgb( 67, 67, 67);
    line-height: 1.385;
}


.testi-img img {
    border-radius: 10px;
    margin-bottom: 10px;
}

.testi-img h5 {
    color: #e42958;
    margin: 0;
}

.testi-img p {
    margin: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 700;
    line-height: 1.2;
}

.owl-testi {
    padding-top: 6em;
}

.testi-body {
    padding-top: 15em;
}

.testi-img {
    text-align: center;
    /* padding: 20px; */
    /* border-radius: 10px; */
    /* background-color: #f2f1f1; */
}
.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;
}
    
    
   
    /* ----------------------------- Header -----------------------------  */
   
    form {
        font-size: 15px;
        color: #434343;
    }
    input[type=radio]:checked~.check::before {
        background: #0DFF92;
    }
    .container1 {
        display: block;
        position: relative;
        padding-left: 35px;
        min-height: 46px;
        margin-bottom: 0;
        cursor: pointer;
        -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: 14px;
        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;
    }
 
    .forex-cards-image-section {
        padding: 0;
        margin-top: 4em;
        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: 10px;
        background-image: linear-gradient(90deg, #eb3389 0%, #dd1f27 100%);
    }
    .card640 img {
        width: 85%;
        padding-left: 20px;
    }
    
    .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: rgb(0 0 0 / 35%);
        /* margin-right: 3%; */
        /* margin-left: 4%; */
        /**width: 94%;
    margin-right: 2%;
    margin-left: 3%;**/
        /* padding-top: 2%; */
        /* padding-bottom: 1%; */
        /* padding-right: 2%; */
        /* padding-left: 2%; */
        border-radius: 5px;
        padding: 10px;
        margin-top: 15px;
    }
    .converter-box p {
        text-align: center;
        margin-bottom: 0;
        /* font-weight: 600; */
        color: #ffffff;
    }
    .exchange-text {
        margin-bottom: 1%;
    }
    img.flip-img {
        display: block;
        margin-bottom: 15px;
    }
    .country-box {
        width: 40%;
        margin-bottom: 0;
        float: left;
    }
    .country-placeholder {
        width: 50%;
        float: left;
        margin-left: 5%;
    }
    .country-placeholder input {
        background: #f2f1f1;
         
    }
    .book-now {
        background: #e12033;
        color: #fff;
        /* width: 100%; */
        font-size: 14px;
        padding: 7px 15px;
    }
    .country-box select {
        border: none;
     
        padding: 0;
    }
    input {
        background-color: rgb(0 0 0 / 22%) !important;
        color: #ffffff !important;
    }
    .cantain-half {
        border-width: 2px;
        border-radius: 56px;
        background-image: linear-gradient(90deg, #ffea00 0%, #ffa900 100%);
    }
    .contain-full {
        /* min-height: 112px; */
        border-radius: 56px;
        background-image: linear-gradient(90deg, #eb3389 0%, #dd1f27 100%);
        border: 5px solid #ffa800;
        margin-bottom: 30px;
        width: 100%;
    }
    .contain-full.contain-full1 {}

.contain-full.contain-full1 p {
    min-height: 10px;
    margin: 40px 0;
}
    .contain-half-contain {
        font-size: 16px;
        line-height: 20px;
        color: #ffffff;
        text-align: center;
        /* margin-top: 8%; */
        padding: 0 10px;
        width: 100%;
        margin-bottom: 0;
        /* min-height: 42px; */
        margin: 30px 0;
    }
    .contain3 {
        font-size: 22px;
        color: #de1f28;
        font-weight: 500;
        text-align: center;
        /* margin-left: 20%; */
        font-weight: 700;
    }
    .contain4 {
        font-size: 30px;
        color: #de1f28;
        font-weight: bold;
        font-weight: 700;
    }
    .testi-bg {
    min-height: 265px;
    background-image: url(../images/tessti-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding-top: 15em;
    position: absolute;
    width: 100%;
}
    .contain5 {
        font-size: 12px;
        color: #434343;
        font-weight: 300;
         
    }
    .contain6 {
        /* margin-left: 41%; */
    }
    .contian9 {
     
        color: #ffffff;
         
        text-align: center;
    }
    .contact-section {
        background-color: #f2f1f1;
        padding: 25px 15px 25px 10px;
    }
    .contact-section.section p {
        margin-bottom: 0;
        font-size: 13.083px;
        color: rgb( 67, 67, 67);
        line-height: 1.385;
    }
    .testi-img img {
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    background-color: #f2f1f1;
}
    .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; */
    }
    

.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;
}

.proceed-btn {
    /* position: absolute; */
    /* left: 42%; */
    /* top: 80%; */
}
.bg-green {
    background-color: #11C29F !important;
}

.bg-pink {
    background-color: #EC3387 !important;
}

.bg-violet {
    background-color: #7200FF !important;
}

.bg-yellow {
    background-color: #FFC600 !important;
}
.bg-green2 {
    background-color: #a4c50c !important;
}

.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  /* border: 1px solid #ccc; */
  background-color: #F2F1F1;
  border-radius: 10px;
  margin-bottom: 30px;
  /* padding-top: 31%; */
}

	.flip-container:hover .flipper,  
  .flip-container.hover .flipper {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 100%;
	height: 228px;
}
.owl-offer .flip-container, .owl-offer .front, .owl-offer .back {
	width: 100%;
	height: 314px;
	color: white;
}

.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;

	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
  
  -o-transition: 0.6s;
	-o-transform-style: preserve-3d;

	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
}

.front {
	
z-index: 2;
	
padding-top: 20%;
	
text-align: center;
}
.front h4 {
    font-size: 17px;
    margin-top: 10px;
}
.owl-offer .front {
	
z-index: 2;
	
padding-top: 13%;
	
text-align: center;
}
.back ul {
    padding-left: 15px;
    /* padding: 0; */
}
.front img {
    width: 70px !important;
    display: inline !important;
}
.owl-carousel .owl-item img {
    display: unset !important;
    width:unset !important;
}
.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	/* background: #f8f8f8; */
	padding: 45px 20px;
	text-align: left;
	/* padding-right: 30px; */
	background: rgb(235,51,137);
	background: -moz-linear-gradient(90deg, rgba(235,51,137,1) 0%, rgba(221,31,39,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(235,51,137,1) 0%, rgba(221,31,39,1) 100%);
	background: linear-gradient(90deg, rgba(235,51,137,1) 0%, rgba(221,31,39,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb3389",endColorstr="#dd1f27",GradientType=1);
	color: white;
	border-radius: 10px;
}
.inner-back {
    background-color: #E9B911;
    padding: 12px 7px 13px;
    border-radius: 10px;
    min-height: 288px;
}
.front h2, .back h3 {
    text-transform: uppercase;
    font-weight: 700;
}
.front-img {
    min-height: 96px;
}
.owl-offer .back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	padding: 10px;
	text-align: center;
	background: #FFC600 !important;
	color: white;
	border-radius: 10px;
}
.owl-offer .back h5 {
    margin-bottom: 28px;
    font-size: 17px;
    /* min-height: 62px; */
}
.owl-offer .front h5 {
    min-height: 108px;
}
.front .name {
	font-size: 2em;
	display: inline-block;
	background: rgba(33, 33, 33, 0.9);
	color: #f8f8f8;
	font-family: Courier;
	padding: 5px 10px;
	border-radius: 5px;
	bottom: 60px;
	left: 25%;
	position: absolute;
	text-shadow: 0.1em 0.1em 0.05em #333;

	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
	transform: rotate(-20deg);
}

.back-logo {
	position: absolute;
	top: 40px;
	left: 90px;
	width: 160px;
	height: 117px;
	background: url(http://davidwalsh.name/demo/logo.png) 0 0 no-repeat;
}

.back-title {
	font-weight: bold;
	color: #00304a;
	position: absolute;
	top: 180px;
	left: 0;
	right: 0;
	text-align: center;
	text-shadow: 0.1em 0.1em 0.05em #acd7e5;
	font-family: Courier;
	font-size: 2em;
}

.back p {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 20px;
  font-family: arial;
  line-height: 2em;
}



@media screen and (max-width:1920px) {
}

@media screen and (max-width:1440px) {
}

@media screen and (max-width:1200px) {
	.get-niyo-card-section {
    
margin-top: -2em;
}
.front {
   
padding-top: 37%;
}
.flip-container, .front, .back {
    width: 100%;
    height: 241px;
}
.back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    /* background: #f8f8f8; */
    padding: 15px 20px;
}
.owl-testi {
    padding-top: 10em;
}
.testi-body {
    padding-top: 12em;
}

}

@media screen and (max-width:1024px) {
    .carousel-indicators {
    bottom: 4%;
}
}

@media screen and (max-width:991.98px) {
	.carousel-indicators {
    bottom: 6%;
}
	.get-niyo-card-section {
    margin-top: -2em;
    height: 278px;
}
.forex-cards-image-section {
     
    margin-top: 5em;
     
}
.contain-half-contain {
    
/* margin-top: 5%; */
    
/* margin-left: 1%; */
    
/* margin-right: 1%; */
}
.front h4 {
    font-size: 15px;
   
}
.container1 {
    
min-height: 29px;
}
.front {
    
padding-top: 37%;
}
.back ul {
    padding-left: 15px;
    /* padding: 0; */
    font-size: 13px;
}
}

@media screen and (max-width:767.98px) {
	.owl-offer .front h5 {
    min-height: 106px;
    font-size: 1.2em;
}
.front h2, .back h3 {
    text-transform: uppercase;
    font-size: 1.6em;
    font-weight: 700;
}
.owl-offer .flip-container, .owl-offer .front, .owl-offer .back {
    width: 100%;
    height: 309px;
    color: white;
}
.get-niyo-card-section {
    margin-top: -2em;
    height: 277px;
    margin-left: 15px;
    margin-right: 15px;
}
.carousel-indicators {
    bottom: 13%;
}
img.flip-img {
     
    margin-bottom: 15px;
    transform: rotate(90deg);
}
.front {
    z-index: 2;
    padding-top: 25%;
    text-align: center;
}
.testi-bg {
    min-height: 265px;
    background-size: auto;
    padding-top: 5em;
    text-align: center;
}
.testi-img img {
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    background-color: #f2f1f1;
}
.testi-body {
    padding-top: 2em;
}
.back ul {
    
    font-size: 15px;
}
}

@media screen and (max-width:575.98px) {
    .logobox {
    width: 84px;
}

.logobox img {
    width: 100%;
}
    .header-section {
    
padding: 4px 0;
}
	.get-niyo-card-section {
    margin-top: -1em;
    height: 393px;
}
.carousel-indicators {
    bottom: 1%;
}
.get-niyo-card-contain {
    font-size: 20px;
    min-height: 62px;
    margin: 0;
}
.inner-card-box {
    
padding: 20px;
}
.forex-text h4 {
        
        font-size: 20px;
    }
    .contain-half-contain {
    /* margin-top: 7%; */
}
.row.contain3.text-center h4 {
    font-size: 20px;
}
.front {
    z-index: 2;
    padding-top: 16%;
    text-align: center;
}
}

@media screen and (max-width:460.98px) {
		.get-niyo-card-section {
    margin-top: -2em;
    height: 382px;
}
.carousel-indicators {
    bottom: 4%;
}
}
@media screen and (max-width:400.98px) {
		.get-niyo-card-section {
    margin-top: -1em;
    height: 382px;
}
.carousel-indicators {
    bottom: -1%;
}
}

@media screen and (max-width:360.98px) {
    .carousel-indicators {
    bottom: -3%;
}
.get-niyo-card-section {
    margin-top: -1em;
    height: 382px;
}
}
