/*
Theme Name: Everest Child
Template: everest-parent
Version: 1.0.0
*/
.phone-heading{
    color: #fff;
}
.primary-header .phone{
    text-align: center;
}
.service-section {
	background-color: var(--color-3);
    padding: 85px 0;
}
.service-section .services {
	flex-wrap: wrap;
	column-gap: 100px;
	row-gap: 75px;
}
.service-section .service {
	flex: 0 1 calc(50% - 75px);
	min-width: min(100%, 300px);
}
.service-section .service .image {
	margin-bottom: 30px;
}
.service-section .service .image img {
	width: 100%;
	box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.service-section .service .heading {
	font-size: 25px;
	color: var(--color-1);
	letter-spacing: 2.5px;
	margin-bottom: 5px;
}
.service-section .service .content {
	margin-top: 30px;
	margin-bottom: 0;
}
.service-section .service .content p:last-child {
	margin-bottom: 0;
}
.service-section .owl-carousel .owl-nav button.owl-prev,
.service-section .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-shadow: 1px 1px 4px #000;
    font-size: 28px;
}
.service-section .owl-carousel .owl-nav button.owl-prev {
    left: 15px;
}
.service-section .owl-carousel .owl-nav button.owl-next {
    right: 15px;
}
.faq-section {
	background-color: var(--color-4);
	padding: 85px 0;
}
.faq-section .faq {
	border: none;
	border-bottom: 1px solid var(--color-1);
	margin-bottom: 0;
	padding: 40px 0;
}
.faq-section .faq .toggle-heading {
	padding: 0;
	border: none;
	transition: color ease .3s;
}
.faq-section .faq .toggle-content {
	border: none;
	padding: 0;
	padding-top: 20px;
}
.faq-section .faq h3 {
	margin-bottom: 0;
}
.faq-section .faq.active .toggle-heading .icon {
	color: var(--color-3);
}
.faq-section .faq.active .toggle-heading .heading {
	color: var(--color-2);
}
.toggle-item {
	border: 2px solid var(--color-1);
	margin-bottom: 5px;
}
.toggle-item .toggle-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 30px;
	cursor: pointer;
}
.toggle-item .icon {
	transition: transform ease-in-out .4s;
	font-size: 22px;
}
.toggle-item>.toggle-content {
	display: none;
	border-top: 1px solid var(--color-1);
	padding: 5px 15px;
}
.toggle-item.active>.toggle-content {
	display: block;
}
.toggle-item .toggle-content p {
	margin: 10px 0;
}
.toggle-item .icon.active {
	transform: rotate(180deg);
}
.primary-header .logo-col img {
    max-height: 170px;
}
.feature-section .feature {
	max-width: calc(33.33% - 33.33px);
}
.feature-section .feature .feature-images {
	position: relative;
}
.feature-section .feature .feature-images .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.feature-section .feature .feature-images .owl-nav button.owl-prev {
	left: 10px;
}
.feature-section .feature .feature-images .owl-nav button.owl-next {
	right : 10px;
}
@media screen and (max-width: 991px) {
    .mobile-logo img {
        max-height: 100%;
    }
		.feature-section .feature {
			flex-basis: 100%;
			max-width: 100%;
		}
}
