.Bookappionment-bg {
    background: url(https://gurmilapsinghdalla.in/Bookappionment_backend/image/bp-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.bookappiontment_form {
    box-shadow: 0px 0px 5px #1c26714a;
    padding: 20px;
    border-radius: 13px;
    background:#fff;
}
.Bookappionment-title {
    padding: 20px 0 20px;
    color: #fff;
}

.modal-open{
    overflow:hidden;
    padding-right:0px!important;
}
.btn_meeting {
    display: flex;
    box-shadow: 1px 1px gray;
    justify-content: space-between;
}
@media (min-width: 768px) {
    .modal-dialog {
                margin: 0px!important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}

p {
    color: #646464;
    font-size: 16px;
    font-weight: 400;
}
.Appointment_contant {
        padding: 99px 0;
}
.set_contant_book_app {
    padding: 0px 167px 0px 0;
}

.set_btn_navbar {
    border-radius: 12px;
    background: #202c73;
    padding: 10px 24px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    border: none;
}

.set_btn_navbar:hover{
    color: #fff;
    text-decoration: none;
}

.set_btn_navbar:focus{
    color: #fff;
    text-decoration: none;
}


.feature1 {
    /*border: 1px solid #1f2b73;*/
    padding: 0px;
    /*border-radius: 9px;*/
    /*height: 100%;*/
}

.Serverices_card:hover {
    box-shadow: 0px 0px 10px 0px #243fa940;
    border-radius: 10px;
}
.Serverices_card {
    display: flex;
    box-shadow: 0px 0px 10px 0px #243fa940;
    justify-content: space-between;
    margin: 6px 0 16px;
    border-radius: 5px;
    padding: 16px 15px 11px;
}

.btn_pre_next {
    border: 1px solid #1c2671;
    border-radius: 6px;
    background: #1c2671;
    color: #fff;
    padding: 6px 17px;
}

.set_app_border {
  margin: 0px 0px 0px -127px;
    display: inline-flex;
    align-items: center;
}

.set_contant_book_app div div i {
    font-size: 5px;
    padding: 8px;
}

.svgs-arrow-appoint {
    margin: 0px 0px 0px 15px;
}

.branch_card {
    cursor: pointer;
    display: flex;
    box-shadow: 0px 0px 10px 0px #243fa940;
    margin: 6px 0 16px;
    border-radius: 5px;
    padding: 3px 8px 6px 0px;
}
.map_pin_image {
    width: 51px;
    height: 51px;
    padding: 15px 15px;
}
.btn_meeting {
    display: flex;
    box-shadow: 0px 0px 10px 0px #243fa940;
    justify-content: space-between;
    margin: 6px 0 16px;
    border-radius: 5px;
    padding: 3px 8px 6px 0px;
}
.bi-dot::before {
    font-size: 45px;
    content: "\f309";
    width: 0;
}
.bi-caret-right-fill::before {
    font-size: 26px;
    margin: 10px 0 0 8px;
}


h6#Branchname {
    font-size: 16px;
    padding: 4px 0;
    color: rgb(26 26 26 / 61%);
}
.list-group {
    cursor: pointer;
}

@media only screen and (max-width: 766px) and (min-width: 320px) {
    .set_contant_book_app {
        padding: 13px 13px 0px 20px;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .set_contant_book_app {
        padding: 0px 32px 0px 0;
    }
}

@media only screen and (max-width: 1100px) and (min-width: 1023px) {
    .set_contant_book_app {
        padding: 0px 19px 0px 0;
    }
}
  .sum_address_link > i {
               font-size: 18px;
            /* border: 1px solid #202c73; */
            color: #202c73;
            /* padding: 3px 6px; */
            border-radius: 50px;
        }
.loader_time, .loader_time:before, .loader_time:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: bblFadInOut 1.8s infinite ease-in-out;
}
.loader_time {
  display:none;
  color: #7a98ff;
  font-size: 7px;
  position: relative;
      left: 50%;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.loader_time:before,
.loader_time:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader_time:before {
  left: -3.5em;
  animation-delay: -0.32s;
}
.loader_time:after {
  left: 3.5em;
}

@keyframes bblFadInOut {
  0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em }
  40% { box-shadow: 0 2.5em 0 0 }
}
    

.loader {
width: 48px;
height: 48px;
border: 5px solid #7a98ff;
border-bottom-color: transparent;
border-radius: 50%;
position: relative;
top: 50%;
left: 50%;
display: inline-block;
box-sizing: border-box;
animation: rotation 1s linear infinite;
}

@keyframes rotation {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
} 

.heading-text{
 margin: 0px;
font-size: 18px;
line-height: 1.2;
color: #4b64e8;
}
.service-selector{
cursor: pointer;
display: flex;
background: #FFFFFF;
border: 2px solid #E5E7EE;
align-items: center;
box-shadow: none;
outline: none;
padding: 10px 15px;
color: #1f222b;
text-decoration: none;
}
.item-name-w{
padding: 5px 0px;
margin-right: auto;
display: block;
transition: transform 0.2s ease-out;
}
.item-name{
font-weight: 500;
font-size: 16px;
display: block;
}
.item-price-w{
border-left: 1px solid rgba(0,0,0,0.05);
padding-left: 15px;
margin-left: 10px;
text-align: center;
display: block;
}
.item-price{
display: block;
color: #4b64e8;
font-size: 19px;
line-height: 1.1;
font-weight: 500;
}

.os-times-w {
    position: relative;
}
.timeslots {
    display: flex;
    justify-content: space-between;
}
.dp-timeslot {
    height: 24px;
    flex-grow: 1;
    margin: 0px;
    box-shadow: inset 1px 0px 0px 0px #fff, inset -1px 0px 0px 0px #fff;
    border-radius: 0px;
    position: relative;
    cursor: pointer;
    background-color: #8fe286;
}
.dp-timeslot .dp-label {
    border-radius: 4px;
}
.dp-timeslot .dp-tick {
    position: absolute;
    display: block;
    top: 34px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 7px;
    text-align: center;
    color: rgba(0,0,0,0.4);
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 1px;
}
.dp-timeslot .dp-tick strong {
    display: block;
    color: #000;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0px;
    white-space: nowrap;
}

/*clander css*/
.calendar-container {
    background: #fff;
    width: 450px;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.calendar-container header {
    display: flex;
    align-items: center;
    padding: 25px 30px 10px;
    justify-content: space-between;
}

header .calendar-navigation {
    display: flex;
}

header .calendar-navigation span {
    height: 38px;
    width: 38px;
    margin: 0 1px;
    cursor: pointer;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    user-select: none;
    color: #aeabab;
    font-size: 1.9rem;
}

.calendar-navigation span:last-child {
    margin-right: -10px;
}

header .calendar-navigation span:hover {
    background: #f2f2f2;
}

header .calendar-current-date {
    font-weight: 500;
    font-size: 1.45rem;
}

.calendar-body {
    padding: 20px;
}

.calendar-body ul {
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    text-align: center;
}

.calendar-body .calendar-dates {
    margin-bottom: 20px;
}

.calendar-body li {
    width: calc(100% / 7);
    font-size: 1.07rem;
    color: #414141;
}

.calendar-body .calendar-weekdays li {
    cursor: default;
    font-weight: 500;
}

.calendar-body .calendar-dates li {
    margin-top: 30px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.calendar-dates li.inactive {
    color: #aaa;
}

.calendar-dates li.active {
    color: #fff;
}

.calendar-dates li::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.calendar-dates li.active::before {
    background: #6332c5;
}

.calendar-dates li:not(.active):hover::before {
    background: #e4e1e1;
}

.slote-full{
    background-color: #fd9696;
color: white;
padding: 5px 150px;
}
  .slote-id-book{
    background-color: #fd9696;
    color: white;
}

        
        
        
        /*calendar css*/
        
        
       #calendar {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, .9);
   
    padding: 0 20px;
}
.calendar_col{
     border-left: 1px;
    border-right: 1px;
    border-color: #5a619626;
    border-style: solid;
}

        #calendar .toprow {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            margin-bottom: 20px;
        }
        #calendar .days {
            font-weight: 700;
        }
        .set_appontment_form {
            padding: 0 24px 0 51px;
            border-right: 1px solid #1c26711f;
        }
        h5.set_modal_heading {
            font-size: 20px;
            color: rgb(26 26 26 / 61%);
        }
        b, strong {
    font-weight: 700;
    color: rgb(26 26 26 / 61%);
}
        #calendar .days, #calendar {
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            text-align: center;
            gap: 10px;

        }
       #dates {
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            text-align: center;
            gap: 10px;
            margin-bottom: 26px;
        }
        
        #calendar #dates div {
            display: grid;
            align-items: center;
            justify-content: center;
            border: 1px solid #d3d3d359;
            height: 37px;
            border-radius: 36px;
            width: 37px;
        }
        
        .inactive-sunday {
            cursor: not-allowed;
            background-color: transparent;
            color: #000;
        }
        
        .past-date {
            cursor: not-allowed;
            background-color: transparent;
            color: #000;
        }
        
       #calendar #dates div.active {
            color: white!important;
            background-color: #262d74!important;
            border-color: #262d74 !important;
        }
        #calendar #dates div.date {
            border: 1px solid #687dff14;
            cursor: pointer;
            background: #687dff14;
            color: #1f2b73;
        }
        
        .toprow > .select > select {
            border: 1px solid #4a47a359;
            border-radius: 8px;
            padding: 5px;
        }
        
        .navigate > button {
            border: 1px solid #4a47a359;
            border-radius: 8px;
            background: #fff;
            padding: 5px;
        }
        
        #select_year {
            border: 1px solid #4a47a359;
            border-radius: 8px;
            width: 70px;
            padding: 5px;
        }
        .time-picker {
            margin-top:0px;
        }
        
        .time-slot {
                overflow: hidden;
    overflow-y: scroll;
    scrollbar-width: thin;
    height: 328px;
            list-style: none;
            padding: 0;
            padding-right: 0px;
            padding-left: 0px;
            float: left;
            display: Block;
            justify-content: center;
            width: 100%;
        }
        .time-slot-item {
            font-size: 14px;
            line-height: 22px;
            background: #403d9500;
            color: #1f2b73;
            border: 1px solid #1f2b73;
            border-radius: 4px;
            padding: 4px 10px;
            margin: 4px 10px;
            text-align: center;
            cursor: pointer;
             /*height: 73px; */
             /*width: auto;*/
        }
        .time-slot-item-off, .time-slot-item-off.picked {
            background:rgb(26 26 26 / 61%);
            border-color: #ff0707;
            color: #FFF !important;
        }
        .modal-width {
    width: 984px!important;
    max-width: 952px;
}
        .time-slot-item-off {
            font-size: 14px;
    line-height: 22px;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 9px;
    margin: 0 9px;
    text-align: center;
    cursor: not-allowed;
    /* height: 73px; */
    width: auto;
        }
        
        .time-slot-item.selected {
            color: white;
            background-color: #262d74;
            border-color: #262d74 !important;
        }
        
        
       .form-input {
                display: block;
                width: 100%;
                padding: 10px 13px;
                font-size: 15px;
                font-weight: 400;
                line-height: 1.5;
                color: #212529;
                appearance: none;
                background-color: #fff;
                background-clip: padding-box;
                border: none;
                border-radius: 0.375rem;
                transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
                box-shadow: 0px 5px 8px 0px #bec6ff3b;
        }
        .form-select {
            display: block;
            width: 100%;
            padding: 10px 13px;
            font-size: 15px;
            font-weight: 400;
            line-height: 1.5;
             color: #212529;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-color: #fff;
           background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-position: right .75rem center;
            background-size: 16px 12px;
            box-shadow: 0px 5px 8px 0px #bec6ff3b;
            border: none;
            /*border-radius:  0.375rem;*/
            transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        }
        
        .form-input::placeholder {
            font-size: 15px;
            color: #707275;
            font-weight: 400;
        }
        .form-input::value {
            font-size: 15px;
            color: #707275;
            font-weight: 400;
        }

        .iti.iti--allow-dropdown {
                width: -webkit-fill-available;
            }
            .formlabel {
                 margin-bottom: .5rem;
                color: #646464;
                /* font-family: DM Sans; */
                font-size: 16px;
                font-style: normal;
                line-height: 20px;
                padding: 30px 0 11px 0;
                font-weight: 500;
            }
        
        
        #Servericesname{
            font-size: 14px !important;
            margin-top: 0px !important;
            margin-bottom: 0px !important;
            color: rgb(26 26 26 / 61%);
        }
        
        .h6class{
            font-size: 19px !important;
            margin-top: 0px !important;
            margin-bottom: 8px !important;
            color: rgb(26 26 26 / 61%);
        }
        
        .logo-center{
                display: flex;
                justify-content: center;
        }
        
        
        .card {
                padding: 60px;
    border: none;
    text-align: center;
        /*background: white;*/
        /*padding: 60px;*/
        /*border-radius: 4px;*/
        /*box-shadow: 0 2px 3px #C8D0D8;*/
        /*display: inline-block;*/
        /*margin: 0 auto;*/
      }
      
      .go_link{
           border: 1px solid #88b04b;
            color: #88b04b;
            padding: 5px 9px;
            text-decoration: none;
            border-radius: 11px;
            background: #9abc6624;
          }

        #seven{
            display:flex;
            justify-content: center;
        }
        
        .successh1 {
          color: #88B04B;
          font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
          font-weight: 900;
          font-size: 40px;
          margin-bottom: 10px;
        }
        .successp {
          color: #404F5E;
          font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
          font-size:20px;
          margin: 0;
        }
      .successi {
        color: #9ABC66;
        font-size: 100px;
        line-height: 200px;
        margin-left: -15px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
