.text-white {
  color: #ffffff;
}

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

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

.bg-green {
  background-color: #133758;
}

.bg-red {
  background-color: #21a8e2;
}

.btn-bg-yellow {
  background-color: #e7951f;
}
.btn-bg-yellow:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btn-bg-white {
  color: #133758 !important;
  background-color: #ffffff;
}
.btn-bg-white:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btn-bg-green {
  background-color: #133758;
}
.btn-bg-green:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btn-bg-red {
  background-color: #21a8e2;
}
.btn-bg-red:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btn-brd-blue {
  color: #133758 !important;
  border: 2px solid #133758 !important;
  background-color: transparent;
}
.btn-brd-blue:hover {
  color: #ffffff !important;
  background-color: #133758;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btn-brd-white {
  border: 2px solid #ffffff !important;
  background-color: transparent;
}
.btn-brd-white:hover {
  color: #21a8e2;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.angle-gradient {
  background: rgb(33, 168, 226);
  background: linear-gradient(138deg, rgb(33, 168, 226) 0%, rgb(19, 55, 88) 100%);
}

@font-face {
  font-family: Poppins-Regular;
  src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: Poppins-Medium;
  src: url(../fonts/Poppins-Medium.ttf);
}
@font-face {
  font-family: Poppins-SemiBold;
  src: url(../fonts/Poppins-SemiBold.ttf);
}
@font-face {
  font-family: Poppins-Bold;
  src: url(../fonts/Poppins-Bold.ttf);
}
@font-face {
  font-family: RobotoCondensed-Light;
  src: url(../fonts/RobotoCondensed-Light.ttf);
}
@font-face {
  font-family: RobotoCondensed-Regular;
  src: url(../fonts/RobotoCondensed-Regular.ttf);
}
@font-face {
  font-family: RobotoCondensed-Bold;
  src: url(../fonts/RobotoCondensed-Bold.ttf);
}
@font-face {
  font-family: PlayfairDisplay-Italic;
  src: url(../fonts/PlayfairDisplay-Italic.ttf);
}
@font-face {
  font-family: PlayfairDisplay-Regular;
  src: url(../fonts/PlayfairDisplay-Regular.ttf);
}
@font-face {
  font-family: PlayfairDisplay-BoldItalic;
  src: url(../fonts/PlayfairDisplay-BoldItalic.ttf);
}
@font-face {
  font-family: PlayfairDisplay-Bold;
  src: url(../fonts/PlayfairDisplay-Bold.ttf);
}
@font-face {
  font-family: PlayfairDisplay-BlackItalic;
  src: url(../fonts/PlayfairDisplay-BlackItalic.ttf);
}
@font-face {
  font-family: PlayfairDisplay-Black;
  src: url(../fonts/PlayfairDisplay-Black.ttf);
}
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes bt-bottomTop-40 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.btn1 {
  font-size: 19px;
  font-family: PlayfairDisplay-Bold;
  color: #ffffff;
  text-transform: uppercase;
  padding: 12px 30px;
  border-radius: 35px 0px;
  border: 2px solid transparent;
  transition: 0.5s all;
}
@media (max-width: 575.98px) {
  .btn1 {
    font-size: 15px;
    padding: 9px 25px;
  }
}

.bline {
  min-height: 2px;
  width: 120px;
  border-radius: 10px;
}
@media (max-width: 575.98px) {
  .bline {
    width: 80px;
  }
}

.bline2 {
  min-height: 3px;
  width: 40px;
  border-radius: 10px;
}

.bline3 {
  min-height: 0.3px;
  width: 100px;
  border-radius: 10px;
}
@media (max-width: 575.98px) {
  .bline3 {
    width: 80px;
  }
}

#loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #fff url(../images/802.gif) no-repeat center;
  z-index: 999;
}

.header-strip {
  display: none;
}
@media (max-width: 575.98px) {
  .header-strip {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 999;
    padding: 10px 0px;
    background-color: rgba(19, 55, 88, 0.9);
  }
  .header-strip .strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-strip .strip .first {
    display: flex;
    justify-content: center;
    width: 50%;
    gap: 25%;
  }
  .header-strip .strip .first a i {
    color: #ffffff !important;
    margin-right: 8px;
    font-size: 18px;
    font-family: PlayfairDisplay-Bold;
    color: #133758;
    transition: all 1s linear;
  }
  .header-strip .strip .first a i:hover {
    color: #133758;
  }
}
@media (max-width: 575.98px) and (max-width: 992.98px) {
  .header-strip .strip .first a i {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .header-strip .strip .middle {
    position: absolute;
    bottom: 10%;
    margin-bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    height: 125%;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 100%;
    border: 2px solid #133758;
  }
  .header-strip .strip .middle i {
    font-size: 30px;
    color: #133758 !important;
  }
  .header-strip .strip .second {
    display: flex;
    justify-content: flex-end;
    width: 50%;
    gap: 25%;
  }
  .header-strip .strip .second a {
    margin-bottom: 0;
    text-decoration: none;
    font-size: 16px;
    font-family: Poppins-Regular;
    color: #0c0c0c;
    display: flex;
    transition: all 1s linear;
  }
  .header-strip .strip .second a i {
    margin-left: 8px;
  }
  .header-strip .strip .second a:hover {
    color: #133758;
  }
}
@media (max-width: 575.98px) and (max-width: 992.98px) {
  .header-strip .strip .second a {
    margin-left: 5px;
  }
}
@media (max-width: 575.98px) and (max-width: 992.98px) {
  .header-strip .strip .second a .sh {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .header-strip .strip .second a i {
    font-size: 24px;
    margin-right: 5px;
    color: #ffffff !important;
  }
}
@media (max-width: 575.98px) and (max-width: 992.98px) {
  .header-strip .strip .second a i {
    margin-right: 0px;
  }
}

.fixeds {
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.5s;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.205);
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100% !important;
}

header {
  box-shadow: 4px 1px 8px 5px rgba(0, 0, 0, 0.25);
  background-color: white;
  position: absolute;
  z-index: 5;
  padding: 10px 0px;
}
header .cheader {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .cheader .logo {
  max-height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
@media (max-width: 1399.98px) {
  header .cheader .logo {
    width: 250px;
  }
}
@media (max-width: 1199.98px) {
  header .cheader .logo {
    width: 200px;
  }
}
@media (max-width: 575.98px) {
  header .cheader .logo {
    width: 170px;
  }
}
header .cheader .call {
  text-decoration: none;
  display: none;
  gap: 10px;
  font-family: Poppins-Bold;
  font-weight: 700;
  color: #e7951f;
  text-transform: uppercase;
  padding: 7px 30px;
  border-radius: 50px;
  border: 2px solid #e7951f;
  width: 170px;
}
@media (max-width: 575.98px) {
  header .cheader .call {
    width: auto;
  }
}
@media (max-width: 992.98px) {
  header .cheader .call {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
header .cheader .text_logo {
  flex: 1;
  text-decoration: none;
  width: 300px;
}
header .cheader .text_logo h3 {
  font-family: PlayfairDisplay-Bold;
  color: #133758;
  padding-top: 8px;
}
@media (max-width: 992.98px) {
  header .cheader .navigation {
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left: -200%;
    bottom: 0;
    right: 0;
    padding-top: 100px;
    background-color: rgba(231, 149, 31, 0.9);
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation {
    width: 100%;
  }
}
header .cheader .navigation ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul {
    flex-direction: column;
  }
}
header .cheader .navigation ul li {
  list-style: none;
  margin: 0px 20px;
}
@media (max-width: 1399.98px) {
  header .cheader .navigation ul li {
    margin: 0px 20px;
  }
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul li {
    margin: 0px 10px;
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul li {
    margin: 10px 0px;
  }
}
header .cheader .navigation ul li:last-child {
  font-family: PlayfairDisplay-Bold;
  color: #ffffff;
  text-transform: uppercase;
  padding: 7px 30px;
  border-radius: 50px;
  border: 2px solid #21a8e2;
  transition: 0.5s all;
  background-color: #21a8e2;
}
header .cheader .navigation ul li:last-child a {
  color: #ffffff !important;
}
header .cheader .navigation ul li:last-child:hover {
  background-color: transparent;
}
header .cheader .navigation ul li:last-child:hover a {
  color: #21a8e2 !important;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul li:last-child {
    padding: 7px 25px;
  }
}
@media (max-width: 575.98px) {
  header .cheader .navigation ul li:last-child {
    font-size: 15px;
    padding: 9px 25px;
  }
}
header .cheader .navigation ul li a {
  text-decoration: none;
  font-size: 17px;
  font-family: Poppins-Regular;
  color: rgba(12, 12, 12, 0.7);
  text-transform: capitalize;
  transition: background-color 1s linear;
}
header .cheader .navigation ul li a:hover {
  color: #133758;
}
@media (max-width: 1399.98px) {
  header .cheader .navigation ul li a {
    font-size: 17px;
  }
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul li a {
    font-size: 17px;
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul li a {
    font-size: 18px;
    color: #ffffff;
    border-bottom: 2px solid transparent;
  }
  header .cheader .navigation ul li a:hover {
    border-bottom: 2px solid transparent;
    color: #133758;
  }
}
header .cheader .active {
  left: 0%;
}
header .cheader .hamburger {
  display: none;
  position: absolute;
  top: 25px;
  right: 0;
  width: 60px;
  height: 60px;
  transition-duration: 0.5s;
}
@media (max-width: 992.98px) {
  header .cheader .hamburger {
    position: relative;
    z-index: 99999999999 !important;
    display: block;
    margin-top: -50px;
  }
}
@media (max-width: 575.98px) {
  header .cheader .hamburger {
    width: 10px;
    transform: scale(0.7);
  }
}
header .cheader .hamburger .icon {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 30px;
  top: 30px;
  background-color: #133758;
}
header .cheader .hamburger .icon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #133758;
  content: "";
  top: -10px;
}
header .cheader .hamburger .icon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #133758;
  content: "";
  top: 10px;
}
header .cheader .hamburger.open .icon {
  transition-duration: 0.5s;
  background: transparent;
}
header .cheader .hamburger.open .icon:before {
  background-color: #133758 !important;
  transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
}
header .cheader .hamburger.open .icon:after {
  background-color: #133758 !important;
  transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
}
header .cheader .hamburger:hover {
  cursor: pointer;
}

.active {
  left: 0% !important;
}

a.dropdown-item {
  color: black !important;
}

a.dropdown-item:hover {
  background-color: rgb(171, 171, 171);
}

footer {
  min-height: 527px;
  padding-top: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
}
@media (max-width: 1199.98px) {
  footer {
    padding-bottom: 120px;
  }
}
@media (max-width: 575.98px) {
  footer {
    padding-bottom: 240px;
  }
}
footer .logo {
  margin-bottom: 20px;
  text-decoration: none;
}
footer .logo h4 {
  font-family: Poppins-Bold;
  font-weight: 700;
  color: #0c0c0c;
}
footer .logo img {
  max-height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
footer p {
  font-size: 15px;
  font-family: Poppins-Regular;
  color: #0c0c0c;
  margin-bottom: 2px;
}
footer h5 {
  font-size: 21px;
  font-family: PlayfairDisplay-Bold;
  color: #0c0c0c;
}
@media (max-width: 992.98px) {
  footer h5 {
    margin-top: 30px;
  }
}
footer a:not([href]):not([class]) {
  color: #0c0c0c;
}
footer a:not([href]):not([class]):hover {
  color: #e7951f;
}
footer ul {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
footer ul li {
  line-height: 1.8;
}
footer ul li a {
  margin-bottom: 0;
  text-decoration: none;
  font-size: 14px;
  font-family: Poppins-Regular;
  color: #0c0c0c;
}
footer ul li a:hover {
  color: #e7951f;
}
footer .d-flex {
  margin-top: 20px;
}
footer .d-flex a i {
  margin-right: 10px;
  font-size: 22px;
  font-family: PlayfairDisplay-Bold;
  color: #21a8e2;
  transition: all 1s linear;
}
footer .d-flex a i:hover {
  color: #e7951f;
}
footer .d-flex .location {
  min-width: 50px;
}
footer .d-flex .location img {
  padding-right: 10px;
}
footer .d-flex .detail h6 {
  margin-bottom: 0;
  font-size: 14px;
  font-family: Poppins-Regular;
  color: #0c0c0c;
}
footer .d-flex .detail a {
  margin-bottom: 0;
  text-decoration: none;
  font-size: 14px;
  font-family: Poppins-Regular;
  color: #0c0c0c;
}
footer .d-flex .detail a:hover {
  color: #e7951f;
}
footer .copy {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 575.98px) {
  footer .copy {
    padding-bottom: 100px;
  }
}
footer .copy .d-flex {
  margin: 0;
  border-top: 1px solid rgba(12, 12, 12, 0.2);
  padding: 5px 0;
}
footer .copy p {
  text-align: center;
  font-size: 14px;
  font-family: Poppins-Regular;
  color: #0c0c0c;
}
@media screen and (min-width: 1199.98px) {
  footer #footerContactUs {
    position: relative;
    left: -75px;
  }
}

.top #chat-footer {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 909;
  background: #133758;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  transition: all 0.3s ease;
}
@media (max-width: 575.98px) {
  .top #chat-footer {
    display: none !important;
  }
}
.top #chat-footer i {
  position: relative;
  left: 3px;
  top: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -8px;
  margin-left: -5px;
  font-size: 19px;
  color: #ffffff;
  transition: all 0.3s ease;
}
.top #chat-footer:hover i {
  color: #ffffff;
  top: 10px;
}

#mySidenav a {
  position: absolute;
  position: fixed;
  left: -35px;
  transition: 0.3s;
  padding: 15px;
  width: 50px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  border-radius: 0 5px 5px 0;
  z-index: 9;
}

#mySidenav a:hover {
  left: 0;
}

#fb {
  top: 340px;
  background-color: #133758;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#twt {
  top: 400px;
  background-color: #e7951f;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#ins {
  top: 460px;
  background-color: #133758;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#in {
  top: 520px;
  background-color: #e7951f;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#email {
  top: 580px;
  background-color: #133758;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#popup {
  top: 640px;
  background-color: #e7951f;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.swiper-button-next,
.swiper-button-prev {
  background: -webkit-linear-gradient(#00286e, #00286e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading {
  font-size: 37px;
  font-family: PlayfairDisplay-Bold;
  color: #133758;
  text-transform: capitalize;
}
.heading span {
  color: #e7951f;
}
@media (max-width: 575.98px) {
  .heading {
    font-size: 23px;
  }
}

.b-heading {
  font-size: 37px;
  font-family: PlayfairDisplay-Bold;
  color: #000000;
  text-transform: capitalize;
}
.b-heading span {
  color: #133758;
}
@media (max-width: 575.98px) {
  .b-heading {
    font-size: 23px;
  }
}

.para {
  white-space: pre-line;
  font-size: 20px;
  font-family: Poppins-Regular;
  color: #0c0c0c;
}
@media (max-width: 575.98px) {
  .para {
    font-size: 17px;
  }
}

.banner {
  position: relative;
  min-height: 826px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/banner.webp);
  display: flex;
  align-items: center;
  text-align: center;
}
.banner::before {
  z-index: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 90%;
  top: 0;
  left: 0;
  background-color: transparent;
}
@media (max-width: 992.98px) {
  .banner::before {
    background-color: rgba(19, 55, 88, 0.6);
  }
}
@media (min-width: 1540px) {
  .banner {
    min-height: 1030px;
  }
}
@media (max-width: 992.98px) {
  .banner {
    padding: 50px 0px;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .banner {
    min-height: 450px;
    background-position: 90% center;
  }
}
.banner .container {
  position: relative;
  z-index: 2;
}
.banner h1 {
  font-size: 62px;
  font-family: PlayfairDisplay-Bold;
  color: #ffffff;
  text-transform: capitalize;
}
.banner h1 span {
  font-size: 62px;
  font-family: PlayfairDisplay-Bold;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .banner h1 span {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  .banner h1 {
    font-size: 35px;
  }
}
.banner p {
  margin-bottom: 0;
  font-size: 20px;
  font-family: Poppins-Regular;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .banner p {
    font-size: 18px;
  }
}

.coopBrandLogo {
  position: absolute;
  right: 0;
  bottom: 100px;
  width: 300px;
  height: 175px;
  z-index: 8;
  margin: 2rem;
  background-color: white;
  border-radius: 8px;
}
.coopBrandLogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992.98px) {
  .coopBrandLogo {
    width: 200px;
    height: 125px;
    bottom: 75px;
  }
}
@media (max-width: 575.98px) {
  .coopBrandLogo {
    width: 125px;
    height: 100px;
    bottom: 0;
  }
}

.banner-bottom {
  position: relative;
  z-index: 5;
  padding: 80px 0px;
}
@media (max-width: 992.98px) {
  .banner-bottom {
    padding: 50px 0px;
  }
}
@media (max-width: 575.98px) {
  .banner-bottom {
    margin-top: -150px;
  }
}
.banner-bottom .lbox {
  border-radius: 0px;
  border: 2px solid #21a8e2;
}
.banner-bottom .rbox {
  border-radius: 0px;
  border: 2px solid #e7951f;
}
.banner-bottom .box {
  background-color: #ffffff;
  text-align: center;
  min-height: 300px;
  padding: 50px 70px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 1s linear;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .banner-bottom .box {
    min-height: 330px;
  }
}
@media (max-width: 992.98px) {
  .banner-bottom .box {
    padding: 50px 50px;
    margin: 35px 0px;
    height: auto;
    min-height: auto;
  }
}
@media (max-width: 575.98px) {
  .banner-bottom .box {
    padding: 30px 20px;
    margin: 20px 0px;
  }
}
.banner-bottom .box img {
  margin-top: -130px;
}
@media (max-width: 575.98px) {
  .banner-bottom .box img {
    width: 70px;
  }
}
.banner-bottom .box h5 {
  font-size: 21px;
  font-family: PlayfairDisplay-Bold;
  color: #133758;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .banner-bottom .box h5 {
    font-size: 18px;
  }
}
.banner-bottom .box p {
  margin-bottom: 2px;
  font-size: 13px;
  font-family: Poppins-Regular;
  color: #133758;
}
@media (max-width: 575.98px) {
  .banner-bottom .box p {
    font-size: 13px;
  }
}
.banner-bottom .box button {
  transform: scale(0.8);
}

.how-can-we-help {
  min-height: 720px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #f3f3f3;
  display: flex;
  align-items: center;
}
@media (max-width: 992.98px) {
  .how-can-we-help {
    padding: 50px 0px;
  }
}
@media (max-width: 575.98px) {
  .how-can-we-help {
    min-height: 550px;
    background-position: bottom bottom;
  }
}
.how-can-we-help .service[aria-selected=true] {
  padding: 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.how-can-we-help .service[aria-selected=true] .content button h3,
.how-can-we-help .service[aria-selected=true] .content p {
  color: #ffffff;
}
.how-can-we-help .service {
  border: 1x solid #133758;
  border-radius: 50%;
  padding: 10px;
  margin: 20px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all 0.5s ease;
  position: relative;
}
@media (max-width: 575.98px) {
  .how-can-we-help .service {
    margin: 10px 0px;
  }
}
.how-can-we-help .service .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  text-align: center;
  padding: 30px 20px;
}
@media (max-width: 575.98px) {
  .how-can-we-help .service .content {
    padding: 20px 10px;
  }
}
.how-can-we-help .service .content img {
  margin: 0 auto;
  margin-top: -70px;
  margin-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .how-can-we-help .service .content img {
    width: 50px;
  }
}
.how-can-we-help .service .content button {
  width: 100%;
  background-color: transparent;
  border: none;
}
.how-can-we-help .service .content button h3 {
  font-size: 22px;
  font-family: PlayfairDisplay-Bold;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .how-can-we-help .service .content button h3 {
    font-size: 18px;
  }
}
.how-can-we-help .service .content p {
  margin-bottom: 2px;
  font-size: 15px;
  font-family: Poppins-Regular;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .how-can-we-help .service .content p {
    font-size: 14px;
  }
}

.services {
  padding: 80px 0px;
}
@media (max-width: 992.98px) {
  .services {
    padding: 50px 0px;
  }
}
.services .data .accordion {
  outline: none;
  margin-top: 30px;
}
@media (max-width: 575.98px) {
  .services .data .accordion {
    margin-top: 10px;
  }
}
.services .data .accordion .accordion-button:focus {
  box-shadow: none;
}
.services .data .accordion .accordion-button-focus-border-color {
  border: none;
}
.services .data .accordion .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgba(19, 55, 88, 0.3);
  padding-left: 0;
}
.services .data .accordion .accordion-item h2 {
  padding-left: 0;
}
.services .data .accordion .accordion-item button {
  border-bottom: 1px solid rgba(12, 12, 12, 0.1);
  background-color: transparent;
  font-size: 20px;
  font-family: PlayfairDisplay-Bold;
  color: #000000;
}
@media (max-width: 575.98px) {
  .services .data .accordion .accordion-item button {
    font-size: 18px;
  }
}
.services .data .accordion .accordion-item .accordion-body {
  font-size: 17px;
  font-family: Poppins-Regular;
  color: #0c0c0c;
}
.services .box {
  margin: 10px 0px;
  min-height: 185px;
  text-align: center;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 30px 0px;
  border: 2px solid rgba(19, 55, 88, 0.5);
  padding: 20px;
  height: 90%;
}
@media (max-width: 575.98px) {
  .services .box {
    padding: 10px;
  }
}
.services .box:hover {
  background-color: #e7951f;
}
.services .box:hover h6,
.services .box:hover p {
  color: #ffffff;
}
.services .box:hover img {
  filter: brightness(0) invert(1);
}
.services .box h6 {
  font-size: 18px;
  font-family: PlayfairDisplay-Bold;
  color: #e7951f;
}
@media (max-width: 575.98px) {
  .services .box h6 {
    font-size: 16px;
  }
}
.services .box p {
  flex: 2;
  margin-bottom: 0;
  font-size: 13px;
  font-family: Poppins-Regular;
  color: #0c0c0c;
}
@media (max-width: 575.98px) {
  .services .box p {
    font-size: 12px;
  }
}

.buy-today {
  background-color: #e7951f;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 768px;
  display: flex;
  align-items: center;
}
@media (max-width: 1500px) {
  .buy-today {
    min-height: 600px;
  }
}
@media (max-width: 1199.98px) {
  .buy-today {
    background-image: unset !important;
  }
}
@media (max-width: 992.98px) {
  .buy-today {
    padding: 50px 0px;
  }
}
.buy-today .img img {
  display: none;
}
@media (max-width: 1199.98px) {
  .buy-today .img img {
    display: block !important;
  }
}
@media (max-width: 992.98px) {
  .buy-today h2 {
    padding-top: 50px;
  }
}
.buy-today p {
  font-size: 18px;
  font-family: Poppins-Regular;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .buy-today p {
    font-size: 16px;
  }
}
.buy-today h6,
.buy-today h5 {
  font-size: 14px;
  font-family: Poppins-Regular;
  color: #ffffff;
  line-height: 1.5;
}
.buy-today h6 i,
.buy-today h5 i {
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .buy-today h6,
  .buy-today h5 {
    font-size: 14px;
  }
}
.buy-today h5 {
  opacity: 100%;
  margin-bottom: 20px;
}

.special-offers {
  padding: 80px 0px;
}
@media (max-width: 992.98px) {
  .special-offers {
    padding: 50px 0px;
  }
}
.special-offers .grey {
  background-color: rgba(19, 55, 88, 0.4);
}
.special-offers .gold {
  background-color: rgba(231, 149, 31, 0.4);
}
.special-offers .blue {
  background-color: rgba(33, 168, 226, 0.4);
}
.special-offers .special {
  border-radius: 50px;
  height: 100%;
}
.special-offers .special .box {
  align-items: center;
  height: 100%;
  display: flex;
  border-radius: 10px;
  padding: 40px 20px;
  text-align: center;
  /*  img {
    margin-top: -180px;
    @media (max-width: 767.98px){
      margin-top: -120px;
      width: 150px;
    }
    @media (max-width: 575.98px) {
      margin-top: -85px;
      width: 100px;
    }
  } */
}
@media (max-width: 575.98px) {
  .special-offers .special .box {
    margin: 0px 0px;
    padding: 30px 10px;
  }
}
.special-offers .special .box h6 {
  margin-top: 20px;
  text-align: center;
  font-size: 21px;
  font-family: PlayfairDisplay-Bold;
  color: #000000;
}
@media (max-width: 575.98px) {
  .special-offers .special .box h6 {
    font-size: 15px;
  }
}
.special-offers .special .box p {
  margin-bottom: 20px;
  font-size: 15px;
  font-family: Poppins-Regular;
  color: #0c0c0c;
}
@media (max-width: 575.98px) {
  .special-offers .special .box p {
    font-size: 13px;
  }
}
.special-offers .special .box span {
  font-size: 12px;
  font-family: PlayfairDisplay-Bold;
  color: #ffffff;
}

.your-home {
  min-height: 690px;
  padding: 80px 0px;
  background: #133758;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  display: flex;
  align-items: center;
}
@media (max-width: 992.98px) {
  .your-home {
    padding: 50px 0px;
  }
}
@media (max-width: 1199.98px) {
  .your-home {
    background-image: unset !important;
  }
}
@media (max-width: 992.98px) {
  .your-home {
    padding: 50px 0px;
    margin: 0px;
  }
}
.your-home .img {
  position: relative;
  z-index: 1;
  display: none;
}
@media (max-width: 1199.98px) {
  .your-home .img {
    display: block !important;
  }
}
@media (max-width: 992.98px) {
  .your-home .img {
    margin: 50px 0px;
  }
}
.your-home .img .dot {
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: -1;
  animation: linear bt-bottomTop-40 4s infinite;
}
@media (min-width: 1550.98px) {
  .your-home .img .dot {
    right: 70px;
  }
}
@media (max-width: 992.98px) {
  .your-home .img .dot {
    right: 60px;
    top: -30px;
  }
}
@media (max-width: 767.98px) {
  .your-home .img .dot {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .your-home .img .dot img {
    width: 80px;
    height: auto;
  }
}
.your-home .box {
  border: 2px solid #ffffff;
  text-align: center;
  padding: 20px;
  margin-top: 30px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  .your-home .box {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 992.98px) {
  .your-home .box {
    margin: 20px auto;
    display: block;
  }
}
.your-home .box img {
  width: 80px;
}
@media (max-width: 1199.98px) {
  .your-home .box img {
    width: 60px;
  }
}
.your-home .box h6 {
  padding: 10px;
  margin-top: 10px;
  font-size: 20px;
  font-family: PlayfairDisplay-Bold;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .your-home .box h6 {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

.faq {
  padding: 80px 0px;
}
@media (max-width: 992.98px) {
  .faq {
    padding: 50px 0px;
  }
}
@media (max-width: 992.98px) {
  .faq h2 {
    margin-top: 20px;
  }
}
.faq .accordion {
  outline: none;
  margin-top: 10px;
}
@media (max-width: 575.98px) {
  .faq .accordion {
    margin-top: 10px;
  }
}
.faq .accordion .accordion-button:focus {
  box-shadow: none;
}
.faq .accordion .accordion-button-focus-border-color {
  border: none;
}
.faq .accordion .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #0c0c0c;
  padding-left: 0;
}
.faq .accordion .accordion-item h2 {
  padding-left: 0;
}
.faq .accordion .accordion-item button {
  border-bottom: 1px solid rgba(12, 12, 12, 0.1);
  background-color: transparent;
  font-size: 22px;
  font-family: Poppins-Medium;
  color: #000000;
}
@media (max-width: 575.98px) {
  .faq .accordion .accordion-item button {
    font-size: 18px;
  }
}
.faq .accordion .accordion-item .accordion-body {
  font-size: 18px;
  font-family: Poppins-Regular;
  color: #0c0c0c;
}

.our-location {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  padding: 80px 0px;
  padding-bottom: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  background-color: rgba(33, 168, 226, 0.1);
}
@media (max-width: 992.98px) {
  .our-location {
    padding: 50px 0px;
  }
}
@media (max-width: 992.98px) {
  .our-location {
    background-image: unset;
    padding-bottom: 170px;
  }
}
@media (max-width: 540.98px) {
  .our-location {
    background-image: unset !important;
    padding-bottom: 50px !important;
  }
}
.our-location .content {
  background-color: #e7951f;
  min-height: 500px;
  padding: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: self-start;
}
@media (min-width: 1540.98px) {
  .our-location .content {
    min-height: 650px;
  }
}
@media (max-width: 575.98px) {
  .our-location .content {
    padding: 30px;
    min-height: unset;
  }
}
@media (max-width: 992.98px) {
  .our-location .content h2 {
    margin-top: 20px;
  }
}
.our-location .content .d-flex {
  margin-top: 20px;
  align-items: center;
}
@media (max-width: 992.98px) {
  .our-location .content .d-flex {
    margin-top: 0px;
  }
}
.our-location .content .d-flex img {
  padding-right: 10px;
}
.our-location .content .d-flex h6 {
  margin-bottom: 0;
  font-size: 20px;
  font-family: PlayfairDisplay-Bold;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 575.98px) {
  .our-location .content .d-flex h6 {
    font-size: 15px;
  }
}
.our-location .content .d-flex a {
  margin-bottom: 0;
  text-decoration: none;
  font-size: 19px;
  font-family: Poppins-Regular;
  color: white;
}
@media (max-width: 575.98px) {
  .our-location .content .d-flex a {
    font-size: 16px;
  }
}
.our-location .content .d-flex a:hover {
  color: #e7951f;
}
.our-location .img img {
  width: 100%;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1540.98px) {
  .our-location .img img {
    min-height: 650px;
  }
}
@media (max-width: 575.98px) {
  .our-location .img img {
    min-height: 300px;
  }
}
.our-location .cform .d-flex {
  margin-top: 20px;
  align-items: center;
}
@media (max-width: 992.98px) {
  .our-location .cform .d-flex {
    margin-top: 0px;
  }
}
.our-location .cform .d-flex img {
  min-width: 70px;
  max-width: 70px;
  padding-right: 10px;
}
@media (max-width: 575.98px) {
  .our-location .cform .d-flex img {
    width: 70px;
  }
}
.our-location .cform .d-flex h6 {
  margin-bottom: 0;
  font-size: 20px;
  font-family: PlayfairDisplay-Bold;
  color: #21a8e2;
}
@media (max-width: 575.98px) {
  .our-location .cform .d-flex h6 {
    font-size: 15px;
  }
}
.our-location .cform .d-flex a {
  margin-bottom: 0;
  text-decoration: none;
  font-size: 18px;
  font-family: Poppins-Regular;
  color: #0c0c0c;
}
@media (max-width: 575.98px) {
  .our-location .cform .d-flex a {
    font-size: 12px;
  }
}
.our-location .cform .d-flex a:hover {
  color: #e7951f;
}
.our-location .form {
  margin-top: 40px;
  background-color: #ffffff;
  padding: 50px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media (max-width: 992.98px) {
  .our-location .form {
    margin-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .our-location .form {
    padding: 20px;
  }
}
.our-location .form form input,
.our-location .form form textarea {
  width: 100%;
  min-height: 50px;
  margin: 8px 0px !important;
  padding-left: 10px;
  font-size: 16px;
  font-family: Poppins-Regular;
  border: 1px solid #0c0c0c;
}
@media (max-width: 575.98px) {
  .our-location .form form input,
  .our-location .form form textarea {
    margin: 3px 0px !important;
  }
}
.our-location .form form textarea {
  min-height: 180px;
  padding-top: 5px;
}

.new-buy-today {
  min-height: 711px;
  display: flex;
  align-items: center;
  padding: 80px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  /* @media (max-width: 540.98px) {
    padding-bottom: 50px !important;
  } */
}
@media (max-width: 992.98px) {
  .new-buy-today {
    padding: 50px 0px;
  }
}
@media (max-width: 992.98px) {
  .new-buy-today {
    padding-bottom: 120px;
  }
}
.new-buy-today h2 {
  margin-top: -100px;
}
@media (max-width: 992.98px) {
  .new-buy-today h2 {
    margin-top: 0px;
  }
}
.new-buy-today .cform .d-flex {
  border: 1px solid #ffffff;
  margin-top: 20px;
  padding: 20px 30px;
  min-height: 150px;
  align-items: center;
}
@media (max-width: 992.98px) {
  .new-buy-today .cform .d-flex {
    margin-top: 0px;
  }
}
.new-buy-today .cform .d-flex img {
  width: 100px;
  padding-right: 10px;
}
@media (max-width: 575.98px) {
  .new-buy-today .cform .d-flex img {
    width: 70px;
  }
}
.new-buy-today .cform .d-flex h6 {
  margin-bottom: 0;
  font-size: 20px;
  font-family: Poppins-Regular;
  color: white;
}
@media (max-width: 575.98px) {
  .new-buy-today .cform .d-flex h6 {
    font-size: 15px;
  }
}

.bg-light-blue {
  background-color: #f3f3f3;
  padding: 80px 0px;
}
@media (max-width: 992.98px) {
  .bg-light-blue {
    padding: 50px 0px;
  }
}

.ac-heating {
  overflow-x: hidden;
  padding: 80px 0px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
@media (max-width: 992.98px) {
  .ac-heating {
    padding: 50px 0px;
  }
}
@media (max-width: 992.98px) {
  .ac-heating {
    position: unset;
    padding-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .ac-heating h2 {
    margin-top: 30px;
  }
}

.brand {
  padding: 80px 0px;
}
@media (max-width: 992.98px) {
  .brand {
    padding: 50px 0px;
  }
}
.brand .box {
  height: 150px;
  margin: 10px 0px;
  background-color: #ffffff;
  border: 1px solid rgba(12, 12, 12, 0.5);
  display: flex;
  align-items: center;
  transition: all 0.5s;
  padding: 10px;
}
.brand .box img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 80%;
  margin: 0 auto;
  display: block;
  padding: 10px;
}
.brand .box:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.inner-banner {
  min-height: 390px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 992.98px) {
  .inner-banner {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .inner-banner {
    min-height: 350px;
  }
}
.inner-banner::before {
  z-index: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
}
@media (max-width: 992.98px) {
  .inner-banner::before {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.inner-banner .container {
  position: relative;
  z-index: 3;
}
.inner-banner h1 {
  font-size: 55px;
  font-family: PlayfairDisplay-Bold;
  color: #ffffff;
  text-transform: capitalize;
}
.inner-banner h1 span {
  font-size: 55px;
  font-family: PlayfairDisplay-Bold;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .inner-banner h1 span {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .inner-banner h1 {
    font-size: 40px;
  }
}
.inner-banner h5 {
  margin-bottom: 0;
  font-size: 28px;
  font-family: Poppins-Regular;
  color: #ffffff;
  text-transform: capitalize;
}
@media (max-width: 575.98px) {
  .inner-banner h5 {
    font-size: 23px;
  }
}
.inner-banner p {
  font-size: 20px;
  font-family: Poppins-Regular;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .inner-banner p {
    font-size: 18px;
  }
}

.history-company {
  display: flex;
  align-items: center;
  padding: 80px 0px;
}
@media (max-width: 992.98px) {
  .history-company {
    padding: 50px 0px;
  }
}
@media (max-width: 992.98px) {
  .history-company {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 992.98px) {
  .history-company h2 {
    margin-top: 20px;
  }
}

.product-grid.container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 20px;
}
.product-grid.container::before, .product-grid.container::after {
  display: none;
}

.product-grid .item {
  font-family: Poppins-Medium;
  font-weight: 500;
  position: relative;
  width: calc(25% - 10px);
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  border: 2px solid #cacaca;
  border-radius: 10px;
}
.product-grid .item img {
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: auto;
  height: 150px;
  transition: transform 0.3s ease;
}
.product-grid .item .title {
  font-size: 15px;
  margin-top: 10px;
}
.product-grid .item .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px;
  height: 100%;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.3s ease, opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-grid .item .overlay h3 {
  margin-bottom: 10px;
  color: #E06A69;
  font-size: 14px;
}
.product-grid .item .overlay p {
  font-size: 12px;
}
.product-grid .item:hover img {
  transform: scale(1.1);
}
.product-grid .item:hover .overlay {
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 1024px) {
  .product-grid .item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .product-grid .item {
    width: 100%;
  }
}

.form {
  position: relative;
}

.form_modal {
  position: absolute;
  display: none;
  place-content: center;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.form_modal div {
  scale: 0;
  transition: scale 300ms ease-in-out;
  background-color: #ffffff;
  padding: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px solid #0c0c0c;
  border-radius: 6px;
  width: 100%;
  max-width: 400px;
}
.form_modal div h1 {
  font-family: Poppins-Regular;
  font-weight: 300;
  font-size: 30px;
  color: #000000;
}
@media (max-width: 575.98px) {
  .form_modal div h1 {
    font-size: 24px;
  }
}
.form_modal span {
  scale: 0;
  transition: scale 300ms ease-in-out;
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  top: calc(50% - 37.5px);
  left: calc(50% - 37.5px);
  border: 6px solid rgba(12, 12, 12, 0.4);
  border-top: 6px solid rgba(12, 12, 12, 0.8);
  transform-origin: center;
}
@keyframes spin {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}

.form_modal.view_modal {
  display: grid;
}
.form_modal.view_modal div {
  scale: 1;
  transform-origin: center;
}

.form_modal.loading {
  display: grid;
}
.form_modal.loading span {
  scale: 1;
  animation: spin 3000ms linear 0s infinite;
}
.form_modal.loading div {
  background-color: transparent;
  border: none;
  box-shadow: none;
  max-width: none;
}
.form_modal.loading div h1 {
  display: none;
}

#more-locations .content .d-flex img {
  padding: 0;
  margin-right: 10px;
  min-width: 60px;
}

.reviews {
  padding: 60px 0;
  background-color: #ECECEC;
  overflow: none;
}

.review-header {
  font-size: 16px !important;
}
.review-header .yext-star-fill {
  stroke: black !important;
  fill: goldenrod !important;
}

.yext-reviews-body {
  height: 280px;
  overflow: hidden;
  font-size: 14px !important;
}
@media (max-width: 992.98px) {
  .yext-reviews-body {
    height: auto;
  }
}
.yext-reviews-body .yext-reviews-page {
  display: flex;
  justify-content: center;
}
@media (max-width: 992.98px) {
  .yext-reviews-body .yext-reviews-page {
    flex-wrap: wrap;
  }
}
.yext-reviews-body .yext-reviews-page li {
  width: 100%;
  background-color: white !important;
  border: 2px solid black !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992.98px) {
  .yext-reviews-body .yext-reviews-page li {
    width: 40%;
  }
}
@media (max-width: 575.98px) {
  .yext-reviews-body .yext-reviews-page li {
    width: 100%;
    align-items: flex-start;
  }
}
.yext-reviews-body .yext-reviews-page li .review-body {
  flex: 2;
  order: 1;
}
.yext-reviews-body .yext-reviews-page li .review-body .message {
  padding: 15px !important;
  padding-bottom: 0px !important;
}
.yext-reviews-body .yext-reviews-page li .review-body .message .review-content {
  overflow: hidden;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 5 !important;
  /* number of lines to show */
  line-clamp: 5 !important;
  -webkit-box-orient: vertical !important;
}
.yext-reviews-body .yext-reviews-page li .review-response {
  display: none !important;
}
.yext-reviews-body .yext-reviews-page li .yext-review-top {
  order: 2;
  display: flex;
  flex-direction: column;
  padding: 15px !important;
  padding-top: 5px !important;
}
.yext-reviews-body .yext-reviews-page li .yext-review-top .yext-star-fill {
  stroke: black !important;
  fill: goldenrod !important;
}

#aboutUsImg {
  opacity: 1;
  transition: opacity 500ms ease-in;
}

#gallery {
  opacity: 0;
  transition: opacity 500ms ease-in;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 0 auto;
  margin-top: 20px;
  max-width: 1100px;
}
#gallery img {
  border-radius: 8px;
  width: 25%;
}
@media (max-width: 768px) {
  #gallery img {
    width: 40%;
  }
}
@media (max-width: 575.98px) {
  #gallery img {
    width: 40%;
  }
}

.galleryImages {
  width: 100%;
  max-width: 1000px;
  margin: 0 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 8px;
}
@media (max-width: 768px) {
  .galleryImages {
    grid-template-columns: repeat(auto-fit, minmax(33.3333333333%, 1fr));
  }
}
@media (max-width: 575.98px) {
  .galleryImages {
    grid-template-columns: repeat(auto-fit, minmax(33.3333333333%, 1fr));
  }
}
.galleryImages > div {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.galleryImages > div img {
  background-color: lightgray;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.loader {
  position: relative;
  width: 100%;
  height: 300px;
}
.loader span {
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  top: calc(50% - 37.5px);
  left: calc(50% - 37.5px);
  border: 6px solid rgba(12, 12, 12, 0.4);
  border-top: 6px solid rgba(12, 12, 12, 0.8);
  transform-origin: center;
  animation: spin 3000ms linear 0s infinite;
}
@keyframes spin {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}

#chat-popup {
  display: none;
  scale: 0;
  transform-origin: bottom right;
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  padding: 18px;
  width: 450px;
  border-radius: 18px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #133758;
  transition: scale 300ms ease;
}
#chat-popup h2 {
  font-size: 21px;
  font-family: Poppins-Bold;
  color: #ffffff;
}
#chat-popup p {
  color: white;
  font-size: 14px;
}
@media (max-width: 575.98px) {
  #chat-popup {
    right: 50%;
    bottom: 100px;
    transform: translateX(50%);
    margin: auto;
    width: 350px;
  }
}
#chat-popup form input,
#chat-popup form textarea {
  width: 100%;
  min-height: 45px;
  margin: 8px 0px !important;
  padding-left: 10px;
  font-size: 16px;
  font-family: Poppins-Regular;
  outline: none;
  border: none;
}
@media (max-width: 575.98px) {
  #chat-popup form input,
  #chat-popup form textarea {
    margin: 3px 0px !important;
  }
}
#chat-popup form textarea {
  min-height: 150px;
  padding-top: 5px;
}
#chat-popup form button {
  padding: 0.5rem;
  font-size: 1rem;
}
#chat-popup #closebtn {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  padding: 0;
  font-size: 14px;
  background-color: transparent;
  border: 2px solid white;
  font-weight: 400;
  text-align: center;
}

#chat-popup.open {
  scale: 1;
}

.blogs-page-banner {
  background-color: #ffffff !important;
}
.blogs-page-banner h1 span {
  color: #133758;
}

#blogSection {
  background-color: #ffffff;
  background-image: none !important;
}

#blog-posts {
  display: grid;
  row-gap: 32px !important;
  -moz-column-gap: 24px;
       column-gap: 24px;
  justify-content: flex-start;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  height: auto;
}
@media (max-width: 575.98px) {
  #blog-posts {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

.blogBox {
  all: unset;
  cursor: pointer;
  width: 320px !important;
  margin: 0 auto;
  border-radius: 10px;
  padding: 12px;
  height: 380px;
}
@media (max-width: 575.98px) {
  .blogBox {
    width: 100% !important;
  }
}
.blogBox:hover {
  background-color: #e6e6e6;
}
.blogBox > div {
  pointer-events: none;
}
.blogBox .imageWrap {
  width: 100%;
  height: 240px;
  background-color: lightsteelblue;
  margin-bottom: 8px;
  overflow: hidden;
  border-radius: 5px;
  pointer-events: none;
}
.blogBox .imageWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogBox p {
  pointer-events: none;
  color: black;
  opacity: 0.5;
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 300;
}
.blogBox h3 {
  pointer-events: none;
  margin: 0;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
}
.blogBox p:last-child {
  font-size: 16px;
  font-weight: 400;
  color: black;
}

.blog-banner {
  min-height: 470px;
  background-color: #ffffff;
  background-image: none !important;
}
.blog-banner::before {
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 575.98px) {
  .blog-banner {
    min-height: 360px;
  }
}

.blog-title h1 {
  width: 100%;
  color: black;
  margin-top: 80px;
  font-size: 50px;
  line-height: 1.2;
}
.blog-title h3 {
  color: gray;
  font-weight: 300;
  font-size: 24px;
}
@media (max-width: 575.98px) {
  .blog-title h1 {
    font-size: 42px;
  }
  .blog-title h3 {
    font-size: 20px;
  }
}

.blog-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  max-width: 1000px;
}
.blog-content .blog-image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 1000px;
  max-height: 375px;
}
.blog-content .datePost {
  margin: 32px 0;
  font-weight: 300;
  font-size: 14px;
  color: gray;
  text-align: right;
}

#moreBlogSection {
  margin-bottom: 24px;
}

#blogSwiper {
  align-items: flex-start !important;
  justify-content: flex-start;
}
#blogSwiper .swiper-slide {
  width: 100%;
  height: 100% !important;
  display: flex !important;
}
#blogSwiper .swiper-slide a.blogBox {
  flex: 1;
  width: 100%;
  height: 100% !important;
}
#blogSwiper .swiper-slide a.blogBox > div {
  height: 100% !important;
}

.ql-editor ul li {
  list-style-type: disc;
  list-style: disc;
}
.ql-editor ol li {
  list-style: auto;
  list-style-type: auto;
}

.multi-location #locations-map {
  height: 700px;
  width: 100%;
}
.multi-location .locations-col {
  height: 700px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .multi-location .locations-col {
    height: 100%;
  }
}
.multi-location .locations-col .accordionWrap {
  background-color: white;
  flex: 1;
  height: 100%;
  overflow-y: scroll;
  /* CSS for fade effect */
}
@media (max-width: 768px) {
  .multi-location .locations-col .accordionWrap {
    overflow-y: auto;
  }
}
.multi-location .locations-col .accordionWrap .accordion {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.multi-location .locations-col .accordionWrap .accordion.fade-out {
  opacity: 0;
}
.multi-location .locations-col .accordionWrap .accordion.fade-in {
  opacity: 1;
}
.multi-location .locations-col .pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px;
  background-color: #133758;
}
.multi-location .locations-col .pagination p {
  line-height: 1;
  margin: 0;
  font-size: 16px;
  font-family: Poppins-Bold;
  color: white;
  font-weight: 500;
}
.multi-location .locations-col .pagination button.btn1 {
  font-size: 15px;
  padding: 9px 25px;
}
.multi-location .accordion-item {
  border-radius: 0 !important;
}
.multi-location .accordion-button {
  display: flex;
  gap: 12px;
  align-items: center;
  box-shadow: none !important;
}
.multi-location .accordion-button::after {
  content: "" !important;
  display: none !important;
}
.multi-location .accordion-button .marker-icon {
  background-color: #e37167;
  height: 42px;
  min-width: 42px;
  width: 42px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-family: Poppins-Regular;
  color: white;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .multi-location .accordion-button .marker-icon {
    font-size: 18px;
    height: 38px;
    width: 38px;
  }
}
@media (max-width: 575.98px) {
  .multi-location .accordion-button > img {
    width: 38px;
  }
}
.multi-location .accordion-button strong {
  font-weight: 600;
  letter-spacing: 0.05px;
  font-size: 24px;
}
@media (max-width: 575.98px) {
  .multi-location .accordion-button strong {
    font-size: 18px;
  }
}
.multi-location .accordion-button:not(.collapsed) {
  background-color: unset;
  border-color: transparent;
  color: unset;
}
.multi-location .accordion-button:focus {
  box-shadow: none;
}
.multi-location .accordion-body {
  padding-top: 0px !important;
  padding-left: 48px;
}
.multi-location .accordion-body .d-flex,
.multi-location .map-marker .d-flex {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.multi-location .accordion-body .d-flex .location,
.multi-location .map-marker .d-flex .location {
  width: 32px;
  min-width: 32px;
}
.multi-location .accordion-body .d-flex .location img,
.multi-location .map-marker .d-flex .location img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.multi-location .accordion-body .d-flex .detail a,
.multi-location .map-marker .d-flex .detail a {
  text-decoration: none;
  color: #133758;
  font-size: 18px;
  font-family: Poppins-Regular;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .multi-location .accordion-body .d-flex .detail a,
  .multi-location .map-marker .d-flex .detail a {
    font-size: 16px;
  }
}
.multi-location .accordion-body .d-flex .detail a:hover,
.multi-location .map-marker .d-flex .detail a:hover {
  color: #e7951f;
  cursor: pointer;
}
.multi-location .accordion-body .hours,
.multi-location .map-marker .hours {
  display: flex;
  flex-direction: column;
}
.multi-location .accordion-body .hours p,
.multi-location .map-marker .hours p {
  margin-bottom: 0;
  font-size: 20px;
  font-family: Poppins-Regular;
  color: black;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .multi-location .accordion-body .hours p,
  .multi-location .map-marker .hours p {
    font-size: 16px;
  }
}
.multi-location .accordion-body .hours ul,
.multi-location .map-marker .hours ul {
  padding-left: 0px;
}
.multi-location .accordion-body .hours ul li,
.multi-location .map-marker .hours ul li {
  font-size: 16px;
  font-family: Poppins-Regular;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}
.multi-location .accordion-body .hours ul li:hover,
.multi-location .map-marker .hours ul li:hover {
  color: #e7951f;
  cursor: pointer;
}
.multi-location .map-marker {
  position: relative;
  padding-top: 16px;
}
.multi-location .map-marker a,
.multi-location .map-marker p {
  line-height: 1.2;
  font-size: 16px;
  font-family: Poppins-Regular;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}
.multi-location .map-marker a:hover,
.multi-location .map-marker p:hover {
  color: #e7951f;
  cursor: pointer;
}
.multi-location .gm-style-iw-ch span {
  line-height: 1.2;
  font-size: 24px;
  font-family: Poppins-Bold;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
}

.text-white-template {
  color: #ffffff;
}

.swiper-wrapper {
  align-items: center !important;
}

.swiper-slide-item {
  height: unset;
}

.container-fluid.header-strip {
  overflow-x: unset !important;
}/*# sourceMappingURL=style.css.map */