.light-background,
:root {
  --surface-color: #ffffff;
}
.dark-background,
:root {
  --contrast-color: #ffffff;
}
a,
a:hover {
  text-decoration: none;
}
.header,
body {
  color: var(--default-color);
  background-color: var(--background-color);
}
.footer,
.header,
body {
  background-color: var(--background-color);
}
.hero .wave1 use,
.hero .wave2 use,
.hero .wave3 use {
  fill: var(--default-color);
}
:root {
  --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Raleway", sans-serif;
  --nav-font: "Poppins", sans-serif;
  --background-color: #ffffff;
  --default-color: #444444;
  --heading-color: #040677;
  --accent-color: #1acc8d;
  --nav-color: #ffffff;
  --nav-hover-color: #1acc8d;
  --nav-mobile-background-color: #ffffff;
  --nav-dropdown-background-color: #ffffff;
  --nav-dropdown-color: #444444;
  --nav-dropdown-hover-color: #1acc8d;
  scroll-behavior: smooth;
}
.dark-background,
.header {
  --default-color: #ffffff;
  --heading-color: #ffffff;
}
.light-background {
  --background-color: #f4f5fe;
}
.dark-background {
  --background-color: #08005e;
  --surface-color: #0c0091;
}
body {
  font-family: var(--default-font);
}
a {
  color: var(--accent-color);
  transition: 0.3s;
}
a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}
.header {
  --background-color: rgba(255, 255, 255, 0);
  padding: 20px 0;
  transition: 0.5s;
  z-index: 997;
}
.bg-blue,
.scrolled .header {
  --background-color: #10058c;
}
.header .logo {
  line-height: 1;
}
.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}
.scrolled .header {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }
  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navmenu li {
    position: relative;
  }
  .navmenu > ul > li {
    white-space: nowrap;
    padding: 15px 14px;
  }
  .navmenu > ul > li:last-child {
    padding-right: 0;
  }
  .navmenu a,
  .navmenu a:focus {
    color: color-mix(in srgb, var(--nav-color), transparent 20%);
    font-size: 15px;
    padding: 0 2px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }
  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }
  .navmenu > ul > li > a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--nav-hover-color);
    visibility: hidden;
    width: 0;
    transition: 0.3s ease-in-out;
  }
  .navmenu .active:before,
  .navmenu a:hover:before,
  .navmenu li:hover > a:before {
    visibility: visible;
    width: 25px;
  }
  .navmenu .active,
  .navmenu .active:focus,
  .navmenu li:hover > a {
    color: var(--nav-color);
  }
  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
  .navmenu .dropdown ul li {
    min-width: 200px;
  }
  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }
  .navmenu .dropdown ul a i {
    font-size: 12px;
  }
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul li:hover > a {
    color: var(--nav-dropdown-hover-color);
  }
  .navmenu .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }
  .navmenu .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}
.about .content .read-more,
.hero .btn-get-started,
.pricing .cta-btn,
.pricing h4,
.section-title div {
  font-family: var(--heading-font);
}
.hero .btn-get-started,
.scroll-top i,
.scroll-top:hover {
  color: var(--contrast-color);
}
.footer {
  color: var(--default-color);
  font-size: 14px;
  position: relative;
}
.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1;
}
.faq .faq-container .faq-active h3,
.faq .faq-container .faq-item .faq-toggle:hover,
.faq .faq-container .faq-item h3:hover,
.footer .footer-links ul a:hover {
  color: var(--accent-color);
}
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: 0.4s;
}
.hero,
.page-title,
.section-title,
.section-title h2 {
  position: relative;
}
.page-title,
.section,
section {
  color: var(--default-color);
  background-color: var(--background-color);
}
.cookiesModal .modal-footer .btn,
.hero,
.hero .hero-bg {
  width: 100%;
}
.scroll-top i {
  font-size: 24px;
  line-height: 0;
}
.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
.page-title .heading {
  padding: 160px 0 80px;
  border-top: 1px solid
    color-mix(in srgb, var(--default-color), transparent 90%);
}
.page-title .heading h1 {
  font-size: 38px;
  font-weight: 700;
}
.page-title nav {
  background-color: color-mix(in srgb, var(--default-color), transparent 88%);
  padding: 20px 0;
}
.page-title nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.page-title nav ol li + li {
  padding-left: 10px;
}
.page-title nav ol li + li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}
.section,
section {
  padding: 60px 0;
  scroll-margin-top: 100px;
  overflow: clip;
}
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }
  .navmenu {
    padding: 0;
    z-index: 9997;
  }
  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }
  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }
  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }
  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }
  .navmenu .active,
  .navmenu .active:focus,
  .navmenu a:hover {
    color: var(--nav-dropdown-hover-color);
  }
  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }
  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: 0.5s ease-in-out;
  }
  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }
  .navmenu .dropdown > .dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }
  .mobile-nav-active {
    overflow: hidden;
  }
  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }
  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }
  .mobile-nav-active .navmenu > ul {
    display: block;
  }
  .section,
  section {
    scroll-margin-top: 66px;
  }
}
.section-title {
  padding-bottom: 60px;
}
.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}
.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: var(--accent-color);
  margin: 4px 10px;
}
.section-title div {
  color: var(--heading-color);
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.hero {
  min-height: 70vh;
  padding: 120px 0;
  display: flex;
  align-items: center;
}
.hero .hero-bg {
  position: absolute;
  inset: 0;
  display: block;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 10%);
  position: absolute;
  inset: 0;
  z-index: 2;
}
.hero .container {
  position: relative;
  z-index: 3;
}
.hero h1 {
  margin: 0 0 20px;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: color-mix(in srgb, var(--heading-color), transparent 30%);
}
.hero h1 span {
  color: var(--heading-color);
  border-bottom: 4px solid var(--accent-color);
}
.hero p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 5px 0 30px;
  font-size: 22px;
  font-weight: 400;
}
.about .content h3,
.about .icon-box i,
.pricing h4 {
  color: var(--accent-color);
}
.hero .btn-get-started {
  background: var(--accent-color);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  border-radius: 50px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
  width: 400px;
}

.btn-get-started-small {
  width: 300px;
  display: block;
  margin: 0 auto;
  border-radius: 30px;
}
.hero .btn-get-started:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}
.about .content .read-more,
.contact .info-item:hover i,
.pricing .cta-btn:hover,
.pricing .featured .cta-btn {
  background: var(--accent-color);
  color: var(--contrast-color);
}
.hero .animated {
  animation: 2s ease-in-out infinite alternate-reverse both up-down;
}
.hero .hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.hero .wave1 use {
  animation: 10s linear -2s infinite move-forever1;
  opacity: 0.6;
}
.hero .wave2 use {
  animation: 8s linear -2s infinite move-forever2;
  opacity: 0.4;
}
.hero .wave3 use {
  animation: 6s linear -2s infinite move-forever3;
}
@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0);
  }
  100% {
    transform: translate(-90px, 0);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0);
  }
  100% {
    transform: translate(85px, 0);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0);
  }
  100% {
    transform: translate(85px, 0);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.about {
  padding-top: 100px;
}
.about .content h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  padding: 10px 20px;
  background: color-mix(in srgb, var(--accent-color), transparent 95%);
  border-radius: 7px;
  display: inline-block;
}
.about .content h2 {
  font-weight: 700;
}
.about .content p:last-child,
.about .icon-box p,
.details .features-item p:last-child,
.faq .faq-container .faq-item:last-child {
  margin-bottom: 0;
}
.about .content .read-more {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.about .content .read-more i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}
.about .content .read-more:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
  padding-right: 19px;
}
.about .content .read-more:hover i {
  margin-left: 10px;
}
.about .icon-box {
  background-color: var(--surface-color);
  padding: 50px 40px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: 0.3s ease-out;
}
.about .icon-box i {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 0;
  transition: 0.4s ease-out;
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
}
.about .icon-box h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
.about .icon-box:hover i {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}
.about .icon-boxes .col-md-6:nth-child(2) .icon-box,
.about .icon-boxes .col-md-6:nth-child(4) .icon-box {
  margin-top: -40px;
}
@media (max-width: 768px) {
  .about .icon-boxes .col-md-6:nth-child(2) .icon-box,
  .about .icon-boxes .col-md-6:nth-child(4) .icon-box {
    margin-top: 0;
  }
}
.details .features-item {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}
.details .features-item + .features-item {
  margin-top: 100px;
}
@media (max-width: 640px) {
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .hero p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 13px;
  }
  .details .features-item + .features-item {
    margin-top: 40px;
  }
}
.details .features-item h3 {
  font-weight: 700;
  font-size: 26px;
}
.details .features-item ul {
  list-style: none;
  padding: 0;
}
.details .features-item ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.details .features-item ul li:last-child,
.pricing ul li:last-child {
  padding-bottom: 0;
}
.details .features-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--accent-color);
}
.pricing .pricing-item {
  background-color: color-mix(in srgb, var(--accent-color), transparent 96%);
  padding: 40px;
  height: 100%;
  border-radius: 15px;
}
.pricing h3 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
}
.pricing h4 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 0;
}
.pricing h4 sup {
  font-size: 28px;
}
.pricing h4 span {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 18px;
  font-weight: 500;
}
.pricing .description {
  font-size: 14px;
}
.pricing .cta-btn {
  border: 1px solid var(--default-color);
  color: var(--default-color);
  display: block;
  text-align: center;
  padding: 10px 35px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
  margin-top: 20px;
  margin-bottom: 6px;
}
.pricing .cta-btn:hover,
.pricing .featured .cta-btn {
  border-color: var(--accent-color);
}
.pricing ul {
  padding: 0;
  list-style: none;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  text-align: left;
  line-height: 20px;
}
.pricing ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.pricing ul i {
  color: #059652;
  font-size: 24px;
  padding-right: 3px;
}
.pricing ul .na,
.pricing ul .na i {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}
.pricing ul .na span {
  text-decoration: line-through;
}
.pricing .featured {
  position: relative;
}
.pricing .featured .popular {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 4px 15px 6px;
  margin: 0;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px;
  }
}
@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px;
  }
}
@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
.faq .content h3 {
  font-weight: 400;
  font-size: 34px;
}
.faq .content p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}
.faq .faq-container {
  margin-top: 15px;
}
.faq .faq-container .faq-item {
  background-color: var(--surface-color);
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.faq .faq-container .faq-item h3 {
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  margin: 0 30px 0 32px;
  transition: 0.3s;
  cursor: pointer;
}
.faq .faq-container .faq-item h3 span {
  color: var(--accent-color);
  padding-right: 5px;
}
.faq .faq-container .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.faq .faq-container .faq-item .faq-content p {
  margin-bottom: 0;
  overflow: hidden;
}
.faq .faq-container .faq-item .faq-icon {
  position: absolute;
  top: 22px;
  left: 20px;
  font-size: 22px;
  line-height: 0;
  transition: 0.3s;
  color: var(--accent-color);
}
.faq .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
}
.faq .faq-container .faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding-top: 10px;
}
.faq .faq-container .faq-active .faq-toggle {
  transform: rotate(90deg);
  color: var(--accent-color);
}
.contact .info-item + .info-item {
  margin-top: 40px;
}
.contact .info-item i {
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 92%);
  font-size: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  margin-right: 15px;
}
.contact .info-item h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}
.contact .email-form {
  height: 100%;
}
.contact .email-form input[type="email"],
.contact .email-form input[type="text"],
.contact .email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: color-mix(
    in srgb,
    var(--background-color),
    transparent 50%
  );
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}
.contact .email-form input[type="email"]:focus,
.contact .email-form input[type="text"]:focus,
.contact .email-form textarea:focus {
  border-color: var(--accent-color);
}
.contact .email-form input[type="email"]::placeholder,
.contact .email-form input[type="text"]::placeholder,
.contact .email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}
.contact .email-form button[type="submit"] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .email-form button[type="submit"]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 25%);
}
.cookiesModal {
  backdrop-filter: blur(10px);
  pointer-events: none;
}
#expandToggle:hover {
  cursor: pointer;
  text-decoration: underline;
}
.gallery-item img {
  height: 240px;
}
.header .logo img {
  width: 66px;
  height: 56px;
}
.ftr-logo {
  max-width: 60px;
}
#hero::before {
  background: color-mix(in srgb, var(--background-color), transparent 35%);
}
.contact-title {
  width: fit-content;
  margin: 0 auto;
}
.cookiesModal .modal-content {
  background: url("../img/popup-bg.jpg") center/cover no-repeat;
  position: relative;
  z-index: 1;
}
.cookiesModal .modal-content::before {
  content: "";
  border-radius: var(--bs-modal-border-radius);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: #ffffff4d;
  position: absolute;
  top: -1px;
  left: -1px;
  backdrop-filter: blur(4px);
  z-index: -1;
}

a.chat-cus i {
  font-size: 45px;
}
a.chat-cus {
  color: #fff;
}
a.chat-cus:hover {
  color: #8d2029;
}

.goog-te-gadget {
  font-size: 1px;
  line-height: 0px;
  color: rgb(0, 59, 84);
}

.silder_hold .skiptranslate.goog-te-gadget {
  font-size: 0;
}

.goog-te-gadget .goog-te-combo {
  margin: 0;
  background: #8d2029;
  border: 0;
  padding: 12px 10px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  border-radius: 5px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background: #8d2029 no-repeat center right / 15px;
  background-origin: padding-box;
  padding-right: 6px;
  background-origin: content-box;
}
.goog-te-gadget .goog-te-combo:focus {
  outline: 0;
  outline: 0 auto -webkit-focus-ring-color;
  outline-offset: 0;
}
.goog-te-banner-frame {
  display: none;
}
.goog-logo-link {
  display: none;
}

#google_translate_element span {
  display: none;
}

.city1-section {
  background: url("../img/city1.jpg") !important;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  position: relative;
}

.heading-city {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.covid-section,
.requirment-section,
.health-section {
  padding-top: 0;
}

@media (max-width: 767px) {
  .hero .btn-get-started,
  .btn-get-started-small {
    width: 200px;
  }
}
