@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

::selection {
	color: #fff;
	background: #3284b6;
}

::-moz-selection {
	color: #fff;
	background: #3284b6;
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Open Sans', sans-serif;
}

.container {
	width: 1170px;
	margin: auto;
	position: relative;
}


/******************header*********************/

header {
	width: 100%;
	background: #fff;
	float: left;
	position: fixed;
	z-index: 15;
}

.parti {
	float: right;
}

.parti ul {
	list-style: none;
	display: flex;
	align-items: center;
	margin-top: 26px;
}

.parti ul li {
	margin-right: 13px;
	font-weight: 600;
}

.parti ul li img {
	width: 30px;
	cursor: pointer;
}

.parti ul li:first-child {
	background: #ea093c;
	padding: 8px;
	color: #ffff;
	border-radius: 8px;
}

.logo {
	width: 200px;
	float: left;
	text-align: center;
	background: #fff;
	padding: 5px 0;
}

.logo img {
	width: 190px;
}

.stick-right.mob {
	display: none;
}

.stick-right {
	background: #ea093c;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	padding: 15px;
	font-weight: 600;
	color: #fff;
	z-index: 10;
	cursor: pointer;
	border-radius: 10px 0 0px 10px;
}

.contact {
	color: #000;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 30px;
	float: right;
	margin-top: 20px;
	height: 45px;
	padding-right: 50px;
	background: url(images/phone.png) right no-repeat;
}

.banner {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 40px;
	background: url(../images/bg.jpg);
	background-size: cover;
	padding-bottom: 60px;
	position: relative;
	margin-top: 70px;
	padding-top: 70px;

}

.my-cl {
	display: table;
	margin: auto;
	width: 80%;
}

.banner img {
	position: relative;
	width: 500px;
	margin-bottom: 25px;
}
.location-box .date-div .banner-info img {
	width: 20%;
	margin: auto;
}

.location-box {
	display: flex;
	gap: 1rem;
	justify-content: flex-start;
	align-items: center;
	width: 624px;
	margin-bottom: 25px;

}

.location-box .date-div span,
.location-box .venue-div span {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: flex-start;
}

.location-box span .text {
	font-size: 21px;
	font-weight: bold;
	text-align: left;
}

.banner form {
	position: absolute;
	right: 60px;
	top: 50%;
	width: 444px;
	padding: 20px 25px;
	float: right;
	background: #fff;
	box-shadow: 0 0 10px 1px #464646;
	border-radius: 25px;
	transform: translateY(-50%);
}

.banner form h1 {
	color: rgb(31, 31, 31);
	text-align: center;
	font-weight: 900;
	font-size: 25px;
	margin-bottom: 10px;
	width: 100%;
	float: left;
	text-transform: uppercase;
	line-height: 24px;
}

.banner form h1 span {
	color: #0068aa;
	display: block;
	margin-bottom: 10px;
}

.banner form input {
	width: 100%;
	float: left;
	margin-bottom: 24px;
	height: 42px;
	border: 1px solid rgb(224, 224, 224);
	font-size: 11px;
	background: #fff;
	padding: 0 5px;
	border-radius: 6px;
	box-shadow: 0 0 2px 1px #ccc inset;
}

.banner form input::placeholder {
	color: rgb(121, 121, 121);
	opacity: 1;
}

.banner form button {
	width: 98%;
	float: left;
	margin-left: 1%;
	border: none;
	border-radius: 2px;
	font-family: 'Open Sans', sans-serif;
	padding: 8px 0;
	text-transform: uppercase;
	margin-top: 10px;
	background: green;
	border-bottom: 2px solid #000;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	border-radius: 10px;
}

.banner form button:hover {
	background: #000;
	border-bottom: 2px solid #333;
}

.banne-ul {
	list-style: none;
	background: rgba(0, 0, 0, .75);
	padding: 10px;
	border-radius: 10px;

	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
}

.banne-ul li {
	display: inline-block;
	font-size: 12px;
	position: relative;
	width: 33.33%;
	text-align: left;
	margin-left: 22px;
}

.address .banne-ul li::before {
	position: absolute;
	content: '';
	background: #f1da5e;
	height: 70px;
	left: -5px;
	width: 1px;
	top: 50%;
	transform: translateY(-50%);

}

.per90 {
	font-size: 16px;
	position: relative;
}

.per90::before {
	content: "\f005";
	position: absolute;
	left: -20px;
	color: #f1da5e;
	font-size: 25px;
	top: 50%;
	transform: translateY(-50%);
	font: normal normal normal 14px/1 FontAwesome;
}

.banne-ul li:first-child {

	font-weight: 700;
}

.address .banne-ul li:first-child::before {
	content: none;
}

.address ul li.sch-per {
	font-size: 13px;
	padding: 10px 9px;
	line-height: 20px;
}

.address ul li:nth-child(2) {
	width: 120px;
}

.address span {
	font-weight: 700;
	padding-bottom: 9px;
	font-size: 18px;
}

.address {
	width: 542px;
	padding: 0 0;
	border-radius: 10px;

}

.address ul {
	list-style: none;

}

.address ul li {
	position: relative;
	color: #fff;
	font-weight: 600;
	font-size: 10px;
	line-height: 25px;
}

.banner-text {
	width: 577px;
	padding-left: 25px;
}

.banner-text h1 {
	font-weight: 900;
	font-size: 90px;
	line-height: 80px;
	font-family: 'Nunito Sans', sans-serif;
	display: inline-block;
	text-shadow: 0 1px 1px #000000;
}

.banner-text h1 .mob {
	display: none;
}

.banner-text h1 span {
	display: block;
}

.banner-text h1 .ap {
	color: #ea093c;
	padding-bottom: 15px;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.banner-text h1 .wek {
	color: #ea093c;
}

.banner-text p {
	font-size: 31px;
	font-weight: 400;
	line-height: 36px;
	font-family: 'Roboto', sans-serif;
}

.banner-text .banner-info {
	font-size: 16px;


}

.banner-text .banner-info i {
	font-size: 50px;
}

.banner-text .banner-info sup {
	text-transform: lowercase;
}

.banne-ul {
	list-style: none;
	background: rgba(0, 0, 0, .75);
	padding: 10px;
	border-radius: 10px;

	color: #fff;
	text-align: center;
}

.banne-ul li {
	display: inline-block;

	font-size: 14px;
}

.banne-ul li:last-child {
	border-right: none;
}

.bner-text span {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
}


.date-div {
	background-color: #ea093c;
	padding: 11px 15px;
	display: inline-block;
	border-radius: 10px;
	box-shadow: 2px 4px 10px 2px rgba(0, 0, 0, 0.3);
	font-family: 'Nunito Sans', sans-serif;
	color: #fff;
	text-align: center;
	flex: 0 0 auto;

}

.venue-div {
	background-color: #ea093c;
	padding: 11px 15px;
	display: inline-block;
	border-radius: 10px;
	box-shadow: 2px 4px 10px 2px rgba(0, 0, 0, 0.3);
	font-family: 'Nunito Sans', sans-serif;
	color: #fff;
	text-align: center;
	flex: 0 0 auto;
}
.venue-div.chittagong {
	flex: 0 0 280px;
}

.date-div p {
	font-weight: 700;
	font-size: 18px;
}

.date2 {
	text-align: center;
}

.date2 .date-div {
	width: auto;
	margin: auto;
	border-radius: 0 0 10px 10px;
	padding-bottom: 5px;
	background: yellow;
	color: #000;
}

.beng-info li img {
	width: 21px;
	margin-right: 10px;
}



.icon i {
	padding-right: 10px;
	text-align: center;
}

.swiper-pagination-bullet {
	margin-right: 10px;
}

.loc-ic {
	font-size: 27px;
	margin-right: 4px;
}

/* .address ul li::before {
 position: absolute;

	left: -10px;
	top: 10px;
	background: #f1da5e;
	width: 5px;
	height: 5px;
	border-radius: 50%; 

}*/



/******************service*********************/
.service {
	text-align: center;
	width: 100%;
	float: left;
	background: #0068aa;
	color: #fff;
}

.service li {
	border-left: 1px solid rgba(255, 255, 255, .5);
	width: 25%;
	float: left;
	padding: 10px;
	font-size: 12px;
	list-style: none;
}

.service li.highlight {
	background: #f1da5e;
	color: #000;
}

.service li .unl {
	text-decoration: underline;
	font-weight: normal;
	color: orange;
}

.service li.highlight .unl {
	color: green;
}

.service li .fos {
	font-size: 14px;
	font-weight: bold;
}

.service li .fon-h {
	color: green;
}

.service li .fon-n {
	font-weight: normal !important;
	font-size: 12px;
}

.service li .colr {
	color: yellow;
}

.service li .colrs {
	color: #fff587;

}

.service li.highlight .colr,
.service li.highlight .colrs {
	color: red;
}

.service li strong {
	font-size: 16px;
}

.service li:first-child {
	border: none;
}

.service li img {
	vertical-align: middle;
}

.banner-slide {
	width: 100%;
	float: left;
	height: 652PX;
	overflow: hidden;
	position: relative;
}

.banner-slide li {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	list-style: none;
	height: 100%;
	background: url(images/usa.jpg);
	background-size: cover;
	transition: all ease .5s;
	z-index: 1;
	display: flex;
	align-items: center;
}

.banner-slide li.canada {
	/*left:calc(100% - 140px);*/
	background: url(images/canada.jpg);
	background-size: cover;
	left: 70px;
	z-index: 5;
}

.banner-slide li.uk {
	/*left:calc(100% - 140px);*/
	background: url(images/canada.jpg);
	background-size: cover;
	left: 140px;
	z-index: 5;
	display: flex;
	align-items: center;
}




/*.banner-slide li.canada:hover .banner-slide li.australia { left:1200px;}*/
.banner-slide li.australia {
	/*left:calc(100% - 70px);*/
	background: url(images/australia.jpg);
	background-size: cover;
	z-index: 6;
	left: 210px;
	display: flex;
	align-items: center;
}

/*.banner-slide li.australia:hover { left:1200px;}*/

.banner-slide li .text {
	width: 70px;
	height: 100%;
	text-align: center;
	background: #000654;
	background: rgba(0, 6, 86, .9);
	border-right: 5px solid #fff;
	font-weight: bold;
	color: #fff;
	float: left;
	vertical-align: middle;
	position: relative;
}

.banner-slide li.australia .text {
	background: #00008b;
	background: rgba(0, 0, 139, .9);
}

.banner-slide li .text h2 {
	writing-mode: tb-rl;
	position: absolute;
	font-size: 50px;
	left: 0;
	top: 0;
	bottom: 0;
}

.banner-slide li .logos {
	width: calc(100% - 352px);
	margin-left: 45px;
	float: left;
	text-align: center;
}

.banner-slide li.australia .logos {
	padding: 0 25px;
	width: calc(100% - 332px);
	margin: 0 0 0;
}

.banner-slide li.canada .logos {
	padding: 0 25px;
	width: calc(100% - 275px);
	margin: 0 0 0;
}

.banner-slide li .logos strong {
	width: 100%;
	float: left;
	padding: 15px 0;
	color: #fff;
	font-size: 24px;
	text-shadow: 1px 1px 1px #000;
}

.banner-slide li .logos figure {
	background: #fff;
	background: #fff;
	margin: 3px;
	padding: 5px;
	position: relative;
	border-radius: 5px;
	display: inline-block;
}

.banner-slide li .logos figure span {
	color: red;
	position: absolute;
	left: 0;
	top: -3px;
}

.banner-slide li .logos figure img {
	width: 85px;
}

.banner-slide li.australia .logos figure img,
.banner-slide li.canada .logos figure img {
	width: 100px;
}

.banner-slide .sub {
	position: absolute;
	text-align: right;
	color: #fff;
	right: 230px;
	bottom: 20px;
	font-size: 12px;
}

/******************offer*********************/
.offer {
	width: 100%;
	float: left;
	padding: 50px 0;
}

.offer .col-6 {
	width: 50%;
	float: left;
}

.offer h3 {
	text-align: center;
	font-size: 28px;
	color: #0896d7;
	margin-bottom: 15px;
}

.offer-sec {
	width: 100%;
	float: left;
}



.offer-head {
	text-align: center;
	height: 85px;
	width: 100%;
	margin-top: 15px;
	line-height: 85px;
	color: #fff;
	font-weight: 600;
	float: left;
	font-size: 20px;
	background: url(images/usa.png) no-repeat center;
	background-size: 500px auto;
}

.offer-head.firs {
	margin-top: 0;
}

.offer-head.sec {
	background: url(images/canada.png) no-repeat center;
	background-size: 500px auto;
}

.offer-head.ths {
	background: url(../images/canada.png) no-repeat center;
	background-size: 500px auto;
}


.offer-head.thir {
	background: url(images/australia.png) no-repeat center;
	background-size: 500px auto;
}

.offer-head.four {
	background: url(images/uk.png) no-repeat center;
	background-size: 500px auto;
}

.offer ul.offer-l {
	float: left;
	padding: 0 100px;
	height: 0;
	overflow: hidden;
	transition: all ease .25s;
}

.offer-sec:hover ul.offer-l {
	height: 360px;
}

.offer ul.offer-l li {
	list-style: none;
	font-size: 13px;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.offer ul.offer-l li:last-child{
	border-bottom:none ;
}

.offer ul.offer-s li {
	text-align: center;
	font-size: 16px;
	list-style: none;
	border-bottom: 1px dashed #ccc;
	padding: 12px 0;
}

.offer ul.offer-s li span.color {
	color: red;
}


.echron-loader {
	display: none;
	text-align: center;
	width: 100%;
}

.echron-loader img {
	width: 50px;
}

.show-error-msg {
	color: red;
	text-align: left;
}

/******************course*********************/
.course {
	width: 100%;
	float: left;
	text-align: center;
	padding: 25px;
	font-size: 18px;
	line-height: 28px;
	background: #ccc;
}

.course h4,
.proud h4 {
	margin-bottom: 15px;
	font-size: 24px;
	color: #0896d7;
}

.course .col-6 {
	width: 50%;
	padding: 0 30px;
	float: left;
	font-size: 15px;
	text-align: justify;
}

.course li {
	padding-bottom: 5px;
	border-bottom: 1px #ccc solid;
}

.register {
	margin: auto;
	cursor: pointer;
	border-radius: 5px;
	display: table;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
	padding: 10px;
	background: #e65400;
	display: none;
}

.register:hover {
	background: red;
}

/******************proud*********************/
.proud {
	text-align: center;
	padding: 10px 0;
	width: 100%;
	float: left;
	background: #f1f1f1;
}

/******************footer*********************/
footer {
	width: 100%;
	float: left;
	text-align: center;
	background: #3d65a2;
	font-weight: bold;
	padding: 15px 0;
	color: #fff;
	font-size: 20px;
}

/******************popform*********************/
.popform {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	display: none;
	left: 0;
	background: #000;
	background: rgba(0, 0, 0, .9);
	z-index: 40;
}

.popform form {
	width: 600px;
	padding: 25px;
	position: relative;
	border-radius: 10px;
	border: 5px solid #000;
	margin: 50px auto;
	background: #fff;
}

.popform form h1 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 15px;
	color: red;
}

.popform form span.cl_form {
	position: absolute;
	right: -10px;
	top: -10px;
	text-align: center;
	font-weight: bold;
	border-radius: 50%;
	width: 35px;
	line-height: 35px;
	background: red;
	color: #fff;
	cursor: pointer;
}

.popform form input {
	width: 100%;
	padding: 15px 5px;
	margin-bottom: 10px;
}

.popform form button {
	width: 300px;
	margin: auto;
	display: table;
	border: none;
	border-radius: 2px;
	font-family: 'Open Sans', sans-serif;
	padding: 8px 0;
	text-transform: uppercase;
	margin-top: 10px;
	background: green;
	border-bottom: 2px solid #000;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
}

/*        css edit by mohammad sahil khan start */

.proud img {
	max-width: 100%;
}

/************************thanks-page-start****************************/

.thankyou {
	width: 700px;
	margin: 50px auto;
	background: #fff;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
	text-align: center;
	padding-bottom: 25px;
}

.thankyou h1 {
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	color: #37c1fd;
	background: none;
}

.thankyou p {
	margin-top: 10px;
	padding-top: 10px;
}

.thankarea {
	width: 100%;
	float: left;
	background: #ffdb4c;
	padding: 50px 0;
	margin-bottom: 50px;
}

.thankarea .fa {
	background: #fff;
	width: 150px;
	font-size: 90px;
	color: #37c1fd;
	border-radius: 100%;
	line-height: 150px;
}

.thankyou .para {
	color: red;
	font-size: 16px;
	line-height: 22px;
}

.thankyou ul {
	margin-top: 20px;
	list-style: none;
}

.thankyou ul li {
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

.thankyou ul li:first-child {
	border-top: 1px solid #ccc;
}

.thankyou .mail {
	font-size: 15px;
	color: #000000;
	line-height: 22px;
	font-weight: 400;
	text-transform: none;
	border-top: 1px dotted #ccc;
}

.thankyou .mail strong {
	font-weight: 700;
}

/*        css edit by mohammad sahil khan end */



/*large-screen*/
@media (min-width: 1200px) {}

/*medium-desktop-screen*/
@media (min-width: 992px) and (max-width: 1199px) {
	.container {
		width: 950px;
	}

	.banner {
		padding-top: 90px;
	}

	.banner img {
		width: 500px;
	}

	.service li {
		font-size: 10px;
	}

	.service li .fos {
		font-size: 12px;
	}

	.service li strong {
		font-size: 14px;
	}

	.banner-slide li .logos strong {
		padding: 8px 0;
		font-size: 20px;
	}

	.banner-slide li .logos figure img {
		width: 75px;
	}

	.offer ul.offer-l {
		padding: 0 50px;
	}

	.offer-head,
	.offer-head.sec,
	.offer-head.thir {
		background-size: 450px auto;
	}

	.offer ul.offer-s li {
		font-size: 14px;
	}
}

/*responsive-tab*/
@media (min-width:768px) and (max-width:991px) {
	.container {
		width: 740px;
	}

	.banner img {
		width: 275px;
	}

	.service li {
		width: 50%;
		margin: 10px 0;
	}

	.banner-slide li .logos strong {
		font-size: 18px;
	}

	.banner-slide li .logos figure img {
		width: 45px;
	}

	.banner-slide li.australia .logos figure img,
	.banner-slide li.canada .logos figure img {
		width: 60px;
	}

	.offer ul.offer-s li {
		font-size: 14px;
	}

	.offer ul.offer-l {
		padding: 0 25px;
	}

	.offer-head,
	.offer-head.sec,
	.offer-head.thir {
		background-size: 360px auto;
		font-size: 14px;
	}

	.course {
		font-size: 16px;
		line-height: 26px;
	}

	footer {
		font-size: 16px;
	}
}

/*responsive-small-screen*/
@media (max-width:767px) {
	.container {
		width: 90%;
	}

	.logo {
		width: auto;
		float: left;
	}

	.contact {
		font-size: 17px;
		margin-top: 0;
		float: right;
		margin-top: 10px;
		display: flex;
		align-items: center;
		background-size: 20%;
		padding-right: 37px;
	}

	.banner {
		padding: 20px;
		height: auto;
		margin-top: 90px;

	}

	.address {
		width: 100%;

	}

	.my-cl {
		width: 100%;
	}

	.date-div p {
		line-height: 20px;
		padding: 5px 0;
		font-size: 14px;

	}

	.banner img {
		width: 100%;
	}

	.banner-text {
		width: 100%;
		padding-left: 0;
	}
	.banner-text .location-box{
		width: 80%;
		flex-direction: column;
		margin: 0 auto 25px;
	}
	.banner-text .location-box .date-div,
	.banner-text .location-box .venue-div{
		padding: 10px;
		width: 94%;
	}
	.venue-div.chittagong {
		flex: 0 0 auto;
	}

	.banner-text .banner-info i {
		font-size: 30px;
	}
	.location-box span .text {
		font-size: 20px;
	}
	.location-box .date-div span .text {
		font-size: 19px;
		width: 170px;
	}
	.location-box .date-div span{
		gap: 0.5rem;
	}

	.banner form {
		width: 100%;
		margin-top: 20px;
		top: auto;
		left: auto;
		right: auto;
		float: left;
		position: inherit;
		transform: none;
	}

	.service li {
		width: 100%;
		margin: 15px 0;
		border: none;
	}

	.banner-slide {
		height: 100%;

	}

	.banner-slide li .text {
		width: 100%;
		float: left;
		height: auto;
		border-right: none;
		cursor: pointer;
	}

	.banner-slide li .text h2 {
		position: inherit;
		float: left;
		left: auto;
		top: auto;
		width: 100%;
		writing-mode: inherit;
		font-size: 20px;
		text-align: center;
		border: 1px solid #3b3b3b;
	}

	.banner-slide .sub {
		right: 10px;
		bottom: 91px;
		width: 100%;
		position: static;
		padding: 20px 10px;
	}


	.banner-slide li .logos,
	.banner-slide li.canada .logos,
	.banner-slide li.australia .logos {
		width: 100%;
		margin: 0;
		padding: 0;
		float: left;
	}

	.banner-slide li .logos strong {
		font-size: 15px;
	}

	.banner-slide li .logos figure img {
		width: 60px;
	}

	.banner-slide li.australia .logos figure img {
		width: 85px;
	}

	.offer {
		padding: 20px 0;
	}

	.offer .col-6 {
		width: 100%;
	}

	.offer h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.offer ul.offer-l {
		padding: 0;
	}

	.offer ul.offer-l li {
		font-size: 10px;
	}

	.offer-head,
	.offer-head.sec,
	.offer-head.thir,
	.offer-head.four,
	.offer-head.ths {
		background-size: 290px;
		font-size: 13px;
		height: 45px;
		line-height: 45px;
	}

	.offer ul.offer-s li {
		font-size: 14px;
	}

	.course .col-6 {
		width: 100%;
		margin-bottom: 10px;
		padding: 0;
		font-size: 13px;
		line-height: 22px;
	}

	.course h4 {
		font-size: 20px;
	}

	.proud img {
		width: 100%;
	}

	footer {
		font-size: 13px;
		padding: 15px 0 60px;
	}


	/*        css responsive edit by mohammad sahil khan start */

	.popform.control_form form {
		width: auto;
		max-width: 500px;
	}

	.popform form button {
		width: 100%;
	}



	.banner-slide li {
		top: 0;
		z-index: 7;
		display: unset !important;
		float: left;
		position: relative !important;
		width: 100%;
		left: 0 !important;
	}

	.banner-slide li .text {
		position: relative;
		top: 0;
		width: 100%;
		float: left;

	}

	.banner-slide li .logos {
		width: 100%;
		margin: 0;
		padding: 0;
		float: left;
		padding-bottom: 32px;
	}

	.banner-slide li.australia .text h2 {
		background: rgba(0, 6, 86, .9);
	}

	.banner-slide li .text h2.active {
		background: #0896d7;
	}

	.logos {
		padding-top: 10px !important;
	}

	li.usa .logos {
		padding-top: 10px !important;
	}

	.banner form h1 {
		font-size: 16px;
	}

	.banner-slide li .logos figure {
		margin: 2px 3px
	}

	.banner-slide li .logos {
		padding-bottom: 55px;
		/* position: absolute; */

	}

	.banner-slide li.canada .logos,
	.banner-slide li.uk .logos,
	.banner-slide li.usa .logos {
		display: none;
		top: -98%;
	}

	/*        css responsive edit by mohammad sahil khan end*/

	.banne-ul {
		display: unset;
		width: 100%;
		float: left;
		padding-top: 19px;
	}

	.banner-text .banner-info {
		font-size: 12px;
	}

	.banne-ul li:nth-child(2) {
		border: 0;
	}

	.banne-ul li:last-child {
		width: 76%;
		margin-bottom: 10px;
		border-right: 0;
		border-top: 1px solid #f1da5e;
		padding-top: 6px;
	}

	.banne-ul li {
		width: 33%;
		padding-bottom: 6px;
	}

	.per90 {
		font-size: 13px;
	}

	.parti {
		float: right;
		width: 100%;
		text-align: center;
	}

	.parti ul {
		margin-top: 0;
		justify-content: center;
	}

	.parti ul li:nth-child(1) {
		font-size: 14px;
	}

	.logo img {
		width: 130px;
	}

	header {
		border-bottom: 1px solid #ccc;
	}

	.popform form h1 {
		font-size: 20px;
	}

	.date2 .date-div {
		padding-bottom: 0;
	}

	.stick-right.mob {
		display: block;
		top: auto;
		transform: none;
		bottom: 0;
		border-radius: 10px;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		padding: 15px 20px;
		width: 100%;
		height: 50px;
	}

	.stick-right.desk {
		display: none;

	}

	.parti ul li {
		margin-right: 9px;
	}

	.thankyou {
		width: 80%;
	}
}


/*responsive-extrasmall-screen*/
@media (max-width:480px) {

	/*        css responsive edit by mohammad sahil khan start */

	.popform.control_form form {
		width: auto;
		max-width: 280px;
	}

	/*        css responsive edit by mohammad sahil khan end*/

}