/*Multi Step-Form css start*/
body{
    background-color: #eef3f6;
}
.container-fluid{
    padding-left: 190px;
    padding-right: 190px;
}
.meeting-form{
    border-radius: 8px;
    border: 1px solid rgba(26, 26, 26, 0.10);
    background: #FFF;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.08);
    margin:20px 0px;
    position: relative;
}
.right-line{
    position: relative;
}
.right-line:after{
    position: absolute;
    content: "";
    border-right: 1px solid rgba(26, 26, 26, 0.10);
    width: 1px;
    height: 100%;
    right: 0px;
    top: 0px;
}
.meeting-form-left {
     padding: 50px 60px;
     text-align: center;
     position: relative;
     height: 100%;
 }
 
 .meeting-form-heading h3 {
     font-family: "Open Sans", sans-serif;
     color: #303030;
     font-size: 24px;
     font-style: normal;
     font-weight: 700;
     line-height: 32px;
     margin-top: 49px;
 }
 
 .meeting-form-heading h3 span {
     color: #136A8A;
 }
 
 .meeting-button {
     margin-top: 74px;
 }
 
 .meeting-form-right {
     width: 100% !important;
     height: 100% !important;
 }
 
 .meeting-button p {
     color: #303030;
     font-size: 20px;
     font-style: normal;
     font-weight: 700;
     line-height: 30px;
     letter-spacing: 0.3px;
     font-family: "Open Sans", sans-serif;
     text-align: left;
     margin-bottom: 10px;
 }
 
 .meeting-button .btn.meeting {
     padding: 10px 3.08px 10px 12px;
     width: 100%;
     border-radius: 4px;
     border: 1px solid #E1E1E6;
     color: #136A8A;
     font-family: "Open Sans", sans-serif;
     font-size: 14.5px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
     display: flex;
     align-items: center;
     margin-bottom: 10px;
 }
 
 .meeting-button .btn img {
     width: 32px;
     margin-right: 15px;
 }
 
 .meeting-button .btn-check:checked+.btn,
 .meeting-button .btn.active,
 .meeting-button .btn.show,
 .meeting-button .btn:first-child:active,
 :not(.btn-check)+.btn:active {
     border: none;
     color: #fff;
     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
     background: #136A8A;
 }
 
 .meeting-details .btn-check:checked+.btn.meeting {
     border: 1px solid #136A8A;
 }
 
 .meeting-button .btn-check:checked+.btn img {
     filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
 }
 
 .meeting-form-left ul {
     list-style: none;
     padding-left: 0px;
 }
 
 .meeting-form-left ul li {
     margin-bottom: 35px;
 }
 
 .meeting-form-left ul li .pl-70 {
     padding-left: 70px;
     position: relative;
 }
 
 .pl-70 span.tab-span {
     visibility: hidden;
 }
 
 .meeting-form-left ul li a {
     text-decoration: none;
 }
 
 .meeting-form-left ul li a.tab-pills.border-left {
     position: relative;
 }
 
 .meeting-form-left ul li a.tab-pills.border-left:before {
     position: absolute;
     content: "";
     width: 30px;
     height: 0px;
     border: 1px solid #FCDDEC;
     transform: rotate(90deg);
     left: 7px;
     top: 61px;
 }
 
 .meeting-form-left ul li .pl-70:after {
     position: absolute;
     content: "";
     background: url("../img/meeting-tick-o.png");
     background-size: cover;
     background-repeat: no-repeat;
     width: 43px;
     height: 43px;
     left: 0px;
     top: 0px;
 }
 
 .meeting-form-left ul li a span {
     font-family: "Open Sans", sans-serif;
     font-style: normal;
     font-weight: 500;
     font-size: 12px;
     line-height: 15px;
     letter-spacing: 0.02em;
     color: #828282;
 }
 
 .meeting-form-left ul li a p {
     font-family: "Open Sans", sans-serif;
     font-style: normal;
     font-weight: 700;
     font-size: 16px;
     line-height: 19px;
     letter-spacing: 0.02em;
     color: #333333;
     margin-bottom: 0px;
 }
a.tab-pills.active{
    position: relative;
}
a.tab-pills.active:after{
    position: absolute;
    content: "";
    background: url("../img/step-tick.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 43px;
    height: 43px;
    left: 0px;
    top: 0px;
}
a.tab-pills.d-block{
    position: relative;
}
a.tab-pills.d-block:after{
    position: absolute;
    content: "";
    background: url("../img/step-tick.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 43px;
    height: 43px;
    left: 0px;
    top: 0px;
}
.tab-heading{
    margin-top: 35px;
    text-align: left;
    margin-bottom: 35px;
}
.tab p{
    font-family: "Inter";
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing:0.02em;
    color: grey;
    margin-bottom: 0px;
}
.tab-heading h4{
    font-family: "Open Sans", sans-serif;;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    letter-spacing: 0.02em;
    color: #000000;
    margin-left: 30px;
}
.tab-heading h2{
    font-family: "Open Sans", sans-serif;;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 15px;
    text-align: center;
}
.meeting-form-footer .btn.submit, .meeting-form-footer .btn.next{
     border-radius: 8px;
     background: #136A8A;
     box-shadow: 0px 3px 12px 0px rgba(33, 150, 83, 0.18);
     padding: 12px 40px;
     text-align: center;
     font-family: "Open Sans", sans-serif;
     color: #FFF;
     font-size: 16px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
     letter-spacing: -0.25px;
}
.meeting-form-footer .btn.back{
  background: rgba(3, 77, 130, 0.10);
  padding: 12px 40px;
  color: #136A8A;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  line-height: 20px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.25px;
}
.meeting-details{
    margin-left: 30px;
}
.meeting-details .btn.team-btn{
    padding: 0px;
    margin-right: 10px;
}
.meeting-details .btn-check:checked+.btn.team-btn{
    width: 124px;
    height: 53px;
    border: 1px solid #1578F1;
    padding: 0px;
}
.meeting-details .btn-check+.btn:hover{
    background: #F6F5FF;
    border: 1px solid #1578F1;
    padding: 0px;
}
.meeting-details label.btn.btn-outline {
    width: 100%;
    height: 58px;
    background: #ffffff;
    border: 1px solid #FCDDEC;
    border-radius: 4px;
    font-family: "Open Sans", sans-serif;;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 43px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #333333;
}
.meeting-details label.btn.btn-outline.badge{
    position: relative;
}
.meeting-details label.btn.btn-outline.badge:after{
    position: absolute;
    content: "Required";
    width: 94px;
    height: 26px;
    background: #27AE60;
    border-radius: 4px;
    font-family: "Open Sans", sans-serif;;
    font-style: normal;
    font-weight: 500;
    right: 40px;
    top: -13px;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}
.meeting-details label.form-label {
color: #1A1A1A;
font-family: "Open Sans", sans-serif;
font-size: 12.797px;
font-style: normal;
font-weight: 700;
line-height: 21px; /* 164.103% */
}
.meeting-details select.form-select {
    width: 100%;
    height: 46px;
    border-radius: 8px;
    border: 1px solid #B2B2B2;
    background: #FFF;
    font-family: "Open Sans", sans-serif;;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #333;
}
.meeting-details .form-control{
    font-family: "Open Sans", sans-serif;;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #333;
    width: 100%;
    height: 46px;
    border-radius: 8px;
    border: 1px solid #B2B2B2;
    background: #FFF;
}
.meeting-details .form-control::placeholder{
    font-family: "Open Sans", sans-serif;;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #dedede;
}
.meeting-details .form-control:focus{
    border-color: none;
    outline: 0;
    box-shadow:none;
}
ul.tab-list{
    padding-left: 15px;
}
ul.tab-list li{
    font-family: "Open Sans", sans-serif;;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    color: #5D5FEF;
}
.tab-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #FCDDEC;
    border-radius: 4px;
    padding: 18px 30px;
    margin-bottom: 20px;
}
.tab-card span{
    font-family: "Open Sans", sans-serif;;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.02em;
    color: #828282;
}
.tab-card p{
    font-family: "Open Sans", sans-serif;;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #333333;
    margin-bottom: 0px;
}
.meeting-time-card p{
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
  color: #136A8A;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.24px;

}
.meeting-time-card a.time-card{
    width: 200px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid rgba(3, 77, 130, 0.50);
    color: #136A8A;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 14.375px;
    font-style: normal;
    font-weight: 700;
    display: flex;
    line-height: 10px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.meeting-time-card a.time-card:hover{
    color: white;
    background: #136A8A !important;
    
}
.meeting-time-card a.time-card.active{
    color: white;
    background: #136A8A;  
}
#inline_cal{
    text-align: left;
    margin-left: 20px;
}
.time-zone{
    margin-top: 35px;
    margin-left: 30px;
}
.time-zone h5{
    color: #1A1A1A;
    font-family: "Open Sans", sans-serif;
    font-size: 14.75px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px; /* 151.864% */
}
.time-zone a.dropdown-toggle{
color: #1A1A1A;
text-align: center;
font-family: "Open Sans", sans-serif;
font-size: 13.016px;
font-style: normal;
font-weight: 400;
line-height: 21px; /* 161.345% */
text-decoration: none;
margin-bottom: 0px;
}
.meeting-time-card-inner{
    overflow-y: auto;
    min-height: 100%;
    max-height: 400px;
}
.meeting-time-card-inner::-webkit-scrollbar {
    width: 8px;
    margin-left: 30px;
}
.meeting-time-card-inner::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
}
.meeting-time-card-inner::-webkit-scrollbar-thumb {
    background-color: grey;
    outline: 1px solid slategrey;
    border-radius: 10px;
    margin-left: 30px;
}
.cookie {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 30px;
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
}
.cookie a{
color: #0069FF;
text-align: center;
font-family: "Open Sans", sans-serif;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 19px; /* 147.215% */
text-decoration: none;
}
.cookie p{
    margin-bottom: 0px;
}
.cookie p a{
color: #1A1A1A;
font-family: "Open Sans", sans-serif;
font-size: 13px;
font-style: normal;
text-decoration: none;
font-weight: 400;
line-height: 19px; /* 147.215% */
margin-bottom: 0px;
}
.review-details{
    margin-right: 73px;
    margin-left: 30px;
    margin-bottom: 20px;
}
.review-details h5{
    color: #136A8A;
font-family: "Open Sans", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 21px */
}
.review-details-card{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-radius: 8px;
    background: #FAFAFA;
    margin-bottom: 10px;
}
.review-details-card p.silver-text{
    color: #4F4F4F;
font-family: "Open Sans", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 21px */
}
.review-details-card p.colun{
color: #000;
font-family: "Open Sans", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 21px */
}
.review-details-card p.black-text{
    color: #212121;
font-family: "Open Sans", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 21px */
}
.meeting-form-footer{
    display: flex;
    align-items: center;
    margin: 30px;
}

.validation_error{
    background:#ff000017 !important;
    border-color:#ff0000b8 !important;
}

#custom_date{
 font-weight: bold;
}


@media screen and (max-width: 992px){
    .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
#inline_cal {
    margin-left: 0px;
}
.right-line:after{
    display: none;
}
    .meeting-form {
        margin-bottom: 30px;
        background: white !important;
    }
    .meeting-form-left {
        padding: 30px 20px 0px;
    }
    .meeting-form-right {
        width: 100% !important;
        padding: 0px 20px 10px;
        height: 100% !important;
    }
    .meeting-form-right .row{
        display: block !important;
    }
    .meeting-form-heading img{
        width: 150px;
    }
    .meeting-form-heading h3{
    margin-top: 25px;
    }
    .meeting-button {
    margin-top: 30px;
}
.meeting-button p {
    font-size: 14px;
    text-align: center;
}
.cookie {
    position: relative;
    margin-top: 30px;
    padding: 0px;
}
.review-details {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
}
.meeting-time-card {
    margin-top: 30px;
    border-top: 1px solid #eeeeee;
    padding-top: 10px;
}
.meeting-time-card p {
    margin-bottom: 10px;
}
.meeting-time-card a.time-card {
    /*width: 95%;*/
    width: auto;
  height: 40px;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  padding: 12px 15px;
}
.meeting-time-card-inner-1 {
    overflow-y: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 15px;
  }
.meeting-form-footer{
    margin-top: 30px;
    justify-content: center;
}
.meeting-form-footer .btn.back {
    padding: 12px 20px;
    font-size: 13px;
    margin-right: 10px !IMPORTANT;
}
.meeting-form-footer .btn.next, .meeting-form-footer .btn.submit {
    padding: 12px 20px;
    font-size: 13px;
}
.meeting-details {
    margin-left: 0px;
}
.tab-heading h4{
    margin-left: 0px;
    text-align: center;
}
.meeting-time-card p {
    margin: 10px 0;
    text-align: center;
    margin-bottom: 30px;
  }
 .rd-day-body {
  width: 44px !important;
  height: 44px !important;
  }
  .rd-day-body, .rd-month-label.rd-day-prev-month,
 .rd-day-next-month, .rd-day-body:hover  {
     font-size: 16px !important;
 }
 .rd-day-selected,
 .rd-time-selected,
 .rd-time-option:hover {
   font-size: 13.625px !important;    
 }
 th.rd-day-head {
   font-size: 11.25px !important;  
 }
}
/*Multi Step-Form css end*/

.rd-container-attachment {
     position: absolute;
 }
 
 .rd-month {
     display: inline-block;
     margin-right: 25px;
     width: 100% !important;
 }
 
 .rd-month:last-child {
     margin-right: 0;
 }
 
 .rd-back,
 .rd-next {
     cursor: pointer;
     border: none;
     outline: none;
     background: none;
     padding: 0;
     margin: 0;
 }
 
 .rd-back[disabled],
 .rd-next[disabled] {
     cursor: default;
 }
 
 .rd-back {
     float: left;
     margin-left: 10px;
 }
 
 .rd-next {
     float: right;
     margin-right: 10px;
 }
 
 .rd-back:before {
     font-family: "Font Awesome 5 Free";
     display: block;
     content: '\f104';
     font-weight: 900;
 }
 
 .rd-next:before {
     font-family: "Font Awesome 5 Free";
     display: block;
     content: '\f105';
     font-weight: 900;
 }
 
 .rd-day-body {
     width: 64px;
     height: 65px;
     color: rgba(26, 26, 26, 0.61);
     text-align: center;
     font-family: "Open Sans", sans-serif;
     font-size: 18px;
     font-style: normal;
     font-weight: 600;
     line-height: 24px;
     cursor: pointer;
 }
 
 .rd-day-body:hover {
     border-radius: 50%;
     background: rgba(3, 77, 130, 0.07);
     color: #136A8A;
     text-align: center;
     font-family: "Open Sans", sans-serif;
     font-size: 18px;
     font-style: normal;
     font-weight: 700;
     line-height: 24px;
     /* 164.103% */
 }
 
 .rd-day-selected,
 .rd-time-selected,
 .rd-time-option:hover {
     cursor: pointer;
     color: #fff;
     border-radius: 50%;
     background: #136A8A;
     color: #FFF;
     text-align: center;
     font-family: "Open Sans", sans-serif;
     font-size: 15.625px;
     font-style: normal;
     font-weight: 700;
     line-height: 24px;
 }
 
 .rd-month-label {
     font-family: "Open Sans", sans-serif;
     text-align: center;
     color: #136A8A;
     font-size: 18px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
     letter-spacing: 0.24px;
 }
 
 .rd-day-prev-month,
 .rd-day-next-month {
     color: rgba(26, 26, 26, 0.61);
     text-align: center;
     font-family: "Open Sans", sans-serif;
     font-size: 18px;
     font-style: normal;
     font-weight: 400;
     line-height: 24px;
     background: none;
 }
 
 th.rd-day-head {
     color: #1A1A1A;
     text-align: center;
     font-family: "Open Sans", sans-serif;
     font-size: 13.25px;
     font-style: normal;
     font-weight: 700;
     line-height: 12px;
     text-transform: uppercase;
     padding: 15px 0;
 }
 
 .rd-day-disabled {
     cursor: not-allowed;
     color: #c8c8c8;
 }
 
 .rd-day-disabled:hover {
     background: none !important;
     color: #c8c8c8;
     font-weight: 400;
 }
 
 .rd-time {
     position: relative;
     display: inline-block;
     margin-top: 5px;
     min-width: 80px;
 }
 
 .rd-time-list {
     display: none;
     position: absolute;
     overflow-y: scroll;
     max-height: 160px;
     left: 0;
     right: 0;
     background-color: #fff;
     color: #333;
 }
 
 .rd-time-selected {
     padding: 5px;
 }
 
 .rd-time-option {
     padding: 5px;
 }
 
 .rd-day-concealed {
     visibility: hidden;
 }
 
 .rd-days {
     margin-top: 20px;
     width: 100%;
 }