@charset "utf-8";
/* CSS Document */
select.pre {
    appearance: none; /* Remove default styling */
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"><path fill="black" d="M0 0l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    padding-right: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    height: 35px; /* Adjust as necessary */
}
select.star {
    appearance: none; /* Remove default styling */
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"><path fill="black" d="M0 0l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    padding-right: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    height: 35px; /* Adjust as necessary */
}
.containerbak {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 2%;
    max-width: 46%;
    width: 100%;
	margin-left: 25%
}

.h1bak {
    text-align: center;
    color: #333;
}

.reservation-details {
    margin-top: 20px;
}

.detail-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
}

.detail-item:last-child {
    border-bottom: none;
}

.label {
    font-weight: bold;
    color: #555;
}

.value {
    color: #777;
}

.starsbak {
    color: #FFC557;
	font-size: 24px
}

.total-price {
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
}
.infocont{
	width:96%;
	height: auto;
	border: 1px solid #c6e8e4;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f2fbfa;
}
.infocont .contofull{
	width: 100%;
	margin-right: 0%;
	margin-bottom: 20px;
	float: none;
}

.infocont .conto{
	width: 40%;
	margin-right: 2%;
	margin-bottom: 20px;
	float: left;
}
.infocont .conto p{
	color: #7a7a7a;
	font-size: 12px;
	text-align: right;
	width: 100%;
	line-height: 0px
}
.infocont .conto2{
	width: 30%;
	
	margin-right: 2%;
	margin-bottom: 20px;
	float: left;
}
.infocont .conto22{
	width: 30%;
	margin-right: 2%;
	margin-bottom: 20px;
	float: left;
}
.infocont .conto2 p{
	color: #7a7a7a;
	font-size: 12px;
	text-align: left;
	width: 100%;
	line-height: 0px
}
.infocont .conto22 p{
	color: #7a7a7a;
	font-size: 12px;
	text-align: left;
	width: 100%;
	line-height: 0px
}
.infocont select{
    background-color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    padding: 6px;
	color: #444444;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: normal;
    outline: 0;
    transition: all ease-in-out 0.3s;
    font-size: 14px;
    border-color: #E6E6E6;
	float: left;
	width: 100%
}
.infocont input{
    background-color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    padding: 6px;
	color: #444444;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: normal;
    outline: 0;
    transition: all ease-in-out 0.3s;
    font-size: 14px;
    border-color: #E6E6E6;
	float: left;
	width: 100%
}
.cheche{
    
    border-radius: 4px 4px 4px 4px;
    padding: 6px;
	color: #ffffff;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: normal;
    outline: 0;
    transition: all ease-in-out 0.3s;
    font-size: 16px;
    border-color: #E6E6E6;
	float: none;
	width: 50%;
	cursor: pointer;
	margin-left: 0%;
	margin-top: 15px
}
.infocont input[type=submit]{
    
    border-radius: 4px 4px 4px 4px;
    padding: 6px;
	color: #ffffff;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: normal;
    outline: 0;
    transition: all ease-in-out 0.3s;
    font-size: 16px;
    border-color: #E6E6E6;
	float: right;
	width: 100%;
	cursor: pointer;
	margin-left: 0%
}
.infocont p{
	color: #000000;
    font-weight: bold;
    clear: both;
	width: 100%;
	padding-left: 0%;
	margin-bottom: 20px;
	text-align: left;
	font-size: 20px
}
.infocont p span{
	color: #B70003;
    font-weight: 400;
    clear: both;
	width: 100%;
	padding-left: 0%;
	margin-bottom: 20px;
	text-align: left;
	font-size: 14px
}
.infocont input:focus{
	background-color: #e7f4f3
}
.countprog{
	width: 100%;
	margin-top: 150px;
	background-color: #ffffff
}
.adultCoast{
	font-size: 17px;
    font-weight: bold;
    line-height: 23px;
    margin-top: 10px;
}
.adultCoast2{
	font-size: 14px;
    font-weight: bold;
    line-height: 23px;
    margin-top: 10px;
}
.mustselect{
	color: #C3080B;
	text-align: center
	
}
.rommselect{
	background-color: #F7575A;
	color: #000000;
	text-align: center
	
}
.roomfit{
	background-color: #EBE910;
	color: #000000;
	text-align: center
	
}
.ok{
	color: #357805;
	text-align: center
}
.jackytitle{
	width:100%;
	height: auto;
	
	margin-bottom: 80px;
	text-align:right;
	font-family: "Cairo", sans-serif;;
	text-transform: capitalize;
	color: #000000;
	font-size: 22px;
	
	font-weight: 700
}
.jackyleft{
	width: 98%;
	float: none;
	padding-right: 2%;
	
}
.jackyleft h2{
	font-family: "Cairo", sans-serif;;
	font-size: 45px;
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: right
}
.jackyleft span{
	font-family: "Cairo", sans-serif;;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0px
}
.jackyright{
	width: 98%;
	float: none;
	text-align: center;
	font-size: 21;
	margin-right: 2%
}
.jackyright .imgl{
	float: right;
	
}
.jackyright p{
	line-height: 20px;
	float: right;font-size: 18px
}
.jackyright span{
	color: #7c8087;
	font-weight: 400;
	font-size: 14px;
	float: right
}
.smallinfo{
	float: right;
	width: 50%;
    color: #676977;
	font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75em;
	text-align: right;
	direction: rtl
	
}

.smallinfo i{
	margin-left: 10px;
	float: right
}
.jackyleft i{
	font-weight: 400;
	font-size: 18px;
	margin-right: 2px;
	color: #FFB30F;
	margin-top: 10px;
	margin-bottom: 20px
}
.headtitlew{
	font-size: 16px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	text-align: left;
	width: 80%;
	padding-left: 10%;
	line-height: 50px;
	padding-top: 0%;
}

.headtitlew .headimg{
	float: left;
	width: 32px;height: 30px;
	margin-top: 10px;
	margin-right: 20px;
	padding-right: 20px;
	border-right:2px solid #3dd1d5
}
.headtitl2{
	font-size: 26px;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	text-align: left;
	width: 80%;
	padding-left: 12%;
	line-height: 34px;
	padding-top: 15px
	
}
.itino{
	width: 50%;
			
	margin-right: 2%;
	color: #1ec8e7;
	height: 75px;
	clear: both;
	text-align: left;
	line-height: 50px;
	margin-bottom: 10px;
	float: left;
	font-family: 'Lato', sans-serif;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 20px
		}
.itiallgf{
	color: #969ba1;
	font-weight: 600;
    font-size: 20px;
    line-height: 18px;
	text-transform: capitalize;
	font-family: "Jost", sans-serif;
}
.circlefont{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	
	float: left;
	vertical-align: middle;
	text-align: center;
	line-height: 18px;
	margin-right: 20px
}.fa-circle{
	vertical-align: middle;
	font-size: 13px;
	
}
		.itidet{
			width: 98%;
			padding-left: 18px;
			margin-left: 12px;
			color: #000000;
			padding-bottom: 50px;
			float: left;
			padding-top: 20px;
			border-left: #cfd3da 1px solid
		}
.daterango{
	width:98%;
	height: auto;
	text-align: center
	
}
.daterango .dater{
	width:30%;
	
	height: 30px;
	border-radius: 5px;
	background-color: #f89623;
	font-weight: bold;
	font-size: 16px
}
.daterango .sert{
	width:30%;
	
	height: 30px;
	border-radius: 5px;
	background-color: #01b7f2;
	font-weight: bold;
	font-size: 16px
}
.daterango h3{
	font-size: 18px;
	font-weight: 400;
	font-family: "Cairo", sans-serif;
	color: #000000;
	margin-top: 20px;
	text-transform: capitalize
}
.s1{
	font-size: 18px;font-weight: 700;color: #4c6e78;direction: ltr;text-align: left
}
.s2{
	font-size: 16px;font-weight: 400;color: #f89623;direction: ltr;text-align: right
}
.s3{
	font-size: 16px; color: #07B1F2;font-weight: 400;text-align: left
}

.s33{
	font-size: 16px; color: #07B1F2;font-weight: 400;text-align: right
}
.s11{
	font-size: 16px;font-weight: 400;color: #f89623;direction: rtl;text-align: left
}
.s22{
	font-size: 18px;font-weight: 700;color: #4c6e78;direction: rtl;text-align: right
}.photogalcont{
	width: 100%;
	height: 400px;
	padding-bottom: 10px;
	margin-bottom: 10px
}
.bookinprog{
	width: 98%;
	height: auto;
	padding-top: 22px;
	margin-bottom: 20px;
	
	border-radius: 3px
}
.bookinprog .inputt{
			width: 100%;
			height: 45px;
			border:none;
			border-radius: 5px;
			background-color: #ffffff;
	margin-bottom: 15px;
	direction: rtl;
	text-align: right
		}
.bookinprog .inputtt{
			width: 100%;
			height: 120px;
			border:none;
			border-radius: 5px;
			background-color: #ffffff;;
	direction: rtl;
	text-align: right
		}
.bookinprog .inputt2{
	width: 98%;  height: 100px;
	border: 1px solid #EDEDED;
	border-radius: 5px;
	margin-bottom: 10px;
	padding-left: 5%;
	direction: rtl;
	text-align: right
		}
	#banerprog {
	height: 130vh;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
	padding-top: 0px;
	background-color: #ffffff;
		margin-bottom: 75px
}
		.banimgprog{
		 width: 100%;
		 height: 80vh;
		
		 filter: brightness(60%)
	
	 }
.banersmallover{
	width: 80%;
	height: 400px;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 10%;
	text-align: center;
	padding-top: 100px
}
.banersmallover h2{
	font-size: 2.5vw;
	font-weight: 400;
	font-family: "Cairo", sans-serif;
	color: #ffffff;
	margin-top: 180px;
	text-transform: capitalize
}
.banersmallover h3{
	width: 60%;
	margin-left: 20%;
	font-size: 2.1vw;
	font-weight: 400;
	font-family: "Cairo", sans-serif;
	color: #ffffff;
	text-transform: capitalize;
	margin-top: -20px;
}
		.banersmallover h4{
	font-size: 2.5vw;
	font-weight: 600;
	font-family: "Cairo", sans-serif;
	color: #ffffff;
	text-transform: uppercase
}



		.banersmallover h4{
	font-size: 2.5vw;
	font-weight: 600;
	font-family: "Cairo", sans-serif;
	color: #ffffff;
	text-transform: uppercase
}
.starprog{
	width: 100%;
	position: absolute;
	bottom: 38%;
	height: auto;
	font-family: 'Cardo', serif;
	color: #ffffff;
	z-index: 2;text-align: center
}
.starprog i{
	color: #ffcd47;
	
	margin-right: 0.2%;
	font-size: 24px;
	
}

.count{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	border-radius: 5px
}
.textallprog{
	width: 98%;
	margin-left: 1%;
	height: auto;
	margin-top: 30px;
		
	z-index: 2;
	position: relative;
	font-family: "Cairo", sans-serif;;
	

}
.textallprog h2{
	font-size: 35px;
	font-weight: bold;
	text-align: right;
	line-height: 40px;
	font-family: 'Hind', sans-serif;
	
}
/*
.textallprog h3{
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	line-height: 0px;
	font-family: 'Hind', sans-serif;
	
}
*/
.progleft1{
	width: 64%;
	height: auto;
	float: right;
	margin-top: 10px;
	text-align: right;
	margin-right: 0%;
	margin-left: 1%;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 15px
}
.progleftt1{
	width: 64%;
	height: auto;
	float: left;
	margin-top: 10px;
	text-align: left;
	margin-left: 0%;
	margin-right: 1%;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 15px
}
.progrightt1{
	width: 30.5%;
	height: auto;
	float: right;
	margin-top: 20px;
	text-align: left;
	margin-left: 0%;
	margin-right: 2.5%;
	
	
	
}
.progrightt1 img{
	width: 100%;
	height: auto
}
.progright1{
	width: 28.5%;
	height: auto;
	float: left;
	border-radius: 15px;
	text-align: right;
	margin-right: 0%;
	margin-left: 4.5%;
	
	padding-bottom: 10px;
	box-shadow: -1px 10px 23px 0px rgba(176,164,164,0.75);
-webkit-box-shadow: -1px 10px 23px 0px rgba(176,164,164,0.75);
-moz-box-shadow: -1px 10px 23px 0px rgba(176,164,164,0.75);
	
}
.progright1 img{
	width: 100%;
	height: auto
}
.bookprice{
	width: 96%;
	height: 80px;
	text-align: center;
	direction: ltr;
	padding-top: 10px;
	font-family: "Cairo", sans-serif;
    font-size: 27px;
	font-weight: 900;
	font-style: normal;
	color: #ffffff;
	padding-left: 2%;
	padding-right: 2%;
	
}
.bookprice h1{
	font-size: 18px;
	color: #333333;
	text-align: left;
	font-weight: 700;
	line-height: 18px
	
}
.bookprice p{
	text-align: center;
	font-family: "Cairo", sans-serif;
    font-size: 27px;
	color: #ffffff;
	font-weight: 400;
	line-height: 12px;
	direction: rtl
}
.bookprice span{
	font-size: 20px;
}
.contentincontleft1{
	width: 25.5%;
	padding-right: 1.5%;
	padding-left: 6%;
	text-align: left;
	height: 75px;
	float: left;
	padding-top: 25px;
	direction: ltr;
	color: #000000;
	font-size: 15px;
	font-weight: 500;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	font-family: "Cairo", sans-serif;
}
.contentincontleft2{
	width: 25.5%;
	padding-right: 1.5%;
	padding-left: 6%;
	text-align: left;
	height: 70px;
	float: left;
	padding-top: 30px;
	direction: ltr;
	color: #000000;
	font-size: 15px;
	font-weight: 500;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	font-family: "Cairo", sans-serif;
}
.contentincontleft3{
	width: 25.5%;
	padding-right: 1.5%;
	padding-left: 6%;
	text-align: left;
	height: 70px;
	float: left;
	padding-top: 30px;
	direction: ltr;
	color: #000000;
	font-size: 15px;
	font-weight: 500;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	font-family: "Cairo", sans-serif;
}
.infoprog{
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 30px;
	background-color: #0098ef;
	height: 70px;
	margin-top: 0px;
	text-align: center;
	color: #ffffff;
	line-height: 70px;
	font-size: 29px;
	direction: ltr;
	font-family: "Cairo", sans-serif;
	
}
.bookinprog{
	width: 98%;
	height: auto;
	
	margin-bottom: 20px;
	
}
.inputprog{
	width: 99%; height: 25px;border-radius: 3px;padding-left: 1%; outline: none;border: none;background-color: #01b7f2;
	color: #02002E;
	font-family: "Cairo", sans-serif;
	font-size: 15px;
	font-weight: 600
}
.inputprog::placeholder{
	color: #02002E;
	font-family: "Cairo", sans-serif;
	font-size: 15px;
	font-weight: 600
}
@media screen and (max-width: 500px) {
	.infocont .conto{
	width: 98%;
	
}
	.infocont .conto2{
	width: 98%;
	
}
	.infocont .conto22{
	width: 98%;
	
}
	.containerbak {
    margin-top: 50px;
    max-width: 96%;
    width: 100%;
	margin-left: 0%
}
.progleftt1{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	text-align: left;
	margin-left: 0%;
	margin-right: 0%;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 10px;
	border-radius: 15px;
}
.progrightt1{
	width: 98%;
	height: auto;
	float: right;
	margin-top: 10px;
	text-align: left;
	margin-left: 1%;
	margin-right: 1%;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
.progleft1{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	text-align: left;
	margin-left: 0%;
	margin-right: 0%;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 15px;
}
.progright1{
	width: 98%;
	height: auto;
	float: right;
	margin-top: 10px;
	text-align: left;
	margin-left: 1%;
	margin-right: 1%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 15px
}
	.contentincontleft1{
	width: 97%;
	padding-right: 1.5%;
	padding-left: 1.5%;
	text-align: left;
	height: 40px;
	float: left;
	padding-top: 10px;
	direction: ltr;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
.contentincontleft2{
	width: 97%;
	padding-right: 1.5%;
	padding-left: 1.5%;
	text-align: left;
	height: 40px;
	float: left;
	padding-top: 10px;
	direction: ltr;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
.contentincontleft3{
	width: 97%;
	padding-right: 1.5%;
	padding-left: 1.5%;
	text-align: left;
	height: 40px;
	float: left;
	padding-top: 10px;
	direction: ltr;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.banersmallover{
	width: 100%;
	height: 400px;
 	
	position: absolute;
	z-index: 2;
	top: 250;
	left: 0;
	text-align: center
	
}
.banersmallover h2{
	font-size: 5.5vw;
	font-weight: 800;
	font-family: "Cairo", sans-serif;
	color: #ffffff;
	margin-top: 100px
}
.banersmallover h3{
	font-size: 5.0vw;
	font-weight: 800;
	font-family: "Cairo", sans-serif;
	color: #ffffff;
	margin-top: 0px
}
	.banersmallover h4{
	font-size: 5.5vw;
	font-weight: 800;
	font-family: "Cairo", sans-serif;
	color: #ffffff;
	margin-top: 0px
}
	.starprog{
	width: 100%;
	position: absolute;
	top:200px;
	height: auto;
	font-family: 'Cardo', serif;
	color: #ffffff;
	z-index: 2;text-align: center
}
.starprog i{
	color: #ffcd47;
	
	margin-right: 0.2%;
	font-size: 24px;
	
}
	.textallprog{
	width: 98%;
	margin-left: 1%;
	height: auto;
	margin-top: -40px;
		font-family: "Cairo", sans-serif;;
	z-index: 100;
	position: relative

}
	.textallprog h2{
	font-size: 22px;
	font-weight: bold;
	line-height: 34px;
	font-family: "Cairo", sans-serif;
}
.textallprog h3{
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	font-family: "Cairo", sans-serif;
	
}
	.photogalcont{
	width: 100%;
	height: 300px;
	padding-bottom: 10px;
	margin-bottom: 10px
}
	.jackytitle{
	margin-top: 40px;
	font-size: 20px;
	text-indent: 0px;
	
}
.headtitl2{
	font-size: 15px;
	font-weight: 600;
	font-family: 'Cairo', sans-serif;
	color: #ffffff;
	text-align: left;
	width: 80%;
	padding-left: 12%;
	line-height: 24px;
	padding-top: 15px
	
}
	.jackyleft{
	width: 99%;
	float: none;
	padding-left: 1%
	
}
.jackyright{
	width: 99%;
	float: none;
	text-align: center;
	padding-left: 1%
}
	.jackyright p{
	line-height: 20px;
	float: right;font-size: 14px
}
	.jackyright .imgl{
	float: right;
		width: 25px;
		height: 25px
	
}
	.banimgprog{
		 width: 100%;
		 height: 30vh;
		 z-index: -5;
		 left: 0;
		 top: 0;
		 object-fit: cover
	 }
#banerprog {
	height: 579px;
	width: 100%;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
	padding-top: 0px;
			background-color: aqua;
	margin-bottom: 10px
}
	.count{
	width: 99%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	border-radius: 5px
}
}
@media screen and (min-width: 505px) and (max-width: 1100px) {

.progleft1{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	text-align: left;
	margin-left: 0%;
	margin-right: 0%;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 15px;
}
.progright1{
	width: 48%;
	height: auto;
	float: left;
	margin-top: 10px;
	text-align: left;
	margin-left: 0%;
	margin-right: 52%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 15px
}
	.contentincontleft1{
	width: 97%;
	padding-right: 1.5%;
	padding-left: 1.5%;
	text-align: left;
	height: 40px;
	float: left;
	padding-top: 10px;
	direction: ltr;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
.contentincontleft2{
	width: 97%;
	padding-right: 1.5%;
	padding-left: 1.5%;
	text-align: left;
	height: 40px;
	float: left;
	padding-top: 10px;
	direction: ltr;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
.contentincontleft3{
	width: 97%;
	padding-right: 1.5%;
	padding-left: 1.5%;
	text-align: left;
	height: 40px;
	float: left;
	padding-top: 10px;
	direction: ltr;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.banersmallover{
	width: 100%;
	height: 400px;
 	
	position: absolute;
	z-index: 2;
	top: 250;
	left: 0;
	text-align: center
	
}
.banersmallover h2{
	font-size: 5.5vw;
	font-weight: 800;
	font-family: "Cairo", sans-serif;
	color: #ffffff;
	margin-top: 100px
}
.banersmallover h3{
	font-size: 5.0vw;
	font-weight: 800;
	font-family: "Cairo", sans-serif;
	color: #ffffff;
	margin-top: 0px
}
	.banersmallover h4{
	font-size: 5.5vw;
	font-weight: 800;
	font-family: "Cairo", sans-serif;
	color: #ffffff;
	margin-top: 0px
}
	.starprog{
	width: 100%;
	position: absolute;
	top:200px;
	height: auto;
	font-family: 'Cardo', serif;
	color: #ffffff;
	z-index: 2;text-align: center
}
.starprog i{
	color: #ffcd47;
	
	margin-right: 0.2%;
	font-size: 24px;
	
}
	.textallprog{
	width: 98%;
	margin-left: 1%;
	height: auto;
	margin-top: -40px;
		font-family: "Cairo", sans-serif;;
	z-index: 100;
	position: relative

}
	.textallprog h2{
	font-size: 22px;
	font-weight: bold;
	
	line-height: 34px;
	font-family: "Cairo", sans-serif;
}
.textallprog h3{
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	line-height: 20px;
	font-family: 'Cairo', sans-serif;
	
}
	.photogalcont{
	width: 100%;
	height: 300px;
	padding-bottom: 10px;
	margin-bottom: 10px
}
	.jackytitle{
	
	font-size: 20px;
	text-indent: 0px;
	
}
.headtitl2{
	font-size: 15px;
	font-weight: 600;
	font-family: 'Cairo', sans-serif;
	color: #ffffff;
	text-align: left;
	width: 80%;
	padding-left: 12%;
	line-height: 24px;
	padding-top: 15px
	
}
	.jackyleft{
	width: 99%;
	float: none;
	padding-left: 1%
	
}
.jackyright{
	width: 99%;
	float: none;
	text-align: center;
	padding-left: 1%
}
	.jackyright p{
	line-height: 20px;
	float: right;font-size: 14px
}
	.jackyright .imgl{
	float: right;
		width: 25px;
		height: 25px
	
}
	.banimgprog{
		 width: 100%;
		 height: 60vh;
		 z-index: -5;
		 left: 0;
		 top: 0;
		 filter: brightness(60%)
	 }
#banerprog {
	height: 500px;
	width: 100%;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
	padding-top: 0px;
	margin-bottom: 10px
			
}
	.count{
	width: 99%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	border-radius: 5px
}
}