@charset "UTF-8";

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{
    text-align: right !important;
}


//ui-calendar


.ui-datepicker {
	text-align: center;
}

.ui-datepicker-trigger {
	margin: 0 0 0 5px;
	vertical-align: text-top;
}

.ui-datepicker {
	font-family: Open Sans, Arial, sans-serif;
	margin-top: 2px;
	padding: 0 !important;
	border-color: #c9f0f5 !important;
}
.ui-datepicker .ui-datepicker-header{
	background-color: #77b985 !important;
	border: unset !important;
}
.ui-datepicker .ui-datepicker-prev{
	top: 18% !important;
}
.ui-datepicker .ui-datepicker-next{
	top: 18% !important;
}
.ui-datepicker {
	width: 256px;
}

.openemr-calendar .ui-datepicker {
	width: 191px;
}

.ui-datepicker table {
	width: 256px;
	table-layout: fixed;
}

.openemr-calendar .ui-datepicker table {
	width: 191px;
	table-layout: fixed;
}

.ui-datepicker-header {
	background-color: #3e9aba !important;
	background-image: none !important;
	border-radius: 0;
}

.openemr-calendar .ui-datepicker-header {
	background-color: #e6f7f9 !important;
	border-width: 1px;
	border-color: #c9f0f5;
	border-style: solid;
}

.ui-datepicker-title {
	line-height: 35px !important;
	margin: 0 10px !important;
}

.openemr-calendar .ui-datepicker-title {
	line-height: 20px !important;
}

.ui-datepicker-prev span {
	display: none !important;
}

.ui-datepicker-next {
	text-align: center;
}

.ui-datepicker-next span {
	display: none !important;
}

.ui-datepicker-prev {
	background-color: transparent !important;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAUklEQVQYlXWPwQnAMAwDj9IBOlpH8CjdJLNksuujFIJjC/w6WUioFBcqJ7sGEAD5Y/hpqLRghRv4YQlUjqXI3Kql2MixraGbEhVcDXcFUR/1egEHNuTBpFW0NgAAAABJRU5ErkJggg==') !important;
	height: 12px !important;
	width: 7px !important;
	margin: 14px 12px;
	display: inline-block;
	left: 0 !important;
	top: 0 !important;
}

.openemr-calendar .ui-datepicker-prev {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAuUlEQVQokXXRsUtCYRAA8J8pDQ1CVIgIgtBU2NDiZIuDS4uLf6WDS1O0tLREEE8icBNKS3lTs8/B78XHw3dwcHA/juOuqjzucYJVrQQMcYctvo4OgEFIeMK6iPphCjzjEWLUC3vACx7yRo5uMUIFr5gii1EL41AvMIkBVPGH04DrSLEsIvjEOZq4wi9+iijDR0ANXOMbmxjlcIY2LtANO6YxymGCDs5wg/ciYv+KBJeY4+2A+Y9j4Y47RtUkrNXeDxUAAAAASUVORK5CYII=') !important;
	height: 14px !important;
	width: 9px !important;
	margin: 5px !important;
}

.ui-datepicker-next {
	cursor: pointer;
}

.ui-datepicker-prev {
	cursor: pointer;
}

.ui-datepicker-next {
	background-color: transparent !important;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAVUlEQVQYlXWQ0Q3AIAhEL07gKI7kKN2kI3Wk1w9to3KQEELucQEECOizhhTQGHFnwOdgobWx0GkZILfYBhXl0STVbPoBarbkL7ozN/F8VBBXh8uJgF5r2hrI4GHUkAAAAABJRU5ErkJggg==') !important;
	height: 12px !important;
	width: 8px !important;
	margin: 14px 12px;
	display: inline-block;
	right: 0 !important;
	top: 0 !important;
}

.openemr-calendar .ui-datepicker-next {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAtElEQVQYlXXQsUpCcRQH4I97EQyHa1pgIEE0hBGYL+BjNLRFjxXh4rM4F21BS4S4FAgqQioOngt/RM/6+zi/w4EanlA4MDkecYsO3vG/D8a4Rx03eMMqBQt8oodTXAdalwBm+IpNDVxG3aYEMMU3ujjDBT5SAH9R2cE58mwPFOgneJSCGp7RjLoXTEtQjbCFOV7xCxkqdp9sYxnhpFyb4QFXdh8c4Cc9Ko++OwzjFwfn5FiwBVeuI/K2UCkSAAAAAElFTkSuQmCC') !important;
	height: 14px !important;
	width: 8px !important;
	margin: 5px;
}

.ui-datepicker-month {
	border-radius: 2px;
	/*background-color: #3985a0;*/
	width: 110px !important;
	height: 22px;
	/*font-family: Open Sans !important;*/
	color: #fff;
	font-size: 14px !important;
	font-weight: 600;
	text-align: left;
	border: none !important;
	margin-right: 17px !important;
	vertical-align: text-top;
}

.openemr-calendar .ui-datepicker-month {
	/*font-family: Open Sans, Arial, sans-serif;*/
	color: rgba(34, 34, 34, 0.87);
	font-size: 12px !important;
	font-weight: 700;
	text-align: center;
	transform: scaleX(1.0029)
}

.ui-datepicker-year {
	border-radius: 2px;
	/*background-color: #3985a0;*/
	width: 61px !important;
	height: 22px;
	border: none !important;
	/*font-family: Open Sans !important;*/
	color: #fff;
	font-size: 14px !important;
	font-weight: 600;
	text-align: left;
	vertical-align: text-top;
}

.openemr-calendar .ui-datepicker-year {
	/*font-family: Open Sans, Arial, sans-serif;*/
	color: rgba(34, 34, 34, 0.87);
	font-size: 12px !important;
	font-weight: 700;
	text-align: center;
	transform: scaleX(1.0029)
}

.ui-datepicker-month option,
.ui-datepicker-year option {
	color: #3985a0 !important;
	background-color: #fff !important;
	/*font-family: Open Sans !important;*/
	font-size: 14px !important;
	font-weight: 600;
}

.ui-datepicker-month option[selected],
.ui-datepicker-year option[selected] {
	background-color: #e5edf0 !important;
}

/*.ui-datepicker .ui-state-hover {*/
/*	!*background: none !important;*!*/
/*	border: 0 !important;*/
/*}*/

.ui-datepicker td {
	vertical-align: top;
}

.ui-datepicker .ui-state-default {
	border-radius: 2px;
	border-color: #edebeb !important;
	/*     background: white !important; */
	width: 24px;
	height: 24px;
	/*padding: 0 !important;*/
	line-height: 24px;
	text-align: center !important;
	/*font-family: Open Sans, Arial, sans-serif;*/
	color: #707070;
	font-size: 13px;
	font-weight: 400 !important;
	/*margin: 7px 0 0 4px;*/
}

.ui-datepicker .ui-state-default.ui-state-highlight{
	border-color: #dcdcdc;
	background-color: #cff3f8 !important;
	color: #3e9aba !important;
}

.openemr-calendar .ui-state-default {
	font-size: 10px;
	margin: 0;
}

.ui-datepicker td {
	width: 33px;
}

.openemr-calendar .ui-datepicker td {
	width: 26px;
}

.openemr-calendar .ui-state-default {
	width: 26px;
	height: 20px;
	line-height: 20px;
}
.ui-state-default.ui-state-hover {
	border-color: #dcdcdc;
	background-color: #cff3f8 !important;
}

.ui-datepicker .ui-state-active {
	border-color: #dcdcdc;
	background-color: #cff3f8 !important;
	color: #3e9aba !important;
}

.ui-datepicker-calendar thead tr th {
	/*font-family: Open Sans, Arial, sans-serif;*/
	color: #77b985;
	font-size: 12px;
	font-weight: 400;
	padding: 0.45em 0.3em !important;
	/*   width: 15px !important; */
}

.openemr-calendar .ui-datepicker-calendar thead tr th {
	font-size: 10px;
}

.ui-datepicker-close {
	display: none;
}

.ui-datepicker thead {
	background-color: #f5f5f5;
}

.openemr-calendar .ui-datepicker thead {
	background: none;
}

.ui-state-default.ui-datepicker-current {
	float: none !important;
	/*font-family: Open Sans, Arial, sans-serif;*/
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	border-width: 0 !important;
	border: none;
	vertical-align: top;
	margin: 0 !important;
	background-color: transparent !important;
}

.ui-datepicker-buttonpane.ui-widget-content {
	text-align: center;
	background-color: #3e9aba;
	margin: 0 !important;
	height: 28px;
	padding: 0 !important;
}

.openemr-calendar .ui-datepicker-year {
	background-color: transparent;
}

.openemr-calendar .ui-datepicker-month {
	background-color: transparent;
}

.openemr-calendar .ui-state-default {
	border: 0 !important;
}

.openemr-calendar .ui-datepicker-month {
	margin-right: 10px !important;
}
.ui-datepicker{
	box-shadow: unset !important;
	border: 1px solid #77B984 !important;
}
.ui-datepicker table{
	margin-top: 20px !important;
}
.ui-datepicker-calendar tbody tr td .ui-state-default{
	color: #77B984 !important;
}
.ui-datepicker .ui-datepicker-calendar td.no-slots {
	background-color:#0000001c !important;

}
/*.ui-datepicker .ui-datepicker-calendar td.no-slots a{*/
/*	color: #414141 !important;*/
/*}*/
.ui-datepicker .ui-datepicker-current-day{
border: 1px solid red;

}





.select2-container{
	width: 100% !important;
}
.phone-input .select2-container{
	width: fit-content !important;
	padding: 0 10px;
}
.select2-container--classic .select2-selection--single{
	background-image: unset !important;
	background: white !important;
	border: 1.5px solid #e5e6e5 !important;
	border-radius: unset !important;
	height: 50px !important;
	opacity: 0.6;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered{
	text-align: left;
	padding-left: 20px;
	padding-top: 10px;
}
.select2-container--classic .select2-search--dropdown .select2-search__field{
	padding: 10px !important;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow{
	background: unset !important;
	background-image: unset !important;
	border: unset !important;
	height: 50px !important;
	width: 50px !important;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b{
	background: transparent !important;
	border-color: #77b985 transparent transparent transparent !important;
	border-width: 7px 7px 0 7px !important;
}


html.arabic .forms .input-cont label {
text-align:right !important;
}
.rot-180{
transform:rotate(180deg) !important;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{
direction:ltr !important;
}
.ml-10{

margin-left:10px;
}
.text-right-ar{
text-align:right !important;
}
.arabic body {
	direction:rtl !important;
	text-align:right !important;
}
textarea{
	outline: unset !important;
}
.home-vids .helpful-links-body{
	width:100% !important;
}
.otp-resend{
	width: 100%;

}
.d-ltr{
direction:ltr !important;
}

.otp-resend a{
	color: #77B984;
	text-decoration: underline;
}
.m-center{
	margin: 0 auto;
	width: fit-content;
}
.wid-100{
	width: 100%;
}
.no{
	color:#414141 !important;
}
.repair-iframe{
	width: 100%;
	height: 100vh;
	margin-top: 30px;
}
.service-div{
	display: none !important;
}
.address-div{
	display: none !important;
}
.accept{
	transform: translateY(2px);
	width: 20px !important;

}
.select2-container--default .select2-selection--single{
	border: unset !important;
	outline: unset !important;
	margin: auto !important;
	height: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 50% !important;
	transform: translate(0, -53%) !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-color: #77B984 transparent transparent transparent !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	height: 100% !important;
	display: flex !important;
	align-items: center !important;
}
.radio-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 20px;
}

/* Hide the browser's default radio button */
.radio-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
	background-color: #77B984;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}



.pt-5 {
	padding-top: 5px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-25 {
	padding-top: 25px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-35 {
	padding-top: 35px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-45 {
	padding-top: 45px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-55 {
	padding-top: 55px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-65 {
	padding-top: 65px;
}

.pt-70 {
	padding-top: 70px;
}

.pt-75 {
	padding-top: 75px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-85 {
	padding-top: 85px;
}

.pt-90 {
	padding-top: 90px;
}

.pt-95 {
	padding-top: 95px;
}

.pt-100 {
	padding-top: 100px;
}

.pb-5 {
	padding-bottom: 5px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-25 {
	padding-bottom: 25px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-35 {
	padding-bottom: 35px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-45 {
	padding-bottom: 45px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-55 {
	padding-bottom: 55px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-65 {
	padding-bottom: 65px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-75 {
	padding-bottom: 75px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-85 {
	padding-bottom: 85px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-95 {
	padding-bottom: 95px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pl-10 {
	padding-left: 10px;
}

.pl-15 {
	padding-left: 15px;
}

.pl-20 {
	padding-left: 20px;
}

.pl-25 {
	padding-left: 25px;
}

.pl-30 {
	padding-left: 30px;
}

.pl-35 {
	padding-left: 35px;
}

.pl-40 {
	padding-left: 40px;
}

.pl-45 {
	padding-left: 45px;
}

.pl-50 {
	padding-left: 50px;
}

.pl-55 {
	padding-left: 55px;
}

.pl-60 {
	padding-left: 60px;
}

.pl-65 {
	padding-left: 65px;
}

.pl-70 {
	padding-left: 70px;
}

.pl-75 {
	padding-left: 75px;
}

.pl-80 {
	padding-left: 80px;
}

.pl-85 {
	padding-left: 85px;
}

.pl-90 {
	padding-left: 90px;
}

.pl-95 {
	padding-left: 95px;
}

.pl-100 {
	padding-left: 100px;
}

.pr-10 {
	padding-right: 10px;
}

.pr-15 {
	padding-right: 15px;
}

.pr-20 {
	padding-right: 20px;
}

.pr-25 {
	padding-right: 25px;
}

.pr-30 {
	padding-right: 30px;
}

.pr-35 {
	padding-right: 35px;
}

.pr-40 {
	padding-right: 40px;
}

.pr-45 {
	padding-right: 45px;
}

.pr-50 {
	padding-right: 50px;
}

.pr-55 {
	padding-right: 55px;
}

.pr-60 {
	padding-right: 60px;
}

.pr-65 {
	padding-right: 65px;
}

.pr-70 {
	padding-right: 70px;
}

.pr-75 {
	padding-right: 75px;
}

.pr-80 {
	padding-right: 80px;
}

.pr-85 {
	padding-right: 85px;
}

.pr-90 {
	padding-right: 90px;
}

.pr-95 {
	padding-right: 95px;
}

.pr-100 {
	padding-right: 100px;
}

.mr-5 {
	margin-right: 5px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-15 {
	margin-right: 15px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-25 {
	margin-right: 25px;
}

.mr-30 {
	margin-right: 30px;
}

.mr-35 {
	margin-right: 35px;
}

.mr-40 {
	margin-right: 40px;
}

.mr-45 {
	margin-right: 45px;
}

.mr-50 {
	margin-right: 50px;
}

.mr-55 {
	margin-right: 55px;
}

.mr-60 {
	margin-right: 60px;
}

.mr-65 {
	margin-right: 65px;
}

.mr-70 {
	margin-right: 70px;
}

.mr-75 {
	margin-right: 75px;
}

.mr-80 {
	margin-right: 80px;
}

.mr-85 {
	margin-right: 85px;
}

.mr-90 {
	margin-right: 90px;
}

.mr-95 {
	margin-right: 95px;
}

.mr-100 {
	margin-right: 100px;
}

.ml-5 {
	margin-left: 5px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-15 {
	margin-left: 15px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-25 {
	margin-left: 25px;
}

.ml-30 {
	margin-left: 30px;
}

.ml-35 {
	margin-left: 35px;
}

.ml-40 {
	margin-left: 40px;
}

.ml-45 {
	margin-left: 45px;
}

.ml-50 {
	margin-left: 50px;
}

.ml-55 {
	margin-left: 55px;
}

.ml-60 {
	margin-left: 60px;
}

.ml-65 {
	margin-left: 65px;
}

.ml-70 {
	margin-left: 70px;
}

.ml-75 {
	margin-left: 75px;
}

.ml-80 {
	margin-left: 80px;
}

.ml-85 {
	margin-left: 85px;
}

.ml-90 {
	margin-left: 90px;
}

.ml-95 {
	margin-left: 95px;
}

.ml-100 {
	margin-left: 100px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-45 {
	margin-top: 45px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-55 {
	margin-top: 55px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-65 {
	margin-top: 65px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-75 {
	margin-top: 75px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-85 {
	margin-top: 85px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-95 {
	margin-top: 95px;
}

.mt-100 {
	margin-top: 100px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-35 {
	margin-bottom: 35px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-45 {
	margin-bottom: 45px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-55 {
	margin-bottom: 55px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-65 {
	margin-bottom: 65px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-75 {
	margin-bottom: 75px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-85 {
	margin-bottom: 85px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mb-95 {
	margin-bottom: 95px;
}

.mb-100 {
	margin-bottom: 100px;
}

nav {
	/*box-shadow: 0px 20px 30px #00000017;*/
	box-shadow:0px 10px 30px #00000012;
	background-color: white;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9999;
}
nav .top-nav {
	background-color: #414141;
}
nav .top-nav ul {
	list-style: none;
	display: flex;
	margin: unset;
	padding: unset;
}
nav .top-nav ul li {
	font-size: 0.75em;
	color: white;
	margin-right: 30px;
direction:ltr;
}
nav .top-nav ul li i {
	color: #77B984;
}
nav .top-nav ul li a {
	display: flex;
	align-items: center;
}
nav .top-nav ul li.icon {
	font-size: 1.25rem;
}
nav .top-nav ul li .custom-select {
	font-size: 12px;
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px), (max-width: 991px) and (min-width: 768px), (max-width: 1199px) and (min-width: 992px) {
	nav .top-nav {
		display: none;
	}
}
nav .main {
	position: relative;
}
nav .main ul {
	list-style: none;
	display: flex;
	align-items: center;
	margin: unset;
	padding: unset;
}
nav .main ul.left {
	width: fit-content;
}
nav .main ul.left li {
	width: 200px;
	margin-right: 30px;
}
nav .main ul.left li a img {
	width: 100%;
	object-fit: contain;
}
nav .main ul.left li.second {
	width: 130px;
}
nav .main ul.right li {
	display: flex;
	align-items: center;
	margin-right: 18px;
	font-weight: 500;
	font-size: 12px;
	height: 100%;
}
nav .main ul.right li a {
	display: flex;
	align-items: center;
}
nav .main ul.right li a .level-icon {
	display: flex;
	align-items: center;
	margin-left: 5px;
}
nav .main ul.right li a .level-icon svg {
	fill: #77B984;
	transition: 0.3s;
}
nav .main ul.right li a:hover {
	color: #77B984;
}
nav .main ul.right li a:hover .level-icon svg {
	transform: rotate(-90deg);
}
nav .main ul.right li .second-level {
	display: none;
	position: absolute;
	top: calc(100% - 0px);
	background: white;
	border-top: 3px solid #77B984;
	box-shadow: 0px 20px 30px #00000017;
	padding-left: 15px;
	box-sizing: border-box;
}
nav .main ul.right li .second-level ul {
	display: block;
	min-width: 200px;
	height: fit-content;
	padding-top: 10px;
	padding-bottom: 10px;
}
nav .main ul.right li .second-level ul li {
	line-height: 25px;
	height: 35px;
	font-size: 12px;
}
nav .main ul.right li .second-level ul li:hover {
	color: #77B984;
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px), (max-width: 991px) and (min-width: 768px), (max-width: 1199px) and (min-width: 992px) {
	nav .main {
		display: none;
	}
}
nav .top-nav-mob {
	display: none;
	background-color: #414141;
}
nav .top-nav-mob ul {
	list-style: none;
	display: flex;
	margin: unset;
	padding: unset;
	width: 50%;
	flex-wrap: wrap;
}
nav .top-nav-mob ul li {
	font-size: 0.75em;
	color: white;
	width: 100%;
	margin-bottom: 10px;
}
nav .top-nav-mob ul li i {
	color: #77B984;
}
nav .top-nav-mob ul li a {
	display: flex;
	align-items: center;
}
nav .top-nav-mob ul li.icon {
	font-size: 1.25rem;
	display: none;
}
nav .top-nav-mob ul li .custom-select {
	font-size: 12px;
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px), (max-width: 991px) and (min-width: 768px), (max-width: 1199px) and (min-width: 992px) {
	nav .top-nav-mob {
		display: block;

	}
nav .top-nav-mob .left{
width:100%;
column-gap:10px;
}
nav .top-nav-mob .left li:first-of-type{
flex:2;
}
nav .top-nav-mob .left li{
flex:1;
}
nav .top-nav-mob .right{
display:none;
}

}
nav .main-mob {
	display: none;
	position: relative;
}
nav .main-mob ul {
	list-style: none;
	display: flex;
	align-items: center;
	margin: unset;
	padding: unset;
}
nav .main-mob ul.left {
	width: fit-content;
}
nav .main-mob ul.left li {
	width: 110px;
	margin-right: 30px;
}
nav .main-mob ul.left li a img {
	width: 100%;
	object-fit: contain;
}
nav .main-mob ul.left li.second {
	width: 90px;
}
nav .main-mob ul.right {
	display: none;
}
nav .main-mob ul.right li {
	display: flex;
	align-items: center;
	margin-right: 18px;
	font-weight: 500;
	font-size: 12px;
	height: 100%;
}
nav .main-mob ul.right li a {
	display: flex;
	align-items: center;
}
nav .main-mob ul.right li a .level-icon {
	display: flex;
	align-items: center;
	margin-left: 5px;
}
nav .main-mob ul.right li a .level-icon svg {
	fill: #77B984;
	transition: 0.3s;
}
nav .main-mob ul.right li a:hover {
	color: #77B984;
}
nav .main-mob ul.right li a:hover .level-icon svg {
	transform: rotate(-90deg);
}
nav .main-mob ul.right li .second-level {
	display: none;
	position: absolute;
	top: calc(100% - 0px);
	background: white;
	border-top: 3px solid #77B984;
	box-shadow: 0px 20px 30px #00000017;
	padding-left: 15px;
	box-sizing: border-box;
}
nav .main-mob ul.right li .second-level ul {
	display: block;
	min-width: 200px;
}
nav .main-mob ul.right li .second-level ul li {
	line-height: 25px;
	font-size: 12px;
}
nav .main-mob ul.right li .second-level ul li:hover {
	color: #77B984;
}
nav .main-mob .burger {
	display: flex;
	align-items: center;
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px), (max-width: 991px) and (min-width: 768px), (max-width: 1199px) and (min-width: 992px) {
	nav .main-mob {
		display: block;
	}
}
nav .main-mob-slide {
	display: none;
	background: #00000033;
	height: 100vh;
	box-sizing: border-box;
	padding-top: 30px;
}
nav .main-mob-slide .main-mob-ul {
	margin: unset;
	list-style: none;
}
nav .main-mob-slide .main-mob-ul li {
	line-height: 35px;
}
nav .main-mob-slide .main-mob-ul li .second-level {
	display: none;
}
nav .main-mob-slide .main-mob-ul li .second-level ul {
	list-style: none;
}

footer {
	background-color: #F2F2F2;
}
footer ul.main {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: unset;
	margin: unset;
}
footer ul.main li {
	width: 17.5%;
	font-size: 11px;
	font-weight: 500;
	color: #434043;
}
footer ul.main li .logo {
	width: 170px;
}
footer ul.main li .logo img {
	width: 100%;
	object-fit: contain;
}
footer ul.main li ul.second-level {
	list-style: none;
	padding: unset;
	margin: unset;
	margin-top: 15px !important;
	width: 100%;
}
footer ul.main li ul.second-level li {
	color: #434043;
	font-weight: 300;
	opacity: 0.8;
	line-height: 30px;
	width: 100%;
}
footer ul.main li ul.second-level li i {
	color: #77B984;
}
footer ul.main li ul.second-level li a:hover {
	color: #77B984;
}
@media (max-width: 991px) and (min-width: 768px), (max-width: 1199px) and (min-width: 992px) {
	footer ul.main li ul.second-level li {
		width: 46%;
		margin: 2%;
	}
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px) {
	footer ul.main li ul.second-level li {
		margin: unset;
	}
}
footer ul.main li ul.footer-social {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: unset;
	padding: unset;
	margin-top: 40px;
}
footer ul.main li ul.footer-social li {
	min-width: 23%;
	display: flex;
	align-items: center;
	line-height: 40px;
	margin-right: 40px;
	font-weight: 300;
	color: #434043;
}
footer ul.main li ul.footer-social li i {
	color: #77B984;
}
footer ul.main li ul.footer-social li .text {
	opacity: 0.8;
}
footer ul.main li ul.footer-social li a:hover {
	color: #77B984;
}
@media (max-width: 991px) and (min-width: 768px), (max-width: 1199px) and (min-width: 992px) {
	footer ul.main li ul.footer-social li {
		width: 46%;
		margin: 2%;
	}
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px) {
	footer ul.main li ul.footer-social li {
		width: 23%;
	}
}
footer ul.main li.first {
	width: 30%;
}
@media (max-width: 991px) and (min-width: 768px), (max-width: 1199px) and (min-width: 992px) {
	footer ul.main li.first {
		width: 46%;
		margin: 2%;
	}
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px) {
	footer ul.main li.first {
		width: 100%;
	}
}
@media (max-width: 991px) and (min-width: 768px), (max-width: 1199px) and (min-width: 992px) {
	footer ul.main li {
		width: 46%;
		margin: 2%;
	}
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px) {
	footer ul.main li {
		width: 50%;
		margin-bottom: 40px;
	}
}

body,
html {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #414141;
	box-sizing: border-box;
	user-select: inherit;
	-webkit-touch-callout: inherit;
	-webkit-user-select: inherit;
	-moz-user-select: inherit;
	-ms-user-select: inherit;
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	background-color: #FFFFFF;
	max-width: 100%;
}

a {
	text-decoration: none;
	color: unset;
}

.custom-select {
	border: unset;
	outline: unset;
	padding-left: 10px;
	padding-right: 12px;
	color: white;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.453' height='4.226' viewBox='0 0 8.453 4.226'%3E%3Cpath id='Icon_ionic-md-arrow-dropdown' data-name='Icon ionic-md-arrow-dropdown' d='M9,13.5l4.226,4.226L17.452,13.5Z' transform='translate(-9 -13.5)' fill='%2377b984'/%3E%3C/svg%3E%0A ") no-repeat;
	background-size: 7px;
	background-position: 100% 6px;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
}

.button {
	box-sizing: border-box !important;
	font-size: 12px;
	font-weight: 500;
}

.custom-button {
	cursor: pointer;
	outline: unset;
	background: unset;
	border: unset;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 41.66px;
	text-transform: capitalize;
}
.custom-button.green {
	background-color: #77B984;
	color: white;
}
.custom-button.green svg {
	fill: white;
}
.custom-button.transp {
	background-color: white;
	border: 1.5px solid #414141;
	color: #414141;
}
.custom-button.white {
	background-color: transparent;
	border: 1.5px solid white;
	color: white;
}
.custom-button.small {
	width: 120px;
}
.custom-button.medium {
	width: 170px;
}
.custom-button.large {
	width: 230px;
}
.custom-button:hover.green {
	background-color: #414141;
	color: white;
}
.custom-button:hover.transp {
	background-color: #414141;
	color: white;
}
.custom-button:hover.white {
	background-color: white;
	color: #77B984;
}

input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	cursor: pointer;
	display: block;
	width: 8px;
	color: #77B984;
	text-align: center;
	position: relative;
}

input[type=number]:hover::-webkit-inner-spin-button {
	background: #fff url("/wp-content/themes/newTheme/assets/images/icon.png") no-repeat 50% 50%;
	width: 14px;
	height: 14px;
	padding: 4px;
	position: relative;
	right: 4px;
	border-radius: 28px;
}

#booking-overview-header{
	text-align: left !important;
}
#booking-overview{
	text-align: left !important;
}
#booking-overview table{
	margin: 20px 0;
}
.ea-bootstrap{
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;

}
.ea-bootstrap.ea-bootstrap .selected-time{
	background: #414141 !important;
	color: white !important;
}
.ea-bootstrap a{
	color: #77B984 !important;
}
.flex {
	display: flex !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-wrap-rev {
	flex-wrap: wrap-reverse !important;
}

.space-between {
	justify-content: space-between !important;
}

.flex-end {
	justify-content: flex-end !important;
}

.flex-start {
	justify-content: flex-start !important;
}

.text-center {
	text-align: center !important;
}

.center {
	justify-content: center !important;
}

.main-banner {
	height: calc(100vh - 105px);
}
.main-banner .left {
	width: 40%;
	display: flex;
	align-items: center;
}
.main-banner .left h1 {
	font-size: 40px;
	text-transform: capitalize;
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px) {
	.main-banner .left h1 {
		font-size: 20px;
	}
}
.main-banner .left .desc {
	font-size: 13px;
	font-weight: 500;
	opacity: 0.6;
	width: 95%;
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px) {
	.main-banner .left .desc {
		font-size: 11px;
		width: 60%;
	}
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px), (max-width: 991px) and (min-width: 768px), (max-width: 1199px) and (min-width: 992px) {
	.main-banner .left .buttons {
		width: 70%;
	}
}
.main-banner .left .buttons button {
	margin-right: 35px;
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px), (max-width: 991px) and (min-width: 768px), (max-width: 1199px) and (min-width: 992px) {
	.main-banner .left {
		width: 100%;
	}
}
.main-banner .right {
	width: 55%;
	display: flex;
	align-items: center;
}
.main-banner .right img {
	width: 100%;
	object-fit: cover;
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px), (max-width: 991px) and (min-width: 768px), (max-width: 1199px) and (min-width: 992px) {
	.main-banner .right {
		width: 100%;
	}
}

.section.grey {
	background-color: #F2F2F2;
}

.section-title .first {
	color: #77B984;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 22px;
}
.section-title .second {
	margin-top: 6px;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 18px;
}
.section-title .second.f-md {
	font-size: 17px;
}

.steps-container {
	margin: 0 -2%;
}
.steps-container .step {
	box-sizing: border-box;
	width: 31.33%;
	margin: 1%;
}
.steps-container .step .banner {
	width: 100%;
	/*aspect-ratio: 4/2;*/
	padding-bottom : calc(calc(100% * 2) / 4);
	position: relative;
	background-repeat: no-repeat !important;
	background-size: cover;
}
.steps-container .step .banner .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: black;
	opacity: 0.2;
}
.steps-container .step .data {
	transition: 0.3s;
	padding: 30px;
	/*box-shadow: 0 20px 10px rgba(0, 0, 0, 0.07);*/
	box-shadow:0px 10px 30px #00000012;
	background: white;
	min-height: 230px;
}
.steps-container .step .data .number {
	font-weight: 600;
	color: #77B984;
}
.steps-container .step .data h3 {
	margin-top: 5px;
}
.steps-container .step .data .desc {
	color: #878787;
	opacity: 0.7;
	font-size: 13px;
}
.steps-container .step:hover .data {
	transform: translateY(-30px);
}
@media (max-width: 991px) and (min-width: 768px), (max-width: 1199px) and (min-width: 992px) {
	.steps-container .step {
		width: 46%;
		margin: 2%;
	}
	.steps-container .step .data .desc {

		font-size: 11px;
	}
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px) {
	.steps-container .step {
		width: 100%;
	}
}

.paragraph .banner-1 {
	width: 60%;
	/*aspect-ratio: 1146/575;*/
	padding-bottom : calc(calc(100% * 1) / 3);
	background-repeat: no-repeat !important;
	background-size: cover !important;
	margin: 0 80px;
	border-radius: 10px;
}
.paragraph .banner-1.two {
	/*aspect-ratio: 2/1 !important;*/
	padding-bottom : calc(calc(100% * 1) / 3) !important;
}
@media (max-width: 991px) and (min-width: 768px), (max-width: 1199px) and (min-width: 992px) {
	.paragraph .banner-1 {
		width: 100%;
	}
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px) {
	.paragraph .banner-1 {
		width: 100%;
		margin: unset;
	}
}
.paragraph .data-container {
	display: flex;
	width: 100%;
	justify-content: space-between;
	transform: translateY(-200px);
}
.paragraph .data-container .banner-2 {
	border-radius: 10px;
	width: 32%;
	/*aspect-ratio: 4/3;*/
	padding-bottom: calc(calc(100% * 1) / 4);
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.paragraph .data-container .data {
	width: 60%;
	background-color: white;
	/*box-shadow: 0 3px 6px #0000001f;*/
	box-shadow:0px 10px 30px #00000012;
	box-sizing: border-box;
	padding: 30px;
	border-radius: 10px;
	transform: translateY(50px);
}
.paragraph .data-container .data .desc {
	font-size: 13px;
	color: #878787;
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px), (max-width: 991px) and (min-width: 768px), (max-width: 1199px) and (min-width: 992px) {
	.paragraph .data-container .data {
		width: 100%;
	}
	.paragraph .data-container .data .desc {
		font-size: 11px;

	}
}
@media (max-width: 991px) and (min-width: 768px), (max-width: 1199px) and (min-width: 992px) {
	.paragraph .data-container {
		flex-wrap: wrap;
		transform: translateY(-110px);
	}
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px) {
	.paragraph .data-container {
		transform: translateY(-115px);
		flex-wrap: wrap;
	}
}

.blogs-container {
	margin: 0 -1%;
}
.blogs-container .blog {
	margin: 1%;
	width: 48%;
}
.blogs-container .blog .banner {
	/*aspect-ratio: 5/3;*/
	padding-bottom : calc(calc(100% * 3) / 5);
	background-repeat: no-repeat !important;
	background-size: cover !important;
	filter: brightness(0.8);
}
.blogs-container .blog .data .desc {
	font-size: 13px;
	color: #878787;
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px) {
	.blogs-container .blog {
		width: 100%;
		margin: 5%;
	}
	.blogs-container .blog .data .desc {
		font-size: 11px;

	}
}

.services-container .service {
	width: 31%;
	margin: 2% 1%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07);
	box-sizing: border-box;
	padding: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	/*aspect-ratio: 137/133;*/
	padding-bottom : calc(calc(100% * 1) / 10);
	transition: 0.3s;
}
.services-container .service img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	filter: brightness(0.5);
	opacity: 0;
	transition: 0.3s;
}
.services-container .service .data {
	text-align: center;
	z-index: 2;
}
.services-container .service .data .icon {
	display: flex;
	justify-content: center;
}
.services-container .service .data .icon svg {
	width: 50px;
}
.services-container .service .data .desc {
	font-size: 13px;
	color: #878787;
	opacity: 0.7;
}
.services-container .service .direction-icon {
	position: absolute;
	bottom: -35px;
}
.services-container .service .direction-icon svg {
	width: 45px;
	fill: #414141;
}
.services-container .service:hover  {
	background-color: #000000;
	background-image: linear-gradient(315deg, #000000 0%, #414141 74%);
}
.services-container .service:hover img {
	opacity: 1;
}
.services-container .service:hover .data {
	color: white;
}
.services-container .service:hover .data .desc {
	color: white;
}
.services-container .service:hover .direction-icon svg {
	fill: #77B984;
}
@media (max-width: 991px) and (min-width: 768px), (max-width: 1199px) and (min-width: 992px) {
	.services-container .service {
		width: 31%;
	}
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px) {
	.services-container .service {
		width: 100%;
	}
	.services-container .service .data .desc {
		font-size: 11px;
	}
}

.home-banner {
	height: 310px;
	position: relative;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.home-banner .overlay {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: black;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.5004595588) 0%, rgb(0 0 0 / 19%) 60%, rgba(255, 255, 255, 0) 100%);}
.home-banner .data {
	z-index: 1;
	position: relative;
	margin-top: -80px;
}
.home-banner .data h1 {
	color: white;
	font-size: 45px;
}
.home-banner .data .desc {
	width: 50%;
	font-size: 13px;
	color: white;
	opacity: 0.7;
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px) {
	.home-banner .data .desc {
		width: 100%;
		font-size: 11px;
	}
}
.home-banner .data .buttons {
	width: 25%;
	margin-top: 50px;
	text-transform: capitalize;
}
@media (max-width: 991px) and (min-width: 768px), (max-width: 1199px) and (min-width: 992px) {
	.home-banner .data .buttons {
		width: 45%;
	}
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px) {
	.home-banner .data .buttons {
		width: 90%;
	}
}

.home-banner-center {
	height: 310px;
	position: relative;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.home-banner-center .overlay {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: black;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2539609594) 31%, rgba(0, 0, 0, 0.3996192227) 50%, rgba(0, 0, 0, 0) 100%);
}
.home-banner-center .data {
	text-align: center;
	position: relative;
}
.home-banner-center .data h1 {
	color: white;
	font-size: 45px;
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px) {
	.home-banner-center .data h1 {
		font-size: 22px;
	}
}
.home-banner-center .data .buttons {
	text-transform: capitalize;
}

.page-banner .banner {
	width: 100%;
	/*aspect-ratio: 867/217;*/
	padding-bottom : calc(calc(100% * 1) / 6);
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	position: relative;

}
.page-banner .banner .overlay {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: black;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.page-banner .banner .page-title {
	font-size: 22px;
	color: white;
	position: relative;
	text-transform: capitalize;
	position: absolute;
	bottom: 6%;
	left: 50%;
	transform: translate(-50%,-10%);
}
.page-banner .banner.half {
	/*aspect-ratio: 1734/235;*/
	padding-bottom : calc(calc(100% * 235) / 1734);
}

.service-page .service-detail {
	width: 60%;
	margin: 0 auto;
	font-size: 13px;
	color: #878787;
	opacity: 0.7;
}

.service-page-pricing .title {
	margin: 0 auto;
	width: fit-content;
}
.service-page-pricing .prices-tabs-container .tab {
	background: white;
	border-radius: 10px;
	width: 48%;
	margin: 3% auto;
	box-sizing: border-box;
	/*aspect-ratio: 71/31;*/
	padding-bottom: calc(calc(100% * 1) / 30);
	display: flex;
	justify-content: center;
	align-items: center;
}
.service-page-pricing .prices-tabs-container .tab .data .devices {
	color: #77B984;
	text-align: center;
	font-weight: 500;
	font-size: 23px;
	margin-bottom: 20px;
}
.service-page-pricing .prices-tabs-container .tab .data .os {
	font-family: "Noto Sans Malayalam", sans-serif;
	font-size: 36px;
	text-align: center;
	color: black;
	font-weight: 500;

}
.service-page-pricing .prices-tabs-container .tab .data .os img{
	width: 90px;
	object-fit: contain;
}
.service-page-pricing .prices-tabs-container .tab .data .desc {
	opacity: 0.7;
	font-size: 11px;
	width: 72%;
	margin: 15px auto;
	color: #878787;
}
.service-page-pricing .prices-tabs-container .tab .data .price {
	text-align: center;
	font-size: 18px;
	color: #77B984;
	font-weight: 500;
	text-transform: uppercase;
}
.service-page-pricing .prices-tabs-container .tab .data a {
	margin: 5px auto;
}
.service-page-pricing .prices-tabs-container .tab.one {
	width: 55%;
	align-items: flex-end;
}
.service-page-pricing .prices-tabs-container .tab.one .data a {
	margin: 20px auto;
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px), (max-width: 991px) and (min-width: 768px), (max-width: 1199px) and (min-width: 992px) {
	.service-page-pricing .prices-tabs-container .tab {
		width: 100%;
	}
}

.forms {
	width: 55%;
	margin: 20px auto;
}
.forms .input-cont {
	width: 46%;
	margin: 2%;
}
.forms .input-cont label {
	width: 100%;
	text-align: left;
	font-size: 11px;
	font-weight: 500;
	margin-bottom: 3px;
}
.forms .input-cont input {
	width: 100%;
	padding: 15px;
	border: 1.5px solid rgba(0, 0, 0, 0.0970982143);
}
.form-control{
	width: 100% ;
	padding: 15px !important;
	border: 1.5px solid rgba(0, 0, 0, 0.0970982143) !important;
	-webkit-box-shadow:unset!important;
	box-shadow:unset!important;
	line-height: unset !important;
	height: unset !important;

}
select.form-control{
	border: unset;
	outline: unset;
	padding-left: 10px;
	padding-right: 12px;
	color: white;
	background-image: unset !important;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.453' height='4.226' viewBox='0 0 8.453 4.226'%3E%3Cpath id='Icon_ionic-md-arrow-dropdown' data-name='Icon ionic-md-arrow-dropdown' d='M9,13.5l4.226,4.226L17.452,13.5Z' transform='translate(-9 -13.5)' fill='%2377b984'/%3E%3C/svg%3E%0A ") no-repeat !important;


	background-repeat: no-repeat !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	width: 100%;
	padding: 15px;
	border: 1.5px solid rgba(0, 0, 0, 0.0970982143) !important;
	background-size: 13px !important;
	background-position: calc(100% - 15px) 19px !important;
	color: #878787;
	opacity: 0.7;
}
.control-label{
	width: 100%;
	text-align: left !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	margin-bottom: 3px !important;
}
.ea-btn{
	cursor: pointer !important;
	outline: unset !important;
	background: unset !important;
	border: unset !important;
	border-radius: 5px !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	height: 41.66px !important;
	text-transform: capitalize !important;
	background-color: #77B984 !important;

	color: white !important;
	width: 230px !important;
	height: 41.66px;
}
.ea-cancel{
	background-color: #414141 !important;
}
.ea-btn:hover{
	background-color: #414141 !important;

}
.ea-form-v2{
	max-width: unset !important;
	width: 60% !important;
	margin: 15px auto !important;
}
.forms .input-cont input::placeholder {
	opacity: 0.7;
	font-style: italic;
	font-weight: 300;
}
.forms .input-cont select {
	width: 100%;
	padding: 15px;
	border: 1.5px solid rgba(0, 0, 0, 0.0970982143);
	background-size: 13px;
	background-position: calc(100% - 15px) 19px;
	color: #878787;
	opacity: 0.7;
}
.forms .input-cont select.arabic {
	background-position: calc(1.5%) 19px !important;

}
.forms .input-cont select::placeholder {
	font-style: italic;
	font-weight: 300;
}
.forms .input-cont textarea {
	border: 1.5px solid rgba(0, 0, 0, 0.0970982143);
	resize: none;
	width: 100%;
	min-height: 90px;
	padding: 10px;
	box-sizing: border-box;
}
.forms .input-cont textarea::placeholder {
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	opacity: 0.7;
	font-size: 11px;
	font-style: italic;
}
.forms .input-cont.full {
	width: 100%;
}
.forms .input-cont .phone-input {
	display: flex;
	border: 1.5px solid rgba(0, 0, 0, 0.0970982143);
	width: 100%;
}
.forms .input-cont .phone-input select {
	color: black;
	width: 30%;
	border: unset;
	background-size: 10px;
	background-position: calc(100% - 15px) 21px;
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px), (max-width: 991px) and (min-width: 768px), (max-width: 1199px) and (min-width: 992px) {
	.forms .input-cont .phone-input select {
		background-position: calc(100% - 0px) 21px;
	}
	.ea-form-v2{

		width: 90% !important;

	}
}
.forms .input-cont .phone-input input {
	width: 100%;
	padding: 15px;
	border: unset;
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px) {
	.forms .input-cont {
		width: 100%;
	}
}
.forms button {
	margin: 20px auto;
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px), (max-width: 991px) and (min-width: 768px), (max-width: 1199px) and (min-width: 992px) {
	.forms {
		width: 80%;
	}
}

input {
	outline: unset;
}

.desk {
	display: block;
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px), (max-width: 991px) and (min-width: 768px), (max-width: 1199px) and (min-width: 992px) {
	.desk {
		display: none;
	}
}

.mob {
	display: none;
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px), (max-width: 991px) and (min-width: 768px), (max-width: 1199px) and (min-width: 992px) {
	.mob {
		display: block;
	}
}

.quotation .section-title .second {
	font-size: 14px;
	font-weight: 500;
}
.quotation table {
	width: 50%;
	margin: 10px auto;
	border-collapse: collapse;
}
.quotation table tr th {
	width: 50%;
	font-weight: 500;
	padding-bottom: 5px;
}
.quotation table tr.first {
	border-bottom: 1px solid #ddd;
}
.quotation table tr td {
	padding: 20px 0;
	font-weight: 300;
}
.quotation table.sec {
	width: 100%;
}
.quotation table.sec td {
	color: #414141;
}
.quotation table.sec td b {
	color: #414141;
	font-weight: 500;
}
.quotation table.custom tr td {
	padding: unset;
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px), (max-width: 991px) and (min-width: 768px), (max-width: 1199px) and (min-width: 992px) {
	.quotation table {
		width: 80%;
	}
}
.quotation .button {
	margin-top: 50px;
}

.repair table {
	width: 50%;
	margin: 10px auto;
	border-collapse: collapse;
	font-size: 12px;
}
.repair table tr th {
	width: 28%;
	font-weight: 500;
	padding-bottom: 5px;
}
.repair table tr.first {
	border-bottom: 1px solid #ddd;
}
.repair table tr td {
	font-weight: 300;
	padding: 20px 0;
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px), (max-width: 991px) and (min-width: 768px), (max-width: 1199px) and (min-width: 992px) {
	.repair table {
		width: 80%;
		font-size: 10px;
	}
}

.maintenance-packages-container .package {
	border: 2px solid #F2F2F2;
	border-radius: 10px;
	margin: 3%;
	width: 27%;
	/*aspect-ratio: 137/82;*/

	text-align: center;
	box-sizing: border-box;
	padding: 30px;
	padding-bottom: calc(calc(100% * 1) / 20);
}
.maintenance-packages-container .package h3 {
	font-weight: 600;
	font-size: 14px;
}
.maintenance-packages-container .package img {
	width: 70%;
	object-fit: contain;
}
.maintenance-packages-container .package .desc {
	color: #878787;
	font-size: 11px;
	text-align: left;
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px) {
	.maintenance-packages-container .package {
		width: 100%;
	}
}
.maintenance-packages-container.four .package {
	width: 23%;
	margin: 1%;
}
@media (max-width: 991px) and (min-width: 768px), (max-width: 1199px) and (min-width: 992px) {
	.maintenance-packages-container.four .package {
		width: 48%;
	}
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px) {
	.maintenance-packages-container.four .package {
		width: 100%;
	}
}

.features-tabs-container {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.features-tabs-container .tab {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 25%;
	margin: 4%;
}
.features-tabs-container .tab .icon  {
	width: 30%;
}
.features-tabs-container .tab .icon svg {
	/*width: 35px;*/
}
.features-tabs-container .tab .text {
	font-weight: 500;
	font-size: 13px;
	width: 70%;
}
@media (max-width: 991px) and (min-width: 768px), (max-width: 1199px) and (min-width: 992px) {
	.features-tabs-container .tab {
		width: 42%;
	}
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px) {
	.features-tabs-container .tab {
		width: 90%;
	}
}

.packages-compare {
	width: 85%;
	margin: 10px auto;
	border-collapse: collapse;
}
.packages-compare tr {
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.packages-compare tr.last {
	border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.packages-compare tr th {
text-align:center;
	padding: 20px 55px;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.packages-compare tr th.last {
	border-right: 1px solid rgba(0, 0, 0, 0);
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px) {
	.packages-compare tr th {
		padding: 0 23px;
	}
}
.packages-compare tr td {
	padding: 20px 55px;
	text-align: center;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 11px;
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px) {
	.packages-compare tr td {
		padding: 5px 15px;
	}
}
.packages-compare tr td.last {
	border-right: 1px solid rgba(0, 0, 0, 0);
}
.packages-compare tr td.first {
	text-align: left;
}

.map-container {
	justify-content: flex-end;
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px), (max-width: 991px) and (min-width: 768px), (max-width: 1199px) and (min-width: 992px) {
	.map-container {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}
.map-container .map {
	width: 70%;
	/*aspect-ratio: 2/1;*/
	/*padding-bottom: calc(calc(100% * 2) / 10);*/
	height: 400px;
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px), (max-width: 991px) and (min-width: 768px), (max-width: 1199px) and (min-width: 992px) {
	.map-container .map {
		width: 100%;
	}
}

.branches-container {
	width: 50%;
	background-color: #F2F2F2;
	/*aspect-ratio: 4/2;*/
	padding-bottom : calc(calc(100% * 2) / 4);
	box-shadow: 0px 3px 6px #00000012;
	border-radius: 10px;
	padding: 40px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	margin-top: -200px;
}
.branches-container .tab .tab-header {
	cursor: pointer;
	align-items: center;
}
.branches-container .tab .tab-header h3 {
	text-transform: capitalize;
}
.branches-container .tab .tab-header .icon svg {
	transition: 0.3s;
}
.branches-container .tab .tab-header.active .icon svg {
	transform: rotate(-90deg);
}
.branches-container .tab .tab-body {
	text-align: left;
	box-sizing: border-box;
	padding: 10px 30px 30px;
	display: none;
}
.branches-container .tab .tab-body .data {
	width: 65%;
	margin-bottom: 10px;
}
.branches-container .tab .tab-body .data .icon {
	color: #77B984;
	margin-right: 10px;
}
.branches-container .tab .tab-body .data .icon.arabic {
	color: #77B984;
	margin-right: unset !important;
margin-left: 10px;
}
.branches-container .tab .tab-body .data .text {
	color: #878787;
	font-size: 11px;
	opacity: 0.6;
}
.branches-container .tab .tab-body .data .text:hover {
	color: #77B984;

}
.branches-container .tab .tab-body.opened {
	display: block;
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px), (max-width: 991px) and (min-width: 768px), (max-width: 1199px) and (min-width: 992px) {
	.branches-container {
		width: 100%;
		margin-top: unset;
	}
}
.green{
	color: #77B984;
}
.custom-logo-link{
	display: flex;
	align-items: center;
}
.policy {
	font-size: 11px;
}
.policy div {
	color: #878787;
}
.policy div b {
	color:#77b984 ;
	font-weight: 600;
}
.policy div strong {
	color: #77b984 ;
	font-weight: 600;
}
.policy p {
	color: #878787;
}
.policy p b {
	color: #77b984;
	font-weight: 600;
}

.policy b {
	color: #77b984;
	font-weight: 600;
}

.helpful-links .helpful-links-header {
	height: auto;
	padding: 20px 0 50px;
}
.helpful-links .helpful-links-header .filters-links {
	margin: 0 -1%;
	width: 80%;
}
.helpful-links .helpful-links-header .filters-links .filter-link {
	border: 1.5px solid #0000001A;
	padding: 14px 24px;
	margin: 1%;
	font-size: 11px;
	font-weight: 500;
	opacity: 0.6;
}
.helpful-links .helpful-links-header .filters-links .filter-link.active {
	opacity: 1;
	border: 2px solid #77B984;
}
.helpful-links .helpful-links-header .filters-links .filter-link:hover {
	opacity: 1;
	border: 2px solid #77B984;
}
.helpful-links .helpful-links-header .filters-select .custom-select {
	color: #414141;
	padding-right: 100px;
	padding-bottom: 10px;
	border-bottom: 1.5px solid #0000001A;
}
.helpful-links .helpful-links-body {
	margin: 0 -1%;
}
.helpful-links .custom-button {
	margin: 20px auto;
}
.helpful-links .helpful-links-body .video {
	width: 31.33%;
	margin: 1%;
	/*aspect-ratio: 279/157;*/
	/*padding-bottom : calc(calc(100% * 279) / 157);*/
	height: 230px;
}
@media (max-width: 991px) and (min-width: 768px), (max-width: 1199px) and (min-width: 992px) {
	.helpful-links .helpful-links-body .video {
		width: 48%;
	}
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px) {
	.helpful-links .helpful-links-body .video {
		width: 100%;
	}
}
.helpful-links .pagination {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	font-size: 12px;
	font-weight: 500;
}
.helpful-links .pagination ul {
	list-style: none;
	display: flex;
	padding-left: unset;
	margin: unset;
	width: fit-content;
}
.helpful-links .pagination ul li {
	margin-right: 10px;
}
.helpful-links .custom-end {
	font-size: 12px;
	color: #878787;
	margin: 20px auto;
	width: fit-content;
}
.helpful-links .custom-end .text {
	opacity: 0.7;
}
.helpful-links .custom-end a {
	position: relative;
	opacity: 1;
	color: #77B984;
	text-decoration: underline;
}

.content {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.content {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (min-width: 768px) {
	.content {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (min-width: 992px) {
	.content {
		padding-right: 50px;
		padding-left: 50px;
	}
}
@media (min-width: 1300px) {
	.content {
		margin-right: auto;
		margin-left: auto;
		padding-right: 80px !important;
		padding-left: 80px !important;
		max-width: 1400px;
	}
}
.commonnn-loader-hide {
	animation: hideit 0.5s normal forwards ease-in-out !important;
	animation-delay: 0.3s !important;
}

.commonnn-loader-initial {
	animation: fade-in 0.5s normal forwards ease-in-out;
	animation-delay: 0s;
}

@keyframes hideit {
	0% {
		opacity: 1;
	}
	90% {
		opacity: 0;
		display: none !important;
		height: 100vh;
	}
	100% {
		height: 0;
		opacity: 0;
	}
}
body {
	margin: 0;
	padding: 0;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 14px;
	color: #414141;
	background-color: #FFFFFF;
	direction: ltr;
	text-align: left;
	overflow-x: hidden;
}
.otp-class{
	display: flex;
	margin: 20px auto 0;
	justify-content: center;
	width: 100%;
}
.otp-class input{
	border: unset;
	width: 50px;
	height: 50px;
	border: 1.5px solid rgba(0, 0, 0, 0.0970982143);
	margin: 1%;
	text-align: center;
}
.otp-class input:focus{
	border: 1.5px solid #77B984;
}
.opt-req-section{
	width: 35%;
	margin: 50px auto;

}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px), (max-width: 991px) and (min-width: 768px), (max-width: 1199px) and (min-width: 992px) {
	.opt-req-section{
		width: 60%;


	}
	.opt-req-section div{

		margin-bottom: 15px;
	}
}
.opt-req-section .text-t{
	font-weight:600;
	color:#002A89;
	margin-left: 5px;
}

.home-carousel{
	height: 80vh;
}
.home-carousel.desk{
	display: block !important;
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px), (max-width: 991px) and (min-width: 768px), (max-width: 1199px) and (min-width: 992px) {
	.home-carousel.desk {
		display: none !important;
	}
}
.home-carousel.mob{
	display: none !important;
}
@media (max-width: 575px), (max-width: 767px) and (min-width: 576px), (max-width: 991px) and (min-width: 768px), (max-width: 1199px) and (min-width: 992px) {
	.home-carousel.mob {
		display: block !important;
	}
}
.home-carousel .slide{
	height: 80vh;
}
.home-carousel .image{
	height: 100% !important;
}
.home-carousel .image img{
width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-carousel .data {
	position: absolute;
	bottom: 100px;
	z-index: 2;
}
.home-carousel .carousel-custom-dots{
display: flex;

}
.home-carousel .carousel-custom-dots button{
	border: 1px solid white !important;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	margin:10px 5px;
}
.home-carousel .carousel-custom-dots button.active{
	background-color: white !important;
}
.home-carousel .data .desc {
	font-size: 13px;
	font-weight: 500;
	opacity: 0.6;
	width: 60%;
	color: white;
	margin-bottom: 20px;
}
.home-carousel .data h1{
	color: white;
	font-size: 40px;
	line-height: 65px;
}
.home-carousel.mob .data h1{
	color: white;
	font-size: 18px;
	line-height: 35px;
}
.asp {
	position: relative;
	height: 0;
	overflow: hidden;
	width: 100%;
}
.asp.contain img {
	object-fit: contain;
}
.asp.cover img {
	object-fit: cover;
}
.asp img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.asp #productViewer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.asp .super-overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.4;
}
.asp .custom-overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.3;
}
.asp-1-1 {
	padding-bottom: calc(calc(100% * 1) / 1);
}
.asp-3-1 {
	padding-bottom: calc(calc(100% * 1) / 3);
}
.asp-2-1 {
	padding-bottom: calc(calc(100% * 1) / 2);
}
.asp-1-2 {
	padding-bottom: calc(calc(100% * 2) / 1);
}
.asp-4-1 {
	padding-bottom: calc(calc(100% * 1) / 4);
}
.asp-4-2 {
	padding-bottom: calc(calc(100% * 2) / 4);
}
.asp-4-3 {
	padding-bottom: calc(calc(100% * 3) / 4);
}
.asp-4-5 {
	padding-bottom: calc(calc(100% * 5) / 4);
}
.asp-16-9 {
	padding-bottom: calc(calc(100% * 9) / 16);
}
.asp-11-9 {
	padding-bottom: calc(calc(100% * 9) / 11);
}
.contact-asp {
	padding-bottom: calc(calc(100% * 1) /4);
}
.asp-2-3 {
	padding-bottom: calc(calc(100% * 3) / 2);
}
.asp-3-2 {
	padding-bottom: calc(calc(100% * 2) / 3);
}
.asp-3-4 {
	padding-bottom: calc(calc(100% * 4) / 3);
}
.asp-16-9 {
	padding-bottom: calc(calc(100% * 9) / 16);
}
.asp-9-16 {
	padding-bottom: calc(calc(100% * 16) / 9);
}
.asp-16-8 {
	padding-bottom: calc(calc(100% * 8) / 16);
}
.asp-16-11 {
	padding-bottom: calc(calc(100% * 11) / 16);
}
.asp-11-5 {
	padding-bottom: calc(calc(100% * 5) / 11);
}
.asp-5-11 {
	padding-bottom: calc(calc(100% * 11) / 5);
}
.asp-12-5 {
	padding-bottom: calc(calc(100% * 5) / 12);
}
.asp-100 {
	width: 100%;
	height: calc(100vh - 70px);
}
.asp-5-2 {
	padding-bottom: calc(calc(100% * 2) / 5);
}
.asp-6-2 {
	padding-bottom: calc(calc(100% * 2) / 6);
}
.asp-6-3 {
	padding-bottom: calc(calc(100% * 3) / 6);
}
.asp-1122-468 {
	padding-bottom: calc(calc(100% * 468) / 1122);
}
.asp-336-205 {
	padding-bottom: calc(calc(100% * 205) / 336);
}

/*# sourceMappingURL=styles-en.css.map */
