@charset "UTF-8";
/* ------------------------------------------------
 Author: Prince Cados
 URL: ...

 Template Name: Pearly Smile
 version: 1.0.0
------------------------------------------------ */
/* ------------------------------------------------
├──Global
│  ├── color
│  ├── bootstrap
│  ├── typography
│  ├── button
│  ├── icon
│  └── input
│
│──Header
│  └── Navbar
│
├──footer
│  ├── footer
│  └── contact info
│
├──modules
│  ├── Menu
│  ├── breadcrumb
│  └──
│
└──pages
   ├── Home
   ├── General
   └── 

------------------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&display=swap");
body {
  overflow-x: hidden !important;
}

/*-----------------------------*/
/*-----------------------------*/
body {
  font-family: 'Titillium Web', sans-serif !important;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

a:hover {
  text-decoration: none;
}

.pt-6 {
  padding-top: 4rem !important;
}

.pb-6 {
  padding-bottom: 4rem !important;
}

.pl-6 {
  padding-left: 4rem !important;
}

.pr-6 {
  padding-right: 4rem !important;
}

.submit-message {
  background-color: #aff7a8 !important;
}

.submit-message:hover {
  background-color: #12ca00 !important;
}

.yellow-btn {
  text-transform: uppercase;
  font-family: 'Titillium Web', sans-serif !important;
  border-radius: 25px;
  color: black;
  font-size: 18px;
  cursor: pointer;
  background-color: #ffc845;
  padding: 6px 30px;
  outline: none;
  border: none;
}

@media screen and (max-width: 991px) {
  .yellow-btn {
    font-size: 16px !important;
    padding: 10px 25px;
    white-space: nowrap;
  }
}

.yellow-btn:hover {
  background-color: #a57500;
  color: white;
}

.yellow-btn svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-bottom: -3px;
}

.black-btn {
  text-transform: uppercase;
  font-family: 'Titillium Web', sans-serif !important;
  border-radius: 25px;
  color: white;
  font-size: 18px;
  cursor: pointer;
  background-color: black;
  padding: 10px 50px;
  outline: none;
  border: none;
}

@media screen and (max-width: 991px) {
  .black-btn {
    font-size: 16px !important;
    padding: 10px 25px;
    white-space: nowrap;
  }
}

.black-btn:hover {
  background-color: #3e3f42;
  color: white;
}

.red-btn {
  text-transform: uppercase;
  font-family: 'Titillium Web', sans-serif !important;
  border-radius: 25px;
  color: white;
  font-size: 18px;
  cursor: pointer;
  background-color: #ff5a5a;
  padding: 10px 50px;
  outline: none;
  border: none;
}

@media screen and (max-width: 991px) {
  .red-btn {
    font-size: 16px !important;
    padding: 10px 25px;
    white-space: nowrap;
  }
}

.red-btn:hover {
  background-color: #d52a00;
  color: white;
}

button:focus {
  outline: none;
}

.green-btn {
  text-transform: uppercase;
  font-family: 'Titillium Web', sans-serif !important;
  border-radius: 25px;
  color: black;
  font-size: 18px;
  cursor: pointer;
  background-color: #aff7a8;
  padding: 10px 50px;
  outline: none;
  border: none;
}

@media screen and (max-width: 991px) {
  .green-btn {
    font-size: 16px !important;
    padding: 10px 25px;
    white-space: nowrap;
  }
}

.green-btn:hover {
  background-color: #67b279;
  color: white;
}

.green-link-btn {
  text-transform: uppercase;
  border-radius: 25px;
  color: black;
  font-size: 18px;
  cursor: pointer;
  background-color: #aff7a8;
  padding: 5px 40px 5px 60px;
  outline: none;
  border: none;
  position: relative;
}

@media screen and (max-width: 991px) {
  .green-link-btn {
    font-size: 16px !important;
    padding: 10px 25px;
    white-space: nowrap;
  }
}

.green-link-btn::before {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M256,0C114.837,0,0,114.837,0,256s114.837,256,256,256s256-114.837,256-256S397.163,0,256,0z M335.083,271.083 L228.416,377.749c-4.16,4.16-9.621,6.251-15.083,6.251c-5.461,0-10.923-2.091-15.083-6.251c-8.341-8.341-8.341-21.824,0-30.165 L289.835,256l-91.584-91.584c-8.341-8.341-8.341-21.824,0-30.165s21.824-8.341,30.165,0l106.667,106.667 C343.424,249.259,343.424,262.741,335.083,271.083z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.green-link-btn:hover {
  background-color: #67b279;
  color: white;
}

input {
  border-radius: 25px !important;
  background-color: white;
  color: black;
}

.input-group {
  position: relative;
  z-index: 3;
}

.input-group:after {
  content: '';
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  background-color: #ffffff;
  outline: 3px solid white;
}

.input-group#input-m-1:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg enable-background='new 0 0 24 24' height='512' viewBox='0 0 24 24' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='m17.25 0h-1.25-8-1.25c-1.517 0-2.75 1.233-2.75 2.75v18.5c0 1.517 1.233 2.75 2.75 2.75h10.5c1.517 0 2.75-1.233 2.75-2.75v-18.5c0-1.517-1.233-2.75-2.75-2.75zm.75 21c0 .552-.448 1-1 1h-10c-.552 0-1-.448-1-1v-18c0-.552.448-1 1-1h.5c.552 0 1 .448 1 1s.448 1 1 1h5c.552 0 1-.448 1-1s.448-1 1-1h.5c.552 0 1 .448 1 1z'/%3E%3C/g%3E%3C/svg%3E");
}

.input-group#input-e-2:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M257,210c-24.814,0-45,20.186-45,45c0,24.814,20.186,45,45,45c24.814,0,45-20.186,45-45C302,230.186,281.814,210,257,210z '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M255,0C114.39,0,0,114.39,0,255s114.39,257,255,257s257-116.39,257-257S395.61,0,255,0z M362,330 c-20.273,0-38.152-10.161-49.017-25.596C299.23,319.971,279.354,330,257,330c-41.353,0-75-33.647-75-75c0-41.353,33.647-75,75-75 c16.948,0,32.426,5.865,45,15.383V195c0-8.291,6.709-15,15-15c8.291,0,15,6.709,15,15c0,33.36,0,41.625,0,75 c0,16.538,13.462,30,30,30c16.538,0,30-13.462,30-30c0-100.391-66.432-150-135-150c-74.443,0-135,60.557-135,135 s60.557,135,135,135c30,0,58.374-9.609,82.061-27.803c15.822-12.078,33.94,11.765,18.281,23.789 C328.353,408.237,293.665,420,257,420c-90.981,0-165-74.019-165-165S166.019,90,257,90c82.897,0,165,61.135,165,180 C422,303.091,395.091,330,362,330z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.input-group#input-d-3:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg height='512pt' viewBox='0 0 512 512' width='512pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m448 64h-21.332031v-42.667969c0-11.773437-9.558594-21.332031-21.335938-21.332031h-21.332031c-11.777344 0-21.332031 9.558594-21.332031 21.332031v42.667969h-213.335938v-42.667969c0-11.773437-9.554687-21.332031-21.332031-21.332031h-21.332031c-11.777344 0-21.335938 9.558594-21.335938 21.332031v42.667969h-21.332031c-35.285156 0-64 28.714844-64 64v320c0 35.285156 28.714844 64 64 64h384c35.285156 0 64-28.714844 64-64v-320c0-35.285156-28.714844-64-64-64zm21.332031 384c0 11.753906-9.578125 21.332031-21.332031 21.332031h-384c-11.753906 0-21.332031-9.578125-21.332031-21.332031v-233.8125h426.664062zm0 0'/%3E%3C/svg%3E");
}

.input-group#input-t-4:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg height='512pt' viewBox='0 0 512 512' width='512pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m256 0c-141.164062 0-256 114.835938-256 256s114.835938 256 256 256 256-114.835938 256-256-114.835938-256-256-256zm121.75 388.414062c-4.160156 4.160157-9.621094 6.253907-15.082031 6.253907-5.460938 0-10.925781-2.09375-15.082031-6.253907l-106.667969-106.664062c-4.011719-3.988281-6.25-9.410156-6.25-15.082031v-138.667969c0-11.796875 9.554687-21.332031 21.332031-21.332031s21.332031 9.535156 21.332031 21.332031v129.835938l100.417969 100.414062c8.339844 8.34375 8.339844 21.824219 0 30.164062zm0 0'/%3E%3C/svg%3E");
}

label {
  font-size: 16px;
  font-family: 'Titillium Web', sans-serif !important;
}

label span {
  font-size: 12px;
  font-style: italic;
  margin-left: 5px;
}

.breadcrump {
  margin: 0;
  margin-top: 100px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 20px;
}

.breadcrump li a {
  color: #8599a4;
  font-size: 20px;
  font-weight: lighter;
  text-decoration: none;
  white-space: nowrap;
}

.breadcrump li a:hover {
  color: #28d2e5;
}

.breadcrump li::before {
  content: '/';
  color: black;
  margin: 0 5px;
}

.breadcrump li:first-child {
  white-space: nowrap;
  font-size: 16px;
  color: #8599a4;
  font-weight: lighter;
  padding-top: 4px;
  padding-right: 30px;
  position: relative;
}

.breadcrump li:first-child::before {
  content: '';
}

.breadcrump li:first-child::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  content: '';
  width: 25px;
  height: 25px;
  background-image: url("../img/breadcrump.png");
  background-size: cover;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.readmore {
  color: black;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  padding-left: 30px;
}

@media screen and (max-width: 991px) {
  .readmore {
    font-size: 16px;
    white-space: nowrap;
  }
}

.readmore:hover {
  color: #28d2e5;
  text-decoration: none !important;
}

.readmore::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 25px;
  height: 25px;
  background-image: url("../img/readmore.svg");
  background-size: cover;
}

.p15 {
  padding: 15px;
}

.aboutus {
  color: black;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  padding-left: 35px;
  max-height: 35px;
}

@media screen and (max-width: 991px) {
  .aboutus {
    font-size: 16px;
    white-space: nowrap;
  }
}

.aboutus:hover {
  color: #28d2e5;
  text-decoration: none !important;
}

.aboutus::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 25px;
  height: 25px;
  background-image: url("../img/abouticon.png");
  background-size: cover;
}

h1 {
  font-size: 113px;
  font-family: 'Playfair Display', serif;
}

h2 {
  font-size: 63px;
  font-family: 'Playfair Display', serif;
}

h3 {
  font-size: 48px;
  font-family: 'Playfair Display', serif;
}

h4 {
  font-size: 32px;
  font-family: 'Playfair Display', serif;
}

.text {
  font-size: 22px;
  font-family: 'Titillium Web', sans-serif !important;
}

p {
  font-size: 20px;
  font-family: 'Titillium Web', sans-serif !important;
}

@media screen and (max-width: 1400px) {
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
  .text {
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  .text {
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
}

.cart {
  border-radius: 25px;
  color: black;
  padding: 25px 50px;
  margin-bottom: 85px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: top;
}

.cart .title {
  font-size: 24px;
  font-family: 'Playfair Display', serif;
}

.cart .subtitle {
  font-size: 16px;
  font-family: 'Titillium Web', sans-serif !important;
  margin-top: 5px;
  margin-bottom: 15px;
}

.cart.bluecart {
  background-color: #dbeffb;
}

.cart.darkbluecart {
  background-color: #b4d0eb;
  z-index: 1;
  position: relative;
  padding: 25px;
  margin-bottom: 0 !important;
  height: 100%;
}

.cart.darkbluecart .head-icon {
  background-image: url("../img/icon-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 98px;
  height: 98px;
  padding: 15px 0;
  text-align: center;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
}

.cart.darkbluecart .head-icon img {
  width: 59px;
}

@media screen and (max-width: 991px) {
  .cart {
    padding-top: 240px;
  }
  .cart .title {
    text-align: center;
  }
  .cart .subtitle {
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .cart {
    padding: 240px 15px 15px 15px;
  }
}

@media screen and (max-width: 991px) {
  .yellow-btn {
    margin-top: 0px !important;
  }
  .footer .container hr {
    margin-top: 25px !important;
  }
  .footer .container {
    padding: 120px 15px 35px 15px !important;
  }
  .row-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .info-img {
    margin-right: auto;
    margin-left: auto;
  }
  .mobile-center {
    text-align: center !important;
  }
  .cart.bluecart {
    margin-right: -15px;
    margin-left: -15px;
    border-radius: 0;
    margin-bottom: 10px;
    padding-bottom: 50px;
    background-position-y: -20px;
  }
}

.image-watermark-right {
  position: relative;
  padding-right: 150px;
}

.image-watermark-right .watermark-img {
  width: 320px;
  height: 320px;
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}

@media screen and (max-width: 1200px) {
  .image-watermark-right {
    padding-right: 100px;
  }
  .image-watermark-right .watermark-img {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 991px) {
  .image-watermark-right {
    padding: 0px;
  }
  .image-watermark-right .watermark-img {
    display: none;
  }
}

.image-watermark-left {
  position: relative;
  padding-left: 150px;
}

.image-watermark-left .watermark-img {
  width: 320px;
  height: 320px;
  position: absolute;
  left: 0;
  top: 30%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}

@media screen and (max-width: 1200px) {
  .image-watermark-left {
    padding-left: 100px;
  }
  .image-watermark-left .watermark-img {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 991px) {
  .image-watermark-left {
    padding: 0px;
  }
  .image-watermark-left .watermark-img {
    display: none;
  }
}

.call-to-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  border-radius: 30px;
  width: 285px;
  height: 60px;
  background-color: #aff7a8;
}

.call-to-action .call-icon {
  background-color: #12ca00;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 10px solid #f6f7f9;
  padding: 11px 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.call-to-action .call-icon:hover {
  border: 10px solid #ffbc00;
  cursor: pointer;
}

.call-to-action .call-icon:hover svg {
  -webkit-transform: rotate(359deg);
          transform: rotate(359deg);
}

.call-to-action .call-icon svg {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 18px;
  height: 18px;
  fill: white;
}

.call-to-action .number-box {
  margin-left: 20px;
}

.call-to-action .number-box .title {
  color: #a5c4e5;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Titillium Web', sans-serif !important;
}

.call-to-action .number-box .subtitle {
  color: black;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.call-to-action.red-text {
  border-radius: 40px;
  width: 300px;
  height: 75px;
  padding-left: 10px;
  position: relative;
  margin-top: 100px;
  background-color: white !important;
}

.call-to-action.red-text .call-icon {
  border: 10px solid #fee9e8;
}

.call-to-action.red-text .title {
  font-size: 18px;
  color: red;
}

.call-to-action.red-text:after {
  content: '';
  width: 1600px;
  height: 2px;
  background-color: white;
  position: absolute;
  left: 300px;
}

@media screen and (max-width: 991px) {
  .call-to-action.red-text:after {
    background-color: transparent;
    width: 0;
    height: 0;
  }
}

@media screen and (max-width: 400px) {
  .call-to-action.red-text {
    width: 250px;
  }
}

.call-to-action .call-icon {
  border-color: white;
}

.call-to-action .title {
  color: red !important;
}

.call-to-action:not(.long-version) .daily-time {
  display: none;
}

.call-to-action.long-version {
  width: 100%;
}

.call-to-action.long-version .daily-time {
  padding-left: 25px;
  background-color: white;
  border-radius: 30px 0 0 30px;
  width: calc(100% - 200px);
  height: 100%;
  margin-right: -30px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.call-to-action.long-version .select-date {
  color: black;
  background-color: #ffc845;
  border-radius: 30px;
  padding: 7px 15px;
  font-size: 12px;
  font-weight: 600;
}

.call-to-action.long-version .select-date svg {
  width: 18px;
  height: 18px;
  fill: black;
  margin-right: 4px;
  margin-bottom: -3px;
}

.call-to-action.long-version .dark-popup {
  color: black;
  background-color: #f1f1f1;
  border-radius: 30px;
  padding: 7px 10px;
  font-size: 16px;
  font-weight: 400;
}

.call-to-action.long-version .tag-pipe:after {
  content: '|';
  margin: 0 3px;
  font-weight: lighter;
}

.call-to-action.red-text.long-version {
  width: 300px;
}

@media screen and (max-width: 1300px) {
  .call-to-action.long-version .select-date {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    padding: 7px 8px  !important;
  }
  .call-to-action.long-version .select-date span {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .call-to-action.long-version .hours {
    display: none;
  }
  .call-to-action.long-version .data-date {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 991px) {
  .call-to-action {
    margin-bottom: 40px;
    background-color: #aff7a8;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
  }
  .call-to-action .call-icon {
    border-color: white;
  }
  .call-to-action .title {
    color: red !important;
  }
  .call-to-action .hours {
    display: block;
  }
  .call-to-action .data-date {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 768px) {
  .call-to-action .select-date span {
    display: none;
  }
  .call-to-action .hours {
    display: none;
  }
  .call-to-action .data-date {
    font-size: 12px !important;
  }
  .call-to-action.long-version .select-date {
    width: 40px !important;
    height: 40px !important;
    padding: 11px !important;
  }
}

@media screen and (max-width: 450px) {
  .call-to-action .data-date {
    display: none;
  }
}

@media screen and (max-width: 360px) {
  .call-to-action .daily-time {
    width: calc(100% - 150px) !important;
  }
  .call-to-action .number-box .title {
    font-size: 12px;
  }
  .call-to-action .number-box .subtitle {
    font-size: 13px;
  }
}

.special-title {
  text-align: center;
  color: black;
  font-size: 33px;
  font-family: 'Titillium Web', sans-serif !important;
  width: 80%;
  padding: 10px 50px 50px 50px;
  background-image: url("../img/special-title.png");
  background-size: inherit;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 36px;
  background-position-x: center;
  background-position-y: top;
}

.special-title .subtitle {
  line-height: 25px;
  width: 70%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  text-align: center;
  font-family: 'Titillium Web', sans-serif !important;
}

@media screen and (max-width: 991px) {
  .special-title {
    font-size: 18px;
    width: 100%;
    padding: 10px;
    margin-bottom: 40px;
    background-size: contain;
    line-height: 25px;
  }
  .special-title .subtitle {
    line-height: 20px;
    width: 100%;
    margin-top: 16px;
    font-size: 14px;
  }
  .special-title .black-btn {
    margin-top: 20px !important;
  }
}

.bg-blue .special-title {
  background-image: url("../img/special-title2.png") !important;
}

.page-header {
  background-color: #dbeffb;
  padding-top: 240px;
  position: relative;
  margin-bottom: 100px;
}

.page-header .header-cover {
  position: absolute;
  top: 0;
  right: 110px;
  margin-bottom: -150px;
  height: 710px;
}

@media screen and (max-width: 1400px) {
  .page-header {
    padding: 150px 50px 0 50px;
    margin-bottom: 100px;
  }
  .page-header .header-cover {
    height: 500px;
  }
  .page-header .breadcrump {
    margin-top: 80px;
  }
}

@media screen and (max-width: 1200px) {
  .page-header {
    padding: 150px 50px 0 50px;
    margin-bottom: 100px;
  }
  .page-header .header-cover {
    height: 450px;
  }
  .page-header .breadcrump {
    margin-top: 50px;
  }
}

@media screen and (max-width: 991px) {
  .page-header {
    padding: 150px 20px 0 20px;
    margin-bottom: 40px;
  }
  .page-header .header-cover {
    height: 320px;
    top: 75px;
    right: 45px;
  }
  .page-header .breadcrump {
    margin-top: 50px;
    padding-left: 0;
  }
}

@media screen and (max-width: 700px) {
  .page-header {
    padding: 120px 0px 0 0px;
    margin-bottom: 275px;
  }
  .page-header .header-cover {
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
    right: auto;
    margin-bottom: -270px;
  }
  .page-header .breadcrump {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 0;
  }
}

.list-style {
  list-style: none;
  line-height: 36px;
  margin-top: 20px;
}

.list-style li {
  position: relative;
}

.list-style li:before {
  content: '';
  width: 8px;
  height: 16px;
  background-image: url(../img/list-style.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -20px;
  top: 11px;
}

.bg-blue {
  background-color: #dbeffb;
}

.datepicker.datepicker-inline {
  position: absolute;
  background-color: white;
  bottom: 42px;
  left: 20px;
  padding: 10px 10px 15px 17px;
  border-radius: 14px;
  border: 1px solid #d8d8d8;
  z-index: 999;
  display: none !important;
}

.datepicker.datepicker-inline.cart-d-none {
  display: block !important;
}

.ui-timepicker-no-scrollbar {
  position: absolute;
  background-color: white;
  bottom: 42px;
  left: 20px;
  padding: 0px !important;
  border-radius: 14px;
  border: 1px solid #d8d8d8;
  z-index: 999;
}

.ui-timepicker-no-scrollbar ul {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.ui-timepicker-no-scrollbar ul li a {
  font-size: 18px;
  font-family: 'Titillium Web', sans-serif !important;
}

.ui-timepicker-no-scrollbar ul li a.ui-state-hover {
  border: none;
  background-color: #aff7a86e;
}

.ui-timepicker-no-scrollbar ul li a:hover {
  border: none;
  background-color: #aff7a86e;
}

.map-frame {
  position: relative;
}

.map-frame iframe {
  min-height: 400px;
}

.address-box {
  padding-left: 70px;
  position: relative;
  margin-right: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.address-box a, .address-box .subtitle {
  color: black;
  font-weight: bold;
  font-size: 18px;
}

.address-box a:hover, .address-box .subtitle:hover {
  color: #1149ff;
}

.address-box .icon {
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  position: absolute;
}

.address-cart {
  padding: 100px 20px 50px 20px;
}

@media screen and (max-width: 500px) {
  .address-cart {
    padding: 65px 0px 10px 0px;
  }
  .address-cart .icon {
    width: 30px;
    height: 30px;
  }
  .address-cart .address-box {
    padding-left: 40px;
  }
  .address-cart .subtitle {
    text-align: left;
    font-size: 13px;
  }
}

@media screen and (max-width: 991px) {
  .mobile-revers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .mobile-revers .col-12 {
    margin-bottom: 50px !important;
  }
}

.mh-padding {
  padding: 80px 50px !important;
  background-size: contain !important;
}

.text-indent {
  text-indent: 50px;
}

.required.empty {
  border: solid 1px red;
  position: relative;
}

/* ================================================ */
/* 				      	Start modules 				      	    */
/* ================================================ */
.slider-section {
  position: relative;
  height: 1080px;
  overflow-x: hidden;
}

.slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.slider-item .slider-data {
  padding: 170px 100px 50px 110px;
  width: 60%;
  background-color: #d8f1f2;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.slider-item .slider-img {
  width: 40%;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  background-color: #d8f1f2;
}

.slider-item .slider-img img {
  width: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}

.slider-item .slider-data .databox {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.slider-item .readpatient {
  margin-left: 0;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.slider-item .readpatient img {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.slider-item .yellow-btn {
  margin-left: -150px;
  opacity: 0;
}

.slider-item.active {
  pointer-events: all;
}

.slider-item.active .yellow-btn {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  opacity: 1;
  margin-left: 0;
}

.slider-item.active .slider-data {
  opacity: 1;
}

.slider-item.active .slider-data .databox {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.slider-item.active .slider-img {
  opacity: 1;
}

.slider-item.active .readpatient {
  margin-left: 50%;
  opacity: 1;
}

.slider-item.active .readpatient img {
  opacity: 1;
}

.slider-navigation {
  position: absolute;
  left: 50px;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}

.slider-navigation .slider-nav-item {
  text-align: center;
  font-family: 'Titillium Web' !important;
  color: #97a8a9;
  font-size: 1px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #97a8a9;
  margin: 8px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.slider-navigation .slider-nav-item.active {
  font-weight: 400;
  font-size: 20px;
  color: black;
  padding-top: 3px;
  width: 37px;
  height: 37px;
  background-color: white;
}

.readpatient {
  max-width: 210px;
  margin-top: 35px;
  margin-left: 50%;
}

.readpatient p {
  font-size: 16px;
  margin-top: 10px;
  font-weight: bold;
}

@media screen and (max-width: 1750px) {
  .slider-data h1 {
    font-size: 75px;
  }
  .slider-data .yellow-btn {
    margin-top: 20px !important;
  }
  .readpatient h4 {
    font-size: 30px;
  }
  .slider-section {
    height: 950px;
  }
}

@media screen and (max-width: 1650px) {
  .slider-data h1 {
    font-size: 55px;
  }
  .slider-data .yellow-btn {
    margin-top: 10px !important;
  }
  .readpatient h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1400px) {
  .slider-data h1 {
    font-size: 30px;
  }
  .slider-section {
    max-height: 750px;
    margin-bottom: 100px;
  }
  .slider-data .yellow-btn {
    margin-top: 15px !important;
  }
  .slider-item .slider-data {
    padding: 140px 20px 20px 110px;
  }
}

@media screen and (max-width: 1200px) {
  .slider-section {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .slider-data p {
    margin: 5px;
  }
  .slider-section {
    max-height: 594px;
  }
  .slider-data h1 {
    font-size: 30px;
  }
  .slider-item .slider-data {
    padding: 150px 50px 10px 110px;
  }
  .readpatient {
    margin-left: 0%;
  }
}

@media screen and (max-width: 991px) {
  .slider-item {
    z-index: 8 !important;
  }
  .slider-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .slider-data {
    background-color: #d8f1f2;
  }
  .slider-data {
    width: 100% !important;
  }
  .slider-img {
    width: 100% !important;
  }
  .slider-navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 80px !important;
  }
  .slider-data p {
    margin: 10px !important;
  }
  .slider-item .slider-data {
    padding: 130px 15px 20px 15px;
    text-align: center;
  }
  .readpatient {
    display: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 100% !important;
  }
  .readpatient h4 {
    display: inline-block;
    margin-right: 10px;
  }
  .readpatient img {
    margin-top: -5px;
  }
  .slider-img {
    background-color: white !important;
  }
  .slider-section {
    max-height: 1700px;
    height: 1700px;
  }
}

@media screen and (max-width: 800px) {
  .slider-section {
    max-height: 1500px;
    height: 1500px;
  }
}

@media screen and (max-width: 700px) {
  .slider-section {
    max-height: 1300px;
    height: 1300px;
  }
}

@media screen and (max-width: 600px) {
  .slider-section {
    max-height: 1200px;
    height: 1200px;
  }
}

@media screen and (max-width: 500px) {
  .slider-section {
    max-height: 1000px;
    height: 1000px;
  }
}

@media screen and (max-width: 400px) {
  .slider-section {
    max-height: 900px;
    height: 900px;
  }
}

@media screen and (max-width: 350px) {
  .slider-section {
    max-height: 850px;
    height: 850px;
  }
}

.navbar {
  background-color: transparent;
  padding: 55px !important;
  max-width: 100% !important;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.navbar-brand {
  margin-right: 75px;
}

.navbar-brand img {
  height: 60px;
}

.nav-item {
  font-size: 19px;
  font-weight: bold;
  margin: 0 20px;
  white-space: nowrap;
}

button {
  white-space: nowrap;
}

.web-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 60px;
}

.web-menu .menu-icon-btn {
  display: none;
  background-color: #ffc845;
  position: absolute;
  right: 15px;
  top: 23px;
  width: 32px;
  height: 32px;
  border: none;
  padding: 2px;
}

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

.web-menu .nav-link {
  font-family: 'Titillium Web', sans-serif !important;
  font-size: 19px;
  font-weight: 600;
  color: black;
  margin-right: 45px;
  padding: 0 !important;
  white-space: nowrap;
}

.web-menu .web-brand {
  margin-right: 75px;
  color: black;
  font-family: 'Playfair Display', serif;
  text-align: left;
  font-size: 45px;
  font-weight: 600;
}

.web-menu .web-brand span {
  color: #ff5a5a;
}

.web-menu .web-brand img {
  margin-top: -5px;
}

@media screen and (max-width: 1400px) {
  .web-menu .web-brand {
    font-size: 23px;
  }
  .web-menu .web-brand img {
    width: 50px !important;
  }
}

@media screen and (max-width: 450px) {
  .web-menu .web-brand {
    font-size: 18px;
  }
  .web-menu .web-brand img {
    width: 40px !important;
  }
}

.web-menu .dropdown-toggle::after {
  margin-left: 7px;
  vertical-align: 0px;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.web-menu .dropdown-item {
  white-space: nowrap;
}

.web-menu .dropdown.dropdown-show .dropdown-toggle::after {
  margin-left: 7px;
  vertical-align: 0px;
  border-bottom: 5px solid;
  border-top: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.web-menu .dropdown.dropdown-show .dropdown-menu {
  display: block;
  margin: 0 !important;
}

.web-menu .dropdown:hover .dropdown-toggle::after {
  margin-left: 7px;
  vertical-align: 0px;
  border-bottom: 5px solid;
  border-top: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.web-menu .dropdown:hover .dropdown-menu {
  display: block;
}

@media screen and (max-width: 1200px) {
  .navbar-brand img {
    height: 40px;
  }
  .navbar-brand {
    margin-right: 15px;
  }
  .nav-item.nav-link {
    font-size: 18px;
    margin: 0 10px;
  }
  .web-menu .web-brand {
    max-width: 250px;
    width: 250px;
    margin-right: 35px;
  }
  .web-menu .web-brand img {
    width: 100%;
  }
  .web-menu .nav-link {
    font-size: 18px;
    margin-right: 20px;
  }
  .web-menu .red-btn {
    border-radius: 25px;
    font-size: 18px;
    padding: 10px 20px;
    margin-left: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2d2d2d;
  }
  #navbarNavAltMarkup {
    height: 100vh;
  }
  .menu-icon-btn {
    display: block !important;
  }
  .web-menu {
    padding: 16px 15px !important;
    position: fixed !important;
    top: 0;
    left: 0;
    background-color: white;
    -webkit-box-shadow: 0 1px 4px 0px #00000021;
            box-shadow: 0 1px 4px 0px #00000021;
  }
  .dropdown-menu {
    display: block;
    position: relative;
    top: 0;
    border: 0;
  }
  .dropdown-menu .dropdown-item {
    margin: 10px 0 0 0;
  }
  .menu-item {
    margin-bottom: 20px;
  }
  .web-menu .red-btn {
    padding: 10px 30px !important;
    width: 100%;
    max-width: 300px;
    margin: auto 0 20px 0 !important;
    margin-left: calc(50% - 170px) !important;
  }
  .menu-icon-btn {
    display: block;
    margin-left: auto;
  }
  .menu-icon-btn:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg height='384pt' viewBox='0 -53 384 384' width='384pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m368 154.667969h-352c-8.832031 0-16-7.167969-16-16s7.167969-16 16-16h352c8.832031 0 16 7.167969 16 16s-7.167969 16-16 16zm0 0'/%3E%3Cpath d='m368 32h-352c-8.832031 0-16-7.167969-16-16s7.167969-16 16-16h352c8.832031 0 16 7.167969 16 16s-7.167969 16-16 16zm0 0'/%3E%3Cpath d='m368 277.332031h-352c-8.832031 0-16-7.167969-16-16s7.167969-16 16-16h352c8.832031 0 16 7.167969 16 16s-7.167969 16-16 16zm0 0'/%3E%3C/svg%3E");
    width: 18px;
    height: 18px;
    width: 18px;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .menu-items {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: fixed;
    width: calc(100% - 75px);
    height: calc(100% - 73px);
    top: 73px;
    left: calc(-100% - -75px);
    padding: 30px 10px 30px 50px !important;
    background-color: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .menu-items.mobile-show {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .menu-bg {
    background-color: #00000078;
    width: 100%;
    height: calc(100% - 73px);
    position: fixed;
    left: 0;
    bottom: 0;
    opacity: 0;
    display: none;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .menu-bg.active {
    display: block;
    opacity: 1;
  }
  .web-menu .dropdown-toggle::after {
    display: none !important;
  }
}

@media screen and (max-width: 400px) {
  .web-menu .red-btn {
    max-width: 200px;
    margin-left: calc(50% - 120px) !important;
  }
  .web-menu .web-brand {
    max-width: 200px;
    width: 200px;
    margin-right: 35px;
    margin-bottom: 8px;
  }
  .web-menu .web-brand img {
    width: 100%;
  }
}

.menu-loc img {
  height: 47px;
  width: auto;
}

@media screen and (max-width: 991px) {
  .m-bold {
    font-weight: bold;
  }
  .web-menu .menu-addressbar {
    padding: 10px 30px !important;
    width: 100%;
    max-width: 300px;
    margin: auto 0 20px 0 !important;
    margin-left: calc(50% - 170px) !important;
  }
  .web-menu .red-btn {
    margin-left: 30px !important;
  }
}

.header-number {
  color: black;
  background-color: #ffcc33;
  font-weight: bold;
}

.header-number:hover {
  background-color: #e9af00;
  color: white;
}

/* ================================================ */
/* 				      	End modules 				    */
/* ================================================ */
/* ================================================ */
/* 				      	Start Pages 				*/
/* ================================================ */
.main {
  overflow-x: hidden;
}

.info-box {
  padding: 30px 0;
}

.info-box .info-img {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .info-box {
    padding: 70px 0 40px 0;
  }
  .info-box .info-img {
    width: 80%;
  }
  .info-box .col-12.col-lg-7.text-left {
    text-align: center !important;
    margin-bottom: 20px;
  }
  .info-box h2 {
    text-align: center;
  }
  .info-box .d-flex.mt-5.pt-5.align-items-center {
    padding-top: 0 !important;
    margin-top: 20px !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.option-section {
  background-color: #dbeffb;
  padding: 160px 0;
  margin-top: 250px;
}

.option-section .over-section-image {
  width: 640px;
  margin-top: -326px;
}

@media screen and (max-width: 1400px) {
  .option-section {
    padding: 100px 25px;
  }
  .option-section h2 {
    font-size: 56px;
  }
  .option-section .over-section-image {
    width: 500px;
    margin-top: -290px;
  }
}

@media screen and (max-width: 1200px) {
  .option-section {
    margin-top: 150px;
    padding: 60px 25px;
  }
  .option-section .over-section-image {
    width: 400px;
    margin-top: -165px;
  }
  .option-section h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) {
  .option-section .col-12.col-lg-6.pr-5 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .option-section .row.top-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .option-section h2 {
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
  }
  .option-section .mobile-text-center {
    text-align: center;
  }
  .option-section .over-section-image {
    max-width: 360px;
    margin-top: -155px;
  }
}

@media screen and (max-width: 400px) {
  .option-section {
    margin-top: 100px;
  }
  .option-section .over-section-image {
    max-width: 250px;
    margin-top: -125px;
  }
}

.option-carusel {
  margin-top: 95px;
}

.option-carusel .item {
  max-width: 230px;
}

@media screen and (max-width: 600px) {
  .option-carusel .item {
    margin: 0 auto;
  }
}

.option-carusel .item .icon {
  background-image: url("../img/icon-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 95px;
  height: 100px;
  padding: 15px 0;
  text-align: center;
}

.option-carusel .item .icon svg {
  fill: #28d2e5;
  width: 59px;
  max-height: 65px;
}

.option-carusel .item p {
  font-size: 16px;
  height: 115px;
  overflow-y: hidden;
  margin-bottom: 10px;
}

.option-carusel button.owl-prev {
  display: none !important;
}

.option-carusel .owl-dots {
  display: none;
}

.option-carusel button.owl-next {
  width: 60px;
  height: 60px;
  background-color: white !important;
  border-radius: 50% !important;
  position: absolute;
  right: 0px;
  top: 50%;
}

.option-carusel button.owl-next span {
  display: none;
}

.option-carusel button.owl-next:after {
  content: '';
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 451.846 451.847' style='enable-background:new 0 0 451.846 451.847;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M345.441,248.292L151.154,442.573c-12.359,12.365-32.397,12.365-44.75,0c-12.354-12.354-12.354-32.391,0-44.744 L278.318,225.92L106.409,54.017c-12.354-12.359-12.354-32.394,0-44.748c12.354-12.359,32.391-12.359,44.75,0l194.287,194.284 c6.177,6.18,9.262,14.271,9.262,22.366C354.708,234.018,351.617,242.115,345.441,248.292z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 20px;
  top: 18px;
}

@media screen and (max-width: 991px) {
  .option-carusel button.owl-prev {
    display: block !important;
  }
  .option-carusel button.owl-next {
    width: 35px;
    height: 35px;
    right: calc(50% - 60px);
    top: auto;
    bottom: -80px;
  }
  .option-carusel button.owl-next:after {
    width: 18px;
    height: 18px;
    left: calc(50% - 8px);
    top: calc(50% - 8px);
  }
}

.option-carusel button.owl-prev {
  width: 35px;
  height: 35px;
  background-color: white !important;
  border-radius: 50% !important;
  position: absolute;
  right: calc(50% - -30px);
  top: auto;
  bottom: -80px;
}

.option-carusel button.owl-prev span {
  display: none;
}

.option-carusel button.owl-prev:after {
  content: '';
  background-image: url("data:image/svg+xml,%0A%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 492 492' style='enable-background:new 0 0 492 492;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M198.608,246.104L382.664,62.04c5.068-5.056,7.856-11.816,7.856-19.024c0-7.212-2.788-13.968-7.856-19.032l-16.128-16.12 C361.476,2.792,354.712,0,347.504,0s-13.964,2.792-19.028,7.864L109.328,227.008c-5.084,5.08-7.868,11.868-7.848,19.084 c-0.02,7.248,2.76,14.028,7.848,19.112l218.944,218.932c5.064,5.072,11.82,7.864,19.032,7.864c7.208,0,13.964-2.792,19.032-7.864 l16.124-16.12c10.492-10.492,10.492-27.572,0-38.06L198.608,246.104z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 18px;
  height: 18px;
  left: calc(50% - 10px);
  top: calc(50% - 8px);
}

.about-title {
  font-family: 'Titillium Web', sans-serif !important;
}

/* ================================================ */
/* 				      	End Pages 				    */
/* ================================================ */
/* ================================================ */
/* 				      	Start Footer 				*/
/* ================================================ */
.footer {
  background-color: #dbeffb;
  width: 100%;
}

.footer .container {
  position: relative;
  padding: 120px 15px 20px 15px;
}

.footer .container hr {
  color: #c8dce7;
  margin-top: 80px;
}

.footer .footer-logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 162px;
  height: 161px;
}

.footer .footer-logo img {
  width: 162px;
  height: 161px;
}

.footer .socialmedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}

.footer .socialmedia a {
  background-color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 5px;
  padding: 15px;
}

.footer .socialmedia a svg {
  fill: #28d2e5;
  width: 20px;
  height: auto;
}

.footer .socialmedia a svg path {
  fill: #28d2e5 !important;
}

.footer .socialmedia a:hover {
  background-color: #28d2e5;
}

.footer .socialmedia a:hover svg {
  fill: white;
}

.footer .socialmedia a:hover svg path {
  fill: white !important;
}

.footer .socialmedia a:first-child {
  margin-left: auto;
}

.footer .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .address .box {
  padding-left: 70px;
  position: relative;
  margin-right: 20px;
}

.footer .address .box .icon {
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  position: absolute;
}

.footer .address .subtitle {
  font-size: 14px;
  color: #7e929d;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.footer .address .title {
  color: black;
  font-size: 18px;
  margin-bottom: 5px;
}

.footer .address .phone {
  color: black;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
}

.footer .address .mail {
  font-size: 18px;
  color: #7e929d;
  text-decoration: none;
}

.footer .address .mail:hover {
  color: #28d2e5;
}

.footer .left-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .left-menu a {
  white-space: nowrap;
  font-size: 14px;
  color: black;
  margin-right: 20px;
  font-weight: bold;
}

.footer .left-menu a:hover {
  color: #28d2e5;
}

.footer .right-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.footer .right-menu a {
  white-space: nowrap;
  font-size: 12px;
  color: #7e929d;
  margin-left: 20px;
}

.footer .right-menu a:hover {
  color: #28d2e5;
}

.footer .copyright {
  color: #7e929d;
  font-size: 14px;
  text-align: right;
  font-weight: normal;
}

.footer .designer {
  font-weight: normal;
  font-size: 14px;
  color: #7e929d;
}

.footer .designer a {
  color: black;
  text-decoration: none;
}

.footer .designer a:hover {
  color: #28d2e5;
}

.footer .menubar {
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .footer .footer-logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer .socialmedia {
    margin-bottom: 65px;
  }
  .footer .socialmedia a:last-child {
    margin-right: auto;
  }
  .footer .menubar {
    display: none !important;
  }
  .copyright-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .copyright-data .copyright {
    margin-top: 15px;
    text-align: center;
  }
  .copyright-data .designer {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .footer .address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .address .box {
    padding-left: 50px;
    margin: 20px auto 20px 20px;
  }
  .footer .address .box .icon {
    width: 40px;
    height: 40px;
  }
}

/* ================================================ */
/* 				      	End Footer 				    */
/* ================================================ */
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1325px;
  }
}

@media screen and (max-width: 991px) {
  .web-menu {
    position: relative;
    z-index: 999;
  }
  .navbar {
    padding: 15px !important;
    width: 100%;
    background-color: white;
  }
  .navbar-brand img {
    height: 35px;
  }
  .navbar-brand {
    margin-right: 0;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%0A%3Csvg height='384pt' viewBox='0 -53 384 384' width='384pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m368 154.667969h-352c-8.832031 0-16-7.167969-16-16s7.167969-16 16-16h352c8.832031 0 16 7.167969 16 16s-7.167969 16-16 16zm0 0'/%3E%3Cpath d='m368 32h-352c-8.832031 0-16-7.167969-16-16s7.167969-16 16-16h352c8.832031 0 16 7.167969 16 16s-7.167969 16-16 16zm0 0'/%3E%3Cpath d='m368 277.332031h-352c-8.832031 0-16-7.167969-16-16s7.167969-16 16-16h352c8.832031 0 16 7.167969 16 16s-7.167969 16-16 16zm0 0'/%3E%3C/svg%3E");
    width: 18px;
    height: 18px;
    background-position: center;
  }
  .navbar-nav .red-btn {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 25px;
  }
  .nav-item {
    font-size: 16px;
    font-weight: 500;
    margin: 0 20px;
  }
  .navbar-collapse {
    padding: 25px 0px;
  }
}

@media screen and (max-width: 700px) {
  .breadcrump {
    display: none;
  }
  .page-header {
    padding: 90px 0px 0 0px !important;
  }
  .header-cover {
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  button {
    font-size: 16px !important;
    font-weight: 100;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*# sourceMappingURL=main.css.map */