/* 1 - GENERAL STYLES
================================================== */
* {
	box-sizing: border-box;
}

body {
	background: #cddbe7 !important;
	-webkit-font-smoothing: antialiased !important;
	font-family: "Calibri";
}

p {
	line-height: 24px;
	font-family: "Calibri";
	font-weight: 200;
	font-size: 14px;
}

a, a:focus {
	outline: none;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 25px;
	font-weight: 600;
	margin-block: 12px;
}

h3 {
	font-size: 35px;
}

h4 {
	font-size: 28px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}


.tx-r {
	text-align: right;
}


/* Header Style
================================================== */
#top {
	min-height: 110px;
}

.navbar {
	background: #34495e;
	border: 0;
}

.navbar img.logo {
	padding-top: 0;
	width: 130px;
}

.navbar img.smaller {
	width: 65px;
}

.display-apart {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-inline: 15px;
}


.bg-white {
	background-color: white;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.navbar img.large {
	width: 300px;
}

.title {
	text-align: center;
	padding: 16px;
}

.secondary-section {

	padding: 90px 0;
}

.flex-box {
	display: flex;
	justify-content: flex-start;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}

@media (max-width: 1200px) {

	.flex-box {
		justify-content: flex-start;
	}

	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 24px;
	}

}

h1.main {
	color: #ffffff;
}

.flex-box .box {
	width: 190px;
	margin: 4px;
}

.accordion {
	background-color: #2685c7;
	color: rgb(255, 255, 255);
	cursor: pointer;
	padding: 10px 8px;
	width: 100%;
	border: none;
	text-align: right;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	font-weight: 600;
}



.active, .accordion:hover {
	background-color: #eb5b23;
	;
}

.panel {
	padding: 0 18px;
	display: none;
	background-color: white;
	overflow: hidden;
	text-align: right;
}

.link {
	display: block;
	direction: rtl;
}

.main-button {
	margin: 10px 5px;
	background: none;
	border: none;
	font-size: 16px;
	font-weight: 600;
	text-align: start;
	margin-bottom: 12px;
	display: inline-block;
}

.main-button:hover {
	color: #2a6496;
}

.container {
	padding-inline: 15px;
	margin-inline: auto;
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

.available {
	color: #b7363a;
}

.disable {
	pointer-events: none;
	color: #4b6885;
}

.disable .accordion {
	background-color: gray;
}

.disable-box {
	background-color: gray;
	color: #ffffff;
}

.vr4 {
	background-color:
		#7FC30A;
}

.vr3 {
	background-color: #6214C7;
}

.vr2 {
	background-color: #00C7A6;
}

.vr1 {
	background-color: #2685c7;
}

.floating {
	position: absolute;
	top: 213px;
	left: 10px;
	width: 115px;
	font-size: 16px;
	color: rgb(0, 0, 0);
	text-transform: capitalize;
	display: flex;
	gap: 10px;
	background: white;
	border-radius: 15px;
	flex-wrap: wrap;
	align-items: center;
	padding: 10px;
}

.color-box {
	background-color: #fff;
	/* padding: 4px; */
	/* padding-top: 10px; */
	font-weight: bold;
	width: 101px;
	height: 35px;
	display: flex;
	flex-direction: row;
	align-items: center;
	border-radius: 5px;
	gap: 5px;
	align-content: center;
}

.colored {
	width: 39px;
	height: 18px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}


.description {
	line-height: unset;
	font-size: 15px;
	color: #25676a;
	margin: 0;
	width: 60px;
}

.print li {
	direction: rtl;
	margin-right: 35px;
	list-style: disc;
}

.main-print {
	font-weight: bold;
}

.tabbed {
	border: 2px dashed gold;
}

/* Copyright Style
================================================== */
#copyright {
	width: 100%;
	background-color: #3785c6;
	position: fixed;
	bottom: 0;
	height: 40px;
	text-align: center;
}

.copyright {
	padding: 11px 0 10px 0;
	font-size: 14px;
	color: black;
}

.copyright a {
	color: #fff;
	font-weight: 600;
}