@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0 !important;
	background-color: #fff;
	overflow-x: hidden;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	word-wrap: break-word;
	transition: .3s all ease-in-out;
}

::marker {
	font-weight: 800;
}

dl,
ol,
ul {
	margin-bottom: 0;
}

a,
p,
button,
svg,
span,
input[type="button"],
input[type="submit"],
.card {
	text-decoration: none !important;
	-webkit-transition: all 0.5s ease !important;
	-moz-transition: all 0.5s ease !important;
	transition: all 0.5s ease !important;
}

p,
a,
li,
button,
input {
	color: #fff;
	margin: 0;
	font: 400 16px/26px 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Poppins', sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #fff;
	margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}

.text-wrapper p:not(:last-child) {
	margin-bottom: 25px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.xl-heading {
	font-size: 65px;
	line-height: 1.2;
}

.md-heading {
	font-size: 60px;
	line-height: 1.2;
}

.sm-heading {
	font-size: 50px;
	line-height: 1.2;
}

h1,
.h1 {
	font-size: 40px;
	line-height: 1.4;
}

h2,
.h2 {
	font-size: 35px;
	line-height: 1.4;
}

h3,
.h3 {
	font-size: 30px;
	line-height: 1.3;
}

h4,
.h4 {
	font-size: 27px;
	line-height: 1.4;
}

h5,
.h5 {
	font-size: 25px;
	line-height: 1.4;
}

h6,
.h6,
.md-txt {
	font-size: 20px;
	line-height: 1.4;
}

.sm-txt {
	font-size: 18px;
	line-height: 1.2;
}

.f-900 {
	font-weight: 900;
}

.f-800 {
	font-weight: 800;
}

.f-700 {
	font-weight: 700;
}

.f-600 {
	font-weight: 600;
}

.f-500 {
	font-weight: 500;
}

.f-400 {
	font-weight: 400;
}

.f-300 {
	font-weight: 300;
}

.f-200 {
	font-weight: 200;
}

.f-100 {
	font-weight: 100;
}

.f-italic {
	font-style: italic;
}

.f-uppercase {
	text-transform: uppercase;
}

a:hover {
	color: #fff;
}

.container-fluid {
	max-width: 1920px;
}

::before,
::after {
	content: "";
	display: none;
}

.custom-wrapper {
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	max-width: 1500px;
}

.content-wrapper {
	margin: 0 auto;
	width: 100%;
}

.flex-elem {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.grad-txt {
	background: #00a0ff;
	background: -moz-linear-gradient(left, #00a0ff 0%, #00e5ff 24%, #00f6ff 50%, #00cfff 77%, #00a0ff 100%);
	background: -webkit-linear-gradient(left, #00a0ff 0%, #00e5ff 24%, #00f6ff 50%, #00cfff 77%, #00a0ff 100%);
	background: linear-gradient(to right, #00a0ff 0%, #00e5ff 24%, #00f6ff 50%, #00cfff 77%, #00a0ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a0ff', endColorstr='#00a0ff', GradientType=1);
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	max-width: max-content;
}

.shadow-dreamy {
	box-shadow: 0 1px 2px rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 7%), 0 4px 8px rgb(0 0 0 / 7%), 0 8px 16px rgb(0 0 0 / 7%), 0 16px 32px rgb(0 0 0 / 7%), 0 32px 64px rgb(0 0 0 / 7%);
}

/* cockie styles*/
.wrap {
	position: fixed;
	z-index: 2000;
	right: 18px;
	bottom: 18px;
	max-width: 220px;
	background: rgba(63, 61, 57, .9);
	padding: 18px;
}

.wrappara {
	font-size: 11px;
	line-height: 20px;
	color: #fff;
}

.wrap .my_btn {
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 11px;
	font: 700 16px/16px 'Poppins';
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #20cec4;
	border-radius: 5px;
}

.wrap .my_btn:hover {
	background: #20cec4;
	color: #fff !important;
}

.wrap a {
	font-size: 14px;
}

/* end cockie styles*/

.img-fluid {
	display: block;
}

/*Header Start*/
.main-header .top-header .warn {
	display: none;
}

.main-header {
	display: block;
}

.top-header {
	padding: 18px 0;
	background: #D6252A;
}

.top-header .custom-wrapper,
.bottom-header .custom-wrapper {
	max-width: 1080px;
	margin: 0 auto;
}

.top-header .btn-wrapper {
	background: #FFD500;
	border-radius: 11px;
	padding: 10px 20px;
}

.bottom-header {
	background: #77B2FF;
	padding: 12px 0;
}

.bottom-header .steps {
	display: flex;
	align-items: center;
	height: 50px;
	background: #98C5FF;
	padding: 0 14px;
	border-radius: 100px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}

.bottom-header .steps img {
	width: 35px;
}

@media screen and (max-width: 1440.98px) {
	.top-header .sm-txt {
		font-size: 16px;
	}

	.top-header .btn-wrapper {
		font-size: 20px;
	}

	.bottom-header .steps p {
		font-size: 14px;
	}

	.top-header .custom-wrapper, .bottom-header .custom-wrapper {
		max-width: 1000px;
	}

	.top-header {
		padding: 12px 0;
	}

	.bottom-header {
		padding: 10px 0;
	}

	.bottom-header .steps {
		height: 45px;
		padding: 0 14px 0 6px;
	}
}


@media screen and (max-width: 1199.98px) {
	.top-header .sm-txt {
		font-size: 14px;
	}

	.top-header .custom-wrapper, .bottom-header .custom-wrapper {
		max-width: 850px;
	}

	.top-header .btn-wrapper {
		font-size: 18px;
	}

	.bottom-header .steps p {
		font-size: 13px;
	}
}

@media screen and (max-width: 1024.98px) {

}

@media screen and (max-width: 991.98px) {
	.main-header {
		display: none;
	}

	.top-header .custom-wrapper,
	.bottom-header .custom-wrapper {
		max-width: 90%;
	}

	.main-header .bottom-header .d-flex {
		display: unset !important;
	}

	.bottom-header .steps {
		flex: 0 0 100%;
		max-width: 300px;
		margin: 0 auto;
	}

	.bottom-header .steps:not(:last-child) {
		margin-bottom: 15px;
	}

	.bottom-header .arrow {
		display: none;
	}
}

@media screen and (max-width: 767.98px) {

	.top-header .custom-wrapper,
	.bottom-header .custom-wrapper {
		max-width: 95%;
	}
}

@media screen and (max-width: 640.98px) {

	.top-header p,
	.bottom-header p.md-txt {
		font-size: 12px;
	}

	.top-header a.h4 {
		font-size: 18px;
	}
}

@media screen and (max-width: 575.98px) {
	.top-header p {
		text-align: center;
	}

	.top-header .wrapper {
		flex-wrap: wrap;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.top-header .wrapper .img-wrapper {
		margin-bottom: 20px;
	}

	.top-header a.h4 {
		margin: 0 auto;
	}

	.top-header .wrapper .img-wrapper,
	.top-header .wrapper .text-wrapper {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.top-header .d-flex {
		flex-wrap: wrap;
	}

	.top-header .d-flex .wrapper {
		margin-bottom: 10px;
	}

	.bottom-header .steps {
		flex: 0 0 100%;
		max-width: 280px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 360.98px) {
	.bottom-header p {
		font-size: 13px;
	}
}

/*Header end*/


/* =============================================================== */

/* Content Style Start */
.high-speed {
    font-family: 'High Speed';
}

/* banner */
.banner {
    padding: 70px 15px 10px;
    background: url(../images/banner-bg.png) no-repeat center /cover;
}
.banner .title-area {
    max-width: 1090px;
    margin: 0 auto 70px;
}
.banner .title-area h5 {
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(255,0,111,0.85) 20%,rgba(207,100,233,0.85) 50%,rgba(255,0,111,0.85) 80%,rgba(0,0,0,1) 100%);
    max-width: 500px;
    margin: 0 auto 15px;
    letter-spacing: 5px;
    text-transform: uppercase;
    padding: 4px;
}
.banner .vid-wrap {
    max-width: 1250px;
    margin: 0 auto;
    padding: 20px;
    background: linear-gradient(to bottom, rgba(232,62,238,1) 0%,rgba(249,75,134,1) 100%);
    border-radius: 30px;
}
.banner .in-wrap {
    border-radius: 30px;
    overflow: hidden;
}
.banner .bt {
    max-width: max-content;
    margin: 0 auto;
}
.banner h1.xl-heading:nth-child(1) {
    background: linear-gradient(to bottom, rgba(0,255,186,1) 0%,rgba(0,122,213,1) 100%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    max-width: max-content;
    background-position: 100% 90%;
}
.banner h1.xl-heading:nth-child(2) {
    position: absolute;
    top: 5px;
    color: #315067;
    z-index: -1;
    left: -5px;
}

/* btn-wrap */
.btn-wrap {
    padding: 20px 15px;
}
.btn-wrap .custom-wrapper {
    max-width: 900px;
}
.btn-wrap a {
    background: linear-gradient(to right,  #727ee8 0%,#1d1cb1 50%,#727ee8 100%);
    margin: 20px auto;
    display: block;
    max-width: 100%;
    background-size: 200%;
    padding: 20px;
    text-align: center;
    border-radius: 11px;
}
.btn-wrap a:hover {
    background-position: right;
}
.btn-wrap .img-wrapper {
    max-width: 70%;
    margin: 0 auto;
}

/* s1 */
.s1 * {
	color: #fff;
}
.s1 {
    padding: 70px 15px;
}
.s1 .row-2 {
    display: none;
}
.s1 .content {
    display: flex;
    align-items: center;
}
.s1 .colmn {
    background: linear-gradient(to left, #00181E 0%, #BF007F 100%);
    flex: 0 0 32%;
    max-width: 32%;
    padding: 40px 30px;
    border-radius: 30px;
}
.s1 .content .img-wrapper {
    flex: 0 0 auto;
    margin-right: 15px;
}
.s1 .colmn .content:not(:last-child) {
    margin-bottom: 25px;
}
.s1 .colmn-1 {
    box-shadow: 18px 0 10px rgb(0 0 0 / 30%);
}
.s1 .colmn-3 {
    box-shadow: -18px 0 10px rgb(0 0 0 / 30%);
}
.s1 .content .img-wrapper:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 100px;
    opacity: 0;
    transition: .3s ease;
}
.s1 .content:hover .img-wrapper::before {
	opacity: 1;
	transform: scale(1.3);
	transition: .3s ease;
}

/* s2 */
.s2 {
    padding: 70px 15px 0;
    background: linear-gradient(to left, rgba(114,7,162,1) 0%,rgba(190,25,93,1) 100%);
    overflow: hidden;
}
.s2 .colmn-2:before {
    display: block;
    position: absolute;
    height: 450px;
    width: 450px;
    left: -200px;
    top: 0;
    background: url(../images/s2-f1.png) no-repeat center /contain;
}

/* s3 */
.s3 {
    padding: 70px 15px 0;
    background: url(../images/s3-bg.png) no-repeat center /cover;
    overflow: hidden;
}
.s3 .md-heading {
    background: rgba(225 0 0 /30%);
    max-width: max-content;
    margin: 0 auto 25px;
    padding: 10px 40px;
    border-radius: 50px;
    box-shadow: 0 3px 13px rgb(0 0 0 / 30%);
}
.s3 .img-wrapper {
    transform: scale(1.1);
}

/* s4 */
.s4 * {
	color: #000;
}
.s4 {
    padding: 70px 15px;
}
.s4.v2 {
    background: #FFEFFA;
}
.s4.v1, .s4.v3 {
    background: #FFD2F0;
}
.s4 p.v1 u,
.s4 p.v1 {
    color: #FF00A1;
}
.s4 p.v1 {
    background: #ffc107;
    max-width: max-content;
    padding: 0 10px;
    margin-bottom: 10px;
}
.s4 p.v2 {
    color: #5D5D5D;
    padding-left: 10px;
    margin-bottom: 20px;
}
.s4 p.v2:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #DB1A94;
    height: 85%;
    width: 4px;
}
.s4 p.v3 {
    max-width: max-content;
    background: linear-gradient(to left, rgba(255,0,161,1) 0%,rgba(238,0,255,1) 100%);
    color: #fff;
    padding: 5px 20px;
    border-radius: 50px;
}
.s4 .row:not(:last-child) {
    margin-bottom: 80px;
}


/* s5 */
.s5 {
    padding: 70px 15px;
    background: linear-gradient(to left, rgba(207,0,137,1) 0%,rgba(175,0,181,1) 100%);
}
.s5 .title-area {
    max-width: 980px;
    margin: 0 auto 150px;
}
.s5 .title-area span {
    color: #FFB8E3;
}
.s5 .title-area .text-wrapper p:first-of-type {
    max-width: 550px;
    margin: 10px auto 25px;
}
.s5 .title-area .text-wrapper p:last-of-type {
    color: yellow;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.s5 .content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 170px;
    max-width: 1300px;
}
.s5 .content {
    flex: 0 0 33.33%;
    max-width: 31%;
    background: #fff;
    padding: 40px 30px;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0 0 0/60%);
    padding-top: unset;
}
.s5 .content:hover {
    scale: 1.1;
}
.s5 .content * {
    color: #000;
}
.s5 .content p.h5 {
	color: #DB1A94;
}
.s5 .content p.h5 span {
	color: #686868;
}
.s5 .img-wrapper {
    transform: scale(1.5);
    transform-origin: 50% 110%;
    width: 150px;
    margin: 0 auto;
}

/* s6 */
.s6 {
    padding: 70px 15px;
}
.s6.v1 {
    background: linear-gradient(to left, rgb(207, 29, 78) 0%,rgba(87,0,186,1) 100%);
}
.s6.v2 {
    background: linear-gradient(to left, rgba(87,0,186,1) 0%,rgba(207,29,78,1) 100%);
}
.s6 .text-wrapper {
    background: rgba(255 255 255 /26%);
    padding: 40px 35px;
    border-radius: 35px;
    box-shadow: 0 3px 25px rgb(0 0 0 / 30%);
}
.s6 .img-wrapper:before {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/s6-bk.png) no-repeat center /contain;
}
.s6.v1 .img-wrapper:before {
    left: -20%;
}
.s6.v1 .img-wrapper {
    transform: scale(1.1);
    transform-origin: -50% 50%;
}
.s6.v2 .img-wrapper:before {
    right: -20%;
}
.s6.v2 .img-wrapper {
    transform: scale(1.1);
    transform-origin: 200% 50%;
}

/* no-thanks */
.no-thanks {
    max-width: 800px;
    margin: 100px auto 0;
    text-align: center;
}
.no-thanks:hover {
    text-decoration: underline!important;
}

/* s7 */
.s7 {
    padding: 70px 15px;
}
.s7 .tbl {
    background: linear-gradient(to bottom, rgba(204,0,129,1) 0%,rgba(161,0,167,1) 100%);
    max-width: 750px;
    margin: 0 auto;
    border: 5px solid #DFB5FF;
    border-radius: 45px;
    box-shadow: 0 0 36px rgb(0 0 0 / 20%);
    overflow: hidden;
}
.s7 .tbl-head {
    text-align: center;
    border-bottom: 5px solid #DFB5FF;
    padding: 25px;
    background: #820B94;
}
/* .s7 .tbl-head p {
    max-width: 600px;
    margin: 0 auto;
} */
.s7 .tbl-content {
    padding: 40px;
}
.s7 .list {
    background: rgba(255 255 255 /25%);
    padding: 45px;
    border-radius: 35px;
    box-shadow: 0 0 16px rgb(0 0 0 / 10%);
}
.s7 li:before {
    display: block;
    position: absolute;
    height: 30px;
    width: 30px;
    left: 0;
    background: url(../images/check.png) no-repeat center/cover;
}
.s7 li {
    padding-left: 45px;
}
.s7 li:not(:last-child) {
    margin-bottom: 25px;
}




/* Content Style End */

/* =============================================================== */


/* Disclaimer Start */
#disclaimer {
	padding: 60px 15px;
}

.font-dusty-gray {
	color: #9a9a9a;
}

#disclaimer p,
#disclaimer a {
	font-size: 12px;
	line-height: 1.8;
}

#disclaimer .copyright {
	font-size: 14px;
	display: unset;
	text-transform: unset;
	letter-spacing: unset;
	font-weight: 700;
}

#disclaimer a.copyright:hover {
	color: #046ded !important;
}

#disclaimer .content-wrapper {
	max-width: 680px;
}

.font-dusty-gray {
	color: #9a9a9a !important;
}

#disclaimer p,
#disclaimer a {
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
}

/* Disclaimer End */

/* Footer Start */
#footer-section li {
	padding: 0 20px;
}

#footer-section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.flex-elem {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

#footer-section li a {
	color: #000;
	font-size: 14px;
	font-family: 'Poppins';
}

#footer-section li a:hover {
	color: #046ded !important;
}

#footer-section {
	padding: 30px;
}

#footer-section {
	padding: 30px;
	background: #fafafa;
}





/*  */
/*  */
/* s12 */
.s12 * {
	color: #000;
}
.s12 {
    padding: 70px 15px 130px;
    /* background: linear-gradient(270deg, #000 0%, #00263A 51.5%, #000 100%); */
	background: linear-gradient(270deg, #000 0%, #440050 51.5%, #000 100%);
}
.s12 .title-area {
    max-width: 900px;
    margin: 0 auto 50px;
}
.s12 .content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* align-items: center; */
    gap: 40px;
}
.s12 fieldset {
    flex: 0 0 33.33%;
    max-width: 31%;
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,#1A003B 100%);
    padding: 0 30px 30px;
    border-radius: 35px;
    border: 4px solid #7F84C5;
}
.s12 legend {
    max-width: max-content;
    margin: 0 auto 25px;
}
.s12 legend .img-wrapper {
    padding: 10px;
}
.s12 legend .img-wrapper::before,
.s12 legend .img-wrapper::after {
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    height: 97%;
}
.s12 legend .img-wrapper::before {
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,#1A003B 100%);
    clip-path: polygon(75% 0%, 100% 49%, 100% 51%, 50% 50%, 50% 50%, 0 51%, 0% 50%, 25% 0);
    width: 99%;
}
.s12 legend .img-wrapper::after {
    background: #7f84c5;
    clip-path: polygon(75% 0%, 100% 49%, 100% 51%, 50% 50%, 50% 50%, 0 51%, 0% 50%, 25% 0);
    width: 100%;
    z-index: -1;
    scale: 1.05;
}

.s12-n1 *{ color: #FFF;}
.s3-n1{ background: url('../images/bg-1.png') top center no-repeat; background-size: cover; }
.s3-n1 *{ color: #FFF;}
.s3-n1 .colmn-2:before{ opacity: 0;}
.s3 .img-wrapper{ transform: none;}

.s3-n2{ background: #EEEEEE;}
.s3-n2 *{ color: #000;}

.list-type{ padding-left: 40px;}
.list-type li{ font-size: 20px; list-style-type: disc; margin-top: 10px;}

.section-1{ padding: 80px 15px; background: #EEF2FF;}
.section-1 *{ color: #000;}
.section-1 img{ max-width: 100%;}

.row-rev{ flex-direction: row-reverse;}


.s7 .fast-act {
    background: #6C0AAE;
    text-align: center;
    border-radius: 25px;
    padding: 20px;
    margin: 30px auto;
    box-shadow: inset 0 3px 6px rgb(0 0 0 / 50%);
}

.s7 .list {
    background: rgba(255 255 255 / 25%);
    padding: 35px 40px;
    border-radius: 35px;
    box-shadow: 0 0 16px rgb(0 0 0 / 30%);
}

.s7 .list.green{ background: #552478;}

.s7 li.s:before {
    background: url(../images/star.png) no-repeat center / cover;
}


.oceanic {
    font-family: 'Oceanic Drift';
}
/*  */




/* s17 */
.s17 {
    padding: 70px 15px;
    background: linear-gradient(to left, rgba(0, 31, 130, 1) 0%, rgba(0, 185, 122, 1) 100%);
}
.s17 .title-area {
    margin-bottom: 70px;
}
.s17 .content {
    max-width: 1060px;
    margin: 0 auto;
    background: rgba(0 0 0 /30%);
    border-radius: 30px;
    padding: 50px 60px;
}
.s17 .content-wrapper .content:not(:last-child) {
    margin-bottom: 30px;
}
.s17 .con-head {
    background: #1B6DB4;
    max-width: max-content;
    padding: 20px 40px;
    border-radius: 25px;
    margin-bottom: 20px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 30%);
}
.s17 h5 {
    padding-left: 60px;
}
.s17 h5:before {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: -15px;
    content: 'Q.';
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    bottom: 0;
    margin: auto;
}

/* no-thanks */
.no-thanks {
    max-width: 1060px;
    margin: 0 auto;
	display: block;
}
.no-thanks:hover {
	text-decoration: underline!important;
}



/*  */
.txt-bg-1{ border-radius: 13px; border: 1px solid #ED1E79; padding: 18px 30px; color: #ED1E79;}
.txt-bg-2{ background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(255, 0, 111, 0.85) 20%, rgba(207, 100, 233, 0.85) 50%, rgba(255, 0, 111, 0.85) 80%, rgba(0, 0, 0, 1) 100%); padding: 18px 30px; color: #ED1E79;}
.site-title{ font-size: 60px; font-weight: 700; line-height: 70px;}
.text-decoration-underline{ text-decoration: underline !important;}
.s1 .colmn{ flex: 0 0 40%; max-width: 40%;}
.s2 .colmn-2:before{ opacity: 0;}

.sec-1{ background: url('../images/bg/bg-1.png') top center no-repeat #000; background-size: cover;}
.sec-2{ background: url('../images/bg/bg-2.png') top center no-repeat; background-size: cover;}
.sec-3{ background: url('../images/bg/bg-3.png') top center no-repeat; background-size: cover;}

.sec-4{ background: url('../images/bg/bg-4.png') center center no-repeat #EEF2FF; background-size: 100% auto;}
.sec-5{ background: url('../images/bg/bg-5.png') top center no-repeat; background-size: cover;}
.sec-6{ background: url('../images/bg/bg-6.png') top center no-repeat; background-size: cover;}

.txt-bg-3{ display: inline-block; border: 1px solid #00FFDC; padding: 12px; color: #FFF; font-weight: 700; font-size: 25px;}
.txt-bg-3 span{ color: #00FFDC;}

.sec-white *{ color: #000000;}
.btn-wrap .custom-wrapper.full{ max-width: 100%;}

.choice{ border-radius: 15px; border: 1px solid #000; background: linear-gradient(180deg, #1B1B1B 0%, #000 24.52%); padding: 30px;}
.s7.dark{ background: linear-gradient(to left, rgb(207, 29, 78) 0%, rgba(87, 0, 186, 1) 100%);}

.s7 .tbl{ background: #573C8D; border: 5px solid #DFB5FF;}
.s7 .tbl-head{ background: #2F0251;}


.s17{ background: radial-gradient(50% 50% at 0% 33.34%, #5C003C 0%, #2F0251 100%);}
.s17 .con-head{ background: #BC05E2;}
/*  */


@media screen and (max-width: 1280.98px) {
	#disclaimer {
		padding: 50px 0;
	}

	#footer-section .custom-wrapper {
		max-width: 100%;
	}
}

@media screen and (max-width: 1024.98px) {
	#footer-section li a {
		font-size: 12px;
	}
}

@media screen and (max-width: 991.98px) {
	#footer-section li {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		padding: 5px 0px;
		border: none !important;
	}

	#footer-section li a {
		font-size: 12px;
	}
}

@media screen and (max-width: 575.98px) {
	#disclaimer p {
		font-size: 12px;
		line-height: 1.8;
	}
}

@media screen and (max-width: 440.98px) {
	#disclaimer .copyright {
		font-size: 12px;
	}

	#disclaimer p {
		font-size: 10px;
	}

	#footer-section {
		padding: 20px 15px;
	}

	#footer-section li {
		padding: 0px 0px;
	}
}

/* Footer End */