/* 
/* 
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/

.bg-primary-3 {
    background-color: #199bd8 !important;
}
.text-small.text-muted {
    max-width: 250px;
}
.decoration.middle-y {
    top: 0%;
}

.decoration.right {
    right: 0px;
}
.bg-primary {
    background-image: url(/images/under-image.png);
    background-size: 100%;
	opacity: 0.1;
	background-color: #199bd8 !important;
}

.bg-primary-3.header-inner.p-0.jarallax.position-relative.o-hidden .decoration.right.middle-y.scale-4 > img {
    max-width: 100%;
}
.btn-primary {
    color: #fff;
    background-color: #77b62b;
    border-color: #75B121;
    border-color: #77b62b;
}

.btn-white {
    background: #fff;
    color: #199bd8;
}

.btn-white:hover {
    color: #199bd8;
    background: rgba(255, 255, 255, 0.9);
}

.promoter-code-line-div {
    word-wrap: break-word;
    width: 100%;
}
