/*@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@100;300;400;500;600;700&display=swap');*/

body {
    font-family: 'Noto Sans', sans-serif;
}

a {
    outline: none !important;
}
a img {
    outline: none !important;
}
button:focus {
    outline: none !important;
}

.onlymobile {display:none !important;}
.header-top {
    color: #fff;
    position: absolute;
    top: 0px;
    height: 48px;
    z-index: 1031;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    text-shadow: 1px 1px 1px #333;
}
    .header-top.moved {
        top: -30px;
    }
    .header-top .dropdown-item {
        text-shadow: none;
    }
     
    #formalan.moved {
        top: 0px;
        transition: all 0.3s ease-out;
        position:fixed;
        z-index: 999;
    }

    #formalan.moved .application-form {
        background-color: rgba(0, 0, 0, 0.4);
        margin-top:0px !important;
    }
    #formalan.moved .application-form .form-label{
        color:#fff !important;
    }

    .fixed-top {
        top: 30px !important;
    }
.navheader {
    display:none !important;
}
.jumbotron {
    height: 580px;
    padding: 0px;
    position: relative;
}
    .jumbotron .overlay {
        /*background: rgba(0, 0, 0, 0.4);*/
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        padding: 90px 0px 0px 0px;
        z-index: 10;
    }

        .application-form, .application-features {
            background-color:rgba(255,255,255,0.9);
            color:#000;
            padding:15px;
            border-radius:3px;
        }
            .application-form h3, .application-features h3 {
                font-weight: 600;
                font-size:20px;
            }

            .application-features .feature-icon {
                font-size:38px;
            }
            .application-features .card p {
                font-size: 14px;
            }
    /*@keyframes mymove {
            from {
        bottom: 25px;
    }

    to {
        bottom: 10px;
    }
}*/

.navbar-brand {width:250px;}



.searchtab {
   padding-left:15px;
}
    .searchtab a {
        padding: 8px 12px;
        background-color: rgba(255,255,255,0.6);
        color: #000;
        display: inline-block;
        margin-right: 2px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        transition: all 0.3s ease-out;
        font-weight:600;
    }
    .searchtab a.active {
        background-color: rgba(255,255,255,0.9);
    }

        .searchtab a:hover {
            text-decoration: none;
            color: rgb(0, 0, 0);
            transition: all 0.3s ease-out;
        }

        .moved .searchtab {display: none;}


#btnexplore {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}
* html .ui-autocomplete {
    height: 100px;
}
.ui-menu .ui-menu-item-wrapper {
    position: relative !important;
    padding: 5px 1em !important;
}
.ui-menu .ui-menu-item {
    padding:4px;
    font-size:14px;
}
.ui-menu-item-wrapper {
    font-weight:600;
    border:none !important;
}
    .ui-menu-item-wrapper span {font-weight:normal !important;}
    .ui-menu-item-wrapper.ui-state-active {
        background-color: rgba(63, 169, 183, 0.2) !important;
        border: none !important;
        font-weight: 600 !important;
        color: #000 !important;
    }
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: 0px !important;
}


.fixed-top.moved {
    top: 0px !important;
}

.selectcity {
    padding: 15px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 5px;
    margin-bottom: 20px;
}


.mainslide {
    width:100%;
    height:inherit;
    overflow:hidden;
}

.city .mainslide {
    width:100%;
    height:160px;
    overflow:hidden;
}

.navbar-nav .nav-link {
    color: #fff;
    margin-left: 15px !important;
    font-size: 15px !important;
    padding: .2rem;
    text-shadow: 2px 2px 2px #333;
    font-weight: 300;
}

.navbar {
    transition: all 0.3s ease-out;
}

.navbar .logod {display:none;}
    .navbar .logow {
        display: block;
    }
    .navbar.moved {
        transition: all 0.3s ease-out;
        height: 55px;
        top: 0px;
        z-index: 1000;
        background-color:#000;
    }
        .navbar.moved .logod {display:block;}
        .navbar.moved .logow {
            display: none;
        }
        .navbar.moved .navbar-nav .nav-link {
            /*color: #000;*/
            transition: all 0.3s ease-out;
        }
            .navbar .navbar-nav .nav-link.loginbtn {
                border-radius: 5px;
            }
    .navbar .nav-item {
        line-height:28px;
    }
        .navbar .nav-item .nav-link:hover {
            color: #ffc107;
            transition: all 0.3s ease-out;
        }



.dropdown-item {
    font-size: 14px;
}
    .dropdown-item:focus, .dropdown-item:hover {
        background-color: rgba(255, 193, 7, 0.3);
    }


.owl-carousel .owl-stage-outer, .owl-carousel .owl-stage {
    height: 100%;
}

.popularslide.owl-carousel .owl-item {
    position: relative;
    height:100%;
    padding:10px !important;
}

.mainslide.owl-carousel .owl-item {
    position: relative;
    height:100%;
    padding:0px !important;
}
.owl-carousel .owl-item {
    position: relative;
    height:100%;
    padding:30px;
}
    .owl-carousel .owl-item .item {
        height:100%;
        background-position:top center;
        background-repeat:no-repeat;
        background-size:cover;
    }
        .owl-carousel .owl-item .item .overlay {
            background: rgba(0,0,0,0.4);
            width:100%;
            height:100%;
            position:absolute;
            left:0;
            top:0;
        }
        .owl-item .item-caption {
            height: 100%;
            position: relative;
        }
    .owl-item .item-caption .item-text {
        position: absolute;
        top: 15%;
        color: #fff;
        text-align:center;
        width:100%;

    }

        .owl-item .item-caption .item-text h2 {
            font-size: 35px;
            font-weight:400;
            text-shadow: 2px 2px 2px #333;
        }

        .owl-item .item-caption .item-text p {
            font-size: 20px;
            text-shadow: 1px 1px 2px #333;
        }

.mainslide  .owl-dots {
    display: none;
}
    .owl-dots {
    bottom: 20px;
    z-index: 1000;
    width: auto;
    padding:10px;
    text-align:center;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background-color: rgba(255,255,255,0.5);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 5px;
}
    .owl-carousel button.owl-dot.active {
        background: rgba(0,0,0,0.9);
    }
    .owl-carousel button.owl-dot {
        background: rgba(0,0,0,0.5);
    }

.owl-nav {
    display:none;
}

.diger-urunler .card-title {
    margin-bottom: 0px;
}


.neden-icon {
    font-size:60px;
}


.main-products p {
    font-size: 13px;
}


/* REZERVASYONLAR */

.rezbox .editmenu {
    width: 200px;
    padding: 0px;
}
    .rezbox .editmenu a {
        font-size:13px;
        color:#000;
    }

    .rezbox {
        color: #717171;
        font-size: 14px;
    }

.rezdetay {
    border-top: solid 1px #ececec;
    padding-top: 8px;
    margin-top: 8px;
}

.rezbox .routetext.first {
    border-left: dotted 1px #000;
}

.rezbox .pickheader, .rezbox .dropheader {
    font-weight: 500;
}

.rezbox .routetext {
    font-weight: 300;
    margin-left: 3px;
    padding-left: 14px;
    font-size: 13px;
}

.rezprice {
    font-size: 20px;
    font-weight: 600;
}

.rezbox .customer i {
    width: 25px;
    text-align: center;
    font-size: 15px;
}



/* ANA SAYFA */

.ui-widget-content {
    border-top:solid 0px #fff !important;
    margin-top:-7px !important;
}
.ui-widget.ui-widget-content {
    border-top: solid 0px #fff !important;
}
.main-products h1 {
    font-size: 30px;
    font-weight: 600;
}


.steps .card-body h4 {
    color:rgba(0,0,0,0.4);
    font-size:22px;
    font-weight:600;
}
.steps .card-body h3 {
    color: rgba(0,0,0,0.9);
    font-size: 35px;
    font-weight: 600;
}

.steps .card-body p {
    color: rgba(0,0,0,0.9);
    font-size: 16px;
}

.destinations {
    position:relative;
    width:100%;
}
.destination {
    width: 25%;
    float: left;
    position: relative;
    height: 185px;
}

.destination ul {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    bottom:0px;
}


.destination:hover ul {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    bottom:0px;
}

    .destination .linkcover {
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
        background-position:center center;
        background-size:cover;
    }

        .destination .linkcover:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            bottom: 0;
            background:rgba(0,0,0,0.3);
            -webkit-transition: all 1.1s;
            -o-transition: all 1.1s;
            transition: all 1.1s;
            z-index:1;
        }
        .destination .linkcover:hover:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            bottom: 0;
            background-color: rgba(0,0,0,0.8);
            -webkit-transition: all 0.6s ease-out;
            -o-transition: all 0.6s ease-out;
            transition: all 0.6s ease-out;
        }

    .destination .linkcover span {
        position: absolute;
        bottom: 21px;
        width: 100%;
        text-align: center;
        z-index: 100;
        left:0;
        color:#fff;
        font-size:22px;
        font-weight:700;
    }
        .destination .linkcover span i {
            display:block;
            font-style:normal;
            font-weight:500;
            font-size:15px;
        }

        .destination .linkcover:hover span {
            color:#fff;
        }

    .destination .linkfloat {
        position: absolute;
        color: #fff;
        border: solid 1px #fff;
        padding: 6px;
        z-index: 100;
        width: 80%;
        left: 10%;
        bottom: 15%;
        font-size: 12px;
        border-radius: 2px;
        transition: all 0.3s ease-out;
    }
        .destination .linkfloat:hover {
            position: absolute;
            color: #000;
            border: solid 1px #fff;
            padding: 6px;
            z-index: 100;
            width: 80%;
            left: 10%;
            bottom: 15%;
            font-size: 12px;
            background-color: #fff;
            text-decoration: none;
            transition: all 0.3s ease-out;
        }


.othercities {
    padding: 15px;
    background-color: rgba(0,0,0,0.05);
    margin-top: 5px;
    border-radius:5px;
    display:inline-block;
}

    .closecity {
        background-color:#fff;
        color:#000;
        font-size:20px;
        width:25px;
        height:25px;
        border-radius:50%;
        text-align:center;
        line-height:25px;
    }

       .closecity:hover {
            background-color:#000;
            color:#fff;
            text-decoration:none;
        }

     .minicity {
        width: 18%;
        height: 120px;
        background-position: center center;
        background-size: cover;
        float: left;
        margin: 1%;
        position:relative;
    }

     h4 {
        padding-left: 9px;
        font-size: 20px;
        font-weight: 600;
    }

        .minicity a {
            position:absolute;
            left:0;
            top:0;
            width:100%;
            height:100%;
            color:#fff;
            text-align:center;
            font-weight:700;
            line-height:120px;
            font-size:18px;
            z-index:2;
        }

            .minicity a:before {
                content: '';
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                bottom: 0;
                background: rgba(0,0,0,0.3);
                -webkit-transition: all 1.1s;
                -o-transition: all 1.1s;
                transition: all 1.1s;
                z-index: -2;
            }
    .minicity a:hover {
        text-decoration:none;
    }

.seomakale {
    height: 175px;
    overflow: hidden;
    transition: all 0.3s ease-out;
    text-align:justify;
}



    .seomakale.acik {
        height: auto;
        transition: all 0.3s ease-out;
    }








.formpage .jumbotron {
    height: auto;
    position: relative;

}

    .formpage .jumbotron .overlay {
        position: relative;
        padding: 120px 0px 30px 0px;
    }




        /*  ehir Sayfas  */
        .sehirmenu {
            max-height: 300px;
            overflow-x: auto;
        }


.city .jumbotron {
    height: 500px;
    background-color: #1f1b2d;
    padding: 0px;
    position: relative;
    margin-bottom:0px;
}


    .city .jumbotron .overlay {
        background: #1f1b2d;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        padding: 120px 0px 0px 0px;
    }


.city .jumbotron h1 {
    font-size:30px;
}

    .city .jumbotron h2 {
        font-size: 22px;
    }



.pagesubheader h2 {
    font-size:24px;
    margin-bottom:15px;
}
.pagesubheader h3 {
    font-size: 16px;
    max-width: 600px;
    margin: auto;
    line-height: 22px;
    color: #646b76;
}

.inputseperat {
    position: absolute;
    width: 23px;
    height: 23px;
    left: 20px;
    z-index: 100;
    text-align: center;
    top: 25px;
    color: #ced4da;
}

.application-form .form-label {
    font-size: 13px;
    color: #000;
    font-weight: 600;
}
.nspinner button {
    border: solid 1px #ccc;
}

.application-form .form-control:disabled, .application-form .form-control[readonly] {
   /* background-color: #fff;
    opacity: 1;*/
}
.application-form .form-control, #reservationform .form-control {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 46px;
}
.datepicker td, .datepicker th {
    font-size: 13px;
    width: 30px !important;
    height: 30px !important;
}

.errspan {
    float: right;
    margin-right: 12px;
    margin-top: -28px;
    position: relative;
    z-index: 2;
    color: #949191;
}
.errspanl {
    float: left;
    margin-left: 12px;
    margin-top: -28px;
    position: relative;
    z-index: 2;
    color: #949191;
}

#startdiv1, #destdiv1 {width:316px;}
.startdiv {
    position: absolute;
    width: 280px;
    z-index: -1;
    font-size: 15px;
    padding: 8px 5px;
    background: #fff;
    border: solid 1px #e8e8e8;
    max-height: 275px;
    top: 80px;
    transition: all 0.3s ease-out;
    opacity: 0;
    cursor: pointer;
    overflow: auto;
    display: none;
}
    .startdiv.open {
        display: block;
        top: unset;
        opacity:1;
        z-index:10;
        transition: all 0.3s ease-out;
    }

    .startdiv i {
        width:24px;
        height:16px;
        text-align:center;
    }





.destdiv {
    position: absolute;
    width: 280px;
    z-index: -1;
    font-size: 15px;
    padding: 8px 5px;
    background: #fff;
    border: solid 1px #e8e8e8;
    max-height: 275px;
    top: 80px;
    transition: all 0.3s ease-out;
    opacity: 0;
    cursor: pointer;
    overflow: auto;
    display: none;
}

    .destdiv.open {
        display: block;
        top: unset;
        opacity: 1;
        z-index: 10;
        transition: all 0.3s ease-out;
    }

    .destdiv i {
        width: 24px;
        height: 16px;
        text-align: center;
    }

    .hizmetnokta {
        padding-top:5px;
        padding-bottom:5px;
        font-size:14px;
    }
.hizmetnokta:hover {
    background-color:rgba(63, 169, 183, 0.62);
}

.destdiv h4, .startdiv h4 {
    font-size:14px;
    font-weight:600;
}
.populerlink {
    transition: all 0.3s ease-out;
    font-size:14px;
}
.populerlink:hover {
    background-color: #efefef;
    text-decoration: none;
    transition: all 0.3s ease-out;
}



/* Rezervasyon Sayfas  */
.vehiclecell:hover {
    background-color:#efefef;
}


.formsteps ul {
    padding: 0;
    list-style: none
}

    .formsteps ul li {
        float: left;
        width: 25%;
        text-align: center;
        position: relative
    }

.formsteps.mobilitystep ul li {
    float: left;
    width: 25%;
    text-align: center;
    position: relative
}

.formsteps ul li dl dt {
    width: 30px;
    height: 30px;
    background-color: #ffc107;
    color: #fff;
    border-radius: 50%;
    line-height: 30px;
    margin: auto
}

.formsteps ul li dl dd {
    font-size: 12px;
    margin-top: 8px;
    color:#ffc107;
}

.formsteps ul li:before {
    background-color: #000
}

.formsteps ul li:after {
    height: 1px;
    background-color: #000;
    position: absolute;
    content: '';
    width: 70%;
    top: 15px;
    left: -35%
}

.formsteps ul li.done + li:after {
    background-color: #1e6305
}

.formsteps ul li.active + li:after {
    background-color: #333;
}

.formsteps ul li:first-child:after {
    content: none
}

.formsteps ul li.active dl dt {
    background-color: rgb(254, 149, 5);
    color: #fff
}

.formsteps ul li.active dl dd {
    color: rgb(254, 149, 5);
    font-weight: 600
}

.formsteps ul li.done dl dt {
    background-color: #ff5722;
    color: #fff
}

.formsteps ul li.done dl dd {
    color: #ff5722;
    font-weight: 600
}





/*   erik Sayfas */
.content .jumbotron, .formpage .jumbotron {
    height: 260px;
    /*background-color: #000000;*/
    background-color: transparent !important;
    padding: 0px;
    position: relative;
}

    .content .jumbotron .item {
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .content .jumbotron .item .overlay {
           /* background: rgba(0,0,0,0.4);*/
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
        }

    .content .jumbotron .item-caption {
        height: 100%;
        position: relative;
    }

        .content .jumbotron .item-caption .item-text {
            position: absolute;
            bottom: 10px;
            color: #fff;
            width: 100%;
        }

            .content .jumbotron .item-caption .item-text h2 {
                font-size: 45px;
                font-weight: 600;
                text-shadow: 2px 2px 2px #333;
            }

            .content .jumbotron .item-caption .item-text p {
                font-size: 18px;
                text-shadow: 1px 1px 2px #333;
            }

          .gallery-item img {
              max-width:100%;
          }

.diger-urunler:hover {
    background-color: #17a2b8;
    text-decoration: none;
}

.stickyarea {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 60px;
    height: min-content;
}

    .stickyarea hr {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
    .formarea label {
        font-size: 13px;
        margin-bottom: 2px;
    }
/*.formarea .form-control {font-size:13px;}*/
.formarea .ekstraadet {font-size:16px !important;}
.summaryrow {
    margin-bottom: 4px;
}
.summaryrow i {
    width: 20px;
    margin-right: 8px;
    text-align: center;
}
    .summaryrow .summaryadres {
        display:block;
        padding-left:32px;
        color:#ccc;
        font-size:12px;
    }

#ekstralar {
    font-size:13px;
}

    .post h3 {
        color: #333;
        font-size: 20px;
    }

.post .description {
    color: #999;
    font-size: 14px;
}

.tekblog h1 {
    font-size:22px;
    font-weight:600;
}

.sidebar h4 {
    font-size:16px;
    font-weight:600;
}

.sidebar ul li {
    font-size:13px;
}
    .sidebar ul li a {
        color: #333;
        display: block;
        padding: 5px 0px;
        transition: all 0.3s ease-out;
    }
        .sidebar ul li a:hover {
            background-color: rgba(255, 193, 5, 0.62);
            padding-left:15px;
            transition: all 0.3s ease-out;
            text-decoration:none;
        }

    .card-title {
        font-size: 17px !important;
        font-weight: 600 !important;
    }
.card-text {
    font-size: 13px !important;
}

.main-referans {
    height: 200px;
}

.refslide .owl-nav {
    position: absolute;
    top: 5px;
    width: 100%;
    color: #ffc107 !important;
}

    .refslide .owl-nav .owl-prev {
        left: -40px;
        position: absolute;
        font-size: 100px !important;
    }
    .refslide .owl-nav .owl-next {
        right: -40px;
        position: absolute;
        font-size: 100px !important;
    }




    .urun-kutu {
        border-radius:15px;
    }

    .urun-kutu .urun-icon {
        top: -50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 100%;
        position: relative;
        text-align: center;
        padding: 0px;
        width: 80px;
        height: 80px;
        border-radius: 15px;
    }

    .urun-kutu .urun-bilgi {
        flex: 0 0 100%;
        padding-left: 5px;
        text-align: left;
    }

        .urun-kutu .urun-bilgi a {
            color: #000;
        }

            .urun-kutu .urun-bilgi a:hover {
                color: #4d6494;
                text-decoration: none;
            }




.iletisimright li{
    font-size:14px;
}
.iletisimright li i {
    width: 20px;
    margin-right: 8px;
}









    .pricecol .card-header {
        font-size: 18px;
    }












.price-banner,
.pricing-table .card-footer {
    background: #fff
}

.pricing-table .pricecol {
    padding:0px !important;
    margin-left:-1px;
}
.price-banner {
    margin: 0;
    padding: 20px 1.25rem;
    text-shadow: none;
    color: #55A79A;
    display: block;
    font-size: 16px;
    line-height: 1;
    min-height: 70px;
    border-bottom: solid 2px;
    background-color: #6c757d14;
}

    .price-banner .price-digits {
        font-size: 32px;
    }

    .price-banner.price-banner-sm {
        min-height: 0;
        padding-top: 10px;
        padding-bottom: 10px
    }

.pricing-table .card-title {
    margin-bottom: 0
}

.pricing-table .card-header {
    height: 78px;
    background: #fff
}





.card-ribbon {
    width: 200px;
    padding: 2px 5px;
    position: absolute;
    text-align: center;
    font-size: 12px;
    z-index: 1
}

.card-ribbon-top {
    top: 20px
}

.card-ribbon-bottom {
    bottom: 20px
}

.card-ribbon-left {
    left: -70px
}

.card-ribbon-right {
    right: -70px
}

.flex-direction-nav a,
.flex-direction-nav a.flex-next,
.flex-direction-nav a.tp-rightarrow {
    right: 0;
    text-align: center
}

.card-ribbon-bottom.card-ribbon-right,
.card-ribbon-top.card-ribbon-left {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.card-ribbon-bottom.card-ribbon-left,
.card-ribbon-top.card-ribbon-right {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.card-block-overlap {
    margin-left: -4px !important;
    margin-right: -4px !important
}

.mr-6,
.mx-6 {
    margin-right: 4.5rem !important
}

.pricing-table .card-outline-primary {
    overflow: hidden;
}


.destination {
    width: 100%;
    float: left;
    position: relative;
    height: 220px;
    border-radius: 6px;
    overflow: hidden;
}

    .destination .linkcover {
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        background-position: center center;
        background-size: cover;
        border-radius: 6px;
        top: 0;
        left: 0;
        z-index: 1;
    }


    .destination:hover .linkcover:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        bottom: 0;
        background-color: rgba(0,0,0,0.8);
        -webkit-transition: all 0.6s ease-out;
        -o-transition: all 0.6s ease-out;
        transition: all 0.6s ease-out;
    }

@media (min-width:576px) {

    /*.pricing-table .pricecol {
        padding: 15px !important;
        margin-left: auto;
    }*/

    .pricing-table .card-offset-y {
        position: relative;
        z-index: 1;
        margin-top: -10px;
    }

        .pricing-table .card-offset-y .card-header {
            height: 100px
        }

        .pricing-table .card-offset-y .card-footer {
            padding-top: 22px
        }

        .pricing-table .card-offset-y .card-title {
            margin-top: 10px;
            position: relative
        }

    .page-boxed #content,
    .page-boxed #content-below,
    .page-boxed #footer,
    .page-boxed #header,
    .page-boxed #highlighted {
        max-width: 760px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc
    }

    .page-boxed #footer {
        border-left-color: #333;
        border-right-color: #333
    }
}

.pricing-table .card-header-hidden {
    margin-top: 78px;
    display: block
}

    .pricing-table .card-header-hidden .card-header {
        display: none
    }

.pricing-table .price-banner .price-digits {
    font-size: 15px
}

.pricing-table .list-group-item {
    height: 44px;
    display: block;
    font-size:13px;
}

.bg-shadow {
    box-shadow: 1px 1px 5px #d2d2d2;
    transition: all 0.5s ease-out;
}

    .bg-shadow:hover {
        box-shadow: 1px 1px 15px #000;
        transition: all 0.5s ease-out;
        z-index:10;
    }


    footer {
        font-size:13px;
        background:#000;
    }

footer li {
    padding:5px 0px;
}

        footer li i {
            width:20px;
            margin-right:8px;
        }

.datepicker table {
    width:100%;
}

.hide {display:none !important;}


.datepicker table tr td.new, .datepicker table tr td.old.day {
    font-weight: 300 !important;
    color:#d6d6d6 !important
}

.datepicker td.disabled.day {
    font-weight: 300 !important;
    color:#d3d3d3 !important;
}
.datepicker td.disabled.new.day {
    font-weight: 300 !important;
    color:#4e4d4d !important;
}
.datepicker td.day {
    font-weight: 600 !important;
}

.rtl .errspan {
    float:left !important;
    margin-left:10px !important;
}

.rtl #startdiv1, .rtl #destdiv1 {
    text-align: right;
}

.dropdown-toggle::after {
    border:none !important;
}

a {
    text-decoration:none;
}

:root {
--bs-body-color: #fff;
}


.form-control-light, .form-select-light {
	height:46px;
}

.btn-outline-secondary {
    border-color: rgba(255,255,255,.12) !important; 
}