
body {
	font-family: 'Poppins';
	background:#F8F8F8;
}

.section {
	margin: 100px 0;
	background:#F8F8F8;
}

h2,
h1,
h3 {
	font-family: 'Poppins';
	font-weight: 600;
}

p {
	font-family: 'Poppins';
	font-weight: 400;
}

.common-flex {
	display: flex;
	gap: 50px;
	margin-top: 40px;
}

.header1 {
	background-color: #EFEFEF;
	padding: 120px 0px 50px 0;
	font-family: 'Poppins';
	font-weight: 400;
	position: relative;
}
.rocket-icon img{
	width: 43px;
    margin-right: 5px;
    position: relative;
    top: -7px;
}
.currecy-icon img{
	width: 43px;
    position: relative;
    top: -4px;
}

.section-1 {
	margin: 0 auto;
}

.header1 p {
	font-size: 14px;
	font-weight: 500;
	line-height: 25px;
	width: 550px;
}

.common-heading {
	font-weight: 700;
	font-size: 45px;
	line-height: 60px;
	color:#1A202C;
}
.seo-section-13 .common-heading{
	color: #ffffff;
}
.get-but a{
	font-weight: 500;
}
.con-get-but.get-but{
	margin-left: 30px;
}
.ss-11-box .con-get-but.get-but {
    margin-left: 0px;
}

.common-heading span {
	background: -webkit-linear-gradient(rgba(0, 155, 87, 1), rgba(0, 194, 183, 1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.h2-heading {
	font-size: 25px;
	/* font-weight: 500; */
	font-family: 'Poppins';
	font-weight: 600;
	line-height: 35px;
}

.h2-heading span {
	color: rgb(111, 192, 71);
}

.header-section-1 {
	width: 650px;
	align-self: center;
}

.banner-bg {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 57%;
	height: fit-content;
}

.flex {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;
	/* NEW, Spec - Firefox, Chrome, Opera */
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: black;
}

.form-card {
	display: flex;
	flex-direction: column;
	margin: 0 0;
	line-height: 28px;
	font-size: 11px;
	font-weight: 300;
	color: rgb(197, 197, 197);
	margin-top: 10px;
}

.donate-now {
	list-style-type: none;
	margin: 10px 0 15px 0;
	padding: 0;
}

.donate-now li {
	float: left;
	margin: 0 5px 0 0;
	width: 70px;
	height: 20px;
	position: relative;
	margin-right: 13px;
}

.donate-now .sm {
	width: 100px;
}

.donate-now label,
.donate-now input {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	align-self: center;
}

.donate-now input[type="radio"] {
	opacity: 0.01;
	z-index: 100;
	cursor: pointer;
}

.donate-now input[type="radio"]:checked+label,
.Checked+label {
	background: white;
	color: #000;
}

.donate-now label {
	padding: 0 0 0 0;
	border: 1px solid #CCC;
	border-radius: 13px;
	font-size: 12px;
	cursor: pointer;
	z-index: 90;
	font-weight:500;
}

.donate-now label:hover {
	background: #DDD;
	color: #000;
}

.iti__selected-flag {
	top: 5px;
	height: 33px !important;
	border-radius: 4px;
	transition: .3s;
}

input#phone {
	padding-left: 47px !important;
	top: 6px;
}

.intl-tel-input .flag-dropdown .selected-flag {
	padding: 7px 16px 11px 6px;
}

.intl-tel-input {
	z-index: 99;
	width: 100%;
}

.iti-flag {
	box-shadow: none;
}

.intl-tel-input .selected-flag:focus {
	outline: none;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
	background-color: black;
}

.iti--allow-dropdown input {
	padding-right: 6px;
	padding-left: 52px;
	margin-left: 0;
}

.iti__country-list {
	border-radius: 4px !important;
	z-index: 999 !important;
	box-shadow: 0 0 16px 0 rgb(0 0 0 / 8%) !important;
	border: 1px solid #ececec !important;
	width: 270px !important;
	color: black;
}

.get-but a {
	font-family: none;
}

.get-but {
	font-family: 'poppins';
	font-weight: 500;
}

.get-but a {
	border-radius: 30px;
	font-family: 'poppins' !important;
}

.get-but a:hover i {
	left: 120px !important;
}

.con-get-but.get-but a {
	background-color: transparent;
	color: rgba(0, 0, 0, 0.89);
	border: 1px solid rgba(0, 0, 0, 0.89);
}

.con-get-but.get-but a:hover i {
	left: 110px !important;
}

/* --------------- section-1-form --------------- */
.form {
	width: 500px;
	color: white;
	background-color: #1A202C;
	padding: 20px 25px;
	border-radius: 5px;
}

.input {
	width: 220px;
}

.form-card input::-ms-input-placeholder { 
  color: #ffffff !important;
}
.form-card .form-control{
  background-color: transparent;
  font-size: 11px;
  font-weight: 300;
  padding: 0px 12px;
  color: #fff;
  height: 38px
}
.form-card .flag-container{
  height: 35px;
}

.form-card input::placeholder {
  color: #ffffff !important;
}

input,
textarea {
	width: 100%;
	background-color: transparent;
	border: 1px solid grey;
	border-radius: 10px;
	padding: 2px 5px;
}


/* --------------- section 2 --------------- */
.seo-content {
	margin-top: 100px;
	position: relative;
}

.container:before {
	content: none;
}

.seo-content h2 {
	font-size: 35px;
	font-weight: 700;
}

.seo-heading h2 {
	font-size: 35px;
	font-weight: 700;
	color:#1A202C;
}

.seo-heading {
	margin: 0 auto;
	width: 750px;
	text-align: center;
	margin-top: 20px;
	line-height: 26px;
}

.seo-heading p {
	font-size: 14px;
	font-family: Poppins;
	color: rgba(121, 122, 125, 1);
}

.img-1 {
	position: absolute;
	left: 0;
	top: 30px;
}

.img-2 {
	position: absolute;
	right: 80px;
	top: -60px;
	width: 120px;
}

.seo-info-box {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	margin: 0 auto;
	margin-top: 70px;
	font-family: 'Poppins';
}

.seo-box {
	width: 366px;
	height: 270px;
	padding: 20px 20px;
	border: 1px solid rgb(204, 204, 204);
	font-family: 'Poppins';
}

.seo-color-box {
	width: 366px;
	height: 270px;
	background-image: url('../png/box-bg.png');
	border-radius: 17px;
}

.seo-color-box h1 {
	font-size: 23px;
	line-height: 45px;
	color: white;
}

.seo-box h3 {
	font-size: 18px;
	margin-bottom: 20px;
}

.seo-box p {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}


/* --------------- section 3 --------------- */
.circle-flex {
	display: flex;
	justify-content: space-evenly;
}

.circle-section-1 {
	justify-content: space-evenly;
	margin-top: 60px;
}

.circle-section-2 {
	margin: 100px 0 70px 0;
	gap: 120px;
}

.circle-section-3 {
	padding-bottom: 20px;
	gap: 20px;
}

.section-circle-anima p {
	color: white;
	width: 230px;
	text-align: center;
	margin-top: 20px;
	line-height: 26px;
}

.section-circle-anima {
	margin: 50px 0;
	padding: 50px 0 50px 0;
	background-image: url("../404.html\ 12.png");
	background-repeat: no-repeat, repeat;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.circle-middle-content {
	width: 500px;
	text-align: center;
}

.circle-middle-content p {
	width: 500px;
}

.circle-middle-content h2 {
	font-size: 35px;
	color: white;
	font-weight: 600;
	margin-top: 25px;
	line-height: 48px;
}

.circle-middle-content h2 span {
	color: rgba(68, 241, 172, 1);
	font-size: 47px;
}

.circle-middle-content p {
	color: rgb(185, 185, 185);
}


@keyframes progress {
	0% {
		--percentage: 0;
	}

	100% {
		--percentage: var(--value);
	}
}

@property --percentage {
	syntax: '<number>';
	inherits: true;
	initial-value: 0;
}

[role="progressbar"] {
	--percentage: var(--value);
	--primary: rgba(73, 242, 148, 1);
	--secondary: rgba(31, 50, 36, 1);
	--size: 140px;
	animation: progress 2s 0.5s forwards;
	width: var(--size);
	aspect-ratio: 1;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	display: grid;
	place-items: center;
	margin: 0 auto;
}

[role="progressbar"]::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: conic-gradient(var(--primary) calc(var(--percentage) * 1%), var(--secondary) 0);
	mask: radial-gradient(white 56%, transparent 0);
	mask-mode: alpha;
	-webkit-mask: radial-gradient(#0000 56%, #000 0);
	-webkit-mask-mode: alpha;
}

[role="progressbar"]::after {
	counter-reset: percentage var(--value);
	content: counter(percentage) '%';
	font-family: 'Poppins';
	font-size: calc(var(--size) / 5);
	color: #ffffff;
}

.img {
	width: 100%;
}


/* --------------- section 4 --------------- */
.seo-section-4 {
	position: relative;
	margin: 80px auto;
	text-align: center;
}
.seo-section-4 .seo-info-box{
	gap: 40px;
}
.seo-heading-2 {
	margin: 0 auto;
	width: 72%;
	text-align: center;
	margin-top: 20px;
	line-height: 26px;
}

.seo-heading-2 h2 {
	font-weight: 700;
	font-size: 36px;
	margin: 0 auto;
	line-height: 50px;
	color:#1A202C;
}
.sec-section-5 .seo-heading-2 h2{
	color:#ffffff;
}

.seo-heading-2 p {
	margin-top: 15px;
}

.sun,
.cloud-1,
.cloud-2 {
	position: absolute;
}

.sun {
	top: -3%;
	left: 6%;
}

.cloud-1 {
	right: 13%;
	top: 0%;
}

.cloud-2 {
	top: 15%;
	right: 5%;
}

.icon-flex {
	display: flex;
	margin-bottom: 10px;
}

.img {
	width: 80%;
	margin-top: 5px;
}

.icon-flex h5 {
	font-size: 18px;
	font-weight: 700;
	font-family: 'poppins';
	color: #1A202C;
}

.box {
	width: 30%;
	text-align: left;
}

.box p {
	font-weight: 500;
	line-height: 26px;
}


/* --------------- section 5 --------------- */
.sec-section-5 {
	background-image: url("../png/bg-rec.png");
	background-size: cover;
	padding: 20px;
	color: white;
}
.seo-section-5 .seo-info-box{
	gap: 40px;
}
.sec-section-5 p {
	color: rgb(199, 199, 199);
	font-weight: 400;
	font-size: 14px;
}

.sec-section-5 .box h2 {
	font-size: 24px;
}

.no-color-box h3 {
	font-size: 20px;
	line-height: 40px;
}

.no-color-box {
	background-color: rgba(255, 255, 255, 0.055);
	padding: 20px;
	border: 1px solid rgb(105, 105, 105);
	border-radius: 8px;
}

/* ----------- section 6 --------------- */
.seo-section-6 {
	margin-top: 100px;
	margin-bottom: 80px;
	position: relative;
	line-height: 27px;
}

.seo-heading-6 {
	width: 90%;
	margin: 0 auto;
}
.seo-heading-6 h2, .ss7-heading h1{
	color:#1A202C;
	font-weight:700;
}


/* circle animation */
.slider-container {
	position: relative;
	width: auto;
	height: 500px;
	margin: 50px auto;
	font-family: Arial, sans-serif;
}

.step-indicator {
	position: absolute;
	top: 35%;
	left: 15%;
	transform: translate(-50%, -50%);
	width: 500px;
	height: 500px;
}

.bg-eclipse {
	position: absolute;
	z-index: -1;
	width: 360px;
	height: 360px;
	top: 11%;
	left: 3%;
}

/* .g-img {
	margin-left: 40%;
} */
.steps-13 {
	position: relative;
}

.bg-heading {
	position: absolute;
	top: 30%;
	left: 11%;
	font-size: 32px;
}
.bg-heading span{
	font-weight: 600;
	font-size: 50px;
}
.step {
	position: absolute;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 21px;
	cursor: pointer;
	/* transition: background-color 0.3s; */
}

.step-content {
	display: none;
	/* margin-top: 150px; */
	width: 550px;
	margin-left: 10%;
	text-align: left;
}
.contents-ss6{
	margin-left: 40%;
}
.step-content.active {
	display: block;
}

.step.sm-1 {
	background-image: url('../png/one.png');
	background-size: cover;/
}

.step.sm-2 {
	background-image: url('../png/two.png');
	background-size: contain;
	background-position: center;
}

.step.sm-3 {
	background-image: url('../png/three.png');
	background-size: contain;
	background-position: center;
	margin-top: 5px;
}

.step.sm-4 {
	background-image: url('../png/four.png');
	background-size: contain;
	background-position: center;
	margin-top: 5px;
}

.step.sm-5 {
	background-image: url('../png/five.png');
	background-size: contain;
	background-position: center;
}

.step.sm-6 {
	background-image: url('../png/six.png');
	background-size: contain;
	background-position: center;
	margin-left: 5px;
}

.step.sm-7 {
	background-image: url('../png/seven.png');
	background-size: contain;
	background-position: center;
	margin-left: 5px;
	margin-top: 5px;
}

.step.sm-8 {
	background-image: url('../png/eight.png');
	background-size: contain;
	background-position: center;
}

.step.sm-9 {
	background-image: url('../png/nine.png');
	background-size: contain;
	background-position: center;
}

.step.sm-10 {
	background-image: url('../png/ten.png');
	background-size: contain;
	background-position: center;
}

.step.sm-11 {
	background-image: url('../png/eleven.png');
	background-size: contain;
	background-position: center;
}

.step.sm-12 {
	background-image: url('../png/twelve.png');
	background-size: contain;
	background-position: center;
	/* margin-left: 2px;  */
}

.step.sm-13 {
	background-image: url('../png/thirteen.png');
	background-size: contain;
	background-position: center;
	/* margin-left: -5px; */
}

.step.sm-13.active {
	background-image: url('../png/thirteen_active.png');
	background-size: contain;
	background-position: center;
}

.step.sm-12.active {
	background-image: url('../png/twelve_active.png');
	background-size: contain;
	background-position: center;
}

.step.sm-11.active {
	background-image: url('../png/eleven_active.png');
	background-size: contain;
	background-position: center;
}

.step.sm-10.active {
	background-image: url('../png/ten_active.png');
	background-size: contain;
	background-position: center;
}

.step.sm-9.active {
	background-image: url('../png/nine_active.png');
	background-size: contain;
	background-position: center;
}

.step.sm-8.active {
	background-image: url('../png/eight_active.png');
	background-size: contain;
	background-position: center;
}

.step.sm-7.active {
	background-image: url('../png/seven_active.png');
	background-size: contain;
	background-position: center;
}

.step.sm-6.active {
	background-image: url('../png/six_active.png');
	background-size: contain;
	background-position: center;
}

.step.sm-5.active {
	background-image: url('../png/five_active.png');
	background-size: contain;
	background-position: center;
}

.step.sm-4.active {
	background-image: url('../png/four_active.png');
	background-size: contain;
	background-position: center;
}

.step.sm-3.active {
	background-image: url('../png/three_active.png');
	background-size: contain;
	background-position: center;
}

.step.sm-2.active {
	background-image: url('../png/two_active.png');
	background-size: contain;
	background-position: center;
}

.step.sm-1.active {
	background-image: url('../png/one_active.png');
	background-size: contain;
	background-position: center;
}


.section-6-bg {
	position: absolute;
	right: 0;
	bottom: -10%;
	width: 50%;
}


/* --------------- section 7 --------------- */
.seo-section-7 {
	background-color: rgba(242, 245, 238, 1);
	padding: 30px 0;
	position: relative;
}

.ss7-heading {
	width: 40%;
	position: absolute;
	left: 7%;
}

.ss7 {
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
}

.s7-col-1,
.s7-col-2,
.s7-col-3 {
	/* align-self: flex-end; */
}

.s7-box {
	width: 335px;
	padding: 10px 20px;
	line-height: 25px;
	height: fit-content;
	background-color: white;
	margin-top: 20px;
	border-radius: 10px;
}

.s7-col-1 {
	margin-top: 20%;
}

.s7-col-2 {
	margin-top: 14%;
}


/* --------------- section 8 --------------- */
.seo-section-8 {
	color: white;
	background-image: url('../png/ss8-bg.png');
	background-size: cover;
	padding: 60px;
	margin-top: 150px;
}
.seo-section-8 p, .ss8-box-2 p{
	line-height: 24px;
}

.ss8-flex {
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
}

.ss8-box {
	width: 400px;
	padding: 10px 20px;
}

.ss8-box h1 {
	font-size: 55px;
	font-weight: 700;
}

.color-g, .color-g a {
	color: rgba(111, 192, 71, 1);
	font-weight: 500;
	text-decoration:none;
	cursor:pointer;
}

.ss8-box button {
	margin-top: 120px;
	background-color: transparent;
	border: 1px solid grey;
	width: fit-content;
	padding: 10px 20px;
	border-radius: 40px;
}

.ss8-box .get-but {
	margin-top: 50px;
}

.ss8-box-2 {
	width: 500px;
	padding: 40px 40px;
	background-color: rgba(255, 255, 255, 0.151);
	border-radius: 8px;
}

.quotes {
	margin: 70px 0 50px 0;
}

.text-dec {
	font-size: 26px;
	font-weight: 300;
	float: right;
}

.ss8-float {
	width: 40%;
	float: right;
	margin-top: -130px;
	position: absolute;
	right: 7%;
}
.boost-box{
	padding-top: 75px;
}


/* --------------- section 9 --------------- */
.seo-section-9 {
	position: relative;
	margin-top: 100px;
}

.seo-section-9 .sun {
	left: -10px;
}

.switch {
	position: relative;
	display: inline-block;
	width: 56px;
	height: 26px;
	margin-top: 10px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(111, 192, 71, 1);
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #ccc;
}

input:focus+.slider {
	box-shadow: 0 0 1px #ccc;
}

input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.toggle-switch {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin: 50px;
}

.toggle-switch p {
	font-size: 16px;
	font-weight: 500;
	margin-top: 12px;
}

.ss9-flex {
	display: flex;
	gap: 10px;
	font-size: 16px;
	margin: 5px 0;
}

.ss9-flex p {
	font-size: 14px;
	font-weight: 500;
}

.ss9-box {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 290px;
	padding: 20px 30px;
	border-radius: 18px;
}

.head {
	margin-bottom: 30px;
}

.ss9-box .get-but a {
	width: 210px;
	text-align: center;
	margin: 10px;
}

.ss9-box-2 {
	background-image: linear-gradient(to top right, #040703, #051904);
	;
	color: white;
}

.ss9-box-2 .get-but a {
	background: white;
	color: black;
}

.ss9-box-flex {
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
}

.ss9-box-2 .popular {
	float: right;
	background-color: rgba(255, 255, 255, 0.192);
	color: rgb(218, 218, 218);
	font-size: 10px;
	padding: 7px 12px;
	border-radius: 5px;
}

.ss9-box-2 .head {
	margin-top: 15px;
}

/* --------------- section 10 --------------- */
.ss-10 {
	background-image: url('../png/ss10-bg.png');
	background-size: contain;
	height: 450px;
	padding-top: 12%;
	padding-left: 4%;
	margin: 100px 0 50px 0px;
}

.ss-10 h2 {
	color: white;
	font-size: 43px;
	line-height: 54px;
}
.h2-heading span.heading-sub-meeting {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 38px;
	display: block;
	color: white;
}
.h2-heading span.heading-main-text {
    font-size: 43px;
    line-height: 70px;
	color: white;
	display: block;
}

.ss-10 .get-2 a {
	background: white;
	color: #6fc047;
}

.ss-10 .get-2 a:hover {
	/* padding: 8px 25px; */
	padding-right: 58px;
	padding-left: 0;
}

/* --------------- section 11 --------------- */
.ss-11-box {
	width: 370px;
	margin-top: 50px;
}

.ss-11-box p {
	margin: 20px 0;
	font-weight: 500;
}

/* --------------- section 12 --------------- */
.seo-section-12 {
	margin: 0 auto 80px;
	position: relative;
}

.accordion {
	/* max-width: 600px; */
	margin: 0 auto;
	color: black;
}

.accordion-item {
	margin-bottom: 10px;
	border: 1px solid rgb(238, 238, 238);
	width: 500px;
	font-family: 'poppins';
	font-weight: 400;
	border-radius: 8px;
}

.accordion-header {
	background-color: rgba(255, 255, 255, 1);
	color: black;
	border: none;
	padding: 10px 20px;
	text-align: left;
	cursor: pointer;
	width: 100%;
	outline: none;
	font-size: 14px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* Space between text and icon */
	color: rgba(26, 32, 44, 1);
	border-radius: 8px;
	font-weight: 600;
	line-height: 24px;
    min-height: 70px;
}
.accordion-header span b{
	font-weight: 600;
}

.accordion-icon {
	font-size: 30px;
	margin-left: 10px;
	/* Margin to the left of the icon */
	font-weight: 400;
}

.accordion-content {
	display: block;
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.3s ease;
	padding: 0 15px;
	background-color: rgba(255, 255, 255, 1);
	border-top: 1px solid #e6e6e6;
	border-radius: 0 0 5px 5px;
	margin-top: 2px;
	font-weight: 400;
	font-size: 13px;
	line-height: 24px;
}

.accordion-content p {
	margin: 0;
	padding: 15px 0;
}

.flex {
	display: flex;
}

.ss12-img {
	position: absolute;
	left: 0;
	bottom: -180px;
	margin-bottom: 100px;
	z-index: -1;
}
/* --------------- section 13 --------------- */
.seo-section-13 {
	background-image: url('../png/final-section-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	color: white;
	width: 100%;
	padding: 60px;
}

.seo-section-13 .header-section-1 {
	align-self: center;
}
.seo-section-8 .owl-prev span, .seo-section-8 .owl-next span{
	display:none;
}

.seo-section-8 .owl-carousel .owl-nav button.owl-prev {
    background: url(../png/arrow-left.png) no-repeat center !important;
    width: 88px;
    height: 40px;
    margin-top: 185px;
    border: 1px solid grey;
    padding: 25px 26px !important;
    border-radius: 40px;
    text-align: center;
	left: 100px;
    position: absolute;
}
.seo-section-8 .owl-carousel .owl-nav button.owl-next {
    background: url(../png/arrow-right.png) no-repeat center !important;
    width: 88px;
    height: 40px;
    margin-top: 185px;
    border: 1px solid grey;
    padding: 25px 26px !important;
    border-radius: 40px;
    text-align: center;
	left: 0;
    position: absolute;
}
.form .form-control.phone-num.custom-inputs{
	border: none !important;
}
.form input#demo{
	font-size: 11px !important;
}
.form .intl-tel-input.allow-dropdown{
    border: 1px solid #ccc;
	border-radius: 10px;
}
.form .form-control:focus{
	box-shadow:none !important;
}


/*------------------Popup-----------------*/

.modal-dialog.popup-one.seo-dubai-popup{
	background: url(../webp/seo-popup-updated.webp) no-repeat !important;
	padding-right: 15px;
	border-radius: 50px;
	border: 10px solid #fff;
	width: 1000px;
}
.popup-one.seo-dubai-popup .modal-body{
	background: transparent;
	width: 100%;
}
.popup-one.seo-dubai-popup .popup-left {
    padding: 0;
}
.popup-one.seo-dubai-popup #popupcontact_form{
	background: #fff;
    padding: 25px;
    border-radius: 15px;
	margin: 25px;
}
.popup-one.seo-dubai-popup{
	width: 980px;
}
.popup-one.seo-dubai-popup .flex_rowed{
	width: 97%;
}
.popup-one.seo-dubai-popup .form-group textarea{
	width: 99%;
}
.popup-one.seo-dubai-popup .dev_left_cont.webdev {
    top: 93px;
	bottom: inherit;
}
.popup-one.seo-dubai-popup .common-heading{
	color: #ffffff;
}
.popup-one.seo-dubai-popup .dev_left_cont img {
    position: inherit;
    top: inherit;
    left: inherit;
    width: 36.914px !important;
}
.popup-one.seo-dubai-popup .donate-now label{
	padding: 5px;
}
.popup-one.seo-dubai-popup .donate-now li{
	height: 35px;
	margin-right: 3px;
}
.popup-one.seo-dubai-popup .send-meg button{
	background: #6fc047;
    border: 1px solid #6fc047;
	padding: 18px 8px 18px 21px;
}
.popup-one.seo-dubai-popup .send-meg button i{
	left: 19px;
}
.popup-one.seo-dubai-popup .send-meg button:hover i {
    left: 134px;
}
.popup-one.seo-dubai-popup .send-meg button:hover {
    padding: 18px 40px 18px 0;
    border-radius: 25px;
}
.popup-one.seo-dubai-popup .donate-now input[type="radio"]{
	cursor:pointer;
}
.send-meg{
	text-align: right;
}
.popup-one.seo-dubai-popup .donate-now input[type="radio"]:checked+label, .Checked+label {
    background:#6fc047;
    color: #000;
}



/*------------------Popup-----------------*/


.form-group.phone_number.form-card{
	z-index: 8;
    position: relative;
}
.form-card{
	z-index: 1;
    position: relative;
}
.section-1 textarea#comments_val {
    height: 70px !important;
    width: 100%;
    background-color: transparent;
    border: 1px solid grey;
    border-radius: 10px;
    padding: 2px 5px;
    margin: 0;
	color:#ffffff !important
}
.section-1 input.btn.btn_send_msg {
    background: #6fc047;
    color: #fff;
    padding: 12px 40px;
    display: inline-block;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    height: 46px;
    margin-top: 5px;
}

.form-card textarea::-ms-textarea-placeholder { 
  color: #ffffff !important;
}
body .modal .form-control:focus, .modal .form-control:focus:hover {
    border: 1px solid #bcbcbc !important;
    box-shadow: none !important;
}
.pop-form .phone_number input{
	width: 100% !important;
}
.popup-one.seo-dubai-popup .flex_rowed {
    width: 100%;
}






@media screen and (max-width: 1200px) {
	.header-section-1 {
		width: 500px;
	}
	.header1 p {
		font-size: 14px;
		width: 450px;
	}
	.common-heading {
		font-size: 27px;
		line-height: 40px;
	}
	.banner-bg{
		width: 52%;
	}
	/* section-2 */
	.img-1,.img-2{
		display: none;
	}
	.box{
		width: 40%;
	}
	.sun,
	.cloud-1,
	.cloud-2 {
		display: none;
	}
	.ss8-flex{
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: center;
		-ms-flex-pack: justify;
		gap: 15px;
	}
	.seo-heading-2{
		width: 90%;
	}
	.ss-10{
		background-repeat: no-repeat;
		margin: 40px auto 0 auto;
		width: 100%;
	}
	.ss-10 h2{
		font-size: 40px;
		line-height: 50px;
	}

}
@media screen and (max-width: 1100px) {
	.section-1.flex{
		flex-wrap: wrap;
		justify-content: center;
	}
	.form{
		margin-top: 25px;
	}
	.banner-bg{
		display: none;
	}
	.header-section-1 {
		width: 650px;
	}
	.header1 p{
		width: 650px;
	}
	.seo-heading{
		width: 80%;
	}
	.seo-info-box{
		gap: 10px;
	}
	.box{
		width: 50%;
	}
	.seo-heading-2{
		width: 90%;
	}
	.ss7-heading {
		margin: 0;
		text-align: center;
		width: 100%;
		position: initial;
	}
	.ss7{
		flex-wrap: wrap;
		gap: 20px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
	}
	.s7-col-1 {
		margin-top: 0%;
	}
	
	.s7-col-2 {
		margin-top: 0%;
	}
	.ss8-float{
		display: none;
	}
	.seo-section-8{
		border-radius: 30px;
		padding: 30px 20px;
		width: auto;
	}
	.ss9-box-flex{
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: center;
		-ms-flex-pack: justify;
		gap: 15px;
	}
	.seo-heading-2{
		width: 90%;
	}
	/* .ss-10{
		background-repeat: no-repeat;
		margin: 80px auto;
		width: 90%;
		height: fit-content;
	} */
	.ss-10 h2{
		font-size: 25px;
		line-height: 27px;
	}
	.seo-section-12 .common-flex{
		flex-wrap: wrap;
		justify-content: center;
	}
	.contents-ss6{
		margin-left: 20%;
		margin-top: 50%;
	}
	.step-indicator{
		top: -65%;
		left: 45%;
	}
	.bg-eclipse{
		top: -90%;
		left: 32%;
	}
	.bg-heading{
		top: -70%;
		left: 40%;
	}
	.section-6-bg{
		display: none;
	}
	.seo-heading-6{
		width: fit-content;
	}
}
@media screen and (max-width: 1000px){
	.contents-ss6{
		margin-left: 0%;
        margin-top: 75%;
	}
	.bg-eclipse{
		left: 25%;
	}
}
@media screen and (max-width: 700px){
	.header-section-1 {
		width: 100%;
	}
	.donate-now li {
		margin: 10px 5px;
		height: 30px;
	}
	.donate-now input[type="radio"]{
		height: 30px;
		margin: 0;
	}
	.header-phone.dubai-number {
		display: none !important;
	}
	.header1 p{
		width: 100%;
	}
	.seo-heading{
		width: 90%;
	}
	.seo-heading-2 h2{
		font-size: 23px;
		line-height: 35px;
	}
	.box{
		width: 100%;
	}
	.ss8-box {
		width: 90%;
	}
	.ss8-box-2{
		width: 90%;
	}
	.seo-section-8{
		padding: 30px 5px;
	}
	.seo-heading-2{
		width: 90%;
	}
	.ss-10{
		height: fit-content;
	}
	.ss-10 h2{
		font-size: 18px;
		line-height: 20px;
	}
	.ss-10{
		background-size: cover;
	}
	.accordion-item{
		width: 90%;
	}
	.seo-section-13 .header-section-1 {
		align-self: center;
		text-align: center;
	}
	.contents-ss6{
		margin-left: 0%;
        margin-top: 90%;
	}
	.bg-eclipse{
		left: 25%;
	}
	.popup-one.seo-dubai-popup {
		width: 96%;
	}
	.seo-box{
		height: auto;
	}
	.seo-section-4{
		margin: 0px auto;
	}
	.seo-heading h2{
		font-size: 27px;
	}
	.ss8-box h1{
		font-size: 35px;
	}
	.seo-section-13{
	    padding: 10px;
	}
	.modal-dialog.popup-one.seo-dubai-popup{
		width: 96%;
	}
	
}
@media screen and (max-width: 500px){
	.form{
		width: 100%;
	}
	.input{
		width: 160px;
	}
	.ss8-box {
		width: 95%;
	}
	.ss8-box-2{
		width: 90%;
	}
	.seo-heading-2{
		width: 90%;
	}
	.step-indicator{
		width: 350px;
		height: 350px;
		left: 25%;
	}
	.step-content {
		width: 90%;
	}
	.g-img {
		display: none;
	}
	.bg-eclipse{
		top: -75%;
		left: 12%;
	}
	.bg-heading{
		top: -53%;
		left: 35%;
	}
	.contents-ss6{
	margin-top: 80%;
	}
	.seo-content{
		margin-top: 0;
	}
	.seo-section-8{
		margin-top: 0;
		padding-bottom: 85px;
	}
	.seo-section-8 .owl-carousel .owl-nav{
		bottom: 0;
	}
	.seo-section-8 .owl-carousel .owl-nav button.owl-prev, .seo-section-8 .owl-carousel .owl-nav button.owl-next{
		bottom: -71px;
	}
	.con-get-but.get-but{
	    margin-left: 0px;
	}
	.flex.mobile_flex{
		flex-wrap: wrap;
	}
	.h2-heading span.heading-main-text{
		font-size: 20px;
		line-height: 36px;
	}
	.h2-heading span.heading-sub-meeting{
		font-size: 20px;
		line-height: 35px;
	}

}
@media screen and (max-width: 420px){
	.header1 p {
		font-size: 14px;
		width: 90%;
	}
	.common-heading {
		font-size: 30px;
		line-height: 40px;
	}
	.h2-heading{
		font-size: 20px;
	}
	.input {
		width: 100%;
	}
	.popup-recaptcha {
        transform: scale(.65) !important;
        -webkit-transform: scale(0.9) !important;
        transform-origin: 0 0 !important;
        -webkit-transform-origin: 0 0 !important;
    }
	.popup-one.seo-dubai-popup .send-meg button{
		margin-top: 25px;
	}
	
}


@media screen and (max-width: 700px){
	
.header-phone.dubai-number {
	display: none !important;
}	
	
	
}