.hero-section{
	background: #F6F9FE;
}
.hero-section h1{
	font-style: normal;
	font-weight: 600;
	font-size: 46px;
	line-height: 60px;
	margin-bottom: 60px;
	color: #27283C;
}
.hero-section p{
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height:40px;
	color: #27283C;
}
.hero-section p.excerpt{
	max-width: 815px;
	margin-right: auto;
	margin-left: auto;
}
.social-proof{
	max-width: 1100px;
	margin: auto;
}
.social-proof .blue-text{
	font-style: normal;
	font-weight: 600;
	font-size: 56px;
	line-height: 56px;
	text-align: center;
	margin-bottom: 20px;
	color: #1863DC;
}
.social-proof p{
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	color: #27283C;
}
.image-gallery img{
	filter: drop-shadow(0px 4px 28px rgba(54, 70, 156, 0.25));
	transition: all .2s ease;
	display: block;
}
.image-gallery img:hover{
	transform: scale(1.2);
	transition: all .2s ease;
	z-index: 99;
	filter: drop-shadow(0px 0px 28px 9px rgb(54 70 156 / 25%));
}
.about-cy .about-sidebar a{
	font-style: normal;
	font-weight: normal;
	font-size: 42px;
	line-height: 50px;
	padding: 40px 0;
	border: none;
	color: rgba(39, 40, 60, 0.6);
	background: transparent;
}
.about-cy .about-sidebar a.active,.about-cy .about-sidebar a:hover{
	color: #1863DC;
	background: transparent;
	text-decoration: none;
}
.about-cy h2{
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 54px;
	margin-bottom: 30px;
	color: #27283C;
}
.about-cy p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 32px;
	color: #27283C;
	margin-bottom: 35px;
}
.bottom-cta{
	
		background-color: #F6F9FE;
		background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/bg-image-1.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
}
.bottom-cta h2{
	font-style: normal;
	font-weight: 600;
	font-size: 42px;
	line-height: 65px;
	margin-bottom: 15px;
	text-align: center;
	color: #27283C;
}
.bottom-cta p{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 40px;
	text-align: center;
	color: #092C4C;
}
.bottom-cta a.button{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	background: #1863DC;
	border-radius: 2px;
	text-align: center;
	padding: 15px 25px;
	color: #FFFFFF;
	display: inline-block;
}
.bottom-cta a.button:hover{
	opacity: .8;
}
@media(max-width: 991px){
	.about-cy .about-sidebar a{
		font-size: 30px;
		line-height: 40px;
	}
}
@media(min-width: 768px){
	.image-gallery{
		display: flex;
		justify-content: space-between;
		align-items: start;
		max-width: 1440px;
		margin: auto;
	}
	.image-gallery img{
		max-width: calc(24vw);
		display: inline-block;
	}
	.image-gallery img:nth-child(2n){
		margin-top: 50px;
	}
	.fixed-sidebar{
		top: 120px;
		position: sticky;
		max-height: calc(100vh - 200px);
		overflow: auto;
	}
}
@media(max-width: 767px){
	.image-gallery img{
		width: calc(100% - 60px);
		margin: 30px;
	}
	.about-cy h2{
		font-weight: 400;
	}
	.about-cy .tab-content>div{
		    display: block!important;
    opacity: 1!important;
    position: relative;
		padding-top: 70px;
	}
	.about-cy .tab-content .tab-pane:before {
    content: attr(data-title);
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
	}
}
@media(max-width: 500px){
	.hero-section h1{
		font-size: 36px;
		line-height: 45px;
	}
	.social-proof .blue-text{
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 5px;
	}
	.about-cy .tab-content .tab-pane:before{
		font-size: 25px;
	}
	.about-cy h2{
		font-size: 28px;
		margin-top: 20px;
		margin-bottom: 20px;
		font-weight: 500;

	}
	.bottom-cta .title{
		font-size: 30px;
		line-height: 36px;
	}
}