*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
}
h2{
    padding-bottom: 0;
    margin-bottom: 0;
}
p{
    margin: 0;
}
main, .mainSec{
    min-height: 100vh;
    min-width: 100vw;
}
.serviceFormCont {
    min-height: 100vh;
    width: 100%;
    margin-top: 40px;
}
.col-12.serviceForm.shadow.d-flex {
    height: 500px;
    overflow: hidden;
}
.leftSideBar{
    background-color: #F16D94;
    min-width: 240px;
}
.serviceBtn{
    color: white;
    background-color: #F27499;
    text-align: left;
    margin: 0;
    border: none;
    padding: 10px;
}
/* .ServiceHeading{
    font-weight: 500;
    font-size: 18px;
} */
.subHead{
    font-weight: 500;
    font-size: 18px;    
}
.star{
    color: red;
}
button.btn.actionBtn.yesBtn:hover {
    background: #F16D94;
}
.serviceBtn p {
    font-size: 14px;
    text-transform: capitalize;
}
.customServiceSelection{
    position: relative;
}
input#selectInput {
    height: 45px;
    width: 100%;
    border-radius: 5px;
    outline: none;
    padding-left: 25px;
    border: 1px solid #c2c2c2;
}
.arrow {
    width: 12px;
    position: absolute;
    right: 10px;
    top: 7px;
}
input#selectInput:focus .arrow{
    rotate: 0deg;
}
.arrow img {
    width: 100%;
    height: 12px;
    transition: 0.5s;
    rotate: 180deg;
}
#displayOpt, #addressOpt{
    height: 0;
    transition: all 0.5s;
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    width: 100%;
}
input#selectInput:hover{
    cursor: pointer;
}
.serviceOpt{
    cursor: pointer;

}
.serviceOpt:hover{
    background-color: #e8e8e8;
}
.rightMainSection{
    position: relative;
}
.footerBtn{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
}
.contBtn{
    background-color: #F599B4;
    color: #fff;
    outline: none;
    border: none;
    padding: 7px 20px;
}
#displayMsg{
    color: #B4190F;
    position: absolute;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
}
.selectedvalue{
    font-size: 14px;
}
.totalPeople{
    display: none;
    min-height: 200px;
    position: absolute;
    background-color: #fff;
    width: 100%;
    bottom: 0;
    z-index: 2;
}
.addPeople{
    width: 100%;
    height: 55px;
    border: 1px solid rgb(195, 195, 195);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.peopleCounter{
    position: relative;
}
.peopleCounter input {
    height: 30px;
    width: 80px;
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid #bcbcbc;
    outline: none;
    text-align: center;
}
.changeNo {
    position: absolute;
    cursor: pointer;
    width: 18px;
    text-align: center;
    background-color: transparent;
    outline: none;
    border: none;
}
.dec.changeNo {
    right: 0;
}
.inc.changeNo {
    left: 0;
}
.infoText{
    color: rgba(26, 44, 55, 0.6);;
}
.popupBtns{
    position: absolute;
}
.popupBtns {
    position: absolute;
    bottom: 0;
    right: 0;
}
.yesBtn{
    background-color: rgba(241, 109, 148, 1);
    color: #fff;
}
.actionBtn{
    width: 80px;
}
div#serviceCheck, #infoCheck, #dateCheck {
    width: 23px;
    height: 23px;
}
div#serviceCheck svg, #infoCheck svg, #dateCheck svg{
    width: 100%;
    height: 100%;
}
.dateOpt, #infoWindow, #congoWindow{
    display: none;
}
.datepickerContainer {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.timingOpt {
    border: 1px solid #ED4274;
    width: 48%;
    margin: 5px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all 0.3s;
    border-radius: 5px;
    cursor: pointer;
}
.timingOpt:hover {
background-color: #ED4274;
transition: all 0.3s;
color: white;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 0;
    padding-left: 0;
}
.dropdown-menu {
    width: 31%;
}
.datepicker table {
    width: 100%;
}
p#showdate {
    font-weight: 500;
    padding-bottom: 10px;
    padding-left: 4px;
}
.formWindow{
    display: none;
}
.formWindow input{
    height: 40px;
    border-radius: 6px;
    border: 1px solid rgb(195, 195, 195);
    padding-left: 15px;
    padding-right: 27px;
}
.formWindow textarea{
    border: 1px solid rgb(195, 195, 195);
}
.inputContainer{
    width: 48%;
}
.formWindow label{
    font-weight: 500;
}
.errmsg{
    color: red;
}
#addressMsg{
    display: none;
}
button:disabled{
    opacity: 0.2 !important;
}
.congoSec{
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.greetHeading strong{
    /* text-align: center; */
}
.greetHeading p{
    color: rgba(51, 67, 76, 0.4);
    letter-spacing: 0.5px;
    font-size: 14px;
    /* text-align: center; */
}
.filledDetails {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(51, 67, 76, 0.441);
}
.filledDetSec{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.filledLabel{
    color: rgba(51, 67, 76, 0.4);
}
.input-group {
    align-items: baseline;
}
.input-group-append {
    height: 49px;
}