@charset "utf-8";
@import url("../webfonts/Asap_Bold/stylesheet.css");
@import url("../webfonts/Asap_Regular/stylesheet.css");
@import url("../webfonts/LilitaOne_Regular/stylesheet.css");
@keyframes appear {
	0% {
		opacity: 0;
		scale: 0.5
	}

	100% {
		opacity: 1;
		scale: 1;
	}
}

@keyframes fade-down {
	0% {
		opacity: 0;
		transform: translateY(-30px) scale(0.9);
	}

	100% {
		opacity: 1;
		transform: translateY(0px) scale(1);
	}
}

@keyframes fade-up {
	0% {
		opacity: 0;
		transform: translateY(30px) scale(0.9);
	}

	100% {
		opacity: 1;
		transform: translateY(0px) scale(1);
	}
}
@keyframes fade-in {
	from {opacity: 0}
	to{opacity: 1}
}
* {
	padding: 0;
	margin: 0;
}


body {
	background-color: #00B2FF;
	background-size: cover;
}

header {
	width: 1200px;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F4F5F7;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
	margin-top: 25px;
	background-image: -webkit-linear-gradient(180deg, rgba(250, 250, 250, 1.00) 0%, rgba(245, 245, 247, 1.00) 35.75%, rgba(244, 245, 247, 1.00) 62.69%, rgba(244, 245, 247, 1.00) 100%);
	background-image: -moz-linear-gradient(180deg, rgba(250, 250, 250, 1.00) 0%, rgba(245, 245, 247, 1.00) 35.75%, rgba(244, 245, 247, 1.00) 62.69%, rgba(244, 245, 247, 1.00) 100%);
	background-image: -o-linear-gradient(180deg, rgba(250, 250, 250, 1.00) 0%, rgba(245, 245, 247, 1.00) 35.75%, rgba(244, 245, 247, 1.00) 62.69%, rgba(244, 245, 247, 1.00) 100%);
	background-image: linear-gradient(270deg, rgba(250, 250, 250, 1.00) 0%, rgba(245, 245, 247, 1.00) 35.75%, rgba(244, 245, 247, 1.00) 62.69%, rgba(244, 245, 247, 1.00) 100%);
}

.logo {
	float: left;
	margin-top: 11px;
	margin-left: 46px;
	animation: fade-down 0.5s 0.4s backwards;
}

nav {
	float: left;
	margin-top: 50px;
	margin-left: 100px;
	animation: fade-down 0.5s 0.4s backwards;
}


nav ul {
	list-style-type: none;
	background-color: rgba(214, 242, 255, 1.00);
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-radius: 50px;
}

nav ul li {
	display: inline-block;
}

nav ul li a {
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	font-family: "Asap Regular";
	color: #000000;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-radius: 42px;
	-webkit-transition: background-color 0.4s ease-in-out 0s;
	-o-transition: background-color 0.4s ease-in-out 0s;
	transition: background-color 0.4s ease-in-out 0s;
	text-decoration: none;
}

nav ul li a:hover {
	background-color: rgba(255, 255, 255, 1.00);
	color: rgba(0, 178, 255, 1.00);
}

#FQ {
	float: left;
	animation: fade-down 0.5s 0.4s backwards;
}

#FQ ul {
	list-style-type: none;
	margin-left: 0px;
}

#FQ ul li {
	display: inline-block;
	margin-top: 66px;
	margin-left: 52px;
}

#FQ ul li a {
	background-color: rgba(184, 0, 0, 1.00);
	font-family: "LilitaOne Regular";
	font-size: x-large;
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	border-radius: 24px;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 9px;
	padding-bottom: 9px;
	-webkit-transition: background-color 0.3s ease-in-out 0s;
	-o-transition: background-color 0.3s ease-in-out 0s;
	transition: background-color 0.3s ease-in-out 0s;
}

#FQ ul li a:hover {
	background-color: rgba(0, 0, 0, 1);
}

#cp {
	float: left;
	margin-top: -95px;
	margin-left: 261px;
	animation: fade-down 0.5s 0.4s backwards;
}

#cp ul {
	list-style-type: none;
}

#cp ul li {
	display: inline-block;
	margin-left: 631px;
	margin-top: 0px;
}

#cp ul li a {
	text-decoration: none;
	font-family: "Asap Regular";
	color: rgba(0, 0, 0, 1.00);
}

#cp ul li a::after {
	content: '';
	width: 0px;
	height: 1px;
	display: block;
	background: black;
	transition: 300ms;
}

#cp ul li a:hover::after {
	width: 100%;
}

main {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#paws {
	width: 1200px;
	height: 550px;
	background-image: url(../images/Home-Image-4.png);
	padding-top: 50px;
	text-indent: 45px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
}
#paws h1 {
	font-family: "Asap Regular";
	font-size: xx-large;
	animation: fade-up 0.5s 0.4s backwards;
}

#paws h2 {
	font-family: "LilitaOne Regular";
	font-size: 110px;
	animation: fade-up 0.5s 0.4s backwards;
	font-weight: lighter;
}

#paws h3 {
	font-family: "LilitaOne Regular";
	font-size: 110px;
	animation: fade-up 0.5s 0.4s backwards;
	font-weight: lighter;
}

#paws h4 {
	font-family: "Asap Regular";
	font-size: xx-large;
	margin-top: 125px;
	animation: fade-up 0.5s 0.4s backwards;
}

#paws #FQ2 {
	float: left;
	margin-top: 0px;
	border-top-right-radius: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	animation: fade-up 0.5s 0.4s backwards;
}

#paws #FQ2 ul {
	border-top-right-radius: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#paws #FQ2 ul li {
	display: inline-block;
	margin-left: -49px;
	margin-top: 35px;
}

#paws #FQ2 ul li a {
	background-color: rgba(184, 0, 0, 1.00);
	font-family: "LilitaOne Regular";
	font-size: x-large;
	color: rgba(255, 255, 255, 1.00);
	border-radius: 24px;
	text-decoration: none;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 12px;
	padding-bottom: 12px;
	-webkit-transition: background-color 0.3s ease-in-out 0s;
	-o-transition: background-color 0.3s ease-in-out 0s;
	transition: background-color 0.3s ease-in-out 0s;
}

#paws #FQ2 ul li a:hover {
	background-color: rgba(0, 0, 0, 1);
}

#why h1 {
	font-family: "LilitaOne Regular";
	text-align: center;
	font-size: 40pt;
	font-weight: lighter;
	margin-top: 150px;
}

#why h2 {
	font-family: "Asap Regular";
	text-align: center;
	font-size: 15pt;
	font-weight: lighter;
	padding-top: 10px;
}

.why-us {
	display: flex;
	animation: appear 5s linear;
	animation-timeline: view();
	animation-range: entry 0% cover 40%;
	width: auto;
}

#pet-safety .why-us .hidden {
	border-top-left-radius: 0px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	width: 250px;
	height: 250px;
	padding-top: 100px;
	padding-right: 100px;
	padding-bottom: 100px;
	padding-left: 100px;
	font-family: "Asap Regular";
	font-size: large;
	text-align: left;
}

#pet-safety .why-us .hidden img {
	width: 80px;
	height: 80px;
}

#pet-safety .why-us .hidden h1 {
	margin-bottom: 20px;
	font-family: "Asap Bold";

}

#pet-safety .why-us .hidden div2 img {
	width: 95px;
	height: 79px;
}

.why-us2 {
	display: flex;
	animation: appear 5s linear;
	animation-timeline: view();
	animation-range: entry 0% cover 40%;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#pet-safety2 .why-us2 .hidden {
	border-top-left-radius: 0px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	width: 270px;
	height: 250px;
	padding-bottom: 100px;
	padding-left: 40px;
	font-family: "Asap Regular";
	font-size: large;
	text-align: left;
	margin-left: 220px;
}

#pet-safety2 .why-us2 .hidden img {
	width: 105px;
	height: 90px;
	margin-bottom: 0px;
}

#pet-safety2 .why-us2 .hidden h1 {
	margin-bottom: 20px;
	font-family: "Asap Bold";
}

#pet-safety2 .why-us2 .hidden div5 img {
	width: 80px;
	height: 80px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	padding-top: 5px;
}

#refer-friend {
	height: 400px;
	display: flex;
}
#refer-friend .rf  h1 {
	font-family: "Asap Regular";
	font-size: x-large;
	text-align: center;
	padding-top: 24px;
	text-transform: uppercase;
	font-weight: lighter;
}
#refer-friend .rf h2 {
	font-family: "LilitaOne Regular";
	font-size: 54px;
	text-align: center;
	padding-top: 10px;
	font-weight: lighter;
}
#refer-friend .rf p {
	font-family: "Asap Regular";
	text-align: center;
	width: 460px;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 15px;
	font-size: large;
}

#first  {
	background-color: #F7F7F8;
	border-radius: 25px;
	width: 590px;
	height: 400px;
	padding-right: 0px;
	margin-right: 10px;
	background-image: -webkit-linear-gradient(0deg,rgba(208,208,208,1.00) 0%,rgba(247,247,248,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(208,208,208,1.00) 0%,rgba(247,247,248,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(208,208,208,1.00) 0%,rgba(247,247,248,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(208,208,208,1.00) 0%,rgba(247,247,248,1.00) 100%);
}
#first h1 {
	color: #00A0E5;
}
#learn-more-btn {
	float: left;
	animation: fade-down 0.5s 0.4s backwards;
}

#learn-more-btn ul {
	list-style-type: none;
	margin-left: 3px;
}

#learn-more-btn ul li {
	display: inline-block;
	margin-top: 40px;
	margin-left: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#learn-more-btn ul li a {
	background-color: rgba(184, 0, 0, 1.00);
	font-family: "LilitaOne Regular";
	font-size: x-large;
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	border-radius: 24px;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 9px;
	padding-bottom: 9px;
	-webkit-transition: background-color 0.3s ease-in-out 0s;
	-o-transition: background-color 0.3s ease-in-out 0s;
	transition: background-color 0.3s ease-in-out 0s;
	margin-left: 0px;
}

#learn-more-btn ul li a:hover {
	background-color: rgba(0, 0, 0, 1);
}
#refer-friend #first img {
	width: 365px;
	margin-top: -42px;
	margin-left: 215px;
}

#second{
	border-radius: 25px;
	background-color: #ADE5FF;
	width: 590px;
	height: 400px;
	padding-left: 0px;
	margin-left: 10px;
	background-image: -webkit-linear-gradient(0deg,rgba(80,200,255,1.00) 0%,rgba(147,221,255,1.00) 35.23%,rgba(214,242,255,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(80,200,255,1.00) 0%,rgba(147,221,255,1.00) 35.23%,rgba(214,242,255,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(80,200,255,1.00) 0%,rgba(147,221,255,1.00) 35.23%,rgba(214,242,255,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(80,200,255,1.00) 0%,rgba(147,221,255,1.00) 35.23%,rgba(214,242,255,1.00) 100%);
}
#learn-more-btn2 {
	float: left;
	animation: fade-down 0.5s 0.4s backwards;
}

#learn-more-btn2 ul {
	list-style-type: none;
}

#learn-more-btn2 ul li {
	display: inline-block;
	margin-top: 56px;
	margin-left: 182px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#learn-more-btn2 ul li a {
	background-color: rgba(184, 0, 0, 1.00);
	font-family: "LilitaOne Regular";
	font-size: x-large;
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	border-radius: 24px;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 9px;
	padding-bottom: 9px;
	-webkit-transition: background-color 0.3s ease-in-out 0s;
	-o-transition: background-color 0.3s ease-in-out 0s;
	transition: background-color 0.3s ease-in-out 0s;
	margin-left: -126px;
	margin-bottom: 0px;
	margin-top: 40px;
}

#learn-more-btn2 ul li a:hover {
	background-color: rgba(0, 0, 0, 1);
	margin-top: 0px;
}
#refer-friend #second img {
	width: 320px;
	margin-top: -111px;
	margin-left: 255px;
}
footer {
	height: 100px;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#foot {
	display: inline-flex;
	height: 100px;
	width: auto;
}

#end1 img {
	width: 50px;
	height: 50px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 535px;
	margin-top: 25px;
}
#end2 img {
	width: 50px;
	height: 50px;
	padding-right: 0px;
	margin-top: 25px;
	padding-left: 30px;
	font-family: "Asap Regular";
}
#last h2 {
	text-decoration: none;
}
#last {
	display: inline;
	font-family: "Asap Regular";
	font-size: x-small;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: lighter;
}
#after-header {
	width: 1200px;
	height: 85px;
	padding-top: 50px;
	text-indent: 0;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	background-color: #F7F7F8;
	font-family: "LilitaOne Regular";
	text-align: center;
	font-size: 31pt;
	font-weight: lighter;
}
#after-header2 {
	width: 1200px;
	height: 0px;
	padding-top: 50px;
	text-indent: 0;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	background-color: #F7F7F8;
	font-family: "LilitaOne Regular";
	text-align: center;
	font-size: 31pt;
	font-weight: lighter;
}
.policy-body {
	border-radius: 25px;
	-webkit-box-shadow: 0 0;
	box-shadow: 0 0;
	margin-left: 0px;
	padding-left: 25px;
	padding-top: 1px;
	margin-top: 35px;
	background-color: #00B2FF;
	/* Transition for when mouse leaves the area */
  	transition: background-color 0.3s ease-out 0s;
  	-webkit-transition: background-color 0.3s ease-out 0s;
  	-o-transition: background-color 0.3s ease-out 0s;
}
.policy-body:hover {
	-webkit-box-shadow: 0px 0px 30px 0;
	box-shadow: 0px 0px 30px 0;
	-webkit-transition: background-color 0.3s ease-in-out 0s;
	-o-transition: background-color 0.3s ease-in-out 0s;
	transition: background-color 0.3s ease-in-out 0s;
	background-color: #D6F2FF;
}
.policy-body h2 {
	font-family: "Asap Bold";
	font-size: xx-large;
	margin-top: 35px;
	margin-bottom: 15px;
}
.policy-body p {
	font-family: "Asap Regular";
	margin-top: 0px;
}
.policy-body ul {
	font-family: "Asap Regular";
	margin-top: 15px;
	margin-bottom: 15px;
	list-style-position: inside;
	padding-left: 30px;
}
.policy-body li {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: outside;
}
#accordion {
	width: 925px;
	margin: 75px auto;
}
#accordion li {
	list-style: none;
	width: 100%;
	margin-bottom: 10px;
	background: #F7F7F8;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-radius: 25px;
}
#accordion li label {
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: "Asap Bold";
	font-size: 31px;
	cursor: pointer;
	color: #B80000
}
#accordion li label span {
	font-size: 22px;
	color: #333333;
	font-family: "Asap Bold";
}#accordion li input {
	width: 15px;
	height: 15px;
}
#accordion label + input[type="radio"]{
	display: none;
}
#accordion .content {
	padding: 0 10px;
	line-height: 30px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.7s;
	font-family: "Asap Regular";
	font-size: large;
}
#accordion label + input[type="radio"]:checked + .content {
	max-height: 400px;
}
#accordion li label img {
	width: 25px;
	height: 25px;
}
#contact-us {
	width: 900px;
	background-color: #F7F7F8;
	border-radius: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 75px;
}
#contact-us #cu-form h3 {
	font-family: "Asap Regular";
	font-size: large;
	text-transform: uppercase;
	margin-left: 35px;
	padding-top: 50px;
	text-shadow: 0px 0px;
	color: #00A0E5;
	font-weight: lighter;
}
#contact-us #cu-form h1 {
	font-family: "LilitaOne Regular";
	font-size: 43pt;
	margin-left: 35px;
	margin-top: 10px;
	font-weight: lighter;
	text-shadow: 0px 0px;
}
#contact-us #cu-form p {
	font-family: "Asap Bold";
	text-align: center;
	padding-bottom: 55px;
	padding-top: 55px;
	font-size: xx-large;
	color: #B80000;
}
#contact-us asterisk {
	color: #FF0004;
}
#contact-us #form {
	display: inline-grid;
	width: 800px;
	font-family: "Asap Bold";
	font-size: large;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
}
#contact-us #name {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: large;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 7px;
	text-shadow: 0px 0px;
	border-color: #ABABAB;
	border-style: solid;
	color: #004664;
	font-family: "Asap Regular";
	margin-left: 0px;
}
#contact-us #email {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: large;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	border-radius: 7px;
	padding-left: 10px;
	text-shadow: 0px 0px;
	border-color: #ABABAB;
	border-style: solid;
	color: #004664;
	font-family: "Asap Regular";
	margin-left: 0px;
}
#contact-us #phone {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: large;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	border-radius: 7px;
	padding-left: 10px;
	text-shadow: 0px 0px;
	border-color: #ABABAB;
	border-style: solid;
	color: #004664;
	font-family: "Asap Regular";
	margin-left: 0px;
}
#contact-us #address {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: large;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	border-radius: 7px;
	padding-left: 10px;
	text-shadow: 0px 0px;
	border-color: #ABABAB;
	border-style: solid;
	color: #004664;
	font-family: "Asap Regular";
	margin-left: 0px;
}
#contact-us #comment {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: large;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	border-radius: 7px;
	padding-left: 10px;
	text-shadow: 0px 0px;
	border-color: #ABABAB;
	border-style: solid;
	color: #004664;
	font-family: "Asap Regular";
	margin-left: 0px;
}
#contact-us .check-div {
	
}
#contact-us #check {
	cursor: pointer;
	pointer-events: Stroke;
}
.check__box {
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: "Asap Regular";
}
#form ul {
	list-style-type: hide;
	margin-left: 0px;
	margin-top: 30px;
}
#form ul li  {
	display: inline-block;
}
#form #btn3 {
	width: 100%;
	height: 50px;
	color: rgba(255, 255, 255, 1.00);
	font-size: x-large;
	font-family: "LilitaOne Regular";
	border: none;
	cursor: pointer;
	border-radius: 24px;
	font-weight: normal;
	background-color: rgba(184, 0, 0, 1.00);
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 9px;
	padding-bottom: 9px;
	-webkit-transition: background-color 0.3s ease-in-out 0s;
	-o-transition: background-color 0.3s ease-in-out 0s;
	transition: background-color 0.3s ease-in-out 0s;
	display: inline;
	text-decoration: none;
}
#form #btn3:hover {
	background-color: rgba(0, 0, 0, 1);
	cursor: pointer;
}
#resservi {
	width: 1200px;
	height: 550px;
	background-image: -webkit-linear-gradient(180deg,rgba(250,250,250,1.00) 0%,rgba(245,245,247,1.00) 32.12%,rgba(244,245,247,1.00) 62.18%,rgba(244,245,247,1.00) 100%);
	background-image: -moz-linear-gradient(180deg,rgba(250,250,250,1.00) 0%,rgba(245,245,247,1.00) 32.12%,rgba(244,245,247,1.00) 62.18%,rgba(244,245,247,1.00) 100%);
	background-image: -o-linear-gradient(180deg,rgba(250,250,250,1.00) 0%,rgba(245,245,247,1.00) 32.12%,rgba(244,245,247,1.00) 62.18%,rgba(244,245,247,1.00) 100%);
	background-image: linear-gradient(270deg,rgba(250,250,250,1.00) 0%,rgba(245,245,247,1.00) 32.12%,rgba(244,245,247,1.00) 62.18%,rgba(244,245,247,1.00) 100%);
	padding-top: 50px;
	text-indent: 45px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
}
#resservi img {
	background-image: url(images/logo2.png);
	width: 400px;
	height: 400px;
	display: flex;
	margin-left: 697px;
	margin-top: 10px;
}

#resservi h1 {
	font-family: "Asap Regular";
	font-size: xx-large;
	animation: fade-up 0.5s 0.4s backwards;
	text-transform: uppercase;
	margin-top: -331px;
}

#resservi h2 {
	font-family: "LilitaOne Regular";
	font-size: 110px;
	animation: fade-up 0.5s 0.4s backwards;
	font-weight: lighter;
}

#resservi h3 {
	font-family: "LilitaOne Regular";
	font-size: 110px;
	animation: fade-up 0.5s 0.4s backwards;
	font-weight: lighter;
}

#resservi h4 {
	font-family: "Asap Regular";
	font-size: xx-large;
	margin-top: 46px;
	animation: fade-up 0.5s 0.4s backwards;
}

#resservi #FQ2 {
	float: left;
	margin-top: 0px;
	border-top-right-radius: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	animation: fade-up 0.5s 0.4s backwards;
}

#resservi #FQ2 ul {
	border-top-right-radius: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#resservi #FQ2 ul li {
	display: inline-block;
	margin-left: -49px;
	margin-top: 35px;
}

#resservi #FQ2 ul li a {
	background-color: rgba(184, 0, 0, 1.00);
	font-family: "LilitaOne Regular";
	font-size: x-large;
	color: rgba(255, 255, 255, 1.00);
	border-radius: 24px;
	text-decoration: none;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 12px;
	padding-bottom: 12px;
	-webkit-transition: background-color 0.3s ease-in-out 0s;
	-o-transition: background-color 0.3s ease-in-out 0s;
	transition: background-color 0.3s ease-in-out 0s;
}

#resservi #FQ2 ul li a:hover {
	background-color: rgba(0, 0, 0, 1);
}
#hiw {
	margin-bottom: -85px;
}
#hiw #hiw-main h1 {
	font-family: "LilitaOne Regular";
	font-weight: lighter;
	width: 1200px;
	text-align: center;
	font-size: 45pt;
	margin-top: 65px;
}
#hiw #hiw-main p {
	font-family: 'Asap Regular';
	width: 850px;
	text-align: center;
	font-size: 15pt;
	margin-left: auto;
	margin-right: auto;
}
.hiw-num  {
	font-family: "Asap Bold";
	padding-top: 15px;
	text-align: center;
	padding-left: 15px;
}
#hiw .hiw-nump {
	font-family: "Asap Regular";
	border-top-left-radius: 0px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	font-size: 15pt;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 10px;
	text-align: center;
	padding-bottom: 15px;
}
.hiw-div {
	border-radius: 25px;
	-webkit-box-shadow: 0 0;
	box-shadow: 0 0;
	margin-left: auto;
	margin-top: 35px;
	/* Transition for when mouse leaves the area */
	transition: background-color 0.3s ease-out 0s;
	-webkit-transition: background-color 0.3s ease-out 0s;
	-o-transition: background-color 0.3s ease-out 0s;
	width: 500px;
	margin-right: auto;
	height: auto;
}
.hiw-div:hover {
	-webkit-box-shadow: 0px 0px 30px 0;
	box-shadow: 0px 0px 30px 0;
	-webkit-transition: background-color 0.3s ease-in-out 0s;
	-o-transition: background-color 0.3s ease-in-out 0s;
	transition: background-color 0.3s ease-in-out 0s;
	background-color: #D6F2FF;
}
#enjoy-life {
	height: 400px;
	display: flex;
}
#enjoy-life #first.rf h1 {
	font-family: "Asap Regular";
	font-size: x-large;
	text-align: left;
	padding-top: 24px;
	text-transform: uppercase;
	font-weight: lighter;
	color: rgba(0,178,255,1.00);
	margin-left: 50px;
}
#enjoy-life #second.rf h1 {
	font-family: "Asap Regular";
	font-size: x-large;
	text-align: center;
	padding-top: 24px;
	text-transform: uppercase;
	font-weight: lighter;
}
#enjoy-life #first.rf h2 {
	font-family: "LilitaOne Regular";
	font-size: 54px;
	text-align: left;
	padding-top: 10px;
	font-weight: lighter;
	margin-left: 50px;
}
#enjoy-life #second.rf h2 {
	font-family: "LilitaOne Regular";
	font-size: 54px;
	text-align: center;
	padding-top: 10px;
	font-weight: lighter;
}
#enjoy-life .rf p {
	font-family: "Asap Regular";
	text-align: left;
	width: 460px;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 15px;
	font-size: large;
}

#enjoy-life #first  {
	background-color: #F7F7F8;
	border-radius: 25px;
	width: 590px;
	height: 400px;
	padding-right: 0px;
	margin-right: 10px;
	background-image: -webkit-linear-gradient(0deg,rgba(208,208,208,1.00) 0%,rgba(247,247,248,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(208,208,208,1.00) 0%,rgba(247,247,248,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(208,208,208,1.00) 0%,rgba(247,247,248,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(208,208,208,1.00) 0%,rgba(247,247,248,1.00) 100%);
}

#second{
	border-radius: 25px;
	background-color: #ADE5FF;
	width: 590px;
	height: 400px;
	padding-left: 0px;
	margin-left: 10px;
	background-image: -webkit-linear-gradient(0deg,rgba(80,200,255,1.00) 0%,rgba(147,221,255,1.00) 35.23%,rgba(214,242,255,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(80,200,255,1.00) 0%,rgba(147,221,255,1.00) 35.23%,rgba(214,242,255,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(80,200,255,1.00) 0%,rgba(147,221,255,1.00) 35.23%,rgba(214,242,255,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(80,200,255,1.00) 0%,rgba(147,221,255,1.00) 35.23%,rgba(214,242,255,1.00) 100%);
}
#learn-more-btn2 {
	float: left;
	animation: fade-down 0.5s 0.4s backwards;
}

#learn-more-btn2 ul {
	list-style-type: none;
}

#learn-more-btn2 ul li {
	display: inline-block;
	margin-top: 56px;
	margin-left: 182px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#learn-more-btn2 ul li a {
	background-color: rgba(184, 0, 0, 1.00);
	font-family: "LilitaOne Regular";
	font-size: x-large;
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	border-radius: 24px;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 9px;
	padding-bottom: 9px;
	-webkit-transition: background-color 0.3s ease-in-out 0s;
	-o-transition: background-color 0.3s ease-in-out 0s;
	transition: background-color 0.3s ease-in-out 0s;
	margin-left: -126px;
	margin-bottom: 0px;
	margin-top: 40px;
}

#learn-more-btn2 ul li a:hover {
	background-color: rgba(0, 0, 0, 1);
	margin-top: 0px;
}
#enjoy-life #second img {
	width: 320px;
	margin-top: -111px;
	margin-left: 255px;
}
#refer-us {
	width: 900px;
	background-color: #F7F7F8;
	border-radius: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
#refer-us #rf-form h2 {
	font-family: "Asap Bold";
	font-size: 15pt;
	text-shadow: 0px 0px;
	font-weight: lighter;
	text-align: left;
	padding-left: 35px;
	padding-right: 35px;
}
#refer-us #rf-form h3 {
	font-family: "Asap Bold";
	font-size: xx-large;
	text-shadow: 0px 0px;
	font-weight: lighter;
	text-align: center;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 55px;
	padding-top: 55px;
	color: #B80000;
}
#refer-us #rf-form h1 {
	font-family: "LilitaOne Regular";
	font-size: 55pt;
	font-weight: lighter;
	text-shadow: 0px 0px;
	padding-left: 35px;
	padding-top: 10px;
}
#refer-us #rf-form p {
	font-family: "Asap Regular";
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 15pt;
	padding-left: 35px;
	padding-right: 35px;
}
#refer-us asterisk {
	color: #FF0004;
}
#refer-us #form {
	display: inline-grid;
	width: 800px;
	font-family: "Asap Bold";
	font-size: large;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	margin-top: 15px;
}
#refer-us #name {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: large;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 7px;
	text-shadow: 0px 0px;
	border-color: #ABABAB;
	border-style: solid;
	color: #004664;
	font-family: "Asap Regular";
	margin-left: 0px;
}
#refer-us #email {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: large;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	border-radius: 7px;
	padding-left: 10px;
	text-shadow: 0px 0px;
	border-color: #ABABAB;
	border-style: solid;
	color: #004664;
	font-family: "Asap Regular";
	margin-left: 0px;
}
#refer-us #rfname {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: large;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	border-radius: 7px;
	padding-left: 10px;
	text-shadow: 0px 0px;
	border-color: #ABABAB;
	border-style: solid;
	color: #004664;
	font-family: "Asap Regular";
	margin-left: 0px;
}
#refer-us #rfemail {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: large;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	border-radius: 7px;
	padding-left: 10px;
	text-shadow: 0px 0px;
	border-color: #ABABAB;
	border-style: solid;
	color: #004664;
	font-family: "Asap Regular";
	margin-left: 0px;
}
#refer-us #comment {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: large;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	border-radius: 7px;
	padding-left: 10px;
	text-shadow: 0px 0px;
	border-color: #ABABAB;
	border-style: solid;
	color: #004664;
	font-family: "Asap Regular";
	margin-left: 0px;
}