@font-face {
    font-family: theSansBold;
    src: url(../admin/fonts/TheSans-B8ExtraBold.otf);
}

@font-face {
    font-family: theSansPlain;
    src: url(../admin/fonts/TheSansPlain.ttf);
}

* {
    font-family: 'Cairo', 'theSansPlain', sans-serif;
    ;
}

html {
    scroll-behavior: smooth;
}

.is_stuck {
    z-index: 999;
}

.muted-blue-color {
    color: #1f2b6a;
}

.form-control::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999999;
}

.form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
    opacity: 1;
}

.form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999999;
}

.form-control::placeholder {
    /* Most modern browsers support this now. */
    color: #999999;
}

.page-item.active .page-link {
    background-color: #632dca !important;
    border-color: #632dca !important;
    color: #fff !important;
}

.page-link {
    color: #632dca !important;
}

body {
    /*     font-family: "Raleway", -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: .9375rem;
    letter-spacing: .125px; */
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    background: #fff;
}

a:hover,
a:focus,
.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
}

.form-group {
    position: relative;
}

.card,
.card-footer {
    border-color: rgba(0, 0, 0, 0.1);
}

.btn-block {
    padding: 0.625rem 1rem;
    height: calc(2.75rem + 2px);
    border-radius: 0;
}

.btn-outline-theme {
    border-radius: 50px;
    padding-left: 16px;
    padding-right: 16px;
}

.btn-container-theme {
    border-radius: 50px;
    background-color: #fdfeff;
}

.form-control,
.custom-select {
    padding: 0.625rem 1rem;
    height: calc(2.75rem + 2px);
    border-radius: 0;
    border-color: rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, .0125);
    box-shadow: 0 0 2px inset rgba(0, 0, 0, .05);
}

.custom-control-input,
.custom-control-label {
    cursor: pointer;
}

.template {
    display: none;
}

.w-600 {
    max-width: 600px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 0 8px;
    border-radius: 100%;
}

.carousel-indicators .active {
    width: 18px;
    height: 18px;
    background-color: #350690;
}

.v-line {
    position: relative;
    top: -0.0675rem;
    font-size: 0.875rem;
}

.cover-html {
    display: none;
}

.page-header h1,
.page-header h2 {
    font-weight: 300;
    margin-bottom: 0;
}

.page-header .btn-container {
    border-radius: 50px;
    background-color: #fdfeff;
}

.page-header .btn-container .btn {
    border-radius: 50px;
    padding-left: 16px;
    padding-right: 16px;
}

.img-circle {
    border-radius: 100%;
    width: 164px;
    height: 164px;
    object-fit: cover;
}

.img-circle-sm {
    border-radius: 100%;
    width: 100%;
    max-width: 96px;
    object-fit: cover;
}

.img-circle-xs {
    border-radius: 100%;
    width: 48px;
    height: 48px;
    object-fit: cover;
}

.img-circle-xs.img-thumbnail {
    padding: 3px;
}

.img-circle-xxs {
    border-radius: 100%;
    width: 24px;
    height: 24px;
    object-fit: cover;
}

.img-circle-xxs.img-thumbnail {
    padding: 1px;
}

@media (max-width: 991px) {
    .page-header .btn-container .btn {
        font-size: .875rem;
    }
    .page-header h1 {
        font-size: 2rem;
    }
    .home-content .tab-content .active {
        display: block !important;
    }
    .home-card-tab {
        overflow: auto;
        white-space: nowrap;
    }
    .home-card-tab .horizontal-card {
        display: inline-block !important;
        width: 90%;
    }
    .new-trip-sec .new-trip-card {
        display: block !important;
        overflow: auto;
        white-space: nowrap;
    }
    .new-trip-sec .new-trip {
        display: inline-block !important;
        width: 90%;
    }
}


/* feather icons */

.feather {
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
    position: relative;
}

main .feather {
    color: white;
    font-weight: 500;
    font-size: large;
}

.feather.filled {
    fill: currentColor;
}

.btn .feather {
    top: -0.0675rem;
}


/* navbar */

.topnav {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}

.topnav .nav-link {
    line-height: 2.375rem;
    font-weight: 600;
}

.topnav .dropdown-menu {
    border-radius: 0;
    margin-top: 0px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border-color: #eee;
    border-top: none;
}

.topnav .btn {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-radius: 2rem;
}

.topnav .navbar-brand {
    letter-spacing: 1px;
}

.topnav .dropdown-item .feather {
    position: relative;
    top: -.125rem;
}

.new-trip-sec .new-trip-all {
    position: relative;
    left: 98%;
    bottom: 50px;
}

.new-trip-sec .all-trip-btn {
    background-color: #350690 !important;
    border-color: #350690;
    color: #fff;
    height: 35px;
    width: 100px;
    border-radius: 5px;
}

.new-trip-sec .new-trip-all {
    position: relative;
    left: 92%;
    bottom: 50px;
}

.new-trip-sec .new-trip-all-ar {
    position: relative;
    left: 0px;
    bottom: 40px;
}

.cart-dropdown {
    margin-top: 20px !important;
    text-align: center;
    padding-top: 0px !important;
    width: 250px;
}

.cart-dropdown h5 {
    background-color: #350690;
    font-weight: normal;
    color: white;
    padding: 8px;
    font-size: 20px !important;
}

.hero-bg {
    background: url(/static/images/hero-bg.svg) no-repeat right -150px top -200px;
    font-family: "Ciaro" !important;
    height: 600px;
}

.hero-sub-title {
    color: #FFA500;
    font-size: 1rem;
}

.hero-sub-title-app {
    font-size: 1rem;
    color: #181E4B;
}

.video-sec h1 {
    color: #350690;
    font-weight: 700;
}

.how-wroks-sec h1 {
    color: #350690;
    font-weight: 700;
}

.gurntee-sec p {
    color: #1E1D4C;
    font-weight: 700;
}

.gurntee-sec-header {
    color: #350690;
    font-weight: 700;
}

.gurntee-sec {
    border-radius: 36px;
    transition: 0.5s;
}

.gurntee-sec:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}

.cart-dropdown .checkout-navbtn {
    background-color: #350690;
    font-weight: normal !important;
    margin: 5px !important;
    padding: 5px;
}

.cart-dropdown .checkout-navbtn a {
    text-decoration: none !important;
    color: white !important;
}

.itemcart {
    text-align: left !important;
}

#fav-list p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 14ch;
    vertical-align: middle !important;
}

#fav-list p:nth-child(3) {
    font-weight: bold;
    color: #3B3A90;
}

.itemcart .checkout-display-item {
    display: none;
}

.itemcart ul,
li {
    list-style-type: none;
}

.navbar-about,
.navbar-policy,
.navbar-terms {
    display: none;
}

.nav-cart-item {
    display: flex;
    justify-content: space-between;
    background-color: #F5F5F5;
    padding-right: 15px !important;
    margin-bottom: 2px !important;
    line-height: 8px !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

.nav-cart-item img {
    height: 30px;
    width: 30px;
    /* height: 40px; */
    display: inline-block;
}

.nav-cart-item p {
    padding: 5px;
    font-size: 15px;
    white-space: nowrap;
    margin-top: 5px !important;
}

#fav-list {
    padding-left: 5px !important;
}

@media (max-width: 991px) {
    .topnav .nav-link {
        line-height: 1.5;
    }
    .topnav .dropdown-menu {
        box-shadow: none;
        border: 0;
        border-top: 1px solid rgba(0, 0, 0, .05);
    }
    .topnav .navbar-collapse .navbar-nav {
        padding-top: .75rem;
    }
}


/* hero */

.hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: calc(100vh - 18rem);
}

.hero .carousel-item img {
    background: none;
    border: none;
    width: 190px;
    object-fit: cover;
    height: 400px;
}

.hero-lg {
    min-height: calc(100vh - 16.5rem)
}

.hero .bg-blue {
    background-color: #f4f1fc !important;
    position: relative;
}

.hero .card-title {
    font-size: 22px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.68;
    letter-spacing: normal;
    text-align: left;
    color: #777373;
}

.hero .sub-title {
    font-family: theSansPlain;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.68;
    letter-spacing: normal;
    text-align: left;
    color: #777373;
}

.hero .search-group-query {
    border-radius: 7px;
    border: solid 1px #999999;
}

.hero .search-group-date {
    border-radius: 7px;
    border: solid 1px #999999;
}

.hero .search-group-btn {
    width: 100% !important;
    border-radius: 7px;
}

.embed-responsive {
    transition: 0.3s;
}

.embed-responsive:hover {
    height: 100% !important;
}

.hero-dark::before {
    background: rgba(0, 0, 0, 0.5);
}

.hero-content {
    width: 100%;
    opacity: 0.9999;
    height: 600px;
    background-color: #f5f5f5;
}

.hero .card {
    top: 180px;
    left: 80px;
}

.hero .carousel-indicators {
    bottom: -80px;
    left: -560px;
}

.carousel-indicators li {
    background-color: #d9d8d9;
}

.hero-itinerary {
    text-align: center;
    width: 230px;
    background-image: url("./static/images/W07.svg");
    padding: 2.5rem 2rem;
    border-radius: 8px;
    /* color: #565656; */
    font-weight: 500;
}

.hero-itinerary img {
    width: 100%;
    max-width: 134px;
    border-radius: 100%;
    min-height: 136px;
}

.hero-header-ar {
    font-family: Neo Sans Arabic;
    font-size: 35px;
    font-weight: 100;
}

.search-group {
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
    margin: auto;
    background: #fff;
    /* box-shadow: 1px 1px 3px rgba(0,0,0,.125) */
}

.search-group .input-icon {
    position: absolute;
    top: 1.125rem;
    left: 0.875rem;
    color: #777;
}

.search-group .form-control {
    border-radius: 0;
    border-width: 0;
    padding: 0.75rem 1rem 0.75rem 2.5rem;
    height: calc(3rem + 2px);
    color: #1f2b6a;
}

.hero .ui-widget-content {
    color: #1f2b6a;
}

.search-group .form-control:focus {
    box-shadow: none;
}

.search-group-query,
.search-group-date,
.search-group-btn {
    position: relative;
    flex-grow: 1;
}

.search-group-query {
    flex-basis: 270px;
}

.search-group-date {
    flex-basis: 160px;
}

.search-group-date .form-control {
    border-left-width: 1px;
}

.search-group-btn {
    border-radius: 0;
    flex-basis: 100px;
    padding: 0.75rem 1rem;
    background-color: #350690;
    border-color: #350690;
}

.home-content-title {
    font-size: 2rem !important;
    font-family: "Ciaro";
    font-weight: bolder;
    color: #350690!important;
}

@media (max-width: 991px) {
    .search-group-date .form-control {
        border-left-width: 0;
        border-top-width: 1px;
    }
    .new-trip-sec .all-trip-btn {
        height: 35px;
        width: 75px;
        border-radius: 5px;
    }
    .new-trip-sec .new-trip-all {
        position: relative;
        left: 80%;
        bottom: 50px;
    }
    .new-trip-sec .all-trip-all-ar {
        left: 0;
        bottom: 35%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .search-group-date .form-control {
        border-left-width: 1px;
        border-top-width: 0;
    }
}

@media (max-width: 575px) {
    .search-group-date .form-control {
        border-left-width: 0;
        border-top-width: 1px;
    }
    .search-group-query,
    .search-group-date,
    .search-group-btn {
        flex-basis: 100%;
    }
    .nav-pills .nav-item {
        font-size: 10px !important;
    }
}


/* ratings */

.ratings {
    position: relative;
    display: inline-flex;
}

.ratings-front,
.ratings-back {
    display: flex;
}

.ratings-front {
    position: absolute;
    top: 0;
}

.ratings-star {
    position: relative;
    color: #edae55;
}

.ratings-star .feather {
    display: block;
    top: 0;
}

.country-card img {
    width: 14px;
}

.tour-title-card {
    font-family: theSansBold;
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.68;
    letter-spacing: normal;
    text-align: left;
    color: #350690;
}

.tour-price-card {
    color: #edae55;
    font-family: theSansBold;
}

.tab-content .active {
    display: flex !important
}

.ratings-star .feather-star-half {
    position: absolute;
}

.ratings-input::before {
    position: relative;
    font-size: 100px;
    color: #ccc;
}

.ratings-input:hover {
    cursor: pointer;
    font-size: 200px;
}


/* horizontal card */

.card-horizontal {
    display: flex;
    background: #fff;
    margin-bottom: 2rem;
    /* flex-wrap: wrap; */
}

.card-horizontal .card-left {
    flex-shrink: 0;
    height: 164px;
    width: 164px;
    padding: .5rem;
}

.card-horizontal .card-left img {
    /* min-width: 144px; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-horizontal .card-right {
    padding: 0.5rem 1rem;
    flex: 1 1 auto;
}

.card-horizontal hr {
    margin: 0.5rem 0 0.5rem -0.0675rem;
    opacity: 0.875;
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-horizontal .card-left {
        height: 128px;
        width: 128px;
        flex-shrink: 0;
    }
}

@media (min-width: 1200px) {
    .card-horizontal .card-left {
        height: 144px;
        width: 144px;
    }
}

@media (max-width: 480px) {
    .card-horizontal {
        flex-wrap: wrap;
    }
    .card-horizontal .card-left {
        height: auto;
        width: 100%;
        /* margin: 1rem; */
    }
    .card-horizontal .card-left img {
        width: 100%;
        height: auto;
        border-radius: 0.25rem;
    }
    .card-horizontal .card-right {
        padding-bottom: 0.75rem;
    }
}


/* guide card */

.guide-card .guide-location {
    font-size: 0.875em;
    line-height: 1.25;
}

.guide-card .guide-quote {
    overflow: hidden;
    /*     height: 3rem; */
}

@media (min-width: 768px) {
    .guide-card .guide-quote {
        height: 3rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .guide-card .guide-footer {
        margin-left: -128px;
        padding-bottom: 0.25rem;
        font-size: 0.875rem;
    }
    .guide-card .guide-quote {
        font-size: 0.875rem;
        height: 61px;
    }
    .guide-card .guide-quote+hr {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .guide-card .guide-footer {
        margin-left: -144px;
        padding-bottom: 0.25rem;
    }
    .guide-card .guide-quote {
        height: 71px;
    }
    .guide-card .guide-location+hr {
        margin-bottom: 0.375rem;
    }
}


/*footer*/

.footer {
    color: azure !important;
}

.nav-social .nav-item {
    padding: 0.5rem;
}

.nav-social .nav-item .feather {
    width: 1.25rem;
    height: 1.25rem;
}

.nav-with-separators .nav-item {
    position: relative;
}

.nav-with-separators .nav-item+.nav-item::before {
    content: "";
    position: absolute;
    top: 0.875rem;
    left: 0;
    background-color: #999;
    display: block;
    width: 1px;
    height: 0.875rem;
}

@media (min-width: 768px) {
    .nav-with-separators .nav-item {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}


/* width utilities */

.w-80 {
    max-width: 800px;
}

.w-72 {
    max-width: 720px;
}

.w-60 {
    max-width: 600px;
}

.w-48 {
    max-width: 400px;
}


/* about page */

.team-card {
    padding: 2rem 1rem 1rem;
    transition: all 500ms ease-in-out;
}

.team-card img {
    border-radius: 100%;
    width: 100%;
    max-width: 164px;
    transition: all 500ms ease-in-out;
}

.team-card h3 {
    font-size: 1.375rem;
}

.team-card .lead {
    font-size: 1.125rem;
}

.team-card:hover {
    background: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.team-card:hover img {
    position: relative;
    border-radius: 0;
    transform: translateY(-0.5rem);
}


/* login */

.login .card-footer {
    font-size: 0.875rem;
    color: #777373 !important;
}

.login .card-footer a {
    font-weight: 500;
}

.card-height {
    height: 430px;
}

.login .btn-outline-light {
    border-color: rgba(0, 0, 0, 0.1);
}

.svg-gp-logo {
    height: 20px;
    width: 20px;
    position: relative;
    top: -0.125rem;
    margin-right: 0.75rem;
}

.line-break-divider {
    position: relative;
}

.line-break-divider-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -0.8125rem;
    background: #fff;
    padding: 0 1rem;
}

.signup-user-radio input:checked+.custom-control-label {
    font-weight: 500;
}


/* custom css  */

#customprofile {
    padding: 0px;
}

#customprofile .profile {
    min-height: 274px;
    display: inline-block;
}

#customprofile figcaption.ratings {
    margin-top: 20px;
}

#customprofile figcaption.ratings a {
    color: #f1c40f;
    font-size: 11px;
}

#customprofile figcaption.ratings a:hover {
    color: #f39c12;
    text-decoration: none;
}

#customprofile .divider {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#customprofile .emphasis {
    border-top: 4px solid transparent;
}

#customprofile c.emphasis:hover {
    border-top: 4px solid #1abc9c;
}

#customprofile .emphasis h2 {
    margin-bottom: 0;
}

#customprofile span.tags {
    background: #1abc9c;
    border-radius: 2px;
    color: #f5f5f5;
    font-weight: bold;
    padding: 2px 4px;
}


/*tour history*/

.card.tour {
    color: #212529;
}

.card.tour:focus,
.card.tour:hover {
    color: #515559;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    transition: box-shadow .25s;
}

.tour_name hr {
    margin-top: .75rem;
    margin-bottom: .75rem;
}


/* my tours*/

.form-separator {
    border-top-style: dashed;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.tour-form {
    font-size: .875rem;
    width: 100%;
}

.tour-form .form-control,
.tour-form .custom-select {
    background: rgba(0, 0, 0, .025);
    font-size: .875rem;
}

.tour-form .col-form-label {
    padding-top: .875rem;
    padding-bottom: .875rem;
}

.tour-form .col-form-text {
    padding-top: .875rem;
    padding-bottom: .875rem;
}

@media (min-width: 992px) {
    .tour-form .col-form-label {
        text-align: right;
    }
}


/*sidenav*/

.sidenavheader {
    background-color: #e8edf100;
    border: none;
}

.sidenavheader .card-title {
    font-weight: 300;
    padding-bottom: 1rem;
    box-shadow: none;
    font-size: 2.25rem;
    background-color: #e8edf100;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.activity {
    margin: 20px;
}

.login .card-footer {
    font-size: 0.875rem;
}

.login .card-footer a {
    font-weight: 500;
}


/*home navbars */

.top-dropdown .dropdown-menu {
    font-size: 14px;
    line-height: 24px;
}

.top-dropdown hr {
    margin-left: 20px;
    margin-right: 15px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.top-dropdown .currency-tittle {
    color: #1f2b6a;
    font-size: 16px;
}

.dropdown-notify p {
    font-size: 12px;
    margin-bottom: 0;
}


/* Auth hero section */

.auth-hero-sec {
    background: url(/static/images/hero-bg.svg) no-repeat right -150px top -200px;
    font-family: "Ciaro" !important;
    height: 100vh;
}

.auth-hero-sec .bg-blue .card {
    position: relative;
    top: 55px;
}

.auth-hero-sec .carousel-item img {
    height: 550px;
}


/* side-menu */

.side-menu {
    margin-top: 89px;
    min-width: 200px;
}

.side-menu .nav-link {
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 0;
    border-left: 2px solid transparent;
}

.side-menu .nav-pills .nav-link.active,
.side-menu .nav-pills .show>.nav-link {
    background: transparent;
    border-left-color: #350690;
    color: #350690;
    font-weight: 500;
}

.menu-2 {
    /* border-bottom: 2px solid #350690; */
    flex-wrap: nowrap;
    background: #fff;
    border: 1px solid #eee;
}

.menu-2.nav-pills .nav-link {
    border-radius: 1px;
    font-weight: 500;
    font-size: .875rem;
    color: #212529;
    background: transparent;
    padding-top: .75rem;
    padding-bottom: .75rem;
    position: relative;
}

.menu-2.nav-pills .nav-link:hover,
.menu-2.nav-pills .nav-link:focus,
.menu-2.nav-pills .nav-link.active {
    color: #350690;
}

.menu-2.nav-pills .nav-link:hover::after,
.menu-2.nav-pills .nav-link:focus::after,
.menu-2.nav-pills .nav-link.active::after {
    position: absolute;
    width: 70%;
    bottom: 0;
    left: 15%;
    content: "";
    border-bottom: 2px solid #350690;
}

.profile-detail-sec {
    border-top: 0;
}

.profile-detail-sec hr {
    margin-top: .625rem;
    margin-bottom: .625rem;
}


/* profile_cover */

.profile_hero {
    min-height: auto;
}

.profile_hero .desc {
    background-color: rgba(0, 0, 0, .5);
}

@media (max-width: 767px) {
    .profile_hero {
        text-align: center;
    }
    .hero-sec-avatar {
        display: none;
    }
    .hero-bg {
        background: none;
        height: auto;
    }
    .video-sec h1 {
        font-size: 28px;
    }
    .how-works-img-list img {
        width: 16px !important;
    }
    .how-works-img-list h1 {
        font-size: 28px;
    }
    .help-icon {
        display: none;
    }
    .navbar-about,
    .navbar-policy,
    .navbar-terms {
        display: block;
    }
}


/* tour_cover */

.tour_cover {
    position: relative;
    display: flex;
    align-items: center;
    background-image: url("../images/hero.jpg");
    background-size: cover;
    background-position: center;
    color: #f7f8f9;
}

.tour_cover::before {
    content: " ";
    display: block;
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.tour_cover-lg {
    min-height: calc(100vh - 30rem);
}

.tour_cover .desc {
    background-color: #61606085;
    font-weight: 300;
    font-size: medium;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.tour_cover-dark::before {
    background: rgba(0, 0, 0, 0.5);
}

.tour_cover-content {
    width: 100%;
    opacity: 0.9999;
}


/** create trip**/


/* home content */

.home-content .nav-link {
    width: 150px;
    background-color: #fff;
    border: 1px solid #350690;
    color: #777373;
}

.home-content .nav {
    overflow: auto;
    white-space: nowrap;
}

.home-content .nav li {
    display: inline-block !important;
}

.card.tour-light .img-container {
    position: relative;
}

.card.tour-light .share-icon {
    position: absolute;
    top: 12px;
    right: 45px;
    width: 20px;
}

.img-container .trip-days {
    position: absolute;
    bottom: 7px;
    left: 12px;
    color: #ffffff;
}

.img-container .hear-icon {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 20px;
}

.rtl {
    direction: rtl;
}

.img-container .com-name {
    position: absolute;
    bottom: 7px;
    right: 12px !important;
    color: #ffffff;
}

.home-content .nav-pills .nav-link.active {
    color: #fff;
    background-color: #350690;
    border: 1px solid #350690;
}

@media (min-width: 576px) {
    .trip_sidebar {
        max-width: 100% !important;
    }
}

.divider-text {
    position: relative;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.divider-text span {
    padding: 7px;
    font-size: 12px;
    position: relative;
    z-index: 2;
}

.divider-text:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ddd;
    top: 55%;
    left: 0;
    z-index: 1;
}

.create_trip {
    width: 100%;
}

.create_trip .btn {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.create_trip .btn-block {
    height: auto;
}

.create_trip .guide_img {
    width: 54px;
    height: 54px;
    border-radius: 100%;
    object-fit: cover;
}

.create_trip .guide_name {
    font-weight: 600;
}

.create_trip .ratings-group {
    line-height: 1;
}

.create_trip.is_stuck {
    padding-top: 1rem;
}

@media (min-width: 768px) {
    .create_trip {
        width: 280px;
    }
}

.ratings {
    position: relative;
    vertical-align: middle;
}

.ratings-createtrip-front,
.ratings-createtrip-back {
    display: inline;
}

.profile_heading {
    font-weight: 600;
}


/***navbar image***/

.navbar-img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    object-fit: cover;
    margin-top: -.25rem;
}

.navbar-img.img-thumbnail {
    padding: 1px;
    background: none;
    border: none;
}

.info {
    font-size: 1.25rem;
    font-weight: 400;
}

.trip_photo {
    width: inherit;
    height: 80%;
    border-radius: 5px;
}

.trip_page_map {
    height: 100%;
    width: 100%;
}

#customprofile .col-sm-12 {
    display: flex;
}

@media (max-width: 768px) {
    /**tripPage**/
    #tripPage .carousel-img {
        width: 100% !important;
    }
    .auth-carusal {
        display: none;
    }
    .auth-hero-sec {
        background-image: url("/static/images/hero-bg.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 0 0 10px 10px;
        ;
    }
    .auth-hero-sec .bg-blue .card {
        top: 160px;
        border-radius: 5px;
    }
    .hero .main-hero-sec {
        background-image: url("/static/images/hero-bg.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 0 0 10px 10px;
        height: 370px;
    }
    .hero .card {
        left: 0px;
        top: 240px;
    }
    .hero .card-title,
    .sub-title {
        display: none !important;
    }
    .hero .search-group-query,
    .search-group-date,
    .search-group-button {
        border: 0;
        border-bottom: solid 1px #f5f5f5;
        border-radius: 0;
    }
    .hero .search-group-date {
        border: 0;
        border-bottom: solid 1px #f5f5f5;
        border-radius: 0;
    }
    .hero .form-control {
        background-color: #fff;
        border: 0;
    }
    .hero .bg-blue {
        background: none !important;
    }
    #tripPage .row {
        flex-wrap: unset;
    }
    .form-group {
        display: block;
    }
    .form-control,
    .custom-select {
        font-size: .875rem;
    }
    .tour_name h4 {
        font-size: .2rem;
    }
    #customprofile .profile {
        display: block;
    }
    #customprofile .col-sm-12 {
        display: block;
    }
    table {
        font-size: smaller;
    }
    .activity {
        margin: 0px;
    }
    .card {
        word-wrap: initial;
    }
    .sidebar {
        max-width: 20%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .sidenavheader .card-title {
        font-weight: 400;
        padding-left: 0px;
    }
    .card-title {
        font-size: 1rem !important;
    }
    .nav-item {
        /*         border-bottom: 1px solid rgba(0, 0, 0, 0.05); */
    }
    .btn-info {
        /* margin: 5%; */
        /* font-size: small; */
    }
    .trip_sidebar .btn-info {
        margin: 0%;
    }
}

.breadcrumb {
    background: none;
}

.carousel_row {
    margin-left: 0px;
}

.bs-wizard {
    /* margin-top: 40px; */
}


/*Form Wizard*/

.bs-wizard {
    /* border-bottom: solid 1px #e0e0e0; */
    /* padding: 0 0 10px 0; */
}

.bs-wizard .bs-wizard-step {
    /* padding: 0; */
    position: relative;
}

.bs-wizard .bs-wizard-step.mid {
    padding: 0;
}

.bs-wizard .bs-wizard-step+.bs-wizard-step {}

.bs-wizard .bs-wizard-step .bs-wizard-stepnum {
    color: #595959;
    font-size: 16px;
    margin-bottom: 5px;
}

.bs-wizard .bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
    /* margin-top: 36px; */
}

.bs-wizard .bs-wizard-step.mid .bs-wizard-info {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}

.bs-wizard .bs-wizard-step .bs-wizard-dot {
    position: relative;
    width: 30px;
    height: 30px;
    display: block;
    background: #fbe8aa;
    /* top: 45px; */
    /* left: 50%; */
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 50%;
}

.bs-wizard .bs-wizard-step .bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #fbbd19;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.bs-wizard .bs-wizard-step.mid .bs-wizard-dot {
    margin: 0;
    background: #c9f1ff;
}

.bs-wizard .bs-wizard-step.mid .bs-wizard-dot::after {
    margin: 0;
    background: #19bffb;
}

.bs-wizard .bs-wizard-step .progress {
    position: relative;
    border-radius: 0px;
    height: 6px;
    box-shadow: none;
    margin: 12px 0;
}

.bs-wizard .bs-wizard-step .progress .progress-bar {
    width: 0px;
    box-shadow: none;
    background: #fbe8aa;
}

.bs-wizard .bs-wizard-step.complete .progress .progress-bar {
    width: 100%;
}

.bs-wizard .bs-wizard-step.active .progress .progress-bar {
    width: 50%;
}

.bs-wizard .bs-wizard-step:first-child.active .progress .progress-bar {
    width: 0%;
}

.bs-wizard .bs-wizard-step:last-child.active .progress .progress-bar {
    width: 100%;
}

.bs-wizard .bs-wizard-step.disabled .bs-wizard-dot {
    background-color: #f5f5f5;
}

.bs-wizard .bs-wizard-step.disabled .bs-wizard-dot:after {
    opacity: 0;
}

.bs-wizard .bs-wizard-step .progress {
    flex-grow: 1;
}


/* .bs-wizard .bs-wizard-step:first-child .progress {
    left: 50%;
    width: 50%;
}

.bs-wizard .bs-wizard-step:last-child .progress {
    width: 50%;
}
 */

.bs-wizard .bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}

@media (max-width: 767px) {
    .bs-wizard .bs-wizard-step .bs-wizard-info {
        color: #999;
        /* font-size: 8px; */
    }
    .create_trip {
        /*         font-size: small; */
    }
    #comments {
        font-size: .75rem;
    }
    #comments .col-sm-3 {
        padding-right: 0px;
        padding-left: 0px;
    }
    #comments .col-sm-9 {
        padding-right: 0px;
        padding-left: 0px;
    }
    #comments .img-circle-sm {
        width: 48px;
    }
    .create_trip h4 {
        font-size: .2rem;
    }
}


/*END Form Wizard*/


/* Temparary Custom CSS  */

main .book .right .blue .text,
main .book>div {
    /* display: inline-block; */
}

main .book {
    /* margin-top: 30px; */
}

main .book>div {
    /* vertical-align: top; */
}

main .book .right {
    float: right;
    position: relative;
}

main .book .right .info {
    margin-top: 20px;
    border-bottom: none;
}

main .book .right .prices li {
    line-height: 23px;
    padding-top: 2px;
    padding-bottom: 4px;
    font-size: 14px;
}

main .book .left .block {
    padding-bottom: 40px;
}

main .book .block {
    /* background: #fff; */
    /* padding: 30px; */
    /* margin-bottom: 20px; */
}

main .book .block .pr b {
    vertical-align: baseline;
}

.review-res .point {
    width: 2rem;
    height: 2rem;
    border: 2px solid #409cd1;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
    color: #409cd1;
    font-weight: 700;
    position: absolute;
    left: 1rem;
    top: 1.375rem;
}

.review-res .card-body {
    padding-left: 4rem;
}

.tour-image {
    display: block;
    height: 100px;
    width: 144px;
    object-fit: cover;
}

.card.tour-light .tour-image {
    height: 200px;
}

.card.tour-light .desc {
    font-size: .875rem;
}

@media (max-width: 991px) {
    .tour-image {
        margin: auto;
        height: 124px;
        width: 100%;
    }
    .tour_name {
        font-size: .875rem;
    }
    .tour_name hr {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
}

ul {
    /* list-style: none; */
}

.hid {
    display: none !important;
}

.invis {
    visibility: hidden;
}

main .c {
    width: 100%;
    max-width: 1164px;
    margin: 0 auto;
    padding: 0 12px;
}

@media (max-width: 1023px) {
    main {
        position: relative;
    }
    .navbar-side-item {
        font-size: .85rem;
        height: 4.1rem;
    }
}

@media (max-width: 767px) {
    main .c {
        padding: 0 10px;
    }
}

main .title-route {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 15px;
    font-weight: 700;
}

main .route {
    width: 100%;
}

main .route li {
    position: relative;
    padding: 5px 0;
    font-weight: 450;
    line-height: 20px;
    z-index: 0;
    margin-bottom: 22px;
}

main .route li span {
    color: #818d99;
    display: block;
    font-weight: 400;
}

main .route li:last-child {
    margin-top: 5px;
}

main .book .block.blue {
    background: #409cd1;
    color: #fff;
}

main .book .right .prices li.blue {
    font-weight: 700;
    color: #409cd1;
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 16px;
}

.title {
    font-size: 18px;
    line-height: 18px;
    margin-left: 3%;
    padding: 10px 0;
    margin-bottom: 10px;
}

.small {
    /* margin-left: auto; */
    /* padding-top: 16px; */
}

.offers {
    /* font-size: 16px; */
    /* text-align: center; */
}

.traveller_title {
    font-weight: 350;
    font-size: 19px;
    line-height: 1.2;
    font-family: inherit;
}

main .book .right .blue {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -20px;
    margin-bottom: 0;
}

main .book .right .blue .text>b {
    display: block;
    margin-bottom: 3px;
}

main .book .right .blue .pr {
    font-size: 24px;
    line-height: 35px;
    margin-top: -7px;
    max-width: none;
}

main .book .right .blue .pr.px16 {
    font-size: 16px;
}


/* radio button  */

.validity-con {
    display: inline-flex;
    margin-left: 34%;
    margin-top: -6%;
}

.validity-con .radio .radio-inline {
    margin-right: 40px;
}

.end .checkbox .terms-agree {
    margin-left: 10px;
    margin-top: -6px;
}

.dropdown-menu li a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-menu li a:hover {
    background-color: grey;
    color: white
}

body main .tours .c {
    background: #fff;
    padding: 40px 30px 60px;
}

body main .c {
    max-width: 1164px;
    margin: 0 auto;
    margin-bottom: 2%;
}

body main .tours h2 {
    text-align: left;
    margin: 0 0 20px;
}

body main .tours table thead {
    text-transform: uppercase;
    font-size: 10px;
    color: #818d99;
}

body main .tours table tbody tr td.tn {
    text-align: left;
}

main .tours table tbody tr td {
    border-top: 1px solid #c7d0d9;
    padding: 10px 0;
    text-align: center;
}

main .tours table tbody tr td.tn .name,
body main .tours table tbody tr td.tn a {
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    text-decoration: none;
    color: #2c3e50;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    max-width: 270px;
}

body main .tours table tbody tr td.tn img {
    margin-right: 20px;
    height: 70px;
    width: 108px;
    vertical-align: middle;
}

body main .tours table tbody tr td a,
body main .tours table tbody tr td span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

main .tours table tbody tr td .but {
    width: 160px;
    max-width: 80%;
    margin: 0 auto;
    font-size: 14px;
}

.but.w-blue {
    border-color: #409cd1;
    color: #409cd1;
}

.but {
    width: 100%;
    background: #fff;
    border: 1px solid #c7d0d9;
    border-radius: 1px;
    text-align: center;
    padding: 7px 0;
    display: block;
    clear: both;
}

main .sales-header {
    position: relative;
    min-height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    text-align: center;
    background-color: #818d99;
}

.bc-icons-2 .breadcrumb-item+.breadcrumb-item::before {
    content: none;
}

.bc-icons-2 .breadcrumb-item.active {
    color: #455a64;
}

#mainDivGrid {
    width: 100% !;
    max-width: 1164px;
    margin: 0 auto;
    padding: 0 12px
}

.list {
    /*width: 75.5%;*/
    float: right;
    padding-bottom: 56px;
}

.as {
    /*width: 22.8%;*/
    float: left;
    position: relative;
}

.list>ul>li:not(.oper) {
    min-height: 246px;
    padding: 1px 1px 17px;
    margin-bottom: 28px;
    background: #fff;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.ao-serp-parameters {
    max-width: none;
    color: white;
    padding: 16px 24px;
    margin: 0 0 10px;
    background-color: #409cd1;
}

.but {
    background: #632dcb;
    border-color: #632dcb;
    color: #fff;
}

.but:hover {
    background: #632dcb;
    border-color: #632dcb;
    color: #fff !important;
}

aside .b ul li {
    color: #c7d0d9;
    padding: 0 0 10px 23px;
    position: relative;
    line-height: 18px;
}

aside .b ul li .span,
aside .b ul li span {
    color: #2c3e50;
    text-decoration: none;
    margin-right: 3px;
}


/* avaibility css*/

.b.avl .av .el {
    display: block;
    margin-bottom: 10px;
    position: relative;
    border: 0;
    cursor: pointer
}

.b.avl .av .el .ce.price-con,
.b.avl .av .el .cec,
.b.avl .av .el .ced,
.b.avl .av .el .cem {
    display: inline-block;
    vertical-align: top;
    padding: 20px 0
}

.b.avl .av .el .cec,
.b.avl .av .el .ced {
    width: 50%;
    border-bottom: 1px solid #c7d0d9;
    text-align: center
}

.b.avl .av .el .ced {
    position: relative;
    border-right: 1px solid #c7d0d9
}

.b.avl .av .el .ced .length {
    position: absolute;
    top: 50px;
    right: -22px;
    margin-top: -22px;
    width: 43px;
    height: 43px;
    font-size: 10px;
    border: 1px solid #c7d0d9;
    border-radius: 22px;
    text-align: center;
    background: #fff
}

.b.avl .av .el .ced .length div {
    width: 25px;
    margin: 9px auto 0
}

.b.avl .av .el .wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #c7d0d9;
    border-bottom: 0
}

.b.avl .av .el .ce.price-con {
    width: 50%;
    padding: 8px 20px;
    text-align: right
}

.b.avl .av .el .ce.price-con .a3 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 700
}

.b.avl .av .el .cem {
    padding: 8px 20px;
    width: 50%;
    font-size: 14px;
    line-height: 23px
}

.b.avl .av .el .a1 {
    font-size: 12px;
    line-height: 16px
}

.b.avl .av .el .bb {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin: 5px 0
}

.b.avl .av .el .btns {
    display: inline-block;
    width: 100%
}

.b.avl .av .el .btns.hold .but {
    display: inline-block;
    width: 50%
}

.b.avl .av .el .btns.hold .but.hold {
    float: left;
    border-right: 0;
    text-decoration: none
}

.b.avl .avin h2 {
    margin: 0 0 30px
}

.b.avl .filters {
    display: block;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #ebeef2;
    border: 1px solid #c7d0d9
}

.b.avl .filters b {
    display: block;
    margin-bottom: 10px
}

.b.avl .gg {
    color: #818d99
}

.h-400 {
    height: 400px;
}

@media (max-width: 380px) {
    .b.avl .av .el .bb {
        font-size: 16px
    }
}

@media (min-width: 768px) {
    .login {
        top: -270px;
        left: 85px;
        position: relative;
    }
    .b.avl .inst {
        display: inline-block
    }
    .b.avl.has-saving .av .el .cec,
    .b.avl.has-saving .av .el .ced {
        width: 24%
    }
    .b.avl.has-saving .av .el .ce.price-con,
    .b.avl.has-saving .av .el .cem {
        width: 19%
    }
    .b.avl .avin h2 {
        display: inline-block
    }
    .b.avl .departures-filter {
        display: block;
        /* margin: 15px 0 20px; */
        /* border-bottom: 1px solid #c7d0d9; */
        /* padding-bottom: 15px; */
        padding-left: 0;
    }
    .b.avl .departures-filter .btndate {
        text-align: center;
        line-height: 2rem;
        color: #818d99;
        margin-bottom: 5px;
    }
    .b.avl h3 {
        margin: 0 0 15px;
        font-size: 14px;
        font-weight: 700;
        line-height: 16px
    }
    .b.avl .av {
        margin-bottom: 30px
    }
    .b.avl .av .el {
        margin-bottom: 28px
    }
    .b.avl .av .el .cec,
    .b.avl .av .el .ced {
        width: 25%;
        text-align: left;
        padding-left: 20px;
        border: 0;
        border-right: 1px solid #c7d0d9;
        vertical-align: middle
    }
    .b.avl .av .el .cec {
        padding-left: 40px
    }
    .b.avl .av .el .ce.price-con,
    .b.avl .av .el .cem {
        padding: 0;
        display: inline-block;
        vertical-align: middle;
        width: 25%;
        text-align: center
    }
    .b.avl .av .el .cem {
        font-size: 12px
    }
    .b.avl .av .el .cem .seat-qty {
        display: block;
        font-size: 16px;
        line-height: 23px;
        font-weight: 700
    }
    .b.avl .av .el .btns.hold .but {
        display: block;
        width: 100%
    }
}

@media (min-width: 1024px) {
    .b.avl .departures-filter li {
        width: 16.6%
    }
    .b.avl .av .el {
        margin-bottom: -1px;
        border: 1px solid #c7d0d9
    }
    .b.avl .av .el .wrap {
        width: 75%;
        border: 0
    }
    .b.avl .av .el .ced {
        padding-left: 40px
    }
    .b.avl .av .el .cec {
        padding-left: 52px
    }
    .b.avl .av .el .btns {
        width: 23%;
        padding: 0 40px;
        vertical-align: middle
    }
}

h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    margin: 5px 0 24px
}

.b {
    margin-bottom: 20px;
    position: relative
}

.pad {
    /* padding: 40px 30px 60px */
}

.anchor-scroll {
    position: absolute;
    top: -88px;
    left: -100%;
    width: 50%;
    height: 44px
}

.availability_content {
    background-color: #17a2b8;
    border-radius: 2px;
    color: white !important;
}

.map_close {
    text-align: right;
    margin-right: 15px;
}


/****dropdown****/

.number-spinner .input-group {
    flex-wrap: unset;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content ul {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content ul:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content .num_btn_teen {
    border-radius: 2px !important;
}

.dropdown-content .num_btn_kids {
    border-radius: 2px !important;
}

.dropdown-content .num_btn {
    border-radius: 2px !important;
}


/*****Itinerary planner view*******/

.itinerary_label {
    background-color: #80808017;
    border-radius: 0px;
}

.itinerary_dates {
    font-size: small;
    border-radius: 0px;
}

.itinerary_dropdown {
    padding: 0px;
    border-radius: 0px;
    margin-left: 2%;
}

.itinerary_btn {
    background-color: #80808017;
    height: 100%;
    width: 100%;
    border-radius: 0px;
}

.itinerary_select {
    margin-left: -20%;
    margin-top: 3%;
    margin-right: 3%;
}

.itinerary {
    background-color: white;
    border: none !important;
}


/*******Ittineray planner view*********/


/* The actual timeline (the vertical ruler) */

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}


/* The actual timeline (the vertical ruler) */

.timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    border: 1px dotted #dfe1e3;
    top: 0;
    bottom: 0;
    left: 5%;
    margin-left: -3px;
}


/* Container around content */

.container_timeline {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 100%;
}


/* The circles on the timeline */

.container_timeline::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: white;
    border: 3px dashed #dfe1e3;
    top: 15px;
    border-radius: 50%;
    z-index: 2;
}


/* Place the container to the left */

.left {
    left: 0;
}


/* Place the container to the right */

.right {
    /* left: 5%; */
}


/* Add arrows to the left container (pointing right) */

.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium dotted #6c757d;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}


/* Add arrows to the right container (pointing left) */

.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 27px;
    width: 0;
    z-index: 1;
    left: 0px;
    border: medium dotted #6c757d;
    border-width: 10px 10px 10px 0;
    border-color: transparent #350690 transparent transparent;
}


/* Fix the circle for containers on the right side */

.right::after {
    left: -16px;
}


/* The actual content */

.content {
    padding: 2px 3px;
    background-color: white;
    position: relative;
    border-radius: 6px;
}


/* Media queries - Responsive timeline on screens less than 600px wide */

@media screen and (max-width: 708px) {
    .itinerary .table td,
    .table th {
        /* padding: 0rem; */
    }
    .itineraryForm {
        margin-left: -50%
    }
    .itinerary_label {
        background-color: white;
    }
    .itineraryForm .col-2 {
        max-width: 80%;
    }
    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }
    .itinerary_dropdown {
        margin-left: 0px;
        padding-top: 10px;
    }
    .container_timeline {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }
    /* Make sure all circles are at the same spot */
    .left::after,
    .right::after {
        left: 15px;
    }
    /* Make all right containers behave like the left ones */
    .right {
        left: 0%;
    }
}

.btndate {
    cursor: pointer;
}

.deals_image img {
    margin-right: 20px;
    height: 96px;
    width: 87%;
    vertical-align: middle;
}


/**Deals breadcrumb***/

main .sales-header .row {
    margin-top: -6%;
}

main .sales-header a {
    color: white !important;
    font-size: large;
    font-weight: 500;
}


/* dashboard profile */

.profile-top h2 {
    font-size: 2rem;
}

.side-filters {
    width: 100%;
}

.filter-options {
    font-size: .875rem;
}

.filter-options .custom-control {
    margin-bottom: .25rem;
}

.filter-title {
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

@media (min-width: 768px) {
    .side-filters {
        width: 240px;
    }
}

.tour-card-stats {
    height: 100%;
}

.tour-card-details {
    font-size: .875em;
}

.tour-card-details p {
    margin-bottom: .125rem;
}

.tour-card-details hr {
    margin-top: .625rem;
    margin-bottom: .625rem;
    background-color: rgba(0, 0, 0, .1);
}

@media (min-width: 768px) {
    .tour-card-stats {
        border-left: 1px solid rgba(0, 0, 0, .05);
        padding-left: 1.25rem !important;
    }
}

.text-wrap {
    white-space: normal;
}


/* avaibility */

.av-item {
    /* padding-left: 1.5rem; */
    /* padding-right: 1.5rem; */
}

.av-from,
.av-to {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.av-v-line {
    position: relative;
    min-width: 1px;
    background: rgba(0, 0, 0, .25);
    margin-left: 5rem;
    margin-right: 5rem;
}

.av-v-line .av-days {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    text-align: center;
    height: 64px;
    width: 64px;
    padding: .875rem;
    line-height: 18px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 100%;
    background-color: #fff;
    font-size: .875rem;
}

@media (max-width: 991px) {
    .av-v-line {
        margin-left: 4rem;
        margin-right: 4rem;
    }
}

@media (max-width: 767px) {
    .av-v-line {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }
    .home-content .nav {
        display: block;
    }
    .home-content .nav-link {
        width: 75px;
        border-radius: 10px;
        height: 35px;
    }
    .av-from,
    .av-to {
        padding-top: .5rem;
        padding-bottom: .5rem;
        flex-basis: 50%;
    }
    .av-to {
        text-align: right;
    }
    .av-item {
        font-size: .875rem;
    }
    .av-details {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
}

#container {
    display: block;
    position: relative
}


/* jquery-ui */

.ui-autocomplete-loading {
    position: relative;
    background-color: rgba(0, 0, 0, .05);
    display: ;
}

.ui-autocomplete-loading:focus {
    background-color: rgba(0, 0, 0, .05);
}

.ui-menu .ui-menu-item-wrapper {
    padding: .375rem 1em .375rem .75rem;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    border: none;
    background: rgba(0, 0, 0, .05);
    font-weight: normal;
    color: #495057;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: 0;
}

.select-tag {
    position: relative;
    display: inline-block;
    padding: .4em .5em;
    margin: 2px 2px 2px 0;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    transition: all .15s ease-in-out;
    color: #39739d;
    background-color: #e1ecf4;
    border-color: #e1ecf4;
}

.select-tag:hover {
    color: #33658a;
    background-color: #cee0ed;
    border-color: #cee0ed;
}

.select-tag--dismiss {
    display: inline-block;
    align-content: center;
    align-self: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    margin-right: -1px;
    margin-left: 4px;
    padding: 1px;
    border-radius: 3px;
}

.select-tag .select-tag--dismiss {
    background-color: transparent;
    color: rgba(44, 87, 119, 0.9);
    cursor: pointer;
}


/* chat */

.msg-sender {
    font-weight: 500;
}

.messages-row {
    cursor: pointer;
}

.messages-row.unread {
    background-color: rgba(0, 0, 0, .05);
}

.messages-row.unread small {
    font-weight: 500;
}

.messages-row:focus,
.messages-row:hover {
    background: rgba(0, 0, 0, .075);
}

.messages-row:last-child hr {
    border-color: transparent;
}

.btn-wide {
    min-width: 120px;
}

.destination-group {
    position: relative;
}

.remove-day {
    top: 2rem;
    left: 1.25rem;
}

#notifi-alert {
    position: absolute;
    top: 0;
    right: 0;
}

.remove-day-arabic {
    position: absolute;
    top: 2rem;
    left: 15px;
}

.remove-destination {
    position: absolute;
    right: -5rem;
    top: 2rem;
}

.btn-success-details {
    background-color: #78b551 !important;
    color: #fff !important;
    border-color: #78b551 !important;
}

.remove-destination .feather {
    width: 1.5rem;
    height: 1.5rem;
}

.img-details {
    height: 500px !important;
}

.modal-dialog {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .modal-md {
        max-width: 640px;
    }
}


/* file uploader */

.qq-upload-file {
    width: 100%;
    max-width: calc(100% - 220px);
}

.qq-uploader {
    overflow: hidden;
    max-height: 550px;
}

.qq-thumbnail-selector {
    width: 75px;
    height: 75px;
    object-fit: cover;
}

.qq-upload-button-hover {
    background: inherit;
    color: inherit;
}

.itn_carousel {
    width: 100%;
}

.itn_carousel .carousel-img {
    height: 196px !important;
    margin-bottom: .5rem;
}

.carousel-control-next {
    right: 50px;
}

.carousel-control-prev {
    left: 50px;
}

@media (min-width: 768px) {
    .itn_carousel {
        width: 196px;
    }
    .itn_carousel .carousel-img {
        height: 200px !important;
    }
}

.remove-tourist {
    top: 2rem;
    left: 1.25rem;
}


/* loading spinner */

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.spinner {
    position: absolute;
    top: 13px;
    right: 12px;
}

.ui-autocomplete-loading+.spinner::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-top: 2px solid #07d;
    border-right: 2px solid transparent;
    animation: spinner .6s linear infinite;
}

.validation-error {
    font-size: .875rem;
    margin-bottom: 0;
    margin-top: .25rem;
}

.menu-2-contianer {
    position: relative;
    z-index: 999;
}

[data-spy] {
    position: relative;
}

.remove-document-button .btn {
    background: transparent;
    font-size: .75rem;
    color: red;
    position: absolute;
    top: -4px;
    right: 0;
}

.message-notification {
    background-color: #f4b23d;
    color: white;
    font-size: .80rem;
    padding: 2px 6px;
    border-radius: 50%;
}

#gathering-point-maps {
    width: 100%
}

#map {
    height: 200px;
    width: 100%;
    margin-top: 6px;
}

.tour-details-map {
    max-width: 530px;
}

.tourListMap {
    height: 100px;
    width: 100%;
}

.payment-iframe-container {
    background: #fff;
    width: 100%;
    z-index: 999;
    height: calc(100vh - 8rem);
    left: 1%;
    position: fixed;
    top: 5rem;
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    display: none;
}

.payment-iframe-container.show {
    display: flex;
    /* padding: 1rem; */
}

.payment-iframe {
    outline: none;
    border: none;
    margin: 2rem;
    border: 1px solid #eee;
}

#paymentForm .btn.loading {
    background-color: #999;
    cursor: progress;
    border-color: transparent;
}

.check_iframe {
    height: 0;
}

.check_iframe::after {
    content: " ";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f7f8f9;
    z-index: 99999;
}


/* meshal edited */

.login .card-title {
    font-stretch: normal;
    font-style: normal;
    color: #350690;
    font-size: 30px;
}

.login .sub-title {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: center;
    color: #707070;
}

.login .login-facebook-btn {
    border-radius: 37px;
    border: solid 1px #425899 !important;
    background-color: #405292 !important;
}

.login .login-facebook-btn img {
    width: 32px;
    height: 32px;
}

.login .login-or {
    font-size: 25px;
    color: #f05537;
}

.login .login-google-btn {
    border-radius: 37px;
    border: solid 2px #425899;
    color: #777373 !important;
    background-color: #ffffff !important;
}

.login .card-footer {
    font-size: 0.875rem;
}

.login .card-footer a {
    font-weight: 500;
}

.login .btn-outline-light {
    border-color: rgba(0, 0, 0, 0.1);
}

.login {
    background-color: #ffffff;
}

.login .custom-checkbox {
    font-size: 15px;
}

.login .custom-checkbox a {
    color: #1f2b6a;
}

.login .custom-control-label {
    font-size: 15px;
}

.login .btn-primary {
    border-radius: 35px;
}

.login .card-footer {
    background-color: #ffffff;
    border-top: 0px;
}

.log-back {
    background-image: url(../images/wejha-background.png);
    background-size: contain;
    background-position: center;
}

.btn-login {
    color: #f7f8f9;
    background-color: #ff7235;
    border-color: #ff7235;
}

.top-log {
    padding: 2px;
    border-radius: 2rem;
}

.top-log:hover {
    background-color: orange;
}


/*meshal nav edited*/

.nav-social .nav-item {
    padding: 0.5rem;
}

.navbar-nav .nav-link {
    color: #989898;
    font-weight: bold;
}

.navbar-toggler-icon .fa {
    color: #1f2b6a;
}

.nav-color {
    background-color: #f5f5f5!important;
}

.navbar-brand img {
    padding-top: 0;
    width: 150px;
    height: 75px;
}

.btn-outline-primary {
    background-color: #350690;
    color: #f8f9fa !important;
    border-color: #350690;
    margin: 3px;
    margin: 3px;
}

.btn:hover {
    background-color: #350690;
    color: #fff;
    background-color: #350690;
    border-color: #350690;
}

.footer {
    background-color: #f4f1fc !important;
    border-top: 1px solid #350690;
}

.about-page {
    background-image: url(../images/wejha-background.png);
    background-size: contain;
    background-position: center;
}

.side-menu .nav-pills .nav-link.active,
.side-menu .nav-pills .show>.nav-link {
    background: transparent;
    border-left-color: #ffc107;
    color: #ffc107;
    font-weight: 500;
}

.menu-2.nav-pills .nav-link.active {
    color: #ffc107;
}

.menu-2.nav-pills .nav-link.active::after {
    position: absolute;
    width: 70%;
    bottom: 0;
    left: 15%;
    content: "";
    border-bottom: 2px solid #ffc107;
}

.badge-primary {
    color: #fff;
    background-color: #ffc107;
}


/*end meshal edited*/


/*for new design*/

footer p {
    font-family: New Peninim MT;
    font-size: 17px;
    line-height: 18px;
    font-weight: normal;
}

.footer-item {
    color: #350690;
}

.footer a {
    color: #350690 !important;
}

.hero h2 {
    color: #888888;
}

.footer #footer-decover {
    color: #350690 !important;
}

.footer .app-store-badge2x {
    width: 218.9px;
    height: 65px;
    object-fit: contain;
}

.footer-container {
    border-bottom: 1px solid #1f2b6a;
}

.bottom-footer {
    background-color: #350690!important;
}

.bottom-footer img {
    width: 20px;
    height: 20px;
}

.footer-logo-icon {
    display: inline-block;
    width: 20px;
}

.bottom-footer {
    color: #fff !important;
}


/*border center*/

.border-center {
    content: "";
    display: block;
    margin: 0 auto;
    width: 50%;
    border-top: 20px;
    border-bottom: 1px solid #7070704f
}

.right-center-border {
    content: "";
    display: block;
    margin: 20px 0;
    width: 60px;
    border-right: 1px solid #7070704f;
}

section h3 {
    color: #888888 !important;
}

.card-img-top {
    height: 190px;
}

.tour-card-region {
    text-decoration: underline;
    color: #72B5ED;
}

.tour-date {
    white-space: nowrap;
}

.card-body .btn-success {
    width: 100%;
    background-color: #8FD084;
    border-color: #8FD084;
    border-radius: 0;
}

.guide-home-heading {
    height: 100px;
    background-color: #f7f8f9;
}

.guide-home-heading h5 {
    color: #B5B5B5;
}

.guide-cards {
    height: 320px;
    background-color: #fff;
}

.guide-cards .card {
    width: 14rem;
    height: 220px;
}

.card-guide-img {
    border-radius: 100%;
    width: 40%;
    height: 41%;
    align-self: center;
    margin-top: 16px;
}

.back-color {
    min-height: calc(100vh - 18rem);
}

.become-partner {
    height: 250px;
}

.carousel .btn-outline-secondary {
    background-color: #FFF;
    border-color: #1f202233;
}

.carousel .fa {
    color: #d2d2d3;
}

.carousel .btn-outline-secondary:hover {
    background-color: #FFA500;
    border-color: #FFA500;
}


/* our partner section */

.our-partner img {
    width: 100%;
    max-height: 120px;
    height: 100%;
    max-width: 120px;
    padding: 0;
    object-fit: fill;
    border-radius: 100%;
}


/* hero section*/

header {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .container {
    position: relative;
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
    header {
        background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
    }
    header video {
        display: none;
    }
}


/*for navbar profile*/

#nav-sar {
    color: #989898 !important;
}

.footer-item:hover {
    text-decoration: underline;
}

.form-card .btn-lg {
    background-color: #350690;
    border-color: #350690;
    border-radius: .25rem;
    width: 12rem;
}


/* muted-custom color */

.muted-custom {
    color: #999999;
}

.form-card .btn-lg:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
}


/* login edited*/

.login a {
    color: #350690;
}

.login .btn-block {
    background-color: #350690;
    border-color: #350690;
}

.preloading {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.mw-200 {
    max-width: 200px;
}

.mw-770 {
    max-width: 770px;
}

.carousel-item img {
    background: none;
    border: none;
    width: 190px;
    object-fit: cover;
}

.profile-circle {
    width: 54px;
    height: 54px;
    border-radius: 100%;
    object-fit: cover;
}


/*Privacy section arabic */

.privacy-sec {
    min-height: 70vh;
}

.privacy-sec ul {
    list-style: none;
}

.privacy-sec ul li {
    padding-bottom: 10px;
    color: #767676;
}

.privacy-sec ul li:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #212529;
    font-size: 22px;
}

.privacy-sec p {
    line-height: 40px;
}


/* Privacy section end */


/*terms section  start*/

.terms-sec {
    min-height: 70vh
}

.terms-sec p {
    line-height: 40px;
}

.signup-terms {
    font-size: small;
}


/*privacy section  end*/

.about-us {
    min-height: 70vh;
}

.screen-full {
    min-height: 100vh !important;
}

.hero-itinerary .cr-tour-bg {
    background-image: url(./static/images/W07.svg)
}

.btn-block:hover {
    box-shadow: 0 .125rem .25rem #72B5ED!important;
}

.blue-white-btn {
    color: #fff;
    background-color: #350690;
    border-color: #350690;
    border-radius: 0;
}

.green-light-btn {
    color: #fff;
    background-color: #98EBDF;
    border-color: #98EBDF;
}

.trip-member {
    min-height: 400px;
}


/* green background */

.gr-bg {
    background-color: #8FD084;
    color: #fff;
}

.bw-text {
    color: #72B5ED;
}

.w-735 {
    max-width: 735px;
}

.w-80p {
    max-width: 80px;
}

.red-pin {
    width: 20px;
}

.social-img {
    width: 35px;
}

.tour-details-desc {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .item {
        transition: 500ms ease-in-out left;
        transition: 500ms ease-in-out all;
        backface-visibility: visible;
        transform: none!important;
    }
}

@media (max-width:768px) {
    .footer-item {
        display: block;
    }
    .sm-border-bottom {
        border-bottom: 1px solid #dee2e6!important;
        border-right: none;
    }
}


/*bigger than meduim screen */

@media (min-width:768px) {
    .center-border {
        border-right: 1px solid #dee2e6!important
    }
    .tour-details .bg-white {
        padding-left: 5rem;
    }
    .nav-main .nav-item:hover::after {
        content: "";
        display: block;
        margin: 0 auto;
        width: 50%;
        border-top: 20px;
        border-bottom: 1px solid #FFA500;
    }
}

.brouwn-white-btn {
    color: #fff;
    background-color: #ea9d7f !important;
    border-color: #ea9d7f !important;
    border-radius: 0;
}

.yellow-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #ffa500;
}

.location {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #434343;
}

.bg-zeplin {
    background-color: #FFFFFF;
}

.bg-rating {
    background-color: rgba(153, 153, 153, 0.2) !important;
    border-radius: 6px;
    padding: 0.5px;
    height: 30px;
    width: 36px;
    /* margin-left: 0px; */
}

.trip-description {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.65;
    letter-spacing: normal;
    color: #999999;
    font-size: 13px;
}

.trip-sidebar {
    border-left: 1px solid rgba(0, 0, 0, .125);
}

.company-logo {
    height: 70px;
    width: 70px;
    padding: 10px;
    border-radius: 70px;
    border: 1px solid rgba(0, 0, 0, .125);
}

.guide-name {
    color: #350690;
    font-size: 18px;
    /* text-align: center; */
    /* line-height: 3px; */
    /* letter-spacing: 0px; */
}

.company-name {
    /* text-align: center; */
    color: #707070;
    line-height: 0px;
    /* letter-spacing: 0px; */
    border-radius: 5px;
    padding: 5px;
}

.rating-color {
    color: #edae55;
    font-weight: bold;
}

.personal-btn {
    margin-left: auto;
    margin-right: auto;
}

.personal-btn .btn {
    padding-left: 30px;
    padding-right: 30px;
}

.btn-message {
    border-left: 1px solid rgba(0, 0, 0, .125);
}

.btn-message:hover {
    color: white !important;
}

.btn-fluid {
    width: 100%;
    color: white !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bg-theme-default {
    background-color: #3B3A90;
    color: white;
}

.member-type {
    color: #3B3A90;
}

.person-price {
    font-size: 14px;
    color: #999999;
}

.number-count {
    width: 30px;
    height: 30px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: bold;
    color: #3B3A90;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 5px !important;
}

.math-symbol {
    border: none;
    background: none;
    text-decoration: none;
    font-weight: bold;
    color: #3B3A90;
}

.price-details {
    color: #3B3A90;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.total-price {
    color: #3B3A90;
    font-size: 14px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.to-form-row {
    padding-left: 50px;
    padding-right: 50px;
}

.to-form-row p {
    line-height: 3px;
    font-size: 14px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.to-form-row .from,
.to {
    color: #3B3A90;
}

.to-form-row .info {
    color: #999999;
}

.date-from {
    float: left;
    margin-right: 30px;
}

.symbols {
    float: left;
    font-size: 12px;
}

.symbols i {
    float: left;
    color: #ffa500;
}

.dash {
    float: left;
    color: #999999;
}

.date-to {
    float: left;
    margin-left: 30px;
}

.place-from {
    float: left;
    margin-right: 10px;
}

.place-to {
    float: left;
    margin-left: 10px;
}

.checkout-table-col {
    padding-left: 40px;
    padding-top: 20px;
    font-size: 12px !important;
}

.checkout-table-col .nav-cart-item {
    display: none;
}

.checkout-table-header {
    background-color: #f5f6fa;
    font-size: 12px !important;
}

.checkout-display-item img {
    width: 40px;
}

.checkout-display-item {
    margin-bottom: 20px !important;
}

.trip-summery-box img {
    width: 100px;
}

.trip-summery-box {
    text-align: center !important;
}

#proccedtocheckoutbtn {
    width: 100% !important;
}

#mobilecartadder {
    width: 100% !important;
    height: 100%;
    background-color: #FFFFFF;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.mobile-border-row {
    border: 1px solid #350690;
    margin-right: 35px !important;
    margin-left: 20px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    border-width: thin;
}

.mobile-border-row .mr-head {
    background-color: #F4F1FC;
    padding: 10px !important;
    color: #350690 !important;
    border-bottom: 1px solid #350690;
    border-width: thin;
}

.mobile-border-row .mr-data {
    background-color: #ffffff;
    padding: 10px !important;
}

.reservation-form-col {
    padding: 40px;
}


/* modal  */

.custom-modal {
    z-index: 99999;
    display: none;
    position: fixed;
    /* Stay in place */
    /* z-index: 1; */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.custom-modal .modal-content {
    background-color: #350690;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 300px;
}

.add-btn-container {
    margin-top: 140px;
    margin-right: 40px;
    text-align: right;
}

.add-btn-container a {
    display: inline-block;
    width: 100px;
    height: 100px;
    background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), #350690;
    background-position: center;
    background-size: 50% 2px, 2px 50%;
    /*thickness = 2px, length = 50% (25px)*/
    background-repeat: no-repeat;
}

.radius-btn a {
    border-radius: 50%;
}

.disable-btn a {
    background-color: rgba(53, 6, 144, 0.44) !important;
    pointer-events: none !important;
}