@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px){
	.service-details-content{
		margin-bottom: 50px;
	}
}

.service-details-content>img{
	width: 100%;
}

.service-details-content h3{
	font-weight: bolder;
	font-size: 35px;
	color: #fff;
	margin-top: 40px;
	margin-bottom: 30px;
}

@media(max-width:767px){
	.service-details-content h3{
		font-size: 24px;
	}
}

.service-details-content p{
	font-size: 18px;
	color: #f2f2f2;
	margin-bottom: 30px;
	text-align: justify;
}

.service-details-content p:last-child{
	margin: 0;
}

.sidebar-banner{
	position: relative;
}

.sidebar-banner:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #17161a;
	opacity: .8;
	content: "";
}

.sidebar-banner img{
	width: 100%;
}

.banner-inner{
	position: absolute;
	left: 5%;
	top: 5%;
	width: 90%;
	height: 90%;
	padding: 100px 20px;
	background-color: #17161a;
	border-radius: 10px;
	background-image: url(../img/content-bg.png);
	background-size: cover;
	background-position: center center;
}

@media only screen and (min-width:1200px) and (max-width:1399px){
	.banner-inner{
		padding: 50px 20px;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px){
	.banner-inner{
		padding: 20px;
	}
}

@media(max-width:767px){
	.banner-inner{
		padding: 60px 20px;
	}
}

@media only screen and (min-width:576px) and (max-width:767px){
	.banner-inner{
		padding: 100px 20px;
	}
}

.banner-inner h3{
	font-weight: 700;
	font-size: 41px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0;
}

@media(max-width:767px){
	.banner-inner h3{
		font-size: 34px;
	}
}

.banner-inner h3 img.angle{
	position: relative;
	top: -10px;
	width: auto;
}

.banner-inner h3 span{
	color: #75dab4;
	display: block;
}

.banner-inner a{
	position: absolute;
	bottom: 100px;
	left: 50%;
	font-weight: 700;
	font-size: 30px;
	display: block;
	color: #fff;
	width: 100%;
	text-align: center;
	transform: translateX(-50%);
}

@media only screen and (min-width:1200px) and (max-width:1399px){
	.banner-inner a{
		bottom: 50px;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px){
	.banner-inner a{
		bottom: 20px;
	}
}

@media(max-width:767px){
	.banner-inner a{
		bottom: 60px;
	}
}

@media only screen and (min-width:576px) and (max-width:767px){
	.banner-inner a{
		bottom: 100px;
	}
}

/* Pricing Plan Section */

.price-box{
	background-color: #fff;
	box-shadow: 0 0 40px rgba(33,33,33,.1);
	border-radius: 10px;
	padding: 40px;
	text-align: center;
	transition: all .5s ease-out 0s;
}

@media only screen and (min-width:992px) and (max-width:1199px){
	.price-box{
		padding: 40px 20px;
	}
}

.price-box h3{
	position: relative;
	font-weight: 700;
	font-size: 32px;
	color: #17161a;
	margin-bottom: 30px;
	transition: all .5s ease-out 0s;
}

.price-box h3:before{
	position: absolute; 
	content: "";
	left: 50%;
	bottom: -10px;
	width: 150px;
	height: 2px;
	transform: translateX(-50%);
	background: linear-gradient(90deg,#fff,#181818,#fff);
}

.price-box span{ font-weight:400; 
	font-size: 18px;
	color: #17161a;
	display: block;
	transition: all .5s ease-out 0s;
}

.price-box strong{
	font-weight: 700;
	font-size: 38px;
	color: #17161a;
	display: block;
	margin: 20px 0;
	transition: all .5s ease-out 0s;
}

.price-box strong sub{
	color: #999;
	font-size: 16px;
	font-weight: 400;
}

.price-box:hover{
	background-color: #191a1c;
	border-radius: 10px;
}

.price-box:hover h3{
	color: #e4e4e4;
}

.price-box:hover h3:before{
	position: absolute;
	content: "";
	left: 50%;
	bottom: -10px;
	width: 150px;
	height: 2px;
	transform: translateX(-50%);
	background: linear-gradient(90deg,#181818,#fff,#181818);
}

.price-box:hover h3,
.price-box:hover span,
.price-box:hover strong{
	color: #e4e4e4;
}

.price-box:hover .item-list li{
	color: #e4e4e4;
	transition: all .5s ease-out 0s;
}

.price-box:hover .price-btn a{
	color: #000;
	background-color: #fff;
}

.item-list li{
	list-style-type: none;
	font-size: 16px; 
	color: #17161a;
	margin-bottom: 15px;
	text-align: left;
}

.item-list li:last-child{
	margin: 0;
}

.item-list li i{
	margin-right: 5px;
	font-size: 18px;
}

.price-btn{
	position: relative;
	display: inline-block;
	margin-top: 40px;
}

.price-btn a{
	background-color: #17161a;
	border-radius: 5px;
	font-weight: 700;
	font-size: 17px;
	display: inline-block;
	text-align: center;
	color: #fff;
	min-width: 200px;
	padding: 10px 30px;
	transition: transition(0.5s),transition(0.5s);
	transition: transition(0.5s);
}

.price-btn .line-1{
	position: absolute;
	right: 8px;
	top: 8px;
	z-index: 2;
}

.price-btn .line-1:before{
	position: absolute;
	content: "";
	border: 1px solid #fff;
	width: 25px;
	opacity: .3;
	right: 0;
}

.price-btn .line-1:after{
	position: absolute;
	content: "";
	border: 1px solid #fff;
	height: 25px;
	opacity: .3;
}

.price-btn .line-2{
	position: absolute;
	left: 8px;
	bottom: 10px;
	z-index: 2;
}

.price-btn .line-2:before{
	position: absolute;
	content: "";
	border: 1px solid #fff;
	height: 25px;
	opacity: .3;
	right: 0;
	bottom: -2px;
}

.price-btn .line-2:after{
	position: absolute;
	content: "";
	border: 1px solid #fff;
	width: 25px;
	opacity: .3;
	left: 0;
}

.price-box:hover .price-btn .line-1:before,
.price-box:hover .price-btn .line-2:before,
.price-box:hover .price-btn .line-1:after,
.price-box:hover .price-btn .line-2:after{
	border-color: #000;
}

.custom_price_card{
	display: none;
}

@media (min-width: 1000px){
	.executive_price_card{
		transform: translateY(-15px);
	}

	.executive_price_card:hover .price-box{
		box-shadow: 0 0 10px 5px #F7D000;
	}
}