body {
  font-family: "Poppins", "sans-serif";
}

body a[href^=tel] {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

@media (min-width: 300px) {
  /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
  .header {
    width: 100%;
    height: 300px;
    max-height: 300px;
  }
  .header img {
    width: 100%;
    height: 300px;
  }
  .section-title {
    width: 100%;
    text-align: center;
    margin-top: 50px;
  }
  .section-title h1 {
    font-size: 2.5rem;
    font-weight: 600;
    margin: 0;
  }
  .section-title h3 {
    font-family: 'Satisfy', cursive;
    line-height: 1.8em;
    font-size: 2em;
    color: #c0392b;
    margin: 0 0 -10px 0;
  }
  .package-destination-item-wrapper .package-destination-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .package-item-wrapper {
    text-align: center;
    margin: 20px 0px 100px;
  }
  .package-item {
    position: relative;
    min-height: 1px;
    width: 270px;
    margin: 0 15px 30px;
    padding-top: 20px;
    display: inline-block;
  }
  .package-item .package-item-container {
    margin-bottom: 35px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: 0;
  }
  .package-item .package-item-container .package-item-holder {
    position: relative;
  }
  .package-item .package-item-container .package-item-holder .package-item-inner {
    -webkit-box-shadow: 5px 8px 13px 2px rgba(0, 0, 0, 0.5);
            box-shadow: 5px 8px 13px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .package-item .package-item-container .package-item-holder .package-item-inner .package-image-holder {
    position: relative;
    height: 170px;
  }
  .package-item .package-item-container .package-item-holder .package-item-inner .package-image-holder > a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 100%;
  }
  .package-item .package-item-container .package-item-holder .package-item-inner .package-image-holder a {
    text-decoration: none;
  }
  .package-item .package-item-container .package-item-holder .package-item-inner .package-image-holder img {
    vertical-align: middle;
    line-height: 0;
    display: block;
    width: 100%;
    height: auto;
  }
  .package-item .package-item-container .package-content-holder .package-content-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    background-color: tomato;
  }
  .package-item .package-item-container .package-content-holder .package-content-top .package-content-top-item > :first-child {
    padding-left: 26px;
  }
  .package-item .package-item-container .package-content-holder .package-content-top .package-content-top-item {
    color: #000;
    font-weight: 600;
  }
  .package-item .package-item-container .package-content-holder .package-content-inner {
    padding: 31px 25px 33px;
    background-color: #fff;
    text-align: left;
  }
  .package-item .package-item-container .package-content-holder .package-content-inner .package-content-inner-title-holder {
    position: relative;
  }
  .package-item .package-item-container .package-content-holder .package-content-inner .package-content-inner-title-holder .package-content-inner-title {
    margin: 0 0 10px;
    color: #212121;
  }
  .package-item .package-item-container .package-content-holder .package-content-inner .package-content-inner-title-holder .package-content-inner-title a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
  }
  .package-item .package-item-container .package-content-holder .package-content-inner .package-content-inner-desc {
    color: #505050;
  }
  .parallax-about-us {
    background-image: url("../img/about-us-bg-min.jpg");
    min-height: 500px;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .parallax-about-us #about-us-quote {
    position: absolute;
    left: 0;
    top: 15%;
    width: 80%;
    text-align: center;
    margin: 0 10%;
  }
  .parallax-about-us #about-us-quote #about-us-quote-inner {
    display: inline;
  }
  .parallax-about-us #about-us-quote #about-us-quote-inner h3 {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
  }
  .parallax-destination-header {
    min-height: 500px;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }
  .parallax-destination-header #destination-header-title {
    position: absolute;
    left: 0;
    top: 30%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
  }
  .parallax-destination-item-header {
    background-image: url("../img/destination/destination-header-min.jpg");
    min-height: 400px;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    margin-bottom: 50px;
  }
  .parallax-destination-item-header #destination-header-title {
    position: absolute;
    left: 0;
    top: 30%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 2rem;
  }
  .parallax-tour-package-header {
    min-height: 400px;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    margin-bottom: 50px;
  }
  .parallax-tour-package-header #tour-package-header-title {
    position: absolute;
    left: 0;
    top: 30%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
  }
  .service-container {
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .service-container .service-item {
    width: 200px;
    margin: 30px 20px 0;
  }
  .service-container .service-item .service-item-title h3 {
    font-size: 1.3rem;
    color: #212121;
    margin: 10px 0;
  }
  .service-container .service-item .service-item-desc p {
    color: #505050;
    margin: 0;
  }
  .destination-list-wrapper {
    text-align: center;
    padding: 50px 0;
    margin: -100px auto 100px;
    width: 80%;
    background-color: #fff;
    -webkit-box-shadow: 5px 8px 13px 2px rgba(0, 0, 0, 0.1), -5px 8px 13px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 5px 8px 13px 2px rgba(0, 0, 0, 0.1), -5px 8px 13px 2px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .destination-list-wrapper > .destination-list-item-holder {
    margin: 30px;
  }
  .destination-list-wrapper .destination-list-item-holder {
    display: inline-block;
  }
  .destination-list-wrapper .destination-list-item-holder .destination-list-item .destination-list-item-image {
    height: 250px;
    width: 250px;
    border-radius: 50%;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
  }
  .destination-list-wrapper .destination-list-item-holder .destination-list-item .destination-list-item-image img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    width: 250px;
    height: 250px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50%;
  }
  .destination-list-wrapper .destination-list-item-holder .destination-list-item .destination-list-item-image .destination-list-item-holder-link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .destination-list-wrapper .destination-list-item-holder .destination-list-item .destination-list-item-image .destination-list-item-desc {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .destination-list-wrapper .destination-list-item-holder .destination-list-item .destination-list-item-image .destination-list-item-desc .destination-list-item-desc-inner {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    text-align: center;
  }
  .destination-list-wrapper .destination-list-item-holder .destination-list-item .destination-list-item-image .destination-list-item-desc .destination-list-item-desc-inner .destination-list-item-title {
    padding: 0 20px;
    font-family: 'Satisfy', cursive;
    letter-spacing: 0;
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    margin: 0;
    color: #fff;
    font-size: 2.8rem;
    font-weight: 100;
  }
  .services-header {
    margin-top: 20px;
    text-align: center;
  }
  .services-header h1 {
    color: #212121;
    font-size: 2rem;
  }
  .service-item-wrapper {
    position: relative;
    text-align: center;
  }
  .service-item-wrapper .service-item-image {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
  .service-item-wrapper .service-item-information {
    text-align: center;
    margin: 0 auto;
    display: block;
    vertical-align: middle;
    width: 80%;
  }
  .service-item-wrapper .service-item-information h1 {
    color: #212121;
    font-size: 1.5rem;
  }
  .service-item-wrapper .service-item-information p {
    color: #505050;
    font-size: 1.1rem;
  }
  .service-item-wrapper .travel-brochure {
    display: block;
  }
  .service-item-wrapper .travel-brochure .insurance {
    display: inline-block;
    margin: 20px 20px;
  }
  .service-item-wrapper .travel-brochure .insurance p {
    color: #212121;
    font-weight: 600;
  }
  .service-item-wrapper .visa-table {
    display: block;
    text-align: center;
    margin-top: 50px;
  }
  .service-item-wrapper .visa-table table {
    display: inline-block;
    -webkit-box-shadow: 5px 8px 13px 2px rgba(0, 0, 0, 0.5);
            box-shadow: 5px 8px 13px 2px rgba(0, 0, 0, 0.5);
  }
  .service-item-wrapper .visa-table table th {
    background-color: #c0392b;
    color: #fff;
    padding: 10px 35px;
    font-size: 1rem;
  }
  .service-item-wrapper .visa-table table td {
    background-color: #fff;
    color: #505050;
    padding: 5px 0;
  }
  #map {
    height: 400px;
    width: 100%;
  }
  .contact-us-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 40px;
  }
  .contact-us-wrapper .contact-us-address h3 {
    color: #212121;
    font-size: 2rem;
    margin: 20px 0 0;
  }
  .contact-us-wrapper .contact-us-address h6 {
    font-size: 1rem;
    margin: 20px 0;
  }
  .contact-us-wrapper .contact-us-address p {
    margin: 0;
    color: #505050;
  }
  .contact-us-wrapper .contact-us-address .office-number {
    margin-top: 10px;
  }
  .contact-us-wrapper .contact-us-address .email-address {
    margin-top: 10px;
  }
  .contact-us-wrapper .contact-us-office-hours {
    margin-left: 20px;
  }
  .contact-us-wrapper .contact-us-office-hours h3 {
    color: #212121;
    font-size: 2rem;
    margin: 20px 0;
  }
  .contact-us-wrapper .contact-us-office-hours p {
    margin: 0;
    color: #505050;
  }
  .about-us-wrapper {
    text-align: center;
    margin-top: 40px;
  }
  .about-us-wrapper div {
    display: inline-block;
    width: 80%;
  }
  .about-us-wrapper div h3 {
    color: #212121;
    font-size: 2rem;
  }
  .about-us-wrapper div p {
    color: #505050;
    font-size: 1.1rem;
  }
  .contact-us-form-wrapper {
    text-align: center;
  }
  .contact-us-form {
    display: inline-block;
    width: 80%;
    text-align: center;
    margin-top: 40px;
  }
  .contact-us-form .contact-us-form-inner {
    display: inline-block;
  }
  .contact-us-form .contact-us-form-inner .contact-us-form-title {
    font-size: 1.2em;
  }
  .contact-us-form .contact-us-form-inner .contact-us-form-label {
    display: block;
    color: #212121;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
  }
  .contact-us-form .contact-us-form-inner .contact-us-form-email, .contact-us-form .contact-us-form-inner .contact-us-form-phone {
    display: inline-block;
    width: 100%;
  }
  .contact-us-form .contact-us-form-inner .contact-us-form-message {
    margin-top: 20px;
  }
  .contact-us-form .contact-us-form-input input {
    display: block;
    margin: 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 2px solid #505050;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-size: 0.9rem;
    padding: 5px;
    width: 90%;
  }
  .contact-us-form textarea {
    width: 100%;
    resize: none;
    border: none;
    border-bottom: 2px solid #505050;
  }
  .contact-us-form textarea:hover, .contact-us-form textarea:focus {
    border-bottom: 2px solid #c0392b;
  }
  .contact-us-form input:hover, .contact-us-form input:focus {
    border-bottom: 2px solid #c0392b;
  }
  .contact-us-form input[type="submit"] {
    padding: 15px 20px 15px 20px;
    color: #FFF;
    margin: 0 auto;
    background: #c0392b;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    width: 100%;
    border: 0;
    margin: 10px 0;
  }
  .tour-package-details-wrapper {
    display: block;
    position: relative;
    width: 80vw;
    margin: 0 auto;
  }
  .tour-package-details-wrapper .tour-package-details-title {
    display: inline-block;
  }
  .tour-package-details-wrapper .tour-package-details-title h3, .tour-package-details-wrapper .tour-package-details-title p {
    display: inline-block;
  }
  .tour-package-details-wrapper .tour-package-details-title h3 {
    color: #c0392b;
    font-size: 1rem;
    font-weight: 600;
  }
  .tour-package-details-wrapper .tour-package-details-title p {
    color: #505050;
    margin-left: 0px;
    font-size: 0.9rem;
    margin-top: 0px;
  }
  .tour-package-details-wrapper .itinerary-pdf {
    text-align: left;
  }
  .tour-package-details-wrapper .itinerary-pdf .itinerary-pdf-inner {
    width: 60px;
  }
  .tour-package-details-wrapper .itinerary-pdf .itinerary-image {
    width: 100%;
    margin: 0;
  }
  .tour-package-details-wrapper .itinerary-pdf .itinerary-image img {
    width: 100%;
  }
  .tour-package-details-wrapper .itinerary-pdf .itinerary-title {
    margin-top: -20px;
    font-weight: 400;
    color: #212121;
  }
  .tour-package-details-wrapper .tour-package-itinerary-departure-date h3 {
    color: #212121;
    font-size: 1.5rem;
  }
  .tour-package-details-wrapper .tour-package-itinerary-departure-date ul {
    margin-top: -20px;
    list-style-type: square;
    color: #505050;
  }
  .tour-package-details-wrapper .tour-package-itinerary-day {
    display: block;
  }
  .tour-package-details-wrapper .tour-package-itinerary-day .tour-package-top-holder {
    display: table;
    width: 100%;
    margin-bottom: 5px;
  }
  .tour-package-details-wrapper .tour-package-itinerary-day .tour-package-top-holder .tour-package-itinerary-left {
    display: table-cell;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 0;
    text-align: center;
  }
  .tour-package-details-wrapper .tour-package-itinerary-day .tour-package-top-holder .tour-package-itinerary-left .tour-package-itinerary-left-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #fff;
    border-radius: 50%;
    background-color: #c0392b;
  }
  .tour-package-details-wrapper .tour-package-itinerary-day .tour-package-line {
    height: 100%;
    position: absolute;
    z-index: -1;
    width: 50px;
    left: 0;
  }
  .tour-package-details-wrapper .tour-package-itinerary-day .tour-package-line .tour-package-line-inner {
    position: absolute;
    top: 15px;
    left: 50%;
    display: block;
    width: 0;
    height: 75%;
    border-right: 2px dashed #c0392b;
    z-index: 8;
    content: '';
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .tour-package-details-wrapper .tour-package-itinerary-day .tour-package-title {
    color: #212121;
    font-size: 1.5rem;
    margin: 50px 0 0;
  }
  .tour-package-details-wrapper .tour-package-itinerary-day .tour-package-itinerary-day-number {
    color: #212121;
    margin-left: 30px;
    font-size: 0.8rem;
  }
  .tour-package-details-wrapper .tour-package-itinerary-day .tour-package-itinerary-day-details {
    color: #505050;
    padding-left: 55px;
  }
  .tour-package-details-wrapper .tour-package-itinerary-day .tour-package-itinerary-day-details ul {
    list-style-type: square;
  }
  .tour-package-details-wrapper .tour-package-itinerary-day .tour-package-itinerary-day-details ul li {
    margin: 5px 0;
    font-size: 0.8rem;
  }
  .tour-package-booking-form-wrapper {
    width: 300px;
    margin: 100px auto 0;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 8px 13px 2px rgba(0, 0, 0, 0.5);
            box-shadow: 5px 8px 13px 2px rgba(0, 0, 0, 0.5);
  }
  .tour-package-booking-form-wrapper .tour-package-booking-form {
    text-align: center;
  }
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner {
    display: inline-block;
  }
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tour-package-booking-form-title h3 {
    font-size: 2rem;
    color: #212121;
    font-weight: 600;
    margin: 0;
  }
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-label {
    font-size: 1rem;
    display: block;
    color: #212121;
    font-weight: 600;
    text-align: left;
  }
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-departure-date,
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-no-adult,
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-no-child,
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-no-infant {
    margin: 20px 20px 0;
  }
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-departure-date select,
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-no-adult select,
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-no-child select,
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-no-infant select {
    border: 0;
    border-bottom: 2px solid #505050;
    padding: 5px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-no-adult input,
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-no-child input,
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-no-infant input {
    width: 100%;
    text-align: right;
  }
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-names {
    margin-top: 20px;
  }
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-names .tourpackages-form-first-name,
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-names .tourpackages-form-last-name {
    display: inline-block;
    margin: 10px 20px;
  }
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-third-row {
    margin-top: 10px;
  }
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-third-row .tourpackages-form-email,
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-third-row .tourpackages-form-phone {
    display: inline-block;
    margin: 10px 20px;
  }
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-special-request {
    margin: 20px 20px;
  }
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner textarea {
    margin-top: 10px;
    width: 100%;
    resize: none;
    border: none;
    border-bottom: 2px solid #505050;
  }
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner input {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 10px;
    border-bottom: 2px solid #505050;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 5px;
    width: 100%;
  }
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner input:hover,
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner input:focus,
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner textarea:hover,
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner textarea:focus,
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner select:hover {
    border-bottom: 2px solid #c0392b;
  }
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner input[type="submit"] {
    padding: 15px 20px 15px 20px;
    color: #FFF;
    margin: 0 auto;
    background: #c0392b;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    width: 100%;
    border: 0;
    margin: 20px 0;
  }
  .footer {
    background-color: #212121;
    padding: 50px 0 20px;
    margin-top: 50px;
  }
  .footer .footer-content-wrapper {
    text-align: center;
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer-content-wrapper .footer-left-container, .footer .footer-content-wrapper .footer-right-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 10px 50px;
  }
  .footer .footer-content-wrapper .footer-left-container {
    text-align: left;
  }
  .footer .footer-content-wrapper .footer-left-container h3 {
    margin: 0;
    font-size: 1.3rem;
    color: #c0392b;
  }
  .footer .footer-content-wrapper .footer-left-container h6 {
    margin: 10px 0;
    font-size: 1em;
    color: #fff;
  }
  .footer .footer-content-wrapper .footer-left-container p {
    font-size: 1em;
    margin: 0;
    color: #fff;
  }
  .footer .footer-content-wrapper .footer-left-container .office-number,
  .footer .footer-content-wrapper .footer-left-container .fax-number,
  .footer .footer-content-wrapper .footer-left-container .whatsapp-number {
    margin-top: 5px;
    font-size: 0.8em;
  }
  .footer .footer-content-wrapper .footer-right-container {
    text-align: left;
  }
  .footer .footer-content-wrapper .footer-right-container h3 {
    margin: 0;
    font-size: 1.3rem;
    color: #c0392b;
  }
  .footer .footer-content-wrapper .footer-right-container p {
    margin: 10px 0;
  }
  .footer .footer-content-wrapper .footer-right-container p a {
    text-decoration: none;
    color: #fff;
  }
  .footer .footer-content-wrapper .footer-right-container a:hover {
    color: #c0392b;
  }
  .footer .footer-content-wrapper .footer-right-container .social-link img {
    width: 32px;
  }
  .footer .footer-content-wrapper .footer-bottom-container {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-right: 100px;
  }
  .footer .footer-content-wrapper .footer-bottom-container .footer-copyright {
    font-size: .7rem;
    color: #fff;
  }
}

@media (min-width: 480px) {
  /* smartphones, Android phones, landscape iPhone */
  .parallax-about-us #about-us-quote #about-us-quote-inner h3 {
    font-size: 1.4rem;
  }
  .footer .footer-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer-content-wrapper .footer-left-container, .footer .footer-content-wrapper .footer-right-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 10px 50px;
  }
  .footer .footer-content-wrapper .footer-left-container {
    text-align: left;
  }
  .footer .footer-content-wrapper .footer-left-container h3 {
    margin: 0;
    font-size: 1.3rem;
    color: #c0392b;
  }
  .footer .footer-content-wrapper .footer-left-container h6 {
    margin: 10px 0;
    font-size: 1em;
    color: #fff;
  }
  .footer .footer-content-wrapper .footer-left-container p {
    margin: 0;
    color: #fff;
  }
  .footer .footer-content-wrapper .footer-left-container .office-number,
  .footer .footer-content-wrapper .footer-left-container .fax-number,
  .footer .footer-content-wrapper .footer-left-container .whatsapp-number {
    margin-top: 5px;
    font-size: 0.8em;
  }
  .footer .footer-content-wrapper .footer-right-container {
    text-align: left;
  }
  .footer .footer-content-wrapper .footer-right-container h3 {
    margin: 0;
    font-size: 1.3rem;
    color: #c0392b;
  }
  .footer .footer-content-wrapper .footer-right-container p {
    margin: 10px 0;
  }
  .footer .footer-content-wrapper .footer-right-container p a {
    text-decoration: none;
    color: #fff;
  }
  .footer .footer-content-wrapper .footer-bottom-container {
    text-align: left;
    margin-left: 50px;
  }
  .footer .footer-content-wrapper .footer-bottom-container .footer-copyright {
    font-size: 1rem;
  }
  .service-item-wrapper .visa-table {
    display: block;
    text-align: center;
    margin-top: 50px;
  }
  .service-item-wrapper .visa-table table {
    display: inline-block;
    -webkit-box-shadow: 5px 8px 13px 2px rgba(0, 0, 0, 0.5);
            box-shadow: 5px 8px 13px 2px rgba(0, 0, 0, 0.5);
  }
  .service-item-wrapper .visa-table table th {
    background-color: #c0392b;
    color: #fff;
    padding: 20px 50px;
    font-size: 1.1rem;
  }
  .service-item-wrapper .visa-table table td {
    background-color: #fff;
    color: #505050;
    padding: 5px 0;
  }
  .tour-package-details-wrapper .tour-package-details-title h3 {
    font-size: 1.3rem;
  }
  .tour-package-details-wrapper .tour-package-details-title p {
    margin-left: 0px;
    font-size: 1rem;
  }
  .tour-package-details-wrapper .tour-package-itinerary-departure-date h3 {
    font-size: 1.7rem;
  }
  .tour-package-details-wrapper .tour-package-itinerary-day .tour-package-top-holder .tour-package-itinerary-left {
    font-size: 1rem;
  }
  .tour-package-details-wrapper .tour-package-itinerary-day .tour-package-title {
    font-size: 1.7rem;
    margin: 50px 0 0;
  }
  .tour-package-details-wrapper .tour-package-itinerary-day .tour-package-itinerary-day-number {
    font-size: 1em;
  }
  .tour-package-details-wrapper .tour-package-itinerary-day .tour-package-itinerary-day-details ul li {
    font-size: 1rem;
  }
}

@media (min-width: 600px) {
  /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
  .header {
    height: 350px;
    max-height: 350px;
  }
  .header img {
    width: 100%;
    height: 350px;
  }
  .section-title {
    margin-top: 100px;
  }
  .package-item {
    width: 300px;
  }
  .parallax-about-us #about-us-quote {
    top: 20%;
  }
  .parallax-about-us #about-us-quote h3 {
    font-size: 2rem;
  }
  .contact-us-wrapper {
    margin: 20px 40px;
  }
  .contact-us-wrapper .contact-us-office-hours {
    margin-left: 40px;
    margin-top: 20px;
  }
}

@media (min-width: 801px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */
  .navbar {
    height: 50px;
    background-color: #fff;
    width: 100%;
    padding: 10px 0;
    position: relative;
  }
  .navbar .logo {
    display: inline-block;
    line-height: 50px;
    padding: 0 30px;
  }
  .navbar .logo img {
    width: 140px;
    height: 45px;
  }
  .navbar > .navbar-header {
    display: inline;
  }
  .navbar > .navbar-header .logo {
    display: inline-block;
  }
  .navbar > .navbar-header .logo img {
    width: 140px;
    height: 45px;
  }
  .navbar .list {
    display: inline;
    float: right;
    font-size: 1em;
  }
  .navbar .list > a {
    display: inline-block;
    padding: 13px 10px;
    text-decoration: none;
    color: #212121;
  }
  .navbar .list > a:hover {
    color: #c0392b;
  }
  .navbar .list .list-item {
    text-decoration: none;
    padding: 10px 30px;
    font-weight: 600;
  }
  .navbar .list .list-item:hover {
    color: #c0392b;
  }
  .navbar > .nav-btn {
    display: none;
  }
  .navbar > #nav-check {
    display: none;
  }
  .header {
    height: 480px;
    max-height: 480px;
  }
  .header img {
    width: 100%;
    height: 480px;
  }
  .tour-package-booking-form-wrapper {
    width: 800px;
    margin: 100px auto 0;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 8px 13px 2px rgba(0, 0, 0, 0.5);
            box-shadow: 5px 8px 13px 2px rgba(0, 0, 0, 0.5);
  }
  .tour-package-booking-form-wrapper .tour-package-booking-form {
    text-align: center;
  }
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner {
    display: inline-block;
  }
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tour-package-booking-form-title h3 {
    font-size: 3rem;
    color: #212121;
    font-weight: 600;
    margin: 0;
  }
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-label {
    font-size: 1rem;
    display: block;
    color: #212121;
    font-weight: 600;
    text-align: left;
  }
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-departure-date,
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-no-adult,
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-no-child,
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-no-infant {
    margin: 20px 20px 0;
  }
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-departure-date select,
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-no-adult select,
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-no-child select,
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-no-infant select {
    border: 0;
    border-bottom: 2px solid #505050;
    padding: 5px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-no-adult input,
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-no-child input,
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-no-infant input {
    width: 50px;
    margin: 0 40px;
    text-align: right;
  }
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-names {
    margin-top: 20px;
  }
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-names .tourpackages-form-first-name,
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-names .tourpackages-form-last-name {
    display: inline-block;
    margin: 0 20px;
  }
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-third-row {
    margin-top: 20px;
  }
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-third-row .tourpackages-form-email,
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-third-row .tourpackages-form-phone {
    display: inline-block;
    margin: 0 20px;
  }
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner .tourpackages-form-special-request {
    margin: 20px 20px;
  }
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner textarea {
    margin-top: 10px;
    width: 100%;
    resize: none;
    border: none;
    border-bottom: 2px solid #505050;
  }
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner input {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 10px;
    border-bottom: 2px solid #505050;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 5px;
  }
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner input:hover,
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner input:focus,
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner textarea:hover,
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner textarea:focus,
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner select:hover {
    border-bottom: 2px solid #c0392b;
  }
  .tour-package-booking-form-wrapper .tour-package-booking-form .tour-package-booking-form-inner input[type="submit"] {
    padding: 15px 20px 15px 20px;
    color: #FFF;
    margin: 0 auto;
    background: #c0392b;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    width: 100%;
    border: 0;
    margin: 20px 0;
  }
  .contact-us-form-wrapper {
    width: 800px;
    margin: 0 auto;
  }
  .contact-us-wrapper {
    margin: 0;
  }
  .contact-us-wrapper .contact-us-office-hours {
    margin: 0;
  }
  .footer .footer-content-wrapper .footer-left-container, .footer .footer-content-wrapper .footer-right-container {
    margin: 0px 100px;
  }
  .footer .footer-content-wrapper .footer-left-container h3 {
    font-size: 1.6rem;
  }
  .footer .footer-content-wrapper .footer-left-container .office-number,
  .footer .footer-content-wrapper .footer-left-container .fax-number,
  .footer .footer-content-wrapper .footer-left-container .whatsapp-number {
    font-size: 1em;
  }
  .footer .footer-content-wrapper .footer-right-container h3 {
    font-size: 1.6rem;
  }
  .footer .footer-content-wrapper .footer-bottom-container {
    text-align: right;
  }
  .footer .footer-content-wrapper .footer-bottom-container .footer-copyright {
    font-size: 1rem;
  }
  .parallax-about-us #about-us-quote {
    top: 15%;
  }
  .parallax-about-us #about-us-quote #about-us-quote-inner h3 {
    font-size: 1.8rem;
  }
  .service-item-wrapper .service-item-image {
    display: inline-block;
    vertical-align: middle;
    margin: 0 50px 0 0;
  }
  .service-item-wrapper .service-item-information {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    width: 60%;
  }
  .service-item-wrapper .service-item-information h1 {
    font-size: 2rem;
  }
  .service-item-wrapper .service-item-information p {
    font-size: 1.1rem;
  }
  .service-item-wrapper .travel-brochure {
    display: block;
  }
  .service-item-wrapper .travel-brochure .insurance {
    display: inline-block;
    margin: 20px 40px;
  }
}

@media (min-width: 1025px) {
  /* big landscape tablets, laptops, and desktops */
  .parallax-about-us #about-us-quote {
    top: 20%;
  }
}

@media (min-width: 1281px) {
  /* hi-res laptops and desktops */
}

@media (max-width: 800px) {
  .navbar {
    margin-top: 10px;
  }
  .navbar .logo {
    display: inline-block;
    line-height: 50px;
    padding: 0 30px;
  }
  .navbar .logo img {
    width: 140px;
    height: 45px;
  }
  .navbar > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 10px;
  }
  .navbar > .nav-btn > label {
    display: inline-block;
    padding: 13px;
  }
  .navbar > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #212121;
  }
  .navbar > #nav-check {
    display: none;
  }
  .navbar .list {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #fff;
    height: 0px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 70px;
    left: 0px;
    z-index: 1;
  }
  .navbar .list > a {
    display: block;
    width: 100%;
    text-decoration: none;
    text-align: center;
    color: #212121;
    font-size: 2em;
    margin: 30px 0;
  }
  .navbar .list > a:first-child {
    margin-top: 100px;
  }
  .navbar .list > a:hover {
    color: #c0392b;
  }
  .navbar #nav-check:not(:checked) + .list {
    height: 0px;
  }
  .navbar #nav-check:checked + .list {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
}
/*# sourceMappingURL=stylesheet.css.map */