* {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	outline: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	scroll-behavior: smooth;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
header, section, article, aside, nav, footer, address {
	display: block;
}
@font-face {
    font-family: 'product_sansbold';
    src: url('../fonts/') format('woff2'),
         url('../fonts/product_sans_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'product_sansbold_italic';
    src: url('../fonts/product_sans_bold_italic.woff2') format('woff2'),
         url('../fonts/product_sans_bold_italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'product_sansitalic';
    src: url('../fonts/product_sans_italic.woff2') format('woff2'),
         url('../fonts/product_sans_italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'product_sansregular';
    src: url('../fonts/product_sans_regular.woff2') format('woff2'),
         url('../fonts/product_sans_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
	font-family: 'product_sansregular';
	font-size: 17px;
	color: #333;
	overflow-x: hidden;
	min-width: 320px;
}
input,textarea,select{
	font-family:'product_sansregular';
}
a{
	color: #333;
}
a:hover,.submit:hover{
	filter: alpha(opacity = 85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}
.thumb{
	display: block;
}
.thumb img{
	display: block;
	width:100%;
}
p{
	line-height:1.6em;
	font-size: 16px;
	font-family: 'product_sansregular';
	color: #8E8E8E;
    font-weight: 500;
    font-size: 18px;
}
.hidden{
	display:none;
}
br.clear {
	clear: both;
	line-height: 0;
}
.left{
	float: left;
}
.right{
	float: right;
}
.wrapper {
	width: 90%;
	margin: 0 auto;
	max-width:1200px;
}
header { 
	background-color: #fff;
	/* position: sticky;
    width: 100%;
    left: 0;
    right: 0%;
    top: 0%;*/
       position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
header .main { 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 20px;
}
header div.top { 
	/*width: 30%;*/
	/*width: 11%;
	flex-direction: row;
    display: flex;
	align-items: center;*/
}
header div.top h1{ 
	/*width: 192px;*/
	width: 160px;
    height: 70px;
}
header div.top h1 a { 
	/*width: 50px;*/
	/*height: 50px;*/
	/*width: 40%;*/
	display: inline-block;
}
header div.top h1 a img { 
	    width: 100%;
    height: 100%;
	display: block;
}
header .menu { 
	width: 60%;
}
header .menu ul.left-box { 
	display: flex;
	justify-content: space-evenly;
	height: 100%;
	align-items: center;
}
header .menu ul.left-box li a { 
	color: #4E7699;
	font-size: 22px;
	font-weight: 600;
}
header .menu ul.left-box li a.active {
	border-bottom: 3px solid #895ab6;
	color: #895ab6;
	padding-bottom: 20px;
}
header nav.mobile{
	display: none;
}
#spotlight{ 
	background-image: url('../images/Path 8.png');
	background-position: bottom;
	background-repeat: no-repeat;
	min-height: 100vh;
	/*height: calc(100vh - 90px);*/
	background-size: contain;
	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
	transform: rotate(360deg);
	display: flex;
	align-items: center;
}
#spotlight .spotlight-container{ 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px 0px;
}
#spotlight .spotlight-content { 
	width: 45%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
#spotlight .spotlight-content h1 {
    font-size: 52px;
	color: #215680;
	font-weight: 500;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
#spotlight .spotlight-content p {
    text-align: left;
    /*font-size: 16px;*/
    /*color: #444;*/
    color: #8E8E8E;
}
#spotlight .spotlight-image { 
	width: 40%;
}
#spotlight .spotlight-image img { 
	width:100%;
}
#spotlight img{
	bottom: 0;
	top: auto;	
}
#video { 	
    position: relative;
    padding: 62px 0;
    display: flex;
    justify-content: center;
}
#video .video-top { 
   display: flex;
    justify-content: center;
    position: absolute;
    width: 1108px;
    height: 249px;
    /*left: 406px;/*/
    top: -124px;
    background: #FFFFFF;
    margin: 0 auto;
    box-shadow: 0px 7px 60px rgb(0 0 0 / 11%);
}

#video .video-top .video-left { 
	/*width: 50%;*/
	width: 65%;
}

#video .video-top .video-left iframe { 

}

#video .video-top .content-video { 
	    margin: 58px;
}

#video .video-top .content-video h1 { 
	  /*font-family: 'Roboto';*/
	    /*font-style: normal;*/
	    font-weight: 700;
	    font-size: 26px;
	    /* line-height: 0px; */
	    color: #17588E;
}

#video .video-top .content-video p { 
	    /*font-family: 'Roboto';*/
    /*font-style: normal;*/
    font-weight: 500;
    /*font-size: 18px;*/
    /* line-height: 32px; */
    color: #8E8E8E;

}

p {
    line-height: 1.6em;
    font-size: 16px;
    font-family: 'product_sansregular';

}
iframe{
	    height: 248px;
    /*width: 525.09px !important;*/
        width: 100% !important;
}
#about{
    padding-bottom: 90px;
	padding-top: 105px;
}
.blind{
	width: 100%;
	height: 1px;
}
#about .abount-bottom { 
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 0px;
}
#about .abount-bottom .bottom-image-content { 
	width: 35%;
}
#about .abount-bottom .bottom-image-content img { 
	width: 100%;
}
#about .abount-bottom .bottom-about-content { 
	width: 50%;
}
#about .abount-bottom .bottom-about-content span { 
	color: #2784C6;
	font-size: 20px;
	font-weight: bold;
}
#about .abount-bottom .bottom-about-content h2 { 
	color: #215680;
	font-size: 40px;
	font-weight: bold;
	margin: 20px 0 15px;
}
#about .abount-bottom .bottom-about-content p { 
/*	color: #9B9B9B;
	font-size: 16px;
	font-weight: 500;*/
	font-weight: 500;
    /*font-size: 18px;*/
    /* line-height: 32px; */
    color: #8E8E8E;
}	
#services{
	position: relative;
	padding: 80px 0;
	background-image: url('../images/Path 9.png');
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
	display: flex;
	align-items: center;
}
#services .title-content { 
	padding: 0 0 25px 0;
}
#services .title-content h3 { 
	/*font-size: 50px;*/
	font-size: 40px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
}	
#services .title-content h4 { 
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.service-content { 
	width: 100%;
}
.service-content .item { 
	width: 90%;
	display: flex;
	justify-content: space-evenly;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	padding: 40px 25px;
	box-shadow: 4px 14px 17px 1px rgba(175, 179, 185 ,0.3);
}
.service-content .item .img-card { 
	width: 60px;
	height: 60px;
	display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.service-content .item .img-card img { 
	flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}
.service-content .item h4 { 
	font-size: 20px;
	color:#215680;
	font-weight: 600;
	margin: 20px 0;
	letter-spacing: 1px;
}
.service-content .item p { 
	font-size: 17px;
	text-align: center;
	/*color: #9B9B9B;*/
    color: #8E8E8E;
    font-weight: 500;
}
.service-content .item a { 
	background-color: #215680;
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	/* width: 47%; */
	width: max-content;
}
.service-content .item a span { 
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/icons/down.png);
    background-size: cover;
	background-repeat: no-repeat;
	margin-left: 8px;
}
#app { 
	padding: 150px 0;
}
#app .app-container { 
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
}
#app .app-container .app-content { 
	width: 50%;
}
#app .app-container .app-content h5 { 
	font-size: 20px;
	color: #569AD5;
	font-weight: bold;
}
#app .app-container .app-content h3 { 
	/*font-size: 50px;*/
	font-size: 40px;
	color: #215680;
	font-weight: bold;
	margin: 20px 0;
}
#app .app-container .app-content p { 
	/*font-size: 15px;
	color: #9B9B9B;*/
	 color: #8E8E8E;
    font-weight: 500;
    /*font-size: 18px;*/
	margin-bottom: 40px;
}
#app .app-container .app-content .google-play{ 
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
#app .app-container .app-content .google-play .google-img{ 
	/*width: 30%;
	display: flex;
	align-items: center;*/
    margin-right: 30px;
}
#app .app-container .app-content .google-play .google-img img{ 
	width: 100%;
}
#contact { 
	padding: 80px 0;
	position: relative;
	width: 100%;
}
#contact .contact-content { 
	display: flex;
	/*justify-content: space-between;*/
	justify-content: space-evenly;
}
#contact .contact-content .contact-left { 
	width: 40%;
	/*background-color: #17588D;*/
	background: linear-gradient(131.69deg, #7B3D8A 2.66%, #C16CD5 98%);
	padding: 95px 0 50px 70px;
    position: relative;
}
#contact .contact-content .contact-left h4 { 
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 30px;
	letter-spacing: 2px;
}
#contact .contact-content .contact-left .contact-det { 
	display: flex;
	flex-direction: column;
}
#contact .contact-content .contact-left .contact-det .contact-detail { 
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
	align-items: center;
}
#contact .contact-content .contact-left .contact-det .contact-detail span { 
	width: 5%;
}
#contact .contact-content .contact-left .contact-det .contact-detail span img { 
	width: 100%;
}
#contact .contact-content .contact-left .contact-det .contact-detail h5 { 
	width: 88%;
	font-size: 18px;
	color:#D8D8D8;
}
#contact .contact-content .contact-right { 
	width: 40%;
	padding-right: calc(100% - 95%);
}
#contact .contact-content .contact-right span { 
	margin-left: -17px;
    /* left: 0; */
    /* right: -25px; */
    position: absolute;
	z-index: -1;
}
#contact .contact-content .contact-right span img { 

}
#contact .contact-content .contact-right .contact-data h5 { 
	font-size: 40px;
	/*color: #17588D;*/
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 2px;
	color: #215680;
    font-size: 40px;
    font-weight: bold;
}
#contact .contact-content .contact-right .contact-data p { 
	/*font-size: 18px;
	color:#C8C8C8;*/
	color: #8E8E8E;
    font-weight: 500;
    /*font-size: 18px;*/
}
#contact .contact-content .contact-right form p { 
	padding: 0px 10px 0px 10px;
	border-bottom: 1px solid #CCD0D3;
	margin-bottom: 20px;
}
#contact .contact-content .contact-right form p input[type=email] { 
	font-size: 17px;
	letter-spacing: 1px;
	width: 100%;
}
#contact .contact-content .contact-right form p input[type=text] { 
	font-size: 17px;
	letter-spacing: 1px;
	width: 100%;
	padding: 15px 0px;
}
#contact .contact-content .contact-right form p input[type=email]::placeholder{ 
	color: #A5A5A6;
}
#contact .contact-content .contact-right form p input[type=text]::placeholder{
	color: #A5A5A6;
}
#contact .contact-content .contact-right form p.last-box { 
	border: none;
    background: #68438b;
    margin-bottom: 0;
	margin-top: 45px;
	text-align: center;
}
#contact .contact-content .contact-right form .last-box input { 
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	display: inline-block;
	cursor: pointer;
}
#contact .contact-content .contact-right form .last-box input[type=submit]{
	padding: 15px 0px;
}
footer {
    /*background-color: #16588D;*/
    background: linear-gradient(116.2deg, #7B3D8A 24.37%, #17588E 157.77%);
    color: #fff;

    padding: 32px 0 0 0;
}
footer div.content-container {
   /* display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;*/
    display: flex;
	justify-content: space-between;
	/*padding: 60px 0 30px 0;*/
	padding: 11px 0 30px 0;
	flex-wrap: wrap;
	width: 100%;
}
footer div.content-container div.left-box {
    /*width: 60%;*/
        width: 30%;
}
footer div.content-container div.right-box {
    /*width: 30%;*/
        width: 17%;
}
footer div.content-container h4 {
    font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}
footer div.content-container .follow-box {
	    /*width: 30%;*/
}
footer div.content-container h4.follow {
	margin-bottom: 20px;
}
footer div.content-container .follow-box .footer-icon {

}
footer div.content-container .follow-box span { 
	/*width: 30px;
	height: 30px;*/
	    width: 24px;
    height: 24px;
	margin-right: 10px;
	display: inline-block;
}
footer div.content-container .follow-box span img{ 
	width: 100%;
}
footer div.content-container div.left-box p {
    color: #D8D8D8;
	/*font-size: 18px;*/
	/*width: 70%;*/
	text-align: justify;
}
footer div.content-container div.right-box div.links {
    display: flex;
    flex-wrap: wrap;
}
footer div.content-container div.right-box div.links a {
    width: 100%;
    color: #D8D8D8;
    font-weight: normal;
    letter-spacing: 1px;
	margin-bottom: 20px;
    font-size: 16px;
}
footer .wrapper {

}
footer .wrapper h1 {
	/*    width: 150px;
    margin: 0 auto;
    padding-bottom: 30px;*/
        width: 100px;
    /*margin: 0 auto;*/
    /* padding-bottom: 30px; */
    margin-top: 25px;
}
footer .wrapper h1 a{
	
}
footer .wrapper h1 a img{
		width: 100%;
}
/*footer div.content-container .follow-box .footer-icon {

}
footer div.content-container .follow-box .footer-icon a {

}*/
hr {
    border: 0;
    clear: both;
    display: block;
    width: 100%;
    background-color: rgba(112, 123, 124, .2);
    height: 2px;
}
span.style-box{
	width: 55px;
    height: 55px;
    /*background-color: #5599D5;*/
        background: linear-gradient(131.69deg, #7B3D8A 2.66%, #C16CD5 98%);
    position: absolute;
    top: -25px;
    right: -25px;
}
#rel-contact{
	width: 170px;
	height: 100%;
    /*background-color: #5599D5;*/
    background: linear-gradient(102.22deg, #7B3D8A 55.61%, #C16CD5 168.61%);
	left: 0;
    top: 0;
	position: absolute;
}
footer div.bottom {
    /*background-color: #16588D;*/

    padding: 12px 5px;
	font-size: 15px;
	text-align: center;
	    border-top: 1px solid #fdf9fa;
}
footer div.bottom div.bottom-content p{
	text-align: center;
	color: #cab9d5;
}
footer div.bottom div.bottom-content a{
	color: #fff;
}
.card{ 
	margin: 0 30px;
}
#spotlight .spot-img{
	width: 100%;
}
#spotlight .spot-img img{
	width: 100%;
	overflow: hidden;
}
#services .title-content{
	position: relative;
}
.single-service{
	padding: 80px 0;
}
#single-service{ 
	background-image: url('../images/Path 8.png');
	background-position: bottom;
	background-repeat: no-repeat;
	min-height: 100vh;
	background-size: contain;
	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
	transform: rotate(360deg);
	display: flex;
    align-items: center;
}
#single-service .inner-container{ 
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	/*padding: 30px 0px;*/
    margin-top: -30px;
}
#single-service .inner-content { 
	width: 45%;
	/*display: flex;
    flex-direction: column;
    justify-content: center;*/
}
#single-service .inner-content h1 {
	font-size: 52px;
    color: #215680;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
#single-service .inner-content p {
	font-weight: 500;
    /* font-size: 18px; */
    /* line-height: 32px; */
    color: #8E8E8E;
}
#single-service .img-container { 
	width: 30%;
	/*width: 21%;*/
}
#single-service .img-container img { 
	width:100%;
}
.service-package .inner-service-package{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	position: relative;
    top: -79px;
}
.service-package .inner-service-package .top-container{
	width: 24%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
	border-radius: 16px;
	flex-wrap: wrap;
	box-shadow: 0px 0px 20px #0000001A;
}
.service-package .inner-service-package .package-content{
	width: 90%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 0 64px 0;

}
.service-package .inner-service-package .package-cat{
	text-align: center;
	background: #00A789 0% 0% no-repeat padding-box;
	padding: 10px 30px;
	border-radius: 100%/0  0 60px 60px;
	margin-bottom: 30px;
	/*width: 60%;*/
	width: 56%;
	box-shadow: 0px 0px 15px #0000001A;
}
.service-package .inner-service-package .package-cat h3{
	text-align: center;
	/*font-size:24px;*/
		font-size:20px;
	font-weight: 600;
	color: #FFFFFF;
	opacity: 1;
	letter-spacing: 2px;
}
.service-package .inner-service-package .package-content h5{
	text-align: center;
	/*font-size: 23px;*/
		font-size:20px;
	color: #9F9F9F;
	opacity: 1;
	margin-bottom: 10px;
}
.service-package .inner-service-package .package-content h4.memb-cost{
	margin-bottom: 20px;
	text-align: center;
	/*font-size:28px;*/
		font-size:22px;
	color: #333333;
	opacity: 1;
}
.service-package .inner-service-package .package-content h4.hour-cost{
	text-align: center;
	/*font-size:28px;	*/
	font-size:22px;
	color: #333333;
}
.service-package .inner-service-package .top-container:nth-child(2) .package-cat{
	background: #9081B9 0% 0% no-repeat padding-box;
}
.service-package .inner-service-package .top-container:nth-child(3) .package-cat{
	background: #32C217 0% 0% no-repeat padding-box;
}
#contact .contact-content .contact-left .contact-det .contact-detail:nth-child(4) {
	margin-bottom: 0;
}
#contact .contact-right form p:nth-child(4) {
	margin-bottom: 0;
}
/* responsive start here */

@media all and (max-width: 1280px){
	#spotlight .spotlight-content h1 {
		font-size: 55px;
	}
	#spotlight .spotlight-content p {
		font-size: 18px;
	}
	#about .abount-bottom .bottom-about-content h2 {
		font-size: 36px;
		margin: 18px 0 13px;
	}
	#services .title-content h4,#app .app-container .app-content h5 ,#about .abount-bottom .bottom-about-content span {
		font-size: 19px;
	}
	#services .title-content h3 {
		font-size: 42px;
	}
	#app .app-container .app-image{
		width: 35%;
	}
	#app .app-container .app-content h3 {
		font-size: 42px;
		margin: 18px 0 16px 0;
	}
	#app .app-container .app-image img{
		width: 100%;
	}

}
@media all and (max-width: 1220px) {
	#app .app-container .app-content .google-play .google-img {
		width: 35%;
	}
	#spotlight .spotlight-content h1 {
		font-size: 50px;
	}
	#spotlight .spotlight-content p {
		font-size: 16px;
	}
	.service-content .card a {
		width: 60%;
	}
	.card{ 
		margin: 0 25px;
	}
	.service-content .card a {
		background-color: #215680;
		color: #fff;
		padding: 12px 13px;
	}
	footer div.content-container div.right-box {
		width: 16%;
	}
	footer div.content-container .follow-box {
	    width: 16%;
	}
	#video .video-top {
		width: 980px;
	}
}
@media all and (max-width: 980px) {
	header .menu {
		width: 70%;
	}
	/*header div.top a.logo {
	    width: 47%;
	    display: inline-block;
	}*/
	header div.top {
	    /* width: 30%; */
	    width: 14%;
	}
	/*#video .video-top {
		width: 85%;	
	}*/
	iframe {
	    /*width: 710.09px !important;*/
	}
	iframe {
	    height: 185px;
	    width: 374.09px !important;
	}

	#video .video-top .video-left {
	    /*width: 42%;*/
	}
	#video .video-top {
	    width: 812px;
	    height: 185px;
	}
	#video .video-top .content-video p {
	    /* font-family: 'Roboto'; */
	    /* font-style: normal; */
	    font-weight: 400;
	    font-size: 18px;
	}
	#video .video-top .content-video h1 {
	
	    font-size: 22px;
	}
	#video .video-top .top-about-content .top-about-content-inner {
		margin-left: 10px;
	}
	#spotlight .spotlight-content h1 {
		font-size: 45px;
	}
	#services {
		padding: 60px 0;
	}
	#services .title-content h4 {
		font-size: 18px;
	}
	#services .title-content h3 ,#app .app-container .app-content h3 {
		font-size: 40px;
	}
	.service-content .card a {
		width: 75%;
	}	
	#app .app-container .app-content p {
		margin-bottom: 33px;
	}
	#contact .contact-content .contact-left h4,#contact .contact-content .contact-right .contact-data h5  {
		font-size: 38px;
	}
	#contact .contact-content .contact-left .contact-det .contact-detail h5 {
		font-size: 17px;
	}
	#app .app-container .app-content .google-play .google-img {
		width: 40%;
	}
	#about {
		padding-bottom: 60px;
	}
	#app {
		padding: 60px 0;
	}
	#app .app-container .app-content h5 {
		font-size: 17px;
	}
	span.style-box {
		width: 45px;
		height: 45px;
		top: -20px;
		right: -20px;
	}
	#contact {
		padding: 60px 0;
	}
	#contact .contact-content .contact-left {
		width: 45%;
		background-color: #17588D;
		padding-left: calc(100% - 95%);
	}
	#contact .contact-content .contact-right {
		width: 45%;
	}
	footer div.content-container .left-box span {
		width: 25px;
		height: 25px;
	}
	footer div.content-container div.left-box p {
		font-size: 17px;
	}
	.card{ 
		margin: 0 20px;
	}
	.service-package .inner-service-package .top-container {
		width: 32%;
	}
	#single-service {
		background-size: 100% 27%;
	}
	#single-service .inner-content p {
		font-size: 18px;
	}
	.service-package .inner-service-package .package-cat h3 {
		/*font-size: 28px;*/
	}
	#single-service .inner-content h1 {
		font-size: 40px;
	}
	.service-package .inner-service-package .package-content h4.memb-cost {
		/*font-size: 33px;*/
	}
	.service-package .inner-service-package .package-content h5 {
		/*font-size: 21px;*/
	}
	.service-package .inner-service-package .package-content h4.hour-cost {
		/*font-size: 33px;*/
	}

	.service-package .inner-service-package .package-content {
		padding: 20px 0 50px 0;
	}
	.service-package {
		padding: 0 0 10px 0;
	}
	#services .title-content h4, #app .app-container .app-content h5, #about .abount-bottom .bottom-about-content span {
		font-size: 18px;
	}
	#about .abount-bottom .bottom-about-content h2 {
		font-size: 34px;
		margin: 17px 0 12px;
	}
	#about .abount-bottom .bottom-about-content p {
		font-size: 15px;
	}
	footer div.content-container .follow-box span {
	    width: 22px;
	    height: 22px;
	    margin-right: 10px;
	}
	footer div.content-container div.left-box {
	    /* width: 60%; */
	    width: 39%;
	}
}
@media all and (max-width: 900px) {
	header nav.menu{
		display: none;
	}
	header nav.mobile{
		display: block;
	}
	#services {
		padding: 40px 0;
	}
	/* mobile-menu */
	@keyframes bugfix {
		from {
			padding: 0;
		}
		to {
			padding: 0;
		}
	}
	@-webkit-keyframes bugfix {
		from {
			padding: 0;
		}
		to {
			padding: 0;
		}
	}
	#overlay-button {
		position: absolute;
		right: 2em;
		padding: 26px 11px;
		z-index: 5;
		cursor: pointer;
		user-select: none;
	}
	#overlay-button span {
		height: 4px;
		width: 35px;
		border-radius: 2px;
		background-color: #16588D;
		position: relative;
		display: block;
		transition: all 0.2s ease-in-out;
	}
	#overlay-button span:before {
		top: -10px;
		visibility: visible;
	}
	#overlay-button span:after {
		top: 10px;
	}
	#overlay-button span:before, #overlay-button span:after {
		height: 4px;
		width: 35px;
		border-radius: 2px;
		background-color: #16588D;
		position: absolute;
		content: "";
		transition: all 0.2s ease-in-out;
	}
	#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
		background: #333332;
	}
	input[type=checkbox] {
		display: none;
	}
	input[type=checkbox]:checked ~ #overlay {
		visibility: visible;
	}
	input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
		background: transparent;
	}
	input[type=checkbox]:checked ~ #overlay-button span:before {
		transform: rotate(45deg) translate(7px, 7px);
		opacity: 1;
	}
	input[type=checkbox]:checked ~ #overlay-button span:after {
		transform: rotate(-45deg) translate(7px, -7px);
	}
	#overlay {
		height: 100vh;
		width: 100vw;
		background: #5599D5;
		z-index: 2;
		left:0;
		top: 0;
		visibility: hidden;
		position: fixed;
	}
	#overlay.active {
		visibility: visible;
	}
	#overlay ul {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		text-align: center;
		height: 100vh;
		padding-left: 0;
		list-style-type: none;
	}
	#overlay ul li {
		padding: 1em;
	}
	#overlay ul li a {
		color: white;
		text-decoration: none;
		font-size: 30px;
		font-weight: 600;
	}
	#overlay ul li a:hover {
		color: #333332;
	}

/* mobile menu end */

	header .main {
		padding: 20px 0;
	}
	#spotlight .spotlight-content h1 {
		font-size: 40px;
	}
	#spotlight .spotlight-content p {
		font-size: 15px;
	}
	#video .video-top .top-image-content {
		width: 50%;
		display: flex;
		align-items: center;
	}	
	#about {
		padding-bottom: 60px;
	}
	#about .abount-bottom .bottom-about-content {
		width: 62%;
	}
	#about .abount-bottom .bottom-image-content {
		width: 30%;
	}
	.service-content {
		width: 100%;
	}
	#app .app-container .app-content .google-play .google-img {
		width: 43%;
	}
	iframe {
		/*height: 160px;*/
	}
	footer div.content-container {
		padding: 40px 0 30px 0;
	}
	#video .video-top {
    width: 770px;
    height: 185px;
	}
}
@media all and (max-width: 980px) { 
	/*footer div.content-container div.right-box {
	    width: 22%;
	}*/
}
@media all and (max-width: 817px) {
	.service-content .card a {
		width: 50%;
	}
	#app .app-container .app-content {
		width: 60%;
	}
	#contact .contact-content .contact-left {
		padding-top: 70px;
	}
	#single-service .inner-content h1 {
		font-size: 36px;
	}
	#single-service .inner-content p {
		font-size: 18px;
	}
	#single-service .img-container {
		width: 55%;
	}
	#single-service .inner-content p {
		font-size: 18px;
	}
	.service-package .inner-service-package .package-content {
		padding: 10px 0 45px 0;
	}
	.service-package .inner-service-package .package-cat h3 {
    	 font-size: 17px; 
	}
	.service-package .inner-service-package .package-cat {	
		/*width: 65%;*/
		padding: 9px 30px;
		width: 54%;
	}	
	.service-package .inner-service-package .package-content h5 {
		/*font-size: 20px;*/
		font-size: 18px;
	}
	.service-package .inner-service-package .package-content h4.memb-cost {
		/*font-size: 30px;*/
		font-size: 20px;
		margin-bottom: 15px;
	}
	.service-package .inner-service-package .package-content h4.hour-cost {
		font-size: 20px;
	}

}
@media all and (max-width: 768px) {
	#app .app-container .app-content {
		width: 65%;
	}
	#spotlight .spotlight-content h1 {
		font-size: 35px;
	}
	#about .abount-bottom .bottom-about-content h2 {
		color: #215680;
		font-size: 32px;
		font-weight: bold;
		margin: 15px 0 9px;
	}
	footer div.content-container .follow-box {
	    width: 23%;
	}
	iframe {
	    height: 184px;
	    /*width: 384.09px !important;*/
	    width: 155% !important;
	}
	#video .video-top .content-video {
	    margin: 11px 0 0 18px;
	}
	#video .video-top {
	    /*width: 770px;*/
	    display: block;
	    height: 344px;
	    width: 50%;
		top: -240px;
	}

	#services .title-content h3, #app .app-container .app-content h3 {
		font-size: 38px;
	}
	.service-content .item p {
		font-size: 15px;
	}
	.service-content .item h4 {
		font-size: 17px;
	}
	#app .app-container .app-content h3 {
		margin: 16px 0 14px 0;
	}
	#contact .contact-content .contact-left h4, #contact .contact-content .contact-right .contact-data h5 {
		font-size: 32px;
	}
	#contact .contact-content .contact-left .contact-det .contact-detail h5 ,#contact .contact-content .contact-right form p input[type=text],#contact .contact-content .contact-right .contact-data p{
		font-size: 16px;
	}
	#contact .contact-content .contact-right form .last-box input {
		font-size: 17px;
	}
	#about .abount-bottom .bottom-image-content {
		width: 33%;
	}
	#about .abount-bottom .bottom-about-content {
		width: 63%;
	}
	#about {
		padding-bottom: 50px;
	}
	#services {
		padding: 50px 0;
	}
	#services .title-content h4, #app .app-container .app-content h5, #about .abount-bottom .bottom-about-content span {
		font-size: 17px;
	}
	.service-content .card a {
		width: 50%;
	}
	.service-content .card a {
		padding: 12px 11px;
	}
	.service-package .inner-service-package .top-container{
		width: 45%;
	}
	.service-package .inner-service-package .top-container:nth-child(3) {
		/*margin-top: 50px;*/
	}
	#app {
		padding: 50px 0;
	}
	#contact {
		padding: 50px 0;
	}
	.service-package .inner-service-package {
		top: -40px;
	}
	#single-service {
		background-size: 113% 33%;
	}
	#spotlight ,#services{
		background-size: 113% 33%;
	}
	.service-package .inner-service-package .top-container {
		width: 37%;
	}
	footer div.content-container div.left-box p {
		font-size: 15px;
	}
	footer div.content-container div.left-box p {
		font-size: 15px;
	}
	footer div.content-container div.right-box div.links a {
		margin-bottom: 17px;
	}
}
@media all and (max-width: 640px) {
	iframe {
	    height: 143px;
	    /*width: 450.09px !important;*/
	}
	#video {
	    padding: 124px 0;
	}
	#spotlight {
		align-items: unset;
		background-size: contain;
		padding: 141px 0;
	}
	#spotlight .spotlight-content h1 {
		margin: 15px 0;
	}
	#spotlight .spotlight-content h1 {
		font-size: 32px;
	}
	#spotlight .spotlight-image {
		width: 48%;
	}
	#services .title-content h4 {
		font-size: 15px;
	}
	#services .title-content h3 {
		font-size: 30px;
	}
	#app {
		padding: 40px 0;
	}
	#app .app-container .app-content h5 {
		font-size: 14px;
	}
	#app .app-container .app-content h3 {
		font-size: 30px;
	}
	#app .app-container .app-content p {
		margin-bottom: 28px;
	}
	#contact .contact-content .contact-left h4 {
		font-size: 30px;
	}
	#contact .contact-content .contact-left .contact-det .contact-detail h5 {
		font-size: 15px;
	}
	#contact .contact-content .contact-right .contact-data h5 {
		font-size: 25px;
		margin-bottom: 12px;
	}
	#contact .contact-content .contact-right form p input[type=text] {
		font-size: 15px;
	}
	#contact .contact-content .contact-right form p {
		padding: 10px 10px;
		margin-bottom: 10px;
	}
	#contact .contact-content .contact-right form p.last-box {
		margin-top: 30px;
	}
	#contact .contact-content .contact-right .contact-data p {
		font-size: 15px;
	}
	footer div.content-container h4 {
		margin-bottom: 15px;
	}
	footer div.content-container div.left-box p {
    	font-size: 14px;
	}
	footer div.content-container h4.follow {
		/*margin: 15px 0;*/
		margin: 0px;
	}
	footer div.content-container .left-box span {
		width: 20px;
		height: 20px;
	}
	footer div.content-container div.right-box div.links a {
		margin-bottom: 15px;
	}
	footer div.content-container div.right-box {
		width: 40%;
	}
	footer .wrapper h1 {
	    width: 119px;
	    margin: 0 auto;
	    padding-bottom: 2px;
	}
	footer div.content-container .follow-box {
    	width: 97%;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    display: flex;
	    align-items: center;
	}
	footer div.content-container .follow-box .footer-icon {
		margin: 0 0 0 84px;
	}
	footer .wrapper h1 {
	    width: 86px;
	    margin: 0 auto;
	    padding-bottom: 0;
	}
	#spotlight .spotlight-container {
		padding: 55px 0px;
	}
	.service-content .card a {
		width: 68%;
	}
	#spotlight .spotlight-container {
		flex-direction: column-reverse;
		align-items: center;
	}
	#spotlight .spotlight-image {
		width: 33%;
	}
	#spotlight .spotlight-content {
		width: 100%;
	}
	#spotlight .spotlight-content h1 {
		font-size: 32px;
	}
	#spotlight .spotlight-content p {
		font-size: 14px;
	}
	.service-package .inner-service-package .package-content h4.memb-cost {
		/*font-size: 30px;*/
	}
	.service-package .inner-service-package .package-content h4.hour-cost {
		/*font-size: 30px;*/
	}
	.service-package .inner-service-package .package-content h5 {
		font-size: 22px;
	}
	.service-package .inner-service-package .package-cat {
		width: 75%;
	}
	.inner-service h3 {
		font-size: 22px;
	}
	.inner-service p {
		font-size: 16px;
	}
	.inner-service .img-container {
		width: 70%;
	}	
	#single-service .inner-container {
		flex-direction: column-reverse;
	}	
	#single-service .inner-content {
		width: 100%;
	}
	#single-service .img-container {
		width: 60%;
		position: initial;
		height: max-content;
		margin: 0 auto;
	}
	#single-service .img-container img {
		width: 100%;
		position: initial;
		bottom: 0;
	}
	#single-service .inner-content h1 {
		font-size: 30px;
	}
	#single-service .inner-content p {
		font-size: 16px;
	}
	#single-service .inner-container {
		padding: 90px 0px;
	}
	.service-package .inner-service-package .package-cat h3 {
		/*font-size: 25px;*/
	}
	.service-package .inner-service-package .package-content h5 {
		font-size: 20px;
	}
	.service-package .inner-service-package .package-content h4.memb-cost {
		/*font-size: 28px;*/
	}
	#single-service {
		align-items: flex-start;
    	padding: 0;
	}
	#about .abount-bottom .bottom-about-content h2 {
		font-size: 25px;
		margin: 14px 0 10px;
	}
	#about .abount-bottom .bottom-about-content span {
		font-size: 17px;
	}
	#services .title-content h3 {
		font-size: 30px;
	}
	.service-content .item p {
		margin-bottom: 20px;
	}
	.service-content .item h4 {
		font-size: 15px;
		margin: 16px 0;
	}
	#contact .contact-content .contact-left h4 {
		font-size: 25px;
		margin-bottom: 22px;
	}
	#services .title-content h4, #app .app-container .app-content h5, #about .abount-bottom .bottom-about-content span {
		font-size: 16px;
	}
	#about .abount-bottom .bottom-about-content h2 {
		font-size: 30px;
	}
	#contact .contact-content .contact-right form .last-box input {
		font-size: 15px;
	}
	#about .abount-bottom .bottom-about-content {
    	width: 100%;
	    margin: 24px 0 0 0;
	    text-align: center;
	}
	#about .abount-bottom .bottom-image-content {
	    width: 33%;
	    display: none;
	}
	#video .video-top {
		top: -344px;
	}
}
@media all and (max-width: 570px) {
	#single-service {
		min-height: 80vh;
	}
	#spotlight .spotlight-content h1 {
		font-size: 35px;
	}
	#contact .contact-content {
		flex-direction: column;
	}
	#contact .contact-content .contact-left {
		width: 100%;
	}
	#contact .contact-content .contact-right {
		width: 100%;
		padding: 50px 0;
	}
	#contact .contact-content .contact-right {
		padding: 30px 50px;
	}
	#rel-contact {
		display: none;
	}
	.style-box{
		display: none;
	}
	.card{ 
		margin: 0 10px;
	}
	.service-content .card {
		padding: 24px 14px;
	}
	.service-package .inner-service-package .package-cat {
		width: 70%;
	}
	.service-content .item {
		width: 100%;		
	}
	.service-content .item a {
		/* width: 63%; */
		width: max-content;
	}
	.service-package .inner-service-package .top-container:nth-child(n+3) {
		margin-top: 42px;
	}
	footer div.content-container div.left-box p {
   
    /* width: 70%; */
    text-align: center;
	}
	footer div.content-container div.left-box {
	    width: 100%;
	    text-align: center;
	    margin: 0 auto;
	}
	footer div.content-container div.right-box {
	     width: 22%; 
	  
	    margin: 0 auto;
	      margin-top: 31px;
	}
	footer div.content-container .follow-box {
    	/*width: 32%;*/
	    /*margin-top: 21px;*/
	}
	footer div.content-container {
	    padding: 30px 0 30px 0;
	}

}
@media all and (max-width: 480px) {
/*	iframe {
	    height: 120px;
	    width: 349.09px !important;
	}*/
	iframe {
	    height: 155px;
	    /* width: 384.09px !important; */
	    width: 154% !important;
	}
	#video .video-top {
	    /* width: 770px; */
	    display: block;
	    height: 344px;
	    width: 73%;
	}
	#overlay ul li a {
		font-size: 24px;
		font-weight: normal;
	}
	footer div.content-container div.right-box div.links a {
		font-weight: normal;
	}
	footer div.content-container div.right-box div.links {
		text-align: center;
	}
	footer div.content-container div.right-box {
		width: 100%;
		margin-top: 23px;
	}
	.follow-box{
		text-align: center;
	}
	footer div.content-container div.left-box {
		width: 100%;
	}	
	footer div.content-container div.left-box p {
		/*width: 90%;*/
		text-align: center;
	}
	footer div.content-container {
		/*padding: 40px 0 15px 0;*/
		padding: 12px 0 15px 0;
		display: flex;
		flex-direction: column;
	}
	footer div.content-container .follow-box {
	    width: 100%;
	    margin-top: 4px;
	}
	footer .wrapper h1 {
    	width: 111px;
	}
	#spotlight {
		align-items: flex-start;
	}
	#single-service {
		align-items: flex-start;
	}
	#spotlight .spotlight-container {
		padding: 0px 0px;
	}
	#spotlight .spotlight-content h1 {
		font-size: 30px;
	}
	#spotlight .spotlight-image {
		width: 80%;
	}	
	#about {
		padding: 0;
	}
	#about .abount-bottom {
		display: flex;
		flex-direction: column-reverse;
		padding-bottom: 30px;
	}
	#about .abount-bottom .bottom-about-content {
		width: 90%;
	}
	#about .abount-bottom .bottom-image-content {
		margin-top: 11px;
		width: 50%;
	}
	#about .abount-bottom .bottom-about-content span {
		font-size: 15px;
	}
	#about .abount-bottom .bottom-about-content h2 {
		font-size: 28px;
		margin: 15px 0 10px;
	}
	#about .abount-bottom .bottom-about-content p {
		font-size: 14px;
		text-align: justify;
		margin-bottom: 10px;
	}
	#services {
		padding: 30px 0;
	}
	#services .title-content h3 {
		font-size: 28px;
	}
	#services .title-content h4 {
		font-size: 15px;
	}
	#spotlight .spotlight-content h1 {
		margin: 24px 0 20px 0;
	}
	.service-content .card a {
		width: 43%;
	}
	.service-content .card a {
		padding: 11px 12px;
	}
	#app .app-container {
		flex-direction: column-reverse;
	}
	#app .app-container .app-content {
		width: 90%;
		text-align: center;
	}
	#app .app-container .app-content h3 {
		margin: 15px 0;
	}
	#app .app-container .app-content h3 {
		font-size: 28px;
		text-align: center;
	}
	footer div.content-container h4 {
		font-size: 18px;
		margin-bottom: 14px;
		text-align: center;
	}
	#app .app-container .app-content h5 {
		font-size: 15px;
		margin-top: 10px;
	}
	#app .app-container .app-content p {
		margin-bottom: 20px;
	}
	/*#contact .contact-content {
		flex-direction: column;
	}
	#contact .contact-content .contact-left {
		width: 100%;
	}
	#contact .contact-content .contact-right {
		width: 100%;
		padding: 50px 0;
	}
	#contact .contact-content .contact-right {
		padding: 30px 50px;
	}*/
	#rel-contact {
		display: none;
	}
	.style-box{
		display: none;
	}
	#contact .contact-content .contact-left {
		padding: 30px 50px;
	}
	.service-package .inner-service-package .bottom-container {
		width: 46%;
	}
	.service-package .inner-service-package .package-content h4.memb-cost {
		/*font-size: 23px;*/
	}
	.service-package .inner-service-package .package-content h4.hour-cost {
		/*font-size: 23px;*/
	}
	.service-package .inner-service-package .package-content h5 {
		/*font-size: 18px;*/
	}
	.service-content .item {
		width: 80%;
		margin: 0 auto;
	}
	.service-content .item a {
		/* width: 40%; */
		width: max-content;
	}
	#contact {
		padding: 0;
	}
	#contact .contact-content .contact-left h4 {
		font-size: 25px;
	}
	#contact .contact-content .contact-right .contact-data h5 {
		font-size: 25px;
	}
	#contact .contact-content .contact-right form p input[type=text] {
		font-size: 16px;
	}
	#contact .contact-content .contact-right form .last-box input {
		font-size: 16px;
	}
	.service-package {
		padding: 0 0 50px 0;
	}
	.service-package .inner-service-package .top-container {
		width: 45%;
	}
	.service-package .inner-service-package .package-cat h3 {
		/*font-size: 22px;*/
	}
	#single-service .inner-container {
		padding: 60px 0px;
	}
}
@media all and (max-width: 420px) {
	.service-package .inner-service-package .bottom-container {
		width: 70%;
	}
	.service-package .inner-service-package .top-container:nth-child(n+2) {
		margin-top: 40px;
	}
	.service-package .inner-service-package .top-container {
		width: 60%;
	}
	#single-service .img-container {
		width: 70%;
	}
	#spotlight{
		align-items: flex-start;
		background-size: 106% 27%;
	}
	#services{
		background-size: 106% 27%;
	}
	footer .wrapper h1 {
	    width: 92px;
	    /* margin: 12px; */
	    margin-top: 17px;
	}
	footer div.content-container .follow-box .footer-icon {
    	/* margin: 0 0 0 84px; */
    	margin: 0;
	}
	footer div.content-container h4.follow {
	    /* margin: 15px 0; */
	    margin: 10px;
	}
	footer div.content-container .follow-box {
		display: block;
	}
}
@media all and (max-width: 380px) {
	iframe {
	    height: 109px;
	    width: 274.09px !important;
	}
	#about .abount-bottom {
		padding: 0 0 25px 0;
	}
	#app {
		padding: 30px 0;
	}
	/*iframe{
		height: 150px;
	}*/
	.service-content .card a {
		width: 49%;
	}
	.service-content .card a {
		padding: 8px 8px;
	}
	.single-service {
		padding: 40px 0;
	}
	.inner-service h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.inner-service p {
		font-size: 15px;
	}
	.inner-service .img-container {
		width: 70%;
	}
	.service-content .item a {
		width: max-content;
		padding: 10px 26px;
		font-size: 13px;
	}
	#spotlight {
		align-items: flex-start;
	}
	#about .abount-bottom .bottom-about-content h2 {
		font-size: 26px;
	}
	#about .abount-bottom .bottom-about-content span {
		font-size: 14px;
	}
	#services .title-content h4 {
		font-size: 14px;
	}
	#services .title-content h3 {
		font-size: 26px;
	}
	#app .app-container .app-content h3 {
		font-size: 26px;
	}
	#app .app-container .app-content p {
		font-size: 14px;
	}
	#contact .contact-content .contact-left h4 {
		font-size: 23px;
		margin-bottom: 20px;
	}
	#contact .contact-content .contact-right .contact-data h5 {
		font-size: 23px;
	}
	#contact .contact-content .contact-left .contact-det .contact-detail h5 {
		font-size: 14px;
	}
	#contact .contact-content .contact-right form p input[type=text] {
		font-size: 14px;
	}
	#contact .contact-content .contact-right .contact-data p {
		font-size: 14px;
	}
	footer div.content-container div.right-box div.links a {	
		font-size: 14px;
	}
	footer div.content-container h4 {
		font-size: 17px;
	}
	#app .app-container .app-image {
		width: 40%;
	}
	#video .video-top {
		width: 77.5%;
	}
}
@media all and (max-width: 360px) {
	#spotlight .spotlight-content h1 {
		font-size: 22px;
	}
	#spotlight .spotlight-content p {
		font-size: 13px;
	}
	header .main {
		padding: 15px 0;
	}
	header div.top a.logo {
		width: 36px;
		height: 35px;
	}
	#overlay-button {
		right: 1em;
		padding: 15px 0px;
	}
	#about .abount-bottom .bottom-about-content span {
		font-size: 13px;
	}
	#about .abount-bottom .bottom-about-content h2 {
		font-size: 27px;
	}
	#about .abount-bottom .bottom-about-content p {
		font-size: 13px;
	}
	#services .title-content h3 {
		font-size: 22px;
	}
	#services .title-content h4 {
		font-size: 13px;
	}
	.service-content .card .img-card {
		width: 50px;
		height: 50px;
	}
	.service-content .card h4 {
		font-size: 17px;
		margin: 15px 0;
	}
	.service-content .card p {
		font-size: 14px;
	}
	.service-content .card a {
		width: 59%;
	}
	#app .app-container .app-content h3 {
		font-size: 23px;
	}
	#app .app-container .app-content h3 {
		margin: 11px 0;
	}
	#app .app-container .app-content p {
		margin-bottom: 15px;
	}
	#contact {
		padding: 0 0 30px 0;
	}
	#app {
		padding: 30px 0;
	}
	#contact .contact-content .contact-left h4 {
		font-size: 24px;
	}
	#contact .contact-content .contact-right .contact-data h5 {
		font-size: 23px;
	}
	#contact .contact-content .contact-right form p input[type=text] {
		font-size: 13px;
	}
	#contact .contact-content .contact-right form p input[type=email] {
		font-size: 13px;
	}
	#contact .contact-content .contact-right form .last-box input {
		font-size: 15px;
	}
	footer div.content-container div.left-box {
		width: 100%;
		text-align: justify;
	}
	footer div.content-container div.left-box p {
		width: 100%;
	}
	footer div.content-container h4 {
		margin: 15px 0;
	}
	footer div.content-container div.left-box a.social{
		margin-right: 15px;
	}
	footer div.bottom {
		padding: 4px 0;
	}
	footer div.bottom p{
		font-size: 13px;
	}
	footer div.content-container div.right-box div.links a {
		margin-bottom: 12px;
	}
	footer div.content-container div.left-box p {
		font-size: 13px;
	}
	footer div.content-container div.right-box div.links a {
		font-size: 12px;
	}
	footer div.content-container h4 {
		font-size: 16px;
	}
	.service-package .inner-service-package {
		top: -30px;
	}
	.service-package {
		padding: 0 0 25px 0;
	}
	#single-service .inner-container {
		padding: 50px 0px;
	}
}
@media all and (max-width: 320px) {
	#spotlight .spotlight-container {
		padding: 13px 0px;
	}
	.service-content .card a {
		width: 70%;
	}
	#app .app-container .app-content .google-play {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	#app .app-container .app-content .google-play .google-img {
		width: 61%;
		margin-bottom: 20px;
		margin-right: 0;
	}
	#app .app-container .app-content p {
		text-align: justify;
	}
	#services {
		padding: 25px 0;
	}
	.service-package .inner-service-package .bottom-container {
		width: 80%;
	}
	.single-service {
		padding: 40px 0;
	}
	#spotlight {
		background-size: 113% 33%;
		align-items: flex-start;
	}
	#services {
		background-size: 113% 33%;
	}
	.service-package .inner-service-package .top-container {
		width: 75%;
	}
}