@media screen and (min-width: 480px) {	
	
}

@media screen and (min-width: 768px) {
	.section3 h2 {margin: 60px 0 50px;width: 100%;border-radius: 50px!important;}
}

@media screen and (min-width: 992px) {
	.btn {width: auto;}
	.main-header {padding: 80px 0;}
	h1 {text-align: left;margin-bottom: 0;}
	body[dir="rtl"] h1 {text-align: right;}
	.main-header .btn-container {text-align: right;}
	body[dir="rtl"] .main-header .btn-container {text-align: left;}
	.carousel {margin-top: 30px;padding-left: 8%;}
	body[dir="rtl"] .carousel {padding-right: 8%;padding-left: auto;}
	.carousel-img-wrapper img {width: 100%;}
	.carousel-caption {margin-top: 90px;border: none;}
	.carousel-caption h2 {margin: 40px 0;}
	.carousel-caption h2.selected {
		background-color: #7fddd9;
		cursor: default;
		padding: 30px 50px;
		border-top-right-radius: 50px;
		border-bottom-right-radius: 50px;
		-webkit-box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.3);
		box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.3);
		margin-bottom: 20px;
	}

	body[dir="rtl"] .carousel-caption h2.selected {
		border-top-left-radius: 50px;
		border-bottom-left-radius: 50px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.carousel-control {display: none;}
	.download-section {text-align: left;position: absolute;top: 50%;transform: translateY(-50%);padding-left: 35px;}
	body[dir="rtl"] .download-section {text-align: right;padding-right: 35px;padding-left: 15px;}
	.download-section p {padding-left: 0;}
	body[dir="rtl"] .download-section p {padding-right: 0;}

	.contentNbigImage {overflow: hidden;position: relative;}
	.contentNbigImage .contentNbigImage-content {padding: 165px 60px 165px 0;}
	body[dir="rtl"] .contentNbigImage .contentNbigImage-content {padding: 165px 0 165px 60px;}
	.contentNbigImage .contentNbigImage-img {position: absolute;right: 0;width: 50%;height: 100%;overflow: hidden;}
	body[dir="rtl"] .contentNbigImage .contentNbigImage-img {left: 0;right: auto;}
	.contentNbigImage .contentNbigImage-img .main-img {min-width: 100%;min-height: 100%;width: auto;}
	.contentNbigImage .bluetooth {top: 50%;right: -60px;bottom: auto;left: auto;}
	body[dir="rtl"] .contentNbigImage .bluetooth {left: -60px;right: auto;}

	.section3 li {margin-bottom: 0;}


	.fullHeightSection {display: flex;align-items: center;padding: 140px 0;}
	.fullHeightSection h2 {margin-bottom: 100px;}
	.centeredContent {display: flex;align-items: center;}

	.faq {flex-direction: column; align-items: unset;}
	.faq li {min-height: 50px; height: 50px;}
	.faqAnswer {border-top: 1px solid #FFF;margin-top: 10px;padding-top: 55px;}
	.faqAnswer h2 {margin-bottom: 50px;}

	.footer .container li {margin-bottom: auto;}
	.footer h3 {margin: 100px auto 80px;}
	.ministryOfHealth {width: 40%;}
	.toggleLanguage {margin-top: 0px;}
	.toggleLanguage .toggle.btn {margin:auto 0 auto auto; width: 70%!important;}
}

@media screen and (min-width: 1200px) {
	
}