/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url(https://fonts.cdnfonts.com/css/basier);

@font-face {
    font-family: 'FontAwesome';
    src: url(../font/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format('woff2');
    src: url(../font/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format('woff2'), url(../font/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format('woff'), url(../font/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713?#iefix&v=4.7.0) format('embedded-opentype'), url(../font/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format('truetype'), url(../font/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde#fontawesomeregular) format('svg');
    font-weight: normal;
    font-display: swap;
    font-style: normal;
}

body {
    font-family: "Lato", sans-serif;
    color: #444;
}

a {
    color: #428bca;
    text-decoration: none;
}

a:hover {
    color: #9eccf4;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
    font-family: "Lato", sans-serif;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 17px;
    color: #222;
    font-weight: 500;
    padding-right: 1.8rem;
}

.dropdown-menu {
    min-width: 100%;
}

.whereto-go {
    width: 93%;
    margin: 0 auto 0;
    /* float: left; */
    box-shadow: 0px 3px 4px 0px rgb(12 6 14 / 14%);
    -webkit-box-shadow: 0px 3px 4px 0px rgb(12 6 14 / 14%);
    border: 1px solid #e7e7e7;
    border-radius: 39px;
    display: flex;
    justify-content: space-between;
    padding: 26px 17px;
    align-items: center;
}

.whereto-go .when {
    width: 88%;
    margin-right: 5%;
}

.whereto-go ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;

}

.whereto-go ul li {
    display: inline-flex;
    list-style-type: none;

}

.whereto-go ul li img {
    height: 22px;
    margin-right: 10px;
}

.whereto-go ul li input {
    border: 0;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
}

.whereto-go .when-btn {
    width: 4.6%;
}

.whereto-go .when-btn a {
    background: #00154c;
    width: 47px;
    height: 47px;
    display: inline-block;
    text-align: center;
    padding-top: 12px;
    color: #fff;
    border-radius: 50%;
}

.whereto-go .when-btn a i {
    font-size: 22px;
}

.gray {
    color: #dcdcdc;
}

.click {
    float: left;
    margin-top: 12px;
    position: relative;
    cursor: pointer;
    height: fit-content;
    /* background-color: #f0f0f0; */
    padding: 4px 11px 4px;
    font-size: 15px;
    font-weight: 600;
    color: #3e6992;
    /* box-shadow: 0px 1px 1px 0px rgb(12 6 14 / 14%);
    -webkit-box-shadow: 0px 1px 1px 0px rgb(12 6 14 / 14%); */
    border: 1px solid #cad7e1;
}

.showup {
    float: left;
    width: 71px;
    position: absolute;
    top: 56px;
    right: 14px;
    background: #fff;
    border: 1px solid #ddd;
    /* box-shadow: 0 0.5rem 1rem rgb(2 34 67 / 25%); */
    padding: 5px;
    z-index: 9;
    text-align: left;
}

.showup a {
    display: block;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    padding: 5px;
    text-align: left;
}


footer {
    width: 100%;
    height: 299px;
    float: left;
    margin: 20px 0 0;
    padding: 40px 0 0;
    background: url(../images/footer-banner.png) no-repeat;
}

footer .foot-main {
    display: flex;
    justify-content: space-between;
}

footer .foot-main .foot-left {
    display: block;
    width: 50%;
    margin-right: 15%;
}


footer .foot-main .foot-left ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 2rem;
}

footer .foot-main .foot-left ul li {
    /* padding: 0 17px 0; */
}

footer .foot-main .foot-left p {
    font-size: 15px;
    font-weight: 600;
    color: #000922;
    margin: 10px 0 25px;
}

footer .foot-main .foot-left .fab {
    font-size: 1.5rem;
}

/* transition for social icon hover animation */
footer .foot-main .foot-left .fa-facebook,
footer .foot-main .foot-left .fa-codepen,
footer .foot-main .foot-left .fa-youtube,
footer .foot-main .foot-left .fa-instagram,
footer .foot-main .foot-left .fa-twitter,
footer .foot-main .foot-left .fa-pinterest {
    transition: 0.4s;
    cursor: pointer;
    color: #094174;
}

/* social media icons hover color */
footer .foot-main .foot-left .fa-facebook:hover,
footer .foot-main .foot-left .fa-facebook:focus {
    color: #094174;
    transform: scale(1.1);
}

footer .foot-main .foot-left .fa-twitter:hover,
footer .foot-main .foot-left .fa-twitter:focus {
    color: #094174;
    transform: scale(1.1);
}

footer .foot-main .foot-left .fa-instagram:hover,
footer .foot-main .foot-left .fa-instagram:focus {
    color: #094174;
    transform: scale(1.1);
}

footer .foot-main .foot-left .fa-twitter:hover,
footer .foot-main .foot-left .fa-twitter:focus {
    color: #094174;
}

footer .foot-main .foot-right {
    display: flex;
    width: 35%;
    justify-content: space-between;
}

footer .foot-main .foot-right h2 {
    font-size: 18px;
    font-weight: 700;
    color: #000922;
}

footer .foot-main .foot-right ul {
    margin: 0;
    padding: 0;
}

footer .foot-main .foot-right ul li {
    list-style-type: none;
    padding: 3px 0;
}

footer .foot-main .foot-right ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #000922;
}

footer img {
    float: left;
    margin-right: 13px;
}


/**********************Menu Head Start************************************/

.dropdown-menu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    border: none;
    background-color: transparent;
}

.dropdown-menu div[class*="col"] {
    margin-bottom: 1rem;
}


.navbar .dropdown {
    position: static;
}


@media screen and (min-width: 992px) {

    .dropdown-menu {
        display: none;
        border: 1px solid rgba(0, 0, 0, .15);
        background-color: #fff;

    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        top: 77px;
    }
}

/**********************Menu Head End************************************/

.dropdown-menu {
    display: none;
    background-color: #fff;
    border: 0;
    padding: 26px;
    border-radius: 13px;
    box-shadow: 0 16px 24px rgba(3, 54, 63, .16), 0 8px 16px rgba(3, 54, 63, .04), 0 4px 8px rgba(3, 54, 63, .04), 0 2px 4px rgba(3, 54, 63, .02), 0 1px 2px rgba(3, 54, 63, .04), 0 -1px 2px rgba(3, 54, 63, .04);
}

.dropdown-menu h2 {
    font-size: 22px;
    color: #333;
    font-weight: 700;
}

.dropdown-menu ul {
    margin: 0;
    padding: 0;
    display: flow;
}

.dropdown-menu ul li {
    display: inline-grid;
    list-style-type: none;
    width: 16.3%;
}

.dropdown-menu ul li strong {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
}

.dropdown-menu ul li strong a {
    color: #333;
}

.dropdown-menu ul li span {
    display: inline-block;
    padding: 3px 0 2px;
}

.dropdown-menu ul li span a {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 27px;
    display: inline-block;
}

.dropdown-menu a {
    font-size: 14px;
}

.egypt-tours {
    width: 100%;
    float: left;
    margin: 33px 0 0;
}

.egypt-tours h2 {
    font-size: 20px;
    font-weight: 700;
    color: #172a57;
}

.egypt-tours h2 span {
    font-size: 17px;
    font-weight: 400;
}

.most-poplar {
    width: 100%;
    float: left;
    margin: 15px 0 0;
}

.price {
    width: 100%;
    background: #f1f2f3;
    padding: 20px 9px 20px;
    border-radius: 12px;
    display: flex;
}

.price .form-control {
    font-size: 14px;
    font-weight: 500;
    border: 0;
    background-color: transparent;
}

.price .form-control.add {
    background: url(../images/up-down.png) no-repeat;
    background-position: 0 11px;
    padding: 0 22px;
}

.border-right {
    border-right: 1px solid #333333 !important;
}

.price label {
    margin-bottom: 15px;
    position: absolute;
    top: -10px;
    left: 30px;
    background: #f1f2f3;
    font-size: 13px;
    font-weight: 500;
}

.price p {
    margin: 9px 0 0;
    font-size: 14px;
    font-weight: 600;
}

.price span {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 7px 0;
    border-radius: 10px;
    cursor: pointer;
}

.inp-txt {
    border: 0;
    font-size: 13px;
    color: #333333;
    font-weight: 400;
    background: transparent;
    margin-bottom: 10px;
}

.toggled-on .toggle-content {
    display: block;
    margin-top: 0;
    padding: 0;
    border-radius: 0;
}

.toggle-content {}

.toggle-content p {
    margin: 15px 0 15px 0;
}

.toggled-on .fa-angle-down {
    display: none;
}

.toggle-title {
    cursor: pointer;
    position: relative;
    padding-left: 0;
    /* background-color: #aeaeae; */
}

.toggle-title h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}

.toggle-title i {
    position: absolute;
    right: 0;
    font-size: 1.3em;
}

.toggled-off .toggle-content {
    display: none;
}

.toggled-off .fa-angle-up {
    display: none;
}

.chkboxinput {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #5a5a5a;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chkboxinput input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #fff;
    border: 2px solid #32383a;
    border-radius: 5px;
}

.chkboxinput:hover input~.checkmark {
    background-color: #fff;
    border: 2px solid #32383a;
    border-radius: 5px;
}

.chkboxinput input:checked~.checkmark {
    background-color: #fff;
    border: 2px solid #32383a;
    border-radius: 5px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.chkboxinput input:checked~.checkmark:after {
    display: block;
}

.chkboxinput .checkmark:after {
    left: 5px;
    top: 1px;
    width: 7px;
    height: 13px;
    border: solid #32383a;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.middle-result {
    float: left;
    width: 100%;
    margin: 52px 0 20px;
}

.toggled-on {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.toggled-off {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.toggled-on .toggle-content .result-left {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.toggled-on .toggle-content .result-left .departer-nav1 {
    width: 87%;
}

.toggled-on .toggle-content .result-left .departer-nav2 {
    width: 13%;
    text-align: right;
}

.toggled-on .toggle-content .result-left .departer-nav2 ul {
    margin: 0;
    padding: 0;
}

.toggled-on .toggle-content .result-left .departer-nav2 ul li {
    list-style-type: none;
    padding: 0 0 15px;
    font-size: 14px;
    font-weight: 500;
    color: #85888d;
}

.toggled-on .toggle-content .result-left .specific {
    width: 100%;
    float: left;
}

.specific {
    float: left;
    width: 100%;
    margin: 4px 0 23px;
    position: relative;
}

.specific label {
    margin-bottom: 15px;
    position: absolute;
    top: -11px;
    left: 8px;
    background: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.specific .form-control {
    display: block;
    width: 100%;
    padding: 0.875rem .75rem;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.right-right {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 25px;
}

.right-right .package-result-1 {
    display: inline-flex;
    width: 75%;
    border: 1px solid #cccccc;
    box-shadow: 0px 3px 4px 0px rgb(12 6 14 / 14%);
    -webkit-box-shadow: 0px 3px 4px 0px rgb(12 6 14 / 14%);
    border-radius: 20px;
}

.right-right .package-result-1 .result-lftnav {
    width: 32%;
    margin-right: 2%;
}

.right-right .package-result-1 .result-lftnav img {
    border-radius: 20px 0 0 20px;
    height: 100%;
}

.right-right .package-result-1 .result-rgtnav {
    width: 66%;
    margin-bottom: 6px;
}

.right-right .package-result-1 .result-rgtnav h2 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000922;
    margin: 9px 0 0;
}

.right-right .package-result-1 .result-rgtnav h2 span {
    float: right;
    margin: -5px 17px 0;
    text-align: center;
}

.right-right .package-result-1 .result-rgtnav hr {
    margin-top: 0.7rem;
    margin-bottom: 0.5rem;
}

.right-right .package-result-1 .result-rgtnav p {
    font-size: 13px;
    font-weight: 500;
    color: #000922;
    margin: 0 0 8px;
}

.right-right .package-result-1 .result-rgtnav span {
    font-size: 13px;
    font-weight: 500;
    color: #000922;
    margin: 0 0 8px;
}

.right-right .package-result-1 .result-rgtnav span i {
    color: #c47432;
}

.right-right .package-result-1 .result-rgtnav td {
    font-size: 13px;
    font-weight: 500;
    color: #000922;
}

.right-right .package-result-2 {
    display: inline-block;
    width: 25%;
    border: 1px solid #cccccc;
    box-shadow: 0px 3px 4px 0px rgb(12 6 14 / 14%);
    -webkit-box-shadow: 0px 3px 4px 0px rgb(12 6 14 / 14%);
    border-radius: 20px;
    padding: 10px;
}

.right-right .package-result-2 p {
    font-size: 13px;
    font-weight: 500;
    color: #000922;
    margin-bottom: 3px;
    display: block;
    line-height: 14px;
}

.right-right .package-result-2 p strong {
    font-size: 16px;
    font-weight: 700;
}

.right-right .package-result-2 span {
    font-size: 14px;
    font-weight: 500;
    color: #000922;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: line-through;
}

.right-right .package-result-2 strong {
    font-size: 13px;
    font-weight: 500;
    color: #000922;
    margin-bottom: 4px;
    display: inline-block;
}

.right-right .package-result-2 a {
    display: inline-block;
    margin-right: 7px;
    border-radius: 11px;
    padding: 3px 7px;
    margin-bottom: 10px;
}

.red {
    border: 2px solid #d9231a;
    color: #d9231a !important;
    font-size: 14px;
    font-weight: 700;
}

.green {
    border: 2px solid #6db18b;
    color: #6db18b !important;
    font-size: 14px;
    font-weight: 700;
}

.right-right .package-result-2 button {
    background: #da2128;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    border: 0;
    padding: 7px 10px;
    margin-top: 10px;
    cursor: pointer;

}

.right-right .package-result-2 button:focus {
    outline: 0;
}

.right-right .package-result-1 .result-rgtnav h2 span b {
    margin-bottom: 2px;
    display: inline-block;
}

.sidenav,
.opennav {
    display: none;
}

/* header */
.logo {
    background: #fff;
    width: 200px;
    padding: 10px 8px 11px;
    border-radius: 0 20px 20px 0;
}

.header {
    display: block;
    width: 100%;
    position: relative;
    z-index: 99;
    padding: 15px;
    background: url(../images/banner-2.png) no-repeat;
    height: 521px;
}

.header .item-left {
    flex: 0 0 17%;
}

.header .logo a {
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    text-decoration: none;
}

.header .item-center {
    flex: 0 0 60%;
}

.header .item-right {
    flex: 0 0 21%;
    display: flex;
    justify-content: flex-end;
}

.header .item-right a {
    text-decoration: none;
    font-size: 14px;
    color: #555555;
    display: inline-block;
    margin-left: 10px;
    transition: color 0.3s ease;
}

.header .menu>ul>li {
    display: inline-block;
    line-height: 50px;
    margin-left: 25px;
}

.header .menu>ul>li>a {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #ffffff;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    padding: 20px 30px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
}

.menu-main {
    display: flex;
    justify-content: flex-start;
    background: rgba(255, 255, 255, 0.50);
    padding: 0 39px 0;
    /* width: 85%; */
    float: right;
    margin-top: 15px;
    border-radius: 20px;
    margin-right: 50px;
}

@media(min-width: 992px) {

    .header .menu>ul>li.menu-item-has-children:hover .sub-menu {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
    }
}

.header .menu>ul>li .sub-menu>ul>li {
    line-height: 1;
}

.header .menu>ul>li .sub-menu>ul>li>a {
    display: inline-block;
    padding: 10px 0;
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
}

.header .menu>ul>li .single-column-menu {
    min-width: 280px;
    max-width: 350px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
    line-height: 1;
    display: block;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    padding: 12px 0;
    display: inline-block;
    font-size: 15px;
    color: #333;
    font-weight: 500;
    transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item ul {
    margin: 0;
    padding: 0;
}

.header .menu>ul>li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%);
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 {
    max-width: 1320px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
    flex: 0 0 20%;
    padding: 0 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
    font-size: 15px;
    color: #ea4636;
    font-weight: 600;
    line-height: 1;
    padding: 10px 0 5px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title a {
    font-size: 15px;
    color: #ea4636;
    font-weight: 600;
    line-height: 1;
    padding: 10px 0;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
    text-align: center;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    margin-top: 10px;
    height: 300px;
    object-fit: cover;
}

/* column-3 Start */
.header .menu>ul>li .sub-menu.mega-menu-column-3>.list-item ul {
    margin: 0;
    padding: 0;
}

.header .menu>ul>li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%);
}

.header .menu>ul>li .sub-menu.mega-menu-column-3 {
    max-width: 892px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-3>.list-item {
    flex: 0 0 33.33%;
    padding: 0 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-3>.list-item .title {
    font-size: 15px;
    color: #ea4636;
    font-weight: 600;
    line-height: 1;
    padding: 10px 0 5px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-3>.list-item .title a {
    font-size: 15px;
    color: #ea4636;
    font-weight: 600;
    line-height: 1;
    padding: 10px 0;
}

.header .menu>ul>li .sub-menu.mega-menu-column-3>.list-item.text-center .title {
    text-align: center;
}

.header .menu>ul>li .sub-menu.mega-menu-column-3>.list-item img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    margin-top: 10px;
    height: 300px;
    object-fit: cover;
}

/* column-3 End */

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.header .menu>ul>li .sub-menu>ul>li>a:hover,
.header .item-right a:hover,
.header .menu>ul>li:hover>a {
    color: #ea4636;
}

/* banner section */

.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}

/*responsive*/
@media(max-width: 991px) {
    .menu-main {
        display: inherit;
        justify-content: inherit;
    }

    .header .item-center {
        order: 3;
        flex: 0 0 100%;
    }

    /* .header .item-left,
    .header .item-right {
        flex: 0 0 auto;
    } */

    .v-center {
        justify-content: space-between;
    }

    .header .mobile-menu-trigger {
        display: flex;
        height: 30px;
        width: 30px;
        margin-right: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }

    .header .mobile-menu-trigger span {
        display: block;
        height: 2px;
        background-color: #333333;
        width: 24px;
        position: relative;
    }

    .header .mobile-menu-trigger span:before,
    .header .mobile-menu-trigger span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #333333;
    }

    .header .mobile-menu-trigger span:before {
        top: -6px;
    }

    .header .mobile-menu-trigger span:after {
        top: 6px;
    }

    .header .item-right {
        align-items: center;
    }

    .header .menu {
        position: fixed;
        width: 320px;
        background-color: #ffffff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }

    .header .menu.active {
        transform: translate(0%);
    }

    .header .menu>ul>li {
        line-height: 1;
        margin: 0;
        display: block;
    }

    .header .menu>ul>li>a {
        line-height: 50px;
        height: 50px;
        padding: 0 50px 0 15px;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .header .menu>ul>li>a i {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 0;
        right: 0;
        text-align: center;
        line-height: 50px;
        transform: rotate(-90deg);
    }

    .header .menu .mobile-menu-head {
        display: flex;
        height: 50px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        background-color: #ffffff;
        top: 0;
    }

    .header .menu .mobile-menu-head .go-back {
        height: 50px;
        width: 50px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 16px;
        display: none;
    }

    .header .menu .mobile-menu-head.active .go-back {
        display: block;
    }

    .header .menu .mobile-menu-head .current-menu-title {
        font-size: 15px;
        font-weight: 500;
        color: #000000;
    }

    .header .menu .mobile-menu-head .mobile-menu-close {
        height: 50px;
        width: 50px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 25px;
    }

    .header .menu .menu-main {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .header .menu>ul>li .sub-menu.mega-menu,
    .header .menu>ul>li .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 65px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: auto;
    }

    .header .menu>ul>li .sub-menu.active {
        display: block;
    }

    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }

        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }

    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%);
        }

        100% {
            opacity: 0;
            transform: translateX(100%);
        }
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
        margin-top: 0;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
        margin-bottom: 20px;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0px;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
        flex: 0 0 100%;
        padding: 0px;
    }

    .header .menu>ul>li .sub-menu>ul>li>a,
    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
        display: block;
    }

    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
        margin-bottom: 15px;
    }

    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }

}

/*********Menu End**************/

.right-menu {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 0 19px 1px;
    height: 56px;
    margin-top: 10px;
    border-radius: 20px;
}

.right-menu .navlft {
    width: 19%;
}

.right-menu .navlft img {
    height: 42px;
}

.right-menu .navrgt {
    width: 81%;
}

.right-menu .navrgt a img {
    height: 12px;
}

.right-menu .navrgt a {
    font-size: 15px;
    font-weight: 800;
    color: #333;
}

.header h1 {
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    margin-top: 80px;
}

.header h2 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-top: 17px;
}

.serchengine {
    display: flex;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 40px;
    justify-content: space-between;
    padding: 26px;
    position: relative;
    z-index: 999;
    top: 12px;
}

.serchengine .middle-data1 {
    width: 28%;
    margin-right: 2%;
}

.serchengine .middle-data2 {
    width: 25%;
    margin-right: 2%;
    display: inline-flex;
}

.serchengine .middle-data3 {
    width: 25%;
    margin-right: 2%;
    display: inline-flex;
}

.serchengine .middle-data4 {
    width: 16%;
}

.serchengine .middle-data1 .form-control,
.serchengine .middle-data2 .form-control,
.serchengine .middle-data3 .form-control {
    font-weight: 600;
    color: #000;
    border: 0;
    padding: .375rem 0;
}

.serchengine .middle-data1 label,
.serchengine .middle-data2 label,
.serchengine .middle-data3 label {
    font-weight: 500;
    font-size: 13px;
    color: #000;
}

.serchengine .middle-data1 .autocomplete-container {
    position: relative;

}

.serchengine .middle-data1 input[type="text"] {
    width: 100%;
    /* padding: 8px; */
    box-sizing: border-box;
}

.serchengine .middle-data1 .suggestions {
    position: absolute;
    border-top: none;
    max-height: 300px;
    overflow-y: auto;
    background-color: white;
    z-index: 999;
    width: 346px;
}

.serchengine .middle-data1 .suggestion-item {
    padding: 8px;
    cursor: pointer;
    border-bottom: 1px solid #e7e7e7;
    font-size: 15px;
    font-weight: 600;
}

.serchengine .middle-data1 .suggestion-item:hover {
    background-color: #eee;
}

.serchengine .middle-data1 .form-control:focus,
.serchengine .middle-data2 .form-control:focus,
.serchengine .middle-data3 .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}

.serchengine .middle-data4 button {
    background: #09162e;
    color: #fff;
    width: 100%;
    font-size: 23px;
    font-weight: 800;
    height: 69px;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
}

.serchengine .middle-data1 input::placeholder,
.serchengine .middle-data2 input::placeholder,
.serchengine .middle-data3 input::placeholder {
    color: #191919;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #191919 !important;
    background: #191919 !important;
    color: #fff !important;
}

.guaranteed {
    width: 100%;
    float: left;
    background: #08152c;
    border-radius: 20px;
    position: relative;
    z-index: 9;
    padding: 30px 14px 11px 21px;
}

.guaranteed ul {
    margin: 0;
    padding: 0;
}

.guaranteed ul li {
    width: 33.33%;
    float: left;
    list-style-type: none;
    display: flex;
    align-items: baseline;
}

.guaranteed ul li strong {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.guaranteed ul li p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.guaranteed ul li img {
    margin-right: 8px;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 2px;
}

.middlle-section {
    float: left;
    width: 100%;
    margin-top: 120px;
}

.middlle-section h2 {
    color: #1a2653;
    font-size: 24px;
    font-weight: 800;
}

.middlle-section p {
    color: #1a2653;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
}

.middlle-section a.blue {
    background: #09162e;
    font-size: 13px;
    font-weight: 800;
    line-height: 28px;
    color: #fff;
    padding: 5px 12px;
    border-radius: 6px;
    display: inline-block;
    margin-right: 13px;
}

.middlle-section a.gray {
    background: #ffffff;
    font-size: 13px;
    font-weight: 800;
    line-height: 28px;
    color: #09162e;
    padding: 5px 12px;
    border-radius: 6px;
    display: inline-block;
    border: 1px solid #848b97;
}

.banner-1 {
    background: url(../images/banner-car.png) no-repeat;
    width: 100%;
    height: 265px;
    border-radius: 10px;
    position: relative;
}

.banner-1 .phone-no {
    background: #1a2653;
    width: 43%;
    position: absolute;
    bottom: -25px;
    left: 4%;
    border-radius: 10px;
}

.banner-1 .phone-no .call {
    display: flex;
    align-items: center;
    padding: 10px;
}

.banner-1 .phone-no .call img {
    height: 30px;
    margin-right: 8px;
}

.banner-1 .phone-no .call strong {
    font-weight: 500;
    line-height: 14px;
    color: #fff;
    font-size: 13px;
}

.banner-1 .phone-no .call p {
    font-weight: 600;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}

.why-park {
    float: left;
    width: 100%;
    margin-top: 70px;
    background: #f2f5fb;
}

.why-park h2 {
    color: #ff1100;
    font-size: 15px;
    font-weight: 400;
    text-decoration-line: underline;
    margin: 32px 0 11px;
}

.why-park h3 {
    color: #1a2653;
    font-size: 18px;
    font-weight: 800;
    margin: 6px 0 14px;
}

.why-park p {
    color: #1a2653;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.why-park ul {
    margin: 0;
    padding: 0;
}

.why-park ul li {
    color: #1a2653;
    font-size: 13px;
    font-weight: 400;
    line-height: 27px;
    list-style-type: none;
    padding: 3px 0 0;
}

.why-park ul li img {
    height: 17px;
    margin-right: 4px;
}

.why-park span {
    color: #1a2653;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-top: 17px;
}

.why-park img {
    border-radius: 10px;
}

.our-parking {
    float: left;
    width: 100%;
    margin-top: 70px;
}

.our-parking h2 {
    color: #ff1100;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    position: relative;
}

.our-parking h2 hr {
    margin-top: 0.7rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid #ff1100;
    width: 150.1px;
}

.our-parking h3 {
    color: #1a2653;
    font-size: 25px;
    font-weight: 800;
    margin: 0 0 10px;
    text-align: center;
}

.our-parking p {
    color: #1a2653;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.airport-parking {
    float: left;
    width: 100%;
    margin-top: 14px;
}

.airport-parking ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.airport-parking ul li {
    list-style-type: none;
    border: 1px solid #bebebe;
    width: 23.4%;
    border-radius: 15px;
    padding: 13px;
}

.airport-parking ul li img {
    height: 75px;
}

.airport-parking ul li h4 {
    color: #1a2653;
    font-size: 17px;
    font-weight: 800;
    margin: 15px 0 5px;
}

.airport-parking ul li p {
    color: #1a2653;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

.just-step {
    float: left;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 10px;
}

.just-step h2 {
    color: #1a2653;
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 10px;
    text-align: center;
    position: relative;
}

.just-step h2 hr {
    margin-top: 0.7rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid #ff1100;
    width: 150.1px;
}

.banner-3 {
    background: url(../images/banner-3.png) no-repeat;
    width: 100%;
    float: left;
    height: 325px;
}

.main-step {
    width: 100%;
    float: left;
    margin-top: 45px;
}

.main-step ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-step ul li {
    list-style-type: none;
}

.main-step ul li span {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 140px;
    height: 130px;
    text-align: center;
    padding-top: 41px;
}

.main-step ul li h3 {
    color: #fff;
    font-size: 21px;
    font-weight: 800;
    margin: 19px 0 0;
    text-align: center;
}

.main-step a {
    color: #1a2653;
    font-size: 16px;
    font-weight: 800;
    margin: 39px auto 0;
    text-align: center;
    display: table;
    background: #fff;
    padding: 8px 20px 8px;
    border-radius: 14px;
}

.who-we-are {
    float: left;
    width: 100%;
    margin-top: 70px;
}

.who-we-are h2 {
    color: #ff1100;
    font-size: 15px;
    font-weight: 400;
    text-decoration-line: underline;
    margin: 32px 0 11px;
}

.who-we-are h3 {
    color: #1a2653;
    font-size: 18px;
    font-weight: 800;
    margin: 6px 0 14px;
}

.who-we-are p {
    color: #1a2653;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.who-we-are h4 {
    color: #1a2653;
    font-size: 14px;
    font-weight: 800;
    margin: 6px 0 14px;
}

.who-we-are button {
    background: #1a2653;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    border-radius: 10px;
    cursor: pointer;
    padding: 5px 18px 5px;
}

.customer-reviews {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.customer-reviews h2 {
    color: #ff1100;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    position: relative;
}

.customer-reviews h2 hr {
    margin-top: 0.6rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid #ff1100;
    width: 120px;
}

.customer-reviews h3 {
    color: #1a2653;
    font-size: 21px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 33px;
}

.reviews-slide {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    margin-bottom: 20px;
}

.reviews-slide .pricing {
    background: url(../images/banner-5.png);
    width: 100%;
    height: 80px;
    border-radius: 20px 20px 0 0;
}

.reviews-slide .pricing h2 {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    padding-top: 12px;
}

.reviews-slide .pricing-1 {
    background: url(../images/banner-6.png);
    width: 100%;
    height: 80px;
    border-radius: 20px 20px 0 0;
}

.reviews-slide .pricing-1 h2 {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    padding-top: 12px;
}

.reviews-slide strong {
    display: inline-flex;
    margin: -23px auto 0;
    text-align: center;
    background: #fff;
    padding: 14px 14px;
    border-radius: 50%;
    -moz-box-shadow: 0 5px 3px rgb(216 216 216);
    -webkit-box-shadow: 0 5px 3px rgb(216 216 216);
    box-shadow: 0 5px 3px rgb(216 216 216);
}

.reviews-slide strong img {
    width: auto !important;
    ;
}

.reviews-slide p {
    color: #000922;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 16px 0 15px;
}

.reviews-slide span {
    color: #000922;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 15px 0 14px;
    display: inline-block;
}

#customer-reviews.owl-theme .owl-nav {
    position: absolute;
    top: -65px;
    right: 0;
    border-radius: 20px;
}

#customer-reviews.owl-carousel .owl-nav button.owl-next,
#customer-reviews.owl-carousel .owl-nav button.owl-prev {
    font-size: 23px;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 50%;
    padding: 0px 10px !important;
    line-height: 29px;
}

#customer-reviews.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    border: 2px solid #000000;
}

.affordable-airport {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.affordable-airport .airport-banner {
    background: url(../images/banner-8.png);
    width: 100%;
    height: 184px;
    border-radius: 20px;
    text-align: center;
}

.affordable-airport .airport-banner h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 31px;
    padding-top: 29px;
}

.affordable-airport .airport-banner button {
    color: #1a2653;
    font-size: 16px;
    font-weight: 800;
    margin: 26px auto 0;
    text-align: center;
    display: table;
    background: #fff;
    padding: 8px 34px 8px;
    border-radius: 14px;
}

.reliable {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.reliable h2 {
    color: #1a2653;
    font-size: 23px;
    font-weight: 800;
    margin: 6px 0 26px;
    text-align: center;
}

.reliable ul {
    margin: 0;
    padding: 0;
}

.reliable ul li {
    list-style-type: none;
    padding: 4px 0;
    font-size: 15px;
    font-weight: 500;
}

.circling {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.circling h3 {
    color: #1a2653;
    font-size: 26px;
    font-weight: 800;
    margin-top: 110px;
}

.circling p {
    color: #000922;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.circling button.blue {
    background: #09162e;
    font-size: 13px;
    font-weight: 800;
    line-height: 28px;
    color: #fff;
    padding: 5px 12px;
    border-radius: 6px;
    display: inline-block;
    margin-right: 13px;
}

.circling button.gray {
    background: #ffffff;
    font-size: 13px;
    font-weight: 800;
    line-height: 28px;
    color: #09162e;
    padding: 5px 12px;
    border-radius: 6px;
    display: inline-block;
    border: 1px solid #848b97;
}

.circling img {
    border-radius: 10px;
}

.cutomer-txt {}

.cutomer-txt h2 {
    font-size: 18px;
    font-weight: 700;
    color: #000922;
}

.cutomer-txt p {
    font-size: 15px;
    font-weight: 500;
    color: #000922;
    margin-bottom: 0;
    line-height: 22px;
}

.cutomer-txt a {
    font-size: 14px;
    font-weight: 500;
    color: #000922;
}

.cutomer-txt span {
    font-size: 14px;
    font-weight: 500;
    color: #000922;
}

.space-1 {
    width: 100%;
    float: left;
    margin: 9px 0 9px;
}

.footlast p {
    font-size: 14px;
    font-weight: 500;
    color: #000922;
    margin-bottom: 0;
    line-height: 22px;
    text-align: center;
}

.logo img {
    height: 55px;
}

footer .foot-main .foot-left img {
    height: 55px;
}

.header.add {
    background: none;
    height: auto;
    padding: 0 15px 0;
}

.header.add .menu>ul>li>a {
    color: #1a2653;
}

.banner-about {
    background: linear-gradient(rgba(31, 46, 78, 1), rgba(0, 12, 33, 0.2)), url(../images/banner-about.png) no-repeat;
    width: 100%;
    height: 200px;
    position: relative;
    background-size: cover;
    text-align: center;
}

.banner-about h1 {
    color: #fff;
    padding-top: 67px;
    font-weight: 600;
    font-size: 26px;
}

.about-all {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.about-all h2 {
    color: #ff1100;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 10px;
    display: inline-block;
}

.about-all h2 hr {
    border-top: 1px solid #ff1100;
    width: 58px;
    margin-top: 10px;
    margin-bottom: 6px;
}

.about-all h3 {
    color: #1a2653;
    font-size: 21px;
    font-weight: 800;
    margin: 6px 0 14px;
    line-height: 27px;
}

.about-all p {
    color: #000922;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.about-all img {
    border-radius: 10px;
}

.about-all button {
    background: #1a2653;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    border-radius: 10px;
    cursor: pointer;
    padding: 4px 19px 6px;
    margin-top: 28px;
}

.parking-services {
    width: 100%;
    float: left;
    margin-top: 40px;
    background: #1a2653;
    padding: 30px 0 70px;
}

.exciting {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.exciting-left {
    width: 80%;
}

.exciting-right {
    width: 20%;
}

.parking-services .exciting h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    margin: 6px 0 14px;
    line-height: 27px;
}

.parking-services .exciting p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.parking-services .exciting button {
    background: #fff;
    color: #1a2653;
    font-size: 16px;
    font-weight: 800;
    border-radius: 10px;
    cursor: pointer;
    padding: 4px 19px 6px;
}

.top-space {
    width: 100%;
    float: left;
    margin-top: -54px;
}

.mission-vision {
    width: 100%;
    float: left;
    -moz-box-shadow: 0 4px 7px rgb(216 216 216);
    -webkit-box-shadow: 0 4px 7px rgb(216 216 216);
    box-shadow: 0 4px 7px rgb(216 216 216);
    border: 1px solid #dedede;
    border-radius: 12px;
    background: #fff;
    padding: 18px 22px 11px;
}

.mission-vision h3 {
    color: #1a2653;
    font-size: 24px;
    font-weight: 800;
    margin: 5px 0 14px;
    line-height: 27px;
}

.mission-vision strong {
    color: #000922;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 14px;
    display: block;
}

.mission-vision p {
    color: #000922;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

.global-presence {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.global-presence h3 {
    color: #1a2653;
    font-size: 24px;
    font-weight: 800;
    margin: 5px 0 14px;
    line-height: 27px;
}

.global-presence p {
    color: #000922;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.journey {
    background: url(../images/banner-about-footer.gif) no-repeat;
    background-size: cover;
    height: 274px;
    border-radius: 20px;
}

.journey h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    margin: 5px 17px 14px;
    line-height: 41px;
    text-align: center;
    padding-top: 100px;
}

.cookies-all {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.cookies-all h2 {
    color: #1a2653;
    font-size: 20px;
    font-weight: 800;
    margin: 6px 0 4px;
    line-height: 27px;
}

.cookies-all h3 {
    color: #1a2653;
    font-size: 18px;
    font-weight: 800;
    margin: 6px 0 4px;
    line-height: 27px;
}

.cookies-all p {
    color: #000922;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.cookies-all span {
    color: #000922;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    display: inline-block;
    margin: 0 0 5px;
}

.cookies-all strong {
    color: #000922;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    display: block;
    margin: 10px 0 6px;
}

.cookies-all ul {
    margin: 0 18px 0;
    padding: 0;
}

.cookies-all ul li {
    color: #000922;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 3px 0;
}

.cookies-all address {
    color: #000922;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 10px;
}

.cookies-all address a {
    color: #000922;
    font-size: 14px;
    font-weight: 500;
}

.banner-cookies {
    background: linear-gradient(rgba(31, 46, 78, 1), rgba(0, 12, 33, 0.2)), url(../images/banner-cookies.png) no-repeat;
    width: 100%;
    height: 200px;
    position: relative;
    background-size: cover;
    text-align: center;
}

.banner-cookies h1 {
    color: #fff;
    padding-top: 67px;
    font-weight: 600;
    font-size: 26px;
}

.banner-term {
    background: linear-gradient(rgba(31, 46, 78, 1), rgba(0, 12, 33, 0.1)), url(../images/term-banner.png) no-repeat;
    width: 100%;
    height: 200px;
    position: relative;
    background-size: cover;
    text-align: center;
}

.banner-term h1 {
    color: #fff;
    padding-top: 67px;
    font-weight: 600;
    font-size: 26px;
}

.banner-locations {
    background: linear-gradient(rgba(31, 46, 78, 1), rgba(0, 12, 33, 0.1)), url(../images/bannerlocation.png) no-repeat;
    width: 100%;
    height: 200px;
    position: relative;
    background-size: cover;
    text-align: center;
}

.banner-locations h1 {
    color: #fff;
    padding-top: 67px;
    font-weight: 600;
    font-size: 26px;
}

.loc-all {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.loc-all h2 {
    color: #ff1100;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 10px;
    display: inline-block;
}

.loc-all h2 hr {
    border-top: 1px solid #ff1100;
    width: 58px;
    margin-top: 10px;
    margin-bottom: 6px;
}

.loc-all h3 {
    color: #1a2653;
    font-size: 21px;
    font-weight: 800;
    margin: 6px 0 14px;
    line-height: 27px;
}

.loc-all p {
    color: #000922;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.loc-all img {
    border-radius: 0;
}

.loc-all button {
    background: #1a2653;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    border-radius: 10px;
    cursor: pointer;
    padding: 4px 19px 6px;
    margin-top: 28px;
}

.loc-all ul {
    margin: 0;
    padding: 0;
}

.loc-all ul li {
    color: #000922;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    list-style-type: none;
    padding: 5px 0;
}

.loc-all ul li img {
    height: 18px;
    margin-right: 10px;
}

.airport-parking-1 {
    width: 100%;
    float: left;
}

.airport-parking-1 h2 {
    color: #ff1100;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 10px;
    display: block;
    text-align: center;
}

.airport-parking-1 h2 hr {
    border-top: 1px solid #ff1100;
    width: 120px;
    margin-top: 10px;
    margin-bottom: 6px;
}

.airport-parking-1 h3 {
    color: #1a2653;
    font-size: 24px;
    font-weight: 800;
    margin: 16px 0 22px;
    line-height: 27px;
    text-align: center;
}

.airport-parking-1 ul {
    margin: 0;
    padding: 0;
}

.airport-parking-1 ul li {
    color: #14142f;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    list-style-type: none;
    padding: 8px 0;
}

.cruise-port {
    width: 100%;
    height: 500px;
    float: left;
    margin-top: 40px;
    background: linear-gradient(rgba(31, 46, 78, 1), rgba(0, 12, 33, 0.5)), url(../images/banner-back.png) no-repeat;
}

.terminals {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 38px;
}

.terminals h2 {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 10px;
}

.terminals h3 {
    color: #fff;
    font-size: 21px;
    font-weight: 800;
    margin: 6px 0 14px;
    line-height: 33px;
}

.terminals ul {
    margin: 0;
    padding: 0;
}

.terminals ul li {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    list-style-type: none;
    padding: 8px 0;
}

.terminals ul li i {
    background: #1a2653;
    border-radius: 50%;
    padding: 6px 6px;
    margin-right: 5px;
    font-size: 10px;
}

.traveling {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.easy-to-book {
    width: 100%;
    height: 252px;
    background: linear-gradient(rgba(31, 46, 78, 1), rgba(0, 12, 33, 0.5)), url(../images/banner-back-1.png) no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 33px 33px 0;
}

.easy-to-book h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 14px;
    text-align: center;
}

.easy-to-book p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
}

.easy-to-book h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 34px;
    text-align: left;
}


.banner-refaund {
    background: linear-gradient(rgba(31, 46, 78, 1), rgba(0, 12, 33, 0.1)), url(../images/refund-banner.png) no-repeat;
    width: 100%;
    height: 250px;
    position: relative;
    background-size: cover;
    text-align: center;
    background-position: bottom;
}

.banner-refaund h1 {
    color: #fff;
    padding-top: 67px;
    font-weight: 600;
    font-size: 26px;
}

.callus-anytime {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    background: #fff;
    padding: 12px 17px;
    align-items: center;
    border-radius: 20px 0 0;
}

.callus-anytime img {
    height: 36px;
    margin-right: 10px;
}

.callus-anytime p {
    color: #1a2653;
    font-size: 16px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 5px;
}

.callus-anytime a {
    color: #1a2653;
    font-size: 17px;
    font-weight: 600;
    line-height: 14px;
    margin-bottom: 1px;
}

.trusted {
    width: 100%;
    float: left;
    margin-top: 60px;
}

.trusted .brand {
    width: 100%;
    float: left;
    -moz-box-shadow: 5px 6px 5px rgb(216 216 216);
    -webkit-box-shadow: 5px 6px 5px rgb(216 216 216);
    box-shadow: 5px 6px 5px rgb(216 216 216);
    border-radius: 10px;
    padding: 16px;
    background: #fff;
}

.trusted .brand ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.trusted .brand ul li {
    list-style-type: none;
    border-right: 2px solid #d9d9d9;
    padding: 15px 15px 0;
}

.trusted .brand ul li:last-child {
    border-right: 0;
}

.trusted .brand ul li span {
    background: #f2f3fa;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.trusted .brand ul li span img {
    position: absolute;
    right: 0;
    top: 0;
    height: 49px;
}

.trusted .brand ul li h2 {
    font-size: 17px;
    font-weight: 700;
    color: #1a2653;
    margin: 8px 0 12px;
}

.trusted .brand ul li p {
    font-size: 14px;
    font-weight: 500;
    color: #000922;
    margin: 8px 0 12px;
}

.backtop {
    background: #f2f3fa;
    width: 100%;
    float: left;
    height: 168px;
    margin-top: -120px;
}

.secure {
    width: 100%;
    float: left;
    margin-top: 45px;
}

.secure .Well-lit {
    display: flex;
    align-items: center;
    position: relative;

}

.secure .Well-lit .monitored-1 {
    width: 28%;
    text-align: right;

}

.secure .Well-lit .monitored-1 img {
    margin: 15px 0 25px;
    position: relative;
    left: 16px;
    height: 273px;
    top: 6px;
}

.secure .Well-lit .monitored-2 {
    width: 75%;
    background: #1a2653;
    padding: 50px 44px 0;
    height: 314px;
}

.secure .Well-lit .monitored-2 h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
}

.secure .Well-lit .monitored-2 p {
    color: #fff;
    font-size: 16px;
}

.secure .Well-lit .monitored-2 ul {
    margin: 0;
    padding: 0;
}

.secure .Well-lit .monitored-2 ul li {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    list-style-type: none;
    padding: 5px 0;
}

.secure .Well-lit .monitored-2 ul li i {
    margin-right: 8px;
}

.secure .Well-lit .monitored-2 span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-top: 26px;
}

.cutomer-support {
    width: 100%;
    float: left;
    margin-top: 45px;
}

.cutomer-support h2 {
    color: #1a2653;
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 8px;
}

.cutomer-support h3 {
    color: #1a2653;
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 10px;
}

.cutomer-support h4 {
    color: #565d79;
    font-size: 15px;
    font-weight: 700;
}

.cutomer-support p {
    color: #000922;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
}

.reliability {
    width: 100%;
    float: left;
    margin-top: 45px;
}

.reliability .security {
    width: 100%;
    float: left;
    text-align: center;
}

.reliability .security ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.reliability .security ul li {
    list-style-type: none;
    border-right: 2px solid #d9d9d9;
    width: 25%;
}

.reliability .security ul li span {
    background: #f2f3fa;
    display: inline-block;
    padding: 10px;
}

.reliability .security ul li h2 {
    color: #1a2653;
    font-size: 18px;
    font-weight: 800;
    margin: 17px 0 10px;
}

.reliability .security ul li:last-child {
    border-right: 0;
}

.because {
    width: 100%;
    float: left;
    margin-top: 45px;
}

.because h2 {
    color: #1e1e1e;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 14px;
}

.because h3 {
    color: #1a2653;
    font-size: 19px;
    font-weight: 800;
    margin: 0 0 14px;
}

.banner-faq {
    background: linear-gradient(rgba(31, 46, 78, 1), rgba(0, 12, 33, 0.2)), url(../images/faq-banner.png) no-repeat;
    width: 100%;
    height: 200px;
    position: relative;
    background-size: cover;
    text-align: center;
}

.banner-faq h1 {
    color: #fff;
    padding-top: 67px;
    font-weight: 600;
    font-size: 26px;
}

.faq-main {
    width: 100%;
    float: left;
    margin-top: 45px;
}

.faq-main .accordion-button {
    padding: 0.9rem 0.75rem;
    font-size: 15px;
    color: #1a2653;
    font-weight: 700;
}

.faq-main h3 {
    font-size: 18px;
    color: #1a2653;
    font-weight: 800;
    text-align: center;
    margin: 0 0 30px;
}

.faq-main p {
    font-size: 14px;
    color: #1a2653;
    font-weight: 500;
    margin-bottom: 10px;
}

.faq-main strong {
    font-size: 18px;
    color: #1a2653;
    font-weight: 700;
}

.faq-main ul {
    margin: 0 15px 10px;
    padding: 0;
}

.faq-main ul li {
    font-size: 14px;
    color: #191919;
    font-weight: 600;
}

.banner-contact {
    background: url(../images/contact-banner.png) no-repeat;
    width: 100%;
    height: 300px;
    position: relative;
    background-size: cover;
    text-align: center;
}

.banner-contact h1 {
    color: #fff;
    padding-top: 67px;
    font-weight: 600;
    font-size: 26px;
}

.banner-contact p {
    color: #fff;
    padding-top: 24px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}

.support {
    width: 100%;
    float: left;
    margin-top: 45px;
}

.support h2 {
    font-size: 22px;
    font-weight: 700;
    color: #1a2653;
    text-align: center;
    line-height: 25px;
}

.support h2 hr {
    border-top: 7px solid #001c76;
    width: 70px;
}

.formm .form-group {
    position: relative;
    margin: 0 auto 30px;
}

.formm .form-control {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 35px;
    border-radius: 0;
    font-size: 16px;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #bbb;
    background-color: transparent;
}

.formm .form-control+label {
    position: absolute;
    top: 10px;
    left: 3px;
    font-size: 14px;
    color: #a8aec3;
    transition: all 0.4s ease-out;
}

.formm .form-control:focus {
    box-shadow: none;
    outline: none;
    border-width: 2px;
    border-color: #001c76;
}

.formm .form-control:focus+label,
.formm .form-control.has-value+label {
    top: -15px;
    color: #001c76;
    font-size: 12px;
}

.formm .form-group select,
.mob,
.det {
    margin-bottom: 15px;
    width: 40%;
}

.formm .input-group-addon {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.formm button {
    background: #001c76;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 7px;
    cursor: pointer;
    padding: 7px 0 7px;
    margin-top: 0;
    width: 100%;
}

.support img {
    border-radius: 10px;
    border: 1px solid #6e6e6e;
}

.business-hours {
    width: 100%;
    float: left;
    margin-top: 45px;
    margin-bottom: 24px;
}

.business-hours h2 {
    font-size: 20px;
    font-weight: 700;
    color: #1a2653;
    text-align: center;
    line-height: 27px;
}

.phone-contact {
    width: 100%;
    float: left;
    margin-top: 45px;
    text-align: center;
}

.phone-contact ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.phone-contact ul li {
    background: #f2f3fa;
    list-style-type: none;
    width: 32%;
    padding: 15px;
    border-radius: 10px;
}

.phone-contact ul li span {
    background: #001c76;
    display: inline-block;
    border-radius: 50px 50px 50px 0;
    padding: 16px;
}

.phone-contact ul li h2 {
    font-size: 19px;
    font-weight: 800;
    color: #1a2653;
    text-align: center;
    line-height: 28px;
    margin: 13px 0 5px;
}

.phone-contact ul li p {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
}

.number {
    margin: 100px;
}

.number .minus,
.number .plus {
    width: 20px;
    height: 20px;
    background: #f2f2f2;
    border-radius: 4px;
    padding: 8px 5px 8px 5px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.number input {
    height: 34px;
    width: 100px;
    text-align: center;
    font-size: 26px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

.blue-header {
    width: 100%;
    float: left;
    background: #232f59;
    height: 100px;
}

.check-out {
    width: 100%;
    float: left;
}

.check-out .check-leftnav {
    width: 70%;
    float: left;
}

.check-out .check-leftnav .number-car {
    width: 100%;
    float: left;
    margin-top: -54px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    box-shadow: 0px 3px 4px 0px rgb(12 6 14 / 14%);
    -webkit-box-shadow: 0px 3px 4px 0px rgb(12 6 14 / 14%);
    padding: 20px;
}

.check-out .check-leftnav .number-car .reserv {
    display: flex;
    align-items: center;
}

.check-out .check-leftnav .number-car .reserv .type-1 {
    width: 15%;
    font-size: 17px;
    font-weight: 400;
    color: #000;
}

.check-out .check-leftnav .number-car .reserv .type-2 {
    width: 18%;
    margin-right: 3%;
    background: #eceef6;
    padding: 6px 6px;
    border-radius: 10px;
    border: 1px solid #cdcfd4;
}

.check-out .check-leftnav .number-car .reserv .type-2 .btn-outline-secondary {
    color: #fff;
    background-color: #2168bc;
    background-image: none;
    border-color: #6c757d;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    line-height: 1;
    padding: 0 0 3px;
    margin-top: 4px;
}

.check-out .check-leftnav .number-car .reserv .type-2 .form-control {
    border: 0;
    background: transparent;
}

.check-out .check-leftnav .number-car .reserv .type-2 .input-group {
    background: #eceef6;
}

.check-out .check-leftnav .number-car .reserv .type-2 span {
    position: relative;
    left: -17px;
    top: 6px;
}

.check-out .check-leftnav .number-car .reserv .type-3 {
    width: 32%;
    margin-right: 2%;
}

.check-out .check-leftnav .number-car .reserv .type-3 p {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

.check-out .check-leftnav .number-car .reserv .type-3 strong {
    font-size: 14px;
    font-weight: 400;
    color: #232f59;
}

.check-out .check-leftnav .number-car .reserv .type-4 {
    width: 30%;
    display: inline-flex;
    background: #232f59;
    padding: 9px 6px;
    align-items: center;
    border-radius: 10px;
}

.check-out .check-leftnav .number-car .reserv .type-4 p {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;

}

.check-out .check-leftnav .number-car .reserv .type-4 span {
    background: #fff;
    border-radius: 50%;
    width: 38px;
    height: 36px;
    padding: 3px;
    margin-right: 10px;
}

.suttle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #f4f7ff;
    margin: 22px 0 0;
    padding: 12px 12px;
    border-radius: 10px;
    margin-top: 35px;
}

.suttle span {
    margin-right: 10px;
    background: #fff;
    padding: 8px;
    margin-right: 10px;
    border-radius: 50%;

}

.suttle img {}

.suttle p {
    font-size: 17px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 2px;
}

.suttle strong {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 2px;
}

.extended {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background: #f4f7ff;
    margin: 22px 0 0;
    padding: 12px 12px;
    border-radius: 10px;
    margin-top: 35px;
}

.extended span {
    margin-right: 10px;
    background: #fff;
    padding: 8px;
    margin-right: 10px;
    border-radius: 50%;

}

.extended img {}

.extended p {
    font-size: 17px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 2px;
}

.extended strong {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 15px;
    display: inline-block;
}

.extended .form-check-label {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.extended .form-check-label strong {
    font-weight: 600;
}

.contect-details {
    width: 100%;
    float: left;
    margin-top: 40px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    box-shadow: 0px 3px 4px 0px rgb(12 6 14 / 14%);
    -webkit-box-shadow: 0px 3px 4px 0px rgb(12 6 14 / 14%);
    padding: 20px;
}

.contect-details span {
    background: #f4f7ff;
    border-radius: 50%;
    padding: 7px 7px;
    display: inline-grid;
}

.contect-details h2 {
    font-size: 25px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 15px;
    display: inline-block;
}

.form-main {
    display: flex;
    justify-content: space-between;
    margin: 14px 0 0;

}

.form-main .data-1 {
    width: 49%;
}

.form-main .data-1 label,
.form-main .data-2 label {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 4px;
}

.form-main .data-1 .input-group-text,
.form-main .data-2 .input-group-text {
    background-color: #dee8f5;
    border: 1px solid #dee8f5;
    border-radius: 10px 0 0 10px;
}

.form-main .data-1 .form-control,
.form-main .data-2 .form-control {
    border-radius: 0 10px 10px 0;
    padding: 0.775rem .75rem;
    background: #f9f9f9;
}

.form-main .data-1 img,
.form-main .data-2 img {
    height: 24px;
}

.form-main .data-2 {
    width: 49%;
}

.payment-main {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0;
    align-items: center;

}

.payment-main .data-1 {
    width: 35%;
}

.payment-main .data-2 {
    width: 65%;
    display: inline-flex;
    justify-content: space-between;
}

.payment-main .data-1 h2 {
    font-size: 21px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
    display: inline-block;
}

.payment-main .data-2 h3 {
    font-size: 17px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 15px;
    display: inline-block;
}

.payment-main .data-2 h4 {
    font-size: 17px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 15px;
    display: inline-block;
}

.customer-name {
    width: 100%;
    float: left;
    margin-top: 0;
    margin-bottom: 20px;
}

.customer-name label {
    font-size: 17px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 4px;
}

.customer-name .form-control {
    border-radius: 10px;
    padding: 0.775rem .75rem;
    font-size: 1rem;
    font-weight: 600;
    background: #f9f9f9;

}

.expire-date {
    display: flex;
    justify-content: space-between;
    margin: 0 0 0;

}

.expire-date .data-1 {
    width: 49%;
}

.expire-date .data-1 label,
.expire-date .data-2 label {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 4px;
}

.expire-date .data-1 .form-control,
.expire-date .data-2 .form-control {
    border-radius: 10px;
    padding: 0.775rem .75rem;
    background: #f9f9f9;
}

.expire-date .data-2 {
    width: 49%;
}

.contect-details .form-check {
    margin: 20px 0 0;
}

.contect-details .form-check label {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 4px;
}

.clicking {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.clicking p {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.buttonsucure {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.buttonsucure button {
    background: #293255 url(../images/button-back.png) no-repeat;
    color: #fff;
    width: 100%;
    font-size: 26px;
    font-weight: 800;
    border-radius: 10px;
    padding: 24px 0;
    background-size: cover;
    background-position: top;
}

.check-out .check-rightnav {
    width: 28%;
    float: left;
    margin-left: 2%;
}

.check-out .check-rightnav .map-payment {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.check-out .check-rightnav .map-payment img {
    border-radius: 10px;
    border: 1px solid #aaacae;
}

.hotel-informations {
    width: 100%;
    float: left;
    margin-top: 25px;
    border-radius: 10px;
    border: 1px solid #aaacae;
    padding: 10px;
}

.hotel-informations .htl-txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 11px;
}

.hotel-informations .htl-txt h2 {
    font-size: 17px;
    font-weight: 600;
    color: #000000;
}

.hotel-informations .htl-txt p {
    font-size: 11px;
    font-weight: 400;
    color: #41479b;
}

.hotel-informations .htl-txt p span {
    background: #41479b;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    padding: 2px 8px;
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 0;
}

.hotel-informations .htl-txt p span i {
    font-size: 10px;
    color: #fbc51f;
}

.hotel-informations p {
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 3px;
}

.hotel-informations strong {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
    display: inline-block;
}

.hotel-informations hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #eaeaeb;
}

.hotel-informations span {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 3px;
    margin-top: 11px;
    display: inline-block;
}

.hotel-price {
    width: 100%;
    float: left;
    margin-top: 25px;
    border: 1px solid #aaacae;
    padding: 10px;
    border-radius: 10px;
}

.hotel-price h2 {
    font-size: 19px;
    font-weight: 800;
    color: #000000;
}

.hotel-price .subtotal {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}

.hotel-price .subtotal span {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}

.check-rightnav button {
    background: #293255;
    color: #fff;
    width: 100%;
    font-size: 19px;
    font-weight: 800;
    border-radius: 10px;
    padding: 8px 0;
    margin-top: 23px;
}

.banner-thanks {
    background: linear-gradient(rgba(31, 46, 78, 1), rgba(0, 12, 33, 0.2)), url(../images/thanks-banner.png) no-repeat;
    width: 100%;
    height: 230px;
    position: relative;
    background-size: cover;
    text-align: center;
}

.banner-thanks h1 {
    color: #fff;
    padding-top: 60px;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 16px;
}

.banner-thanks p {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.meantime {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.meantime h2 {
    color: #1a2653;
    font-size: 25px;
    font-weight: 800;
    margin: 6px 0 14px;
    line-height: 27px;
}

.call-us {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.call-us ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.call-us ul li {
    list-style-type: none;
    background: #f8f9fe;
    border-radius: 10px;
    text-align: center;
}

.call-us ul li span {
    background: #2b3171;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    padding: 7px;
}

.call-us ul li h3 {
    color: #1a2653;
    font-size: 15px;
    font-weight: 700;
    margin: 12px 0 6px;
}

.call-us ul li p {
    color: #000922;
    font-size: 15px;
    font-weight: 500;
    margin: 7px 0 6px;
}

.reaching {
    background: #f5f5f7;
    border-radius: 10px;
    width: 100%;
    float: left;
    margin: 48px 0 36px;
}

.appreciate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.appreciate h2 {
    color: #1a2653;
    font-size: 18px;
    font-weight: 800;
}

.appreciate p {
    color: #101010;
    font-size: 16px;
    font-weight: 700;
}

.appreciate a {
    border: 1px solid #09162e;
    color: #09162e;
    font-size: 16px;
    font-weight: 800;
    border-radius: 10px;
    cursor: pointer;
    padding: 9px 19px 9px;
    margin-top: 28px;
    display: inline-block;
    margin-right: 13px;
}

.appreciate a.blue {
    background: #09162e;
    color: #fff;
}