
.rounded {
	-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;
}
.less_rounded {
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
}


.shadow{ 
	box-shadow: 15px 15px 15px rgba(50,50,50,0.5);
	}

 .main_packages_holder h2.title {
  	
  	direction: rtl;
  	padding-right: 20px;
  	
  }

.packages_holder {
	padding: 0 65px 0 65px; 
}
	
 .packages_holder .package_item {
	text-align: right;
	float: right;
	position:relative; z-index: auto;
	padding-top: 10px;
	

 }
 
 
 @media screen and (max-width: 400px){
	 
	#call_package_window{  position:relative; margin-left: auto; margin-right: auto; }
 	
	 .package_title b {
	 	font-size: 11pt !important;
	 	width: 70% !important;
	 }
 	
 	.package_item .package_fees {   
 		position: absolute;
 		float: left;
 		font-size: 12pt !important;
 		min-width: 35px !important;
 		width: 35px !important;
 		height: 35px !important; 
 	}
 
 	.package_item .package_fees .c_sml {
 		position: absolute;
 		bottom: 2px;
 		left: 2px;
 	}
 }

 
 @media screen and (max-width: 750px){
	
	#call_package_window{  position:relative; margin-left: auto; margin-right: auto; } 
 	
 	.package_item {
 		width: 100%;
 		min-height: 110px;
 	}
 	
 }
 /* if screen > 751px */
 @media screen and (min-width: 751px){
	 
 	#call_package_window{  position:absolute; margin-left: 0; margin-right: 0; } 	
 	
 	.package_item {
 		width: 44%; min-width: 285px; max-width:400px;
 		min-height: 220px; height: 270px;
 	}
 	
 }
 
  /* if screen > 900px */
  @media screen and (min-width: 900px){
	  
	 #call_package_window{  position:absolute; margin-left: 0; margin-right: 0; }
 	
 	.package_item {
 		width: 48%; min-width: 285px; max-width:450px;
 		min-height: 220px; height:240px;
 		
 	}
 	
 }
 

.package_item {
	text-align: right; text-decoration: rtf;
	background-color:rgb(255, 255, 255) ;
	color: #f15a1b;
	padding: 8px 15px 8px 8px;
	margin: 5px 5px 10px 5px;
	/*width: 20%; min-width: 350px; max-width:400px;*/
	box-shadow: 0 0 5px rgba(50,50,50,0.5);
	position: relative;
}
.package_item:hover {
	/*cursor: pointer;*/
	opacity: 0.97;
	
}
.package_title {  
	position: relative; width: 79%;
	float: right; direction: rtl !important;
}
.package_title {
	font-family: 'FrutigerBDArabic';
	font-weight:normal;
	margin-bottom: 8pt;
}
.package_title b {
	font-size: 15pt;
	font-family: inherit;
	font-weight: inherit; 
}

.package_details {
	position: relative; width: 79%;
	float: right;
	
}

.package_fees { display: none;
	background-color: rgba(241, 90, 27, 1);
	font-size: 21pt; text-align: left; direction: ltr;
	color: white;
	font-family: 'FrutigerBDArabic';
	font-weight:normal;
	z-index: auto;
	margin: 10px;
	position: absolute; float: left; padding: 0px 5px 20px 5px; top: -4px; left: -4px; width: 20.5%; height: 40px;
	
}
.package_fees .c_sml {
	font-size: 8pt; padding-left: 2px;  
}
.package_fees:hover {
	background-color: rgba(241, 90, 27, 1); /*cursor: pointer;*/
}

.package_button {
	background-color: #f15a1b; opacity: 0.7;
	position: absolute;
	z-index: auto;
	bottom: 5px; left: 5px; padding: 5px 15px;
	color: white;
}
a.package_button:hover {
	color: white; opacity: 1;  background-color: #e14500;
}

.package_details ul {
    
    padding-left: 10px;
	direction: rtl;
	list-style-position: outside;
    
}
.package_details ul li {
    direction: rtl;
	text-indent: 5px;
    list-style-type: '一 ';
	

}


.package_details ul li:before {
	/*content: '一 ';*/
	
}
.orange {
		background-color: rgba(241, 90, 27, 1);
		padding: 2px 6px; color: white; margin: 1px;
		
}

#call_package_holder{ position:relative; }
.window_holder { position:relative; width: 100%; max-width: 700px;}
#call_package_holder{
	
	z-index: auto; 
	/*position:relative;*/
	top: 0%;
	height:auto;
	width: 100%;
	display:none;
	margin-left: auto; margin-right: auto; width: 100%; 
	
	
	padding-bottom: 0%; padding-top: 3%;
	
	/*	background-color: rgba(241,90,27,0.8); background:rgba(50, 50, 50, 0.5); background-color: rgba(61,61,61,0.8); */
	
	
}

#call_package_window{
	
	z-index:auto; 
	/*position:relative; margin-left: auto; margin-right: auto;*/
	top: 1%;
	display:none;
	 width: 100%; max-width: 700px;
	background-color: white;
	overflow:hidden;
	 
	
}

.window_holder {
	
	z-index:auto; 
	position:absolute;
	top: 0%;
	margin-left: auto; margin-right: auto; width: 100%;
	height: auto;
	
}

/*#call_package_holder .close , */
.window_holder .close{ 
	z-index: 999; position: absolute;
	top: 1%;
	left: 0%;
	margin: 4px; padding: 0px;  background-color: rgba(241, 90, 27, 1) !important; 
	width: 30px; height: 30px; line-height: 30px;
	opacity: 1; text-align: center; line-height: 30px; color: white; text-shadow:none;
	
}






	
	
	
	