﻿
/* Tour Hotel Search On Slider Start */
.tab-style .nav.nav-tabs-1 {
    border-bottom: 0px solid #f7f7f7;
}


.tour-select,
.hotel-select {
    position: relative;
    width: 100%;
    float: left;
    height: 50px;
    /* margin-right: 22px; */
    /* display: none; */
    margin: 15px 0px;
}

    .tour-select select,
    .hotel-select select {
        border: solid 1px grey;
        border-radius: 3px;
        font-size: 16px;
        color: gray;
        height: 50px;
        -moz-appearance: none;
        -webkit-appearance: none;
        cursor: pointer;
    }


        .tour-select select > option,
        .hotel-select select > option {
            padding: 8px 16px;
        }


        .tour-select select:focus,
        .hotel-select select:focus {
            outline: none;
            box-shadow: none;
            border: solid 1px grey;
        }


        .tour-select select option,
        .hotel-select select option {
            height: 36px;
        }


    .tour-select .select-side,
    .hotel-select .select-side {
        pointer-events: none;
        width: 40px;
        position: absolute;
        /* top: 0px; */
        background-color: #fff;
        height: 100%;
        /* left: 300px; */
        border-radius: 0px 3px 3px 0px;
        border-right: solid 1px gray;
        border-top: solid 1px gray;
        border-bottom: solid 1px gray;
        cursor: pointer;
        right: 0;
        /* margin: 15px 0px;
    }

        .tour-select .select-side:before,
        .hotel-select .select-side:before {
            border-left: solid 1px #fff;
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            height: 100%;
            width: 1px;
            /* or 100px */
    }

        .tour-select .select-side i,
        .hotel-select .select-side i {
            left: 30%;
            top: 15px;
            position: relative;
        }

            .tour-select .select-side i.blue,
            .hotel-select .select-side i.blue {
                color: #000;
            }




.tour-slide-title {
    border-radius: 5px 5px 0px 0px;
    background: #00b1ec;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    padding: 11px 20px;
    line-height: 22px;
}


.private-tour-slide-title {
    border-radius: 5px 5px 0px 0px;
    background: #c1972c;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    font-weight: 600;
    color: #000;
    font-size: 18px;
    padding: 11px 20px;
    line-height: 22px;
}

.hotel-slide-title {
    border-radius: 5px 5px 0px 0px;
    background: #00b1ec;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    padding: 11px 20px;
    line-height: 22px;
}




.tour-tab-button {
    border-radius: 5px 5px 0px 0px;
    background: rgba(255, 255, 255, 0.60);
    border: 1px solid rgba(255, 255, 255, 0.30);
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
}

tour-tab-button:hover {
    background: rgba(0, 0, 0, 0.60);
}

.tour-tab-button.active {
    background-color: #fff;
    border-bottom: solid 2px #ffcd22;
}

.tour-tab-button a {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 700;
}


tour-tab-button a:hover {
    color: #fff;
    background: rgba(0, 0, 0, 1);
}





.hotel-tab-button {
    border-radius: 5px 5px 0px 0px;
    background: rgba(255, 255,255, 0.60);
    border: 1px solid rgba(255, 255, 255, 0.60);
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    font-weight: 600;
    color: #000;
    font-size: 18px;
    margin-left: 2px;
}


    .hotel-tab-button.active {
        background-color: #fff;
        border-bottom: solid 2px #ffcd22;
    }


.transport-tab-button {
    border-radius: 5px 5px 0px 0px;
    background: rgba(255, 255,255, 0.60);
    border: 1px solid rgba(255, 255, 255, 0.60);
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    font-weight: 600;
    color: #000;
    font-size: 18px;
    margin-left: 2px;
}


    .transport-tab-button.active {
        background-color: #fff;
        border-bottom: solid 2px #ffcd22;
    }


.fly-tab-button {
    border-radius: 5px 5px 0px 0px;
    background: rgba(255, 255,255, 0.60);
    border: 1px solid rgba(255, 255, 255, 0.60);
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    font-weight: 600;
    color: #000;
    font-size: 18px;
    margin-left: 2px;
}


    .fly-tab-button.active {
        background-color: #fff;
        border-bottom: solid 2px #ffcd22;
    }






.input-icon {
    background-image: url(../images/date-time-picker-icon.png);
    background-position: right center;
    background-size: 24px;
    background-repeat: no-repeat;
    padding: 12px 8px 10px 12px;
    height: 50px;
    border: solid 1px grey;
    font-size: 16px;
    line-height: 50px;
    background-position-x: 220px;
    width: 49.6%;
    border-radius: 5px;
    margin-bottom: 20px;
}


.input-search {
    padding: 12px 8px 10px 20px;
    height: 50px;
    border: solid 1px grey;
    font-size: 16px;
    line-height: 50px;
    background-position-x: 200px;
    width: 100%;
    border-radius: 5px;
    margin-right: 22px;
    float: left;
    min-width: 400px;
    margin-top: 30px;
    margin-bottom: 14px;
}

.button-search {
    background: #ffcd22;
    border: none;
    padding: 6px 12px;
    cursor: pointer;
    color: #000;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2px;
    width: 100%;
    line-height: 38px;
    height: 48px;
    float: left;
    margin-top: 20px;
}


    .button-search:hover {
        background-color: #0669b2;
        color: #fff;
    }


.get-transport {
    color: #000;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 58px;
    height: 48px;
    float: left;
    margin-right: 30px;
    text-align: center;
}


.private-box {
    position: relative;
    width: 60%;
    float: right;
    margin-bottom: 20px;
    right: 20px;
}


    .private-box .private-button {
        background: #ddd;
        /* border: none; */
        padding: 4px 12px;
        cursor: pointer;
        color: #000;
        border-radius: 3px;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.2px;
        text-align: center;
    }
    

        .private-box .private-button:hover {
            background-color: #0669b2;
            color: #fff;
        }


/* Tour Hotel Search On Slider End */

/* Modal */

.modal-open .modal {
    background-color: rgba(0,0,0, 0.8);
}

.modal-body {
    padding: 25px !important;
}

.close {
    font-size: 30px !important;
}

.seminor-login-modal-body .close {
    position: relative;
    top: -35px;
    left: 6px;
    color: #000;
}

.seminor-login-modal-body .close {
    opacity: 0.75;
}

    .seminor-login-modal-body .close:focus, .seminor-login-modal-body .close:hover {
        color: #ff0000 !important;
        opacity: 1;
        text-decoration: none;
        outline: 0;
    }

.seminor-login-modal .modal-dialog .modal-content {
    border-radius: 0px;
}

.text-center {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}

/* form animation */
.seminor-login-form .form-group {
    position: relative;
    margin-bottom: 1.5em !important;
}

.seminor-login-form .form-control {
    border: 0px solid #ced4da !important;
    border-bottom: 1px solid #adadad !important;
    border-radius: 0 !important;
}

    .seminor-login-form .form-control:focus, .seminor-login-form .form-control:active {
        outline: none !important;
        outline-width: 0;
        border-color: #adadad !important;
        box-shadow: 0 0 0 0.2rem transparent;
    }

*:focus {
    outline: none;
}

.seminor-login-form {
     background-color: #fff;
    padding: 20px;
    box-shadow: 0 1px 2px 0 rgba(85,85,85,.5);
}

.form-control-placeholder {
    position: absolute;
    top: 0;
    padding: 7px 0 0 13px;
    transition: all 200ms;
    /*opacity: 0.5;*/
    border-top: 0px;
    border-left: 0;
    border-right: 0;
}



    .form-control-placeholder:hover,
    .form-control-placeholder:focus {
        color: #ff0000;
    }


.hover {
    background-color: #fff;
}


    .hover:hover {
        background-color: #f1f1f1;
    }


.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
    font-size: 75%;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}

.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark-box {
    position: absolute;
    top: -5px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #adadad;
}

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.1;
    color: #000;
}

    .container-checkbox a {
        text-decoration: none;
    }


    .container-checkbox input:checked ~ .checkmark-box:after {
        color: #fff;
    }

    .container-checkbox input:checked ~ .checkmark-box:after {
        display: block;
    }

    .container-checkbox .checkmark-box:after {
        left: 10px;
        top: 4px;
        width: 7px;
        height: 15px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.checkmark:after, .checkmark-box:after {
    content: "";
    position: absolute;
    display: none;
}

.container-checkbox input:checked ~ .checkmark-box {
    background-color: #0859c8;
    border: 0px solid transparent;
}

.btn-check-log .btn-check-login {
    font-size: 18px;
    padding: 8px 0;
}


.btn-check-login:hover {
    color: #fff;
    background-color: #0859c8;
    border: 2px solid #0859c8;
}


.btn-check-login {
    color: #0859c8;
    background-color: transparent;
    border: 2px solid #0859c8;
    transition: all ease-in-out .3s;
}

   
    .btn-check-login {
        display: inline-block;
        padding: 12px 0;
        margin-bottom: 0;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border-radius: 0;
        width: 100%;
    }



    .btn-check-save:hover {
        color: #fff;
        background-color: #0859c8;
        border: 2px solid #0859c8;
    }

.btn-check-save {
    color: #0859c8;
    background-color: transparent;
    border: 2px solid #0859c8;
    transition: all ease-in-out .3s;
    font-size: 16px;
    font-weight: 500;
    height: 36px;
}

.btn-check-save {
    /* display: inline-block; */
    margin-bottom: 0;
    line-height: 36px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 0;
    width: 100%;
}



.btn-check-save {
    width: 140px !important;
    margin-right: 40px;
    margin-left: 18px;
}



.btn-check-cancel {
    color: #7d7d7d;
    background-color: transparent;
    border: 2px solid #7d7d7d;
    transition: all ease-in-out .3s;
  
}

.btn-check-cancel {
    display: inline-block;
    padding: 2px 0;
    margin-bottom: 0;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 0;
    width: 100px;
    font-size: 18px;
    height: 36px;
    text-decoration: none;
}


.btn-check-cancel:hover {
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
}

.margin-1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.forgot-pass-fau a {
    text-decoration: none !important;
    font-size: 14px;
    color: #0e7934;
}

.text-primary-fau {
    color: #0e7934;
    text-decoration: none;
    font-size: 18px;
}


    .text-primary-fau a {
        color: #0e7934;
        text-decoration: none;
    }

    .text-primary-fau:focus,
    .text-primary-fau:hover {
        color: #000 !important;
    }

.text-secondary-1 {
    color: #ff0000 !important;
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: bold !important;
}

    .text-secondary-1:hover {
        color: #000 !important;
    }



.select-form-control-placeholder {
    font-size: 100%;
    padding: 7px 0 0 13px;
    margin: 0;
}

.space-v0 {
    margin-top: 50px;
}

.space-v1 {
    margin-top: 50px;
}

.space-v2 {
    margin-top: 15px;
}

.space-v3 {
    margin-top: 35px;
}

.space-v3 {
    margin-top: 40px;
}

.space-h1 {
    height: 25px;
}

.confirm-text,
.confirm-text p {
    color: #000;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    font-weight: 400;
    text-align: center;
}

    .confirm-text span {
        color: #0e7934;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        text-decoration: none;
        font-weight: 700;
    }


.control-text {
    color: #ff0000;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    font-weight: 500;
    margin-top: 30px;
}


/* Term - Condition Page Start*/


#cover {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.98);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9998;
}

#term-condition-page {
    margin: 0 auto;
    position: relative;
    z-index: 10;
    display: none;
    z-index: 9999;
    border: 1px solid #000;
    padding: 30px;
    color: #000;
}

    #term-condition-page:target,
    #term-condition-page:target + #cover {
        display: block;
        opacity: 2;
    }

.cancel {
    display: block;
    position: absolute;
    top: 6px;
    right: 10px;
    background-color: rgb(225,225,225);
    color: #ff0000;
    height: 40px;
    width: 40px;
    font-size: 40px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    /* padding: 10px; */
    line-height: 40px;
}

/* Term - Condition Page End*/


/*---------- Hotel star Start ----------*/
.rating {
    overflow: hidden;
    display: inline-block;
    position: relative;
    font-size: 17px;
    color: #FFCA00;
}

.rating-star {
    padding: 0 5px;
    margin: 0;
    cursor: pointer;
    display: block;
    float: right;
}

    .rating-star:after {
        position: relative;
        font-family: FontAwesome;
        content: '\f005';
    }


/*---------- Hotel star End ----------*/

.special-places .content .text-link-p-tour {
    color: #c1972c;
    font-weight: 500;
    padding: 0px 0px;
    vertical-align: top;
    font-size: 18px;
    text-decoration: none;
}

.special-places .content .text-link-p-tour:hover {
    color: #000;

}


/*---------- Search Result Sort Start ----------*/

.shop-section .sort-header {
    height: 50px;
    width: 100%;
    margin-bottom: 50px;
    margin-right: 15px;
    margin-left: 15px;
    background-color: #f1f1f1;
    padding: 0px 12px;
}


.sort-select {
    position: relative;
    width: 190px;
    float: right;
    height: 38px;
    /* margin-right: 17px; */
    margin-top: 7px;
}


    .sort-select select {
        border: solid 1px #ddd;
        border-radius: 3px;
        font-size: 14px;
        color: #0669b2;
        height: 38px;
        -moz-appearance: none;
        -webkit-appearance: none;
        cursor: pointer;
    }



        .sort-select select > option {
            padding: 8px 16px;
            font-size: 14px;
        }


    .sort-select .select-side:focus,
    .sort-select select:focus {
        outline: none;
        box-shadow: none;
        border: solid 1px #ddd;
    }



        .sort-select select option {
            height: 36px;
        }



    .sort-select .select-side {
        pointer-events: none;
        width: 40px;
        position: absolute;
        top: 0px;
        background-color: #f1f1f1;
        height: 100%;
        left: 150px;
        border-radius: 0px 3px 3px 0px;
        border-right: solid 1px #ddd;
        border-top: solid 1px #ddd;
        border-bottom: solid 1px #ddd;
        cursor: pointer;
    }


        .sort-select .select-side:before {
            border-left: solid 1px #fff;
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            height: 100%;
            width: 1px;
            /* or 100px */
        }


        .sort-select .select-side i {
            left: 33%;
            top: 10px;
            position: relative;
            color: #0669b2;
        }


            .sort-select .select-side i.blue {
                color: #000;
            }

.sort-header-title {
    float: left;
    position: relative;
    font-size: 18px;
    color: #000;
    margin-top: 14px;
    font-weight: 500;
}


/*---------- Search Result Sort End ----------*/




/*---------- Search Result Side Bar Start ----------*/

.theme-sidebar {
    border: solid 1px #ddd;
    padding: 12px 12px;
    margin-bottom: 12px;
}
.widget-ul {
    list-style: none;
    margin-top: 20px;
}

    .widget-ul li {
        position: relative;
        height: 36px;
    }


        .widget-ul li label {
            margin-bottom: 0px !important;
        }


.widget-ul li .checkmark-box {
    float: left;
}


        .widget-ul li span {
            color: #999;
            position: absolute;
            right: 0;
        }

    .widget-ul input:checked ~ .checkmark-box {
        background-color: #0859c8;
        border: 0px solid transparent;
    }

    .widget-ul li .checkmark-box {
        position: absolute;
        top: -5px;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #fff;
        border: solid 2px #0669b2;
    }

    .widget-ul li input {
        /*position: absolute;*/
        opacity: 0;
        cursor: pointer;
        height: 30px !important;
        margin-bottom: 0px !important;
    }

    .widget-ul li .checkmark-box:after {
        left: 10px;
        top: 4px;
        width: 7px;
        height: 15px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .widget-ul li input:checked ~ .checkmark-box:after {
        color: #fff;
    }

    .widget-ul li input:checked ~ .checkmark-box:after {
        display: block;
    }
/*---------- Search Result Side Bar End ----------*/



/* -------------- Multi Range Slider Start ----------- */

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider-horizontal {
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

    .ui-widget.ui-widget-content {
        border: 1px solid #c5c5c5;
    }

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-corner-all {
    border-top-left-radius: 3px;
}

.ui-corner-all {
    border-top-right-radius: 3px;
}

.ui-corner-all {
    border-bottom-left-radius: 3px;
}

.ui-corner-all {
    border-bottom-right-radius: 3px;
}

.selector {
    position: relative;
  
    color: #7e7e7e;
}

    .selector .price-slider {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        padding-top: 17px;
    }

@media (min-width: 768px) {
    .selector .price-slider {
        padding-top: 8px;
    }
}

.selector .price-slider:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 0;
    color: #39c9a9;
    content: attr(data-currency);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.selector #slider-range {
    width: 90%;
    margin-bottom: 30px;
    border: none;
    background: #ddd;
    height: 6px;
    margin-left: 8px;
    margin-right: 8px;
}

@media (min-width: 768px) {
    .selector #slider-range {
        width: 100%;
    }
}

.selector .ui-slider-handle {
    border-radius: 50%;
    background-color: #0669b2;
    border: none;
    top: -14px;
    width: 34px;
    height: 34px;
    outline: none;
}

@media (min-width: 768px) {
    .selector .ui-slider-handle {
        top: -8px;
        width: 22px;
        height: 22px;
    }
}

.selector .ui-slider-range {
    background-color: #ffcd22;
}

.selector .slider-price {
    position: relative;
    display: inline-block;
    /* padding: 5px 0px; */
    width: 40%;
    /* background-color: #f1f1f1; */
    line-height: 28px;
    text-align: right;
    padding-right: 12px;
    font-size: 14px;
    color: #0669b2;
    border: solid 1px #0669b2;
    font-weight: 500;
}

    .selector .slider-price:before {
        position: absolute;
        top: 50%;
        left: 13px;
        margin-top: 0;
        color: #000;
        content: attr(data-currency);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 14px;
        font-weight: 600;
    }

* {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* Multi Range Slider End */

/* Tour Detail Owl Carousel Css Start */

.bg-white {
    background-color: #fff;
    padding-top: 20px;
    border: solid 1px #ddd;
}

.owl-carousel {
  
    /*width: 100%;*/
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

    .owl-carousel .owl-stage:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px,0,0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}



.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-theme .owl-nav {
    /*margin-top: 10px;*/
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-nav [class*=owl-] {
        color: #FFF;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #fff;
        display: inline-block;
        cursor: pointer;
        opacity: 0.4;
    }

        .owl-theme .owl-nav [class*=owl-]:hover {
            background: #fff;
            color: #000;
            text-decoration: none;
            opacity: 1;
        }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            background: #D6D6D6;
            display: block;
            -webkit-backface-visibility: visible;
            -webkit-transition: opacity 200ms ease;
            -moz-transition: opacity 200ms ease;
            -ms-transition: opacity 200ms ease;
            -o-transition: opacity 200ms ease;
            transition: opacity 200ms ease;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
        }

        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #869791;
        }

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.outer {
    margin: 0 auto;
    max-width: 800px;
    /*margin-top: 16px;*/
}

#big .item {
    background: #ec6e46;
    padding: 0px 0px;
    margin: 2px;
    color: #FFF;
    text-align: center;
}

#thumbs .item {
    /* background: #C9C9C9; */
    height: 70px;
    /* line-height: 70px; */
    /* padding: 0px; */
    color: #FFF;
    /* text-align: center; */
    cursor: pointer;
    display: table;
    border-right: solid 2px rgba(255, 255, 255, 0);
    border-left: solid 2px rgba(255, 255, 255, 0);
    border-top: solid 2px rgba(255, 255, 255, 0);
    border-bottom: solid 2px rgba(255, 255, 255, 0);
}

    #thumbs .item h1 {
        font-size: 18px;
    }

#thumbs .current .item {
    border-right: solid 2px rgba(255, 218, 44, 0.5);
    border-left: solid 2px rgba(255, 218, 44, 0.5);
    border-top: solid 2px rgba(255, 218, 44, 0.5);
    border-bottom: solid 2px rgba(255, 218, 44, 0.5);
}



.owl-theme .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#big.owl-theme {
    position: relative;
}

    #big.owl-theme .owl-next, #big.owl-theme .owl-prev {
        background: #fff;
        width: 40px;
        line-height: 40px;
        height: 40px;
        margin-top: -20px;
        position: absolute;
        text-align: center;
        top: 50%;
        color: #000;
        font-size: 18px;
        padding: 0px;
    }

    #big.owl-theme .owl-prev {
        left: 0px;
    }

    #big.owl-theme .owl-next {
        right: 0px;
    }

#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev {
    background: #fff;
}


/* Tour Detail Owl Carousel Css End */

/* Timeline Start  */

.outline {
    width: 100%;
    position: relative;
    overflow: hidden;
}



.timeline-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    clear: both;
    margin-bottom: 40px;
}

.outline .head-text {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    color: #000;
    margin-bottom: 40px;
}

.timeline-block-right {
    float: right;
}

.timeline-block-left {
    float: left;
    direction: rtl
}

.marker {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #4FC1E9;
    margin-top: 5px;
    z-index: 9999
}

.timeline-content {
    width: 95%;
    color: #666
}

    .timeline-content h3 {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: 500;
    }

    .timeline-content span {
        font-size: 15px;
        color: #7d7d7d;
        font-weight: 600;
    }

    .timeline-content p {
        font-size: 14px;
        line-height: 1.5em;
        word-spacing: 1px;
        color: #7d7d7d;
    }


.prompt-content {
    width: 95%;
    color: #666
}

.timeline-block i {

    color: #ff0000;
    margin-top: 5px;
    z-index: 9999;
    font-size: 21px;
}



    .prompt-content p {
        font-size: 14px;
        line-height: 1.5em;
        word-spacing: 1px;
        color: #7d7d7d;
        padding-bottom: 20px;
    }

.outline .prompt-text {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    color: #000;
    margin-bottom: 40px;
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .container:before {
        left: 8px;
        width: 2px;
    }

    .timeline-block {
        width: 100%;
        margin-bottom: 30px;
    }

    .timeline-block-right {
        float: none;
    }

    .timeline-block-left {
        float: none;
        direction: ltr;
    }
}


/* Timeline End */



/* Tour Detail Start */


    .tour-detail-title  {
        display: inline-block;
        width: 100%;
        margin-bottom: 12px;
    }

        .tour-detail-title p {
            color: #000;
            font-size: 20px;
            font-weight: 500;
            padding-bottom: 8px;
            position: relative;
        
        }

.tour-detail-title p:before {
    background-color: #0669b2;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50%;
    z-index: 1;
}



    .tour-detail-title p:after {
        background-color: #ddd;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 100%;
    }


            .tour-detail-title p span {
                color: #7d7d7d;
                font-size: 16px;
                font-weight: 400;
                padding-bottom: 8px;
                position: relative;
                padding-top: 10px;
                margin-left: 12px;
                letter-spacing: 0px;
            }

.marker-title {
    width: 14px;
    height: 14px;
    background: #0669b2;
    margin-top: 7px;
    z-index: 9999;
    float: left;
    margin-right: 10px;
}

.shop-box {
    border: solid 1px #ddd;
    padding: 20px;
    margin-bottom: 12px;
    background: #fff;
    /*display: inline-block;*/
}


    .shop-box .tour-header {
        color: #0669b2;
        font-size: 20px;
        font-weight: 800;
        position: relative;
        line-height: 26px;
        letter-spacing: 0px;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 20px;
    }

    .shop-box i {
        color: #0669b2;
        font-size: 18px;
        width:24px
    
    }

  
    .shop-box .tour-transporting,
    .shop-box .tour-date-time,
    .shop-box .tour-location {

        position: relative;
       
    }



        .shop-box .tour-transporting span,
        .shop-box .tour-date-time span,
        .shop-box .tour-location span {
            color: #000;
            font-size: 14px;
            font-weight: 500;
            line-height: 26px;
            font-family: 'Roboto', sans-serif;
        }




        .shop-box .tour-date-time p {
            color: #000;
            font-size: 14px;
            font-weight: 500;
            line-height: 26px;
            font-family: 'Roboto', sans-serif;
            display: inline-block;
        }

            .shop-box .tour-date-time p span {
                color: #0669b2 !important;
                font-size: 14px;
                font-weight: 500;
                line-height: 26px;
                font-family: 'Roboto', sans-serif;
            }


      




    .shop-box .tour-price {

        width: 100%;
        margin-top: 30px;
    }

    .shop-box .tour-price span {
        color: #000;
        font-size: 14px;
        font-weight: 500;
        line-height: 26px;
        font-family: 'Roboto', sans-serif;
    }


        .shop-box .tour-price p {
            color: #ff701a;
            font-family: 'Roboto', sans-serif;
            font-size: 28px;
            font-weight: 700;
            letter-spacing: 0.4px;
            line-height: 1;
            margin-bottom: 6px;
            margin-top: 10px
        }



        
            .shop-box .tour-price p span {
                color: #ff701a;
                font-family: 'Roboto', sans-serif;
                font-size: 20px;
                font-weight:500;
                letter-spacing: 0.4px;
                line-height: 1;
                margin-bottom: 6px;
                margin-top: 20px
            }


/*.shop-button {
    position: relative;
    width: 60%;
    float: right;
    margin-bottom: 20px;
    right: 20px;
}*/


.shop-button {
    background: #ffcd22;

    padding: 7px 12px;
    cursor: pointer;
    color: #000;
    height: 40px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-align: center;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 30px;
    line-height: 30px;
    text-decoration: none;
    display: block;
}




   .shop-button:hover {
        background-color: #0669b2;
        color: #fff;
    }



/* ---------- Tour Detail Accordion Start ----------------- */

#accordion .panel {
    border: 0px none;
    box-shadow: none;
    width: 100%;
    display: inline-block;
}



#accordion .panel-heading {
    padding: 0;
    background: #fff;
}


#accordion .panel-title a {

    display: block;
    position: relative;
    font-size: 16px;
    margin-bottom: 4px;
    padding: 8px 8px 4px 12px;
    background-color: #fff;
    color: #0669b2;
    text-decoration: none;
    font-weight: 600;
    background-color: #eee;
    line-height: 26px;
}



    #accordion .panel-title a.collapsed:before {
        content: "";
        border: 0px none;
    }


    #accordion .panel-title a:after,
    #accordion .panel-title a.collapsed:after {
        content: "\f106";
        font-family: FontAwesome;
        color: #ff0000;
        font-size: 22px;
        line-height: 20px;
        position: absolute;
        top: 10px;
        right: 18px;
    }



    #accordion .panel-title a.collapsed:after {
        content: "\f107";
        color: #000;
    }


#accordion .panel-body {
    border-top: 0 none;
    color: #808080;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 0px 0px 0px;
}

/* ---------- Tour Detail Accordion End ----------------- */



/* ---------- Shop Extra Price Start ----------------- */

.shop-box-extra {
    border: solid 1px #ddd;
    padding: 20px;
    margin-bottom: 12px;
    background: #fff;
    display: inline-block;
    width: 100%;
}

.shop-box-extra ul {
   list-style-type:none;
   position:relative;
}


    .shop-box-extra ul li {
        width: 100%;
        border-bottom: solid 1px #ddd;
        display: inline-block;
        height: 36px;
    }

        .shop-box-extra ul li p {
            font-size: 14px;
            font-weight: 400;
            color: #000;
            line-height: 50px;
        }

        .shop-box-extra ul li p span {
      
            font-weight: 600 !important;
            float:right;
        }


    .shop-box-extra .extra-title {
        font-size: 17px;
        font-weight: 600;
        color: #0669b2;
        padding-bottom: 10px;
    }

    .shop-box-extra .extra-sub-title {
        font-size: 16px;
        font-weight: 600;
        color: #000;
        padding-top: 10px;
    }


/* ---------- Shop Extra Price End ----------------- */


/* ---------- Shop Hotel List Start ----------------- */



.shop-hotel-list ul {
    list-style-type: none;
    position: relative;
}


    .shop-hotel-list ul li {
        width: 100%;
        /* border-bottom: solid 1px #ddd; */
        /* display: table; */
        /* height: 26px; */
        margin-bottom: 20px;
    }


        .shop-hotel-list ul li a {
            padding-bottom: 2px;
            position: relative;
            width: 100%;
            text-decoration: none;
            display: block;
            color: #000;
        }


            .shop-hotel-list ul li a:hover {
                color: #0859c8 !important;
            }


            .shop-hotel-list ul li a .rating {
              
                font-size: 14px;
       
                margin-bottom: -10px;
            }

      

            

            .shop-hotel-list ul li a .rating:after {
                position: relative;
                font-family: FontAwesome;
                content: '\f005';
            }



            .shop-hotel-list ul li a p {
                font-size: 15px;
                font-weight: 500;
                color: #000;
            }

.shop-hotel-list li a p span {
    font-weight: 400 !important;
    color:#7d7d7d;
    
}

.shop-hotel-list ul li a p span:hover,
.shop-hotel-list ul li a p:hover {
    color: #0859c8 !important;
}



.shop-hotel-list .hotel-list-note {
    font-size: 13px;
    font-weight: 400;
    color: #7d7d7d;
}




/* ---------- Shop Hotel List End ----------------- */

/* ---------- Shop Other Tours Start ----------------- */


.shop-box-other {
    border: solid 1px #ddd;
    padding: 20px;
    margin-bottom: 12px;
    background: #fff;
   }

    .shop-box-other .other-title {
        font-size: 17px;
        font-weight: 600;
        color: #0669b2;
        padding-bottom: 5px;
        position: relative;
        margin-bottom: 30px;
    }

        .shop-box-other .other-title:before {
            background-color: #0669b2;
            bottom: 0;
            content: "";
            height: 2px;
            left: 0;
            position: absolute;
            width: 50%;
            z-index: 1;
        }

        .shop-box-other .other-title:after {
            background-color: #ddd;
            bottom: 0;
            content: "";
            height: 2px;
            left: 0;
            position: absolute;
            width: 100%;
        }

.tour-item {
    margin-bottom: 28px;
}

.tour-item img {
    float: left;
    position: relative;
    width: 68px;
}

.tour-item-title {
    padding-left: 84px;
    padding-top: 0;
}

/* ---------- Shop Other Tours Start ----------------- */

/* ---------- Shop Other Tours Slide Start ----------------- */
.nav-tour {
    text-align: right;
}

    .nav-tour .right-button {
        background-color: transparent;
        border: 1px solid #c9c9c9;
        border-radius: 0;
        color: #c9c9c9;
        height: 36px;
        line-height: 40px;
        width: 36px;
        display: inline-block;
        text-align: center;
    }

    .nav-tour .left-button {
        background-color: transparent;
        border: 1px solid #c9c9c9;
        border-radius: 0;
        color: #c9c9c9;
        height: 36px;
        line-height: 40px;
        width: 36px;
        display: inline-block;
        text-align: center;
        margin-right: 10px;
    }

        .nav-tour .right-button:hover,
        .nav-tour .left-button:hover {
            background-color: #0669b2;
            color: #fff;
            border: 1px solid #0669b2;
        }


    .nav-tour .right-button i,
    .nav-tour .left-button i {
        font-size: 17px
    }


.shop-box-other a {
    text-decoration: none;
    width: 100%;
    display: flex;
}

    .shop-box-other a .other-tour-img {
        width: 110px;
        height: 70px;
        border: solid 1px #fff;
       
    }



    .shop-box-other a > .other-tour-img:hover {
        width: 110px;
        height: 70px;
        border: solid 1px #0669b2;
    }


    .shop-box-other a .other-tour-title {
        width: 100%;
        margin-left: 14px;
        float: left;
    }

        .shop-box-other a .other-tour-title p {
            color: #000;
            font-size: 16px;
            font-weight: 500;
            height: 22px;
            display: inline-block;
            float: left;
            width: 100%;
     
        }



        .shop-box-other a .other-tour-title span {
            color: #7d7d7d;
            font-size: 12px;
            font-weight: 400;
            width: 100%;
         
        }

    .shop-box-other a .other-price {
        color: #ff701a;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.4px;
        line-height: 1;
        margin-bottom: 6px;
        margin-top: 4px;
    
    }

        .shop-box-other a .other-price span {
            color: #ff701a;
            font-family: 'Roboto', sans-serif;
            font-size: 16px;
            font-weight: 400;
            letter-spacing: 0.4px;
            line-height: 1;
            margin-bottom: 6px;
            margin-top: 14px;
  
        }

/* ---------- Shop Other Tours Slide End ----------------- */


/* Comment Start */

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}

.comment-box .media-left {
    padding-right: 10px;
    width: 65px;
}

.comment-box {
    margin-top: 40px !important;
    /* border-bottom: 1px dashed #ddd; */
    margin-bottom: 30px;
    /* padding-bottom: 40px; */
}


    .comment-box img {
        width: 50px;
        height: 50px;
    }

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}

.comment-box .media-heading {
    background-color: #f5f5f5;
    padding: 7px 10px;
    position: relative;
    font-size: 14px;
}

.comment-box .media-body p {
    border: 1px solid #f1f1f1;
    padding: 10px;
}

.comment-box .media-heading:before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-width: 1px 0 0 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 10px;
    left: -6px;
}


.comment-box textarea {
    width: 100%;
    min-height: 70px;
    border: 1px solid #4FC1E9;
}

    .comment-box textarea:focus {
        background-color: #fff;
        min-height: 120px;
        border: 1px solid #0859c8;
    }

.send-comment-button {
    padding: 12px 0;
    line-height: 8px;
    text-align: center;
    cursor: pointer;
    width: 140px;
    height: 34px;
    margin-top: 20px;
}


.send-comment-button {
    color: #0859c8;
    background-color: transparent;
    border: 2px solid #0859c8;
    transition: all ease-in-out .3s;
}


    .send-comment-button:hover {
        color: #fff;
        background-color: #0859c8;
        border: 2px solid #0859c8;
    }



/* Comment End */

/* Add Customer Start */

.mb-20 {
    margin-bottom: 20px;
}

.bg-border {
    border: solid 1px #ddd;
    background-color: #fff;
}



.step-cargo-title {
    color: #0669b2;
    font-size: 16px;
}

    .step-cargo-title i {
        font-size: 20px;
        color: #0669b2;
    }

.step-shopping-cargo {
    width: 100%;
}

.section-space-10 {
    width: 100%;
    margin-bottom: 10px;
}

#steps {
    width: 50%;
    padding: 0px;
    margin: -10px auto;
    margin-bottom: 10px;
}

    #steps ul, #steps li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #steps ul {
        display: table;
        width: 100%;
    }

    #steps li {
        display: table-cell;
        position: relative;
    }

        #steps li:first-child {
            width: 30px;
        }

            #steps li:first-child .step:before {
                content: none;
            }

    #steps .step {
        width: 40px;
        height: 40px;
        border: 1px solid;
        border-color: transparent;
        line-height: 40px;
        font-size: 18px;
        text-align: center;
        color: #fff;
        background-color: #7d7d7d;
        float: right;
    }


        #steps .step:nth-child(n+2) {
            margin: 0 0 0 100px;
            transform: translate(0, -4px);
        }

        #steps .step:before {
            height: 2px;
            display: block;
            background-color: #7d7d7d;
            position: absolute;
            content: '';
            border-radius: 5px;
            right: 45px;
            left: 5px;
            top: 50%;
        }

        #steps .step:after {
            display: block;
            transform: translate(-42px, 4px);
            color: #818698;
            content: attr(data-desc);
            font-weight: 400;
            font-size: 13px;
            line-height: 15px;
            min-width: 120px;
        }

        #steps .step.active {
            border-color: #ff0000;
            color: #fff;
            background: #ff0000;
            background-image: linear-gradient(to bottom,#e12828 0,#ff0000 100%);
        }

            #steps .step.active i {
                font-size: 24px;
                color: #fff;
            }

            #steps .step.active:before {
                background: linear-gradient(to right, #58bb58 0%, #418AC9 100%);
            }

            #steps .step.active:after {
                color: #ff0000;
                font-weight: 500;
            }

        #steps .step.done {
            background-color: #58bb58;
            border-color: #469F46;
            color: white;
            background-image: linear-gradient(to bottom,#5cb85c 0,#449d44 100%);
        }

            #steps .step.done:after {
                color: #469F46;
            }

            #steps .step.done:before {
                background-color: #58bb58;
            }

        #steps .step .icon-valid {
            width: 40px;
            height: 40px;
            background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAu0lEQVQ4T6WTURHCMBBEdxWABCRUAkjAAShBCpWCBOoACXGwzGWazpEmIYV833vZ3F2IPw9/4SUNJJ/GbhZIugC4AxhJXjcJHJyCj92CAmySqUtQgwEco2AuuAE4p+akjE2YDMwKAoBTknyD4xQkGbRz44wSAMPcbT/pKcYmrSYeE1jhoyDZZzuygpc9qEiaNy8JXLNKSeKo8tje/DHGQpImXFxlJ3m1bl49wceSdAAQfLdrn65rE1s/9g2UFVqH6GtSAwAAAABJRU5ErkJggg==');
            display: block;
            background-repeat: no-repeat;
            background-position: center center;
        }

    #steps .pulse::before {
        content: '';
        position: absolute;
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9I…F0Q291bnQ9ImluZGVmaW5pdGUiIC8+ICAgICAgICA8L2NpcmNsZT4gICAgPC9nPjwvc3ZnPg==) no-repeat 50% 50%;
        width: 30px;
        height: 30px;
        top: 0;
        right: 0;
        opacity: 0.5;
    }


select {
    /* display: block; */
    width: 100%;
    padding: 6px;
    /* clear: both; */
    font-weight: 500;
    color: #000;
    text-align: inherit;
    white-space: nowrap;
    /* height: 36px; */
    border: solid 1px #000;
}


.shop-bg-white {
    background-color: #fff;
    padding-top: 20px;
    border: solid 1px #ddd;
    padding: 30px
}

.shop-addcustomer-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}



    .shop-addcustomer-title p {
        color: #000;
        font-size: 16px;
        font-weight: 600;
        padding-bottom: 8px;
        position: relative;
    }

.shop-addcustomer-title  p:before {
        background-color: #0669b2;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 32%;
        z-index: 1;
    }



.shop-addcustomer-title  p:after {
        background-color: #ddd;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 100%;
    }


   .shop-addcustomer-title  p span {
        color: #7d7d7d;
        font-size: 16px;
        font-weight: 400;
        padding-bottom: 8px;
        position: relative;
        padding-top: 10px;
        margin-left: 12px;
        letter-spacing: 0px;
    }


/* Toogle Switch Start */

.select-room .switch {
    position: relative;
    /* display: inline-block; */
    /* width: 60px; */
    /* height: 34px; */
    /* float: right; */
    /*margin-right: 50px;
    margin-top: 10px;*/
}

    /* Hide default HTML checkbox */
    .select-room .switch input {
        display: none;
    }

/* The slider */
.select-room .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px;
    height: 20px;
    width: 50px;
}


    .select-room .slider:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

.select-room input.default:checked + .slider {
    background-color: #444;
}

.select-room input.primary:checked + .slider {
    background-color: #2196F3;
}

.select-room input.success:checked + .slider {
    background-color: #8bc34a;
}

.select-room input.info:checked + .slider {
    background-color: #3de0f5;
}

.select-room input.warning:checked + .slider {
    background-color: #FFC107;
}

.select-room input.danger:checked + .slider {
    background-color: #f44336;
}

.select-room input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.select-room input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.select-room .slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Toogle Switch End */

/* Radial Button Start */

.custom-radios input[type="radio"] {
    display: none;
}

.custom-radios input[type="radio"] + label {
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
    cursor: pointer;
}

    .custom-radios input[type="radio"] + label span {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: -1px 4px 0 0;
        vertical-align: middle;
        cursor: pointer;
        border-radius: 50%;
        border: 2px solid #FFFFFF;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
        line-height: 44px;
    }

        .custom-radios input[type="radio"] + label span img {
            opacity: 0;
            transition: all .3s ease;
        }

.custom-radios input[type="radio"]#oda-1 + label span {
    background-color: #3498db;
}

.custom-radios input[type="radio"]#oda-2 + label span {
    background-color: #3498db;
}

.custom-radios input[type="radio"]#oda-3 + label span {
    background-color: #3498db;
}

.custom-radios input[type="radio"]#oda-4 + label span {
    background-color: #3498db;
}

.custom-radios input[type="radio"]#oda-5 + label span {
    background-color: #3498db;
}

.custom-radios input[type="radio"]:checked + label span {
    opacity: 1;
    background: url(../images/radial-button-check-icon.svg) center center no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
}


/* Radial Button End */
.select-room {
    position: relative;
    margin: 10px 0px 20px 0px;
    display: flow-root;
}

    .select-room ul {
        padding: 0px;
        list-style-type: none;
    }

        .select-room ul li {
            height: 40px;
            float: left;           
            text-align: left;
            height: 40px;
        }

        .select-room ul li:first-child {
            width: 12%;         
        }

            .select-room ul li:nth-child(2) {
                width: 35%;
                color: #000;
                padding-top: 7px;
                font-size: 14px;
                font-weight: 600;
            }

            .select-room ul li:nth-child(3) {
                width: 50%;
            }

    /*.select-room p {
        color: #7d7d7d;
        font-size: 14px;
        font-weight: 500;
        padding-left: 60px;
        line-height: 46px;
    }*/



.select-room-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.select-person-title {
    display: inline-block;
    width: 100%;
 
}

.select-room-title p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    height: 26px;
    padding-top: 3px;
}


    .select-room-title span {
        color: #7d7d7d;
        font-size: 14px;
        font-weight: 400;
        padding-bottom: 8px;
        position: relative;
    }


.select-process-title {
    width: 36px;
    height: 36px;
    border: solid 2px #ffcd22;
    margin-top: 7px;
    z-index: 9999;
    float: left;
    margin-right: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #000;
}

a.YeniAdresEkle {
    display: block;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    line-height: 22px;
    color: #00782b;
}

    a.YeniAdresEkle:hover {
        background-color: #b3d6c0;
        color: #000;
    }






.person-data-card {
  position:relative
}


.person-data-card ul {
    list-style-type:none;
    padding:0px
}


    .person-data-card ul li {
        float: left;
        width: 100%;
        /* margin-right: 25px; */
        margin-bottom: 40px;
    }


    .person-data-card ul li:nth-child(even) {
        margin-right: 0px;
    }




        .person-data-card ul li .person-data-card-title {
            color: #000;
            font-size: 15px;
            font-weight: 500;
            /* border-bottom: solid 1px #ddd; */
            background-color: #ddd;
            padding: 2px 0px 0px 10px;
            /* line-height: 32px; */
            /* border-radius: 5px; */
            margin-bottom: 20px;
        }

        .person-data-card ul li p {
            color: #000;
            font-size: 14px;
            font-weight: 500;
            height: 30px;
            /* border-bottom: solid 1px rgba(0, 0, 0, 0.1 ); */
            line-height: 32px;
            padding-left: 12px;
            /*padding-right: 12px;*/
            /* background-color: #f0f0f0; */
            width: 33%;
            float: left;
        }

        .person-data-card ul li .person {
            color: #7d7d7d;
            font-size: 16px;
            padding: 0px 10px 0px 0px;
            float: right;
        }


        .person-data-card ul li span {
            font-size: 14px;
            font-weight: 400;
            color: #000;
            line-height: 24px;
            padding-left: 10px;
           
        }

.person-card-button {
    margin-top: 15px;
    width: 100%;
    height: 36px;
    margin-bottom: 10px;
    float: left;
}

.person-card-button {
    /*padding: 2px 0px 0px 12px;*/
}

   
.person-card-button .edit-adress,
.person-card-button .edit-adress a,
.person-card-button .delete-adress,
.person-card-button .delete-adress a {
    color: #7d7d7d;
    cursor: pointer;
    float: left;
    margin-right: 22px;
    font-size: 18px;
    background-color: #f1f1f1;
    text-align: center;
    width: 40px;
    /* margin-bottom: 12px; */
    line-height: 32px;
    /* padding: 4px 4px; */
    height: 30px;
}


        .person-card-button .edit-adress:hover,
        .person-card-button .edit-adress a:hover {
            color: #0e7934;
        }


    
        .person-card-button .delete-adress:hover,
        .person-card-button .delete-adress a:hover {
            color: #ff0000;
        }



.new-add-person {
    font-size: 20px;
    padding: 10px;
    width: 100%;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

    .new-add-person a {
        font-size: 20px;
        color: #0669b2;
        padding: 10px;
        width: 100%;
        text-decoration: none;
        border: solid 1px #0669b2;
        display: inline-block;
        margin-top: 40px;
    }


        .new-add-person a:hover {
            color: #fff;
            background-color: #0669b2;
        }

        .new-add-person a i {
            margin-right: 12px;
        }


.person-label {
    font-size: 12px;
    color: #000;
    font-weight: 600;
}

hr {
    height: 1px;
    /*margin-left: 15px;
    margin-bottom: -3px;*/
}


.hr-degrade {
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,.6), rgba(0, 0, 0,.4), rgba(0,0,0,0));
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .7;
}

    .hr-text:before {
        content: '';
        background: linear-gradient(to right, transparent, #818078, transparent);
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
    }

    .hr-text:after {
        content: attr(data-content);
        position: relative;
        display: inline-block;
        color: black;
        padding: 0 .5em;
        line-height: 1.5em;
        color: #818078;
        background-color: #fcfcfa;
    }


/*.add-person-form {
    border: solid 1px #0669b2;
    padding: 20px;
    background-color: #f3f9fd;
}*/

.add-person-form {
    border: solid 1px #0669b2;
    padding: 20px;
    background-color: #f3f9fd;
    /* position: absolute; */
    z-index: 999;
    /* top: 0; */
    /* margin: auto; */
    /* left: 0; */
}


            .add-person-form input {
                border: solid 1px #000;
                height:36px;
            }

            .add-person-form input:hover {
                border: solid 1px #0669b2;
               
            }

            
                .add-person-form input:focus {
                    border: solid 2px #0669b2;
                   
                }


    .add-person-form p {
        color: #0669b2;
        font-size: 16px;
        font-weight: 600;
        height: 30px;
        border-bottom: solid 1px #0669b2;
        line-height: 32px;
        text-align: center;
    
    }

.add-person-note {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 20px;
    margin-top: 20px;
    text-align: center;
    /* float: left; */
    display: inline-block;
    margin-bottom: 20px;
}


.term-contrat-bg-white {
    background-color: #fff;
    padding-top: 20px;
    border: solid 1px #ddd;
    padding: 30px;
}

/* Add Customer End */

/* SweetAlert Start */

.swal-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    overflow-y: auto;
    background-color: rgba(0,0,0,.4);
    z-index: 10000;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s;
}

.swal-overlay--show-modal {
    opacity: 1;
    pointer-events: auto;
}

    .swal-overlay--show-modal .swal-modal {
        opacity: 1;
        pointer-events: auto;
        box-sizing: border-box;
        -webkit-animation: showSweetAlert .3s;
        animation: showSweetAlert .3s;
        will-change: transform;
    }

.swal-overlay:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.swal-icon--error__line {
    position: absolute;
    height: 5px;
    width: 36px;
    background-color: #ff0000;
    display: block;
    top: 22px;
    border-radius: 2px;
}

.swal-icon--error__line--left {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}




.swal-icon--error__line {
    position: absolute;
    height: 5px;
    width: 36px;
    background-color: #ff0000;
    display: block;
    top: 22px;
    border-radius: 2px;
}

.swal-icon--error__line--right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}

.swal-icon {
    width: 50px;
    height: 50px;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    margin: 10px auto;
}

.swal-icon--error__x-mark {
    position: relative;
    display: block;
    -webkit-animation: animateXMark .5s;
    animation: animateXMark .5s;
}

.swal-icon:first-child {
    margin-top: 32px;
}

.swal-modal {
    width: 360px;
    opacity: 0;
    pointer-events: none;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    position: static;
    margin: 20px auto;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 10001;
    transition: opacity .2s,-webkit-transform .3s;
    transition: transform .3s,opacity .2s;
    transition: transform .3s,opacity .2s,-webkit-transform .3s;
}

.swal-title {
    color: rgba(0,0,0,.65);
    font-weight: 600;
    text-transform: none;
    position: relative;
    display: block;
    padding: 13px 16px;
    font-size: 19px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
}

.swal-button {
    background-color: #7cd1f9;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    padding: 8px 24px;
    margin: 0;
    cursor: pointer;
    width: 100px;
   
}

.swal-icon--error {
    border-color: #ff0000;
    -webkit-animation: animateErrorIcon .5s;
    animation: animateErrorIcon .5s;
}

.swal-text {
    font-size: 16px;
    position: relative;
    float: none;
    line-height: normal;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-weight: 400;
    color: rgba(0,0,0,.64);
    max-width: calc(100% - 20px);
    overflow-wrap: break-word;
    box-sizing: border-box;
}

.swal-button-container {
    margin: 5px;
    display: inline-block;
    position: relative;
}

.swal-button {
    background-color: #7cd1f9;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    padding: 5px 24px;
    margin: 0;
    cursor: pointer;
    width: 100px;

}

.swal-button--danger {
    background-color: #e64942;
}

.swal-button:active {
    background-color: #70bce0;
}

.swal-button--danger:active {
    background-color: #cf423b;
}

.swal-button:not([disabled]):hover {
    background-color: #78cbf2;
}

.swal-button--danger:not([disabled]):hover {
    background-color: #ff0000;
}

.swal-button--cancel {
    color: #555;
    background-color: #efefef;
    margin-right: 30px;
}

.swal-button:active {
    background-color: #70bce0;
}

.swal-button--cancel:active {
    background-color: #d7d7d7;
}

.swal-button:not([disabled]):hover {
    background-color: #78cbf2;
}

.swal-button--cancel:not([disabled]):hover {
    background-color: #e8e8e8;
}

.swal-button__loader {
    position: absolute;
    height: auto;
    width: 43px;
    z-index: 2;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    pointer-events: none;
    opacity: 0;
}

    .swal-button__loader div {
        display: inline-block;
        float: none;
        vertical-align: baseline;
        width: 9px;
        height: 9px;
        padding: 0;
        border: none;
        margin: 2px;
        opacity: .4;
        border-radius: 7px;
        background-color: hsla(0,0%,100%,.9);
        transition: background .2s;
        -webkit-animation: swal-loading-anim 1s infinite;
        animation: swal-loading-anim 1s infinite;
    }

    .swal-button__loader div {
        display: inline-block;
        float: none;
        vertical-align: baseline;
        width: 9px;
        height: 9px;
        padding: 0;
        border: none;
        margin: 2px;
        opacity: .4;
        border-radius: 7px;
        background-color: hsla(0,0%,100%,.9);
        transition: background .2s;
        -webkit-animation: swal-loading-anim 1s infinite;
        animation: swal-loading-anim 1s infinite;
    }



        .swal-button__loader div:nth-child(3n+2) {
            -webkit-animation-delay: .15s;
            animation-delay: .15s;
        }

        .swal-button__loader div:nth-child(3n+3) {
            -webkit-animation-delay: .3s;
            animation-delay: .3s;
        }

.swal-footer {
    text-align: center;
    padding-top: 13px;
    margin-top: 13px;
    padding: 13px 16px;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* SweetAlert End*/


/* ---------- Tour Price Total Start ----------------- */

.total-box {
    /* border: solid 1px #ddd; */
    /* padding: 20px; */
    margin-bottom: 12px;
    background: #fff;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

    .total-box ul {
        list-style-type: none;
        position: relative;
    }


        .total-box ul li {
            width: 100%;
            border-bottom: solid 1px #ddd;
            display: inline-block;
            height: 30px;
        }

            .total-box ul li p {
                font-size: 14px;
                font-weight: 400;
                color: #000;
                line-height: 40px;
            }
         
                .total-box ul li p span {
                    font-weight: 600 !important;
                    float: right;
                }


    .total-box .total-title {
        font-size: 15px;
        font-weight: 600;
        color: #000;
        /* padding-left: 10px; */
        /* background-color: #ffcd22; */
    }

    .total-box .total-sub-title {
        font-size: 16px;
        font-weight: 600;
        color: #000;
        padding-top: 10px;
    }


    .total-box .total-sub-title span {
        font-size: 14px;
        font-weight: 400;
        color: #7d7d7d;
   
    }



     .total-price {
        width: 100%;
        margin-top: 10px;
    }

        .total-price span {
            color: #000;
            font-size: 15px;
            font-weight: 400;
            line-height: 26px;
            font-family: 'Roboto', sans-serif;
        }


        .total-price p {
            color: #ff701a;
            font-family: 'Roboto', sans-serif;
            font-size: 28px;
            font-weight: 700;
            letter-spacing: 0.4px;
            line-height: 1;
            margin-bottom: 6px;
            margin-top: 10px
        }




             .total-price p span {
                color: #ff701a;
                font-family: 'Roboto', sans-serif;
                font-size: 20px;
                font-weight: 500;
                letter-spacing: 0.4px;
                line-height: 1;
                margin-bottom: 6px;
                margin-top: 20px
            }

/* ---------- Tour Price Total End ----------------- */

/* Credit Cart Start */

.grid-wrapper {
    width: 900px;
    margin: 15px auto;
    max-width: 100%;
    padding: 0 10px;
}

.noMargin {
    margin: 0 !important;
}

.noMarginT {
    margin-top: 0 !important;
}

.noMarginR {
    margin-right: 0 !important;
}

.noMarginB {
    margin-bottom: 0 !important;
}

.noMarginL {
    margin-left: 0 !important;
}

.noMarginLR {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.noMarginTB {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.title {
    font-size: 21px;
    color: #000000;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.txt {
    width: 300px;
    max-width: 100%;
    font-size: 14px;
    padding: 11px 20px;
    border: 1px solid #000;
    outline: none;
    height: 42px;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

    .txt:hover {
        border: solid 1px #0669b2;
    }


    .txt:focus {
        border: solid 2px #0669b2;
    }


    .txt::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #989c9e;
    }

    .txt::-moz-placeholder {
        /* Firefox 19+ */
        color: #989c9e;
    }

    .txt:-ms-input-placeholder {
        /* IE 10+ */
        color: #989c9e;
    }

    .txt:-moz-placeholder {
        /* Firefox 18- */
        color: #989c9e;
    }

    .txt.large {
        width: 450px;
    }

    .txt.xLarge {
        width: 660px;
    }

    .txt.required {
        border-color: #ffe7e7;
        background: #fffafa;
    }

    .txt.style2 {
        background: transparent;
        border: none;
        border-bottom: 2px solid #c6c6c6;
        height: 35px;
        padding: 10px 10px;
    }

        .txt.style2.required {
            border-color: #ee1c24;
        }

            .txt.style2.required::-webkit-input-placeholder {
                /* Chrome/Opera/Safari */
                color: #ee1c24;
            }

            .txt.style2.required::-moz-placeholder {
                /* Firefox 19+ */
                color: #ee1c24;
            }

            .txt.style2.required:-ms-input-placeholder {
                /* IE 10+ */
                color: #ee1c24;
            }

            .txt.style2.required:-moz-placeholder {
                /* Firefox 18- */
                color: #ee1c24;
            }

.txtarea {
    height: 100px;
}

    .txtarea.heightMedium {
        height: 140px;
    }

.chckBox {
    font-weight: 500 !important;
}

    .chckBox input {
        float: left;
        margin: 3px 5px 0 0;
        width: 14px;
    }

.rqMessage {
    float: left;
    width: 100%;
    font-size: 12px;
    margin: 5px 0 10px 0;
    color: #ff4949;
}

.inputRow {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

    .inputRow label {
        font-weight: 600;
        display: block;
        font-size: 15px;
        margin: 0 0 5px 0;
    }

.formStyle3 .formTitle {
    color: #000;
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: bold;
}

.formStyle3 .inputGroup {
    padding: 0;
    margin: 0 0 10px 0;
}

    .formStyle3 .inputGroup label {
        font-weight: 600;
        font-size: inherit;
    }

    .formStyle3 .inputGroup .radioBtn {
        margin: 10px 0;
    }

    .formStyle3 .inputGroup .chckBox {
        margin: 6px 0;
        font-weight: 500;
    }

        .formStyle3 .inputGroup .chckBox input {
            margin-top: 2px;
        }

.formStyle3 .inputRow {
    margin: 0 0 20px 0;
}

    .formStyle3 .inputRow label {
        display: block;
        margin: 0 0 5px 0;
        vertical-align: top;
        font-weight: 600;
        font-size: inherit;
        color: #0669b2;
    }

    .formStyle3 .inputRow .txt {
        width: 100%;
    }

        .formStyle3 .inputRow .txt.uyeTel {
            width: 13%;
            float: left;
        }

        .formStyle3 .inputRow .txt.uyeTel2 {
            width: 83%;
            margin-left: 13%;
            display: inherit;
            position: relative;
            left: 23px;
        }

    .formStyle3 .inputRow .chckBox {
        margin: 5px 0;
        font-weight: 500;
    }

.formStyle3 .inputs {
    width: 100%;
    display: inline-block;
}

    .formStyle3 .inputs.innerText {
        text-align: center;
    }

        .formStyle3 .inputs.innerText .txt {
            width: 43%;
            float: left;
        }

            .formStyle3 .inputs.innerText .txt:nth-last-child(1) {
                float: right;
            }

        .formStyle3 .inputs.innerText .text {
            display: inline-block;
            margin: 12px 0 0 0;
        }

    .formStyle3 .inputs.oneCol .txt {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .formStyle3 .inputs.twoCol .wrapper {
        display: inline-block;
        width: 48%;
    }

        .formStyle3 .inputs.twoCol .wrapper:nth-last-child(1) {
            float: right;
        }

    .formStyle3 .inputs.treeCol .wrapper {
        display: inline-block;
        width: 31%;
    }

        .formStyle3 .inputs.treeCol .wrapper:nth-child(1) {
            margin: 0 3% 0 0;
        }

        .formStyle3 .inputs.treeCol .wrapper:nth-last-child(1) {
            float: right;
        }

    .formStyle3 .inputs.fourCol .wrapper {
        display: inline-block;
        width: 22%;
    }

        .formStyle3 .inputs.fourCol .wrapper:nth-child(1) {
            margin: 0 3% 0 0;
        }

        .formStyle3 .inputs.fourCol .wrapper:nth-child(2) {
            margin: 0 3% 0 0;
        }

        .formStyle3 .inputs.fourCol .wrapper:nth-child(3) {
            margin: 0 3% 0 0;
        }


        .formStyle3 .inputs.fourCol .wrapper:nth-last-child(1) {
            float: right;
        }

.formStyle3 .input {
    width: 100%;
}

.cartProto {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
    margin-top: 30px;
}

    .cartProto .cartProtoInner {
        -webkit-transition: 0.6s;
        -webkit-transform-style: preserve-3d;
        -moz-transition: 0.6s;
        -moz-transform-style: preserve-3d;
        -o-transition: 0.6s;
        -o-transform-style: preserve-3d;
        transition: 0.6s;
        transform-style: preserve-3d;
        position: relative;
        width: 350px;
        height: 220px;
        max-width: 100%;
        margin: 0 auto;
    }

    .cartProto .cart {
  
    width: 350px;
    height: 220px;
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid #0669b2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 0;
    background: #8dcff4;
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
    

        .cartProto .cart.front {
            z-index: 2;
        }

            .cartProto .cart.front .content {
                width: 80%;
                position: absolute;
                left: 10%;
                bottom: 40px;
            }

            .cartProto .cart.front .shiny {
                width: 50px;
                height: 35px;
                border-radius: 5px;
                background: #0669b2;
                position: relative;
            }

                .cartProto .cart.front .shiny:before {
                    content: " ";
                    display: block;
                    width: 70%;
                    height: 60%;
                    border-top-right-radius: 5px;
                    border-bottom-right-radius: 5px;
                    background: #ffcd22;
                    position: absolute;
                    top: 20%;
                }

            .cartProto .cart.front .cvc {
                float: right;
                position: relative;
                bottom: 5px;
            }

            .cartProto .cart.front .cardNumber {
                font-size: 22px;
                clear: both;
                margin-bottom: 15px;
                color: #000;
                font-weight: 900;
                letter-spacing: 1px;
            }
          

            .cartProto .cart.front .fullName {
                text-transform: uppercase;
                font-size: 15px;
                max-height: 45px;
                position: absolute;
                bottom: 0;
                width: 65%;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: horizontal;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .cartProto .cart.front .cardExpiry {
                letter-spacing: 0em;
                position: relative;
                float: right;
                width: 25%;
                font-size: 13px;
            }

                .cartProto .cart.front .cardExpiry > .inner {
                    padding-top: 3px;
                }

                .cartProto .cart.front .cardExpiry:before {
                    content: attr(data-before);
                    margin-bottom: 2px;
                    text-transform: uppercase;
                    font-size: 12px;
                    white-space: pre;
                    display: block;
                    /* opacity: 0.5; */
                    padding: 0 0 0 6px;
                    color: #000;
                }
             

                .cartProto .cart.front .cardExpiry:after {
                    position: absolute;
                    content: attr(data-after);
                    text-align: right;
                    right: 100%;
                    margin-right: 5px;
                    margin-top: 2px;
                    bottom: 5px;
                    font-size: 7px;
                    display: block;
                    opacity: 0;
                    width: 18px;
                    line-height: 1;
                }

        .cartProto .cart.back {
            -moz-transform: rotateY(180deg);
            -o-transform: rotateY(180deg);
            -ms-transform: rotateY(180deg);
            -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
            z-index: 2;
        }

            .cartProto .cart.back .cardBar {
                background-color: #444;
                width: 100%;
                height: 20%;
                position: absolute;
                top: 10%;
            }

            .cartProto .cart.back .cvc {
                position: absolute;
                top: 40%;
                left: 85%;
                -webkit-transition-delay: 600ms;
                -moz-transition-delay: 600ms;
                transition-delay: 600ms;
                font-size: 14px;
            }

            .cartProto .cart.back .shiny {
                width: 50px;
                height: 35px;
                border-radius: 5px;
                background: #0669b2;
                position: relative;
                position: absolute;
                top: 66%;
                left: 2%;
            }

                .cartProto .cart.back .shiny:before {
                    content: " ";
                    display: block;
                    width: 70%;
                    height: 60%;
                    border-top-right-radius: 5px;
                    border-bottom-right-radius: 5px;
                    background: #ffcd22;
                    position: absolute;
                    top: 20%;
                }

                .cartProto .cart.back .shiny:after {
                    content: "";
                    position: absolute;
                    left: 120%;
                    top: 5%;
                    color: white;
                    font-size: 7px;
                    width: 230px;
                    opacity: 0.5;
                }

            .cartProto .cart.back:after {
                content: " ";
                display: block;
                background-color: #fff;
                width: 80%;
                height: 16%;
                position: absolute;
                top: 40%;
                left: 2%;
            }

        .cartProto .cart span.inner {
            padding: 0 5px;          
            display: inline-block;
            color: #000;
        }

            .cartProto .cart span.inner.active {
                border: 1px solid #fff;
            }

    .cartProto.hover .cartProtoInner {
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .cartProto.hover .cart.back {
        z-index: 3;
    }


.expiryMonth {

    margin-left:14px

}




/* Credit Card Ent */

/* Location Point Start */

.location-start {
position:relative;
width:100%;
}


    .location-start .wrapper {
        display: inline-block;
        width: 100%;
    }




.location-start .wrapper .select-txt {
    width: 300px;
    max-width: 100%;
    font-size: 14px;
    padding: 11px 20px;
    border: 1px solid #000;
    outline: none;
    height: 42px;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}


/* Location Point End*/

/* Purchased Tour Person List Start */


.room-title {
    color: #0669b2;
    font-size: 16px;
    font-weight: 700;
    /* margin-bottom: 14px; */
    margin-top: 20px;
}

.room-title span {
    color: #0669b2;
    font-size: 16px;
    font-weight: 400;
  
}

.purchased-person-list {
    position: relative;
    margin-bottom: 40px;
    margin-top: 15px;
}






    .purchased-person-list .person-title {
        color: #000;
        font-size: 16px;
        font-weight: 500;
        border-bottom: solid 3px #ddd;

        padding: 4px 0px 0px 0px;
        line-height: 28px;


    }

    .purchased-person-list p {
        color: #000;
        font-size: 14px;
        font-weight: 600;
        height: 28px;
        border-bottom: solid 1px rgba(0, 0, 0, 0.1 );
        line-height: 32px;
        /* padding-left: 12px; */
        padding-right: 12px;
        /* background-color: #f0f0f0; */
    }

    .purchased-person-list .person {
        color: #7d7d7d;
        font-size: 16px;
        padding: 0px 10px 0px 0px;
        float: right;
    }


    .purchased-person-list span {
        font-size: 14px;
        font-weight: 400;
        color: #000;
        line-height: 24px;
        padding-left: 10px;
    }



/* Purchased Tour Person List End */

/* Customer Box Menu Start */



.customer-box {
    border: solid 1px #ddd;
    padding: 20px;
    margin-bottom: 12px;
    background: #fff;
}

    .customer-box .customer-menu-title {
        font-size: 17px;
        font-weight: 600;
        color: #0669b2;
        padding-bottom: 5px;
        position: relative;
        margin-bottom: 30px;
    }

        .customer-box .customer-menu-title:before {
            background-color: #0669b2;
            bottom: 0;
            content: "";
            height: 2px;
            left: 0;
            position: absolute;
            width: 50%;
            z-index: 1;
        }

        .customer-box .customer-menu-title:after {
            background-color: #ddd;
            bottom: 0;
            content: "";
            height: 2px;
            left: 0;
            position: absolute;
            width: 100%;
        }


        .customer-box ul {
          list-style-type:none;
          padding:0px
        }

            .customer-box ul li {
                height: 32px;
                line-height: 32px;

            }





                .customer-box ul li a {
                    color: #000;
                    text-decoration: none;
                    padding: 0px 0px 0px 12px;
                    font-weight: 600;
                    width: 100%;
                    display: inline-block;
                }

                .customer-box ul li a:hover {
                    color: #fff;
                    background-color: #0669b2;
                    cursor: pointer;
                }


            
              


/* Customer Box Menu End */

/* Purchased Tour Start */

:root {
    --borderWidth: 6px;
    --height: 32px;
    --width: 16px;
    --borderColor: #78b13f;
}


.check {
    display: inline-block;
    transform: rotate(45deg);
    height: var(--height);
    width: var(--width);
    border-bottom: var(--borderWidth) solid var(--borderColor);
    border-right: var(--borderWidth) solid var(--borderColor);
    float: left;
    margin-right: 30px;
}

.shop-complete p {
    color: #006b25;
    font-size: 20px;
    font-weight: 600;
    padding-top: 7px;
}

.shop-complete .code {
    color: #7d7d7d;
    font-size: 16px;
    font-weight: 500;
    padding-top: 7px;
    margin-left: 50px;
}

    .shop-complete .code span {
        color: #0669b2;
        font-size: 18px;
        font-weight: 600;
        padding-top: 7px;
        letter-spacing: 1px;
    }

.shop-complete-comment {
    color: #0669b2;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    margin-left: 50px;
    margin-top: 20px;
}

.print-voucher {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 8px 8px 8px;
    position: relative;
    text-align: center;
}

.print-voucher:hover {
        color: #fff;

      
    }

.purchased-tour {
    position: relative;
    margin-top: 30px;
}

.tour-header {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
}

.tour-program {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
}

    .tour-program a span,
    .tour-program a {
        color: #ff0000;
        font-size: 15px;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
        margin-top: 20px;
        text-decoration: none;
    }


        .tour-program a span:hover,
        .tour-program a:hover {
            color: #000;
        }


.purchased-tour i {
    color: #0669b2;
    font-size: 18px;
    width: 24px
}


.purchased-tour .tour-transporting,
.purchased-tour .tour-date-time,
.purchased-tour .tour-location {
    position: relative;
}



    .purchased-tour .tour-transporting span,
    .purchased-tour .tour-date-time span,
    .purchased-tour .tour-location span {
        color: #000;
        font-size: 14px;
        font-weight: 500;
        line-height: 26px;
        font-family: 'Roboto', sans-serif;
    }




    .purchased-tour .tour-date-time p {
        color: #000;
        font-size: 14px;
        font-weight: 500;
        line-height: 26px;
        font-family: 'Roboto', sans-serif;
        display: inline-block;
    }

        .purchased-tour .tour-date-time p span {
            color: #0669b2 !important;
            font-size: 14px;
            font-weight: 500;
            line-height: 26px;
            font-family: 'Roboto', sans-serif;
        }







.purchased-tour .tour-price {
    width: 100%;
    margin-top: 30px;
}

    .purchased-tour .tour-price span {
        color: #000;
        font-size: 14px;
        font-weight: 500;
        line-height: 26px;
        font-family: 'Roboto', sans-serif;
    }


    .purchased-tour .tour-price p {
        color: #ff701a;
        font-family: 'Roboto', sans-serif;
        font-size: 28px;
        font-weight: 700;
        letter-spacing: 0.4px;
        line-height: 1;
        margin-bottom: 6px;
        margin-top: 10px
    }




        .purchased-tour .tour-price p span {
            color: #ff701a;
            font-family: 'Roboto', sans-serif;
            font-size: 20px;
            font-weight: 500;
            letter-spacing: 0.4px;
            line-height: 1;
            margin-bottom: 6px;
            margin-top: 20px
        }



.purchased-tour .purchased-box ul {
    list-style-type: none;
    position: relative;
}


    .purchased-tour .purchased-box ul li {
        width: 100%;
        border-bottom: solid 1px #ddd;
        display: inline-block;
        height: 30px;
    }

        .purchased-tour .purchased-box ul li p {
            font-size: 14px;
            font-weight: 400;
            color: #000;
            line-height: 40px;
        }

            .purchased-tour .purchased-box ul li p span {
                font-weight: 600 !important;
                float: right;
            }


.purchased-tour .purchased-box .purchased-title {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    /* padding-left: 10px; */
    /* background-color: #ffcd22; */
}

.purchased-tour .purchased-box .purchased-sub-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding-top: 10px;
}


    .purchased-tour .purchased-box .purchased-sub-title span {
        font-size: 14px;
        font-weight: 400;
        color: #7d7d7d;
    }



.purchased-tour .purchased-total-price {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 40px;
}

    .purchased-tour .purchased-total-price span {
        color: #000;
        font-size: 15px;
        font-weight: 400;
        line-height: 26px;
        font-family: 'Roboto', sans-serif;
    }


    .purchased-tour .purchased-total-price p {
        color: #000;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.4px;
        line-height: 1;
        margin-bottom: 6px;
        margin-top: 10px
    }




        .purchased-tour .purchased-total-price p span {
            color: #000;
            font-family: 'Roboto', sans-serif;
            font-size: 15px;
            font-weight: 500;
            letter-spacing: 0.4px;
            line-height: 1;
            margin-bottom: 6px;
            margin-top: 20px;
        }

/* Purchased Tour End*/

/* Print Voucher Start */

.coupon {
    margin: 20px;
    border: 2px solid #ffcd22;
    outline: #0669b2 dotted 4px;
    outline-offset: 0.5cm;
    padding: 20px;
}


.coupon #head {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 56px;
}

.coupon #footer {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#title .visible-xs {
    font-size: 12px;
}

.coupon #title img {
    font-size: 30px;
    height: 30px;
    margin-top: 5px;
}



.coupon #title span {
    float: right;
    margin-top: 5px;
    font-weight: 700;
    text-transform: uppercase;
}


.coupon .logo {
    width: 40% !important;
    margin-right: 50px;
}

.coupon .card-title span {
    float: right;
    margin-top: 5px;
    font-weight: 700;
    font-size: 17px;
    color: #000;
}


.coupon .card-header {
    background-color: #bee2f9 !important;
    border-bottom: 0px solid rgba(0,0,0,.125);
}


.coupon .coupon-adress {
    text-align: center;
    border-top: 0px solid rgba(0,0,0,.125);
    font-weight: 500;
    font-size: 15px;
    color: #000;
}


.coupon-img {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
}



/* Print Voucher End */

/* Orders Tours Start */
.mg-0 {
    padding-right: 0px !important;
}

.order-code {
    font-size:14px;
    font-weight: 500;
    color:#0859c8;
    margin-bottom:20px
    }

.order-code span {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

#accordion .bg-collapse {
    background-color: #fff;
    padding-top: 6px;
    border: solid 1px #ddd;
    margin-bottom: 10px;
}

#accordion .margin-collapse {
    background-color: #fff;
    padding-top: 30px;
    border: solid 1px #ddd;
    padding: 30px;
    margin-top: -11px;
    margin-bottom: 20px;
}

#accordion .bg-collapse:hover,
#accordion .bg-collapse:focus {
    border: solid 1px #0669b2;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(6,105,178,0.32);
    -moz-box-shadow: 0px 0px 12px 0px rgba(6,105,178,0.32);
    box-shadow: 0px 0px 12px 0px rgba(6,105,178,0.32);
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -transition: all 0.2s ease-out;
}

/*#accordion .big-tab-collapse {
    color: #000 !important;
    font-size: 15px !important;
    background-color: #fff !important;
    padding: 20px !important;
}*/

#accordion .panel-title-list a {
    display: block;
    position: relative;
    font-size: 16px;
    margin-bottom: 4px;
    padding: 8px 8px 4px 12px;
    background-color: #fff;
    color: #0669b2;
    text-decoration: none;
    font-weight: 600;
    background-color: #eee;
    line-height: 26px;
}

    #accordion .panel-title-list a .order-date {
        float: right;
        text-align: right;
        font-size: 14px;
        color: #7d7d7d;
        font-weight: 400;
        margin-right: 100px;
    }




    #accordion .panel-title-list a.collapsed:before {
        content: "";
        border: 0px none;
    }


#accordion .panel-title-list a:after,
#accordion .panel-title-list a.collapsed:after {
    content: "\f139";
    font-family: FontAwesome;
    color: #ff0000;
    font-size: 22px;
    line-height: 20px;
    position: absolute;
    top: 24px;
    right: 18px;
}



#accordion .panel-title-list a.collapsed:after {
    content: "\f13a";
    color: #000;
}


/* Orders Tours End */

/* Mesaj start */


.customer-main-column .message-text-button {
    width: 100%;
    position: relative;
    text-align: left;
    font-weight: 700;
    margin-bottom: 30px;
}


    .customer-main-column .message-text-button a {
        font-size: 23px;
        color: #ff0000;
        text-decoration: none;
    }

        .customer-main-column .message-text-button a:hover {
      
            color: #0669b2;
        }

        .customer-main-column .message-text-button a span {
            font-size: 19px;
            font-weight: 700;
        }

.customer-main-column .table th {
    background-color: #bee2f9;
    padding: 5px 10px 3px 10px;
    font-size: 14px;
    vertical-align: middle;
    border: 1px solid #fff;
    color: #000;
}

.customer-main-column .table tbody tr {
    padding: .35rem;
    background-color: #fff !important;
    font-size: 13px;
    border: 1px solid #fff;
}


    .customer-main-column .table tbody tr:hover {
        background-color: #f0f0f0 !important;
    }



.customer-main-column .table td {
    padding: 5px 10px 5px 10px;
    vertical-align: middle;
    padding: 0px 9px 0px 9px;
    border: 0;
    color: #000;
}

.customer-main-column .message-look {
    background-color: rgba(255,255,255, 0);
    /* padding: 2px 6px 2px 6px; */
    font-size: 28px;
    text-align: center;
    color: #0669b2;
    font-weight: normal;
    cursor: pointer;
    border: 0px;
    /* font-weight: normal; */
}

.customer-main-column .message-look {
    background-color: rgba(255,255,255, 0);
    /* padding: 2px 6px 2px 6px; */
    font-size: 28px;
    text-align: center;
    color: #0669b2;
    font-weight: normal;
    cursor: pointer;
    border: 0px;
    /* font-weight: normal; */
}

/* Change Icon Font Awesome Start */
.change-icon > .fas + .fas,
.change-icon:hover > .fas {
    display: none;
}

    .change-icon:hover > .fas + .fas {
        display: inherit;
    }

/* Change Icon Font Awesome End */

    .customer-main-column .message-look:hover {
        color: #000;
    }

   



.modal-message-header {
    display: block !important;
}

.modal-message-title {
    
    font-size: 22px;
    color: #0669b2;
}

.modal-message-title span {
    font-size: 18px;
    color: #0669b2;
}


.modal-refun-title {
    width: 25px;
    height: 23px;
    background-image: url(../images/customer/iade-icon.png);
    background-repeat: no-repeat;
    background-position: left;
    display: inline-block !important;
    margin-right: 12px;
    vertical-align: top;
}


.message-content {
    font-size: 14px;
    /* font-weight: 600; */
    margin-bottom: 20px;
    color: #000;
    line-height: 19px;
}



.message-content-title {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.refun-content-title {
    font-size: 14px;
    font-weight: 600;
    color: #0669b2;
}

.write-message-title {
    font-size: 14px;
    font-weight: 500;
    color: #0669b2;
    margin-bottom: 4px;
}


.message-input {
    font-size: 12px;
    font-weight: 400;
    /* margin-bottom: 20px; */
    color: #000;
    height: auto;
    padding: 10px 10px 0px 10px;
    background: #fff;
    border: 1px solid #0669b2;

    width: 100%;
}

.write-message {
    font-size: 12px;
    font-weight: 400;
    /* margin-bottom: 20px; */
    color: #000;
    height: auto;
    padding: 10px 10px 0px 10px;
    background: #fff;
    border: 1px solid #0669b2;
    min-height: 90px;
    width: 100%;
}

    .message-input:focus,
    .write-message:focus {
        color: #000;
        background-color: #fff;
        border: 1px solid #0669b2;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(6,105,178,.25)
    }

.message-modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0px 16px 16px 16px;
}

.button-send-modal {
    background: #0669b2;
    padding: 7px 20px 4px 20px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    border: 0px;
}

    .button-send-modal:hover {
        background: #ef9c00;
        color: #000
    }

.button-cancel-modal {
    background: #ddd;
    padding: 7px 20px 4px 20px;
    font-size: 14px;
    text-align: center;
    color: #000;
    font-weight: normal;
    cursor: pointer;
    border: 0px;
    font-weight: 500;
    margin-right: 30px;
}

    .button-cancel-modal:hover {
        background: #ff0000;
        color: #fff
    }



.notice-message {
    position: absolute;
    width: 17px;
    height: 17px;
    line-height: 18px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    background: #ff0033;
    color: #fff;
    margin-left: 5px;
    margin-top: 2px;
}


    .notice-message:hover {
        background: #ef9c00;
        color: #000;
    }




.modal-body select {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 18px;
    color: #495057;
    background-color: #fff;
    border: 1px solid #0669b2;
    /* border-radius: .25rem; */
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 16px;
    cursor: pointer;
}

    .modal-body select:focus {
        color: #495057;
        background-color: #fff;
        border-color: #00782b;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(6,105,178,.25)
    }



@media screen and (max-width: 500px) {
    .customer-main-column .konu-sh {
        display: none;
    }
}


/* Mesaj end */


/* Customer Services Main Page Start */

.customer-menu-item {
    margin-bottom: 20px;
    text-decoration: none;
}

.customer-menu-siparis {
    width: 64px;
    height: 64px;
    background-image: url("../images/icons/tour.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    margin-right: 12px;
}

a:hover .customer-menu-siparis {
    width: 64px;
    height: 64px;
    background-image: url("../images/icons/tour-h.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    margin-right: 12px;
}

.customer-menu-teslimat {
    width: 64px;
    height: 64px;
    background-image: url("../images/icons/hotel.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    margin-right: 12px;
}

a:hover .customer-menu-teslimat {
    width: 64px;
    height: 64px;
    background-image: url("../images/icons/hotel-h.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    margin-right: 12px;
}

.customer-menu-fatura {
    width: 64px;
    height: 64px;
    background-image: url("../images/icons/fatura.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    margin-right: 12px;
}

a:hover .customer-menu-fatura {
    width: 64px;
    height: 64px;
    background-image: url("../images/icons/fatura-h.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    margin-right: 12px;
}



.customer-menu-mesaj {
    width: 64px;
    height: 64px;
    background-image: url("../images/icons/mesaj.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    margin-right: 12px;
}

a:hover .customer-menu-mesaj {
    width: 64px;
    height: 64px;
    background-image: url("../images/icons/mesaj-h.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    margin-right: 12px;
}



.customer-menu-uyelik {
    width: 64px;
    height: 64px;
    background-image: url("../images/icons/uyelik.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    margin-right: 12px;
}

a:hover .customer-menu-uyelik {
    width: 64px;
    height: 64px;
    background-image: url("../images/icons/uyelik-h.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    margin-right: 12px;
}

.customer-menu-sifre {
    width: 64px;
    height: 64px;
    background-image: url("../images/icons/sifre.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    margin-right: 12px;
}

a:hover .customer-menu-sifre {
    width: 64px;
    height: 64px;
    background-image: url("../images/icons/sifre-h.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    margin-right: 12px;
}

.customer-menu-title {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0px 3px 0px;
    display: inline-block;
    color: #000;
}

.customer-menu-text {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

a .customer-menu-title, a .customer-menu-text {
    color: #000;

}


a:hover .customer-menu-title, a:hover .customer-menu-text {
    color: #0669b2;
    text-decoration: none;
}

.customer-header {
    margin-bottom: 30px;
    font-weight: 400;
    color: #000;
    font-size: 14px;
    background-color: #bee2f9;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
}
/* Customer Services Main Page End */


/* Update Customer data Start */

.button-send {
    background: #00782b;
    padding: 8px 20px 8px 20px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    margin-top: 30px;
    cursor: pointer;
    border: 0px;
    font-weight: 700;
    margin-right: 40px;
}



    .button-send:hover {
        background: #ef9c00;
        color: #000
    }

.button-cancel {
    background: #ddd;
    padding: 8px 20px 8px 20px;
    font-size: 16px;
    text-align: center;
    color: #000;
    font-weight: normal;
    margin-top: 30px;
    cursor: pointer;
    border: 0px;
    font-weight: 700;
}

    .button-cancel:hover {
        background: #ff0000;
        color: #fff
    }

select:focus {
    border-color: #0669b2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(6,105,178, .35)
}

.bold-black {
    font-weight: 600 !important;
    color: #000 !important
}




.billing-data-card ul li p {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    /* border-bottom: solid 1px rgba(0, 0, 0, 0.1 ); */
    line-height: 32px;
    padding-left: 12px;
    padding-right: 12px;
    width:100%;
    /* background-color: #f0f0f0; */
}
/* Update Customer data End */