@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Readex+Pro:wght@160..700&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px / 25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
  /*  background: #000;*/
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'CalSans-Regular';
    src: url(https://appointment.sdsnagging.co.uk/web-assets/fonts/CalSans-Regular.ttf);
    
}

/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.btn10 {
    border: 1px solid #a30000!important;
    text-align: center;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #a30000!important;
    z-index: 10;
    display: inline-block;
    color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    font-size: 17px;
    font-family: Poppins;
    font-weight: 400
}

.btn10:hover {
    border: 1px solid #a30000!important;
    color: #fff!important
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #a30000;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 55px;
    line-height: 60px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #000;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Poppins', serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*Step Form Start*/


#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input, #msform textarea {
    border: 2px solid #000;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    background-color: #bcbec0;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 10px 10px;
    height: 55px;
    color: #000;
    font-weight: 600;
    
}


#msform .action-button {
    width: 100px;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
}


#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}


.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}


#progressbar .active {
    color: #673AB7
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

/*#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}
*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: #673AB7
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}

/*start step form */



#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#msform fieldset {
  background: transparent;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

.form-card {
  text-align: left;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}


#msform .action-button {
    width: 100px;
    background: #000 !important;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    background-color: #000 !important;
}

#msform .action-button-previous {
    width: 100px;
    background: #bcbec0;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #000000;
}
.card {
    z-index: 0;
    position: relative;
    padding: 50px;
    border: 2px solid #000;
    border-radius: 20px;
    background: #fcf3cf;
}
.fs-title {
    font-size: 35px;
    color: #000;
    text-align: center;
    margin: 10px 0 20px;
    font-weight: 600;
    font-family: 'Montserrat';
}
.purple-text {
  color: #673ab7;
  font-weight: normal;
}

.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}

.fieldlabels {
  color: gray;
  text-align: left;
}



#progressbar .active {
    color: #fff;
}
#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400;
}

#progressbar #account:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f073";
    font-weight: 900;
}

#progressbar #personal:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f0d6";
    font-weight: 900;
}

#progressbar #payment:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f007";
    font-weight: 900;
}

#progressbar #confirm:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f09d";
    font-weight: 900;
}

#progressbar #thank:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
}
.form-thanks-you {
    text-align: center;
}
.form-thanks-you i {
    font-size: 50px;
    color: #000;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

#msform textarea {
    height: 150px;
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: #000;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}
#progressbar li.active:before, #progressbar li.active:after {
    background: #bcbec0;
}
.progress {
    background-color: #bcbec0;
    border-radius: 8px !important;
}
#progressbar {
    margin-bottom: 40px;
    overflow: hidden;
    color: lightgrey;
}

.progress {
  height: 20px;
}

.progress-bar {
    background-color: #000;
}
.fit-image {
  width: 100%;
  object-fit: cover;
}
/*.ser-acc-wrap .accordion-button:not(.collapsed) {
     color: #f41dca;
    text-transform: capitalize;
    font-size: 20px;
    background: #000;
    font-family: 'Poppins';
}*/
.ser-acc-wrap .accordion-body {
    width: 100%;
    padding: 0;
}
.ser-acc-wrap .accordion-item {
    margin-bottom: 10px;
     background: transparent;
}




.ser-acc-wrap button.accordion-button.collapsed b ,.ser-acc-wrap .accordion-button:not(.collapsed) b {
    display: block;
    margin-left: 10px;
}
.ser-acc-wrap .accordion-button::after {
    filter: brightness(0) saturate(100%) invert(25%) sepia(94%) saturate(3841%) hue-rotate(296deg) brightness(99%) contrast(103%);
}
.ser-acc-wrap .row {
    justify-content: center;
}
/*end */
/*.item-select {
    border: 1px solid #ec05c8;
    margin-top: 4px;
    background: transparent;
}*/
.cbx {
    position: relative;
    width: 100%;
}

.inp-cbx:checked+.cbx  {
    background: #ec05c882;
}

.base-box.base-step {
}
.base-box.base-step p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}
.base-box.base-step h3 {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins';
    margin-bottom: 0;
}
.inp-cbx:checked+.cbx .base-box h3{
    color: #fff;
}
/*.item-select span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 3px 20px;
    cursor: pointer;
}
*/
.inp-cbx:checked+.cbx button.sel-btn.selted {
    display: block !important;
}

.inp-cbx:checked+.cbx button.sel-btn {
    display: none;
}

/*
button.sel-btn {
    color: #e7007f;
    background: transparent;
    border: unset;
    font-size: 17px;
    font-family: 'Jersey-M54';
    pointer-events: none;
}*/
.inp-cbx:checked+.cbx .base-box p {
    color: #fff;
}

.item-select span .base-box.base-step:first-child {
    width: 80%;
}

.ser-acc-wrap {
    margin-top: 10px;
}


/* Appointment Page Start */

div#datepicker table th,
div#datepicker table td {
    text-align: center;
}

table.ui-datepicker-calendar thead tr th {
    font-weight: 700 !important;
}

.ui-datepicker-title span {
    font-size: 25px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}
.form-thanks-you p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

div#datepicker table .ui-state-default {
    height: 44px;
    width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 2px;
    color: #000000;
    font-weight: 600;
    background: #bcbec0;
    font-size: 14px;
    border: 2px solid #fcf3cf;
}

div#datepicker table a.ui-state-default.ui-state-active {
    background: #000;
    color: #fff;
    border: 4px solid #bcbec0;
}

section.booking-sec {
    padding: 100px 0;
}
.btn-1 {
    height: 50px;
    padding: 0 30px;
    background: #000;
    display: inline-flex;
    align-items: center;
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    line-height: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin-top: 10px;
}
.form-first.select label {
    font-family: "Open Sans", sans-serif;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 18px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.book-form select {
    border: 2px solid #000;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    background-color: #bcbec0;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 10px 10px;
    height: 55px;
    color: #000;
    font-weight: 500;
}
div#datepicker table th {
    padding: 10px 0;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.ui-datepicker-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 18px;
    margin: 0px 0 30px;
}

.ui-datepicker-header a.ui-datepicker-next.ui-corner-all {
    order: 1;
}

.ui-datepicker-header>a {
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #000;
    background: #fff;
    border: 1px solid #000;
}

div#datepicker table .ui-state-disabled .ui-state-default {
    background: transparent;
    font-weight: 900;
    color: #ffffff;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}   

div#datepicker table a.ui-state-default:hover {
    background: #282828;
    color: #fff;
}

.containers {
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 8px 0 rgb(0 0 0/8%);
    border: 1px solid #ddd;
    max-width: 800px;
}

section.calendly-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 40px 0;
}

.calender-wrapper {
    padding: 30px;
    height: 100%;
    border: 2px solid #000;
    background: #191a1a;
    border-radius: 10px;
}

.company-info {
    padding: 20px;
}

.company-info h3 {
    margin: 10px 0 20px;
}

.badges {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a9c;
    margin: 0 0 20px;
}

table.ui-datepicker-calendar {
    width: 100%;
}

.time-slot {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    border: 2px solid #000;
    margin: 10px auto;
    border-radius: 7px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    display: inline-flex;
    margin-right: 8px;
    background: #aeb6bf;
}

.time-slot.active>span {
    background: #bcbec0;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 6px;
    color: #fff;
}


div#datepicker table th {
    border-color: #fcf3cf;
}

.calender-wrapper h3 {
    font-size: 25px;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}
.time-slot>div {
    width: 0;
    overflow: hidden;
}

.wrapper-time {
    border: 2px solid #000;
    border-radius: 10px;
    padding: 10px 20px;
    background: transparent;
}

.slot-wrapper {
    text-align: center;
}

a {
    text-decoration: none;
}

div#datepicker table td {
    height: 65px;
    border: 2px solid #fcf3cf;
}




.book-form textarea {
    height: 150px;
}




.more-detai {
    margin: 0 0 20px;
}

.doct-portfolio {
    padding: 1.5rem 1.5rem 0.7rem 1.5rem;
}

.doc-details ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
}

.doc-details ul li i {
    font-size: 15px;
    color: #000;
}

.doc-details ul {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 0;
    justify-content: start;
}

.doc-img img {
    border-radius: 5px;
    object-fit: cover;
    height: 170px;
    width: 170px;
    margin: 0 0 0 auto;
    display: block;
    box-shadow: 0 0 8px #ccc;
    /* border-radius: 50%; */
}

.doc-wrap {
    display: flex;
    align-items: center;
    padding: 30px;
    border: 1px solid #400056;
    border-radius: 8px;
    background: transparent;
    margin: 0 0 24px;
}

.doc-wrap .doc-details {
    width: 60%;
}

.doc-wrap .doc-img {
    width: 40%;
}

.doc-details p {
    width: 96%;
    font-size: 15px;
    color: #000;
}
/*
.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    border-top: 2px solid #000;
}*/
.wrapper-time .btn-1 {
    width: 100%;
    text-align: center;
    justify-content: center;
    border: 0;
}




/* Appointment Page End */
/*step third */



.book-form textarea {
    height: 150px;
}

.book-form input::placeholder {
    color: #000 !important;
    font-weight: 500;
}

.book-form textarea::placeholder {
    color: #000 !important;
    font-weight: 500;
}


.quote-frm h2 {
    text-transform: capitalize;
    font-size: 40px;
    color: #000;
    text-align: center;
    margin: 10px 0 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}



.list-itms b,
.list-itms span {
    color: #fff;
    font-size: 15px;
    margin-bottom: 14px;
    display: inline-block;
}


.quote-frm label {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    color: #fff;
}

.quote-frm label input[type="checkbox"] {
    width: auto !important;
    padding: 0;
    margin: 0;
}


/*step end */

/*Last step */
.payment-str input {
    height: 50px;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px;
    border-radius: 6px;
    color: #fff;
    border: 1px solid #f41dca;
    background: transparent;
}
.payment-str input::placeholder {
   color: #000 !important;
    font-weight: 500;
}
select#month option, select#year option {
    background: #bcbec0;
}

.form-first.select {
    margin-bottom: 30px;
}




.payment-str .row {
    justify-content: center;
}
.payment-str {
    padding: 0 40px 40px;
    border: 2px solid #000;
    border-radius: 20px;
    width: 80%;
    margin: 0 auto;
}

.str-img img {
    width: 200px;
    margin: 20px 0;
}


.payment-str select#month, .payment-str select#year {
    height: 55px;
    width: 100%;
    border: 2px solid #000;
    padding: 10px 10px;
    background: #bcbec0;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.form-select:focus {
    border-color: inherit;
    outline: 0;
    box-shadow: inherit;
}

.form-first.select select {
    height: 55px;
    border-radius: 7px;
    border: 2px solid #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #000;
    margin: 0 auto;
    background: #aeb6bf;
}
.form-first.select {
    text-align: left;
}
#progressbar li strong {
    font-family: "Open Sans", sans-serif;
    color: #000;
    font-weight: 700;
}
/*end */


fieldset.asdasd > .next {
    visibility: hidden;
    position: absolute;
}

#otherTextBox {
            display: none; /* Initially hidden */
        }
        
        
        
        
/* header footer */

.custom-p {
    padding: 15px 0px;
}

.hedaer-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hedaer-btn .btn1 {
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    background-color: #000;
}

.footerSec {
    padding: 50px 0px 80px;
    background-color: #777777;
}

.footer-logo img {
    margin-bottom: 25px;
}

.footer-logo p {
    color: #fff;
}

.footer-bottom-text.text-center {
    padding-top: 15px;
    margin-top: 40px;
    border-top: 1px solid #2A373C;
}

.footer-bottom-text p {
    color: #fff;
}

.footer-contact h5 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 15px;
}

.footer-contact ul {
    line-height: 40px;
}

.footer-contact ul li a {
    gap: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* header footer */



/*Responsive Css Satrt*/

@media only screen and (min-width: 1600px) and (max-width: 1920px){}

@media only screen and (min-width: 1400px) and (max-width: 1599px){}

@media only screen and (min-width: 1200px) and (max-width: 1399px){
html .time-slot {
    width: 46% !important;
}
.footer-contact ul li a {
    font-size: 14px;
}
.footer-logo p {
    font-size: 14px;
}





}

@media only screen and (min-width: 992px) and (max-width: 1199px){
#progressbar li {
    font-size: 12px;
}
.calender-wrapper {
    padding: 20px 10px;
 
}
div#datepicker table .ui-state-disabled .ui-state-default {
    font-size: 12px;
}
div#datepicker table .ui-state-default {
    height: 30px;
    width: 30px;
    font-size: 12px;
}
html #addons label {
    font-size: 15px !important;
    margin-bottom: 10px;
}
div#addons br {
    display: none;
}
.time-slot {
    height: 55px;
    font-size: 12px;
    line-height: 15px;
    margin-right: 0;
}
.wrapper-time {
    padding: 10px 2px;
}
html .time-slot {
    width: 46% !important;
}
.footer-logo p {
    font-size: 14px;
}
.footerSec {
    padding: 40px 0px 20px;
}





}

@media only screen and (min-width: 768px) and (max-width: 991px){

header.custom-p img {
    width: 40%;
}

header.custom-p {
    text-align: center;
}
.hedaer-btn {
    justify-content: center;
    margin-top: 20px;
}
.card {
    padding: 20px 20px;
}
#progressbar li {
    font-size: 10px;
}
.progress {
    height: 10px;
}
.calender-wrapper {
    margin-bottom: 24px;
}
.footerSec .col-md-4.col-sm-4.col-xs-12 {
    width: 47%;
}
.footer-logo p {
    font-size: 13px;
}
.footer-contact ul li a {
    font-size: 12px;
}
.footerSec {
    padding: 50px 0px 20px;
}




}

@media only screen and (min-width: 520px) and (max-width: 767px){

h4 {
    font-size: 18px;
}
div#datepicker table .ui-state-disabled .ui-state-default {
   
    font-weight: 500;
    font-size: 10px;
}
div#datepicker table th {
        padding: 10px 0;
        font-size: 10px;
        border: 1px solid #000;
}
#progressbar li {
    
    line-height: 15px;
}
div#datepicker table .ui-state-default {
    height: 30px;
    width: 30px;
    margin: 2px;
    font-size: 12px;
    border: 1px solid #000;
}
div#datepicker table td {
    height: 45px;
    border: 1px solid #000;
}
 .calender-wrapper {
    padding: 20px 10px;
    border: 1px solid #000;
    margin-bottom: 24px;
}
.card {
    padding: 10px 15px;
    border: 1px solid #000;
}
.hedaer-btn {
    justify-content: center;
    margin-top: 30px;
}
#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
}
#progressbar li:after {
    top: 20px;
}
#progressbar li strong {
    font-weight: 400;
    font-size: 10px;
}
#progressbar {
    margin-bottom: 10px;
}
.progress {
    height: 5px;
}
.fs-title {
    font-size: 24px;
    margin: 0px 0px 10px;
}
.ui-datepicker-title span {
    font-size: 17px;
   
}
.ui-datepicker-header>a {
    height: 28px;
    width: 28px;
    font-size: 13px;
}
.form-first.select select {
    margin-top: 10px;
}
#addons {
    gap: 0px !important;
}

html .addon-checkbox {
    width: 14px !important;
    height: 14px !important;
}
.wrapper-time {
    border: 1px solid #000;
    padding: 10px 10px;
}

.footerSec {
    padding: 20px 0px 20px;
}


.footer-bottom-text.text-center {
    padding-top: 12px;
    margin-top: 20px;
    border-top: 1px solid #2A373C;
}
.footer-bottom-text p {
    color: #fff;
    font-size: 13px;
}
.quote-frm h2 {
    font-size: 30px;
}
#msform input, #msform textarea {
    margin-bottom: 13px;
    font-size: 12px;
    height: 44px;
   
}
.book-form select {
    margin-bottom: 13px;
    font-size: 12px;
    height: 44px;
}






}

@media only screen and (min-width: 300px) and (max-width: 519px){
h4 {
    font-size: 18px;
}

h3 {
	font-size: 23px;
}

div#datepicker table .ui-state-disabled .ui-state-default {
   
    font-weight: 500;
    font-size: 10px;
}
div#datepicker table th {
        padding: 10px 0;
        font-size: 10px;
        border: 1px solid #000;
}
div#datepicker table .ui-state-default {
    height: 26px;
    width: 26px;
    margin: 2px;
    font-size: 10px;
    border: 1px solid #000;
}
div#datepicker table td {
    height: 45px;
    border: 1px solid #000;
}
 .calender-wrapper {
    padding: 20px 10px;
    border: 1px solid #000;
    margin-bottom: 24px;
}
.card {
    padding: 10px 5px;
    border: 1px solid #000;
}
.hedaer-btn {
    justify-content: center;
    margin-top: 30px;
}
#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
}
#progressbar li:after {
    top: 20px;
}
#progressbar li strong {
    font-weight: 400;
    font-size: 10px;
}
#progressbar {
    margin-bottom: 10px;
}
.progress {
    height: 5px;
}
.fs-title {
    font-size: 24px;
    margin: 0px 0px 10px;
}
.ui-datepicker-title span {
    font-size: 17px;
   
}
.ui-datepicker-header>a {
    height: 28px;
    width: 28px;
    font-size: 13px;
}
.form-first.select select {
    margin-top: 10px;
}
#addons {
    gap: 0px !important;
}
html #addons label {
    font-size: 12px !important;
    margin-bottom: 10px;
}
div#addons br {
    display: none;
}
html .addon-checkbox {
    width: 14px !important;
    height: 14px !important;
}
.wrapper-time {
    border: 1px solid #000;
    padding: 10px 10px;
}
html .time-slot {
    width: 100% !important;
}
.footerSec {
    padding: 20px 0px 20px;
}
.footer-logo p {
    font-size: 14px;
    margin-bottom: 10px;
}
.footer-contact ul li a {
    gap: 4px;
    font-size: 11px;
}
.footer-bottom-text.text-center {
    padding-top: 12px;
    margin-top: 20px;
    border-top: 1px solid #2A373C;
}
.footer-bottom-text p {
    color: #fff;
    font-size: 13px;
}
#progressbar li {
   
    line-height: 14px;
}
.quote-frm h2 {
    font-size: 30px;
}
#msform input, #msform textarea {
    margin-bottom: 13px;
    font-size: 12px;
    height: 44px;
   
}
.book-form select {
    margin-bottom: 13px;
    font-size: 10px;
    height: 44px;
}

    
}

/*Responsive Css End*/

.form-card h2 {
    font-size: 40px;
    color: #000;
    margin: 10px 0 20px;
    font-family: 'CalSans-Regular';
    font-weight: 400;
}


/* Login */
.login-sec {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    height: auto;
    justify-content: center;
}
.login-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.login-wrapper .loginbox .login-right .login-right-wrap {
    max-width: 100%;
    flex: 0 0 100%;
}

.login-wrapper .loginbox .login-right .login-right-wrap .input-block {
    position: relative;
}

.login-wrapper .loginbox .login-right .login-right-wrap .input-block label {
    font-size: 12px;
    color: #333448;
    font-weight: 500;
    position: absolute;
    top: -10px;
    left: 10px;
    background: #fff;
    margin-bottom: 0;
    padding: 0px 5px;
}

.login-danger,
.star-red {
    color: #FF0000;
}

.account-subtitle {
    color: rgba(51, 52, 72, 0.5);
    font-size: 14px;
    margin-bottom: 0;
    text-align: left;
    font-weight: 500;
}

.account-subtitle a {
    color: #E92C00;
}

.login-wrapper .loginbox .login-right h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px;
}

.login-wrapper .loginbox .login-right .forgotpass {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    position: relative;
}

.remember-me .custom_check {
    color: #333448;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    z-index: 0;
    padding: 0;
    padding-left: 30px;
}

.remember-me .custom_check .checkmark {
    width: 18px;
    height: 18px;
    top: 2px;
    left: 2px;
    border: 2px solid rgba(51, 52, 72, 0.2);
    border-radius: 4px;
    background-color: #fff;
    z-index: -1;
}

.remember-me .custom_check .checkmark::after {
    left: 3px;
    top: 0px;
}

.custom_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #C4C4C4;
    background-color: transparent;
    border-radius: 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.login-wrapper .loginbox .login-right .forgotpass a {
    color: #E92C00;
    font-size: 14px;
    font-weight: 500;
    margin-left: auto;
}

.login-wrapper .loginbox .login-right .forgotpass a:hover {
    color: #333;
    text-decoration: underline;
}

.login-wrapper .loginbox .login-right .dont-have {
    color: #a0a0a0;
    margin: 20px 0px;
}

.login-wrapper .loginbox .login-right .dont-have a {
    color: #18AEFA;
    font-weight: 500;
}

.login-wrapper .loginbox .login-right .dont-have a:hover {
    text-decoration: underline;
}

.social-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.social-login>span {
    color: #a0a0a0;
    margin-right: 8px;
}

.social-login>a {
    background: rgba(51, 52, 72, 0.05);
    border-radius: 12px;
    height: 40px;
    margin-right: 6px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.social-login>a:hover {
    background-color: #e6e6e8;
    color: #fff;
}

.social-login>a:last-child {
    margin-right: 0;
}

.btn-primary.primary-reset {
    background-color: #18AEFA;
    border-color: #18AEFA;
}

.btn-primary.primary-reset:hover {
    background-color: #3d5ee1;
    border: 1px solid #3d5ee1;
}

.profile-views {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(51, 52, 72, 0.2);
    cursor: pointer;
}

.login-right .form-control {
    border: 2px solid rgba(46, 55, 164, 0.1);
    border-radius: 10px;
    height: 45px;
    margin-bottom: 10px;
}

.login-right .form-control:focus {
    border: 2px solid rgb(74 83 199 / 80%);
}

.btn-block {
    width: 100%;
}

.account-logo {
    margin-bottom: 40px;
    text-align: left;
}

.login-right .btn-primary {
    background: #000;
    border-radius: 12px;
    font-size: 16px;
    padding: 10px 15px;
    transition: 0.5s;
}

.login-right .btn-primary:hover {
    background: #E92C00;
    border: 1px solid #E92C00;
}

.next-sign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
}

.login-btn {
    margin-bottom: 40px;
}

.login-wrapper .login-right .user-lock-screen h2 {
    margin-bottom: 10px;
}
.log-img img {
    margin: 0 auto;
    height: 600px;
}

.login-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.login-wrap {
    background-color: #bcbec0;
    top: 0;
    left: 0;
    position: static;
    height: 100vh;
    padding: 0px;
    border-radius: 0px 65px 65px 0px;
}

.login-wrap-bg {
    position: absolute;
    right: 0;
    padding: 15px 60px 15px;
    height: 100%;
}

.login-wrap .login-sec {
    width: 100%;
    height: 100%;
}

.login-wrapper .loginbox {
    background: #FFFFFF;
    box-shadow: 0 0 10px #ccc;
    border-radius: 24px;
    display: flex;
    max-width: 830px;
    width: 100%;
}

.login-wrapper .loginbox .login-right {
    padding: 50px;
    width: 100%;
}

.custom_check input {
    position: absolute;
    opacity: 1;
    cursor: pointer;
    z-index: 9;
    width: 18px;
    background: #000;
    height: 18px;
    left: 0;
}

.account-logo a img {
    width: 240px;
}

/* end */