:root {
  --opensans: "Open Sans", sans-serif;
  --optima: "Optima";
  --dmserif: "DM Serif Display", serif;
  --blackcolor: #000000;
  --whitecolor: #ffffff;
}

/* vietnamese */
@font-face {
  font-family: "chronicle_displayroman";
  src: url(../fonts/chronicledisplay/chronicledisplayroman-webfont.woff2) format("woff2"), url(../fonts/chronicledisplay/chronicledisplayroman-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

.golden-round-button {
  border-radius: 22px;
  border: solid #cf9236;
  background: #ffffff;
  color: #cf9236;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  padding: 9px 15px;
}

.form-item {
  max-width: 300px;
  margin: 0 auto 20px;
}
.form-item input {
  border-radius: 22px;
  background: #ffffff;
  width: 100%;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 2px 2px #928cb2;
          box-shadow: 2px 2px #928cb2;
  color: #32394e;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  height: 43px;
  padding: 0 26px;
}
.form-item input::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #adafb6;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.form-item input::-webkit-input-placeholder {
  color: #adafb6;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.form-item input::-moz-placeholder {
  color: #adafb6;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.form-item input:-ms-input-placeholder {
  color: #adafb6;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.form-item input::placeholder {
  color: #adafb6;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.form-submit {
  max-width: 300px;
  margin: 0 auto 20px;
}
.form-submit input {
  width: 100%;
}

.container {
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.content-block {
  text-align: center;
}
.content-block.white-color h1,
.content-block.white-color h3,
.content-block.white-color h2 {
  color: #ffffff;
}
.content-block.white-color p {
  color: #ffffff;
}
.content-block h1 {
  color: #363636;
  font-family: "chronicle_displayroman";
  font-size: 54px;
  font-weight: 325;
  line-height: 61px;
  margin: 0 0 25px;
}
@media (max-width: 1024px) {
  .content-block h1 {
    font-size: 46px;
    line-height: 54px;
  }
}
@media (max-width: 768px) {
  .content-block h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
.content-block h2 {
  color: #51435f;
  font-family: "chronicle_displayroman";
  font-size: 48px;
  font-weight: 325;
  line-height: 61px;
  margin: 0 0 25px;
}
@media (max-width: 1024px) {
  .content-block h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 768px) {
  .content-block h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.content-block h3 {
  color: #51435f;
  font-family: "chronicle_displayroman";
  font-size: 54px;
  font-weight: 325;
  line-height: 64px;
  margin: 0 0 25px;
}
@media (max-width: 1024px) {
  .content-block h3 {
    font-size: 46px;
    line-height: 54px;
  }
}
@media (max-width: 768px) {
  .content-block h3 {
    font-size: 40px;
    line-height: 44px;
  }
}
.content-block p {
  color: #51435f;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 31px;
  margin: 0 0 50px;
}
@media (max-width: 768px) {
  .content-block {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }
}

.row-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.row-container .hald-grid {
  max-width: 50%;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  padding: 0 15px;
}

.white-transparent-button {
  border-radius: 34px;
  background: #ffffff;
  color: #363636;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
  padding: 8px 20px 8px 15px;
  text-decoration: none !important;
  display: inline-block;
  height: 56px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.white-transparent-button:hover .arrow {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.white-transparent-button .button-inner {
  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;
}
@media (max-width: 600px) {
  .white-transparent-button {
    font-size: 15px;
    line-height: 32px;
    padding: 6px 10px;
    height: 44px;
  }
}
.white-transparent-button .icon {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .white-transparent-button .icon {
    margin-right: 5px;
  }
}
@media (max-width: 600px) {
  .white-transparent-button .icon {
    margin-right: 3px;
  }
}
@media (max-width: 600px) {
  .white-transparent-button .icon img {
    height: 18px;
  }
}
.white-transparent-button .arrow {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .white-transparent-button .arrow {
    margin-left: 5px;
  }
}
@media (max-width: 600px) {
  .white-transparent-button .arrow {
    margin-left: 7px;
  }
}
.button-stack {
  text-align: center;
}
.button-stack a {
  margin: 0 10px;
}
@media (max-width: 992px) {
  .button-stack a {
    margin: 0 5px;
  }
}
@media (max-width: 600px) {
  .button-stack a {
    margin: 0 3px;
  }
}

.dark-bg {
  position: relative;
}
.dark-bg:before {
  content: "";
  background: rgb(106, 62, 117);
  background: linear-gradient(50deg, rgb(106, 62, 117) 35%, rgb(77, 145, 175) 100%);
  position: absolute;
  inset: 0;
}

.success-stort {
  padding: 100px 0;
}
.success-stort .success-content {
  position: relative;
  z-index: 2;
}

.success-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .success-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.success-wrapper .success-image {
  max-width: 600px;
  -webkit-box-flex: 600px;
      -ms-flex: 600px;
          flex: 600px;
}
@media (max-width: 1200px) {
  .success-wrapper .success-image {
    max-width: 320px;
    -webkit-box-flex: 320px;
        -ms-flex: 320px;
            flex: 320px;
  }
}
@media (max-width: 767px) {
  .success-wrapper .success-image {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 767px) {
  .success-wrapper .success-image img {
    margin: 0 auto 30px;
  }
}
.success-wrapper .success-contenblock {
  max-width: calc(100% - 600px);
  -webkit-box-flex: calc(100% - 600px);
      -ms-flex: calc(100% - 600px);
          flex: calc(100% - 600px);
}
@media (max-width: 1200px) {
  .success-wrapper .success-contenblock {
    max-width: calc(100% - 320px);
    -webkit-box-flex: calc(100% - 320px);
        -ms-flex: calc(100% - 320px);
            flex: calc(100% - 320px);
  }
}
@media (max-width: 767px) {
  .success-wrapper .success-contenblock {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.success-wrapper .success-contenblock .success-innercontent {
  left: -70px;
  max-width: 650px;
  position: relative;
  z-index: 3;
}
@media (max-width: 992px) {
  .success-wrapper .success-contenblock .success-innercontent {
    left: -40px;
  }
}
@media (max-width: 767px) {
  .success-wrapper .success-contenblock .success-innercontent {
    margin: auto;
    left: 0;
  }
}

.overview-wrapper {
  padding: 80px 0;
  background: #f3eae4;
}
@media (max-width: 767px) {
  .overview-wrapper {
    padding: 50px 0;
  }
}
.overview-wrapper .content-block {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
}

.image-wrapper {
  position: relative;
}
.image-wrapper .message-text {
  position: absolute;
  top: 80px;
  left: 50%;
  display: inline-block;
  margin-left: -40px;
}
@media (max-width: 767px) {
  .image-wrapper .message-text {
    top: -40px;
    left: 60px;
    margin-left: -20px;
  }
}
.image-wrapper .message-text img {
  max-width: 430px;
}
.image-wrapper img {
  margin: auto;
}

.message-widget .message-content {
  max-width: 430px;
  padding: 18px 15px;
  background-color: #F5E3BF;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .message-widget .message-content {
    max-width: 420px;
    padding: 14px 12px;
  }
}
.message-widget .message-content:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #f5e3bf;
  display: inline-block;
  position: absolute;
  bottom: -8px;
  left: 110px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.message-widget .message-content p {
  color: #51435f;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .message-widget .message-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.roadmap-stort {
  padding: 80px 0;
  background: #e6dcdf;
}
@media (max-width: 767px) {
  .roadmap-stort {
    padding: 50px 0;
  }
}
.roadmap-stort .roadmap-content {
  position: relative;
  z-index: 2;
}

.roadmap-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .roadmap-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.roadmap-wrapper .roadmap-image {
  max-width: 480px;
  -webkit-box-flex: 480px;
      -ms-flex: 480px;
          flex: 480px;
}
@media (max-width: 1200px) {
  .roadmap-wrapper .roadmap-image {
    max-width: 320px;
    -webkit-box-flex: 320px;
        -ms-flex: 320px;
            flex: 320px;
  }
}
@media (max-width: 767px) {
  .roadmap-wrapper .roadmap-image {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
@media (max-width: 767px) {
  .roadmap-wrapper .roadmap-image img {
    margin: auto;
    height: 480px;
  }
}
.roadmap-wrapper .roadmap-contenblock {
  max-width: calc(100% - 480px);
  -webkit-box-flex: calc(100% - 480px);
      -ms-flex: calc(100% - 480px);
          flex: calc(100% - 480px);
}
@media (max-width: 1200px) {
  .roadmap-wrapper .roadmap-contenblock {
    max-width: calc(100% - 320px);
    -webkit-box-flex: calc(100% - 320px);
        -ms-flex: calc(100% - 320px);
            flex: calc(100% - 320px);
  }
}
@media (max-width: 767px) {
  .roadmap-wrapper .roadmap-contenblock {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.roadmap-wrapper .roadmap-contenblock .roadmap-innercontent {
  max-width: 650px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .roadmap-wrapper .roadmap-contenblock .roadmap-innercontent {
    margin: 20px auto;
  }
}

.createsuccess-stort {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .createsuccess-stort {
    padding: 50px 0;
  }
}
.createsuccess-stort .createsuccess-content {
  position: relative;
  z-index: 2;
}

.createsuccess-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .createsuccess-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.createsuccess-wrapper .createsuccess-image {
  max-width: 600px;
  -webkit-box-flex: 600px;
      -ms-flex: 600px;
          flex: 600px;
}
@media (max-width: 1200px) {
  .createsuccess-wrapper .createsuccess-image {
    max-width: 320px;
    -webkit-box-flex: 320px;
        -ms-flex: 320px;
            flex: 320px;
  }
}
@media (max-width: 767px) {
  .createsuccess-wrapper .createsuccess-image {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 767px) {
  .createsuccess-wrapper .createsuccess-image img {
    margin: 0 auto 30px;
  }
}
.createsuccess-wrapper .createsuccess-contenblock {
  max-width: calc(100% - 600px);
  -webkit-box-flex: calc(100% - 600px);
      -ms-flex: calc(100% - 600px);
          flex: calc(100% - 600px);
}
@media (max-width: 1200px) {
  .createsuccess-wrapper .createsuccess-contenblock {
    max-width: calc(100% - 320px);
    -webkit-box-flex: calc(100% - 320px);
        -ms-flex: calc(100% - 320px);
            flex: calc(100% - 320px);
  }
}
@media (max-width: 767px) {
  .createsuccess-wrapper .createsuccess-contenblock {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.createsuccess-wrapper .createsuccess-contenblock .createsuccess-innercontent {
  max-width: 650px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .createsuccess-wrapper .createsuccess-contenblock .createsuccess-innercontent {
    margin: auto;
  }
}

.clouds-bg {
  position: relative;
  //background: url(../images/image-cloud.png) no-repeat top center/cover;
}
.clouds-bg:before {
  content: "";
  background: linear-gradient(223deg, #dc95b4 0%, #bdafdc 43.87%, #efbec4 100%);
  opacity: 0.40692574;
  position: absolute;
  inset: 0;
}

/* .sky-bg {
  position: relative;
  background: url(../images/image-cloud.png) no-repeat top center/cover;
}
.sky-bg:before {
  content: "";
  background: #75acc4;
  opacity: 0.22368367;
  position: absolute;
  inset: 0;
  z-index: 1;
} */

.about-wrapper {
  min-height: 780px;
  padding: 80px 0;
  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;
  position: relative;
}
@media (max-width: 1200px) {
  .about-wrapper {
    min-height: 580px;
  }
}
@media (max-width: 992px) {
  .about-wrapper {
    min-height: auto;
  }
}
@media (max-width: 480px) {
  .about-wrapper {
    padding: 50px 0;
  }
}
.about-wrapper .content-block {
  max-width: 1000px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
/* .about-wrapper:after {
  content: "";
  background: url(../images/down-clourds.svg) no-repeat top center/cover;
  position: absolute;
  top: 0;
  height: 240px;
  z-index: 1;
  left: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
} */
@media (max-width: 992px) {
  .about-wrapper:after {
    height: 160px;
  }
}

/* .hero-banner {
  position: relative;
  padding: 30px 0 80px;
  background: url(../images/image-cloud.png) no-repeat top center/cover;
} */
@media (max-width: 600px) {
  .hero-banner {
    padding: 20px 0 60px;
  }
}
/* .hero-banner:before {
  content: "";
  background: url(../images/bottom-clouds.png) no-repeat center center/cover;
  position: absolute;
  bottom: 20px;
  height: 230px;
  z-index: 1;
  left: 0;
  right: 0;
} */
/* .hero-banner:after {
  content: "";
  background: url(../images/down-clourds.svg) no-repeat bottom center/cover;
  position: absolute;
  bottom: -10px;
  height: 300px;
  z-index: 1;
  left: 0;
  right: 0;
} */
.hero-banner .hero-topbanner {
  border-radius: 35px;
  background: #ffffff;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 625px) {
  .hero-banner .hero-topbanner {
    padding: 10px 15px;
  }
}
.hero-banner .hero-topbanner .nav-links ul {
  margin: 0;
  padding: 0;
}
.hero-banner .hero-topbanner .nav-links ul li {
  display: inline-block;
  margin: 0 30px;
}
@media (max-width: 625px) {
  .hero-banner .hero-topbanner .nav-links ul li {
    margin: 0 10px;
  }
}
.hero-banner .hero-topbanner .nav-links ul li:last-child {
  margin-right: 0;
}
.hero-banner .hero-topbanner .nav-links ul li a {
  color: #363636;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 625px) {
  .hero-banner .hero-topbanner .nav-links ul li a {
    font-size: 16px;
  }
}
@media (max-width: 425px) {
  .hero-banner .hero-topbanner .nav-links ul li a {
    font-size: 14px;
  }
}
.hero-banner .hero-topbanner .nav-links ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 425px) {
  .brand-logo img {
    height: 30px;
  }
}

@media (max-width: 992px) {
  .hero-image-frame img {
    margin: auto;
  }
}

.hero-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .hero-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hero-wrapper .hero-image {
  max-width: 690px;
  -webkit-box-flex: 690px;
      -ms-flex: 690px;
          flex: 690px;
}
@media (max-width: 1200px) {
  .hero-wrapper .hero-image {
    max-width: 480px;
    -webkit-box-flex: 480px;
        -ms-flex: 480px;
            flex: 480px;
  }
}
@media (max-width: 992px) {
  .hero-wrapper .hero-image {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.hero-wrapper .hero-content {
  max-width: calc(100% - 690px);
  -webkit-box-flex: calc(100% - 690px);
      -ms-flex: calc(100% - 690px);
          flex: calc(100% - 690px);
}
@media (max-width: 1200px) {
  .hero-wrapper .hero-content {
    max-width: calc(100% - 480px);
    -webkit-box-flex: calc(100% - 480px);
        -ms-flex: calc(100% - 480px);
            flex: calc(100% - 480px);
  }
}
@media (max-width: 992px) {
  .hero-wrapper .hero-content {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.hero-wrapper .hero-content .hero-content-inner {
  max-width: 540px;
  position: relative;
  z-index: 2;
  margin-top: 178px;
}
@media (max-width: 992px) {
  .hero-wrapper .hero-content .hero-content-inner {
    margin: auto;
    max-width: 500px;
  }
}
.hero-wrapper .hero-content .content-block {
  text-align: center;
}
.hero-wrapper .hero-content .content-block p {
  font-size: 27px;
  line-height: 38px;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .hero-wrapper .hero-content .content-block p {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
  }
}

.rating-wrapper {
  border-radius: 9px;
  background: #ffffff;
  padding: 12px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}
@media (max-width: 480px) {
  .rating-wrapper {
    padding: 10px 15px;
  }
}
.rating-wrapper .rating-stars {
  max-width: calc(100% - 170px);
  -webkit-box-flex: calc(100% - 170px);
      -ms-flex: calc(100% - 170px);
          flex: calc(100% - 170px);
  padding-right: 10px;
}
@media (max-width: 480px) {
  .rating-wrapper .rating-stars {
    max-width: calc(100% - 130px);
    -webkit-box-flex: calc(100% - 130px);
        -ms-flex: calc(100% - 130px);
            flex: calc(100% - 130px);
    padding-right: 0;
  }
}
.rating-wrapper .rating-stars .rating-average {
  text-align: center;
}
@media (max-width: 480px) {
  .rating-wrapper .rating-stars .rating-average {
    margin-bottom: 5px;
  }
}
.rating-wrapper .rating-stars .rating-average span {
  color: #363636;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 38px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .rating-wrapper .rating-stars .rating-average span {
    font-size: 20px;
    line-height: 24px;
  }
}
.rating-wrapper .rating-stars .rating-average img {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .rating-wrapper .rating-stars .rating-average img {
    height: 20px;
  }
}
.rating-wrapper .rating-stars p {
  color: #363636;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  text-align: center;
}
@media (max-width: 480px) {
  .rating-wrapper .rating-stars p {
    font-size: 16px;
    line-height: 20px;
  }
}
.rating-wrapper .rating-stats {
  max-width: 170px;
  -webkit-box-flex: 170px;
      -ms-flex: 170px;
          flex: 170px;
  text-align: center;
  padding-left: 10px;
  border-left: solid 1px rgba(54, 54, 54, 0.4);
}
@media (max-width: 480px) {
  .rating-wrapper .rating-stats {
    max-width: 130px;
    -webkit-box-flex: 130px;
        -ms-flex: 130px;
            flex: 130px;
  }
}
.rating-wrapper .rating-stats h3 {
  color: #363636;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  margin: 0;
}
@media (max-width: 480px) {
  .rating-wrapper .rating-stats h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
.rating-wrapper .rating-stats p {
  color: #363636;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}
@media (max-width: 480px) {
  .rating-wrapper .rating-stats p {
    font-size: 16px;
    line-height: 20px;
  }
}

footer {
  background: #f3eae4;
  padding: 15px 0;
  text-align: center;
}
@media (max-width: 767px) {
  footer {
    padding: 10px 0;
  }
}

.footer-links p {
  color: #51435f;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
  margin: 0;
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.links-quick a {
  margin-left: 30px;
  color: #51435f;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none !important;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .links-quick a {
    margin-left: 15px;
  }
}
@media (max-width: 425px) {
  .links-quick a {
    margin-left: 10px;
    text-transform: capitalize;
    font-size: 14px;
  }
}
.links-quick a:hover {
  text-decoration: underline !important;
}