/*   
Theme Name: Live Star Home Care
Theme URI: https://thinkasa.com/homecare/
Description: Custom WordPress Theme For Live Star Home Care
Author: ThinKASA
Author URI: https://thinkasa.com/
Version: 1.0
*/
@font-face {
  font-family: "The Philadelphia Story";
  src: url("assets/fonts/ThePhiladelphiaStory.eot");
  src: url("assets/fonts/ThePhiladelphiaStory.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/ThePhiladelphiaStory.woff2") format("woff2"),
    url("assets/fonts/ThePhiladelphiaStory.woff") format("woff"),
    url("assets/fonts/ThePhiladelphiaStory.ttf") format("truetype"),
    url("assets/fonts/ThePhiladelphiaStory.svg#ThePhiladelphiaStory")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*---------------------------------
            General Styles 
-----------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:focus,
button:focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a,
button,
input[type="submit"] {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

a {
  color: #000;
  text-transform: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a :focus {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
}

a:focus {
  outline: 0 solid;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  font-family: "Poppins", sans-serif;
}

body {
  font-size: 14px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  color: #666666;
}

p {
  font-size: 14px;
  line-height: 1.8;
  color: #6e6e6e;
  font-weight: normal;
  margin-bottom: 0.6rem;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(assets/img/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: calc(100% - 15px) 50%;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-130 {
  padding-bottom: 130px;
}

.ptb-10 {
  padding-bottom: 10px;
  padding-bottom: 10px;
}

.ptb-20 {
  padding-bottom: 20px;
  padding-bottom: 20px;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mmt-10 {
  margin-top: -10px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mtb-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
@media (min-width: 576px) {
  /* sm */

  .pt-sm-10 {
    padding-top: 10px;
  }

  .pt-sm-20 {
    padding-top: 20px;
  }

  .pt-sm-30 {
    padding-top: 30px;
  }

  .pt-sm-40 {
    padding-top: 40px;
  }

  .pt-sm-50 {
    padding-top: 50px;
  }

  .pt-sm-60 {
    padding-top: 60px;
  }

  .pt-sm-70 {
    padding-top: 70px;
  }

  .pt-sm-75 {
    padding-top: 75px;
  }

  .pt-sm-80 {
    padding-top: 80px;
  }

  .pt-sm-90 {
    padding-top: 90px;
  }

  .pt-sm-100 {
    padding-top: 100px;
  }

  .pt-sm-200 {
    padding-top: 200px;
  }

  .pb-sm-10 {
    padding-bottom: 10px;
  }

  .pb-sm-20 {
    padding-bottom: 20px;
  }

  .pb-sm-30 {
    padding-bottom: 30px;
  }

  .pb-sm-40 {
    padding-bottom: 40px;
  }

  .pb-sm-50 {
    padding-bottom: 50px;
  }

  .pb-sm-60 {
    padding-bottom: 60px;
  }

  .pb-sm-70 {
    padding-bottom: 70px;
  }

  .pb-sm-75 {
    padding-bottom: 75px;
  }

  .pb-sm-80 {
    padding-bottom: 80px;
  }

  .pb-sm-90 {
    padding-bottom: 90px;
  }

  .pb-sm-100 {
    padding-bottom: 100px;
  }

  .pb-sm-130 {
    padding-bottom: 130px;
  }

  .ptb-sm-10 {
    padding-bottom: 10px;
    padding-bottom: 10px;
  }

  .ptb-sm-20 {
    padding-bottom: 20px;
    padding-bottom: 20px;
  }

  .ptb-sm-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ptb-sm-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ptb-sm-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ptb-sm-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ptb-sm-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .ptb-sm-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ptb-sm-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .ptb-sm-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .mb-sm-0 {
    margin-bottom: 0px !important;
  }

  .mb-sm-10 {
    margin-bottom: 10px !important;
  }

  .mb-sm-15 {
    margin-bottom: 15px !important;
  }

  .mb-sm-20 {
    margin-bottom: 20px !important;
  }

  .mb-sm-25 {
    margin-bottom: 25px !important;
  }

  .mb-sm-30 {
    margin-bottom: 30px !important;
  }

  .mb-sm-40 {
    margin-bottom: 40px !important;
  }

  .mb-sm-50 {
    margin-bottom: 50px !important;
  }

  .mb-sm-60 {
    margin-bottom: 60px !important;
  }

  .mb-sm-70 {
    margin-bottom: 70px !important;
  }

  .mb-sm-80 {
    margin-bottom: 80px !important;
  }

  .mb-sm-90 {
    margin-bottom: 90px !important;
  }

  .mb-sm-100 {
    margin-bottom: 100px !important;
  }

  .mmt-sm-10 {
    margin-top: -10px !important;
  }

  .mt-sm-0 {
    margin-top: 0px !important;
  }

  .mt-sm-10 {
    margin-top: 10px !important;
  }

  .mt-sm-15 {
    margin-top: 15px !important;
  }

  .mt-sm-20 {
    margin-top: 20px !important;
  }

  .mt-sm-25 {
    margin-top: 25px !important;
  }

  .mt-sm-30 {
    margin-top: 30px !important;
  }

  .mt-sm-35 {
    margin-top: 35px !important;
  }

  .mt-sm-40 {
    margin-top: 40px !important;
  }

  .mt-sm-50 {
    margin-top: 50px !important;
  }

  .mt-sm-60 {
    margin-top: 60px !important;
  }

  .mt-sm-70 {
    margin-top: 70px !important;
  }

  .mt-sm-80 {
    margin-top: 80px !important;
  }

  .mt-sm-100 {
    margin-top: 100px !important;
  }

  .mtb-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}
@media (min-width: 768px) {
  /* md */

  .pt-md-10 {
    padding-top: 10px;
  }

  .pt-md-20 {
    padding-top: 20px;
  }

  .pt-md-30 {
    padding-top: 30px;
  }

  .pt-md-40 {
    padding-top: 40px;
  }

  .pt-md-50 {
    padding-top: 50px;
  }

  .pt-md-60 {
    padding-top: 60px;
  }

  .pt-md-70 {
    padding-top: 70px;
  }

  .pt-md-75 {
    padding-top: 75px;
  }

  .pt-md-80 {
    padding-top: 80px;
  }

  .pt-md-90 {
    padding-top: 90px;
  }

  .pt-md-100 {
    padding-top: 100px;
  }

  .pt-md-200 {
    padding-top: 200px;
  }

  .pb-md-10 {
    padding-bottom: 10px;
  }

  .pb-md-20 {
    padding-bottom: 20px;
  }

  .pb-md-30 {
    padding-bottom: 30px;
  }

  .pb-md-40 {
    padding-bottom: 40px;
  }

  .pb-md-50 {
    padding-bottom: 50px;
  }

  .pb-md-60 {
    padding-bottom: 60px;
  }

  .pb-md-70 {
    padding-bottom: 70px;
  }

  .pb-md-75 {
    padding-bottom: 75px;
  }

  .pb-md-80 {
    padding-bottom: 80px;
  }

  .pb-md-90 {
    padding-bottom: 90px;
  }

  .pb-md-100 {
    padding-bottom: 100px;
  }

  .pb-md-130 {
    padding-bottom: 130px;
  }

  .ptb-md-10 {
    padding-bottom: 10px;
    padding-bottom: 10px;
  }

  .ptb-md-20 {
    padding-bottom: 20px;
    padding-bottom: 20px;
  }

  .ptb-md-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ptb-md-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ptb-md-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ptb-md-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ptb-md-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .ptb-md-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ptb-md-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .ptb-md-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .mb-md-0 {
    margin-bottom: 0px !important;
  }

  .mb-md-10 {
    margin-bottom: 10px !important;
  }

  .mb-md-15 {
    margin-bottom: 15px !important;
  }

  .mb-md-20 {
    margin-bottom: 20px !important;
  }

  .mb-md-25 {
    margin-bottom: 25px !important;
  }

  .mb-md-30 {
    margin-bottom: 30px !important;
  }

  .mb-md-40 {
    margin-bottom: 40px !important;
  }

  .mb-md-50 {
    margin-bottom: 50px !important;
  }

  .mb-md-60 {
    margin-bottom: 60px !important;
  }

  .mb-md-70 {
    margin-bottom: 70px !important;
  }

  .mb-md-80 {
    margin-bottom: 80px !important;
  }

  .mb-md-90 {
    margin-bottom: 90px !important;
  }

  .mb-md-100 {
    margin-bottom: 100px !important;
  }

  .mmt-md-10 {
    margin-top: -10px !important;
  }

  .mt-md-0 {
    margin-top: 0px !important;
  }

  .mt-md-10 {
    margin-top: 10px !important;
  }

  .mt-md-15 {
    margin-top: 15px !important;
  }

  .mt-md-20 {
    margin-top: 20px !important;
  }

  .mt-md-25 {
    margin-top: 25px !important;
  }

  .mt-md-30 {
    margin-top: 30px !important;
  }

  .mt-md-35 {
    margin-top: 35px !important;
  }

  .mt-md-40 {
    margin-top: 40px !important;
  }

  .mt-md-50 {
    margin-top: 50px !important;
  }

  .mt-md-60 {
    margin-top: 60px !important;
  }

  .mt-md-70 {
    margin-top: 70px !important;
  }

  .mt-md-80 {
    margin-top: 80px !important;
  }

  .mt-md-100 {
    margin-top: 100px !important;
  }

  .mtb-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}
@media (min-width: 992px) {
  /* lg */

  .pt-lg-10 {
    padding-top: 10px;
  }

  .pt-lg-20 {
    padding-top: 20px;
  }

  .pt-lg-30 {
    padding-top: 30px;
  }

  .pt-lg-40 {
    padding-top: 40px;
  }

  .pt-lg-50 {
    padding-top: 50px;
  }

  .pt-lg-60 {
    padding-top: 60px;
  }

  .pt-lg-70 {
    padding-top: 70px;
  }

  .pt-lg-75 {
    padding-top: 75px;
  }

  .pt-lg-80 {
    padding-top: 80px;
  }

  .pt-lg-90 {
    padding-top: 90px;
  }

  .pt-lg-100 {
    padding-top: 100px;
  }

  .pt-lg-200 {
    padding-top: 200px;
  }

  .pb-lg-10 {
    padding-bottom: 10px;
  }

  .pb-lg-20 {
    padding-bottom: 20px;
  }

  .pb-lg-30 {
    padding-bottom: 30px;
  }

  .pb-lg-40 {
    padding-bottom: 40px;
  }

  .pb-lg-50 {
    padding-bottom: 50px;
  }

  .pb-lg-60 {
    padding-bottom: 60px;
  }

  .pb-lg-70 {
    padding-bottom: 70px;
  }

  .pb-lg-75 {
    padding-bottom: 75px;
  }

  .pb-lg-80 {
    padding-bottom: 80px;
  }

  .pb-lg-90 {
    padding-bottom: 90px;
  }

  .pb-lg-100 {
    padding-bottom: 100px;
  }

  .pb-lg-130 {
    padding-bottom: 130px;
  }

  .ptb-lg-10 {
    padding-bottom: 10px;
    padding-bottom: 10px;
  }

  .ptb-lg-20 {
    padding-bottom: 20px;
    padding-bottom: 20px;
  }

  .ptb-lg-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ptb-lg-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ptb-lg-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ptb-lg-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ptb-lg-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .ptb-lg-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ptb-lg-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .ptb-lg-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .mb-lg-0 {
    margin-bottom: 0px !important;
  }

  .mb-lg-10 {
    margin-bottom: 10px !important;
  }

  .mb-lg-15 {
    margin-bottom: 15px !important;
  }

  .mb-lg-20 {
    margin-bottom: 20px !important;
  }

  .mb-lg-25 {
    margin-bottom: 25px !important;
  }

  .mb-lg-30 {
    margin-bottom: 30px !important;
  }

  .mb-lg-40 {
    margin-bottom: 40px !important;
  }

  .mb-lg-50 {
    margin-bottom: 50px !important;
  }

  .mb-lg-60 {
    margin-bottom: 60px !important;
  }

  .mb-lg-70 {
    margin-bottom: 70px !important;
  }

  .mb-lg-80 {
    margin-bottom: 80px !important;
  }

  .mb-lg-90 {
    margin-bottom: 90px !important;
  }

  .mb-lg-100 {
    margin-bottom: 100px !important;
  }

  .mmt-lg-10 {
    margin-top: -10px !important;
  }

  .mt-lg-0 {
    margin-top: 0px !important;
  }

  .mt-lg-10 {
    margin-top: 10px !important;
  }

  .mt-lg-15 {
    margin-top: 15px !important;
  }

  .mt-lg-20 {
    margin-top: 20px !important;
  }

  .mt-lg-25 {
    margin-top: 25px !important;
  }

  .mt-lg-30 {
    margin-top: 30px !important;
  }

  .mt-lg-35 {
    margin-top: 35px !important;
  }

  .mt-lg-40 {
    margin-top: 40px !important;
  }

  .mt-lg-50 {
    margin-top: 50px !important;
  }

  .mt-lg-60 {
    margin-top: 60px !important;
  }

  .mt-lg-70 {
    margin-top: 70px !important;
  }

  .mt-lg-80 {
    margin-top: 80px !important;
  }

  .mt-lg-100 {
    margin-top: 100px !important;
  }

  .mtb-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}
@media (min-width: 1200px) {
  /* xl  */

  .pt-xl-10 {
    padding-top: 10px;
  }

  .pt-xl-20 {
    padding-top: 20px;
  }

  .pt-xl-30 {
    padding-top: 30px;
  }

  .pt-xl-40 {
    padding-top: 40px;
  }

  .pt-xl-50 {
    padding-top: 50px;
  }

  .pt-xl-60 {
    padding-top: 60px;
  }

  .pt-xl-70 {
    padding-top: 70px;
  }

  .pt-xl-75 {
    padding-top: 75px;
  }

  .pt-xl-80 {
    padding-top: 80px;
  }

  .pt-xl-90 {
    padding-top: 90px;
  }

  .pt-xl-100 {
    padding-top: 100px;
  }

  .pt-xl-200 {
    padding-top: 200px;
  }

  .pb-xl-10 {
    padding-bottom: 10px;
  }

  .pb-xl-20 {
    padding-bottom: 20px;
  }

  .pb-xl-30 {
    padding-bottom: 30px;
  }

  .pb-xl-40 {
    padding-bottom: 40px;
  }

  .pb-xl-50 {
    padding-bottom: 50px;
  }

  .pb-xl-60 {
    padding-bottom: 60px;
  }

  .pb-xl-70 {
    padding-bottom: 70px;
  }

  .pb-xl-75 {
    padding-bottom: 75px;
  }

  .pb-xl-80 {
    padding-bottom: 80px;
  }

  .pb-xl-90 {
    padding-bottom: 90px;
  }

  .pb-xl-100 {
    padding-bottom: 100px;
  }

  .pb-xl-130 {
    padding-bottom: 130px;
  }

  .ptb-xl-10 {
    padding-bottom: 10px;
    padding-bottom: 10px;
  }

  .ptb-xl-20 {
    padding-bottom: 20px;
    padding-bottom: 20px;
  }

  .ptb-xl-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ptb-xl-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ptb-xl-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ptb-xl-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ptb-xl-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .ptb-xl-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ptb-xl-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .ptb-xl-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .mb-xl-0 {
    margin-bottom: 0px !important;
  }

  .mb-xl-10 {
    margin-bottom: 10px !important;
  }

  .mb-xl-15 {
    margin-bottom: 15px !important;
  }

  .mb-xl-20 {
    margin-bottom: 20px !important;
  }

  .mb-xl-25 {
    margin-bottom: 25px !important;
  }

  .mb-xl-30 {
    margin-bottom: 30px !important;
  }

  .mb-xl-40 {
    margin-bottom: 40px !important;
  }

  .mb-xl-50 {
    margin-bottom: 50px !important;
  }

  .mb-xl-60 {
    margin-bottom: 60px !important;
  }

  .mb-xl-70 {
    margin-bottom: 70px !important;
  }

  .mb-xl-80 {
    margin-bottom: 80px !important;
  }

  .mb-xl-90 {
    margin-bottom: 90px !important;
  }

  .mb-xl-100 {
    margin-bottom: 100px !important;
  }

  .mmt-xl-10 {
    margin-top: -10px !important;
  }

  .mt-xl-0 {
    margin-top: 0px !important;
  }

  .mt-xl-10 {
    margin-top: 10px !important;
  }

  .mt-xl-15 {
    margin-top: 15px !important;
  }

  .mt-xl-20 {
    margin-top: 20px !important;
  }

  .mt-xl-25 {
    margin-top: 25px !important;
  }

  .mt-xl-30 {
    margin-top: 30px !important;
  }

  .mt-xl-35 {
    margin-top: 35px !important;
  }

  .mt-xl-40 {
    margin-top: 40px !important;
  }

  .mt-xl-50 {
    margin-top: 50px !important;
  }

  .mt-xl-60 {
    margin-top: 60px !important;
  }

  .mt-xl-70 {
    margin-top: 70px !important;
  }

  .mt-xl-80 {
    margin-top: 80px !important;
  }

  .mt-xl-100 {
    margin-top: 100px !important;
  }

  .mtb-xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}
@media (min-width: 1400px) {
  /* xxl  */

  .pt-xxl-10 {
    padding-top: 10px;
  }

  .pt-xxl-20 {
    padding-top: 20px;
  }

  .pt-xxl-30 {
    padding-top: 30px;
  }

  .pt-xxl-40 {
    padding-top: 40px;
  }

  .pt-xxl-50 {
    padding-top: 50px;
  }

  .pt-xxl-60 {
    padding-top: 60px;
  }

  .pt-xxl-70 {
    padding-top: 70px;
  }

  .pt-xxl-75 {
    padding-top: 75px;
  }

  .pt-xxl-80 {
    padding-top: 80px;
  }

  .pt-xxl-90 {
    padding-top: 90px;
  }

  .pt-xxl-100 {
    padding-top: 100px;
  }

  .pt-xxl-200 {
    padding-top: 200px;
  }

  .pb-xxl-10 {
    padding-bottom: 10px;
  }

  .pb-xxl-20 {
    padding-bottom: 20px;
  }

  .pb-xxl-30 {
    padding-bottom: 30px;
  }

  .pb-xxl-40 {
    padding-bottom: 40px;
  }

  .pb-xxl-50 {
    padding-bottom: 50px;
  }

  .pb-xxl-60 {
    padding-bottom: 60px;
  }

  .pb-xxl-70 {
    padding-bottom: 70px;
  }

  .pb-xxl-75 {
    padding-bottom: 75px;
  }

  .pb-xxl-80 {
    padding-bottom: 80px;
  }

  .pb-xxl-90 {
    padding-bottom: 90px;
  }

  .pb-xxl-100 {
    padding-bottom: 100px;
  }

  .pb-xxl-130 {
    padding-bottom: 130px;
  }

  .ptb-xxl-10 {
    padding-bottom: 10px;
    padding-bottom: 10px;
  }

  .ptb-xxl-20 {
    padding-bottom: 20px;
    padding-bottom: 20px;
  }

  .ptb-xxl-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ptb-xxl-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ptb-xxl-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ptb-xxl-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ptb-xxl-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .ptb-xxl-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ptb-xxl-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .ptb-xxl-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .mb-xxl-0 {
    margin-bottom: 0px !important;
  }

  .mb-xxl-10 {
    margin-bottom: 10px !important;
  }

  .mb-xxl-15 {
    margin-bottom: 15px !important;
  }

  .mb-xxl-20 {
    margin-bottom: 20px !important;
  }

  .mb-xxl-25 {
    margin-bottom: 25px !important;
  }

  .mb-xxl-30 {
    margin-bottom: 30px !important;
  }

  .mb-xxl-40 {
    margin-bottom: 40px !important;
  }

  .mb-xxl-50 {
    margin-bottom: 50px !important;
  }

  .mb-xxl-60 {
    margin-bottom: 60px !important;
  }

  .mb-xxl-70 {
    margin-bottom: 70px !important;
  }

  .mb-xxl-80 {
    margin-bottom: 80px !important;
  }

  .mb-xxl-90 {
    margin-bottom: 90px !important;
  }

  .mb-xxl-100 {
    margin-bottom: 100px !important;
  }

  .mmt-xxl-10 {
    margin-top: -10px !important;
  }

  .mt-xxl-0 {
    margin-top: 0px !important;
  }

  .mt-xxl-10 {
    margin-top: 10px !important;
  }

  .mt-xxl-15 {
    margin-top: 15px !important;
  }

  .mt-xxl-20 {
    margin-top: 20px !important;
  }

  .mt-xxl-25 {
    margin-top: 25px !important;
  }

  .mt-xxl-30 {
    margin-top: 30px !important;
  }

  .mt-xxl-35 {
    margin-top: 35px !important;
  }

  .mt-xxl-40 {
    margin-top: 40px !important;
  }

  .mt-xxl-50 {
    margin-top: 50px !important;
  }

  .mt-xxl-60 {
    margin-top: 60px !important;
  }

  .mt-xxl-70 {
    margin-top: 70px !important;
  }

  .mt-xxl-80 {
    margin-top: 80px !important;
  }

  .mt-xxl-100 {
    margin-top: 100px !important;
  }

  .mtb-xxl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}

.z-0 {
  z-index: 0;
  position: relative;
}

.list-style,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-style li,
.list-style li {
  list-style: none;
}
.featured-list li {
  display: flex;
  align-items: start;
}
.featured-list li + li {
  margin-top: 8px;
}
.featured-list li:before {
  content: "\64";
  font-family: "ghc" !important;
  height: 20px;
  flex: 0 0 20px;
  background: #edbcc7;
  color: #fff;
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  line-height: 20px;
  margin-right: 15px;
}
.list-with-heading h4 {
  font-size: 14px;
  margin-bottom: 5px;
}
/*-----------------------------  Hexagonal list ------------------------------*/
.list-style-hexagon {
  margin: 50px 0;
  position: relative;
}
.list-style-hexagon > svg {
  height: auto;
  width: 100%;
}
.list-style-hexagon .hexagon-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  list-style: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  align-items: center;
  margin: 0;
  padding: 0;
}
.list-style-hexagon .hexagon-list ul li {
  max-width: 158px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 30px;
}
.list-style-hexagon .hexagon-list ul li:before {
  display: none;
}
@media (max-width: 991px) {
  .list-style-hexagon .hexagon-list ul li {
    max-width: 112px;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .list-style-hexagon {
    margin: 20px 0;
  }
  .page-wrapper{  overflow-x: hidden;}
  .list-style-hexagon > svg {
    display: none;
  }
  .list-style-hexagon .hexagon-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 30px;
    position: relative;
  }
  .list-style-hexagon .hexagon-list ul li {
    max-width: unset;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
  }
}
/*-----------------------------
  Hexagonal list 
------------------------------*/

/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/
.back-to-top {
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 230px;
  right: 20px;
  z-index: 999;
  border-radius: 50%;
  background: #f0f4ff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.back-to-top.open {
  bottom: 30px;
}

.back-to-top i {
  color: #4db1a9;
}

/*---------------------------------
     Preloader CSS
-----------------------------------*/
.absCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loaderPill {
  text-align: center;
}

.loaderPill .loaderPill-anim {
  height: 160px;
}

.loaderPill .loaderPill-anim .loaderPill-anim-bounce {
  -webkit-animation: loaderPillBounce 1800ms linear infinite;
  animation: loaderPillBounce 1800ms linear infinite;
}

.loaderPill .loaderPill-anim .loaderPill-anim-bounce .loaderPill-anim-flop {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loaderPillFlop 1800ms linear infinite;
  animation: loaderPillFlop 1800ms linear infinite;
}

.loaderPill
  .loaderPill-anim
  .loaderPill-anim-bounce
  .loaderPill-anim-flop
  .loaderPill-pill {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #4db1a9;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #4db1a9),
    color-stop(50%, #ffffff)
  );
  background-image: linear-gradient(to right, #4db1a9 50%, #ffffff 50%);
}

.loaderPill .loaderPill-floor {
  display: block;
  text-align: center;
}

.loaderPill .loaderPill-floor .loaderPill-floor-shadow {
  display: inline-block;
  width: 70px;
  height: 7px;
  border-radius: 50%;
  background-color: color(#4db1a9 opacity(26%));
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-animation: loaderPillScale 1800ms linear infinite;
  animation: loaderPillScale 1800ms linear infinite;
}

@-webkit-keyframes loaderPillBounce {
  0% {
    -webkit-transform: translateY(123px);
    transform: translateY(123px);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  25% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  50% {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  100% {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
  }
}

@keyframes loaderPillBounce {
  0% {
    -webkit-transform: translateY(123px);
    transform: translateY(123px);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  25% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  50% {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  100% {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
  }
}

@-webkit-keyframes loaderPillFlop {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}

@keyframes loaderPillFlop {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}

@-webkit-keyframes loaderPillScale {
  0% {
    -webkit-transform: translateY(-15px) scale(1, 1);
    transform: translateY(-15px) scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  25% {
    -webkit-transform: translateY(-15px) scale(0.7, 1);
    transform: translateY(-15px) scale(0.7, 1);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  50% {
    -webkit-transform: translateY(-15px) scale(1, 1);
    transform: translateY(-15px) scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  75% {
    -webkit-transform: translateY(-15px) scale(0.6, 1);
    transform: translateY(-15px) scale(0.6, 1);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  100% {
    -webkit-transform: translateY(-15px) scale(1, 1);
    transform: translateY(-15px) scale(1, 1);
  }
}

@keyframes loaderPillScale {
  0% {
    -webkit-transform: translateY(-15px) scale(1, 1);
    transform: translateY(-15px) scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  25% {
    -webkit-transform: translateY(-15px) scale(0.7, 1);
    transform: translateY(-15px) scale(0.7, 1);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  50% {
    -webkit-transform: translateY(-15px) scale(1, 1);
    transform: translateY(-15px) scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  75% {
    -webkit-transform: translateY(-15px) scale(0.6, 1);
    transform: translateY(-15px) scale(0.6, 1);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  100% {
    -webkit-transform: translateY(-15px) scale(1, 1);
    transform: translateY(-15px) scale(1, 1);
  }
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20000;
  overflow-x: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*---------------------------------
       Button & Link CSS
----------------------------------*/
.btn,
.btn:focus-visible {
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  position: relative;
  z-index: 1;
  border: none;
  padding: 14px 28px 14px;
  border-radius: 0;
  color: #fff;
  overflow: hidden;
  border: 1px solid transparent;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .btn,
  .btn:focus-visible {
    padding: 10px 20px 10px;
  }
}

.btn i {
  position: relative;
  top: 3px;
  font-size: 16px;
  margin-left: 7px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  border-radius: 0 50% 50% 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn:after {
  border-radius: 50% 0 0 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn:hover {
  color: #fff;
}

.btn:hover:after,
.btn:hover:before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.btn.style1 {
  background-color: #4db1a9;
  border-radius: 10px;
}

.btn.style1:after,
.btn.style1:before {
  background: #edbcc7;
}

.btn.style3 {
  background-color: transparent;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  color: #fff;
  border-radius: 10px;
  border: 2px solid #fff;
}
.btn.style3:after,
.btn.style3:before {
  background: #edbcc7;
}
.btn.style3:hover {
  color: #fff;
}
.btn.style5,
input[type="submit"] {
  background-color: #edbcc7;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
  min-width: 120px;
  padding: 10px 20px;
}
input[type="submit"]:hover {
  background-color: #edbcc7;
  color: #fff;
}

.btn.style5:after,
.btn.style5:before {
  background: #4db1a9;
}

.btn.style5:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.01);
}

.btn.style6,
.btn.style8 {
  background-color: transparent;
  border-color: white;
  color: #fff;
}

.btn.style6:after,
.btn.style6:before,
.btn.style8:after,
.btn.style8:before {
  background: #edbcc7;
}

.btn.style6:hover,
.btn.style8:hover {
  border-color: transparent;
  color: #fff;
}

.btn.style8 {
  border-radius: 5px;
}

.btn.style7 {
  background-color: #4db1a9;
  color: #fff;
  border: 1px solid transparent;
}

.btn.style7:after,
.btn.style7:before {
  background: #edbcc7;
}

.btn.style7:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.01);
}

/*--------------------------------------
    Section Title,Overlay & Shape CSS
----------------------------------------*/
.section-title,
.content-title {
  position: relative;
}

.section-title h2,
.content-title h2 {
  font-size: 36px;
  margin: 0;
  color: #4db1a9;
  position: relative;
}
.section-title h3 {
  color: #4db1a9;
}
.section-title h2:after,
.section-title h3:after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #edbcc7;
  margin-top: 10px;
}
.section-title h3:after {
  width: 75px;
}
.section-title .philadelphia {
  font-family: "The Philadelphia Story";
  font-size: 60px;
}
.section-title p,
.content-title p {
  margin: 12px 0 0;
}

.section-title span,
.content-title span {
  display: inline-block;
  font-weight: normal;
  margin: 0 0 10px;
  position: relative;
  z-index: 1;
  line-height: 1;
}

.section-title span p,
.content-title span p {
  margin: 10px auto 0;
}

.section-title.style1 span,
.content-title.style1 span {
  color: #212529;
}
.section-title.style2 span,
.content-title.style2 span {
  color: #fff;
}
.section-title.style2 h2,
.content-title.style2 h2 {
  color: #fff;
}
.content-title.style2 p {
  color: #fff;
}
.section-title.style3 {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.section-title.style3 h2:after {
  margin: 0 auto;
}
.section-para {
  margin: 0;
}

.content-wrapper {
  margin-top: 134px;
}

.bg-transparent {
  background-color: transparent;
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-athens {
  background-color: #f0f4ff;
}

.bg-blue {
  background-color: #4db1a9;
}

.bg-albastor {
  background-color: #f8f8f8;
}

.bg-chathamas {
  background-color: #edbcc7;
}
.body_overlay {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.body_overlay.open {
  visibility: visible;
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.op-1 {
  opacity: 0.1;
}

.op-2 {
  opacity: 0.2;
}

.op-3 {
  opacity: 0.3;
}

.op-4 {
  opacity: 0.4;
}

.op-5 {
  opacity: 0.5;
}

.op-6 {
  opacity: 0.6;
}

.op-7 {
  opacity: 0.7;
}

.op-75 {
  opacity: 0.75;
}

.op-8 {
  opacity: 0.8;
}

.op-85 {
  opacity: 0.85;
}

.op-9 {
  opacity: 0.9;
}

.op-95 {
  opacity: 0.95;
}

.op-10 {
  opacity: 1;
}

.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.pos-rel {
  position: relative;
  z-index: 1;
}

.bounce {
  -webkit-animation: float 1500ms infinite ease-in-out;
  animation: float 1500ms infinite ease-in-out;
}

.moveHorizontal {
  -webkit-animation: moveHorizontal 3000ms infinite ease-in-out;
  animation: moveHorizontal 3000ms infinite ease-in-out;
}

.moveVertical {
  -webkit-animation: moveVertical 3000ms infinite ease-in-out;
  animation: moveVertical 3000ms infinite ease-in-out;
}

.moveHorizontal_reverse {
  -webkit-animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
  animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
}

.animationFramesTwo {
  -webkit-animation: animationFramesTwo 20000ms infinite ease-in-out;
  animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.waving_left {
  -webkit-animation: waving_left 7s infinite linear;
  animation: waving_left 7s infinite linear;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.waving_right {
  -webkit-animation: waving_right 7s infinite linear;
  animation: waving_right 7s infinite linear;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rotate {
  -webkit-animation: rotation 20s infinite linear;
  animation: rotation 20s infinite linear;
}

.rotate {
  -webkit-animation: rotation 20s infinite linear;
  animation: rotation 20s infinite linear;
}

@-webkit-keyframes waving_left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes waving_left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-webkit-keyframes waving_right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes waving_right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes moveHorizontal {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveHorizontal {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes moveHorizontal_reverse {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveHorizontal_reverse {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes moveVertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes moveVertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/*---------------------------------
        Read more CSS
-----------------------------------*/
.more-content span {
  display: none;
}
.more-link {
  display: block;
}
.morelink {
  color: #edbcc7;
}
/*---------------------------------
        Read more End
-----------------------------------*/
/*---------------------------------
        Header CSS 
-----------------------------------*/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes toBottomFromTop10 {
  49% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toBottomFromTop10 {
  49% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  51% {
    opacity: 1;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header-wrap.sticky {
  position: fixed;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  width: 100%;
  top: -40px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.header-wrap .header-top {
  padding: 0;
  height: 40px;
}

.header-wrap .header-top {
  background-color: #edbcc7;
}


.header-wrap .header-top .header-top-right .contact-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-wrap .header-top .header-top-right .contact-info li {
  height: 40px;
  padding: 6px 0;
  position: relative;
}
.header-wrap.sticky .header-top .header-top-right .contact-info li {
  display: none;
}
.header-wrap .header-top .header-top-right .contact-info li svg {
  position: relative;
  top: -6px;
}
.header-wrap .header-top .header-top-right .contact-info li .phoneNumberinner {
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #fff;
}

.header-wrap .header-top .header-top-right .contact-info li span {
  position: relative;
  top: -1px;
  left: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap .header-top .header-top-right .contact-info li span i {
  font-size: 15px;
  line-height: 0.8;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap .header-top .header-top-right .contact-info li a,
.header-wrap .header-top .header-top-right .contact-info li p {
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 0;
  font-size: 14px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}

.header-wrap .header-bottom {
   background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.05);
}

.header-wrap .header-bottom .container {
  position: relative;
}

.header-wrap .header-top {
  background-color: #4db1a9;
}

@media only screen and (max-width: 767px) {
  .navbar-brand img {
    max-width: 220px;
  }
  .header-wrap .header-top .header-top-right .contact-item p,
  .header-wrap .header-top .header-top-right .contact-item a {
    font-size: 14px !important;
  }
  .header-wrap.sticky {
    top: 0;
  }
  .header-wrap .header-top .header-top-right .contact-info {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .header-wrap .header-top .header-top-right .contact-info li {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-wrap .header-top .header-top-right .contact-info .announcement {
    display: block;
  }
  .header-wrap.sticky .header-top .header-top-right .contact-info li{display:block;}
  .header-wrap .header-top .header-top-right .contact-info li span {
    top: 0px;
    width: 25px;
    height: 25px;
  }
  .header-wrap .header-top .header-top-right .contact-info li span i {
    font-size: 14px;
  }
  .header-wrap .header-top .header-top-right .contact-info li a,
  .header-wrap .header-top .header-top-right .contact-info li p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-wrap.sticky {
    top: -50px;
  }
  .header-wrap .header-top .header-top-right .contact-info li {
    margin-right: 15px;
  }
  .header-wrap .header-top .header-top-right .contact-info li span {
    top: 0px;
    width: 25px;
    height: 25px;
  }
  .header-wrap .header-top .header-top-right .contact-info li span i {
    font-size: 14px;
  }
  .header-wrap .header-top .header-top-right .contact-info li a,
  .header-wrap .header-top .header-top-right .contact-info li p {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-wrap.sticky {
    top: 0px;
  }
  .header-wrap.sticky .header-top .header-top-right .contact-info li{display:block;}
  .header-wrap .header-top .header-top-right {
    margin-bottom: 15px;
  }
  .header-wrap .header-top .header-top-right .contact-info li {
    margin-right: 15px;
    padding-left: 28px;
  }
  .header-wrap .header-top .header-top-right .contact-info li span {
    top: 0px;
    width: 25px;
    height: 25px;
  }
  .header-wrap .header-top .header-top-right .contact-info li span i {
    font-size: 14px;
  }
  .header-wrap .header-top .header-top-right .contact-info li a,
  .header-wrap .header-top .header-top-right .contact-info li p {
    font-size: 13px;
  }

  .header-wrap .header-top .header-top-right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 991px) {
  .header-wrap .header-top .header-top-right .contact-item {
    width: 100%;
    margin: 0 0 15px;
  }
  .header-wrap .header-top .header-top-right .contact-item p,
  .header-wrap .header-top .header-top-right .contact-item a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
  }
  .header-wrap .header-bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-wrap .header-bottom .navbar .navbar-collapse {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .mobile-bar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    position: relative;
    top: 4px;
  }
  .menu-close {
    position: absolute;
    top: 13px;
    right: 16px;
  }
  .menu-close i {
    color: #000;
    font-size: 25px;
  }
  .mobile-menu {
    text-align: right;
    margin-left: 20px;
  }
  .mobile-menu a {
    width: 38px;
    height: 38px;
    border-radius: 62% 38% 46% 54% / 60% 63% 37% 40%;
    text-align: center;
    background-color: #4db1a9;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-menu a i {
    font-size: 22px;
    color: #fff;
    margin: 0 auto;
  }
  .mobile-menu {
    display: inline-block;
    position: relative;
    top: -5px;
  }
  .main-menu-wrap {
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
    height: 100vh;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: -100%;
    padding: 55px 20px 30px;
    overflow-y: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .main-menu-wrap.open {
    left: 0;
  }
}
@media(max-width:450px){ 
	.header-wrap .header-top .header-top-right .contact-info li svg {
		display:none;
	}
	.header-wrap .header-top .header-top-right .contact-info li .phoneNumberinner{
		position:relative;
		top:3px;
	}
	.header-wrap .header-top .header-top-right .contact-info {
		justify-content: space-between;
	}
}

@media only screen and (min-width: 992px) {
  .menu-expand i {
    display: none;
  }
  .header-wrap .navbar {
    padding: 0;
  }
  .header-wrap .navbar .navbar-brand {
    padding: 0 20px 0 0;
    margin: 0;
  }
  .header-wrap .navbar .other-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-left: 15px;
  }
  .header-wrap .navbar .other-options:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 1px;
    height: 25px;
    background-color: rgba(0, 0, 0, 0.18);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header-wrap .navbar .other-options .option-item {
    margin: 0 0 0 20px;
  }

  .container {
    position: relative;
    z-index: 1;
  }
  .container-blog {
    padding: 0 25px;
  }
  .container-blog .row {
    margin: 0 -25px;
  }
  .container-blog [class*="col-"] {
    padding: 0 25px;
  }
}
/*=============================Navigation ============================*/
.main-nav>ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.main-nav>ul>li {
    display: inline-block;
    position: relative;
	margin: 0 24px;
}
.main-nav>ul>li:last-child {
    margin-right: 0;
}
.main-nav>ul>li>a {
    display: block;
    text-decoration: none;
    color: #666666;
    line-height: 20px;
    font-size: 14px;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s;
    padding: 30px 0;
    font-weight: 500;
}
.main-nav>ul>li:hover>a,.main-nav ul li.current-menu-ancestor > a,.main-nav ul li.current-menu-item > a {
    color: #4db1a9
}
.sub-menu {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    min-width: 300px;
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 15px 0;
    background: #fff;
    border: 1px solid #f7f7f7;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    -webkit-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}
.sub-menu>li {
    display: block;
}
.sub-menu>li a {
    font-weight: 500;
    display: block;
    padding: 10px 20px;
    color: #666;
    line-height: 1;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s;
    line-height: 24px;
}
.sub-menu>li a:after {
    position: absolute;
    top: 50%;
    left: 20px;
    content: "";
    width: 2px;
    height: 0%;
    background-color: #4db1a9;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.sub-menu>li a:hover {
    color: #4db1a9;
    padding-left: 30px;
    position: relative;
}
.sub-menu>li a:hover:after {
    height: 16px;
    visibility: visible;
    opacity: 1;
}

.main-nav>ul>li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotatex(0deg);
    transform: rotatex(0deg);
}


@media (max-width: 1199px) {
	.main-nav>ul>li{
		margin:0 10px;
	}
}
@media (max-width: 991px) {
    
    .main-nav>ul>li {
        display: block;
        padding: 0 !important;
        margin: 0;
		position:relative;
    }
	.main-nav>ul>li .menu-expand {
		position: absolute;
		right: 0;
		top: 14px;
		cursor: pointer;
		width: 25px;
		text-align: center;
		background: #efefef;
		z-index:9;
	}
    .main-nav>ul>li>a {
		font-size: 14px;
		padding: 15px 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	}
    .main-nav .fl {
        display: block;
        line-height: 35px
    }
    .sub-menu {
		position: static;
		background: transparent;
		border: none;
		filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		visibility: visible;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
		display: none;
		padding: 0;
		padding-left: 15px;
	}
    .sub-menu>li a {
		display: block;
		padding: 15px 0;
		color: #666;
		line-height: 20px;
		font-size: 14px;
		text-decoration: none;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all 0.3s;
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	}
    .sub-menu>li a:hover {
        background: transparent;
        color: #08509e
    }
}

/*=============================Navigation ============================*/

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1170px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1170px;
  }
}




@media (max-width: 991px) {
  .container-blog {
    padding: 0 15px;
  }
  .container-blog .row {
    margin: 0 -15px;
  }
  .container-blog [class*="col-"] {
    padding: 0 15px;
  }
}
/* @media only screen and (min-width: 1600px) {
    .container {
      max-width: 1520px;
    }
  } */
.container{
	position:relative;
	z-index:3;
}
/*-------------------------------
   Banner Section  CSS
-------------------------------*/

.banner{
	overflow:hidden;
	padding: 0 0px 0 100px;
}
.banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner-content .banner-heading {
  max-width: 560px;
  position:relative;
  z-index:100;
  width:100%;
}
.banner.style2 .banner-content .banner-heading {
  max-width: 800px;
}
.banner-content .banner-heading h1 {
  color: #fff;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
}
.banner-content .banner-heading p {
  color: #fff;
}
@media (max-width: 991px) {
	.banner{
	padding: 0 0px 0 0px;
  }
  
  .banner .banner-content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .banner-content .banner-heading{
	  position:relative;
	  padding: 30px 15px;
	  text-align: center;
  }
  .banner-content .banner-heading h2 {
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
  }
  .banner-image {
    width: 100%;
  }
  .banner-image img {
    max-height: 300px;
    object-fit: cover;
    object-position: top;
    width: 100%;
  }
}
@media (max-width: 767px) {
  
  .banner .container {
    padding: 0;
  }
  .banner-content .banner-heading h1 {
		font-size: 40px;
		line-height: 48px;
	}
  
}
/*-------------------------------
   Banner  Section  end
-------------------------------*/
/*-------------------------------
   Banner  style 2
-------------------------------*/
.banner.style2 {
  position: relative;
  z-index:1;
  padding-left:0;
}
.banner.style2 .banner-image img {
  width: 100%;
  max-height: 300px;
  object-position: center;
  object-fit: cover;
  opacity: 0.21;
}
.banner.style2 .banner-image:before {
  display: none;
}
.banner.style2 .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media(max-width:767px){
	.banner.style2 h1 {
		font-size: 30px;
		line-height: 40px;
	}
}
/*-------------------------------
   Banner  style 2 end
-------------------------------*/
/*-------------------------------
   Hero  Section  CSS
-------------------------------*/
.hero-wrap {
  position: relative;
}
.hero-image img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  min-height: 400px;
}
.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.hero-content .hero-preheading {
  font-size: 65px;
  line-height: 75px;
  color: #fff;
  font-family: "The Philadelphia Story";
  margin-bottom: 25px;
}
.hero-content .hero-title {
  font-size: 65px;
  line-height: 70px;
  color: #fff;
  margin: 0;
  text-transform: capitalize;
}
.hero-description {
  color: #fff;
  margin: 20px 0 30px 0;
}

@media (max-width: 992px) {
  .hero-content .hero-preheading {
    display: none;
  }
  .hero-content .hero-title {
    font-size: 40px;
    line-height: 45px;
    margin: 10px 0;
  }
  .hero-description {
    margin: 15px 0;
  }
}
@media(max-width:767px){
	.hero-content {
		position: relative;
		background: #4db1a9;
		padding: 20px 0 30px 0;
	}
	.hero-image img{
		min-height:auto;
	}
}
/*-------------------------------
   Hero  Section  CSS End
-------------------------------*/

/*-------------------------------
   Promo Section CSS 
-------------------------------*/

.promo-card {
  background-color: #4db1a9;
  padding: 25px 50px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.promo-card:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 9%);
  box-shadow: 0 10px 10px 0px rgb(0 0 0 / 30%);
}
.promo-card.first {
  border-radius: 30px 0px 0px 30px;
}
.promo-card.active {
  background-color: #edbcc7;
}
.promo-card.last {
  border-radius: 0 30px 30px 0;
}
.promo-card .promo-icon {
  max-width: 80px;
  flex: 0 0 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4db1a9;
  font-size: 50px;
  margin-right: 30px;
}
.promo-info {
  max-width: calc(100% - 110px);
  flex: 0 0 calc(100% - 110px);
}
.promo-info h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.promo-info p {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  margin: 0;
}
@media (max-width: 1300px) {
  .promo-card {
    padding: 20px 30px;
  }
}
@media (max-width: 991px) {
  .promo-card {
    padding: 20px 25px;
  }
  .promo-card.first {
    border-radius: 30px 30px 0px 0px;
  }
  .promo-card.last {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 480px) {
	.announcement p {
  font-size: 11px !important;
}
  .promo-card {
    padding: 25px 15px;
  }
  .promo-card .promo-icon {
    max-width: 60px;
    flex: 0 0 60px;
    height: 60px;
    font-size: 40px;
    margin-right: 15px;
  }
  .promo-info {
    max-width: calc(100% - 75px);
    flex: 0 0 calc(100% - 75px);
  }
  .promo-info h3 {
    font-size: 18px;
  }
}
/*-------------------------------
   Promo Section CSS 
-------------------------------*/

/*-------------------------------   Image with text Section CSS -------------------------------*/
.banner-image {
  position: relative;
}
.banner-image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 99;
    box-shadow: 0px 20px 17px 30px #4db1a9;
}
.image-content h2 {
  font-size: 36px;
  margin: 0;
  color: #4db1a9;
  position: relative;
  margin-bottom: 25px;
}
.image-content h2:after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #edbcc7;
  margin-top: 10px;
}
.image-content.text-center h2:after {
  margin: 0 auto;
  margin-top: 10px;
}
.image-content ul {
  margin: 20px 0 30px 0;
}
.image-content ul li {
  position: relative;
  padding-left: 30px;
  display: block;
}
.image-content ul li + li {
  margin-top: 8px;
}
.image-content ul li:before {
  content: "\64";
  font-family: "ghc" !important;
  height: 20px;
  flex: 0 0 20px;
  width: 20px;
  background: #edbcc7;
  color: #fff;
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  line-height: 20px;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 4px;
}
.image-wrap {
  position: relative;
  display: inline-block;
  padding-top: 30px;
}
.image-wrap:before {
  content: "";
  border: #edbcc7 solid 2px;
  width: 100%;
  display: inline-block;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 30px;
  bottom: 30px;
}
.image-wrap img {
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
/* @media(max-width:1300px){
  .image-wrap {
    padding-top: 15px;
  }
  .image-wrap:before {
    left: 15px;
    bottom: 15px;
  }
} */

@media (max-width: 992px) {
  .image-wrap {
    padding-top: 10px;
  }
  .image-wrap:before {
    left: 10px;
    bottom: 10px;
  }
  .banner-image:before{
	  display:none;
  }
}
/*-------------------------------   Image with text Section end -------------------------------*/

/*------------------------------- Care solution -------------------------------*/
.care-solution {
  position: relative;
  background: url(assets/img/care-solutions1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.care-solution:after {
  content: "";
 background-color: rgb(77 177 169 / 70%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.care-solution-item {
  padding: 15px;
  background: #fff;
  margin-bottom: 30px;
  border-radius: 10px;
}
.care-solution-item .solution-img img {
  width: 100%;
  border-radius: 10px;
  min-height: 280px;
  max-height: 280px;
  object-fit: cover;
  object-position: top;
}
.solution-content {
  text-align: center;
  padding: 50px 60px 15px 60px;
}
.solution-content h4,
.solution-content h4 a {
  color: #4db1a9;
  font-weight: 600;
  margin-bottom: 20px;
}
.solution-content h4:hover,
.solution-content h4 a:hover {
  color: #4db1a9;
}
@media (max-width: 991px) {
  .solution-content {
    padding: 30px 0px 0 0px;
  }
}

/*------------------------------- Care solution end-------------------------------*/

/*------------------------------- Testimonials -------------------------------*/
.testimonials {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.testimonial-content i {
  background: #edbcc7;
  height: 75px;
  width: 75px;
  border: 5px solid #ffff;
  display: inline-block;
  border-radius: 50px;
  font-size: 30px;
  color: #fff;
  line-height: 65px;
}
.testimonial-content .client-quote {
  margin: 50px 0;
  color: #fff;
}
.testimonial-content .client-info h5 {
  color: #fff;
  font-size: 24px;
  margin: 0;
}
.testimonial-content .client-info h5 span {
  font-size: 16px;
  font-weight: 500;
}
/*------------------------------- Testimonials end-------------------------------*/

/*------------------------------- Blog-------------------------------*/

.blog-card {
  border: 2px solid #edbcc7;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
.blog-card .blog-img {
  position: relative;
}
.blog-card .blog-img .blog-date {
  bottom: 0;
  background: #edbcc7;
  position: absolute;
  left: 25px;
  padding: 8px 15px;
  color: #fff;
  text-align: center;
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 25px;
  font-weight: 600;
}
.blog-card .blog-info {
  padding: 50px 40px 50px;
}
.blog-card .blog-info h3 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
}
.blog-card .blog-info h3 a:hover {
  color: #edbcc7;
}
.blog-card .blog-img .blog-date span {
  display: block;
  font-size: 12px;
  font-weight: 200;
}
@media (max-width: 991px) {
  .blog-card .blog-info {
    padding: 20px 15px 20px;
  }
}
/*------------------------------- Blog end-------------------------------*/

/*-------------------------------
 Contact
-------------------------------*/

.contact-form {
  background: #4db1a9;
  padding: 40px;
  border-radius: 30px;
  height: 100%;
}
.contact-form p {
  color: #fff;
}
.contact-content ul {
  margin: 20px 0 30px 0;
}
.contact-content ul li {
  position: relative;
  padding-left: 30px;
  display: block;
}
.contact-content ul li + li {
  margin-top: 10px;
}
.contact-content ul li:before {
  content: "\64";
  font-family: "ghc" !important;
  height: 20px;
  flex: 0 0 20px;
  width: 20px;
  background: #edbcc7;
  color: #fff;
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  line-height: 20px;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 4px;
}
.contact_us_home {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  margin-top: 30px;
}
.contact_us_home > div {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 10px;
  margin: 5px 0;
}
.contact_us_home > div p,
.contact_us_home > div span,
.contact_us_home > div label {
  width: 100%;
}
.contact_us_home > div input[type="text"],
.contact_us_home > div input[type="email"],
.contact_us_home > div input[type="tel"],
.contact_us_home > div select,
.contact_us_home > div textarea {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  border-radius: 5px;
  background: #fff;
  min-height: 45px;
}
.contact_us_home > div textarea {
  max-height: 163px;
}
.contact_us_home > div input + span,
.contact_us_home > div textarea + span {
  margin-top: 10px;
  display: block;
  margin-bottom: 0;
}
.contact_us_home span.wpcf7-spinner {
  display: none;
}
.wpcf7-form .wpcf7-response-output {
color:#ff0000;
}
@media (max-width: 767px) {
  .contact-content {
    margin-top: 60px;
  }
}

/*-------------------------------
 Contact end
-------------------------------*/

/*-------------------------------
 Contact us page
-------------------------------*/
.contact-us-block {
  padding: 60px 80px;
  border: 2px solid #4e9cf3;
  border-radius: 30px;
} /*==============================*/
.contact_us_form label br {
  display: none;
}
.contact_us_form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.contact_us_form p {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.contact_us_form p:nth-child(1),
.contact_us_form p:nth-child(2) {
  flex: 0 0 50%;
  max-width: 50%;
}
.contact_us_form label {
  width: 100%;
}
.contact_us_form label input,
.contact_us_form label select,
.contact_us_form label textarea {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  border-radius: 5px;
}
.contact_us_form label textarea {
  max-height: 150px;
}
@media (max-width: 767px) {
  .contact_us_form p:nth-child(1),
  .contact_us_form p:nth-child(2) {
    flex: 0 0 50%;
    max-width: 50%;
  }
} /*=====================================*/

.list-box {
  margin-left: -25px;
  margin-right: -25px;
}
.list-box [class*="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}
.list-box-style {
  border: 2px solid #4db1a9;
  text-align: center;
  padding: 50px 30px;
  border-radius: 20px;
  font-weight: bold;
  color: #000;
  position: relative;
}
.list-box-style span {
  font-size: 30px;
  font-weight: 600;
  background: #4db1a9;
  height: 50px;
  width: 50px;
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  line-height: 50px;
  position: absolute;
  top: -15px;
  left: -15px;
}
@media (max-width: 991px) {
  .contact-us-block {
    padding: 20px 30px;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .contact-us-block {
    padding: 20px 15px;
  }
}
/*-------------------------------
 Contact us page
-------------------------------*/

/*-------------------------------
 Footer
-------------------------------*/

.footer-wrap {
  position: relative;
  background: url(assets/img/footer-bg.jpg);
  background-size: cover;
  border-top: 9px solid #edbcc7;
}
.footer-widget .footer-title {
  color: #4db1a9;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 60px;
}
.footer-navigation li + li {
  margin-top: 12px;
}
.footer-widget .footer-logo {
  display: block;
  margin-bottom: 24px;
}
.footer-information .footer-info li {
  position: relative;
  padding-left: 35px;
}
.footer-widget .footer-info > li + li {
  margin-top: 25px;
}
.footer-information .footer-info li i {
  color: #4db1a9;
  font-size: 25px;
  top: 4px;
  left: 0;
  position: absolute;
}
.footer-information .footer-info li ul {
  margin-left: -35px;
}
.footer-information .footer-info li ul a {
  color: #212529;
}
.footer-information .footer-info li ul li + li {
  margin-top: 5px;
}
.footer-widget .footer-info > li.footer-social {
  margin-left: -35px;
}
.footer-widget .footer-info > li.footer-social i {
  position: relative;
}
.footer-widget .footer-info > li.footer-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 2px solid #edbcc7;
  line-height: 35px;
  color: #edbcc7;
  border-radius: 20px;
  text-align: center;
}
.footer-widget .footer-info > li.footer-social a + a {
  margin-left: 5px;
}
.footer-widget .footer-info > li.footer-social a i {
  font-size: 20px;
  color: #edbcc7;
}
.footer-widget .footer-info > li.footer-social a:hover {
  background: #edbcc7;
}
.footer-widget .footer-info > li.footer-social a:hover i {
  color: #fff;
}

.footer-widget,
.footer-widget .comp-map {
  height: 100%;
}
.footer-widget .comp-map iframe {
  width: 100%;
  height: 100%;
  min-height: 240px;
  border-radius: 10px;
  border: 2px solid #edbcc7;
}
.copyright {
  border-top: 2px solid #dbdbdb;
  padding: 30px 0;
}
.copyright p {
  margin: 0;
}
.copyright p span {
  color: #212529;
}
.copyright a {
  color: #666;
}
.copyright a:hover {
  color: #edbcc7;
}
#thinkasa_line a:first-child {
  color: #212529;
}
@media (max-width: 991px) {
  .footer-widget {
    margin-bottom: 40px;
  }
}
/*-------------------------------
 Footer end
-------------------------------*/
.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear alternate infinite;
}
@keyframes dash {
  from {
    stroke-dashoffset: 922;
  }
  to {
    stroke-dashoffset: 0;
  }
}




img.logo-light {
    height: 80px;
}

a.footer-logo img {
    height: 80px;

  
}


@media (max-width: 767px) {
  a.btn.style1.mobile1 {
    background-color: #edbcc7;
    
}

}

/*new css to transfer
*/

.copyright, .copyright p {
    
    font-size: 10px;
}


h1.home {
    font-size: 45px;
    line-height: 75px;
    color: #fff;
    font-family: "The Philadelphia Story";
    margin-bottom: 25px;
}





input[type="submit"] {
  background-color: #edbcc7!important;
  color: #fff!important;
  border: 1px solid transparent;
  border-radius: 10px!important;
  min-width: 120px!important;
  padding: 10px 20px!important;
}
input[type="submit"]:hover {
  background-color: #edbcc7!important;
  color: #fff!important;
}
/* gravity Form css */
/* Form ID 3 */



#gfield_consent_description_3_8{
	    font-size: 10px;
    line-height: normal;
    height: 40px;
    padding: 5px 10px;
}
body .gform_wrapper #gform_3 .gfield input[type="text"],
body .gform_wrapper #gform_3 .gfield input[type="email"],
body .gform_wrapper #gform_3 .gfield input[type="tel"],
body .gform_wrapper #gform_3 .gfield input[type="url"],
body .gform_wrapper #gform_3 .gfield input[type="number"],
body .gform_wrapper #gform_3 .gfield select,
body .gform_wrapper #gform_3 .gfield textarea {
  max-width: 100% !important;
  background: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 20px 15px !important;
  border-radius: 5px !important;
 
}

body .gform_wrapper .gfield input::-webkit-input-placeholder,
body .gform_wrapper .gfield textarea::-webkit-input-placeholder {
  color: #6e6e6e !important;
	font-size: 14px !important;
}
#gform_fields_3{
	row-gap: 20px;
}
body .gform_wrapper .gfield input::placeholder,
body .gform_wrapper .gfield textarea::placeholder {
	font-size: 14px !important; /* Change this value as needed */}

body .gform_wrapper input:focus,
body .gform_wrapper textarea:focus,
body .gform_wrapper select:focus {
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

/*Form ID 2  */

#gfield_consent_description_2_8{
	    font-size: 10px;
    line-height: normal;
    height: 40px;
    padding: 5px 10px;
	color: white !important;
    border: 1px solid #9d9595 !important;
}
body .gform_wrapper #gform_2 .gfield input[type="text"],
body .gform_wrapper #gform_2 .gfield input[type="email"],
body .gform_wrapper #gform_2 .gfield input[type="tel"],
body .gform_wrapper #gform_2 .gfield input[type="url"],
body .gform_wrapper #gform_2 .gfield input[type="number"],
body .gform_wrapper #gform_2 .gfield select,
body .gform_wrapper #gform_2 .gfield textarea {
  max-width: 100% !important;
/*   background: transparent !important; */
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 20px 15px !important;
  border-radius: 5px !important;
 
}

#gform_fields_2{
	row-gap: 20px;
}
/* Form ID 4  */
#gfield_consent_description_4_10{
	    font-size: 10px;
    line-height: normal;
    height: 40px;
    padding: 5px 10px;
}
body .gform_wrapper #gform_4 .gfield input[type="text"],
body .gform_wrapper #gform_4 .gfield input[type="email"],
body .gform_wrapper #gform_4 .gfield input[type="tel"],
body .gform_wrapper #gform_4 .gfield input[type="url"],
body .gform_wrapper #gform_4 .gfield input[type="number"],
body .gform_wrapper #gform_4 .gfield input[type="upload"],
body .gform_wrapper #gform_4 .gfield select,
body .gform_wrapper #gform_4 .gfield textarea {
  max-width: 100% !important;
  background: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 20px 15px !important;
  border-radius: 5px !important;
 
}

#gform_fields_4{
	row-gap: 20px;
}






.col-md-12.col-lg-6 {
    width: 33.33%;
}
@media (max-width: 425px) {
  .col-md-12.col-lg-6 {
    flex: 0 0 auto;
    width: 100%;
}
h4.footer-title {
    margin-bottom: 30px !important;
}
}
.col-md-12.col-lg-7 {
    width: 100% !important;
}
.spc {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
@media (max-width: 425px) {
  .spc {
    margin-top: 5px;
  }
}
@media (max-width: 768px){
  .spc {
    margin-top: 10px;
  }
}






/*====================
Template Name: Home New
=======================*/

/* ===============================
    Section 2 Providing Compassionate
    =================================== */

    *{
      margin: 0;
      padding: 0;
    }

.care-header {
    background-color: #FFF0F4;
    height: auto;
    margin-top: 103px !important;
}

.care-header h1 {
     font-family: "Tomato Grotesk", sans-serif;
    font-weight: 700;
    font-size: 58px;
    line-height:100%;
    letter-spacing: 0%;
}

.care-header span{
    color: #4DB1A7;
}

.care-header p {
     font-family: 'Montserrat', sans-serif;
     font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
     color: #000000;
     max-width: 670px;
     margin-top: 25px;
}

.care-header-btn1 {
   font-family: "Tomato Grotesk", sans-serif;
    background-color:#DFA9B6;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    margin-top: 30px;
}

.care-header-btn2 {
   font-family: "Tomato Grotesk", sans-serif;
    background-color: #4DB1A7;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    margin-top: 30px;
   
}

.care-header-btn1:hover {
      background-color: #4DB1A9;
}

.care-header-btn2:hover {
    background-color: #E0AAB7;
     
}

.care-header-right-img{
 max-width: 415px;
}


/* ==============
Responsive section
==================== */
/* Small Phones (320px - 375px) */
@media (max-width: 375.99px) {
  
    .care-header h1 {
    font-size: 28px;
}

.care-header p{
  font-size: 18px !important;
}
.care-header-btn1 {
    font-size: 13px;
}

.care-header-btn2 {
    font-size: 13px;
}

.care-header-right-img{
 max-width: 380px important;
}

}

/* Larger Phones (376px - 539px) */
@media (min-width: 376px) and (max-width: 539.99px) {
   .care-header h1 {
    font-size: 35px;
}

.care-header p{
  font-size: 18px !important;
}
.care-header-btn1 {
    font-size: 13px;
}

.care-header-btn2 {
    font-size: 13px;

}

.care-header-image{
  text-align: center !important;
}

.care-header-right-img{
 max-width: 100% !important;
}

}

/* Small Tablets / Big Phones (540px - 575px) */
@media (min-width: 540px) and (max-width: 575.99px) {
       .care-header h1 {
    font-size: 35px;
}

.care-header p{
  font-size: 18px !important;
}
.care-header-btn1 {
    font-size: 13px;
}

.care-header-btn2 {
    font-size: 13px;
}

.care-header-image{
  text-align: center !important;
}

.care-header-right-img{
 max-width: 100% !important;
}
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 767.99px) {
     .care-header h1 {
            font-size: 20px;
                margin-bottom: 0px !important;
}

.care-header p{
  font-size: 15px !important;
  margin-top: 0rem !important;
}
.care-header-btn1 {
    font-size: 10px;
}

.care-header-btn2 {
    font-size: 10px;
}

.care-header-right-img{
 max-width: 285px;

}
}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.99px) {

     .care-header h1 {
    font-size: 35px;
}

.care-header p{
  font-size: 21px !important;
}
.care-header-btn1 {
    font-size: 13px;
}

.care-header-btn2 {
    font-size: 13px;
}

.care-header-right-img{
        max-width: 240px;
        height: 420px;
}
}

/* Small Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.99px) {

     .care-header h1 {
    font-size: 45px;
}

.care-header p{
  font-size: 23px !important;
}
.care-header-btn1 {
    font-size: 16px;
    margin-top: 15px !important;
}

.care-header-btn2 {
    font-size: 16px;
    margin-top: 15px !important;

}

.care-header-right-img{
        max-width: 320px;
    height: 450px;
}
   
}


/* ==========================
    Section 3 Cards
    ============================ */

.care-card-1 {
    background-color: #D2F4E4;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.care-card-2 {
    background-color: #FFF0F3;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.care-card-3 {
    background-color:#C1EBEA;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.care-card-4 {
    background-color:#F5D6DC;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.care-card-1:hover,
.care-card-2:hover,
.care-card-3:hover,
.care-card-4:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 25px rgba(199, 164, 93, 0.4);
}

.care-card h3 {
   font-family: "Tomato Grotesk", sans-serif;
   font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
}

.care-card p {
      font-family: 'Montserrat', sans-serif;
      color: #000000;
      font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}

.care-card-arrow {
    width: 60px;
    height: 60px;
    transition: all 0.3s ease;
    margin-top: 40px !important;

}
.care-card-arrow:hover{
   filter: brightness(0.5);
}

.care-card-img {
    width: 110px;
    height: 110px;
}

/* ==============
Responsive section
==================== */

/* Small Phones (320px - 375px) */
@media (max-width: 375.99px) {

.care-card h3 {
    font-size: 30px;
}

.care-card p {
      font-size: 20px;

}

}

/* Larger Phones (376px - 539px) */
@media (min-width: 376px) and (max-width: 539px) {
.care-card h3 {
    font-size: 30px;
}

.care-card p {
      font-size: 20px;

}

}




/* =======================
    Section 4 Type of Care
    =================== */
.care-type {
    background-color: #275B57;
}

.care-type-left h1 {
    font-family: "Tomato Grotesk", sans-serif;
    font-weight: 700;
    font-size: 58px;
    line-height:100%;
    letter-spacing:0%;
    color: #ED859C;
}

.care-type-left p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #ffffff;
    letter-spacing: 0%;
    width: 450px;
    margin-top: 20px;
}

.care-type-card {
    background-color: #1D4C46;
    padding: 20px 15px; 
    border-radius: 20px;
    height: 100%;
    /*width: 300px;*/
    margin-top: 10px !important;
    transition: all 0.3s ease;
}

.care-type-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 25px rgba(199, 164, 93, 0.4);
}

.care-type-card-top{
  display: flex;
  gap: 10px;
  align-items: center;
}


.care-type-card-top h4 {
    font-family: "Tomato Grotesk", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 10px;
    color: #4DB1A7;
}


.care-type-card-top img {
    width: 60px;
    height: 60px;
}

.care-type-card p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    margin-top: 20px;
}

.care-type-card-bottom{
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.care-type-card-bottom h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
     line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
    margin-top: 15px;

}



.arrow-btn img {
    width: 40px;
    height: 40px;
    margin-top: 5px;
    transition: all 0.3s ease;
}

.arrow-btn img:hover{
       filter: brightness(0.5);

}

.main-btn {
    background-color: #EE849B;
    font-family: "Tomato Grotesk", sans-serif;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    margin-top: 25px;
    transition: all 0.3s ease;
    line-height: 100%;
}

.main-btn:hover {
    background-color: #4DB1A7;
}

/*========================================
=  Responsive Breakpoints (Cleaned)
========================================*/

/* Small Phones (320px - 375px) */
@media (max-width: 375.99px) {

  .care-type-left h1 {
  font-size: 35px !important;
}


.care-type-left p {
  font-size: 18px !important;
  width: 100% !important;
  
}

.care-type-card p {
    line-height: 23px;
}

}

/* Larger Phones (376px - 539px) */
@media (min-width: 376px) and (max-width: 539.99px) {
   .care-type-left h1 {
  font-size: 40px !important;
}
.care-type-left p {
  font-size: 18px !important;
  width: 100% !important;
}
.care-type-card p {
    line-height: 23px;
}
}

/* Small Tablets / Big Phones (540px - 575px) */
@media (min-width: 540px) and (max-width: 575.99px) {
    
       .care-type-left h1 {
  font-size: 40px !important;
}
.care-type-left p {
  font-size: 18px !important;
  width: 100% !important;
}
.care-type-card p {
    line-height: 23px;
}
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 767.99px) {
         .care-type-left h1 {
  font-size: 40px !important;
}
.care-type-left p {
  font-size: 18px !important;
  width: 100% !important;
}
.care-type-card p {
    line-height: 23px;
}
}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
         .care-type-left h1 {
  font-size: 50px !important;
  line-height: 50px;
}
.care-type-left p {
  font-size: 22px !important;
  width: 100% !important;
}
.care-type-card p {
    line-height: 23px;
    font-size: 18px;
}
}

/* Small Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
         .care-type-left h1 {
  font-size: 50px !important;
  line-height: 50px;
}
.care-type-left p {
  font-size: 22px !important;
  width: 100% !important;
}
.care-type-card-top h4 {
  font-size: 19px !important;
}

.care-type-card p {
    line-height: 23px;
    font-size: 15px;
}

.care-type-card-bottom h6 {
    font-size: 11px;
}
}


/* =======================
    Section 5 Why Denver Families
    ============================== */

.denver {
    background-color:#FFEEF4;
}

.denver-left h1 {
    font-family: "Tomato Grotesk", sans-serif;
    font-weight: 700;
    font-size: 58px;
    line-height:100%;
    letter-spacing: 0%;
}

.denver-text {
    color: #4DB1A7;
}

.care-type-para{
  font-family: 'Montserrat', sans-serif !important;
 font-weight: 400;
    font-size: 24px !important;
    line-height: 34px;
    letter-spacing: 0%;
  color: #000000;
}

.care-type-para-2{
  font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    font-size: 24px !important;
    line-height: 34px;
    letter-spacing: 0%;
    color: #000000;
}

.denver-left ul {
    margin: 0;
    padding: 0;
}

.denver-left ul li {
  font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0%;
  color: #000000;
    list-style: none;
    margin: 0;
    padding: 0;
}

.denver-left ul li:hover {
  color: #4DB1A7;
  cursor: pointer;
}

.Denver-icon img {
    width: 15px;
    height: 15px;
}


/* --------------
right video css
---------------- */

.denver-yt-wrapper {
    width: 100%;
    height: 100%;
}

.denver-yt-wrapper iframe {
    width: 100%;
    height: 487px !important;
    border-radius: 20px;
    object-fit: cover;
    padding: 12px 12px 0px 12px;
}


/* ==============
Responsive section
==================== */

/* Small Phones (320px - 375px) */
@media (max-width: 375.99px) {

.denver-left h1,
.care-service-title {
  font-size: 35px;
}

.care-type-para,
.denver-left ul li {
  font-size: 18px !important;
}

.care-type-para-2{
  font-size: 20px !important;
}

 .denver-yt-wrapper iframe {
        width: 100%;
        height: 300px !important;
    }

}

/* Larger Phones (376px - 539px) */
@media (min-width: 376px) and (max-width: 539px) {

  .denver-left h1,
.care-service-title {
  font-size: 35px;
}

.care-type-para,
.denver-left ul li {
  font-size: 18px !important;
}

.care-type-para-2{
  font-size: 20px !important;
}

 .denver-yt-wrapper iframe {
        width: 100%;
        height: 300px !important;
    }
 
}


/* Small Tablets / Big Phones (540px - 575px) */
@media (min-width: 540px) and (max-width: 575.99px) {

    .denver-left h1,
.care-service-title {
  font-size: 35px;
}

.care-type-para,
.denver-left ul li {
  font-size: 18px !important;
}

.care-type-para-2{
  font-size: 20px !important;
}

 .denver-yt-wrapper iframe {
        width: 100%;
        height: 300px !important;
    }

}

/* Standard Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 767.99px) {

    .denver-left h1,
.care-service-title {
  font-size: 35px;
}

.care-type-para,
.denver-left ul li {
  font-size: 18px !important;
}

.care-type-para-2{
  font-size: 20px !important;
}

 .denver-yt-wrapper iframe {
        width: 100%;
        height: 300px !important;
    }

}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.99px) {

    .denver-left h1,
.care-service-title {
  font-size: 45px;
}

.care-type-para,
.denver-left ul li {
  font-size: 18px !important;
}

.care-type-para-2{
  font-size: 20px !important;
}

 .denver-yt-wrapper iframe {
        width: 100%;
        height: 300px !important;
    }

}

/* Small Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.99px) {
    .denver-left h1,
.care-service-title {
  font-size: 40px;
}

.care-type-para,
.denver-left ul li {
  font-size: 15px !important;
}

.care-type-para-2{
  font-size: 20px !important;
}

 .denver-yt-wrapper iframe {
        width: 100%;
        height: 400px !important;
    }
}

/* Large Desktops (1200px - 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
      .denver-left h1,
.care-service-title {
  font-size: 50px;
}

.care-type-para,
.denver-left ul li {
  font-size: 19px !important;
}

.care-type-para-2{
  font-size: 20px !important;
}

 .denver-yt-wrapper iframe {
        width: 100%;
        height: 400px !important;
    }
}


/* ============================
    Section 6 Home Care Service
    ============================ */

.care-service {
    background-color: #C5697E;
}

.care-service-title {
    font-family: "Tomato Grotesk", sans-serif;
    font-weight: 700;
    font-size: 58px;
    line-height: 100%;
    text-align: center;
    color: #fff;
}

.care-service p{
      font-family: 'Montserrat', sans-serif;
      font-style: Regular;
      font-weight: 400;
      font-size: 24px;
      letter-spacing: 0%;
      line-height: 34px;
    color:#FFFFFF;
}

.review-card {
    height: 289px !important;
    background-color: #AD4C62;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.review-card:hover {
    transform: translateY(-5px);
}

.review-card img {
    width: 4rem;
}

.review-card h3 {
    font-family: "Tomato Grotesk", sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin-top: 14px;
    line-height: 100%;
    letter-spacing: 9%;
    color:#FFFFFF;

}

.review-card p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
    font-size: 16px;
    margin-top: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #fff;

}

/* Small Phones (320px - 375px) */
@media (max-width: 375.99px) {

.care-service-title {
  font-size: 35px !important;
}

 .care-service-title br {
        display: none;
    }

.care-service p {
  font-size: 20px;
}
    .care-service p br {
        display: none;
    }

      .review-card {
        height: 285px !important;
    }

  
    .review-card h3 br {
        display: none;
    }

 .review-card p br {
        display: none;
    }

    .review-card h3 {
      font-size: 20px !important;
    }

    .review-card p {
      font-size: 15px !important;
    }
}



/* Larger Phones (376px - 539px) */
@media (min-width: 376px) and (max-width: 539.99px) {
  .care-service-title {
  font-size: 35px important;
}
 .care-service-title br {
        display: none;
    }

 .care-service p {
  font-size: 18px;
}







    .care-service p br {
        display: none;
    }
 

    .review-card {
        height: 285px !important;
    }

    .review-card h3 br {
        display: none;
    }

     .review-card p br {
        display: none;
    }
}




/* Small Tablets / Big Phones (540px - 575px) */
@media (min-width: 540px) and (max-width: 575.99px) {
      .care-service-title {
  font-size: 35px important;
}
 .care-service-title br {
        display: none;
    }

 .care-service p {
  font-size: 18px;
}
    .care-service p br {
        display: none;
    }
 

    .review-card {
        height: 285px !important;
    }

    .review-card h3 br {
        display: none;
    }

     .review-card p br {
        display: none;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 767.99px) {
  
    .care-service-title {
  font-size: 25px important;
}
 .care-service-title br {
        display: none;
    }

 .care-service p {
  font-size: 18px;
}
    .care-service p br {
        display: none;
    }
 

    .review-card {
        height: 300px !important;
    }

    .review-card p {
      font-size: 16px !important;
    }

 .review-card h3 {
  font-size: 15px !important;
    }

    .review-card h3 br {
        display: none;
    }

     .review-card p br {
        display: none;
    }
}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.99px) {
  
  .care-service-title {
  font-size: 35px important;
}
 .care-service-title br {
        display: none;
    }

 .care-service p {
  font-size: 24px;
}
    .care-service p br {
        display: none;
    }
 

    .review-card {
        height: 300px !important;
    }
  .review-card h3 {
        font-size: 18px !important;
    }
    .review-card h3 br {
        display: none;
    }

      .review-card p  {
        font-size: 16px;
    }

     .review-card p br {
        display: none;
    }
}

/* Small Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.99px) {
  .care-service-title {
  font-size: 35px important;
}
 .care-service-title br {
        display: none;
    }

 .care-service p {
  font-size: 24px;
}
    .care-service p br {
        display: none;
    }
 

    .review-card {
        height: 300px !important;
    }
  .review-card h3 {
        font-size: 18px !important;
    }
    .review-card h3 br {
        display: none;
    }

      .review-card p  {
        font-size: 16px;
    }

     .review-card p br {
        display: none;
    }
}

/* Large Desktops (1200px - 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
  
}

/* Extra Large Screens (1400px and above) */
@media (min-width: 1400px) {
  
}


/* ============================
     Section 7 Home Care Agencies
    ============================ */

.care-agency-title {
    font-family: "Tomato Grotesk", sans-serif;
    font-weight: 700;
    font-size: 58px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.care-agency-title span {
    color: #38A4C4;
}


.agency-card {
    height: 237px !important;
    background-color: #285B57;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.agency-card h3 {
    font-family: "Tomato Grotesk", sans-serif;
    color: #EE859C;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 8px;
}

.agency-card p {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    margin-top: 20px;
}


@media (max-width: 375.99px) {

  .care-agency-title {
    font-size: 35px !important;
  }

   .care-agency-title br {
        display: none;
    }

 .care-agency p {
        font-size: 20px;
    }


    .care-agency p br {
        display: none;
    }

   .agency-card h3 {
    font-size: 25px;
}
      .agency-card h3 br {
        display: none;
    }
}


/* Larger Phones (376px - 539px) */
@media (min-width: 376px) and (max-width: 539.99px) {
  .agency-card {
        height: 12rem !important;
    }

  .care-agency-title {
    font-size: 35px !important;
  }

   .care-agency-title br {
        display: none;
    }

.care-agency p {
        font-size: 20px;
    }

    .care-agency p br {
        display: none;
    }

    .agency-card {
    height: 237px !important;
}

   .agency-card h3 {
    font-size: 25px;
}
      .agency-card h3 br {
        display: none;
    }
}


/* Small Tablets / Big Phones (540px - 575px) */
@media (min-width: 540px) and (max-width: 575.99px) {

  .agency-card {
    height: 237px !important;
    
}
    .care-agency-title {
    font-size: 58px;
}
     .care-agency-title br {
        display: none;
    }

.care-agency p {
        font-size: 20px;
    }

    .care-agency p br {
        display: none;
    }

   .agency-card h3 {
    font-size: 25px;
}
      .agency-card h3 br {
        display: none;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 767.99px) {
  
  .agency-card {
    height: 237px !important;
    
}
    .care-agency-title {
    font-size: 35px;
}
     .care-agency-title br {
        display: none;
    }

.care-agency p {
        font-size: 15px;
    }

    .care-agency p br {
        display: none;
    }

   .agency-card h3 {
    font-size: 18px;
}
      .agency-card h3 br {
        display: none;
    }
}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.99px) {
  
  .agency-card {
    height: 237px !important;
    
}
    .care-agency-title {
    font-size: 58px;

  }

     .care-agency-title br {
        display: none;
    }

.care-agency p {
        font-size: 20px;
    }

    .care-agency p br {
        display: none;
    }

   .agency-card h3 {
    font-size: 22px;
}
      .agency-card h3 br {
        display: none;
    }
}

/* Small Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.99px) {

.agency-card {
    height: 242px !important;
    
}
    .care-agency-title {
    font-size: 58px;

}
     .care-agency-title br {
        display: none;
    }

.care-agency p {
        font-size: 16px;
    }

    .care-agency p br {
        display: none;
    }

   .agency-card h3 {
    font-size: 14px;
}
      .agency-card h3 br {
        display: none;
    }
}


/* =======================
    Section 8 Across Denver
    ============================== */

.across {
    background-color: #FFEEF4;
}

.across-left h1 {
    font-family: "Tomato Grotesk", sans-serif;
    color: #4DB1A7;
    font-size: 58px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
}


.across-left p {
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0%;
}

.across-left ul {
    margin: 0;
    padding: 0;
}

.across-left ul li {
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    list-style: none;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0%;
    margin: 0;
    padding: 0;
}

.across-left ul li:hover {
  color: #4DB1A7;
  cursor: pointer;
   
}
.Denver-icon img {
    width: 24px;
    height: 24px;
}

.across-right img {
    width: 519px;
    height: 200px;
}


/* ==============
Responsive section
==================== */

/* Small Phones (320px - 375px) */
@media (max-width: 375.99px) {

  .across-left h1 {
        font-size: 35px !important;
        text-align: center;
    }

    .across-left p {
      font-size: 18px !important;
      line-height: 28px;
    }

    .across-left ul li {
      font-size: 12px !important;
      /*letter-spacing: 100%;*/
    }

    .Denver-icon img {
    width: 18px;
    height: 18px;
}

}


/* Larger Phones (376px - 539px) */
@media (min-width: 376px) and (max-width: 539.99px) {
 
  .across-left h1 {
        font-size: 35px !important;
        text-align: center;
    }

    .across-left p {
      font-size: 18px !important;
      line-height: 28px;
    }

    .across-left ul li {
      font-size: 12px !important;
      letter-spacing: 100%;
    }

    .Denver-icon img {
    width: 18px;
    height: 18px;
}

}


/* Small Tablets / Big Phones (540px - 575px) */
@media (min-width: 540px) and (max-width: 575.99px) {

  .across-left h1 {
        font-size: 35px !important;
        text-align: center;
    }

    .across-left p {
      font-size: 18px !important;
      line-height: 28px;
    }

    .across-left ul li {
      font-size: 12px !important;
      letter-spacing: 100%;
    }

    .Denver-icon img {
    width: 18px;
    height: 18px;
}
    
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 767.99px) {

  .across-left h1 {
        font-size: 35px !important;
        text-align: center;
    }

    .across-left p {
      font-size: 18px !important;
      line-height: 28px;
    }

    .across-left ul li {
      font-size: 18px !important;
      letter-spacing: 100%;
    }

    .Denver-icon img {
    width: 18px;
    height: 18px;
}
  
}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.99px) {

  .across-left h1 {
        font-size: 35px !important;
    }

    .across-left p {
      font-size: 18px !important;
      line-height: 28px;
    }

    .across-left ul li {
      font-size: 16px !important;
      letter-spacing: 100%;
    }

    .Denver-icon img {
    width: 18px;
    height: 18px;
}
  
}

/* Small Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.99px) {

  .across-left h1 {
        font-size: 50px !important;
    }

    .across-left p {
      font-size: 21px !important;
      line-height: 28px;
    }

    .across-left ul li {
      font-size: 18px !important;
      letter-spacing: 100%;
    }

    .Denver-icon img {
    width: 18px;
    height: 18px;
}

}

/* Large Desktops (1200px - 1399px) */
@media (min-width: 1200px) and (max-width: 1399.99px) {

  .across-left h1 {
        font-size: 50px !important;
    }

    .across-left p {
      font-size: 23px !important;
      line-height: 28px;
    }

    .across-left ul li {
      font-size: 18px !important;
      letter-spacing: 100%;
    }

    .Denver-icon img {
    width: 18px;
    height: 18px;
}
  
}





/* ============================
    Section 9 Denver Families
    ============================ */
.denver-family {
    background-color: #275B57;
    padding: 60px 0;

}

.denver-family-title {
    font-family: "Tomato Grotesk", sans-serif;
    color: #EE859C;
    font-weight: 700;
    font-style: bold;
    font-size: 58px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.denver-family-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0%;
    color: #FFFFFF;
    text-align: center;
}

.fimily-card {
    position: relative;
    height: 430px !important;
    background-color: #1D4C46;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.fimily-card:hover {
    transform: translateY(-5px);
}

.fimily-card img {
    width: 3rem;
}

.fimily-card p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #FFFFFF;
    margin-top: 30px !important;
}

.fimily-card-bottom {
    position: absolute;
    background-color: #275B57;
    padding: 6px 15px;
    border-top-right-radius: 15px;
    left: 0px;
    bottom: 1px;
    margin-top: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.fimily-card-bottom h6 {
    font-family: "Tomato Grotesk", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
    color: #ffffff;
    margin: 0;
}


.fimily-card-bottom-text {
    font-family: 'Montserrat', sans-serif;
    color: #EE859C;
}

.carousel-indicators {
    position: static !important;
    justify-content: center;
    display: flex;
    gap: 10px;
    margin-top: 30px;
}


.carousel-indicators .indicator {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #FFC8D4;
    border: none;
    cursor: pointer;
}

.carousel-indicators .indicator.active {
    background: #EE859C;
}



/* ===== SLIDER ===== */
.carousel-wrapper {
    position: relative;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
}

.fimily-card {
    background-color: #1D4C46;
    border-radius: 12px;
    padding: 24px;
    min-width: calc((100% - 40px) / 3);
    position: relative;
     flex-shrink: 0;
}


.fimily-card-bottom-text {
    color: #EE859C;
}

/* ===== RESPONSIVE ===== */

/* Small Phones (320px - 375px) */
@media (max-width: 375.99px) {
    .fimily-card {
        max-width: 100% !important;

    }

    .denver-family-title {
        font-size: 36px !important;
    }

    .denver-family-text {
        font-size: 16px !important;

    }

       .denver-family-text br {
        display: none;
        
    }

}

/* Larger Phones (376px - 539px) */
@media (min-width: 376px) and (max-width: 539.99px) {
     .fimily-card {
        max-width: 100% !important;
    }

    .denver-family-title {
        font-size: 36px !important;
    }

    .denver-family-text {
        font-size: 16px !important;
    }

          .denver-family-text br {
        display: none;
        
    }
}

/* Small Tablets / Big Phones (540px - 575px) */
@media (min-width: 540px) and (max-width: 575.99px) {

      .fimily-card {
        max-width: 100% !important;
    }

    .denver-family-title {
        font-size: 36px !important;
    }

    .denver-family-text {
        font-size: 16px !important;
    }

          .denver-family-text br {
        display: none;
        
    }
}


/* Standard Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 767.99px) {
  
        .fimily-card {
        max-width: 100% !important;
    }

    .denver-family-title {
        font-size: 36px !important;
    }

    .denver-family-text {
        font-size: 16px !important;
    }

          .denver-family-text br {
        display: none;
        
    }
}


/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.99px) {
  

     .fimily-card {
        width: calc((100% - 20px) / 2) !important;
    }

    .denver-family-title {
        font-size: 36px !important;
    }

    .denver-family-text {
        font-size: 16px !important;
    }

          .denver-family-text br {
        display: none;
        
    }
}


/* Small Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.99px) {


     .fimily-card {
        width: calc((100% - 20px) / 2) !important;
    }

    .denver-family-title {
        font-size: 45px !important;
    }

    .denver-family-text {
        font-size: 21px !important;
    }

          .denver-family-text br {
        display: none;
    }

    .fimily-card p {
    font-size: 20px;
}
}

/* Large Desktops (1200px - 1399px) */
@media (min-width: 1200px) and (max-width: 1399.99px) {
     .fimily-card {
        width: calc((100% - 20px) / 3) !important;
    }

    .denver-family-title {
        font-size: 58px !important;
    }

    .denver-family-text {
        font-size: 24px !important;
    }

         .fimily-card p {
    font-size: 16px;
    }

   

}




/* ============================
    Section 10 Video Library
    ============================ */

.video-library {
    background-color:#FFF0F4;
}

.video-library-inner h1{
    font-family: "Tomato Grotesk", sans-serif;
    font-weight: 700;
    font-style: bold;
    font-size: 58px;
    line-height: 100%;
letter-spacing: 0%;
    color: #4DB1A9;
}

.video-library-inner p{
        font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 34px;
letter-spacing: 0%;
    color: #000000;
}

.video-library-wrapper  {
    width: 100%;
    height: 100%;
    padding: 10px 0px;
    margin: 25px 0px;

}

.video-library-wrapper  iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

/*========================================
=  Responsive Breakpoints (Cleaned)
========================================*/

/* Small Phones (320px - 375px) */
@media (max-width: 375.99px) {
.video-library-inner h1{
   font-size: 35px !important;
}
}

/* Larger Phones (376px - 539px) */
@media (min-width: 376px) and (max-width: 539px) {

  .video-library-inner h1{
   font-size: 35px !important;
}
 
}


/* ============================
    Section 11 care-descreption
    ============================ */
.care-descreption-inner h1 {
    font-family: "Tomato Grotesk", sans-serif;
    font-weight: 700;
    font-style: bold;
    font-size: 58px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #EE859C;
    margin-top: 25px;
}

.care-descreption-inner p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #000000;

}

.care-descreption-inner ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;

}

.care-descreption-inner ul li {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #000000;
}

.care-descreption-inner ul li:hover {
  color: #4DB1A7;
  cursor: pointer;
    
}

.care-descreption-inner-step2 ul li{
    font-family: 'Montserrat', sans-serif !important;
         font-weight: 600 !important;
         font-style: semibold;
         font-size: 20px;
         line-height: 24px;
         letter-spacing: 0%;
         color: #000000;

}

.care-descreption-inner-step2 p{
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
    margin-left: 2px;
}

.care-descreption-inner-step3-bold{
font-family: 'Montserrat', sans-serif;
font-weight: 700;
font-style: bold;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;

}


/*========================================
=  Responsive Breakpoints (Cleaned)
========================================*/

/* Small Phones (320px - 375px) */
@media (max-width: 375.99px) {

.care-descreption-inner h1 {
     font-size: 35px !important;
}

.care-descreption-inner-step2 ul li {
   font-size: 16px !important;

}

}

/* Larger Phones (376px - 539px) */
@media (min-width: 376px) and (max-width: 539.99px) {
.care-descreption-inner h1 {
     font-size: 35px !important;
}

.care-descreption-inner-step2 ul li {
   font-size: 16px !important;

}

}


/* Small Tablets / Big Phones (540px - 575px) */
@media (min-width: 540px) and (max-width: 575.99px) {
    
    .care-descreption-inner h1 {
     font-size: 35px !important;
}

.care-descreption-inner-step2 ul li {
   font-size: 16px !important;

}
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 767.99px) {
  
  .care-descreption-inner h1 {
     font-size: 35px !important;
}

.care-descreption-inner-step2 ul li {
   font-size: 16px !important;

}
}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.99px) {
  
  .care-descreption-inner h1 {
     font-size: 35px !important;
}

.care-descreption-inner-step2 ul li {
   font-size: 16px !important;

}
}

/* Small Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.99px) {

.care-descreption-inner h1 {
     font-size: 35px !important;
}

.care-descreption-inner-step2 ul li {
   font-size: 16px !important;

}
}

/* Large Desktops (1200px - 1399px) */
@media (min-width: 1200px) and (max-width: 1399.99px) {
  
  .care-descreption-inner h1 {
     font-size: 35px !important;
}

.care-descreption-inner-step2 ul li {
   font-size: 16px !important;

}
}




/* ============================
    Section 12 Get Started
    ============================ */
.get-starte {
    background-color: #285B57;
}

.get-starte h1 {
    font-family: "Tomato Grotesk", sans-serif;
    font-weight: 700;
    font-style: bold;
    font-size: 58px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;

}

.get-starte-text {
    color: #EE859C;
}

.get-starte p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.get-starte-btn1 {
    font-family: "Tomato Grotesk", sans-serif;
    background-color: #EE859C;
    font-weight: 600;
    font-style: semibold;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
      overflow: visible !important;

}

.get-starte-btn2 {
    font-family: "Tomato Grotesk", sans-serif;
    background-color: #4DB1A9;
     font-weight: 600;
    font-style: semibold;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
      overflow: visible !important;

}

.get-starte-btn1:hover{
  background-color:#4DB1A9;
}

.get-starte-btn2:hover{
  background-color:#EE859C;
}


.get-starte-mask img {
  
      width:522px;
}


/*========================================
 Responsive Breakpoints (Cleaned)
========================================*/

/* Small Phones (320px - 375px) */
@media (max-width: 375.99px) {


.get-starte h1 {
  font-size: 35px !important;
}
  .get-starte h1 br {
        display: none;
    }

  .get-starte p {
        font-size: 18px !important;

    }

    .get-starte-buttons{
      display: flex;
      flex-direction: column;
    }

      .get-starte-btn1 {
        font-size: 10px important;
         overflow: hidden; !important;

    }

    .get-starte-btn2 {
        font-size: 10px important;
         overflow: hidden; !important;

    }

    .get-starte-img {
        margin-top: 15px !important;
    }

    .get-starte-mask img {
      width:522px;
      margin-top: 15px !important;
}
}

/* Larger Phones (376px - 539px) */
@media (min-width: 376px) and (max-width: 539.99px) {

.get-starte h1 {
  font-size: 35px !important;
  text-align: center;
}

  .get-starte h1 br {
        display: none;
    }

  .get-starte p {
        font-size: 18px !important;

    }

      .get-starte-btn1 {
        font-size: 10px !important;
    }

    .get-starte-btn2 {
        font-size: 10px !important;


    }

    .get-starte-img {
        margin-top: 15px !important;
    }

  .get-starte-mask img {
  
      width:400px;
      margin-top: 20px !important;
}

}


/* Small Tablets / Big Phones (540px - 575px) */
@media (min-width: 540px) and (max-width: 575.99px) {
    .get-starte h1 {
    font-size: 40px;
}
    .get-starte p {
    font-size: 18px;
}
.get-starte-btn1 {
    font-size: 11px;
}

.get-starte-btn2 {
    font-size: 11px;
}

.get-starte-mask img {
  
      width:400px;
      margin-top: 20px !important;
}


}


/* Standard Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 767.99px) {
   .get-starte h1 {
    font-size: 40px;
}
     .get-starte p {
    font-size: 18px;

}

.get-starte-btn1 {
    font-size: 14px;
}

.get-starte-btn2 {
    font-size: 14px;
}
.get-starte-mask img {
  
      width:400px;
      margin-top: 20px !important;
}
}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.99px) {
   .get-starte h1 {
    font-size: 40px;
}
     .get-starte p {
    font-size: 18px;

}
.get-starte-btn1 {
    font-size: 14px;
    text-align: center !important;
}

.get-starte-btn2 {
    font-size: 14px !important;

}

}

/* ============================
   Section 13 Latest Articles
============================ */

.latest-articles {
    background-color: #FFF0F4;
}

.latest-articles-inner h1 {
    font-family: "Tomato Grotesk", sans-serif;
    font-weight: 700;
    font-size: 58px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000000;
}

.latest-articles-card {
    position: relative;
    min-height: 480px;
    width: 100%;
    border: none;
    border-radius: 15px;
    text-align: start;
    background: #fff;
}

.latest-articles-card span {
    position: absolute;
    background-color: #4DB1A9;
    font-size: 12px;
    font-weight: 400;
    top: 10px;
    left: 10px;
    padding: 4px 8px;
    border-radius: 5px;
    color: #fff;
}

.latest-articles-card img {
    width: 100%;
    height: 273px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}

.latest-articles-card h2 {
    font-family: "Tomato Grotesk", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    color: #EE859C;
}

.latest-articles-card p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #000000;
}

.latest-articles-btn {
    margin-top: 40px;
}

.latest-articles-btn a {
    background-color: #4DB1A9;
    font-family: "Tomato Grotesk", sans-serif;
    font-weight: 600;
    font-size: 20px;
    padding: 15px 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: none;
    color: #FFFFFF;
     transition: transform 0.3s ease;
}

.latest-articles-btn a:hover {
background-color: #C5697E;
}


/*========================================
=  Responsive Breakpoints (Cleaned)
========================================*/

/* Small Phones (320px - 375px) */
@media (max-width: 375.99px) {

.latest-articles-inner h1 {
  font-size: 35px !important;
}
   .latest-articles-card {
        min-height: 300px !important;
    }

    .latest-articles-card h2 {
        font-size: 18px;
    }

    .latest-articles-card p {
        font-size: 14px;
    }
}


/* Larger Phones (376px - 539px) */
@media (min-width: 376px) and (max-width: 539.99px) {

  .latest-articles-inner h1 {
  font-size: 35px !important;
}
    .latest-articles-card {
        min-height: 300px !important;
    }

    .latest-articles-card h2 {
        font-size: 18px;
    }

    .latest-articles-card p {
        font-size: 14px;
    }
}

/* Small Tablets (540px - 575px) */
@media (min-width: 540px) and (max-width: 575.99px) {
    .latest-articles-card {
        min-height: 40rem;
    }

    .latest-articles-card h2 {
        font-size: 23px;
    }

    .latest-articles-card p {
        font-size: 17px;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 767.99px) {
    .latest-articles-card h2 {
        font-size: 20px;
    }

    .latest-articles-card p {
        font-size: 14px;
    }
}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.99px) {
    .latest-articles-card {
      min-height:380px;
    }

    .latest-articles-card img {
    height: 230px;
}

    .latest-articles-card h2 {
        font-size: 12px;
        line-height: 25px !important;
    }



    .latest-articles-card p {
        font-size: 13px;
    }
}

/* Small Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.99px) {
    .latest-articles-card {
        min-height: 30rem;
    }

    .latest-articles-card h2 {
        font-size: 18px;
    }

    .latest-articles-card p {
        font-size: 15px;
    }
}

/* Large Desktops (1200px - 1399px) */
@media (min-width: 1200px) and (max-width: 1399.99px) {
    .latest-articles-card h2 {
        font-size: 20px;
    }

    .latest-articles-card p {
        font-size: 15px;
    }
}

/* Extra Large Screens (1400px+) */
@media (min-width: 1400px) {
    .latest-articles-card h2 {
        font-size: 22px;
    }

    .latest-articles-card p {
        font-size: 16px;
    }
}

/* ============================
   Footer Section Contact Us
============================ */

.contact-us {
    background-color: #C5697E;
    position: relative;
}

.contact-us-inner h1 {
    font-family: "Tomato Grotesk", sans-serif;
    font-weight: 700;
    font-size: 58px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.contact-us-inner p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.contact-us-inner ul {
    padding: 0;
}

.contact-us-inner ul li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;
    list-style: none;
    color: #fff;
}

.icon {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.icon-text {

    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;
    list-style: none;
    color: #7AE3DA;
}

.icon img {
    width: 32.18px;
}

.btn-purple {
    background-color: #E17446;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    border-radius: 50px;
    border: none;
    padding: 10px 20px;
}

.btn-purple:hover {
    background-color: #fff;
    color: #000;
}

/*========================================
=  Responsive Breakpoints (Cleaned)
========================================*/

/* Small Phones (320px - 375px) */
@media (max-width: 375.99px) {

.contact-us-inner h1 {
    font-size: 35px !important;
}

.contact-us-inner p {
    font-size: 18px !important;
}

.contact-us-inner ul li {
    font-size: 18px !important;
}

}


/* Larger Phones (376px - 539px) */
@media (min-width: 376px) and (max-width: 539.99px) {

.contact-us-inner h1 {
    font-size: 35px !important;
}

.contact-us-inner p {
    font-size: 18px !important;
}

.contact-us-inner ul li {
    font-size: 18px !important;
}

}


/* Small Tablets / Big Phones (540px - 575px) */
@media (min-width: 540px) and (max-width: 575.99px) {
    .contact-us-inner h1 {
    font-size: 35px !important;
}

.contact-us-inner p {
    font-size: 18px !important;
}

.contact-us-inner ul li {
    font-size: 18px !important;
}
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 767.99px) {
  .contact-us-inner h1 {
    font-size: 35px !important;
}

.contact-us-inner p {
    font-size: 18px !important;
}

.contact-us-inner ul li {
    font-size: 18px !important;
}
}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.99px) {
  .contact-us-inner h1 {
    font-size: 45px !important;
}

.contact-us-inner p {
    font-size: 24px !important;
}

.contact-us-inner ul li {
    font-size: 22px !important;
}
}

/* Small Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.99px) {
.contact-us-inner h1 {
    font-size: 45px !important;
}

.contact-us-inner p {
    font-size: 24px !important;
}

.contact-us-inner ul li {
    font-size: 24px !important;
}

.quote-card {
width: 420px !important;
   
}
}

/* Large Desktops (1200px - 1399px) */
@media (min-width: 1200px) and (max-width: 1399.99px) {
  .contact-us-inner h1 {
    font-size: 58px !important;
}

.contact-us-inner p {
    font-size: 24px !important;
}

.contact-us-inner ul li {
    font-size: 24px !important;
}


.quote-card {
width: 520px !important;
   
}

}



/* ============================
   Contact Form
============================ */


.quote-card {
    background-color: #AD4C62;
    border-radius: 20px;
    max-width: 520px;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    padding: 30px;
}

.quote-card h2 {
    font-family: "Tomato Grotesk", sans-serif;
    font-weight: 700;
    font-size: 58px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 20px;
    color: #ffffff;
}

.form-control {
    background-color: #F0EEEE;
    border-radius: 10px;
    margin-top: 45px;
    padding: 15px 10px;
}

.quote-card form button {
    background-color: #4DB1A9;
    font-family: "Tomato Grotesk", sans-serif;
    width: 100%;
    border-radius: 30px;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    margin-top: 45px !important;
    padding: 15px 0px;
}

.quote-card form button:hover {
    background-color: #C5697E;
}



/*========================================
=  Responsive Breakpoints (Cleaned)
========================================*/

/* Small Phones (320px - 375px) */
@media (max-width: 375.99px) {

.quote-card h2 {
    font-size: 30px !important;
}

}


/* Larger Phones (376px - 539px) */
@media (min-width: 376px) and (max-width: 539px) {

.quote-card h2 {
    font-size: 30px !important;
}

}


/* ============================
   Footer Section Bottom
============================ */

.footer-bottom {
    background-color: #FFF0F4;
    color: #222;
    padding: 40px 0px 40px 0px;
}

.footer-bottom-inner h6 {
    font-family: "Tomato Grotesk", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #4DB1A9;
}

.footer-bottom-info {
    margin-top: 15px;
}

.footer-bottom-info ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    gap: 20px;
    margin: 40px 0px 0px 0px;
    padding: 0;
}

.footer-bottom-icon img {
    width: 20px;
}

.footer-bottom-icon li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 7px !important;
    color: #000000;
}


.footer-bottom-icon li:hover {
   color: #4DB1A9;
}


.footer-bottom-icon a {
    color: #222;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    transition: all 0.3s;
}

.footer-bottom-logo img {
    width:200px;
}

.footer-bottom-social img {
    width: 30px;
}

.footer-bottom-map iframe {
    border: 0;
    width: 100%;
    border-radius: 5px;
}

.footer-next-bottom {
    border-top: 1px solid #C5697E;
    margin-top: 30px;
    padding-top: 18px;
    font-size: 16px;
}

.footer-next-bottom p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 15px;
    color: #000000;
}

/* Footer Responsive */
@media (min-width: 768px) and (max-width: 991px) {
    .footer-bottom-map iframe {
        margin-top: 30px;
    }

    .footer-bottom-icon li {
        font-size: 9px;
    }
}


/*========================================
=  Responsive Breakpoints (Cleaned)
========================================*/

/* Small Phones (320px - 375px) */
@media (max-width: 375.99px) {

.footer-next-bottom p {
    font-size: 15px !important;
    line-height: 25px !important;
}

    .footer-next-bottom p {
    font-size: 8px !important;

}

}


/* Larger Phones (376px - 539px) */
@media (min-width: 376px) and (max-width: 539.99px) {

.footer-next-bottom p {
    font-size: 15px !important;
    line-height: 25px !important;

}

    .footer-next-bottom p {
    font-size: 10.5px !important;

}

}

/* Small Tablets / Big Phones (540px - 575px) */
@media (min-width: 540px) and (max-width: 575.99px) {

    .footer-bottom-inner h6 {
    font-size: 20px !important;
}
   .footer-next-bottom p {
    font-size: 15px;

}

}

/* Standard Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 767.99px) {
    .footer-bottom-inner h6 {
        font-size: 14px;
    }

    .footer-bottom-map iframe {
        margin-top: 30px;
    }

    .footer-bottom-icon li {
        font-size: 8px;
    }

    .footer-next-bottom p {
    font-size: 15px;

}
}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.99px) {

   .footer-bottom-inner h6 {
        font-size: 16px;
    }

    .footer-bottom-icon li {
    font-size: 10px;
}
  
}

/* Small Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.99px) {

   .footer-bottom-inner h6 {
        font-size: 24px;
    }

    .footer-bottom-icon li {
    font-size: 12px;
}

.footer-next-bottom p {
    font-size: 15px;

}

}

/* Large Desktops (1200px - 1399px) */
@media (min-width: 1200px) and (max-width: 1399.99px) {
      .footer-bottom-inner h6 {
        font-size: 24px;
    }

    .footer-bottom-icon li {
    font-size: 12px;
}

.footer-next-bottom p {
    font-size: 15px;

}
}
