
.enquire-now #header
{
    height: 60px;
}

.enquire-now .banner {
    min-height: 356px;
    background-image: url(../images/enquire-now.png);
    height: min-content;
    padding-top: 35px;
}

.enquire-now .banner .main-title {
    display: flex;
    min-height: 200px;
    align-items: center;
}

.enquire-now .banner .banner-title {
    font-size: 68px;
    margin-top: 20px;
    font-family: 'Roboto';
    text-transform: none;
    letter-spacing: 0.3px;
}

.enquire-now #primary .wrap {
    max-width: 770px;
    padding: 20px 20px 0;
    position: relative;
    z-index: 2;
}

.enquire-now #primary .why-book-block {
    max-width: 1460px;
    margin: auto;
}

.hmp-step-header {
    font-family: 'Roboto';
    color: #2f2f2f;
    font-size: 30px;
    margin-bottom: 30px;
    color: #2ba700;
}

/* .progress-bar {
    width: 100%;
    height: 10px;
    background-color: #e0e0e0;
} */

/* .progress-bar-filled {
    height: 100%;
    background-color: #f17f0a;
    width: 0;
    transition: width 1s;
} */

/* .progress-block {
    width: 100%;
    padding-top: 10px;
    display: flex;
    justify-content: center;
} */

/* .progress-tile {
    background-color: #61c63f;
    border-radius: 5px;
    color: white;
    padding: 3px 9px;
    font-weight: bold;
} */

.hmp-tiles {
    padding-top: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 85%;
    margin: auto;
    height: 190px;
}

.hmp-tile-container {
    display: block;
    position: relative;
    height: 140px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: calc(25% - 5px);
}

.hmp-cur-container {
    display: block;
    position: relative;
    height: 140px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: calc(20% - 5px);
}

.hmp-year-container {
    display: block;
    position: relative;
    height: 140px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: calc(25% - 5px);
    margin: auto;
}

.hmp-tile-container input, .hmp-year-container input, .hmp-cur-container input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.hmp-tile {
    position: absolute;
    top: 0;
    left: 25%;
    border: 10px solid white;
    background-color: #ebebeb;
    border-radius: 10px;
    height: 180px;
    width: 180px;
    text-align: center;
    line-height: 15px;
    box-shadow: 0px 0px 20px rgba(99, 99, 99, 0.25);
    font-family: Roboto;
    font-size: 23px;
    color: #939393;
    font-weight: 500;
}

.hmp-tiles-budget
{
    position: relative;
    padding-top: 30px;
    padding-bottom: 20px;
}

.budget-tile {
    position: absolute;
    top: 0;
    left: 25%;
    border: 10px solid white;
    background-color: #ebebeb;
    border-radius: 10px;
    height: 180px;
    width: 180px;
    text-align: center;
    line-height: 30px;
    box-shadow: 0px 0px 20px rgba(99, 99, 99, 0.25);
    font-family: Roboto;
    font-size: 23px;
    color: #939393;
    font-weight: 500;
    justify-content: center;
    display: flex;
    align-items: center;
}

.cur-tile {
    position: absolute;
    top: 0;
    left: 25%;
    border: 10px solid white;
    background-color: #ebebeb;
    border-radius: 10px;
    height: 140px;
    width: 140px;
    text-align: center;
    line-height: 15px;
    box-shadow: 0px 0px 20px rgba(99, 99, 99, 0.25);
    font-family: Roboto;
    font-size: 23px;
    color: #939393;
    font-weight: 500;
    justify-content: center;
    display: flex;
    align-items: center;
}

.cur-flag {
    width: 22px;
    height: 20px;
    display: inline-flex;
}
.cur-flag-usd,
.cur-flag-aud,
.cur-flag-zar,
.cur-flag-eur,
.cur-flag-gbp
{ background: url('./img/flags.png') no-repeat;}

.cur-flag-usd { background-position: -5217px -0px; }
.cur-flag-aud { background-position: -284px -0px; }
.cur-flag-zar { background-position: -5587px -0px; }
.cur-flag-eur { background-position: -1597px -0px; }
.cur-flag-gbp { background-position: -1774px -0px; }

.budget-tile p, .cur-tile p
{
    margin: 0px;
    line-height: 1.2;
}

.year-tile {
    position: absolute;
    top: 25%;
    border: 10px solid white;
    background-color: #2ba700;
    border-radius: 10px;
    height: 120px;
    width: 120px;
    line-height: 25px;
    box-shadow: 0px 0px 20px rgba(99, 99, 99, 0.25);
    font-family: Roboto;
    font-size: 24px;
    color: white;
    font-weight: 500;
    justify-content: center;
    display: flex;
    align-items: center;
    right: 0px;
}

.year-cross 
{
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url(../images/hmp-cross.png);
    right: 13px;
    bottom: 68px;
    cursor: pointer;
}

.hmp-short-trip, .hmp-2-weeks, .hmp-3-weeks, .hmp-4-weeks, .hmp-calendar, .hmp-adventure, .hmp-wildlife, .hmp-family, .hmp-romantic {
    display: block;
    width: 65px;
    height: 80px;
    margin: 20px auto;
    background-repeat: no-repeat;
}

.hmp-calendar {
    background-image: url(../images/hmp-calendar.png);
}

.hmp-short-trip {
    background-image: url(../images/hmp-short-trip.png);
}

.hmp-2-weeks {
    background-image: url(../images/hmp-calendar.png);
}

.hmp-3-weeks {
    background-image: url(../images/hmp-3-weeks.png);
}

.hmp-4-weeks {
    background-image: url(../images/hmp-4-weeks.png);
}

.hmp-adventure {
    background-image: url(../images/hmp-adventure.png);
}

.hmp-wildlife {
    background-image: url(../images/hmp-wildlife.svg);
}

.hmp-family {
    background-image: url(../images/hmp-family.png);
}

.hmp-romantic {
    background-image: url(../images/hmp-romantic.png);
}

.hmp-tile-container:hover input~.hmp-tile {
    background-color: #eaeaea;
}

.hmp-tile-container input:checked~.hmp-tile,
.hmp-cur-container input:checked~.cur-tile,
.hmp-tile-container input:checked~.budget-tile
 {
    background-color: #2ba700;
    color: white;
}

.hmp-checkbox input:checked+span:before {
    background-color: #2ba700;
    border-color: #2ba700;
}

.hmp-checkbox .hmp-checkbox-span {
    font-size: 23px;
    font-family: 'Roboto';
}

.hmp-tile:before, .hmp-tile:after {
    content: "";
    position: absolute;
    display: none;
}

.hmp-tile-container input:checked~.hmp-tile span, .hmp-tile-container input:checked~.hmp-tile span {
    top: 11px;
    right: 20px;
    display: block;
    border-width: 0 4px 4px 0;
    content: "";
    width: 100px;
    height: 87px;
    background-image: url(../images/hmp-check.png);
    background-repeat: no-repeat;
    margin-left: 40px;
    margin-top: 10px;
}

.hmp-tiles-gray-checked .hmp-tile:before, .hmp-tiles-gray-checked .hmp-tile::after {
    display: block;
    background: #c3c3c3;
}

#HelpMePlan-3 .travel-how-long-error {
    margin-left: 12%;
}

#HelpMePlan input[type="text"], #HelpMePlan input[type="email"], #HelpMePlan input[type="tel"] {
    height: 60px;
    border-radius: 8px;
    font-size: 20px;
}

/* tel number  */

#HelpMePlan label.error, #HelpMePlan .tel-error-msg {
    font-size: 21px !important;
}

#HelpMePlan-2 .intl-tel-input .selected-flag {
    border-radius: 6px;
    background-color: white !important;
    border-right-color: white !important;
    position: relative;
}

#HelpMePlan-2 .intl-tel-input .selected-flag::after {
    content: '';
    height: 65%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 13px;
    background-color: #c2c2c2;
}

#HelpMePlan {
    margin: 40px 40px 20px;
}

#HelpMePlan-1 > .user-details
{
    margin-bottom: 20px;
}

#HelpMePlan-1Btn {
    background-color: #2ba700;
    font-size: 18px;
    line-height: 2;
    font-family: 'Roboto';
    font-weight: 700;
}

#HelpMePlan-2 .user-details, .contact-me-checkbox {
    margin-top: 20px;
}

#HelpMePlan .user-details label {
    font-size: 21px !important;
    font-family: 'Roboto';
}

.hmp-required:after {
    content: " *";
    color: red;
}

.hmp-buttons {
    padding-top: 25px;
}

.hmp-button-prev {
    background-color: #f5f5f5;
    color: #696969;
    width: 245px;
    text-align: center;
    border-radius: 50px;
    font-size: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-color: transparent;
    box-shadow: 0px 7px 6px rgba(150, 160, 180, 0.25);
}

.hmp-button-prev:hover {
    background-color: #f5f5f5;
    color: #696969;
}

.hmp-btn-prev-arrow {
    content: "";
    width: 35px;
    height: 17px;
    background-image: url(../images/hmp-btn-prev-arrow.png);
    background-repeat: no-repeat;
}

.hmp-button-next {
    width: 245px;
    border-color: #2ba700;
    background-color: #2ba700;
    display: inline-block;
    border-radius: 50px;
    font-size: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-color: transparent;
    box-shadow: 0px 7px 6px rgba(150, 160, 180, 0.25);
}

.hmp-btn-next-arrow {
    content: "";
    width: 30px;
    height: 17px;
    background-image: url(../images/hmp-btn-next-arrow.png);
    background-repeat: no-repeat;
    margin-left: 17px;
}

.hmp-button-next:hover {
    border-color: #2ba700;
    background-color: #2ba700;
}

.hmp-buttons-why-book
{
    display: none;
}

.hmp-buttons-content {
    max-width: none;
    margin-top: 20px;
}

.hmp-people-block {
    margin-top: 20px;
    max-width: none;
    display: flex;
}

.hmp-people-row {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 35px;
}

.hmp-people-content {
    padding: 0px;
    border-radius: 5px;
    border: 1px solid #ececec;
}

.hmp-people-content input {
    font-size: 28px;
}

.hmp-people-content button {
    border-radius: 3px;
}

.hmp-people-content-minus {
    background: #ececec !important;
    color: gray;
}

.hmp-people-content-minus:hover {
    color: gray;
}

.hmp-people-text {
    font-family: Roboto;
    font-size: 23px;
    text-transform: none;
}

.hmp-people-descr {
    padding: 8px 10px;
}

.hmp-form-bg {
    background-image: url(../images/bgi/hmp-form-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: 90px;
    height: calc(100vh - 300px);
    padding: 0px;
}

.hmp-form-content {
    background: white;
    margin: -80px auto 0px auto;
    width: 75%;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
    box-shadow: -1px 1px 8px #00000036;
    height: 100%;
}

.hmp-enquire-items {
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 26px;
    font-family: 'Roboto';
    color: black;
    line-height: 1.6;
    display: flex;
    letter-spacing: 0.7px;
    box-shadow: 0px 4px 20px rgba(150, 160, 180, 0.25);
}

.hmp-enquire-items::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.hmp-enquire-items p {
    width: 33.333%;
    margin-bottom: 0;
    font-family: 'Barlow';
    font-weight: 500;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    line-height: 1.2;
    text-align: center;
}

.hmp-enquire-items p:before {
    content: "";
    width: 31px;
    height: 23px;
    background-image: url(../images/hmp-checkmark-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    color: black;
}

.hmp-enquire-items span {
    content: "";
    width: 30px;
    height: 50px;
    background-image: url(../images/hmp-seperator.png);
    background-repeat: no-repeat;
    margin-top: 0px;
    color: black;
}

.hmp-enquire-items p:after:last-child {
    display: none;
}

/* start progress bar */

.hmp-progressbar {
    list-style: none;
    counter-reset: step;
    display: flex;
    padding: 0;
    margin-top: 55px;
    margin-bottom: 25px;
    margin-right: 40px;
    margin-left: 50px;
}

.hmp-progressbar__item {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;
    position: relative;
}

.hmp-progressbar__item:before {
    width: 54px;
    height: 54px;
    content: counter(step);
    counter-increment: step;
    align-self: center;
    background: #EBF7E7;
    color: #8AA380;
    border-radius: 100%;
    font-size: 25px;
    line-height: 54px;
    font-family: 'Barlow';
}

.hmp-progressbar__item:after {
    height: 3px;
    width: 100%;
    content: "";
    background: #EBF7E7;
    position: absolute;
    top: 1.8em;
    left: calc(50% + 1em);
    z-index: -1;
}

.hmp-progressbar__item:last-child:after {
    content: none;
}

.hmp-progressbar__item--active:before {
    background: #2ba700;
    content: counter(step) !important;
    counter-increment: step;
    color: white;
}

.hmp-progressbar__item--complete:before {
    content: "✔";
    background: #2ba700;
    color: white;
}

.hmp-progressbar__item--complete::after {
    background: #2ba700;
}

/* end progress bar */

.step-subheader {
    color: #bdbdbd;
    font-family: Barlow;
    font-size: 25px;
    text-align: center;
    margin-top: 0px;
}

.month-select-block {
    margin-top: 2em;
    text-align: center;
}

.hmp-select-travel {
    text-align: center;
    margin: 5px auto;
    width: 70%;
    display: flex;
}

.hmp-select-travel .hmp-required {
    font-size: 23px !important;
    font-family: 'Roboto';
}

.hmp-select-travel div {
    width: 70%;
    text-align: start;
    margin: auto;
}

.hmp-select-travel span select {
    background: #fff;
    height: 60px !important;
    line-height: 2;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    -moz-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 5px;
    font-size: 20px;
    color: #605e5b;
}

.hmp-select-travel::after {
    right: 15%;
    z-index: 2;
    margin-top: 15px;
}

#HelpMePlan-7 .budget-col {
    display: block;
}

#HelpMePlan-7 .budget-col .form-group {
    width: 100%;
    margin-top: 10px;
}

#HelpMePlan-7 label.error {
    position: absolute;
    width: 300px;
    top: -30px;
}

.hmp-buttons-content label.error {
    position: absolute;
    z-index: -1;
}

.budget-col>div.form-group:first-of-type {
    margin-bottom: 32px;
}

.hmp-change-currency
{
    position: absolute;
    top: -8px;
    left: 70px;
    color: #2ba700;
    font-size: 16px;
    cursor: pointer;  
}

.hmp-budget-style
{
    width: 85%;
    margin: 30px auto;
}

.hmp-select-budget {
    text-align: start;
    margin: auto;
}

.hmp-select-budget span select, .hmp-select-budget select, .hmp-input-budget span input {
    background: #fff;
    height: 60px !important;
    line-height: 2;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    -moz-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 8px;
    color: #605e5b;
    font-size: 20px;
}

.no-budget-box {
    padding-top: 20px;
}

.no-budget-box label {
    font-family: Roboto;
    font-size: 23px !important;
}

.no-budget-checkbox {
    border: 1px solid #696969;
    border-radius: 5px;
    padding: 17px;
    margin-top: 10px;
    background: #f5f5f5;
}

.hmp-package {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: 1px solid #232323;
    font-size: 20px;
}

.hmp-package-header {
    background-color: #232323;
    color: white;
    padding: 5px 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hmp-package-close {
    height: 24px;
    width: 24px;
    cursor: pointer;
}

.hmp-package-close:after, .hmp-package-close:before {
    content: "";
    position: absolute;
    height: 25px;
    width: 2px;
    background-color: white;
    transform: rotate(45deg);
    margin-left: 11px;
}

.hmp-package-close:before {
    transform: rotate(-45deg);
}

.hmp-package-image {
    width: 35%;
}

.hmp-package-image img {
    width: 100%;
}

.hmp-package-content {
    width: 65%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding: 20px 15px;
}

.hmp-package-name {
    width: 100%;
    border-bottom: 1px solid rgba(130, 130, 130, .3);
    padding-bottom: 20px;
    color: black;
}

.hmp-package-duration {
    font-size: 15px;
    padding-top: 10px;
}

body.enquire-now #tars-widget-fab, body.enquire-now #livechat-eye-catcher, body.enquire-now .livecall-widget-container {
    display: none;
}

/* reviews */

.ft-top-asg-reviews-content p {
    margin: auto 10px auto 5px;
    font-family: 'Roboto';
    font-size: 22px;
    font-weight: bold;
}

.ft-top-asg-reviews-more a {
    color: #005aff;
}

/* Modal window */

/* The Modal (background) */

.hmp-modal {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.hmp-modal-content {
    background-color: #fefefe;
    margin: 110px auto;
    margin-top: -215px;
    border: 1px solid #888;
    width: 550px;
    font-family: 'Barlow';
    font-size: 18px;
}

.hmp-modal-content b {
    font-family: 'Roboto';
}

/* The Close Button */

.hmp-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    display: none;
}

.hmp-modal-close:hover, .hmp-modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.hmp-modal-header {
    padding: 20px;
    background: #f0f0f0;
    box-shadow: 0px 12px 10px rgba(150, 160, 180, 0.25);
    display: flex;
}

.hmp-modal-header span {
    content: " ";
    width: 25px;
    height: 25px;
    background-image: url(../images/hmp-call2.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px;
}

.hmp-modal-text {
    padding: 20px 0px 20px 65px;
}

.hmp-modal-text span {
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    margin-bottom: -3px;
    margin-right: 10px
}

.hmp-modal-office-time span {
    background-image: url(../images/hmp-person.png);
}

.hmp-modal-current-time span {
    background-image: url(../images/hmp-timer.png);
}

.hmp-modal-phone span {
    background-image: url(../images/hmp-flag-phone.png);
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    margin-bottom: -7px;
    margin-right: 10px;
}

.hmp-modal-text div {
    display: flex;
}

.hmp-modal-text div div {
    width: 70%;
    height: 20px;
    border-bottom: 1px solid #cccccc;
    margin-left: 8px;
    margin-top: -3px;
}

#HelpMePlanBtn {
    padding: 0 20px;
    white-space: nowrap;
    width: auto;
}

@media only screen and (max-width: 1600px) {
    .enquire-now .banner .banner-title {
        font-size: 50px;
    }

    .enquire-now .banner .main-title {
        min-height: 200px;
    }

    .enquire-now .banner {
        min-height: 333px;
        padding-top: 50px;
    }

    .hmp-form-content {
        margin: -85px auto 0px auto;
    }

    #HelpMePlan {
        margin: 15px 40px;
    }

    #HelpMePlan input[type="text"], #HelpMePlan input[type="email"], #HelpMePlan input[type="tel"] {
        height: 50px;
    }

    .hmp-step-header {
        font-size: 26px;
    }
    .hmp-enquire-items {
        padding-bottom: 7px;
        padding-top: 7px;
    }

    .hmp-enquire-items p {
        font-size: 18px;
    }

    #HelpMePlan .user-details label {
        font-size: 18px !important;
        font-family: 'Roboto';
    }

    #HelpMePlan label.error, #HelpMePlan .tel-error-msg {
        font-size: 18px !important;
        width: 90%;
    }
    .hmp-buttons {
        padding-top: 21px;
    }
    
    .budget-tile, .hmp-tile {
        left: 8%;
    }
}

@media only screen and (max-width: 1023px) {

    .animal-modal-block ::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    
    .animal-modal-block ::-webkit-scrollbar:vertical {
        width: 0px;
    }
    
    .animal-modal-block ::-webkit-scrollbar:horizontal {
        height: 7px;
    }
    
    .animal-modal-block ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 10px;
        border: 2px solid #ffffff;
    }
    
    .animal-modal-block ::-webkit-scrollbar-track {
        border-radius: 10px;  
        background-color: #ffffff; 
    }
    
    .hmp-form-bg {
        background: none;
        height: unset;
    }
    .enquire-now .banner {
        min-height: 230px;
        padding-top: 0px;
        background-image: url(../images/enquire-now-mobile.png);
    }
    .enquire-now .banner .main-title {
        min-height: 140px;
    }

    .enquire-now .banner .main-title .wrap{
        padding: 0px 15px;
    }
    .enquire-now .banner .banner-title {
        font-size: 25px;
        margin-top: 0px;
    }
    /* form header */
    .hmp-enquire-items {
        flex-direction: column;
        padding: 10px 20px;
    }
    .hmp-enquire-items span {
        display: none;
    }
    .hmp-enquire-items>p {
        width: 100%;
        font-size: 15px;
        justify-content: flex-start;
        font-weight: 600;
        padding: 10px 0;
    }
    .hmp-enquire-items>p::before {
        width: 28px;
        height: 20px;
    }
    .hmp-form-content {
        width: 95%;
        box-shadow: none;
    }
    .enquire-now .section {
        padding-bottom: 20px;
    }
    .hmp-step-header {
        text-align: center;
        font-size: 20px;
        color: #2ba700;
    }
    .step-subheader {
        text-align: center;
        margin-top: 0;
        font-size: 18px;
    }
    #HelpMePlan {
        position: relative;
        padding-top: 0;
        padding-bottom: 15px;
        margin: 10px;
        height: fit-content;
    }
    #HelpMePlan input[type="text"], #HelpMePlan input[type="email"], #HelpMePlan input[type="tel"] {
        height: 45px;
        font-size: 16px;
    }
    #HelpMePlan-1Btn, .hmp-button-next, .hmp-button-prev {
        font-size: 15px;
    }

    .hmp-buttons-why-book
    {
        color: gray;
        font-size: 16px;
        text-align: center;
        display: block;
        margin-bottom: 20px;
        margin-top: 25px;
    }

    .hmp-buttons-why-book::after
    {
        top: 0px;
        right: 0px;
        display: block;
        content: "";
        width: 20px;
        height: 15px;
        background-image: url(../images/arrow-gray.png);
        background-size: 20px;
        background-repeat: no-repeat;
        margin: auto;
        margin-top: 5px;
    }
    /* progress bar */
    .hmp-progressbar {
        margin: 25px 0 5px;
    }
    .hmp-progressbar__item:before {
        height: 30px;
        width: 30px;
        line-height: 31px;
        font-size: 18px;
    }
    .hmp-progressbar__item:after {
        top: 1em;
    }
    .hmp-start-btn {
        margin-top: 0;
    }
    .hmp-button-next, #HelpMePlanBtn {
        width: calc(100% - 110px);
        height: 100%;
    }
    .hmp-button-prev {
        width: 105px;
        height: 100%;
    }
    .hmp-buttons {
        /* position: absolute;
        bottom: 110px; */
        width: 100%;
        padding-top: 15px;
    }
    #HelpMePlan .user-details label {
        font-size: 18px !important;
    }
    /* step 2  */
    #HelpMePlan-2 .user-details {
        margin-top: 20px;
    }
    #HelpMePlan label.error, #HelpMePlan .tel-error-msg {
        font-size: 18px !important;
    }
    .contact-me-checkbox {
        margin-top: 0;
    }
    .hmp-checkbox .hmp-checkbox-span {
        font-size: 15px;
        margin: 10px 0px;
    }
    #HelpMePlan-2 .intl-tel-input .selected-flag::after {
        top: 7px;
    }
    /* step 3 */
    .hmp-tile {
        left: calc(50% - 70px);
        height: 140px;
        width: 140px;
        font-size: 15px;
    }
    .hmp-tiles {
        padding-top: 25px;
        width: 100%;
        height: 335px;
    }
    .hmp-tile-container {
        margin-bottom: 20px;
    }
    .hmp-tile-container input:checked~.hmp-tile span, .hmp-tile-container input:checked~.hmp-tile span {
        margin-left: 20px;
        margin-bottom: 5px;
    }
    .hmp-short-trip, .hmp-2-weeks, .hmp-3-weeks, .hmp-4-weeks, .hmp-calendar, .hmp-adventure, .hmp-wildlife, .hmp-family, .hmp-romantic {
        margin: 10px auto;
    }
    /* step 4 */
    .hmp-people-block {
        margin-top: 0px;
        display: block;
        padding: 20px 0px;
    }
    .hmp-people-row {
        margin-bottom: 10px;
        padding: 7px 0px;
    }
    .hmp-people-text {
        font-size: 20px;
    }
    /* step 5 */

    .hmp-year-container
    {
        display: none;
    }
    #HelpMePlan-5 .hmp-tiles {
        padding-top: 10px;
    }
    .hmp-select-travel, .hmp-select-travel div {
        width: 100%;
    }
    .hmp-select-travel::after {
        right: 10%;
        margin-top: 25px;
    }
    .hmp-select-travel span select, .hmp-select-travel .hmp-required {
        font-size: 18px;
        height: 55px !important;
    }
    .month-select-block {
        margin-top: 0;
    }
    /* step 7 */
    .no-budget-checkbox {
        padding: 10px;
        margin-top: 0px;
    }
    .no-budget-box {
        padding-top: 8px;
        margin-bottom: 25px;
    }
    .no-budget-box label {
        font-size: 18px !important;
    }

    #HelpMePlan-7 .budget-col,#HelpMePlan-7 .no-budget-checkbox{
        width: auto;
        float: none;
        border-radius: 10px;
    }

    #HelpMePlan-7 .budget-col, #HelpMePlan-7 .budget-col .form-group {
        padding: 9px 0px;
    }

    .budget-col>div.form-group:first-of-type {
        margin-bottom: 0px;
    }
    .hmp-select-budget span select, .hmp-select-budget select, .hmp-input-budget span input {
        font-size: 18px;
        height: 55px !important;
    }
    #HelpMePlanLoader {
        position: absolute;
        bottom: 50px;
        left: calc(50% - 10px);
    }
    .hmp-tile-container {
        width: calc(50% - 5px);
    }
    .hmp-package-block
    {
        margin-top: 0px !important;
    }
    .hmp-package-image {
        width: 100%;
    }
    .hmp-package-content {
        width: 100%;
        padding: 5px 15px;
        font-size: 14px;
    }
    #HelpMePlan-7 label.error{
        bottom: 155px;
    }

    .budget-tile
    {
        width: 140px;
        height: 140px;
    }

    .hmp-tiles-cur
    {
        height: 475px;
    }

    .hmp-change-currency {
        left: 10px;
        top: 0px;
    }

    .hmp-cur-container
    {
        width: calc(50% - 5px);
    }

    .hmp-tiles-budget
    {
        padding-top: 40px;
    }

    .cur-tile, .budget-tile {
        left: 0px;
        font-size: 17px;
    }

    .hmp-buttons-content label.error {
        margin-top: -32px !important;
    }

    /* Modal window */
    .hmp-modal-content {
        width: 300px;
        font-size: 14px;
    }
    .hmp-modal-text {
        padding: 20px 0px 20px 15px;
    }
    .hmp-modal-text div div {
        margin-top: -5px;
    }
    .hmp-call-popup {
        width: 50px;
        height: 50px;
        margin-left: 8px;
    }

    /* why book with us */

    .enquire-now #primary .why-book-block {
        display: none;
    }
}




/* height resizer */
@media screen and ( max-height: 670px ) {
    .hmp-step-header {
        margin-bottom: 10px;
    }

    #HelpMePlan-1 > .user-details
    {
        margin-bottom: 0px;
    }

    .hmp-buttons-content {
        margin-top: 5px;
    }
    .hmp-form-bg {
        height: unset;
    }
    
    .hmp-form-content {
        height: 100%;
    }

    .hmp-progressbar {
        margin-top: 25px;
    }

}