@font-face {
  font-family: 'aeonis';
  src: url("https://royaletouche.com/rt-new-landing-page/assets/fonts/Aeonis-LT-W04-Bold-Cond.ttf");  
  font-weight: normal;
  font-style: normal;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  color: #fff;
  font-size: 16px;
}

a {
  color: #47b2e4;
  text-decoration: none;
}

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #47b2e4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*# Header --------------------------------------------------------------*/
#header {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(40, 58, 90, 0.9);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

/*----------# Navigation Menu ----------------------------------------------------*/
/*** Desktop Navigation */
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #47b2e4;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #47b2e4;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #31a9e1;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #47b2e4;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/*** Mobile Navigation */
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

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

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #47b2e4;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #47b2e4;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*-----------# Sections General --------------------------*/
section {
  padding: 100px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #efefef;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  color: #000;
  font-size: 1.875rem;
  line-height: 1.35em;
}

.section-title h5 {
  font-size: 1.2rem;
  line-height: 1.2em;
  font-weight: 700;
  color: #000;
}

.uael-separator {
  line-height: 0;
}

.separator {
  border-top-style: solid;
  display: inline-block;
  border-top-color: #141a2a;
  border-top-width: 1px;
  width: 25%;
  margin: 0 0 28px;
}

.section-title p {
  margin-bottom: 0;
}

/*--------# Footer --------------------------------------*/
#footer {
  font-size: 14px;
  background: #37517e;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #209dd8;
}

#footer .footer-top {
  padding: 10px 15px;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding: 10px 0;
  color: #fff;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*** slick slider common css ***/
.slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.slick-arrow.slick-next {
  left: auto;
  right: 0;
}

/*** slick slider common css ***/
.commonBtn {
  padding: 10px 30px;
  display: inline-flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
  background-color: #227b5d;
  transition: all 0.2s;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.875rem;
  border: 0;
  border-radius: 4px;
}

.commonBtn:hover {
  color: #fff;
  background-color: #3a3a3a;
  border-color: #3a3a3a;
}

/*** form css ***/
label {
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}

.form-control {
  color: #666;
  border-color: #000;
  padding: 1rem 0.75rem;
  border-radius: 4px;
}

#footer {
  background: #000000;
  color: #eaeaea;
}

.disclaimer h3 {
  color: #ececec;
  font-size: 15px;
}

.disclaimer p {
  color: #ececec;
  font-size: 10px;
}

.fixedMbBtn {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  z-index: 99;
}

.fixedMbBtn a {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 5px;
  color: #fff;
}

.fixedMbBtn a:nth-child(1) {
  border-right: 1px solid #fff;
}

.heroBanner {
/*  height: 100vh;*/
  height: 90vh;
/*height: calc(var(--vh, 1vh) * 80);*/
  width: 100%;
  display: flex;
  overflow: hidden;
}
.heroBanner img.bannerImg {
  width: 100%;
}

.submit-all-leads {
  border: 1px solid #227b5d;
  background-color: #227b5d;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 29px;
}

.submit-all-leads:hover {
  color: #000;
  border: 1px solid #227b5d;
  background-color: transparent;
}

.logoImg img {
  width: 150px;
}

.heroContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.heroContent .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.heroContent h1 {
  color: #000;
  font-size: 50px;
  font-weight: 900;
  margin: 0;
  font-style: italic;
}

.heroContent .logo {
  padding: 15px;
}

.heroContent .logo img {
  width: 500px;
}

.contentWrapper {
/*  margin-top: auto;*/
  margin-top: 100px;
/*  gap: 100px;*/
gap: 150px;
  margin-bottom: 85px;
  width: 80%;
}

.contetTop,
.contetBottom {
  margin: 0 auto;
  width: 80%;
}
.contetBottom {
    width: 100%;
}

.btn-close {
  opacity: 1;
  filter: invert(1);
}

#form1 {
  position: relative;
}

.city_dropdown {
  position: absolute;
  list-style: none;
  padding: 20px;
  background: #fff;
  z-index: 9;
  color: #000 !important;
  box-shadow: 0 1px 7px #cacaca;
  padding: 10px;
  width: 100%;
  max-height: 100px;
  overflow-y: scroll;
}

.city_dropdown li {
  padding: 4px 0;
  letter-spacing: 1px;
  font-size: 14px;
  cursor: pointer;
}

li {
  color: #000;
  cursor: pointer;
}

.modal-title {
  font-size: 24px;
}
.contetBottomContent {
  top: 0;
}



/********************************************************************************************************/
/********************************************************************************************************/
/********************************************************************************************************/
.zigzag-text {
    font-family: 'Poppins';
    color: #000000;
}
.zigzag-title, 
.zigzag-title a {
    color: #0B5A50;
    font-size: 2.5rem;
    font-weight: 600;
        padding-top: 10%;
            font-family: 'aeonis';
}
.zigzag-section{
  padding: 80px 0px 0px;
}
.container-fluid{
  padding: 0px;
}
.single-image-banner{
  padding: 10px 0px 0px;
}
.single-image-banner img{
  width: 100%
}
.zigzag-top-img{
  height: -webkit-fill-available;
    padding-top: 10%;
        z-index: 9;
}
.zigzag-bottom-img {
    left: -22%;
    position: relative;
}
.zigzag-images {
    position: relative;
    display: flex;
}
.zigzag-bottom-img.zigzag-images-left-img{
  position: absolute;
}
/*animation css */    
    .zigzag-images-right {
      animation: fadeInLeft;      
    } 
    @keyframes fadeInLeft {
       0% {
          opacity: 0;
          transform: translateX(-20px);
       }
       100% {
          opacity: 1;
          transform: translateX(0);
       }
    }  
    .zigzag-images-right-img, 
    .zigzag-images-left-img {
        opacity: 1;
    }
/*animation css */
.padding-top-big{
  padding-top: 20%;
}
footer {
    background: #000000;
    padding: 80px 0px;
}
.footer-social-title {
    font-size: 13px;
    font-weight: 100;
    padding-left: 2rem;
}
.footer-social ul {
    display: flex;
}
.footer-social ul li {
    text-decoration: none;
    list-style-type: none;
    padding: 0px 10px 0px 0px;
}
.footer-social ul li img {
    width: 30px;
}
.footer-details a{
      font-size: 16px;
    line-height: 2.5;
    color: #ffffff;
}
.footer-details ul {
    padding-left: 0rem;
}
form#form1 input {
    border: 0px;
    border-bottom: 2px solid #000000 !important;
    border-radius: 0px;
}
form#form1 .form-control {
    border: 0px;
}
form#form1 span#basic-addon1 {
    background: transparent;
    border: 0px;
    border-bottom: 2px solid #000000;
    border-radius: 0px;
}
.modal-header {
    background-color: #ffffff;
    border: 0px;
}
button.btn-close {
    background: #227b5d !important;
    filter: none !important;
    color: #ffffff !important;
    border-radius: 50%;
    padding: 2px 5px 8px 5px !important;
    position: absolute;
    right: 0;
    top: 0px;
    font-weight: 700;
}
.modal-title {
    font-weight: 600;
    color: #000000;
}
.btn-close:hover {
    opacity: 1;
}
.btn-close:focus {
    box-shadow: navajowhite;
}
button#submit {
    width: 80%;
    border-radius: 20px;
}
.modal-content {
    padding: 7% 10px;
}
div#quinn-card-1 {
    padding: 20px 0px 0px;
}
form#form1 .form-control {
    padding: 0.1rem 0.75rem;
}
form#form1 .form-control:focus {
    box-shadow: none;
}
.mob-only-div{
  display: none;
}
.desk-only-div{
  display: block;
}
.footer-title {
    font-family: aeonis;
}
.footer-title li a {
    font-weight: 100;
    font-family: poppins;
}
.contetBottomContent a:hover img, 
.contetTop .contentTopRight a:hover img {
/*    transform: scale(1.1);*/
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .6s;
}
.contetBottomContent img:hover, 
.contetTop .contentTopRight img:hover {
    box-shadow: none;
}
.contetBottomContent img, 
.contetTop .contentTopRight img {
/*  box-shadow: 4px 4px 21px rgba(0, 0, 0, 1);*/
}
/***************************************************************/
/*@keyframes spin {
    0% { transform: rotate(0deg); margin-top: 20px; }
    50% { transform: rotate(0deg); margin-bottom: 20px; }
    100% { transform: rotate(0deg); margin-top: 20px; }
}
.hand-icon {
    position: relative;
    background-image: url('https://i.postimg.cc/8556gm60/hand.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: 100px;

    animation: spin 2s infinite;
    transform-origin: 52% 62%;
    bottom: -50px;
}*/
.hand-icon {
    text-align: center;
    display: block;
    position: absolute;
    bottom: -9px;
    color: #ffffff;
    font-size: 14px;
    text-decoration: underline;
    display: none;
}
.hand-icon.hand-icon1 {
    bottom: auto;
    background: #ae8c4a;
    position: relative;
}

/*.contetBottomContent span.line {
  display: none;
}
.contetBottomContent img {
    width: auto;
}*/
.floating-form-btn {
      /*  position: fixed;
    right: 0px;
    width: 70px;
    z-index: 99999;
    animation: zoomIn 2s infinite;
    top: 45%;*/

        position: fixed;
    right: 0px;
    width: 100px;
    z-index: 99999;
    top: 0%;
    right: 0%;
}
@keyframes myfirst {
  0%   {background: red;  top: 0px;}
  50%  {background: blue;  top: 50px;}
  100% {background: red;  top: 0px;}
}

@keyframes zoomIn {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.2);
  }
  100% {
      transform: scale(1);
  }
}

form#form1 input {
    text-align: left !important;
}
div#formModal * {
    font-family: 'Poppins';
}

.zigzag-cta{
    color: #ffffff;
    text-decoration: auto;
    background: #0B5A50;
    padding: 10px 15px;
    border-radius: 50px;
}
.zigzag-cta:hover {
    background: #000000;
    color: #ffffff;
}

/*****************location-modal css starts****************/
.location-modal-cta:hover {
color: #cccccc;
}
div#location-modal * {
/*font-family: initial;*/
}
button.use-my-location:hover {
color: #333333;
}
button.use-my-location img {
width: 20px;
vertical-align: sub;
}
.use-my-location {
margin: 0 auto;
display: block;
margin-top: 10px;
border: 0px;
background: transparent;
font-size: 15px;
}
div#location-modal .modal-body {
padding-bottom: 0px;
}
.location-modal .modal-header{
margin: 0 auto;
padding-top: 0px;
padding-bottom: 0px;
}
.location-modal button.btn-close, .location-modal button.btn-close:hover {
    background: #000000 !important;
    opacity: 1;
}
.location-modal-cta-outer {
background: #000000;
text-align: center;
border-radius: 0px;
margin-top: 10px;
padding: 10px;
}
.location-modal-cta {
color: #ffffff;
font-size: 18px;
}
.location-modal-img img{
width: 100%;
}
.location-modal .modal-content {
    padding: 20px 0px 0px;
}
/*****************location-modal css ends****************/