* {
	font-family: 'Heebo';
}

@media (min-width: 1600px) {
	.container {
		max-width: 1580px;
	}
}

body {
	background: transparent linear-gradient(270deg, #19A5E20D 0%, #19A5E226 100%) 0% 0% no-repeat padding-box;
	min-height: 100vh;
}

.header {
	background: #003F7C;
	color: #fff;
	height: 88px;
	position: relative;
}

.header .logo {
	position: absolute;
	top: 23px;
	right: 0;
	z-index: 9;
}

@media (max-width: 991px) {
	.header {
		height: 77px;
	}
	
	.header .logo {
		top: 22px;
	}

	.header .logo img {
		height: 82px;
	}
}

.header .side {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 0;
	display: flex;
}


@media (max-width: 1839px) {
	.header .side {
		left: 100px;
	}
}
@media (max-width: 991px) {
	.header .side {
		left: 0;
	}
}


.header .side > div {
	position: relative;
	padding: 5px 0;
	margin-right: 15px;
}



@media (min-width: 992px) {
	/*.header .side > div:last-child {
		display: block;
		margin-right: 50px;
	}*/
}
@media (max-width: 991px) {
	.header .side > div {
		display: none;
	}
	/*.header .side > div:last-child {
		display: block;
	}*/
}

.header-back-btn {
	position: absolute;
	top: 25px;
	left: 25px;
}

.header-back-btn .btn-light {
	border: 1px solid transparent;
	background: none;
	color: #fff;
	font-size: 1.1em;
}

@media (max-width: 991px) {
	.header-back-btn {
		top: 18px;
	}
	.header-back-btn .btn-light {
		font-size: 1.2rem;
	}
}

.header .side > div ul {
	position: absolute;
	top: 100%;
	right: 0;
	width: 300px;
	list-style: none;
	padding: 0;
	margin: 0;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	text-align: center;
	display: none;
	margin-right: -80%;
	z-index: 999;
}

.header .side > div:hover ul {
	display: block;
}

.header .side > div ul a {
	display: block;
	padding: 10px;
	color: #000;
	font-weight: 500;
	position: relative;
}

.header .side > div ul li:nth-child(2n) a {
	background: #F0F8FF;
}

.header .side .btn {
	margin-right: 10px;
	font-size: 1.1em;
	min-width: 135px;
}

.header .side .btn-info {
	border: 1px solid #97BF0D;
	background: none;
	color: #fff;
	position: relative;
	transition: .5s;
}

.header .side div:hover > .btn-info {
	padding-bottom: 10px;
}

.header .side div:hover > .btn-info:after {
	position: absolute;
	content: '\f107';
	bottom: 8px;
	right: calc(50% - 4px);
	display: block;
	font-family: 'FontAwesome';
	line-height: 0;
}


.header .side .btn-primary {
	border: 1px solid #97BF0D;
	background: #97BF0D;
	color: #fff;
	position: relative;
	transition: .5s;
}

.header .side div:hover > .btn-primary {
	padding-bottom: 10px;
}

.header .side div:hover > .btn-primary:after {
	position: absolute;
	content: '\f107';
	bottom: 8px;
	right: calc(50% - 4px);
	display: block;
	font-family: 'FontAwesome';
	line-height: 0;
}

.header .side .btn-light {
	border: 1px solid transparent;
	background: none;
	color: #fff;
}

@media (max-width: 991px) {
	.header .side .btn-light {
		font-size: 1.2em;
	}
}

aside {
	padding-top: 110px;
}

aside .title {
	font-size: 3rem;
    font-weight: bold;
    color: #000;
    line-height: 4rem;
    margin: 2rem 0;
	margin-bottom: 3rem;
}

@media (min-width: 992px) {
	aside .title span {
		display: block;
	}
}

aside .sub-title {
	font-size: 1.1em;
    font-weight: bold;
    color: #242424;
    border-bottom: 2px solid #F39400;
	width: fit-content;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
}

@media (min-width: 1200px) {
	aside .sub-title {
		margin-top: 70px;
	}
}

@media (max-width: 991px) {
	aside {
		text-align: center;
		padding-top: 60px;
	}
	
	aside .title {
		font-size: 2rem;
		line-height: 2rem;
		margin-top: 15px;
		margin-bottom: 2rem;
	}
	
	aside .sub-title {
		margin: 0 auto;
		margin-top: 2rem;
		margin-bottom: 1.5rem;
	}
}

.search {
	position: relative;
	max-width: 420px;
}

@media (max-width: 991px) {
	.search {
		max-width: 304px;
		margin: 0 auto;
		margin-bottom: 2rem;
	}
}

.search input {
	width: 100%;
	border: 0;
	background: #fff;
	box-shadow: 0px 0px 6px #6A6A6A4D;
	border-radius: 31px;
	padding: 18px 40px;
}

@media (max-width: 991px) {
	.search input {
		padding: 8px 20px;
	}
}


.search button {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
    width: 70px;
	background: none;
	border: 0;
	font-size: 0;
	background-image: url(images/Icon-feather-search.png);
	background-repeat: no-repeat;
	background-position: center;
}

@media (max-width: 991px) {
	.search button {
		background-size: 20px;
		width: 40px;
	}
}


.most-common {
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight: 500;
}

/** GILI REQUEST 01/19/2025 **/
@media (max-width: 991px) {
	.most-common-area {
		display: none;
	}
}

.most-common > li {
	margin-bottom: 10px;
}

.most-common a {
	color: #242424;
	font-size: 1.1em;
}

.family-pic {
	max-width: 100%;
    max-height: 500px;
	display: block;
	margin: 0 auto;
}

@media (max-width: 1199px) {
	.family-pic {
		display: none;
	}
}

.services .items {
	text-align: center;
}

@media (max-width: 991px) {
	.services .items {
		text-align: right;
		width: 324px;
		margin: 0 auto;
	}
}

.services .items > div {
	display: inline-block;
}
	
.services .service-box {
	border: 2px solid #003F7C;
	border-radius: 1rem;
	width: 200px;
	height: 290px;
	text-align: right;
	position: relative;
	background: #fff;
	margin: 10px;
}

@media (max-width: 991px) {
	.services .service-box {
		width: 140px;
		height: 220px;
	}
}

.services .service-box.tiny {
	width: 200px;
	height: 160px;
}

@media (max-width: 991px) {
	.services .service-box.tiny {
		width: 140px;
		height: 140px;
		overflow: hidden;
	}
}

.services .service-box.tiny .pic {
	height: 170px;
    position: absolute;
    bottom: 43px;
    width: 100%;
    left: 0;
}

.services .service-box-5.tiny .pic {
	left: -17px;
}

.services .service-box-2.tiny .pic {
	top: -36px;
}

.services .service-box-3.tiny .pic {
	top: -36px;
}

.services .service-box-1.tiny .pic {
	top: -45px;
}

.services .service-box.lg .pic {
	height: 250px;
	overflow: hidden;
	border-radius: 1rem 1rem 0 0;
	position: relative;
}
@media (max-width: 991px) {
	.services .service-box.lg .pic {
		height: 192px;
	}
}
.services .service-box img {
	border-radius: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
	.services .service-box img {
		max-width: 100%;
	}
	
	.services .service-box.tiny .pic {
		bottom: -23px;
	}
}

.services .service-box h3 {
    background: #003F7C;
    color: #fff;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 5px;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 0 0 0.75rem 0.75rem;
}


@media (max-width: 991px) {
	.services .service-box h3 {
		font-size: 1rem;
		padding: 5px;
	}
}


.services .service-box h3 a {
	color: #fff;
}

.services .service-box .subs {
	display: none;
}

@media (min-width: 992px) {
	.services .service-box:hover .subs {
		
		/*display: block;
		position: absolute;
		bottom: 36px;
		right: -2px;
		width: calc(100% + 4px);
		background: #fff;
		border: 2px solid #003f7c;
		border-radius: 1rem 1rem 0 0;*/
		
		display: block;
		position: absolute;
		top: -2px;
		right: -2px;
		width: calc(100% + 4px);
		background: #fff;
		border: 2px solid #003f7c;
		border-radius: 1rem 1rem 0 0;
		height: calc(100% - 35px);
		overflow-y: scroll;
	}
	
	.services .service-box:hover .subs::-webkit-scrollbar {
		width: 4px;
		background: transparent;
	}

	.services .service-box:hover .subs::-webkit-scrollbar-track {
	    background: transparent;
	}

	.services .service-box:hover .subs::-webkit-scrollbar-thumb {
		
		border-radius: 9999px;
		background-color: #8E8E8E;
	}

	.services .service-box:hover .subs::-webkit-scrollbar-thumb:hover {
	  background: #747474;
	}


	.services .service-box:hover .subs > div:nth-child(2n) {
		background: #f1f1f1;
	}

	.services .service-box:hover .subs a {
		display: block;
		padding: 10px;
		color: #333;
		font-weight: 500;
	}
}


.sub-services-list {
	list-style: none;
	padding: 0;
	margin: 0;
	
}



@media (min-width: 992px) {
	.sub-services-list {
		max-width: 450px;
		max-height: 400px;
		overflow-y: auto;
		padding-left: 15px;
	}
	
	.sub-services-list::-webkit-scrollbar {
	  width: 4px;
	}

	/* Track */
	.sub-services-list::-webkit-scrollbar-track {
	  background: transparent;
	}

	/* Handle */
	.sub-services-list::-webkit-scrollbar-thumb {
	  background: #8E8E8E;
	  border-radius: 20px;
	}

	/* Handle on hover */
	.sub-services-list::-webkit-scrollbar-thumb:hover {
	  background: #747474;
	}
}



@media (max-width: 991px) {
	.sub-services-list {
		max-width: 296px;
		margin: 2rem auto;
		text-align: right;
	}
}

.sub-services-list > li {
	list-style: none;
	padding: 0;
	margin: 0;
	
	margin-bottom: 15px;
}

@media (max-width: 991px) {
	.sub-services-list > li {
		margin-bottom: 30px;
	}
}


.sub-services-list a {
	display: block;
	padding: 5px;
	color: #3D3D3D;
	position: relative;
	font-size: 1.3em;
	border-bottom: 1px solid #ddd;
	font-weight: 500;
}

.sub-services-list a:after {
	display: block;
	position: absolute;
	top: 16px;
    left: 4px;
	content: '';
	background-image: url(images/left.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}


.mobile-footer {
	display: none;
}

@media (max-width: 991px) {
	.mobile-footer {
		display: block;
	}
}

.mobile-footer .buttons {
	display: flex;
    align-items: center;
    margin: 30px auto;
    width: fit-content;
    gap: 30px;
}

.mobile-footer .btn {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	font-size: 1.2rem;
	min-width: 137px;
	border-radius: 6px;
}

.mobile-footer .btn-info {
	border: 1px solid #97BF0D;
	background: none;
	color: #000;
}

.mobile-footer .btn-primary {
	border: 1px solid #97BF0D;
	background: #97BF0D;
	color: #fff;
}

.mobile-footer .sub {
	display: none;
}


.mobile-footer .sub {
	list-style: none;
	padding: 0;
	margin: 0;
}

@media (max-width: 991px) {
	.mobile-footer .sub {
		margin: 2rem 0;
		text-align: right;
		background: #fff;
		padding: 1rem;
		box-shadow: 0 0 25px rgb(0 0 0 / 10%);
	}
}

.mobile-footer .sub > li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mobile-footer .sub a {
	display: block;
	padding: 10px;
	color: #3D3D3D;
	position: relative;
	font-size: 1.2rem;
	border-bottom: 1px solid #ddd;
}

.mobile-footer .sub a:after {
	display: block;
	position: absolute;
	top: 16px;
    left: 4px;
	content: '';
	background-image: url(images/left.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

.mobile-bottom {
	background: #003F7C;
	color: #fff;
	text-align: center;
	padding: 20px 0;
}
.mobile-bottom img {
	height: 60px;
}

.back-btn {
	color: #000;
	font-size: 1.2rem;
}

@media (max-width: 991px) {
	.back-btn {
		display: none;
	}
}

.page-title {
	font-size: 3.8rem;
	color: #000;
	font-weight: bold;
	margin-bottom: 2rem;
}

@media (max-width: 991px) {
	.page-title {
		font-size: 2rem;
	}
}

@media (min-width: 1200px) {
	.page-large-pic {
		height: 600px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media (max-width: 991px) {
	.smartd-logo {
		height: 36px;
	}
}



.mobile-page-large-pic {
	display: none;
}

@media (max-width: 991px) {
	.mobile-page-large-pic {
		display: block;
		margin: 0 auto;
	}
	
	.mobile-page-large-pic img {
		max-width: 80%;
		max-height: 200px;
	}
}
