@import url(bootstrap.css);
@font-face {
  font-family: 'Circular Std Book';
  src: url("../fonts/CircularStd-Book.woff2") format("woff2"), url("../fonts/CircularStd-Book.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@-webkit-keyframes jelly {
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1); }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9); }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05); } }

@-moz-keyframes jelly {
  25% {
    transform: scale(0.9, 1.1); }
  50% {
    transform: scale(1.1, 0.9); }
  75% {
    transform: scale(0.95, 1.05); } }

@-ms-keyframes jelly {
  25% {
    -ms-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1); }
  50% {
    -ms-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9); }
  75% {
    -ms-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05); } }

@-o-keyframes jelly {
  25% {
    transform: scale(0.9, 1.1); }
  50% {
    transform: scale(1.1, 0.9); }
  75% {
    transform: scale(0.95, 1.05); } }

@keyframes jelly {
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1); }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9); }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05); } }

* {
  outline: 0 !important;
  scroll-behavior: smooth; }

html, body {
  height: 100%;
  direction: ltr; }

.row {
  margin: 0 -7.5px; }
  .row [class*="col-"] {
    padding: 0 7.5px; }

.wrap {
  height: 100%; }

a, h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  font-weight: 500; }

.bold, b, strong, .strong, label, th {
  font-weight: 600; }

a {
  color: #ff0049;
  word-break: break-word;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
    color: rgba(255, 0, 73, 0.8); }

.text-uppercase {
  text-transform: uppercase; }

.italic {
  font-style: italic; }

._m-0 {
  margin: 0 !important; }

._mt-0 {
  margin-top: 0 !important; }

._mb-0 {
  margin-bottom: 0 !important; }

._mr-0 {
  margin-right: 0 !important; }

._ml-0 {
  margin-left: 0 !important; }

._p-0 {
  padding: 0 !important; }

._pt-0 {
  padding-top: 0 !important; }

._pb-0 {
  padding-bottom: 0 !important; }

._pr-0 {
  padding-right: 0 !important; }

._pl-0 {
  padding-left: 0 !important; }

.form-control, .form-control:hover, .form-control:focus, .form-control:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

ul, ol {
  padding: 0;
  margin: 15px 0; }
  ul li, ol li {
    list-style: none;
    word-break: break-word;
    position: relative; }
  ul.roman-list, ul.circle-list, ul.alpha-list, ol.roman-list, ol.circle-list, ol.alpha-list {
    padding-left: 20px; }
  ul.roman-list li, ol.roman-list li {
    list-style-type: lower-roman; }
  ul.circle-list li, ol.circle-list li {
    list-style-type: circle; }
  ul.alpha-list li, ol.alpha-list li {
    list-style-type: lower-alpha; }

textarea {
  resize: none; }

.vid-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden; }
  .vid-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.embed-container {
  position: relative;
  padding-bottom: 30%;
  padding-top: 35px;
  height: 0;
  overflow: hidden; }
  .embed-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.btn {
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
    color: white; }
  .btn:hover {
    color: white; }

.accordion .holder .heading a::before {
  font-weight: 900;
  font-family: 'Font Awesome 5 Free'; }

.oneLine {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden; }

/*COLLAPSE & EXPAND*/
.accordion .holder {
  position: relative;
  margin-bottom: 1.5em; }
  .accordion .holder .heading a {
    display: block;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    padding: 15px;
    padding-left: 50px;
    position: relative; }
    .accordion .holder .heading a::before {
      content: "\f068";
      font-size: 1.1rem;
      position: absolute;
      left: 15px;
      top: 11px;
      text-align: center;
      margin-right: 15px;
      width: 25px;
      height: 25px;
      line-height: 25px;
      border-width: 1px;
      border-style: solid;
      display: inline-block;
      vertical-align: middle;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }
    .accordion .holder .heading a.collapse {
      display: block; }
    .accordion .holder .heading a.collapse::before {
      content: "\f068"; }
    .accordion .holder .heading a.collapsed {
      background: white;
      border-color: #f1f5fa;
      color: #111111; }
      .accordion .holder .heading a.collapsed::before {
        content: "\f067";
        color: #ff0049;
        border-color: #ff0049; }
      .accordion .holder .heading a.collapsed:hover {
        background: #ff0049;
        border-color: #ff0049;
        color: white; }
        .accordion .holder .heading a.collapsed:hover::before {
          color: white;
          border-color: white; }
  .accordion .holder .heading a, .accordion .holder .heading:hover a {
    background: #ff0049;
    border-color: #ff0049;
    color: white;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
    .accordion .holder .heading a::before, .accordion .holder .heading:hover a::before {
      color: white;
      border-color: white; }
  .accordion .holder .body {
    background: rgba(241, 245, 250, 0.2);
    padding: 20px; }

/*SECTIONS*/
main {
  width: 100%;
  height: auto;
  position: relative;
  /*.SECTION*/ }
  main .section {
    /*&.bg-1:before {
			background: url('../images/bg1.png') center/cover no-repeat;
		}*/ }
    main .section::before, main .section::after {
      content: '';
      position: absolute;
      width: 100%; }
    main .section::before {
      height: 100%;
      background-attachment: fixed;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
    main .section:last-child::after {
      display: none; }
  main .section {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center; }
    main .section .content-box {
      padding: 4em 0;
      position: relative;
      width: 100%;
      -webkit-align-self: center;
      -moz-align-self: center;
      -ms-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

html, body {
  color: #333333; }

body {
  font-size: 1.4rem; }

.pri-text {
  color: #111111; }

.sec-text {
  color: #333333; }

.link-text {
  color: #ff0049; }

/*BOOK PAGE*/
.section {
  overflow: visible; }
  .section.grey-bg {
    background: #f1f5fa; }
    .section.grey-bg .section-heading {
      color: #ff0049; }
  .section.bg-1:before {
    background: url("../images/bg1.png") right center/cover no-repeat; }
  .section.bg-2:before {
    background: url("../images/bg2.png") right center/cover no-repeat; }
  .section.bg-3:before {
    background: url("../images/bg3.png") left center/cover no-repeat; }
  .section .spacer {
    margin: 30px auto; }

.container {
  width: calc(100% - 300px);
  max-width: 1300px; }

.container-fluid {
  width: calc(100% - 6%);
  max-width: 100%; }

.single-page {
  margin-top: 120px; }

#scroll-to-top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  cursor: pointer;
  width: 35px;
  opacity: 0.3;
  filter: alpha(opacity=30); }
  #scroll-to-top:hover {
    opacity: 1;
    filter: alpha(opacity=100); }
  #scroll-to-top img {
    width: 100%; }

/*CHECKBOX & RADIO*/
.check_radio.style-1 .checkbox, .check_radio.style-1 .radio {
  display: inline-block;
  margin: 10px auto;
  margin-right: 20px; }
  .check_radio.style-1 .checkbox:last-child, .check_radio.style-1 .radio:last-child {
    margin-right: 0; }
  .check_radio.style-1 .checkbox label, .check_radio.style-1 .radio label {
    margin: 0; }
  .check_radio.style-1 .checkbox input[type="checkbox"],
  .check_radio.style-1 .checkbox input[type="radio"], .check_radio.style-1 .radio input[type="checkbox"],
  .check_radio.style-1 .radio input[type="radio"] {
    display: none; }
    .check_radio.style-1 .checkbox input[type="checkbox"] + label,
    .check_radio.style-1 .checkbox input[type="radio"] + label, .check_radio.style-1 .radio input[type="checkbox"] + label,
    .check_radio.style-1 .radio input[type="radio"] + label {
      display: block;
      position: relative;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      color: #333333;
      padding-left: 25px;
      font-size: 1.2rem; }
      .check_radio.style-1 .checkbox input[type="checkbox"] + label:last-child,
      .check_radio.style-1 .checkbox input[type="radio"] + label:last-child, .check_radio.style-1 .radio input[type="checkbox"] + label:last-child,
      .check_radio.style-1 .radio input[type="radio"] + label:last-child {
        margin-bottom: 0; }
      .check_radio.style-1 .checkbox input[type="checkbox"] + label:before,
      .check_radio.style-1 .checkbox input[type="radio"] + label:before, .check_radio.style-1 .radio input[type="checkbox"] + label:before,
      .check_radio.style-1 .radio input[type="radio"] + label:before {
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        border-width: 2px;
        border-style: solid;
        border-color: #757575;
        -webkit-transition: all 0.1s, border-color 0.1s;
        -moz-transition: all 0.1s, border-color 0.1s;
        -ms-transition: all 0.1s, border-color 0.1s;
        -o-transition: all 0.1s, border-color 0.1s;
        transition: all 0.1s, border-color 0.1s;
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0; }
  .check_radio.style-1 .checkbox input[type="radio"] + label:before, .check_radio.style-1 .radio input[type="radio"] + label:before {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px; }
  .check_radio.style-1 .checkbox input[type="checkbox"]:checked + label:before, .check_radio.style-1 .radio input[type="checkbox"]:checked + label:before {
    width: 9px;
    position: absolute;
    top: -4px;
    left: 5px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 2px;
    border-style: solid;
    border-color: transparent #111111 #ff0049 transparent; }
  .check_radio.style-1 .checkbox input[type="radio"]:checked + label:before, .check_radio.style-1 .radio input[type="radio"]:checked + label:before {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: white;
    border-width: 5px;
    border-style: solid;
    border-color: #111111; }

.list-style-1 li {
  margin-bottom: 5px;
  position: relative;
  display: block;
  padding-left: 20px;
  color: #333333;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer; }
  .list-style-1 li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-size: 15px;
    background-image: url(../images/li-icon.png);
    background-repeat: no-repeat; }
  .list-style-1 li:hover {
    color: #111111; }

.list-style-2 {
  text-align: center; }
  .list-style-2 li {
    position: relative;
    display: inline-block;
    padding-left: 35px;
    margin: 10px 20px;
    min-height: 30px;
    color: #333333;
    font-weight: 400;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer; }
    .list-style-2 li::before {
      content: '';
      position: absolute;
      top: -5px;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-size: 25px;
      background-image: url(../images/location-icon.png);
      background-repeat: no-repeat; }
    .list-style-2 li:hover {
      color: #111111; }
  @media (max-width: 550px) {
    .list-style-2 {
      text-align: left; }
      .list-style-2 li {
        display: block;
        margin: 10px 0;
        min-height: 20px;
        padding-left: 20px; }
        .list-style-2 li::before {
          top: 0;
          background-size: 15px; } }

/*BUTTONS*/
.btn, button {
  border-width: 1px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .btn-lg, button-lg {
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
    font-size: 2rem; }
  .btn-md, button-md {
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    font-size: 1.3rem; }
  .btn-sm, button-sm {
    padding: 0 15px;
    height: 25px;
    line-height: 25px;
    font-size: 1.3rem; }
  .btn-xs, button-xs {
    padding: 0 15px;
    height: 17px;
    line-height: 16px;
    font-size: 1.1rem; }
  .btn.circle-btn, button.circle-btn {
    padding: 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border-width: 2px; }
  .btn-upload, button-upload {
    overflow: hidden;
    position: relative; }
    .btn-upload input[type=file], button-upload input[type=file] {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      opacity: 0;
      font-size: 0;
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .btn-primary, button-primary {
    background: white;
    border-color: #ff0049;
    color: #ff0049; }
    .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active:focus, .btn-primary.focus:active, .btn-primary.active:focus, .btn-primary.active.focus, button-primary:hover, button-primary:focus, button-primary.focus, button-primary:active:focus, button-primary.focus:active, button-primary.active:focus, button-primary.active.focus {
      background: #ff0049;
      border-color: #ff0049;
      color: white; }
  .btn-secondary, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:active:focus, .btn-secondary.focus:active, .btn-secondary.active:focus, .btn-secondary.active.focus, button-secondary, button-secondary:hover, button-secondary:focus, button-secondary.focus, button-secondary:active:focus, button-secondary.focus:active, button-secondary.active:focus, button-secondary.active.focus {
    background: #757575;
    color: white; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link.focus, .btn-link:active:focus, .btn-link.focus:active, .btn-link.active:focus, .btn-link.active.focus, button-link, button-link:hover, button-link:focus, button-link.focus, button-link:active:focus, button-link.focus:active, button-link.active:focus, button-link.active.focus {
    background: #ff0049;
    border-color: #ff0049;
    color: white;
    text-decoration: none; }
  @media (max-width: 550px) {
    .btn-md, button-md {
      padding: 0 15px;
      height: 30px;
      line-height: 30px;
      font-size: 1.2rem; } }

.form-control, input {
  font-weight: 400;
  border-width: 1px;
  border-color: rgba(120, 139, 158, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .form-control::-webkit-input-placeholder, input::-webkit-input-placeholder {
    color: rgba(17, 17, 17, 0.8); }
  .form-control::-moz-placeholder, input::-moz-placeholder {
    color: rgba(17, 17, 17, 0.8); }
  .form-control:-moz-placeholder, input:-moz-placeholder {
    color: rgba(17, 17, 17, 0.8); }
  .form-control:-ms-input-placeholder, input:-ms-input-placeholder {
    color: rgba(17, 17, 17, 0.8); }
  .form-control::-ms-input-placeholder, input::-ms-input-placeholder {
    color: rgba(17, 17, 17, 0.8); }
  .form-control::placeholder, input::placeholder {
    color: rgba(17, 17, 17, 0.8); }
  .form-control:hover, input:hover {
    border-color: rgba(17, 17, 17, 0.8); }
  .form-control.input-lg, input.input-lg {
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
    font-size: 1.8rem; }
  .form-control.input-md, input.input-md {
    height: 45px;
    line-height: 45px;
    font-size: 1.3rem; }
    .form-control.input-md[type='file'], input.input-md[type='file'] {
      line-height: 45px;
      padding: 0 8px; }
  .form-control.input-sm, input.input-sm {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 1.3rem; }
  @media (max-width: 550px) {
    .form-control.input-md, input.input-md {
      height: 30px;
      line-height: 30px;
      font-size: 1.2rem; }
      .form-control.input-md[type='file'], input.input-md[type='file'] {
        line-height: 30px;
        padding: 0 5px; } }

.section-heading {
  margin-bottom: 30px;
  text-align: center;
  color: #111111;
  font-weight: 600;
  font-size: 3.6rem; }

.sub-heading {
  color: #333333;
  max-width: 700px;
  margin: 5px auto 0;
  display: block;
  font-weight: 400;
  font-size: 1.4rem; }

.heading-1 {
  margin-bottom: 15px;
  color: #111111;
  font-weight: 600;
  font-size: 3.2rem; }

.heading-2 {
  margin: 0;
  line-height: normal;
  color: #111111;
  font-weight: 600;
  font-size: 2.4rem; }

.heading-3 {
  margin: 0 0 10px;
  line-height: normal;
  color: #111111;
  font-weight: 600;
  font-size: 1.8rem; }

@media (max-width: 1199px) {
  .section-heading {
    font-size: 2.8rem; }
  .heading-1 {
    font-size: 2.4rem; }
  .heading-2 {
    font-size: 2rem; }
  .heading-3 {
    font-size: 1.6rem; } }

@media (max-width: 550px) {
  .section-heading {
    font-size: 2.4rem; }
  .heading-1 {
    font-size: 2rem; }
  .heading-2 {
    font-size: 1.8rem; }
  .heading-3 {
    font-size: 1.3rem; }
  body, .sub-heading {
    font-size: 1.2rem; } }

/*HEADER*/
header .header {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  bottom: auto;
  width: 100%;
  padding: 40px 0 0;
  display: block;
  background: transparent;
  z-index: 999; }
  header .header .logo {
    position: relative;
    float: left;
    max-width: 100px; }
    header .header .logo a {
      display: block; }

@media (max-width: 550px) {
  header .header {
    padding: 20px 0 0; }
    header .header .logo {
      max-width: 60px; } }

/*FOOTER*/
.footer-section .social-icons {
  margin: 15px 0 30px; }
  .footer-section .social-icons li {
    padding: 0; }
    .footer-section .social-icons li a {
      font-weight: 600; }
    .footer-section .social-icons li img {
      width: 35px;
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%); }
      .footer-section .social-icons li img:hover, .footer-section .social-icons li img:focus, .footer-section .social-icons li img:active {
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -ms-filter: grayscale(0);
        -o-filter: grayscale(0);
        filter: grayscale(0); }

.footer-section .contact-form .checkbox span {
  text-decoration: underline; }

@media (max-width: 767px) {
  .footer-section .contact-form {
    margin-top: 30px; } }

/*BANNER*/
main.for-main-banner {
  height: 100%; }

main .post-section {
  min-height: 500px; }

@media (max-width: 991px) {
  main .post-section .info-block {
    background: rgba(255, 255, 255, 0.8);
    padding: 3em; } }

@media (max-width: 550px) {
  main .post-section {
    min-height: 400px; }
    main .post-section .info-block {
      padding: 2em; } }

/*SERVICES*/
.services-section .box {
  text-align: center; }
  .services-section .box img {
    max-width: 200px;
    width: 100%;
    margin: 0 auto 20px;
    display: block; }

@media (max-width: 1199px) {
  .services-section .box img {
    max-width: 150px; } }

@media (max-width: 767px) {
  .services-section .box img {
    max-width: 120px; } }

@media (max-width: 550px) {
  .services-section .box img {
    max-width: 70px; }
  .services-section .box h1 span {
    display: block; } }

/*PACKAGES*/
.section-packages .packages .box {
  margin-bottom: 30px;
  background: white;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }
  .section-packages .packages .box-header {
    padding: 30px 0;
    text-align: center; }
    .section-packages .packages .box-header .p-price {
      font-weight: 600;
      font-size: 3.4rem; }
    .section-packages .packages .box-header .p-price {
      color: #111111;
      font-weight: 600;
      font-size: 4.2rem; }
      .section-packages .packages .box-header .p-price span {
        font-weight: 400;
        font-size: 1.4rem; }
    .section-packages .packages .box-header .p-duration {
      color: #788b9e;
      font-size: 1.4rem; }
    .section-packages .packages .box-header .p-type {
      color: #ff0049;
      margin-top: 10px;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 2.4rem; }
  .section-packages .packages .box-body {
    padding: 10px 30px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #f1f5fa; }
    .section-packages .packages .box-body ul > li {
      color: #333333;
      display: block;
      margin-bottom: 15px;
      padding-left: 20px;
      position: relative;
      background: url(../images/li-icon-1.png) no-repeat left center;
      background-size: 10px; }
      .section-packages .packages .box-body ul > li span {
        display: block; }
      .section-packages .packages .box-body ul > li.cross {
        background: url(../images/list-cross.png) no-repeat left center;
        background-size: 10px;
        text-decoration: line-through;
        opacity: 0.5;
        filter: alpha(opacity=50); }
  .section-packages .packages .box-footer {
    padding: 15px;
    text-align: center; }
    .section-packages .packages .box-footer .btn {
      text-transform: uppercase; }
  .section-packages .packages .box.premium {
    background: #111111; }
    .section-packages .packages .box.premium .box-body {
      border-color: rgba(241, 245, 250, 0.1); }
    .section-packages .packages .box.premium .p-price, .section-packages .packages .box.premium .p-duration, .section-packages .packages .box.premium ul li {
      color: rgba(255, 255, 255, 0.9); }
      .section-packages .packages .box.premium .p-price:hover, .section-packages .packages .box.premium .p-duration:hover, .section-packages .packages .box.premium ul li:hover {
        color: white; }
    .section-packages .packages .box.premium ul li {
      background: url(../images/li-icon-2.png) no-repeat left center;
      background-size: 10px; }

@media (max-width: 991px) {
  .section-packages .packages {
    padding: 0 10%; }
    .section-packages .packages .premium {
      max-width: 400px;
      margin: auto; } }

@media (max-width: 767px) {
  .section-packages .packages {
    padding: 0;
    max-width: 400px;
    margin: auto; } }

@media (max-width: 550px) {
  .section-packages .packages .box {
    padding: 20px; }
    .section-packages .packages .box-header .logo {
      max-width: 85px;
      height: 50px; }
      .section-packages .packages .box-header .logo img {
        width: 100%; }
    .section-packages .packages .box-header .meta-info .currency {
      font-size: 1rem; }
    .section-packages .packages .box-header .meta-info .price {
      font-size: 1.8rem; }
    .section-packages .packages .box-header .meta-info .time {
      font-size: 1.3rem; } }

/*FAQ's*/
.faqs-section .info-block {
  margin-top: 50px; }

/*THANK YOU PAGE*/
.thankyou-page .header {
  padding: 100px 30px;
  text-align: center;
  background: #ff0049; }
  .thankyou-page .header::before {
    content: '';
    width: 100%;
    height: 100%;
    opacity: .1;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../images/bg4.png") center/cover no-repeat; }
  .thankyou-page .header, .thankyou-page .header .logo, .thankyou-page .header .heading {
    position: relative; }
  .thankyou-page .header .logo {
    max-width: 200px;
    margin: 0 auto 50px; }
    .thankyou-page .header .logo img {
      width: 100%; }
  .thankyou-page .header .heading {
    font-weight: 400;
    color: white;
    text-transform: uppercase; }

.thankyou-page .body {
  margin: -70px 0 30px;
  position: relative; }
  .thankyou-page .body .box {
    margin: auto;
    max-width: 80%;
    padding: 50px;
    background: white;
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1); }

.thankyou-page .footer {
  text-align: center;
  padding: 30px; }
  .thankyou-page .footer .btn {
    min-width: 200px; }

@media (max-width: 991px) {
  .thankyou-page .header {
    padding: 80px 20px; }
    .thankyou-page .header .logo {
      max-width: 150px; }
  .thankyou-page .body .box {
    padding: 30px; }
  .thankyou-page .footer {
    padding: 20px; } }

@media (max-width: 550px) {
  .thankyou-page .header {
    padding: 50px 20px; }
    .thankyou-page .header .logo {
      max-width: 120px; }
  .thankyou-page .body {
    margin: -50px 0 20px; }
    .thankyou-page .body .box {
      padding: 20px; } }

@media (max-width: 1199px) {
  .container {
    width: calc(100% - 250px); } }

@media (max-width: 991px) {
  .container, .container-fluid {
    width: calc(100% - 5%); } }

@media (max-width: 767px) {
  .container, .container-fluid {
    width: calc(100% - 15px); } }

@media (max-width: 550px) {
  main .section .content-box {
    padding: 2em 0; }
  main .section .spacer {
    margin: 15px auto; } }

html, body {
  font-family: "Circular Std Book"; }
