body {
  font-family: "Gelasio", serif;
  color: #000000;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 18px;
  }
}

.container {
  max-width: 730px;
}

a, a:hover, a:active {
  text-decoration: underline;
}

.title-main {
  font-size: 40px;
  color: #000000;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .title-main {
    font-size: 32px;
  }
}

.sub-title {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sub-title {
    font-size: 22px;
  }
}

.tab-title {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .tab-title {
    font-size: 20px;
  }
}

.txt-meta {
  font-size: 14px;
  font-style: italic;
}

.btn-site {
  background-color: #4066b3;
  border: 0;
  padding: 12px 50px;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 7px;
}
@media screen and (max-width: 767px) {
  .btn-site {
    font-size: 20px;
    padding: 10px 30px;
  }
}
.btn-site:hover {
  background-color: #2F5EA5;
}

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .p-mb-none {
    padding: 0;
  }
}

.main-header .logo-area {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(153, 153, 153, 0.5);
}
.main-header .logo-img {
  height: 50px;
}
@media screen and (max-width: 767px) {
  .main-header .logo-img {
    width: 130px;
  }
}

.main-body {
  margin-top: 30px;
}
.main-body .img-box {
  background-color: #F0F0F0;
  border: 1px solid rgba(153, 153, 153, 0.5);
  margin: 30px 0;
}
.main-body .img-box .cnt-area {
  padding: 30px;
}
.main-body .img-box .cnt-area .sub-title {
  text-decoration: underline;
}
.main-body .img-box .cnt-area .txt {
  font-size: 22px;
}
.main-body .arrow-bounce {
  margin-top: 50px;
  animation: arrowBounce 2s ease infinite;
}
@keyframes arrowBounce {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.main-body .city-list .btn-site {
  background-color: #fff;
  border: 1px solid #2F5EA5;
  color: #000000;
  font-weight: 700;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.main-body .city-list .btn-site:hover {
  background-color: #2F5EA5;
  color: #fff;
}
.main-body .city-list img {
  height: 27px;
  margin-right: 15px;
}

.rating-area {
  margin-top: 80px;
}
.rating-area .sub-title {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.rating-area .sub-title span {
  margin-left: 10px;
  margin-right: 10px;
}
.rating-area .sub-title::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 1px;
  background-color: #fb8c00;
  top: 43%;
  margin-left: -50%;
}
.rating-area .sub-title::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 1px;
  background-color: #fb8c00;
  top: 43%;
  margin-right: -50%;
}

/* image tab */
.image-tab {
  margin-top: 50px;
}
.image-tab img {
  max-width: 40%;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .image-tab img {
    margin-bottom: 30px;
    width: 100%;
    max-width: inherit;
    height: 130px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.image-tab li {
  list-style: none;
  position: relative;
}
.image-tab li::before {
  position: absolute;
  content: "";
  background-image: url(https://res.cloudinary.com/dhqvlsb3l/image/upload/v1670407956/assets/in/LP-images/checkmark.svg);
  background-size: cover;
  width: 16px;
  height: 12px;
  left: -30px;
  top: 8px;
}

/* Icon box area */
.icon-box {
  margin-top: 50px;
}
.icon-box .icon-box-area {
  background-color: #F3F9FF;
  padding: 50px 80px;
}
@media screen and (max-width: 767px) {
  .icon-box .icon-box-area {
    padding: 20px;
  }
}
.icon-box .icon-list img {
  max-width: 55px;
  margin-right: 15px;
}
.icon-box .icon-list .tab-title {
  margin-bottom: 5px;
}
.icon-box .icon-list p {
  margin-bottom: 0;
}

footer {
  margin-top: 50px;
  background-color: #DDDDDD;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 16px;
  color: #999;
  font-weight: 500;
}
footer .footer-links a {
  margin: 0 5px;
}
footer .footer-links a:hover {
  color: #999;
}/*# sourceMappingURL=main.css.map */