@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: #EFEFEF;
	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: 50px;
	line-height: 1.2;
}

.sm-heading {
	font-size: 47px;
	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: 32px;
	line-height: 1.3;
}

h4,
.h4 {
	font-size: 30px;
	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:  linear-gradient(to right, rgba(0,194,255,1) 0%,rgba(205,255,248,1) 30%,rgba(255,255,255,1) 50%,rgba(223,255,251,1) 70%,rgba(0,255,220,1) 100%);
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	max-width: max-content;
	line-height: 1;
}

.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 */
.oceanic {
	font-family: 'Oceanic Drift';
}
.high-speed {
    font-family: 'High Speed';
}
.floating-img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    margin: auto;
}
.floating-img img {
    position: absolute;
}
section img {
    filter: drop-shadow(0 0 6px rgba(0 0 0/60%));
}
.title-area {
    margin: 0 auto 50px;
    max-width: max-content;
}

/* banner */
.banner {
    padding: 70px 15px;
    background: url(../images/banner-bg.png) no-repeat center /cover;
}
.banner .vid-wrap {
    max-width: 1200px;
    margin: 50px auto 0;
    background: linear-gradient(320deg, rgba(0, 168, 255, 1) 0%, rgba(0, 30, 129, 1) 100%);
    padding: 25px;
    border-radius: 30px;
    box-shadow: 0 0 20px rgb(0 225 246 / 90%);
}
.banner .in-wrap {
    border-radius: 25px;
    overflow: hidden;
}
.banner .top {
    max-width: max-content;
    margin: 0 auto;
}
.banner h1 {
    font-size: 85px;
    margin: 0 auto;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

/* s1 */
.s1 {
    padding: 50px 15px;
}
.s1 .colmn {
    background: linear-gradient(to left,
 rgba(0,24,30,1) 0%,rgba(25,70,175,1) 100%);
    padding: 40px 25px;
    border-radius: 30px;
    flex: 0 0 33.33%;
    max-width: 32%;
}
.s1 .colmn .content:not(:last-child) {
    margin-bottom: 25px;
}
.s1 .img-wrapper {
    flex: 0 0 auto;
}
.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.2);
	transition: .3s ease;
}
.s1 .row-2 {
    max-width: max-content;
    display: none;
}

.s1 u {
    font-weight: 700;
}

/* btn-wrap */
.btn-wrap {
    padding: 15px 15px 70px;
}
.btn-wrap.v2 {
    padding: 70px 15px;
}
.btn-wrap .custom-wrapper {
    max-width: 850px;
}
.btn-wrap img {
    filter: unset;
}
.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: 10px;
}
.btn-wrap a:hover {
    background-position: right;
}
.btn-wrap del {
    color: #EF7070;
}

/* s2 */
.s2 {
    padding: 70px 15px;
    background: linear-gradient(315deg, rgba(0, 199, 168, 1) 0%, rgba(0, 101, 203, 1) 100%);
}
.s2 .custom-wrapper {
    max-width: 1465px;
}
.s2 .f1 {
    left: -335px;
    bottom: -70px;
    z-index: 1;
}


/* s3 */
.s3 *,
.s7 * {
    color: #000;
}
.s3 {
    padding: 70px 15px;
}
.s3 .content .img-wrapper {
    flex: 0 0 auto;
}

/* s4 */
.s4 {
    padding: 70px 15px 0;
    background: linear-gradient(to left, rgba(0,101,203,1) 0%,rgba(0,199,168,1) 100%);
}
.s4 .title-area {
    margin-bottom: 70px;
}
.s4 .colmn-2:before {
    display: block;
    position: absolute;
    height: 455px;
    width: 700px;
    inset: 0;
    margin: auto;
    background: url(../images/s4-bk.png) no-repeat center /contain;
}

/* s5 */
.s5 {
    padding: 70px 15px;
    background: url(../images/s5-bg.png) no-repeat center /cover;
}
.s5 .title-area {
    max-width: 1100px;
    margin: 0 auto 70px;
}
.s5 .f1 {
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-width: 250px;
}
.s5 .f2 {
    left: 80px;
    top: 300px;
    max-width: 300px;
}
.s5 .content-wrapper .img-wrapper {
    scale: 1.1;
    left: 120px;
}

/* s6 */
.s6 {
    padding: 70px 15px 100px;
    background: linear-gradient(to left, rgba(0,199,168,1) 0%,rgba(0,101,203,1) 100%);
}
.s6 .custom-wrapper {
    max-width: 1500px;
}
.s6 .title-area {
    max-width: 1030px;
    margin: 0 auto 70px;
}
.s6 li,
.s7 li ,
.s8 li,
.is1 li {
    padding-left: 45px;
    margin-top: 25px;
}

.s6 li:before,
.s7 li:before,
.s8 li:before,
.is1 li::before {
    display: block;
    position: absolute;
    height: 30px;
    width: 30px;
    left: 0;
    background: url(../images/check.png) no-repeat center /cover;
}
.s6 .colmn-2 .img-wrapper {
    transform: scale(1.3);
    transform-origin: 110% 50%;
}
.s6 .colmn-1:before {
    display: block;
    position: absolute;
    height: 425px;
    width: 425px;
    top: 0;
    margin: auto;
    bottom: 0;
    right: -450px;
    background: url(../images/s6-bk.png) no-repeat center / cover;
    transform: scale(1.2);
}

/* is1 */
.is1 li:first-child {
	margin: unset;
}
.is1 {
    padding: 50px 15px;
    background: #D8F8FF;
}
.is1.v1 * {
	color: #000;
}
.is1.v2 {
    background: linear-gradient(to right, rgba(0,199,168,1) 0%,rgba(0,101,203,1) 100%);
}

/* s7 */
.s7 {
    padding: 70px 15px 100px;
    background: #D8F8FF;
}
.s7 .custom-wrapper {
    max-width: 1500px;
}
.s7 .title-area {
    max-width: 1050px;
    margin: 0 auto 70px;
}

.s7.v1 .title-area p:first-of-type {
    max-width: 700px;
    margin: 0 auto;
}
.s7.v1 .colmn-2 .img-wrapper {
    transform: scale(1.3);
    transform-origin: -25% 50%;
}
.s7.v1 .colmn-1:before {
    display: block;
    position: absolute;
    height: 405px;
    width: 405px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/s7-bk.png) no-repeat center /cover;
    left: -58%;
    transform: scale(1.3);
}
.s7.v2 .colmn-2 .img-wrapper {
    transform: scale(1.7);
    transform-origin: -10% 50%;
}
.s7.v2 .f1 {
    right: -150px;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 2;
}

/* s8 */
.s8 {
    padding: 70px 15px;
    background: linear-gradient(to left, rgba(0,101,203,1) 0%,rgba(0,199,168,1) 100%);
}
.s8 .title-area {
    max-width: 1050px;
    margin: 0 auto 70px;
}
.s8.v1 .title-area p:first-of-type {
    max-width: 55%;
    margin: 0 auto;
}

/* s9 */
.s9 {
    padding: 70px 15px 170px;
    background: linear-gradient(135deg, #002E56 0%,#500077 100%);
}
.s9 .custom-wrapper {
    max-width: 1350px;
}
.s9 .img-wrapper {
    transform: scale(1.3);
    transform-origin: -30% -50%;
}
.s9 .f1 {
    right: 30%;
    top: 10%;
    max-width: 200px;
}
.s9 .f2 {
    right: 300px;
    top: -10px;
    transform: rotateY(180deg);
    max-width: 250px;
}

/* s10 */
.s10 {
    padding: 70px 15px;
}
.s10.v2 {
    background: linear-gradient(to left, rgba(0,101,203,1) 0%,rgba(0,199,168,1) 100%);
}
.s10.v1 * {
    color: #000;
}
.s10 .custom-wrapper {
    max-width: 1290px;
}
.s10 .custom-wrapper .row:not(:last-child) {
    margin-bottom: 50px;
}

/* s11 */
.s11 {
    padding: 70px 15px;
    background: linear-gradient(to left, rgba(0, 68, 128, 1) 0%, rgba(102, 0, 138, 1) 100%);
}
.s11 .custom-wrapper {
    max-width: 1370px;
}
.s11 .title-area {
    max-width: 800px;
    margin: 0 auto 70px;
}

/* s12 */
.s12 * {
    color: #000;
}
.s12 {
    padding: 70px 15px;
    background: linear-gradient(to bottom, rgba(27,109,180,1) 0%,rgba(29,41,121,1) 100%);
}
.s12 .list {
    display: grid;
    gap: 35px;
    max-width: 1430px;
    margin: 0 auto;
    grid-template-columns: repeat(4, 1fr);
}
.s12 li img {
    filter: unset;
}
.s12 li {
    background: #fff;
    padding: 30px 25px;
    border-radius: 30px;
}
.s12 li:hover {
    scale: 1.1;
}

/* s13 */
.s13 {
    padding: 70px 15px;
    background: linear-gradient(to left, rgba(75,0,112,1) 0%,rgba(0,68,128,1) 100%);
}
.s13 .custom-wrapper {
    max-width: 1500px;
}
.s13 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
}
.s13 li {
    flex: 0 0 48%;
    max-width: 50%;
    padding-left: 45px;
}
.s13 li:before {
    display: block;
    position: absolute;
    height: 35px;
    width: 35px;
    left: 0;
    background: url(../images/s13-ck.png) no-repeat center /cover;
    top: 5px;
}

/* s14 */
.s14 {
    padding: 130px 15px;
    background: linear-gradient(135deg, rgba(0,199,168,1) 0%,rgba(0,101,203,1) 100%);
}
.s14 .custom-wrapper {
    max-width: 1500px;
}
.s14 .img-wrapper {
    transform: scale(1.2);
    transform-origin: 120% -50%;
}
.s14 .f1 {
    left: 7%;
    top: 10%;
}

/* timer */
.timer {
    padding: 70px 15px;
    background: #D8F8FF;
}
.timer * {
    color: #000;
}

.timer .time-wrap {
    padding-top: 14%;
    border: 4px solid #4b0070 ;
    max-width: 830px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
}

.timer .time-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.8) translateX(0%) translateY(28%);
}

/* s15 */
.s15 {
    padding: 50px 15px 70px;
	background: #D8F8FF;
}
.s15 .pricing-table {
    background: linear-gradient(to right, rgba(38,145,238,1) 0%,rgba(0,67,168,1) 100%);
    max-width: 750px;
    margin: 0 auto;
    border: 5px solid #a7b5ff;
    border-radius: 45px;
    overflow: hidden;
    box-shadow: 0 0 25px rgb(0 0 0 / 40%);
}
.s15 .tbl-head {
    background: #0A57AE;
    border-bottom: 5px solid #A7B5FF;
    padding: 40px 15px;
}
.s15 .tbl-content {
    padding: 50px;
}
.s15 .list {
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
    background: #4D91CC;
    padding: 30px;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 40%);
}
.s15 li:before {
    display: block;
    position: absolute;
    height: 30px;
    width: 30px;
    left: 0;
}
.s15 li {
    padding-left: 45px;
    width: 100%;
}
.s15 li.c:before {
    background: url(../images/s15-ck.png) no-repeat center /cover;
}
.s15 li.s:before {
    background: url(../images/star.png) no-repeat center /cover;
}
.s15 .fast-act {
    background: #0A57AE;
    margin: 30px auto;
    padding: 30px;
    border-radius: 25px;
    box-shadow: inset 0 3px 6px rgb(0 0 0 / 40%);
    overflow: hidden;
}

/* s16 */
.s16 {
    padding: 70px 15px;
    background: linear-gradient(to left, rgba(0,101,203,1) 0%,rgba(0,199,168,1) 100%);
}
.s16 .custom-wrapper {
    max-width: 1250px;
}
.s16 .title-area {
    margin-bottom: 70px;
}
.s16 .title-area h2 {
    text-shadow: -5px 4px 2px rgb(50 71 206 / 50%);
    transform: scale(1.3);
}
.s16 h5 {
    border: 3px solid;
    border-image-slice: 1;
    border-width: 5px;
    max-width: max-content;
    border-image-source: linear-gradient(to bottom, rgba(15,195,68,1) 0%,rgba(0,255,220,1) 100%);
    padding: 5px 10px;
    margin-bottom: 15px;
}
.s16 .content-wrapper .row:not(:last-child) {
    margin-bottom: 80px;
}
.s16 .colmn-2:before {
    display: block;
    position: absolute;
    height: 169px;
    width: 169px;
    background: url(../images/s16-bk.png) no-repeat center /cover;
}
.s16 .row-1 .colmn-2:before {
    right: 4%;
}
.s16 .row-2 .colmn-2:before {
    left: 4%;
    top: 10%;
}
.s16 .row-3 .colmn-2:before {
    right: 0;
    top: 15%;
}
.s16 .row-4 .colmn-2:before {
    left: 18%;
    top: -10%;
}
.s16 .row-5 .colmn-2:before {
    left: 5%;
    top: 0;
}

/* 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;
}









/* 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;
}

@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 */