    .th_banner_sec{background-image:url('https://www.rexholidays.co.uk/theme/website/images/static/inner_page_banner.webp');background-position:center right;
		background-repeat:no-repeat;background-size:cover;padding:183px 0 80px} 
	 .th_banner_sec h2{width:100%;float:left;color:#fff;font-size:50px;font-weight:600;margin:100px 0 20px}
	 .th_banner_sec div img{margin-right:30px;}
	 .th_banner_sec nav{width:100%;float:left;}
	 .th_banner_sec nav ol li{line-height:40px;}
	 .th_banner_sec nav ol li a{color: #ffff;font-size:20px}
	 .th_banner_sec .breadcrumb-item.active, .th_banner_sec .breadcrumb-item+.breadcrumb-item::before{color:var(--yellow_color);
	 	font-size:20px}
         .th_content_sec h2{width:100%;float:left;color:#000;font-weight:600;font-size: 25px;margin-top:50px;}
 	.th_content_sec h3{width:100%;float:left;color:#000;font-weight:600;font-size: 25px;margin-top:50px;}
 	.th_content_sec p{width:100%;float:left;color: #757575;margin:20px 0 0}
 	.th_content_sec strong{width:100%;float:left;color:#000;font-size:16px;margin:30px 0 20px}
 	.th_content_sec ul{width:100%;float:left;padding-left:16px;}
 	.th_content_sec ul li{width:100%;float:left;color: #757575;list-style:disc;}
 	.th_content_sec p:last-child{margin-bottom:60px}

 	.th_addon_sec{width:100%;float:left;padding:0 5%;margin-top:50px}
 	.th_addon_sec .th_card{width:100%;float:left;padding:50px;border-radius: 26px;background-color:#FEFEFE;
 		box-shadow: 0px 0px 15px 6px rgba(198, 198, 198, 0.20);display:flex;justify-content:space-between;align-items: center;}
 	.th_addon_sec .th_card .th_image img{max-width:483px;margin-right:50px;}

 	@media only screen and (max-width:1100px){
 		.th_addon_sec .th_card .th_image img {max-width: 350px;}
 	}
 	@media only screen and (max-width:991px){
 		.th_addon_sec .th_card{flex-wrap:wrap;}
 	}
 	@media only screen and (max-width:575px){
 		.th_addon_sec .th_card{padding:20px}
 		.th_addon_sec .th_card .th_image img {max-width: 100%;}
 		.th_content_sec h2{font-size:22px }
 	}
