@media only screen and (min-width:275px) {
	#ongoing {
	text-align: left;margin-left: 55px;margin-top: -23px;font-size: 26px;position: absolute;  }
	#cclogo{
		margin-left:90px;
	}
	#mobile{
		display:block;
	}
	#desktop{
		display:none;
	}
	#ccaro{
		left:14px;
	}
	#search-box-10526{
		margin-top:63px;
	}
	#formmaindiv2{
		background:rgba(255,255,255,0.5);width:100%;margin-left: 0px;position: absolute;
	}
	#advsearch{
		margin-left:16px;margin-top:2px;position:absolute;
	}
	#insta{
		display:none;
	}
}
@media only screen and (min-width:360px) {
	#ongoing {
	text-align: left;margin-left: 55px;margin-top: -23px;font-size: 26px;position: absolute;  }
	#cclogo{
		margin-left:90px;
	}
	#mobile{
		display:block;
	}
	#desktop{
		display:none;
	}
	#ccaro{
		left:14px;
	}
	#search-box-10526{
		margin-top:63px;
	}
	#formmaindiv2{
		background:rgba(255,255,255,0.5);width:100%;margin-left: 0px;position: absolute;
	}
	#advsearch{
		margin-left:16px;margin-top:2px;position:absolute;
	}
	#insta{
		display:none;
	}
}

@media only screen and (min-width:375px) {
	#ongoing {
	text-align: left;margin-left: 55px;margin-top: -23px;font-size: 26px;position: absolute;  }
	#cclogo{
		margin-left:90px;
	}
	#mobile{
		display:block;
	}
	#desktop{
		display:none;
	}
	#ccaro{
		left:14px;
	}
	#search-box-10526{
		margin-top:63px;
	}
	#formmaindiv2{
		background:rgba(255,255,255,0.5);width:100%;margin-left: 0px;position: absolute;
	}
	#advsearch{
		margin-left:16px;margin-top:2px;position:absolute;
	}
	#insta{
		display:none;
	}
}
@media only screen and (min-width:975px){
	#ongoing {
		text-align:left;margin-left:178px;margin-top: -30px;font-size:30px;position: absolute;
	}
	#ongoing2{
		text-align:left;margin-left:178px;margin-top: -74px;font-size:30px;position: absolute;
	}
	#cclogo{
		margin-left:0px;
	}
	#mobile{
		display:none;
	}
	#desktop{
		display:block;
	}
	#ccaro{
		left:60px;
	}
	#search-box-10526{
		margin-top:-153px;
	}
	#formmaindiv2{
		background:rgba(255,255,255,0.5);width:66%;margin-left: 486px;position: absolute;
	}
	#advsearch{
		margin-left:45px;margin-top:-32px;position:absolute;
	}
	#insta{
		display:block;
	}
}
@media only screen and (min-width:995px){
	#ongoing {
		text-align:left;margin-left:178px;margin-top: -30px;font-size:30px;position: absolute;
	}
	#ongoing2{
		text-align:left;margin-left:178px;margin-top: -74px;font-size:30px;position: absolute;
	}
	#cclogo{
		margin-left:0px;
	}
	#mobile{
		display:none;
	}
	#desktop{
		display:block;
	}
	#ccaro{
		left:60px;
	}
	#search-box-10526{
		margin-top:-153px;
	}
	#formmaindiv2{
		background:rgba(255,255,255,0.5);width:66%;margin-left: 486px;position: absolute;
	}
	#advsearch{
		margin-left:45px;margin-top:-32px;position:absolute;
	}
	#insta{
		display:block;
	}
}
@media only screen and (min-width:1100px){
	#ongoing {
		text-align:left;margin-left:178px;margin-top: -30px;font-size:30px;position: absolute;
	}
	#ongoing2{
		text-align:left;margin-left:178px;margin-top: -74px;font-size:30px;position: absolute;
	}
	#cclogo{
		margin-left:0px;
	}
	#mobile{
		display:none;
	}
	#desktop{
		display:block;
	}
	#ccaro{
		left:60px;
	}
	#search-box-10526{
		margin-top:-153px;
	}
	#formmaindiv2{
		background:rgba(255,255,255,0.5);width:66%;margin-left: 486px;position: absolute;
	}
	#advsearch{
		margin-left:45px;margin-top:-32px;position:absolute;
	}
	#insta{
		display:block;
	}
}

#be-agent-section::before {					
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1) !important;
}

.carousel {
	position: relative
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}
.carousel-item {
	position: relative;
	display: none;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease;
	transition: transform .6s ease, -webkit-transform .6s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px
}
@media screen and (prefers-reduced-motion: reduce) {
	.carousel-item {
		transition: none
	}
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: block
}
.carousel-item-next,
.carousel-item-prev {
	position: absolute;
	top: 0
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
	.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}
.active.carousel-item-right,
.carousel-item-next {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
	.active.carousel-item-right, .carousel-item-next {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}
.active.carousel-item-left,
.carousel-item-prev {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
	.active.carousel-item-left, .carousel-item-prev {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}
.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
	opacity: 1
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
	.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}
.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5
}
.carousel-control-next: focus, .carousel-control-next: hover, .carousel-control-prev: focus, .carousel-control-prev: hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}
.carousel-control-prev {
	left: 0
}
.carousel-control-next {
	right: 0
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	background-size: 100% 100%
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}
.carousel-indicators li {
	position: relative;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(255, 255, 255, .5)
}
.carousel-indicators li: : before {
	position: absolute;
	top: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: ""
}
.carousel-indicators li: : after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: ""
}
.carousel-indicators .active {
	background-color: #fff
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}
.blog .carousel-indicators {
	left: 60px;
	top: auto;
	bottom: -40px;
	
}

/* The colour of the indicators */
.blog .carousel-indicators li {
	background: #a3a3a3;
	border-radius: 50%;
	width: 19px;
	height: 19px;
}

.blog .carousel-indicators .active {
	background: #0750b5;
	margin-top: 1px;
}