
body, p{
  font-family: "avenir-lt-pro", sans-serif;
  color: #000;
  line-height: 1.4;
font-size: 16px;
}


h1 {
  margin-top: 40px !important;
  color: #000;
  margin-bottom: 40px;
  font-family: 'Careny', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 100%;
}

h1 span{    
	display: block;
    color: #000;
    font-family: "avenir-lt-pro", sans-serif;
    font-size: 18px;
}

h2 {
  margin-top: 0px !important;
  font-size: 28px;
  font-family: "avenir-lt-pro", sans-serif;
  color: #167278;
  margin-bottom: 10px;
  font-weight: 600;
}

h4 {
   font-size: 17px;
  font-weight: 500;
  color: #D39A66;
  margin-bottom: 0px;
}
h3 {
  font-size: 18px;
  font-weight: 500;
  color: #66856D;
  margin-bottom: 0px;
}

 



a {
  color: #003E60;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

/**Footer Styles**/

.outter-footer-block {
  position: relative;
    margin: 26px 0;
    width: 100%;
    background: #D7DBD5;
}

.outter-footer-block::before{
  position: absolute;
  content: "";
  border-top: 1px solid #D39A66;
  top: -10px;
  width: 100%;
}

.foot-title {
 
 
  font-weight: 400;
  margin-top: 0px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.foot-title p {  color: #000;line-height: 1.1;}

.foot-title span { font-size: 14px; }


.nav-container-block {
  width: 100px;
  height: 100%;
}

.nav-controller {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    
}

.nav-controller a:link, .nav-controller a:visited {
    transition: 0.6s ease-in-out;
    display: block;
}

.nav-next-button:hover:after {
    right: -8px!important;
    color: #FFF;
}

.nav-prev-button:hover:before {
  margin-left: -8px;
  color: #FFF;
}

.nav-prev-button:hover:before {
  margin-left: -8px;
  color: #FFF;
}




/*=ACCORDION
------------*/

.accordion {
	margin-bottom: 1em;
}

.accordion .gutter {
padding: 20px;
padding-left: 15px;


}
.accordion p {
	text-align: justify !important;
	
}

h4.expand {
margin-bottom: 0;
margin-top: 10px;
}
h4.expand a {
	padding: 10px;
	position: relative;
}

h4.expand a span {
	position: absolute;	
}

.expand a {
	display: block;
	margin-bottom: 0px;
}

.expand a:link,
.expand a:visited {
	color: #67866E ;
	text-decoration: none;
	background: #fff;
	border: 1px solid #D39A66;
	border-bottom: 1px solid #D39A66;
	font-weight: 600;
	padding-right: 60px;
	font-size: 22px;
  border-radius: 5px;
}

.expand a:hover {
color: #fff;
background: #D39A66;
border-radius: 5px;  
}

.expand a.open:link,
.expand a.open:visited {	
	margin-bottom: 0;
	background-color: #D39A66;
	font-weight: 600;
  color: #fff;
}


.expand a:before {
	       content: '\e936';
    font-family: 'icomoon';
    margin-right: 4px;
    position: absolute;
    top: 3px;
    right: 0;
    background: #D39A66;
    color: #fff;
    border-left: 0;
    font-weight: 600;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.expand a.open:before {
	content: "\e937";	

}


/*scroll to top*/
.scroller-bar {
  content: "";
  position: fixed;
  height: 5px;
  background-color: #898989;
  border-radius: 30px;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: 0.1s ease-in-out;
}

.scroll {
  position: fixed;
  bottom: 5px;
  right: 0px;
  z-index: 999;
}

.scroll>.scroll-btn {
  position: relative;
  display: block;
  background: #67866E;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.scroll>.scroll-btn span {
  display: block;
  position: relative;
  font-size: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
}


.scroll>.scroll-btn:hover span {
  -webkit-animation: bounce-arrow 1.5s infinite;
  animation: bounce-arrow 1.5s infinite;
  color: #fff;
}

.point {
  position: fixed;
  right: 45px;
  bottom: 40px;
  z-index: 99;
}



.left-ani {
  -webkit-transform: translateX(130px);
  transform: translateX(130px);
  -webkit-transition: 1s;
  transition: 1.25s;
}

@-webkit-keyframes bounce-arrow {
  0% {

    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    opacity: 0.5;
  }

  50% {

    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 1;
  }

  100% {

    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    opacity: 0.5;
  }
}

@keyframes bounce-arrow {
  0% {

    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    opacity: 0.5;
  }

  50% {

    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 1;
  }

  100% {

    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    opacity: 0.5;
  }
}




.fin-hover .nav-link {
  position: relative;
}


.quicklinks {
  right: 0px;
  position: absolute;
  top: 20px;
  z-index: 99999;
  webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: none;


}

.quicklinks ul {
  width: 100%;
  background: #047F8C;
  list-style: none;
  margin: 0;
  padding: 0;

}

.quicklinks ul li {
  text-align: center;
  padding: 5px 0;
  transition: 0.6s ease-in-out;
  display: inline-block;
  width: 22%;
  padding: 10px 0;
}

.quicklinks ul li:hover {
  background-color: #d5bfac !important;
  border: 1px solid#898989;
}

.quicklinks ul li:hover a:before {
  color: #fff;
}

.quicklinks ul li a {
  position: relative;
  text-decoration: none;

}

.quicklinks ul li a:before {
  font-size: 25px;
  color: #fff;
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.6s ease-in-out;
  font-weight: 500;
}

#tool-print:before {
  content: "\eada";
}

#tool-email:before {
  content: "\e9ee";
}

#tool-next:before {
  content: "\e944";
}

#tool-previous:before {
  content: "\e943";
}

.breaking-pnt {display: none;}





@media screen and (max-width: 1570px) {
.breaking-pnt {display: none}
}

@media screen and (max-width: 1399px) {
}








.easy-lives-logo-black-logo
{
max-width:100%;
}



@media screen and (max-width: 991px) {
  .inner-footer-wrapper {
    border-bottom: unset;
}



    #utility {
    display: none;
  }
.easy-lives-logo-black-logo
{
max-width:110px;
}
  .fin-hover:hover .nav-link:after {
    right: 10px;
    transition: all 500ms ease-in-out;
}
	.head-txt-two {
    text-align: center;
}

 .nav-prev-button {border: none}
 
.nav-controller a.nav-prev-button:before {
    color: #003E60;
    left: 50%;
    z-index: 9;
}

.nav-controller a.nav-next-button:after {
    color: #003E60;
    right: 50%;
    z-index: 9;
}



.footer-btn-text {display: none;}


.outter-footer-block {height: unset;border-bottom: 1px solid #000;}

.nav-next-button:hover:after{right: 8px!important;}
.outter-footer-block {margin: 0;}
.foot-title span {font-size: 11px;}

}




@media screen and (max-width:768px) {
  .container {padding-bottom: 50px;}


}


@keyframes fadeInNav {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}