/********** Template CSS **********/
* {
    padding: 0;
    margin: 0;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.body {
    box-sizing: border-box;
    /*font-family: 'Plus Jakarta Sans', sans-serif;*/
}

:root {
    --primary: #006DDE;
    --light: #F3F4F5;
    --dark: #0D0E0E;
    --gray: rgba(255, 255, 255, .3)
}

.text-primary {
    color: #006DDE !important;
}

.bg-primary {
    background-color: #006DDE !important;
}

h1,
h2,
h3 {
    color: #0D0E0E;
}

h4,
h5,
h6 {
    color: #0D0E0E;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"]:hover::-webkit-inner-spin-button,
input[type="number"]:hover::-webkit-outer-spin-button {
    display: block;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    display: flex;
    align-items: center;
}

.navbar .navbar-brand img {
    max-height: 50px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.nav-btn {
    transition:all 0.8s, 
    color 0.3s 0.3s; 
    text-align: center;
    cursor:pointer; 
    clear:both;  
    display:inline-block;
    padding: 16px;
    font-size: 16px;
    margin-right: 10px;
    border: none;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none; 
    color: #FFFFFF;  
    background-color: #0D0E0E;
}

.nav-btn:hover {
    color:#fff;
    box-shadow: 150px 0 0 0 #006DDE inset, -150px 0 0 0 #006DDE inset;
}

.navbar-btn {
    transition:all 0.8s, 
    color 0.3s 0.3s; 
    text-align: center;
    cursor:pointer; 
    clear:both;  
    border: none;
    display:inline-block;
    width: 182px;
    padding: 16px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none; 
    color: #FFFFFF;  
    background-color: #0D0E0E;
}

.navbar-btn:hover {
    color:#fff;
    box-shadow: 150px 0 0 0 #006DDE inset, -150px 0 0 0 #006DDE inset;
}

/*** Main ***/
.main .title {
    color: #006DDE;
}

main .subtitle {
    font-size: 19px;
    color: var(--dark);
}

.main .form-group {
    margin-bottom: 15px;
}

.main .form-group .form-img {
    position: absolute;
    padding-top: 18px;
    padding-left: 13px;
}

.main .form-group .custom {
    box-shadow: none;
    border: 1px solid #909090;
    height: 56px;
    border-radius: 8px !important;
    padding-left: 40px;
}

.main .form-group .custom:focus {
    border: 1px dashed #006DDE;
}

.main .form-group .custom1 {
    box-shadow: none;
    border: 1px solid #909090;
    border-right: none;
    height: 56px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-left: 40px;
}

.main .form-group .custom1:hover {
    bottom: none;
}

.main .form-group .input-with-buttons {
    display: flex;
    margin-top: 1px;
}

.main .form-group .input-buttons {
    border: 1px solid #909090;
    border-left: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 56px;
}

.main .form-group .btn-increment {
    margin-top: 0.5px;
    height: 26px;
    padding-left: 15px;
    padding-right: 15px;
    border-top-right-radius: 8px;
}

.main .form-group .btn-increment:hover {
    color: #FFFFFF;
    background-color: #006DDE;
}

.main .form-group .btn-decrement {
    margin-top: 1px;
    height: 26px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom-right-radius: 8px;
}

.main .form-group .btn-decrement:hover {
    color: #FFFFFF;
    background-color: #006DDE;
}


.booking .form-group .custom1 {
    box-shadow: none;
    border: 1px solid #909090;
    border-right: none;
    height: 56px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.booking .form-group .custom1:hover {
    bottom: none;
}

.booking .form-group .input-with-buttons {
    display: flex;
    margin-top: 1px;
}

.booking .form-group .input-buttons {
    border: 1px solid #909090;
    border-left: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 56px;
}

.booking .form-group .btn-increment {
    margin-top: 0.5px;
    height: 26px;
    padding-left: 15px;
    padding-right: 15px;
    border-top-right-radius: 8px;
}

.booking .form-group .btn-increment:hover {
    color: #FFFFFF;
    background-color: #006DDE;
}

.booking .form-group .btn-decrement {
    margin-top: 1px;
    height: 26px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom-right-radius: 8px;
}

.booking .form-group .btn-decrement:hover {
    color: #FFFFFF;
    background-color: #006DDE;
}




.main .form-group .form-button {
    transition:all 0.8s, 
    color 0.3s 0.3s; 
    text-align: center;
    cursor:pointer; 
    clear:both;  
    display:inline-block;
    padding: 16px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none; 
    color: #FFFFFF;  
    background-color: #0D0E0E;
}

.main .form-group .form-button:hover {
    color:#fff;
    box-shadow: 465px 0 0 0 #006DDE inset, -465px 0 0 0 #006DDE inset;
}

.main .form-group .form-link {
    text-decoration: underline; 
    color: #0D0E0E; 
    font-weight: bold;
}

.form-link:hover {
    color: #006DDE;
}

/*** Facts & Visiting Hours ***/
.facts {
    background-color: #f9f9f9;
}

.visiting-hours {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/bg-2.jpg) center center no-repeat;
    background-size: cover;
}

.visiting-hours .list-group-item {
    display: flex;
    justify-content: space-between;
    color: var(--light);
    background: rgba(0, 0, 0, .15);
    border-color: rgba(255, 255, 255, .15);
}

.visiting-hours .table {
    color: var(--light);
    background: rgba(0, 0, 0, .15);
}

.visiting-hours .table td {
    padding: .5rem 1rem;
    border-color: rgba(255, 255, 255, .15);
}

.visiting-hours .table tr:last-child td {
    border: none;
}

/*** Img Border ***/
.img-border {
    position: relative;
    height: 100%;
}

/*** Testimonial ***/
.slider {
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    margin-top: 15px;
    padding-bottom: 30px;
    margin-bottom: 35px;
}

.slide-p {
    font-weight: bold;
}

.slider-btn {
    position: absolute;
    top: 88%;
    color: #006DDE;
    transform: translateY(-50%);
    font-size: 24px;
    cursor: pointer;
    z-index: 2;
}

.prev-btn {
    margin-top: 20px;
}

.next-btn {
    left: 40px;
    margin-top: 20px;
}

/*** Feature ***/
.feature {
    background-color: #f9f9f9;
}

.feature .feature-box {
    padding: 25px;
    border-radius: 8px;
}

.feature .feature-box,
.feature .feature-box * {
    transition: .5s;
    border-radius: 8px;
}

.feature .feature-box:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.feature .feature-box:hover * {
    color: #FFFFFF;
}

.feature .cta {
    transition:all 0.8s, 
    color 0.3s 0.3s; 
    text-align: center;
    cursor:pointer; 
    clear:both;  
    display:inline-block;
    padding: 16px;
    width: 128px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none; 
    color: #FFFFFF;  
    background-color: #0D0E0E;
}

.feature .cta:hover {
    color:#fff;
    box-shadow: 150px 0 0 0 #006DDE inset, -150px 0 0 0 #006DDE inset;
}

/*** Faq ***/
.accordion-header {
    margin-bottom: 8px;
}

.accordion-button {
    box-shadow: none !important; 
    background: none !important;
    padding-left: 0;
} 

.accordion-body {
    padding-left: 0;
    padding-top: 0;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

.accordion-title {
    font-size: 18px;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    color: var(--primary);
}

/*** Youtube Video start ***/
.video {
    position: relative;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 16px;
    height: 26px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 10px 25px 21px 20px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--gray);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--gray);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play:hover:after {
    background: var(--primary);
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 28px solid var(--light);
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}
/*** Youtube Video End ***/

/*** Modal ***/
.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
}

.modal-content {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
}

.modal-body {
    flex: 1;
    overflow-y: hidden;
}

.modal-head {
    text-align: center;
    margin-top: 30px;
    vertical-align: baseline;
}

.modal-span {
    font-size: 18px;
    color: #0D0E0E;
    font-weight: bold;
}

.modal-head .btn-close {
    float: right;
    box-shadow: none;
    margin-top: 3px;
    margin-right: 13px;
}

.modal-body .form-group .modal-btn {
    transition:all 0.8s, 
    color 0.3s 0.3s; 
    text-align: center;
    cursor:pointer; 
    clear:both;  
    display:inline-block;
    padding: 16px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none; 
    color: #FFFFFF;  
    background-color: #0D0E0E;
}

.modal-body .form-group .modal-btn:hover {
    color:#fff;
    box-shadow: 465px 0 0 0 #006DDE inset, -465px 0 0 0 #006DDE inset;
}

.modal-body .cta {
    height: 56px;
    transition:all 0.8s, 
    color 0.3s 0.3s; 
    text-align: center;
    cursor:pointer; 
    clear:both;  
    display:inline-block;
    margin-bottom: 10px;
    border: 2px solid #0D0E0E;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    color: #0D0E0E;  
    background-color: #FFFFFF;
}

.modal-body .cta:hover {
    color:#fff;
    border: 2px solid #0D0E0E;
    box-shadow: 465px 0 0 0 #0D0E0E inset, -465px 0 0 0 #0D0E0E inset;
}

.modal-body .form-img {
    position: absolute;
    padding-top: 15px;
    padding-left: 13px;
}

.modal-body .form-group {
    margin-bottom: 15px;
}

.modal-body .profile-custom {
    box-shadow: none;
    border: 1px solid #909090;
    height: 49px;
    border-radius: 8px;
    background: none;
}

.modal-body .profile-custom:focus {
    border: 1px dashed #006DDE ;
}

.modal-body .custom {
    box-shadow: none;
    border: 1px solid #909090;
    height: 49px;
    border-radius: 8px;
    padding-left: 40px;
    background: none;
}

.modal-body .custom:focus {
    border: 1px dashed #006DDE;
}

.modal-body .custom1 {
    box-shadow: none;
    border: 1px solid #909090;
    border-right: none ;
    height: 49px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-left: 40px;
}

.modal-body .custom1:hover {
    bottom: none;
}

.modal-body .input-with-buttons {
    display: flex;
}

.modal-body .input-buttons {
    border: 1px solid #909090;
    border-left: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 49px;
}

.modal-body .btn-increment {
    margin-top: 0.5px;
    height: 23px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 1px;
    border-top-right-radius: 8px;
}

.modal-body .btn-increment:hover {
    color: #FFFFFF;
    background-color: #006DDE;
}

.modal-body .btn-decrement {
    height: 23px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 1px;
    border-bottom-right-radius: 8px;
}

.modal-body .btn-decrement:hover {
    color: #FFFFFF;
    background-color: #006DDE;
}

/*** Booking ***/
.booking {
    overflow: hidden;
}


.booking .form-group .custom {
    box-shadow: none;
    border: 1px solid #909090;
    height: 56px;
    border-radius: 8px;
}

.booking .form-group .custom:focus {
    border: 1px dashed #006DDE;
}

.booking .form-group .custom-textarea {
    box-shadow: none;
    border: 1px solid #909090;
    border-radius: 8px;
}

.booking .form-group .custom-textarea:focus {
    border: 1px dashed #006DDE;
}

.booking .heading {
    display: flex;
}

.booking .heading .step-img {
    height: 11.5px;
    margin-top: 9.5px;
}

.booking .heading .title {
    font-size: 20px;
    font-weight: bold;
    color: #0D0E0E;
    margin-left: 8px;
    margin-bottom: 3px;
}

.booking .heading .subtitle {
    color: #006DDE;
    font-weight: bold;
    margin-right: 10px;
}

.booking .inner {
    flex-grow: 1;
}

.booking .inner .span-btn {
    color: #006DDE;
    font-weight: bold;
    float: right;
    text-decoration: underline;
    cursor: pointer;
}

.booking .bor {
    margin-left: 4px; 
    border-left: 2px solid #006DDE;
    padding-top: 6px;
    padding-bottom: 18px;
}

/*** Pickup ***/
.booking .pickup {
    border-radius: 8px;
    margin-left: 12px;
    border: 1px solid #D9D9D9;
    background-color: #F9F9F9;
}

.booking .pickup .pick-up1 {
    padding: 20px 10px;
}

hr {
    margin: 0;
}

.booking .pickup .pick-up2 {
    padding: 20px 10px;
}

.pickup .pick-up1 .button {
    width: 84px;
    height: 26px;
    font-size: 14px;
    border: none;
    color: #FFFFFF;
    border-radius: 100px;
    margin-right: 4px;
    background-color: #006DDE;
    font-weight: bold;
}

.pickup .pick-up1 .title {
    color: #006DDE;
    font-weight: bold;
    font-size: 16px;
}

.pickup .pick-up1 .span-btn {
    color: #006DDE;
    font-weight: bold;
    float: right;
    text-decoration: underline;
    cursor: pointer;
}

.pickup .pick-up2 .button {
    width: 84px;
    height: 26px;
    font-size: 14px;
    border: none;
    color: #FFFFFF;
    border-radius: 100px;
    margin-right: 4px;
    background-color: #006DDE;
    font-weight: bold;
}

.pickup .pick-up2 .title {
    color: #006DDE;
    font-weight: bold;
    font-size: 16px;
}

.pickup .pick-up2 .span-btn {
    color: #006DDE;
    font-weight: bold;
    float: right;
    text-decoration: underline;
    cursor: pointer;
}

.pickup .pick-up1 .dist1 {
    display: flex;
    font-weight: bold;
    margin-top: 10px;
}

.pickup .pick-up1 .dist1 p {
    margin-bottom: 0;
}

.pickup .pick-up1 .dist1 .title {
    color: #6F6F6F;
    margin-right: 10px;
}

.pickup .pick-up1 .dist1 .subtitle {
    color: #0D0E0E;
    font-size: 16px;
    font-weight: 600;
}

.pickup .pick-up1 .dist2 {
    display: flex;
    font-weight: bold;
    margin-top: 5px;
}

.pickup .pick-up1 .dist2 p {
    margin-bottom: 0;
}

.pickup .pick-up1 .dist2 .title {
    color: #6F6F6F;
    margin-right: 33px;
}

.pickup .pick-up1 .dist2 .subtitle {
    color: #0D0E0E;
    font-size: 16px;
    font-weight: 600;
}

.pickup .pick-up2 .dist1 {
    display: flex;
    font-weight: bold;
    margin-top: 10px;
}

.pickup .pick-up2 .dist1 p {
    margin-bottom: 0;
}

.pickup .pick-up2 .dist1 .title {
    color: #6F6F6F;
    margin-right: 10px;
}

.pickup .pick-up2 .dist1 .subtitle {
    color: #0D0E0E;
    font-size: 16px;
    font-weight: 600;
}

.pickup .pick-up2 .dist2 {
    display: flex;
    font-weight: bold;
    margin-top: 5px;
}

.pickup .pick-up2 .dist2 p {
    margin-bottom: 0;
}

.pickup .pick-up2 .dist2 .title {
    color: #6F6F6F;
    margin-right: 33px;
}

.pickup .pick-up2 .dist2 .subtitle {
    color: #0D0E0E;
    font-size: 16px;
    font-weight: 600;
}

.swapvert-btn {
    height: 32px;
    width: 32px;
    border: none;
    border-radius: 8px;
    float: right;
    margin:0;
    background-color: #F9F9F9;
}

/*** Count ***/
.count {
    margin-left: 13px;
}

.count .return {
    cursor: pointer;
    margin-top: 20px;
}

.count .return-cehkbox {
    cursor: pointer;
    margin-top: 4px;
    width: 17px;
    height: 17px;
}

.count .return-sapn {
    color: #006DDE;
    cursor: pointer;
    margin-left: 8px;
    margin-bottom: 10px;
    font-weight: bold;
}

/*** Items ***/
.items .heading {
    font-weight: bold;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 10px;
    display: grid;
    text-align: center;
}

.items .counter-container {
    display: flex;
    justify-content: center;
    margin-bottom: 9.5px ;
}

.items .counter {
    width: 35px;
    height: 26px;
    text-align: center;
    border: none;
    background: none;
    box-shadow: none;
}

.items .counter-btn {
    cursor: pointer;
    color: #77838F;
    border: 1px solid #77838F;
    background: none;
    width: 26px;
    height: 26px;
    border-radius: 13px;
}

/*** Booking-card ***/
.booking-card1 {
    border: 1px solid #D9D9D9;
    background-color: #F9F9F9;
    border-radius: 8px;
    margin-left: 12px;
}

.booking-card {
    border: 1px solid #D9D9D9;
    background-color: #F9F9F9;
    border-radius: 8px;
    margin-bottom: 10px;
}

.card-item {
    display: flex; 
    justify-content: space-between;
    margin-top: 4px;
    margin-bottom: 6px;
}

.card-subinner {
    margin-top: 4px;
    margin-left: 12px;
}

.card-img {
    width: 153.5px;
    height: 85px;
}

.card-title {
    color: #0D0E0E;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px;
}

.card-subtitle {
    color: #0D0E0E;
    font-size: 14px;
    font-weight: 500;
}

/*** Extras ***/
.extras {
    display: flex;
    margin-bottom: 7px;
}

.extras .cardimg {
    color: #0D0E0E;
    padding-right: 2px;
}

.extras span {
    color: #0D0E0E;
    margin-right: 6px;
    margin-bottom: 0;
}

.badge1 {
    width: 75px;
    height: 28px;
    font-size: 12px;
    margin: 0px;
    padding: 0;
    border: none;
    color: #FFFFFF;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #006DDE;
    font-weight: bold;
}

/*** Details ***/
.details {
    margin-left: 13px;
}

.details .form-group {
    margin-bottom: 15px;
}

.details .detail {
    box-shadow: none;
    border: 1px solid #909090;
    height: 49px;
    border-radius: 8px;
}

.details .detail:focus {
    border: 1px dashed #006DDE;
}

.details .detail1 {
    box-shadow: none;
    border: 1px solid #909090;
    border-radius: 8px;
}

.details .detail1:focus {
    border: 1px dashed #006DDE;
}

/*** Discount ***/
.discount {
    margin-left: 16px;
    margin-top: 30px;
}

.discount .inner {
    display: flex;
    margin-bottom: 10px;
}

.discount .inner .radio-btn {
    margin-right: 10px;
    margin-bottom: 0;
    height: 18px;
    width: 18px;
    margin-top: 3.5px;
    cursor: pointer;
}

.discount .inner .subinner {
    font-size: 16px;
    color: #0D0E0E;
    font-weight: 600px;
    margin-bottom: 0;
    cursor: pointer;
}

/*** Total ***/
.total {
    margin-top: 40px;
    margin-bottom: 45px;
    text-align: center;
}

.total .total-p {
    font-size: 24px;
    font-weight: bold;
    color: #0D0E0E;
    margin-bottom: 0;
}

.total .total-span {
    font-size: 18px;
    color: #0D0E0E;
}

.total .subtitle {
    font-size: 14px;
    color: #0D0E0E;
    margin-bottom: 10px;
}

.total .total-btn {
    transition:all 0.8s, 
    color 0.3s 0.3s; 
    text-align: center;
    cursor:pointer; 
    clear:both;  
    display:inline-block;
    padding: 16px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none; 
    color: #FFFFFF;  
    background-color: #0D0E0E;
}

.total .total-btn:hover {
    color:#fff;
    box-shadow: 465px 0 0 0 #006DDE inset, -465px 0 0 0 #006DDE inset;
}

.booking_btn {
    transition:all 0.8s,
    color 0.3s 0.3s;
    text-align: center;
    cursor:pointer;
    clear:both;
    display:inline-block;
    padding: 16px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    color: #FFFFFF;
    background-color: #0D0E0E;
}

.booking_btn:hover {
    color:#fff;
    box-shadow: 465px 0 0 0 #006DDE inset, -465px 0 0 0 #006DDE inset;
}

/*** booking confirmed ***/
.confirmed-img1 {
    width: 470px;
    height: 100%;
    margin-bottom: 40px;
}

.confirmed .confirmed-content {
    margin-bottom: 10px;
}

.confirmed .booking-title {
    font-size: 28px;
    font-weight: bold;
}

.confirmed .booking-span {
    color: #006DDE;
    font-size: 18px;
    font-weight: bold;
}

.confirmed .booking-subtitle {
    color: #1D1B20;
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
}

.confirmed .bookingq {
    display: flex;
}

.bookingq .bookingq-title {
    color: #1D1B20;
    font-size: 18px;
    font-weight: bold;
}

.confirmed .image-container {
    align-items: center;
    margin-left: 35px;
    gap: 10px;
}

.confirmed .image-container img {
    max-width: 100%;
    height: auto;
}

.confirmed-img2 {
    width: 100%;
}

/*** Footer ***/
.footer {
    background-color: #0D0E0E;
}

.footer-logo {
    margin-bottom: 13px;
}
.footer-title {
    color: #FFFFFF;
    margin-left: 20px;
    font-weight: bold;
}

.footer-text {
    color: #FFFFFF;
    margin-bottom: 8px !important;
    text-decoration: none !important;
}
.footer-text:hover {
    color: #006DDE;
}

.footer-copy {
    color: #FFFFFF;
}