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

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Lato", sans-serif;
}

.row {
	display: flex;
	margin-right: 0px;
	margin-left: 0px;
}

#top-menu {
	width: 100%;
	z-index: 9999;
	background-color: #911d49;
	position: fixed;
	padding-bottom: 30px;
}

marquee {
	font-size: 16px;
	font-style: italic;
	position: relative;
	top: 85px;
	right: 300px;
	margin: 10px 10px;
}

.main-menu {
	display: block;
	position: relative;
	left: 10%;
	z-index: 9999;
	text-decoration: none;
}

.container-menu {
	width: 80%;
	margin: 0 auto;
}

.main-menu:before,
.main-menu:after {
	display: table;
	line-height: 0;
	content: "";
}

.core-menu {
	text-align: center;
	background: #911d49;
	border: none;
	border-radius: 8px;
	color: #fff;
	font-size: 15px;
	font-family: "Lato", sans-serif;
	font-weight: bold;
	padding: 5px 60px 5px 30px;
	box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.core-menu li {
	list-style: none;
	display: inline-block;
	cursor: pointer;
}

.core-menu li a {
	display: inline-block;
	background-color: #911d49;
	color: #fff;
	text-decoration: none;
	padding: 1em;
}

.core-menu li a:hover {
	color: #fff;
}

li span.toggle {
	padding-left: 1em;
}

.toggle:before {
	content: "\f107";
	font: normal normal normal 16px/1 FontAwesome;
}

.dropdown {
	position: absolute;
	width: 230px;
	text-align: left;
	display: none;
}

.dropdown li {
	display: block;
}

.dropdown li a {
	display: block;
}

.dropdown2 {
	position: absolute;
	width: 230px;
	text-align: left;
	display: none;
	right: -100%;
	top: 0;
}

.dropdown2 li {
	display: block;
}

.dropdown2 li a {
	display: block;
}

li span.toggle2 {
	position: absolute;
	right: 0;
	margin-right: 20px;
}

.toggle2:before {
	content: "\f105";
	font: normal normal normal 16px/1 FontAwesome;
}

.con {
	position: relative;
	left: 300px;
}

.con .icon span {
	color: #fff;
	font-size: 48px;
	line-height: 1;
}

.con .text {
	padding-left: 10px;
	font-size: 22px;
}

.con .text a:hover {
	text-decoration: none;
}

.con .text span,
.con .text a {
	display: block;
	line-height: 1.4;
	color: #fff;
}

#indexcarousel .carousel-inner .carousel-item img {
	height: auto;
	/* margin-top: 135px; */
}

.carousel-indicators li {
	border-radius: 50%;
	width: 12px;
	height: 12px;
	margin: 8px;
	background-color: #911d49;
}

.carousel-indicators {
	bottom: -70px;
}

.social_media {
	position: fixed;
	top: 40%;
	right: 20px;
	z-index: 99;
	cursor: pointer;
}

.social_media li {
	list-style-type: none;
}

.social_media img {
	transition: all 1s;
}

.social_media li :hover {
	transform: scale(1.2);
}

#homePage {
	padding-top: 100px;
	/* padding-bottom: 100px; */
}

#homePage .contentWrap h1 {
	color: #911d49;
	font-weight: bold;
	font-size: 56px;
	border-top: 3px solid #911d49;
	margin-bottom: 80px;
	text-align: left;
}

#homePage .contentWrap p {
	font-size: 16px;
	margin-bottom: 80px;
	line-height: 30px;
}

.accreditions h5 {
	color: #911d49;
	margin-bottom: 80px;
	font-weight: bold;
	text-align: left;
}

.accreditions img {
	width: 160px;
	height: auto;
	margin: 0px 20px 80px 20px;
}

.advantage h2 {
	color: #911d49;
	margin: 10px 0px;
	font-weight: bold;
	font-size: 56px;
	margin-bottom: 80px;
}

.topics {
	position: relative;
	top: 280px;
	left: 70px;
	font-size: 22px;
	font-weight: bold;
	float: left;
	margin-bottom: 170px;
}

.topics li {
	list-style-type: none;
	margin-bottom: 20px;
}

.topics li img {
	margin-right: 18px;
}

.contentWrap > achievements {
	background-color: #f4f3ee;
}

.achievements h2 {
	color: #911d49;
	margin-top: 100px;
	font-weight: bold;
	font-size: 56px;
}

.achievements i {
	font-size: 60px;
	color: #ff6600;
}

.placement h3 {
	color: #911d49;
}

.placement p {
	font-size: 16px;
	line-height: 30px;
}

.placement h2 {
	color: #911d49;
	font-size: 56px;
}

.testimonial h2 {
	color: #911d49;
	font-weight: bold;
	font-size: 56px;
}

.testimonial .carousel-inner .carousel-item video {
	width: 480px;
	height: 280px;
}

.sms h2 {
	color: #911d49;
	margin-top: 20px;
}

.sms input {
	height: 48px;
}

.sms input,
select {
	padding: 20px;
}

.sms_button {
	border-radius: 4px;
	background-color: #911d49;
	border: none;
	color: #ffffff;
	text-align: center;
	font-size: 24px;
	padding: 12px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
	position: static;
	left: 500px;
	margin-bottom: 100px;
}

.sms_button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.sms_button span:after {
	content: "\00bb";
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.sms_button:hover span {
	padding-right: 25px;
}

.sms_button:hover span:after {
	opacity: 1;
	right: 0;
}

.our_centers h2 {
	color: #911d49;
	font-weight: bold;
	font-size: 56px;
}

/*-----------------------contact------------------------*/

.row h1 {
	font-size: 56px;
}

.formWrap {
	background-color: #911d49;
}

.formWrap-contact {
	margin-top: 20px;
}

.formWrap h5 {
	letter-spacing: 5px;
	font-family: "Lato", sans-serif;
	font-weight: 300;
	font-size: 16px;
	position: relative;
	color: #911d49;
}

.formWrap h5:after {
	width: 100%;
	height: 1px;
	background: #911d49;
	position: absolute;
	left: 0;
	bottom: -8px;
}

.formWrap h2 {
	font-size: 36px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	color: #fff;
}

.formWrap input,
.formWrap textarea {
	border: 1px solid #911d49;
	border-radius: 0;
	font-weight: bold;
}

.formWrap input:focus,
.formWrap textarea:focus {
	border: 1px solid #911d49;
}

.formWrap input,
.formWrap select {
	border: 0;
	border-bottom: 1px solid #911d49;
	border-radius: 0;
	font-weight: bold;
}

.formWrap input:focus,
.formWrap button {
	border-radius: 8;
	border: 1px solid #fff;
	color: #911d49;
	background-color: #fff;
	transition: 0.3s all ease-in-out;
	font-size: 16px;
	letter-spacing: 4px;
}

.formWrap button:hover {
	background-color: #911d49;
	color: #fff;
}

.thankpage h1 {
	margin-top: 300px;
	text-align: center;
	font-size: 50px;
	color: #911d49;
	margin-bottom: 50px;
}

.thankpage h3 {
	text-align: center;
	color: #000;
	margin-bottom: 100px;
}

footer {
	bottom: 0;
}

.course-banner-section {
	background-image: url(img/Aesthetics.jpg);
	width: 100%;
	height: 100vh;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	padding-left: 100px;
	padding-bottom: 50px;
}

.content-section {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
}

.content-title {
	/* align-items: center; */
	margin: 20px;
	line-height: 80px;
	font-size: 50px;
	color: #911d49;
}

.content-title:first-child {
	font-size: 18px;
	border-top: 2px solid #911d49;
	color: #911d49;
	font-weight: 500;
}

.content-title > span {
	display: block;
}

.content-title-bottom {
	display: block;
	font-size: 18px;
	line-height: 20px;
	margin-top: 20px;
	color: #000;
}

@media (max-width: 480px) {
	.course-banner-section {
		padding-left: 20px;
		flex-wrap: wrap;
		padding-bottom: 20px;
		height: 380px;
	}
	.content-title {
		font-size: 30px;
		line-height: 40px;
	}
	.content-section {
		display: inline-block;
	}
	.content-title-bottom {
		font-size: 12px;
	}
	.content-title > span {
		display: inline-block;
	}
}

.course-component-title {
	text-align: center;
	margin-top: 60px;
	color: #911d49;
	font-size: 40px;
	font-weight: 400;
}

.coursess-section {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	flex-wrap: wrap;
}

.course-component {
	/* background-color: rgba(255, 255, 255, 0.8); */
	border-top: solid 2px rgb(145, 29, 73);
	text-align: center;
	height: auto;
	border-radius: 5px;
	box-shadow: 3px 10px 10px rgb(68 54 54 / 20%);
	padding: 30px;
	width: 400px;
	margin: 10px 20px;
	transition: all 0.3s ease;
}

.course-component:hover {
	box-shadow: 15px 15px 15px rgb(68 54 54 / 20%);
}

.coursess-section a {
	text-decoration: none;
}

.course-component P {
	font-size: 18px;
	text-align: left;
	color: #911d49;
}

.course-component p:last-child {
	position: relative;
	bottom: -15px;
}

.course-component P span {
	display: inline-block;
	font-size: 22px;
	margin-left: 10px;
}

.canada-ttile {
	display: flex;
	justify-content: center;
	margin-top: 60px;
	font-size: 26px;
	font-family: "Raleway", sans-serif;
	color: #911d49;
	font-weight: 500;
	margin-left: 10px;
}

.canada-subtitle {
	display: flex;
	justify-content: center;
	font-size: 20px;
	font-family: "Raleway", sans-serif;
	color: #000;
	font-weight: 500;
	margin-left: 10px;
}

.canada-ttile > h5 {
	display: block;
}

.canada-flex-sec {
	display: flex;
	justify-content: center;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.canada-flex-sec a {
	text-decoration: none;
}

.canada-container {
	width: 300px;
	height: auto;
	box-shadow: 3px 10px 10px rgb(68 54 54 / 20%);
	padding-bottom: 8px;
	margin: 20px;
}

.canada-container > img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.canada-container > h6 {
	font-size: 16px;
	margin: 10px;
	color: #911d49;
}

.canada-container P {
	font-size: 18px;
	text-align: left;
	color: #911d49;
	margin: 20px;
}

.canada-container > P > span {
	display: inline-block;
	font-size: 22px;
	color: #911d49;
}

.canada-container:hover {
	box-shadow: 15px 15px 15px rgb(68 54 54 / 20%);
}

.img-gallerysection {
	width: 100%;
	min-height: 100vh;
	justify-content: center;
	align-items: center;
	padding: 50px 8%;
}

.gallery-img {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap: 30px;
}

.gallery-img > img {
	width: 100%;
}

.Videosection-container {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
	padding: 10px;
}

.Videosection-container .video {
	height: 350px;
	width: 300px;
	border: 5px solid #fff;
	border-radius: 5px;
	box-shadow: 0px 5px 15 rgb(0, 0, 0, 0.7);
	cursor: pointer;
	overflow: hidden;
}

.Videosection-container .video video {
	height: 100%;
	width: 100%;
	border-top: solid 2px rgb(145, 29, 73, 0.8);
	object-fit: fill;
	transition: 0.2s linear;
}

.Videosection-container .video:hover video {
	transform: scale(1.1);
}

.popup-video {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #000;
	height: 100%;
	width: 100%;
	display: none;
}

.popup-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 750px;
	padding: 10px;
	object-fit: contain;
	transform: translate(-50%, -50%);
	border: 3 solid #fff;
	object-fit: contain;
}

.popup-video span {
	position: absolute;
	top: 5px;
	right: 20px;
	color: #fff;
	font-size: 50px;
	font-weight: bolder;
	z-index: 100;
	cursor: pointer;
}

.tag-section {
	width: 65%;
	margin: auto;
	margin-bottom: 20px;
	padding: 20px 10px;
	box-shadow: 0px 12px 8px 0px rgb(0 0 0 / 10%);
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.tag-section > a > span {
	padding: 10px;
	background-color: #f3f3f3;
	border-radius: 5px;
	font-size: 15px;
}

.tag-section > a {
	text-decoration: none;
	margin: 15px;
	color: #911d49;
}

.tag-section > h4 {
	color: #911d49;
	font-size: 30px;
}

@media (max-width: 480px) {
	.course-component {
		width: 330px;
	}
	.course-component-title {
		font-size: 26px;
	}
	.popup-video video {
		width: 95%;
	}
	.popup-video video {
		height: 100%;
	}
	.Videosection-container .video {
		height: 400px;
	}
	.Videosection-container .video {
		width: 80%;
	}
	.canada-container {
		margin-left: 0;
		margin-right: 0;
		width: 350px;
	}
	.canada-ttile {
		justify-content: start;
		margin-left: 30px;
	}
	.canada-subtitle {
		justify-content: start;
		margin-left: 30px;
	}
	.canada-ttile > p > span {
		display: block;
	}
	.tag-section {
		width: 100%;
	}
}

.our-vission-section {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.our-vission-block {
	width: 400px;
	height: 250px;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.our-vission-block > img {
	width: 150px;
	height: 150px;
}

.our-vission-block > p {
	text-align: center;
	margin-top: 10px;
}

.our-vission-block > p > span {
	display: block;
}

@media (max-height: 800px) {
	footer {
		position: static;
	}
	header {
		padding-top: 40px;
	}
}

.footer-distributed {
	background-color: rgb(145, 29, 73);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 50px 50px 60px 50px;
	/* margin-top: 80px; */
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
	display: inline-block;
	vertical-align: top;
}

.footer-distributed .footer-left {
	width: 30%;
}

.footer-distributed h3 {
	color: #ffffff;
	font: normal 36px "Cookie", cursive;
	margin: 0;
}

.footer-distributed .footer-left img {
	width: 50%;
}

.footer-distributed h3 span {
	color: #e0ac1c;
}

/* Footer links */

.footer-distributed .footer-links {
	color: #ffffff;
	margin: 20px 0 12px;
}

.footer-distributed .footer-links a {
	display: inline-block;
	line-height: 1.8;
	text-decoration: none;
	color: inherit;
}

.footer-distributed .footer-company-name {
	color: #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center {
	width: 35%;
}

.footer-distributed .footer-center i {
	background-color: #a62a63;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p {
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin: 0;
}

.footer-distributed .footer-center p span {
	display: block;
	font-weight: normal;
	font-size: 14px;
	line-height: 2;
}

.footer-distributed .footer-center p a {
	color: #e0ac1c;
	text-decoration: none;
}

/* Footer Right */

.footer-distributed .footer-right {
	width: 30%;
}

.footer-distributed .footer-company-about {
	line-height: 20px;
	color: #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span {
	display: block;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons {
	margin-top: 25px;
}

.footer-distributed .footer-icons a {
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color: #33383b;
	border-radius: 2px;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	margin-right: 3px;
	margin-bottom: 5px;
}

@media (max-width: 880px) {
	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right {
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}
	.footer-distributed .footer-center i {
		margin-left: 0;
	}
}

@media (max-width: 480px) {
	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right {
		text-align: left;
	}
	.footer-distributed .footer-center i {
		margin-left: 0;
	}
	.footer-distributed .footer-left {
		width: 100%;
		display: flex;
		justify-content: left;
	}
	.footer-distributed .footer-left img {
		width: 60%;
		margin: auto;
	}
	.footer-distributed {
		padding: 20px 20px 20px 20px;
	}
}

@media (max-width: 1199.98px) {
	.map-responsive iframe {
		height: 300px;
		width: 100%;
	}
}

@media (max-width: 991.98px) {
	#indexcarousel .carousel-inner .carousel-item img {
		height: auto;
		margin-top: 0px;
	}
	#top-menu {
		position: static;
	}
	.formWrap {
		padding: 30px;
		margin-top: 20px;
	}
	.topics {
		font-size: 18px;
		left: 20px;
		top: 320px;
	}
	.topics li {
		margin-bottom: 12px;
	}
	.topics li img {
		margin-right: 18px;
		width: 40px;
		height: 40px;
	}
	.carousel-caption {
		width: 30%;
		font-size: 32px;
	}
	.navbar-brand img {
		position: relative;
		left: 90%;
		bottom: 10px;
	}
	marquee {
		width: 100%;
		position: absolute;
		top: 100px;
		left: 0%;
	}
	.main-menu {
		position: absolute;
		top: 190px;
		left: 5%;
	}
	.con {
		left: 85%;
		top: 10px;
	}
	.con .icon span {
		font-size: 38px;
	}
	.con .text {
		font-size: 18px;
	}
	.testimonial .carousel-inner .carousel-item video {
		width: 100%;
		height: 200px;
	}
	.testimonial .carousel-indicators li {
		width: 6px;
		height: 6px;
	}
	.map-responsive iframe {
		overflow: hidden;
		left: 0;
		top: 0;
		height: 250px;
		width: 100%;
		padding-bottom: 10.25%;
	}
}

@media (max-width: 767.98px) {
	#top-menu {
		position: static;
		height: 200px;
	}
	#indexcarousel .carousel-inner .carousel-item img {
		height: auto;
		margin-top: 0px;
	}
	.navbar-brand img {
		position: relative;
		left: 50%;
		bottom: 5px;
	}
	marquee {
		width: 100%;
		position: absolute;
		top: 100px;
		right: 0%;
		margin-right: 50px;
	}
	.main-menu {
		position: absolute;
		top: 180px;
		left: 5%;
	}
	.con {
		left: 75%;
		top: 20px;
	}
	.con .icon span {
		font-size: 38px;
	}
	.con .text {
		font-size: 18px;
	}
	.advantage h2 {
		font-size: 40px;
		margin: 60px 0px;
	}
	.achievements h2 {
		font-size: 40px;
		margin: 40px 0px;
	}
	.placement h2 {
		font-size: 40px;
		margin: 0px 0px;
	}
	.testimonial h2 {
		font-size: 40px;
	}
	.testimonial .carousel-inner .carousel-item video {
		width: 100%;
		height: 200px;
	}
	.testimonial .carousel-indicators li {
		width: 4px;
		height: 4px;
	}
	.our_centers h2 {
		font-size: 40px;
		text-align: center;
	}
	.map-responsive iframe {
		overflow: hidden;
		left: 0;
		top: 0;
		height: 400px;
		width: 100%;
		padding-bottom: 15.25%;
	}
	#footerWrapper .footerTop .row .firstAddress {
		display: flex;
		justify-content: start;
	}
	#footerWrapper .footerTop .row .secondAddress {
		display: flex;
		justify-content: start;
	}
}

@media (max-width: 575.98px) {
	#top-menu {
		position: static;
		height: 165px;
	}
	#indexcarousel .carousel-inner .carousel-item img {
		height: auto;
		margin-top: 0px;
	}
	.navbar-brand img {
		width: 180px;
		position: absolute;
		left: 30%;
		top: 12px;
	}
	marquee {
		width: 100%;
		font-size: 8px;
		margin-left: 30px;
		margin-right: 6px;
		position: relative;
		top: 75px;
		left: -26%;
	}
	.con {
		position: absolute;
		left: 40%;
		top: 10px;
	}
	.con .icon span {
		font-size: 25px;
	}
	.con .text {
		font-size: 14px;
	}
	#homePage .contentWrap h1 {
		font-size: 40px;
	}
	#homePage .contentWrap .text-justify p {
		text-align: left;
	}
	.formWrap h2 {
		font-size: 24px;
	}
	.accreditions img {
		margin: 0px 20px 50px 20px;
	}
	.advantage h2 {
		font-size: 30px;
		margin-top: -30px;
	}
	.achievements h2 {
		font-size: 30px;
		margin: 40px 0px;
	}
	.placement h2 {
		font-size: 30px;
	}
	.placement h3 {
		font-size: 18px;
	}
	.testimonial h2 {
		font-size: 30px;
	}
	.testimonial .carousel-inner .carousel-item video {
		width: 100%;
		height: 200px;
	}
	.testimonial .carousel-indicators li {
		width: 4px;
		height: 4px;
	}
	.sms h2 {
		font-size: 32px;
	}
	.our_centers h2 {
		font-size: 30px;
		margin-top: 20px;
	}
	.sms_button {
		margin-bottom: 50px;
	}
	.map-responsive iframe {
		overflow: hidden;
		left: 0;
		top: 0;
		height: 300px;
		width: 100%;
		padding-bottom: 15.25%;
	}
	#footerWrapper .footerTop .row .firstAddress {
		display: flex;
		justify-content: start;
	}
	#footerWrapper .footerTop .row .secondAddress {
		display: flex;
		justify-content: start;
	}
}

@media (max-width: 720px) {
	.con {
		top: 0px;
		left: 64%;
	}
	.main-menu {
		height: 50px;
		z-index: 9999;
		position: relative;
		top: 70px;
	}
	.container-menu {
		width: 100%;
	}
	.navigation {
		float: left;
		display: block;
		width: 100%;
	}
	.core-menu {
		float: right;
		width: 100%;
		background: #911d49;
		padding: 0px;
		box-shadow: none;
		margin: auto;
		display: block;
	}
	.core-menu li {
		width: 100%;
		display: block;
	}
	.core-menu li a {
		display: block;
		margin: auto;
		color: #fff;
		text-decoration: none;
	}
	.hamburger-menu {
		display: block;
		text-align: center;
		padding-right: 60px;
		float: none;
		width: 100%;
		color: #fff;
	}
	.hamburger-menu a {
		color: #fff;
		text-decoration: none;
	}
	.dropdown {
		width: 100%;
		background: #911d49;
		text-align: center;
		position: relative;
	}
	.dropdown2 {
		right: 0;
		top: 0;
		width: 100%;
		position: relative;
		background: #911d49;
		padding: 0 20px;
	}
	.social_media img {
		width: 50px;
		height: 50px;
	}
	.thankpage h1 {
		margin-top: 100px;
	}
}

.whatsapp_float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}

.whatapp-content {
	position: fixed;
	bottom: 8px;
	right: 20px;
	background-color: #911d49;
	color: #fff;
	padding: 2px 8px 2px 8px;
	border-radius: 2px;
	font-size: 12px;
	z-index: 100;
}

.whatsapp-icon {
	margin-top: 16px;
}

*/ .whatsapp_float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}

.whatapp-content {
	position: fixed;
	bottom: 8px;
	right: 20px;
	background-color: #911d49;
	color: #fff;
	padding: 2px 8px 2px 8px;
	border-radius: 2px;
	font-size: 12px;
	z-index: 100;
}

.whatsapp-icon {
	margin-top: 16px;
}

/* for mobile */

@media screen and (max-width: 767px) {
	.whatsapp-icon {
		margin-top: 10px;
	}
	.whatsapp_float {
		width: 40px;
		height: 40px;
		bottom: 30px;
		right: 10px;
		font-size: 22px;
	}
	.whatapp-content {
		right: 10px;
		font-size: 10px;
	}
}
