/*--------------------------+
 |	Design & Develope By	|
 |	Shahbaz Ahmed Bhatti	|
 +-------------------------/
@charset "utf-8"; */

		
	#contnr_body{
		background-color:#FFFFFF;
		width: 1105px;
		height: auto;
		margin: 0 auto;
		padding: 17px 0 47px 17px;
		}
		#contnr_body h1{
			display: block;
			font-family: "Segoe UI", Trebuchet MS, Tahoma, Arial;
			font-size: 19px;
			font-weight: bold;
			margin-bottom: 11px;
			}
			#contnr_body p{
				display: block;
				line-height: 29px;
				text-align: justify;
				margin: 0 17px 0 0;
				}

		/*~~~ Tours Box ~~~*/
		.contnr_Tours{
			display: block;
			margin: 23px 0 17px;
			padding-bottom: 7px;
			}
			.contnr_Tours h2{
				display: block;
				font-size: 16px;
				color: #676767;
				margin: 0 0 17px 0;
				}
		
		.td_h_Box{
			width: 323px;
			height: auto;
			padding: 7px 7px 17px 7px;
			margin-right: 29px;
			margin-bottom: 29px;
			float: left;
			
			border: 1px solid #efefef;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			-khtml-border-radius: 3px;
			
			box-shadow: 0 0.5em 1em 0 rgba(0,0,0,.1);
			-moz-box-shadow: 0 0.5em 1em 0 rgba(0,0,0,.1);
			-webkit-box-shadow: 0 0.5em 1em 0 rgba(0,0,0,.1);
			}
			.td_h_Box:hover{
				border-bottom: 2px solid #FFCC00;
				box-shadow: 0 0.5em 1em 0 #fcfcfc;
				-moz-box-shadow: 0 0.5em 1em 0 #fcfcfc;
				-webkit-box-shadow: 0 0.5em 1em 0 #fcfcfc;
				}
				.noMar_tdBox_R{
					margin-right: 0;
					}
				
				.tdPic{
					display: block;
					height: 177px;
					}
					.tdPic img{
						display: block;
						width: 100%;
						border: none;
						}
				
				.td_h_Box strong{
					display: block;
					font-size: 13.5px;
					line-height: 17px;
					margin: 11px 0;
					}
			
		
			/*~~   Tour Short icon & Highlights  ~~*/
			.iconinfo{
				display: block;
				width: 100%;
				height: auto;
				}
				label.icon_uqes{
					font-size: 19px;
					color: #676767;
					width: 27px;
					width: 9%;
					line-height: 23px;
					padding-top: 3px;
					text-align: center;
					float: left;
					}
					span.infotour{
						width: 88%;
						line-height: 23px;
						padding-top: 3px;
						margin-bottom: 11px;
						float: left;
						}
						span.textbold{
							font-weight: bold;
							font-size: 13px;
							color: #f68920;
							}
			
			
			a.linkwhatsapp{
				background-color: #88BA06;
				border: 1px solid #88BA06;
				font-size: 13px;
				color: #ffffff;
				display: block;
				float: left;
				
				line-height: 23px;
				padding: 5px 17px;
				margin: 17px 0 0 0;
				text-decoration: none;
				}
				
				a.linkwhatsapp:hover{
					background-color: #ffffff;
					border-color: #f68920;
					color: #f68920;
					}
			
				a.linkTourdetails{
					background-color: #f68920;
					border-color: #f68920;
					}
					
				
			.price{
				font-family: "Segoe UI", Trebuchet MS, Tahoma, Arial;
				font-size: 29px;
				font-weight: bold;
				color: #f68920;
				display: block;
				line-height: 17px;
				margin-top: 23px;
				letter-spacing: 0;
				float: right;
				}
				.price span{
					font-size: 17px;
					color: #898989;
					letter-spacing: 1px;
					}
		
		
		
			/*~~~ :: Tours Link Page :: that is For Mobile View : : ~~*/
			.contnr_v_Link{
				display: block;
				height: auto;
				margin: 13px 0;
				}
				a.v_link{
					background-color:#f68920;
					color: #ffffff;
					display: block;
					line-height: 20px;
					text-decoration: none;
					padding: 9px 0 9px 11px;
					border-bottom: 1px dashed #efefef;
					}
					a.v_link:hover{
						background-color: #fcfcfc;
						color: #474747;
						}
		
		
		
		/*~~~ Mobile Bottom Action Links ~~~*/
		#pagebtm{
			display: none;
			}
	
	
	
	

	@media only screen and (max-width: 500px){
	
		
		#contnr_body{
			width: 100%;
			padding: 7px 0 11px 0;
			}
			
			#contnr_body h1{
				font-size: 15.7px;
				margin: 7px;
				}
			#contnr_body p{
				line-height: 23px;
				margin: 7px;
				}
				.contnr_Tours h2{
					background-color: #f68920;
					font-size: 13.7px;
					padding: 5px 0 5px 7px;
					color: #ffffff;
					}


			/*~~~ :: Tours Link Page :: that is For Mobile View : : ~~*/
			.contnr_v_Link{
				width: 98%;
				margin: 0 auto 23px auto;
				}

			
			/*~~ :: Tours Box ::~~*/
			.td_h_Box{
				width: 89%;
				margin: 0 auto 23px auto;
				float: none;
				}
				
			
		
		/*~~~ : Hiden Mobile icon on this Page :: ~~*/	
		#pagebtm{
			display: none;
			}
		
			
		
		
	}