﻿/** {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;*/
   /* overflow-x: hidden;*/
    /*scroll-behavior: smooth;
}*/

.header img {
    height: 200px;
}

.main_section {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_conatiner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.user_type {
    display: flex;
    gap: 35px;
    padding-bottom: 100px;
    /* display: none; */
}

    /*.user_type button {
        background-color: white;
        border: 1px solid rgba(190, 190, 190, 0.479);
        box-shadow: rgb(38, 57, 77) 0px 20px 30px -20px;
        height: 80px;
        width: 240px;
        border-radius: 5px;
        font-family: Montserrat;
        font-size: 22px;
        cursor: pointer;
        color: rgb(58, 58, 58);
        transition: 0.3s;
    }*/
    .user_type button {
        background-color: white;
        border: 1px solid rgba(190, 190, 190, 0.479);
        box-shadow: rgb(38, 57, 77) 0px 20px 20px -30px;
        height: 80px;
        width: 240px;
        border-radius: 6px;
        font-family: Montserrat;
        font-size: 26px;
        cursor: pointer;
        color: rgb(77, 77, 77);
        transition: 0.3s;
    }

        .user_type button:hover {
            background-color: #F4771D;
            color: white;
        }

.consultation {
    margin-top: -80px;
    z-index: 9;
    font-family: Montserrat;
    display: flex;
    flex-direction: column;
    gap: 50px;
    display: none;
    padding-bottom: 50px;
}

    .consultation span {
        font-size: 22px;
        color: rgb(88, 88, 88);
    }

    .consultation select {
        width: 200px;
        margin: 0px auto;
        border: 1px solid rgb(150, 150, 150);
        box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
        height: 47px;
        outline: none;
        border-radius: 5px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        position: relative;
        text-align: center;
        font-family: Montserrat;
        font-size: 17px;
        cursor: pointer;
        color: rgb(54, 54, 54);
    }

    .consultation option {
        height: 45px;
    }

    .consultation option {
        background-color: white;
        color: rgb(54, 54, 54);
        font-family: Montserrat;
        font-size: 17px;
        cursor: pointer;
        padding: 20px;
        margin: 20px;
    }

        .consultation option:hover {
            background-color: #FD8B42;
            color: white;
        }

.info1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: -90px;
    /*justify-content: center;*/
    align-items: center;
    /* text-align: center;*/
    font-family: Montserrat;
    padding-bottom: 100px;
}

.marked_color {
    color: #F4771D;
}

.info1 h1 {
    font-size: 26px;
    font-weight: bolder;
}

.info1 .girl_picture {
    width: 500px;
    margin: 0px auto;
}

    .info1 .girl_picture img {
        width: 100%;
        height: 100%;
    }

.info1 .info_description {
    /*width: 55%;*/
    line-height: 26px;
    /*color: rgb(71, 71, 71);*/
    color:black !important;
    font-size: 16px;
}

.custom-button {
    background-color: #F4771D;
    color: white;
    border: none;
    outline: none;
    height: 45px;
    width: 50%;
    border-radius: 30px;
    font-weight: bolder;
   /* font-family: Montserrat;*/
    font-size: 16.5pt;
    margin-top: 10px;
}

.info2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: -90px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Montserrat;
    display: none;
    padding-bottom: 100px;
}

.marked_color {
    color: #F4771D;
}

.info2 h1 {
    font-size: 26px;
    font-weight: bolder;
}

.info2 .girl_picture {
    width: 500px;
    margin: 0px auto;
}

    .info2 .girl_picture img {
        width: 100%;
        height: 100%;
    }

.info2 .info_description {
    width: 55%;
    line-height: 23px;
    color: rgb(71, 71, 71);
    font-size: 14px;
}

.info2 button, .submit_btn {
    background-color: #F4771D;
    color: white;
    text-align: center;
    justify-content: center;
    border: none;
    padding-top: 5px;
    outline: none;
    height: 47px;
    width: 400px;
    border-radius: 30px;
    font-weight: bolder;
    font-family: Montserrat;
    font-size: 22px;
    margin-top: 10px;
    cursor:pointer;
}

.header {
    /* display: none; */
}

.user_form {
   /* width: 100vw;*/
    height: 100%;
    /*background-color: #e02d6913;*/
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.user_form_container {
    background-color: white;
    /*padding: 4px 40px;*/
    padding: 4px;
    width: 70%;
    display: flex;
    flex-direction: column;
    /*padding-bottom: 60px;*/
    gap: 10px;
    margin: 0px auto;
    font-family: Montserrat;
}

    .user_form_container h2 {
        text-align: center;
        font-family: Montserrat;
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .user_form_container .row_inputs {
        display: flex;
        justify-content: space-between;
        gap: 40px;
        margin: 7px 0px;
    }

    .user_form_container .row_inputs_name {
        display: flex;
        flex-direction: column;
    }

    .user_form_container .row_inputs .left {
        display: flex;
        flex-direction: column;
        flex: 1;
    }

.user_form .row_inputs .right {
    flex: 1;
}

.flex_container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 40px;
}

    .flex_container .left {
        flex: 1;
    }

    .flex_container .right {
        flex: 1;
    }

.genders {
    display: flex;
    gap: 20px;
    flex: 1;
}

    .genders span {
        display: flex;
        gap: 4px;
        align-items: center;
    }

.user_form_container .right {
    display: flex;
    flex-direction: column;
}

.services {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    margin: 10px 0px;
    padding: 10px 0px;
}

.user_form_container label {
    margin: 5px 0px;
    font-weight: bold !important;
    color: rgb(77, 77, 77);
}

input[type="text"], input[type="email"], input[type="password"], input[type="date"], input[type="month"], input[type="time"],
input[type="datetime-local"],
select, select2, select2-search, select2-selection__rendered, textarea, bootstrap-select > .dropdown-toggle {
    padding: 4px;
    /*border-radius: 8px;*/
    outline: none;
    border: 1px solid #FD8B42;
    width: 100%;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    /*padding: 12px 10px;*/
    border-radius: 8px;
    outline: none;
    border: 1px solid #F4771D;
    width: 100%;
}
/*.payment_details input, select {
    margin: 7px 0px;
    outline: none;
    border: 1px solid #F4771D;
    width: 100%;
    padding: 12px 10px;
    border-radius: 8px;
}*/
.service {
    display: flex;
    justify-content: space-between;
    width: 130%;
}

    .service .quantity {
        display: flex;
        align-items: flex-start !important;
        text-align: start !;
        gap: 4px;
        width: 200px;
        margin: 0px auto;
        flex: 1;
    }

        .service .quantity select {
            padding: 0px;
            margin: 0px;
            width: 50px;
            border-radius: 5px;
        }



.service_header {
    width: fit-content;
    flex: 1;
}

.service .price {
    width: fit-content;
    flex: 1;
}

#specific {
    border-top: 1px solid gray;
    padding-top: 30px;
}

.total_amount_to_paid {
    text-align: end;
    display: flex;
    justify-content: flex-end;
    padding: 20px 0px;
    margin: 20px;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    width: 100%;
    padding-right: 20px;
}

    .total_amount_to_paid span {
        display: flex;
        gap: 20px;
    }

.submit_btn {
    margin: 20px auto;
}

.right {
    display: flex;
    flex-direction: row;
}


.confirmation {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    font-family: Montserrat;
    height: 100vh;
    /*display: none;*/
}

    .confirmation h4 {
        font-weight: bolder;
        font-size: 25px;
    }

    .confirmation span {
        width: 50%;
        text-align: center;
        color: rgb(48, 48, 48);
    }

.tick {
    background-color: #F4771D;
    padding: 18px 35px;
    border-radius: 50%;
    color: white;
    font-size: 46px;
    font-weight: bolder;
}

.confirmation button {
    width: 500px;
    height: 55px;
    padding: 0px;
    cursor: pointer;
}
.padding-left-right-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
}
.padding-left-right-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
}
@media only screen and (max-width: 767px) {
    .user_form_container {
        width: 100%;
    }

    .service {
        width: 110%;
    }

    .confirmation button {
        width: 400px;
        padding: 0px;
    }

    .header img {
        width: 350px;
        height: 230px;
        margin-bottom: 30px;
        object-fit: contain;
    }

    .clsTopMargin {
        margin-top: 8px;
    }
    .girlImageContainer {
    width:300px;
    }
    #userInfo_form {
        width: 90vw !important;
    }
    #userBooking_form {
        width: 90vw !important;
    }
    .header img {
        height: 100px !important;
    }
    #loginForm {
        width: 90% !important;
    }
    #txtInfoWeb {
        display:none !important;
    }
    #txtInfoMobile {
        display:block !important;
    }
    .custom-button {
    width:80% !important;
    }

    .padding-left-right-80 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .padding-left-right-200 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
   /* .clsleftMargin {
        margin-left: 15px;
    }*/
}

@media only screen and (min-width: 768px) {
    #txtInfoWeb {
        display: block !important;
    }

    #txtInfoMobile {
        display: none !important;
    }
    /* .clsleftMargin {
        margin-left: 15px;
    }*/
}

.chk-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .chk-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border: 1px solid #F4771D;
    border-radius:8px;
}

/* On mouse-over, add a grey background color */
.chk-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chk-container input:checked ~ .checkmark {
    background-color: black !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chk-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chk-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.select2, .select2-container, .selection {
    overflow-x: visible !important;
}
.select2-selection select2-selection--multiple, .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 12px 10px;
    border-radius: 8px;
    outline: none;
    border: 1px solid #FD8B42;
    width: 100%;
    min-height: 44px;
}
.select2-container--default .select2-selection--multiple {
    border: none !important;
}

/*---------------------------------------------------------------*/
/* The container */
.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .radio-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #F4771D;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .radio-checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .radio-checkmark {
    background-color: #F4771D;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .radio-checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .radio-checkmark:after {
    top: 8px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/*-----------------------------------------------*/

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #F4771D;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-defaul {
    color: none !important;
    background-color: none !important;
    border-color: none !important;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    border: none !important;
}
.bootstrap-select > .dropdown-toggle {
    border: none !important;
    height:45px;
}

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background: none !important;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    line-height: 2.3;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .bootstrap-select .dropdown-toggle:focus {
    outline: hidden;
    outline-offset: 0px;
    outline: thin dotted #F4771D !important;
    outline: 1px auto #F4771D !important;
}