@charset "utf-8";
@font-face { font-family: cairo-regular; 
			 src: url('../fonts/Cairo/Cairo-Regular.ttf'); } 	

a {text-decoration: none; color:#000000}
a:hover {text-decoration: none; color:#006845;}

	input[type=number] {width:40px;text-align: center}
	/* Chrome, Safari, Edge, Opera */
	input::-webkit-outer-spin-button,
	input::-webkit-inner-spin-button {
	  -webkit-appearance: none;
	  margin: 0;
	}
	/* Firefox */
	input[type=number] {
	  -moz-appearance: textfield;
	}
	
	.qButton {
		width:40px;
		height:40px;
	}
#footer a {
	color:gray;
}

#footer a:hover {
	color:#006845;;
}
.footer_a a {
	color:grey;
}

.footer_a a:hover {
	color:#006845;;
}


#cp_top a {
	color:#006845; ;
	font-size: 22px;
}

#cp_top a:hover {
	color:#006845;;
}

#cp_title a {
	color:#000000;
	font-size: 26px;
}

#cp_title a:hover {
	color:#006845;;
}


 #fileInput, #fileInput1, #fileInput2, #fileInput3, #fileInput_n, #fileInput_n1, #fileInput_u, #fileInput_u2
	{
		display: none;
	} 
	
	#dropBox, #dropBox1, #dropBox2 , #dropBox3 , #dropBox_n , #dropBox_n1 , #dropBox_u , #dropBox_u2 {
    border: 3px soild #C9C7C7;
    border-radius: 10px;
    background-color:#F3F4F5;
    cursor: pointer;
    min-height: 60px;
    padding: 10px 10px;
    box-sizing: border-box;	
}

input[type="radio"] {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);	
}


	  
	.video iframe  {
		width:100%;
		border:thin solid #ccc;
		padding: 10px;
	}	
	
	
	.cover {
  object-fit: cover;
  height: 500px;
}
	.imgWidth {
	  margin-top: 30px;		
		width:15% ;
	}
@media only screen and (max-width: 600px) {
  .imgWidth {
	  margin-top: 30px;
		width:40% ;
	}
}
	
	
.bottom_btns {
    position: fixed;
    bottom: 0;
	z-index: 9999;
}
	

	.iconWidth {
		width:8% ;
	}
@media only screen and (max-width: 600px) {
  .iconWidth {
		width:20% ;
	}
}
	

.bottom_nav {
    position: fixed;
	height:60px;
    bottom: 0;
    width: 100%;
	z-index: 9999;
	background-color: #CCCCCC;
}
	

		iframe {
			width:100% ;
			height:100% ;
		}
		
	.mapPadding {
		padding:2px ;
		border: 1px solid #DCD9D9 ;
	}
@media only screen and (max-width: 600px) {
  .mapPadding {
		margin-bottom: 30px ;
	}
}
			
	
	
.notification {
  position: relative;
}

.icon-button__badge {
  position: absolute;
  top: 25px;
  left: 15px;
  width: 35px;
  height: 35px;
  background: green;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
	
		.modal {
		z-index: 9999 ;
	}
	

/* style for the css menu dropdown container */
.menu {
    position:relative;
    display:inline-block;
    z-index:999; 
	padding:0;
    margin:0;
    outline:0;
}

/* style for the button */
.menu:before {
    content: "\2630 \a0 "; 
    color:#710C0E;
	font-size: 24px;	
}

.menu:focus { pointer-events:none; }

/* If :focus detected the dropdown menu is displayed by making it visible */
.menu:focus .menu-dropdown { opacity:1; visibility:visible; }

/* style for the dropdown box */
.menu-dropdown {
    width: auto;
    border:1px #405e72 solid;
    border-radius:3px;
    pointer-events: auto;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: visibility 1s;
    background: #CEDEEA;
	padding: 5px;
	    z-index:99; 

   }

/* style the links in the dropdown */
.menu-dropdown a {
    display:block;
    color:#000000;
    width:120px;
	font-size: 13px;
}
	
.menu-container {
  text-align: center;
}


	
.horizontal-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.commands {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.commands li {
  margin-right: 10px;
}

.commands li:last-child {
  margin-right: 0;
}
	