* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-family: 'Gordita';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
}

img {
    max-width: 100%;
}

p {
    color: #000;
    font-size: 15px;
    margin: 0;
    font-weight: 400;
}

a {
    color: #0AB0D8;
    text-decoration: none;
}


h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    margin: 0;
    padding: 0;
    font-family: 'Gordita';
}

h5,
.h5,
h6,
.h6 {
    margin: 0;
    padding: 0;
    font-family: 'Gordita';
}


ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    font-family: 'Gordita';
}


.container {
    width: 100%;
    max-width: 1250px;
}

/* font */

@font-face {
    font-family: 'Gordita';
    src: url('../font/Gordita-Black.woff2') format('woff2'),
        url('../font/Gordita-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gordita';
    src: url('../font/Gordita-BoldItalic.woff2') format('woff2'),
        url('../font/Gordita-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gordita';
    src: url('../font/Gordita-BlackItalic.woff2') format('woff2'),
        url('../font/Gordita-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gordita';
    src: url('../font/Gordita-Light.woff2') format('woff2'),
        url('../font/Gordita-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gordita';
    src: url('../font/Gordita-MediumItalic.woff2') format('woff2'),
        url('../font/Gordita-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gordita';
    src: url('../font/Gordita-LightItalic.woff2') format('woff2'),
        url('../font/Gordita-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gordita';
    src: url('../font/Gordita-Bold.woff2') format('woff2'),
        url('../font/Gordita-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gordita';
    src: url('../font/Gordita-RegularItalic.woff2') format('woff2'),
        url('../font/Gordita-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gordita';
    src: url('../font/Gordita-Medium.woff2') format('woff2'),
        url('../font/Gordita-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gordita';
    src: url('../font/Gordita-Thin.woff2') format('woff2'),
        url('../font/Gordita-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gordita Ultra';
    src: url('../font/Gordita-UltraItalic.woff2') format('woff2'),
        url('../font/Gordita-UltraItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gordita Ultra';
    src: url('../font/Gordita-Ultra.woff2') format('woff2'),
        url('../font/Gordita-Ultra.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gordita';
    src: url('../font/Gordita-ThinItalic.woff2') format('woff2'),
        url('../font/Gordita-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gordita';
    src: url('../font/Gordita-Regular.woff2') format('woff2'),
        url('../font/Gordita-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*button style*/

.btn {
    border: none;
    outline: none;
    border-radius: 8px;
    padding: 8px 20px;
}

.btn-sm {
    border: none;
    outline: none;
    border-radius: 8px;
    padding: 8px 5px;
}

.btn:focus {
    box-shadow: none !important;
}

.btn:hover {
    background-color: none;
}

.btn-primary {
    background-color: #33CC66 !important;
    font-size: 14px;
}

.btn-secondary {
    background-color: transparent !important;
    color: #33CC66 !important;
    font-size: 14px;
}

.btn-sm-warning {
    background-color: transparent !important;
    color: #ffc107 !important;
    font-size: 14px;
}

.btn-secondary:hover {
    background-color: transparent;
    color: #33CC66;
}

@media(min-width: 992px) {

    .btn-primary ,
    .btn-secondary {
        font-size: 18px;
    }

    .btn {
        border: none;
        outline: none;
        border-radius: 8px;
        height: 56px;
        line-height: 35px;
    }
}

/*  */

.header-top {
    padding: 63px 0 26px 0;
    background-color: #F6F5FF;
}

.header-menu__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-item {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    padding: 46px 0 0 32px;
    transition: all 0.3s ease-in-out;
    z-index: 9;
}

.nav-item.show {
    left: 0;
}

.nav-item ul li a {
    display: inline-block;
    padding: 0 0 25px 0;
    color: #474747;
}

.nav-item ul li.active a {
    color: #33CC66;
}

.header-btn {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-btn .btn {
    width: 50%;
    padding: 11px 0;
    border-radius: 0;
}

.toggle-menu {
    width: 25px;
    cursor: pointer;
    z-index: 111;
    transition: all 0.3s ease-in-out;
}

.toggle-menu.on {
    margin-top: -100px;
}

.toggle-menu div {
    width: 100%;
    height: 2px;
    background-color: #000;
    margin-top: 8px;
    transition: all 0.3s ease-in-out;
}

.toggle-menu div:first-child {
    margin-top: 0;
}

.toggle-menu.on .one {
    transform: rotate(45deg) translate(6px , 7px);
}

.toggle-menu.on .two {
    opacity: 0;
}

.toggle-menu.on .three {
    transform: rotate(-45deg) translate(7px , -8px);
}

@media(min-width:768px) {

    .header-top {
        padding: 11px 0;
    }

    .header-btn {
        position: relative;
        width: auto;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .header-btn .btn {
        width: auto;
        padding: 9px 38px;
    }

    .header-logo {
        width: 140px;
    }

    .header-logo img {
        width: 100%;
    }

    .header-btn .btn:first-child {
        padding-left: 0;
    }

    .toggle-menu.on {
        margin-top: 0px;
    }

    .nav-item {
        width: 400px;
    }

    .header-btn .btn-primary {
        box-shadow: 0 24px 30px rgba(32, 24, 79, 0.11);
    }
}

@media(min-width: 1200px) {
    .toggle-menu {
        display: none;
    }

    .nav-item {
        position: relative;
        background-color: transparent;
        width: 482px;
        top: 0;
        left: 0;
        padding: 0 0;
        height: auto;
    }

    .nav-item ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav-item ul li {
        display: inline-block;
    }

    .nav-item ul li a {
        font-size: 18px;
        padding: 0 0;
    }

    .header-logo {
        width: 172px;
    }

    .header-top {
        padding: 40px 0 30px 0;
    }

    .header-btn .btn {
        border-radius: 8px;
    }
}

/* banner */
.masthead {
    background-color: #F6F5FF;
    padding-bottom: 45px;
}

.masthead__wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.masthead-head-content ,
.masthead-head-image {
    width: 100%;
}

.masthead-head-image img {
    width: 300px;
    margin: 0 auto;
    display: table;
    transform: scale(1.0) translate(-12px, 0);
}

.masthead-head-content {
    padding: 40px 0;
}

.masthead-head-content h1 {
    color: #000000;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 700;
    padding-bottom: 20px;
    line-height: 40px;
    position: relative;
    z-index: 1;
}

.masthead-head-content h1::before {
    content: '';
    position: absolute;
    top: -38px;
    width: 100px;
    left: -40px;
    background-image: url(../img/star.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100px;
    z-index: -1;
}

.bg-under-line {
    position: relative;
    color: #33CC66;
}

.bg-under-line img {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 82%;
    object-fit: cover;
}

.masthead-head-content p {
    font-size: 14px;
    color: #474747;
    padding: 10px 0 10px 20px;
    position: relative;
}

.masthead-head-content p::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #33CC66;
    border-radius: 10px;
}

.masthead-head-content .btn {
    margin-top: 20px;
    box-shadow: 0 24px 30px rgba(32, 24, 79, 0.11);
}

.masthead-head-item {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.masthead-head-item li {
    padding: 0 15px 15px 0;
    color: #494851;
    font-weight: 500;
}

.masthead-head-item li i {
    width: 30px;
    color: #fff;
    background-color: #33CC66;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    margin-right: 7px;
}

@media(min-width:768px) {

    .masthead-head-content, .masthead-head-image {
        width: 50%;
    }

    .masthead__wrapper {
        flex-direction: row;
    }

    .masthead-head-image img {
        width: 100%;
        transform: scale(1.0) translate(-24px, 0);
    }

    .masthead {
        background-color: #F6F5FF;
        padding: 40px 0;
        padding-bottom: 80px;
    }

    .nav-item {
        z-index: 9;
    }
}

@media(min-width: 1200px) {
    .masthead-head-content h1 {
        font-size: 54px;
        line-height: 70px;
        padding-bottom: 40px;
    }

    .bg-under-line img {
        bottom: -16px;
        width: 191px;
    }

    .masthead-head-content h1::before {
        width: 150px;
        height: 150px;
        top: -60px;
        left: -61px;
    }

    .masthead-head-content p {
        font-size: 18px;
    }

    .masthead-head-item {
        margin-top: 59px;
    }

    .masthead-head-item li {
        padding: 0 87px 15px 0;
    }

    .masthead-head-image img {
        width: 100%;
        transform: scale(1.2) translate(0px, 0px);
    }

    .masthead {
        padding: 100px 0 150px 0;
    }

    .masthead-head-content .btn {
        margin-top: 46px;
    }
}

/* ----------- */

.banner-slider {
    margin-top: -50px;
}

.sub-banner-slider {
    width: 290px !important;
    background-color: #fff;
    padding: 15px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 8px;
}

.slick-slide:nth-child(odd) .sub-banner-slider {
    background-image: url(../img/coma1.png);
    background-repeat: no-repeat;
    background-position: bottom 38px right 30px;
    background-size: 30px;
}

.slick-slide:nth-child(even) .sub-banner-slider {
    background-color: #33CC66 !important;
    background-image: url(../img/coma2.png);
    background-repeat: no-repeat;
    background-position: bottom 38px right 30px;
    background-size: 30px;
}

.slick-slide:nth-child(even) .sub-banner-img-content span ,
.slick-slide:nth-child(even) .sub-banner-img-content h4 ,
.slick-slide:nth-child(even) .sub-banner-slider p {
    color: #FFFFFF;
}

.sub-banner-slider ul {
    width: 100%;
    display: flex;
}

.sub-banner-slider ul li {
    padding: 0 10px 0 0;
}

.sub-banner-slider ul li i {
    color: #FF9D00;
    font-size: 14px;
}

.sub-banner-slider p {
    padding-top: 25px;
    font-size: 12px;
    color: #515151;
}

.sub-banner-img img {
    width: 40px;
    border-radius: 50px;
}

.sub-banner-content-img {
    width: 100%;
    display: flex;
    margin-top: 25px;
}

.sub-banner-img-content h4 {
    font-size: 17px;
}

.sub-banner-img-content span {
    color: #808080;
    font-size: 12px;
}

.sub-banner-img-content {
    padding-left: 12px;
}

@media(min-width: 1200px) {
    .sub-banner-slider {
        width: 565px !important;
        height: 314px;
        padding: 47px 40px 26px 40px;
    }

    .sub-banner-slider p ,
    .sub-banner-slider ul li i {
        font-size: 18px;
    }


.sub-banner-img img {
    width: 70px;
}

.sub-banner-img-content h4 {
    font-size: 22px;
}

.sub-banner-img-content span {
    font-size: 16px;
}

.sub-banner-content-img {
    align-items: center;
}

.slick-slide:nth-child(odd) .sub-banner-slider ,
.slick-slide:nth-child(even) .sub-banner-slider {
    background-position: bottom 46px right 37px;
    background-size: unset;
}
}
/* banner end */

.key-features {
    padding: 60px 0;
}

.sub-key-features-content {
    padding: 20px 0 35px 0;
    position: relative;
}

.posi-img {
    position: absolute;
    top: -25px;
    right: 20px;
    width: 45px;
    height: 45px;
    background-color: #000000;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-key-features-content h3 {
    font-size: 18px;
    padding-bottom: 15px;
}

.sub-key-features-content p {
    color: #6B6B71;
    font-size: 16px;
    padding-bottom: 26px;
}

.sub-key-features-content .btn {
    box-shadow: 0 24px 30px rgba(32, 24, 79, 0.11);
}

.key-features-slider .slick-dots {
    bottom: -30px;
}

.key-features-slider  .slick-dots li {
    width: 10px;
    height: 5px;
    margin: 0 7px;
    border-radius: 18px;
}

.sub-key-features-img img {
    width: 100%;
}

.key-features-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

.key-features-slider .slick-slide {
    margin-left: 15px;
    margin-right: 15px;
}

.key-features-slider-header h2 {
    color: #000000;
    font-size: 28px;
    line-height: 48px;
    padding-bottom: 25px;
    font-weight: 700;
}

.key-features-slider-header h2 span {
    color: #000000;
}

@media(min-width: 768px) {
    .key-features {
        padding: 70px 0;
    }
}

@media(min-width: 1200px) {
    .key-features {
        padding: 134px 0 183px 0;
    }

    .sub-key-features {
        width: 390px !important;
    }

    .key-features-slider .slick-list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .key-features-slider .slick-slide {
        margin-left: 10px;
        margin-right: 10px;
    }

    .key-features-slider {
        overflow: hidden;
    }

    .key-features-slider .slick-slide {
        padding-top: 100px;
        transition: all 0.3s ease-in-out;
    }

    .key-features-slider .slick-active {
        padding-top: 0;
    }

    .key-features-slider .slick-dots {
        bottom: 60px;
    }

    .key-features-slider-header h2 {
        font-size: 40px;
        line-height: 52px;
    }

    .key-features-slider-header .bg-under-line img {
        bottom: -10px;
        left: 47px;
    }

    .posi-img {
        right: 40px;
    }
}

/* ------------------- */

/* Footer */

footer{
    background: #F6F5FF;
    position: relative;
}

footer h2{
    font-size: 22px;
}

.footer-top{
    width: 100%;
    padding: 30px 0;
}
.footer-top h3{
    font-size: 22px;
    font-weight: bold;
    line-height: 57px;
}

ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.tabs li:first-child{
    padding-top: 0px;
}
ul.tabs li:last-child{
    border-bottom: none;
}
ul.tabs li{
	cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #101010;
    border-bottom: 1px solid #33CC66;
    padding-bottom: 14px;
    padding-top: 14px;
}

ul.tabs li.current{
	color: #33CC66;
}

.tab-content{
	display: none;
}

.tab-content.current{
	display: inherit;
}

.tab-content h3{
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #101010;
    margin-bottom: 30px;
}
.tab-content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #59566B;
}

.footer-top__section{
    padding-top: 30px;
}

.copyraght{
    background: #333333;
    padding: 15px;
    color: #fff;
    font-size: 14px;
}
.copyraght p{
    color: #fff;
}
.copyraght ul li{
    display: inline-block;
    padding: 0 30px;
}
.copyraght ul li:first-child{
    padding-left: 0px;
}
.copyraght ul li:last-child{
    padding-right: 0px;
}
.copyraght ul li a{
    color: #fff;
}
.copyraght ul li a:hover{
    color: rgb(182, 182, 182);
}



@media (min-width:1024px) {
    .footer-top{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 49px 0 100px 0;
    }
    .footer-left__panal{
      width: 256px;
    }
    .footer-right__panal{
      width: calc(100% - 408px);
    }

    ul.tabs li{
        font-weight: 500;
        font-size: 20px;
        line-height: 25px;
        color: #101010;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .tab-content h3{
        font-size: 24px;
        margin-bottom: 60px;
    }

    footer h2{
        font-weight: 700;
        font-size: 40px;
        line-height: 57px;
        color: #101010;
        position: relative;
        display: inline-block;
    }
    footer h2::after{
        content: "";
        position:absolute;
        bottom: -19px;
        right: 48px;
        background: url(../img/fttoter-left.svg);
        width: 197px;
        height: 22px;
    }

    .footer-top__section{
        padding-top: 90px;
        position: relative;
    }

    .footer-con{
        width: 662px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0;
    }

    footer::before{
        content: "";
        position:absolute;
        bottom: 0px;
        right: 0px;
        background: url(../img/footer-right.svg);
        width: 271px;
        height: 301px;
        z-index: 1;
    }
    .copyraght{
        z-index: 2;
        position: relative;
    }
}

/* ---tabe */
.tab-item-setion {
    padding: 60px 0 40px 0;
    position: relative;
}

.tab-image-overlay {
    position: absolute;
    top: 56px;
    right: 0;
    overflow: hidden;
    width: 139px;
    z-index: -1;
}

.best-features__tabe ul.tabs-item{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 300px;
}

.best-features__tabe ul.tabs-item li{
	background: #F6F5FF;
	color: #222;
	display: inline-block;
	height: 56px;
	cursor: pointer;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    border-radius: 8px;
    padding: 13px 0;
}

.best-features__tabe ul.tabs-item li.active{
	background: #33CC66;
	color: #FFFFFF;
}

.tab-content-item {
	display: none;
	background: #F6F5FF;
    border-radius: 8px;
	padding: 30px 20px;
}

.tab-content-item.active{
	display: inherit;
}

.best-features__tabe-body {
    margin-top: 30px;
}

.tab-content-item-image {
    width: 200px;
    margin: 0 auto;
}

.tab-content-item-text h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    padding-bottom: 15px;
}

.tab-content-item-text h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.tab-content-item-text p {
    font-size: 15px;
    color: #59566B;
    padding: 20px 0;
}

.tab-item-setion .key-features-slider-header h2 {
    padding-bottom: 30px;
}

@media(min-width: 768px) {

    .tab-content-item__flex {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .tab-content-item-image {
        width: 183px;
        margin: 0 0;
    }

    .tab-content-item-text {
        width: calc(100% - 183px);
        padding: 0 11px 0 40px;
    }

    .tab-content-item {
        padding: 50px 20px;
    }
}

@media(min-width: 992px) {
    .best-features__wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .best-features__tabe ul.tabs-item {
        width: 246px;
        height: 100%;
    }

    .best-features__tabe-body {
        width: calc(100% - 246px);
        margin-top: 0;
        padding-left: 50px;
    }

    .tab-content-item {
        padding: 41px 37px 56px 37px;
    }

    .tab-content-item-text {
        padding: 0 0px 0 45px;
    }

    .tab-content-item-text h4 {
        font-size: 24px;
    }

    .tab-content-item-text p {
        font-size: 18px;
        padding: 10px 0 20px 0;
    }

    .tab-item-setion .key-features-slider-header h2 {
        max-width: 500px;
        padding-bottom: 70px;
    }

    .tab-item-setion {
        padding: 100px 0;
    }

    .tab-image-overlay {
        top: 117px;
        width: auto;
    }
}

/* ---tabe end */

/* image text */
.image-text {
    position: relative;
    background-color: #F6F5FF;
    z-index: 1;
    padding: 60px 0;
}

.image-text-overlay {
    position: absolute;
    bottom: 100px;
    right: 0;
    width: 200px;
    object-fit: cover;
    z-index: -1;
}

.image-text .key-features-slider-header p {
    font-size: 17px;
    color: #59566B;
    position: relative;
    padding: 0px 0 34px 26px;
}

.image-text .key-features-slider-header p::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 80%;
    border-radius: 50px;
    background-color: #33CC66;
}

@media(min-width: 1200px) {
    .image-text .d-flex {
        align-items: center;
    }

    .image-text-overlay {
        bottom: 189px;
        width: auto;
    }

    .image-text .key-features-slider-header p {
        font-size: 18px;
        padding: 0px 48px 20px 26px;
    }

    .image-text .key-features-slider-header p::before {
    height: 66%;
    }

    .image-text .key-features-slider-header .bg-under-line img {
        bottom: -11px;
        left: -27px;
    }
}
/* image text end */

/* my_compaigns */
.my_compaigns-top {
    background-color: #F6F5FF;
    position: relative;
    padding: 70px 0;
    z-index: 1;
}

.my_compaigns-top-overlay {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    z-index: -1;
}

.my_compaigns-header {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.my_compaigns-header {
    color: #fff;
    background-color: #333333;
    border-radius: 4px;
    padding: 24px;
}

.my_compaigns-header h3 {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 16px;
}

.my_compaigns-image {
    width: 45px;
    height: 45px;
    background-color: #33CC66;
    border-radius: 8px;
    text-align: center;
    padding: 9px 0;
}

.bg-white {
    background-color: #fff;
}

.bg-blue {
    background-color: #6F55FF;
}

.bg-orang {
    background-color: #FF9D00;
}

.my_compaigns-header-item {
    display: flex;
    margin-bottom: 15px;
    position: relative;
    align-items: center;
}

.my_compaigns-header-item:last-child {
    margin-bottom: 0;
}

.my_compaigns-text {
    padding: 0 21px;
}

.my_compaigns-text p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.my_compaigns-text h4 {
    font-size: 24px;
}

@media(min-width: 992px) {
    .my_compaigns-header {
        justify-content: space-between;
    }

    .my_compaigns-header-item {
        margin-bottom: 0px;
        width: 25%;
    }

    .my_compaigns-header-item::before {
        content: '';
        position: absolute;
        top: 50%;
        right: 56px;
        width: 1px;
        height: 70%;
        background-color: #E0E0E0;
        transform: translate(0% , -50%);
    }

    .my_compaigns-header-item:last-child:before {
        display: none;
    }
}

/* table */
.my_compaigns-table {
    background-color: #fff;
    border: 1px solid #D1D1D1;
    margin-top: 35px;
    overflow-x: auto;
    box-shadow: 0 32px 69px rgb(184 184 184 / 10%);
    padding: 15px;
}

.my_compaigns-table table {
}

.dataTables_wrapper {
    width: 992px;
}

table.dataTable thead th {
    font-size: 14px;
    color: #000000;
    padding: 18px 25px;
}

table.dataTable td {
    color: #25324B;
    font-size: 14px;
    padding: 10px 0px 10px 29px !important;
}

.add-width {
    width: 200px;
}

.table-btn {
    border-radius: 80px;
    width: 71px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-btn img {
    width: 20px;
    height: 17px;
    object-fit: cover;
    margin-right: 5px;
}

.link-url {
    color: #25324B;
}

.table-btn-orang {
    color: #FFB836;
    border: 1px solid #FFB836;
}

.table-btn-sky {
    color: #56CDAD;
    border: 1px solid #56CDAD;
}

.table-btn-blue {
    color: #4640DE;
    border: 1px solid #4640DE;
}

.table-btn-red {
    color: #FF6550;
    border: 1px solid #FF6550;
}

.dataTables_wrapper .dataTables_paginate {
    text-align: left;
}
/* table end */

table.dataTable tbody tr:nth-child(even) {
    background-color: #F6F5FF;
}

.paginate_button i {
    color: #33CC66;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #000000 !important;
    color: #fff !important;
    border-radius: 4px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #000000 !important;
    color: #fff !important;
    border-radius: 4px;
}

.my_compaigns-table-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 24px;
}

.my_compaigns-table-flex h4 {
    font-size: 20px;
    font-weight: 700;
    color: #25324B;
    padding-bottom: 15px;
}

.my_compaigns-table-flex .btn {
    line-height: 19px;
    font-size: 10px;
    height: 34px;
}

@media(min-width: 992px) {
    .dataTables_wrapper {
        width: 100%;
    }

    table.dataTable td {
        padding: 24px 25px !important;
    }

    .my_compaigns-table {
        padding: 24px 22px;
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: 18px;
        float: unset;
        text-align: center;
    }

    .my_compaigns-top-overlay {
        top: -26px;
    }

    .my_compaigns-table-flex h4 {
        padding-bottom: 0;
    }
}

@media(min-width: 1200px) {
    .add-padding {
        padding-bottom: 55px;
    }

    .my_compaigns-top {
        padding: 110px 0;
    }
}
/* my_compaigns end */

/* date */
.input-fild-date label {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.input-fild-date label input {
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #000000;
    padding: 0 13px;
    background-color: rgba(217, 217, 217, 0.17);
    border-radius: 5px;
    border: none;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}

.input-fild-date label img {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 22px;
    right: 17px;
    transform: translate(0 , -50%);
}

/* .ui-datepicker .ui-datepicker-prev span,  */
.ui-datepicker-prev  {
    background-image: url(../img/angle-left-solid.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 11px;
    cursor: pointer;
}

.ui-datepicker-prev:hover {
    background-color: transparent;
    border: none;
    background-image: url(../img/angle-left-solid.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 11px;
    top: 2px;
    left: 2px;
}

.ui-datepicker-next  {
    background-image: url(../img/angle-right-solid.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 11px;
    cursor: pointer;
}

.ui-datepicker-next:hover {
    background-color: transparent;
    border: none;
    background-image: url(../img/angle-right-solid.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 11px;
    top: 2px;
    right: 2px;
}

.affillats-my_compaigns-header  h3 span {
    font-size: 16px;
}


@media(min-width:768px) {
    .input-fild-date label {
        width: 147px;
        margin-bottom: 0;
        margin-right: 42px;
    }

    .input-fild-date .btn {
        font-size: 16px;
        height: 40px;
        width: 100px;
        line-height: 23px;
    }

    .my_compaigns-table-flex h4 {
        padding-bottom: 0;
    }

    .affillats-my_compaigns-header  h3 {
        width: auto;
    }

    .affillats-my_compaigns-header  {
        justify-content: space-between;
    }

    .affillats-my_compaigns-header .my_compaigns-header-item {
        width: auto;
    }

    .affillats-my_compaigns-header  h3 {
        font-size: 26px;
    }

    .affillats-my_compaigns-header  h3 span {
        font-size: 20px;
    }
}

@media(min-width: 992px) {
    .affillats-my_compaigns-header .my_compaigns-header-item::before {
        right: -59px;
        width: 55px;
        height: 1px;
    }
}

@media(min-width: 1200px) {
    .affillats-my_compaigns-header .my_compaigns-header-item::before {
        right: -90px;
    }
}
/* date end */

/* become-affliate */
.bg-black {
    background-color: #333333 !important;
}

.bg-black .toggle-menu div {
    background-color: #fff;
}

.bg-black .toggle-menu.on div {
    background-color: #000;
}

.become-affliate {
    background-color: #333333;
}

.become-affliate__wrapper h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.under-line-heading {
    position: relative;
    color: #33CC66;
}

.under-line-heading img {
    position: absolute;
    bottom: -11px;
    left: -5px;
}

@media(min-width: 768px) {
    .bg-black .nav-item ul li a {
        color: #fff;
    }

    .bg-black .header-top {
        padding: 11px 0;
    }

    .become-affliate {
        height: 250px;
        padding: 99px 0;
    }
}

@media(min-width: 1200px) {
    .bg-black .nav-item ul li a {
        color: #fff;
    }

    .become-affliate__wrapper h2 {
        font-size: 54px;
    }

    .become-affliate {
        height: 500px;
        padding: 0px 0;
        display: flex;
        align-items: center;
    }

    .under-line-heading img {
        position: absolute;
        bottom: -13px;
        left: -17px;
    }
}

/* become-affliate end*/

.become-affliate-form__wrapper {
    background-color: #fff;
    padding: 35px 15px;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    margin-top: -51px;
    z-index: 1;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 32px 69px rgb(184 184 184 / 39%);
}

.become-affliate-form {
    padding-bottom: 70px;
}

.become-affliate-item h4 {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-weight: 600;
    padding-bottom: 10px;
}

.become-affliate-item p {
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 21px;
}

.become-affliate-item label {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    padding-bottom: 8px;
    width: 100%;
}

.become-affliate-item label span {
    color: #FF6550;
}

.become-affliate-item input {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #D6DDEB;
    color: #333;
    padding: 0 20px;
    margin-bottom: 15px;
}

.become-affliate-item input::placeholder {
    color: #333;
}

.btn-right {
    display: flex;
    justify-content: flex-end;
}

.btn-shadows {
    box-shadow: 0 17px 21px rgba(51, 204, 102, 0.11);
}

@media(min-width: 768px) {
    .become-affliate-form__wrapper {
        padding: 44px 40px;
        margin-top: -90px;
    }

    .become-affliate__wrapper {
        width: 100%;
        max-width: 920px;
        margin: 0 auto;
    }
}

@media(min-width: 1200px) {
    .become-affliate-form__wrapper {
        height: 475px;
        padding: 50px 59px;
        margin-top: -190px;
    }

    .become-affliate-form {
        padding-bottom: 187px;
    }

    .btn-right {
        margin-top: 27px;
    }
}

/* my accoutnt */
.my-accout-top .become-affliate__wrapper {
    margin: 0 0;
    max-width: 100%;
}

.my-accout-item .become-affliate-form__wrapper {
    max-width: 100%;
    background-color: transparent;
    box-shadow: none;
    padding: 0 0;
}

.my-accout-item .become-affliate-item {
    background-color: #fff;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}

.my-accout-item .become-affliate-item h4 {
    border-bottom: 1px solid #0000002b;
}

.my-accout-item .become-affliate-item h5 {
    padding: 15px 0;
    text-transform: capitalize;
    font-weight: 700;
    color: #33CC66;
}

.add-become-affliate-item h4 {
    color: #6B6B71;
}

.add-become-affliate-item h5 {
    color: rgba(107, 107, 113, 0.45) !important;
}

.my-accout-item .become-affliate-item {
    height: 100%;
}

@media(min-width: 1200px) {
    .my-accout-item .become-affliate-form__wrapper {
        height: auto;
    }

    .my-accout-item .become-affliate-item {
        min-height: 428px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        padding: 39px;
    }

    .my-accout-item .become-affliate-item h4 {
        padding-bottom: 27px;
    }

    .my-accout-item .become-affliate-item h5 {
        padding: 25px 0;
        font-size: 30px;
    }
}

.ui-selectmenu-button.ui-button {
    width: 100%;
    height: 50px;
    background-color: transparent;
    padding: 16px 19px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #D6DDEB;
    color: #DDDDDD;
    font-size: 18px;
    position: relative;
}

.ui-selectmenu-button.ui-button::before {
    content: '\f078';
    font-family: fontAwesome;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0 , -50%);
    color: #33CC66;
    font-size: 20px;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 15px;
}

.become-affliate-item span {
    color: #808080;
    font-size: 16px;
    padding-bottom: 8px;
    display: inline-block;
}

.create-card-item .btn-shadows {
    width: 100%;
    margin-top: 25px;
    line-height: 32px;
}

.create-card-item .d-flex {
    align-items: center;
}

@media(min-width: 768px) {

    .create-card-item .become-affliate-form__wrapper ,
    .create-card-top .become-affliate__wrapper {
        max-width: 100%;
    }

    .create-card-item .btn-shadows {
        margin-top: 65px;
        line-height: 36px;
    }

    .create-card-item .become-affliate-item input {
        margin-bottom: 34px;
    }

    .create-card-item .become-affliate-item p {
        padding-bottom: 30px;
    }

}

@media(min-width: 1200px) {
    .create-card-item .become-affliate-form__wrapper {
        height: 100%;
        /*min-height: 475px;*/
    }

    .create-card-item .btn-right {
        margin-top: 0;
    }
}

.create-compaigm  .btn-shadows {
    margin-top: 30px;
}
/* my accoutnt end */

/* Iym */
.iym-section-top .become-affliate__wrapper {
    display: flex;
    flex-wrap: wrap;
}

.btn-section {
    width: 100%;
    margin-top: 40px;
}

.iym-section-top .under-line-heading {
    position: relative;
    color: #33CC66;
    width: 140px;
    display: inline-block;
}

.iym-section-top .under-line-heading img {
    position: absolute;
    bottom: -18px;
    left: -5px;
}

.btn-primary-two {
    background-color: #333333 !important;
    border: 1px solid rgba(255, 255, 255, 0.30);
    box-shadow: 0 4px 20px rgba(51, 204, 102, 0.6);
    margin-left: 28px;
}

.iym-section-item {
    position: relative;
    margin-bottom: 44px;
}

.iym-section-item h3 {
    font-size: 26px;
    color: rgba(0, 0, 0, 0.5);
}

.iym-section-item img {
    margin-bottom: 21px;
}

.iym-section-item h2 {
    font-size: 100px;
    position: absolute;
    color: rgba(51, 204, 102, 0.17);
    font-weight: 900;
    top: 50%;
    right: 0;
    transform: translate(0% , -50%);
    z-index: -1;
}

.iym-section-item h4 {
    font-size: 16px;
    color: #333333;
    padding-bottom: 11px;
}

.iym-section-item p {
    font-size: 16px;
    color: #000000;
}

@media(min-width: 768px) {
    .btn-section {
        width: auto;
        margin-top: 0px;
    }

    .iym-section-top .become-affliate__wrapper {
        justify-content: space-between;
        align-items: center;
    }

    .create-card-item .become-affliate-form__wrapper {
        margin-top: -74px;
    }
}

@media(min-width: 1200px) {
    .iym-section-top .under-line-heading {
        width: 200px;
    }

    .iym-section-top .under-line-heading img {
        bottom: -25px;
        left: 4px;
    }

    .create-card-item .become-affliate-form__wrapper {
        margin-top: -180px;
    }

    .iym-section-item h2 {
        font-size: 140px;
        top: 35%;
        right: 80px;
    }

    .iym-section-item {
        padding: 0 45px 0 0;
    }
}

.create-card-my-account .inpit-center input {
    text-align: center;
}

.cvp-number ,
.cc-number-input ,
.cc-cvc-input {
    color: #000000 !important;
}

.cvp-number::placeholder ,
.cc-number-input::placeholder ,
.cc-cvc-input::placeholder {
    color: #000000 !important;
}

.cc-number-input {
    text-align: right;
}

.create-card-image-logo {
    position: relative;
}

.create-card-image-logo img {
    position: absolute;
    top: 33%;
    left: 23px;
    transform: translate(0 , -50%);
    display: none;
}

.padd0 {
    padding-bottom: 0px !important;
}

@media(min-width: 992px) {
    .create-card-image-logo img {
        display: block;
    }
}

/* Iym end*/
