@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("../fonts/sf-ui/style.css");
@import url("//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");

html { 
  --font-Ultralight: 'SF UI Display Ultralight';
  --font-Thin: 'SF UI Display Thin';
  --font-Light: 'SF UI Display Light';
  --font-Medium: 'SF UI Display Medium';
  --font-Semibold: 'SF UI Display Semibold';
  --font-Bold: 'SF UI Display Bold';
  --font-Heavy: 'SF UI Display Heavy';
  --font-Black: 'SF UI Display Black';
  --primary-color: #cf8d30;
  --secondary-color: #2c4155;
  --third-color: #901c29;
  --forth-color: #4f585e;
}

body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  overflow-x: hidden;

}

/*Togle Start*/
.navbar-toggler:focus {
    box-shadow: none;
}

button.navbar-toggler {
    background: var(--third-color);
}

span.navbar-toggler-icon {
    filter: invert(1);
}
/*Togle End*/
/* width */
::-webkit-scrollbar {
  width: 13px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--third-color);
}

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
  background: var(--linear-color);
} */


.btn-primary {
  background-color: var(--third-color);
  border-color: var(--third-color);
  color: white;
  border-radius: 30px;
  font-size: 16px;
  padding: 10px 25px;
  transition: transform .3s ease-in-out;
  transform: translateY(0px);
}
:not(.btn-check)+.btn:active{
  background-color: transparent;
  border-color: var(--third-color);
  color: var(--third-color);
  box-shadow: none;
}

.btn-primary:hover {
  background: transparent;
  color: black;
  border-color: var(--third-color);
  transition: transform .3s ease-in-out;
  transform: translateY(-7px);
}

/* header */
nav {
  position: absolute !important;
  top: 48px;
  width: 100%;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: end;
}

nav .nav-link {
  font-size: 19px;
  position: relative;
  color: #4f585e8c;
  font-weight: 400;
}

nav .nav-link.active,
nav .nav-link:hover {
  color: var(--third-color) !important;
}

nav .nav-link.active::before,
nav .nav-link::before {
  content: "";
  -webkit-clip-path: polygon(50% 0%, 38% 14%, 60% 14%);
  clip-path: polygon(50% 0%, 38% 14%, 60% 14%);
  background: var(--third-color);
  height: 60px;
  display: block;
  opacity: 0;
  width: 60px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  transition: all .5s ease-in-out;

}

nav .nav-link.active::before,
nav .nav-link:hover::before {
  transition: all .5s ease-in-out;
  bottom: -55px;
  opacity: 1;
}

nav .nav-item {
  margin-right: 20px;
}

nav .nav-item:last-child {
  margin-right: 0;
}

/* header */
.home-page-bg-parent {
  position: relative;
}

.home-page-bg-parent .home-page-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  object-fit: cover;
}
/* sec-hero */

section.sec-hero {
  background: url(../images/hero-bg.png) center center/cover no-repeat;
  padding: 30px 0;
}

section.sec-hero .content {
  text-align: end;
  margin-top: 100px;
}

section.sec-hero .content h1 {
  font-size: 73px;
  text-transform: capitalize;
  font-weight: 300;
  color: var(--forth-color);
  text-align:right !important;
}

section.sec-hero .content h1 span {
  font-weight: 600;
}

section.sec-hero .content h2 {
  font-style: italic;
  font-size: 30px;
  font-weight: 300;
  color: var(--forth-color);
}



/* sec-hero */
/* marquee */
.sec-marquee {
  padding: 15px 0;
  background: var(--third-color);
  color: white;
}

.sec-marquee .item-collection {
  padding: 0 40px;
}

.sec-marquee .item-collection:first-child {
  padding-left: 40px !important;
}


/* marquee */

/* sec-design-process */
.sec-design-process {
  padding: 50px 0;
}

.sec-design-process .container-fluid {
  padding: 0 20px;
}
.card .card-text {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
}
.card-client {
  border: none;
  background-color: transparent;
  box-shadow: 0px 0px 5px #0000005c;
  border-radius: 0;
  margin-bottom: 20px;
}

.card-client .card-img-top {
  padding-top: 15px;
  /*background: aliceblue;*/
  margin: 0px auto -50px auto;
  width: 70%;
  /* background: red; */
  border-radius: 0px 0px 160px 160px;
  padding: 20px 40px 70px;
}
.card-client .card-body {
  padding: 15px;
}

.card-article{

  border: none;
  background-color: transparent;
}
.card-article .card-body{
  padding: 5px;
}
.card-article .card-title {
  font-size: 58px;
  /* margin-bottom: 0; */
  background: #b1c2d2;
  padding: 20px;
  box-shadow: 0px 0px 5px #0000005c;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.card-article .card-title--sub {
  font-size: 34px;
  background-color: white;
  margin-bottom: 0;
  /* padding: 10px 0; */
}
.card-article .date {
  margin-bottom: 1px;
  display: block;
  font-size: 17px;
}
.card-article .card-text {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 18px;
}

.sec-design-process .content {
  background: var(--secondary-color);
  color: white;
  padding: 50px 50px 0 50px;
  position: relative;
  height: 1200px;
}

.sec-design-process .content:before {
  content: "";
  background: url(../images/arrow-img.png) center center/cover no-repeat;
  position: absolute;
  height: 500px;
  width: 100%;
  display: block;
  max-width: 573px;
  transform: translate(-50%, -50%);
  top: 47%;
  left: 40%;
}

.sec-design-process .content h3 {
  color: var(--primary-color);
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  text-shadow: 3px 3px 10px #00000094;
  position: relative;
  /* z-index: 999; */
}

.sec-design-process .circle-img-box h5 {
  font-size: 24px;
  font-family: var(--font-Medium);
  text-align: center;
}

.sec-design-process .circle-boxes {
  height: 107%;
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: -80px;
}
.card-text.plus{
    font-weight: 300;
    font-size: 15px;
    padding-top: 31px;
    padding-left: 3px;
    }

.sec-design-process .circle-img-box {
  display: table-caption;
}

.sec-design-process .circle-img-box img {
  width: 150px;
  cursor: pointer;
}


.sec-design-process .circle-img-box.one {
  position: relative;
  top: 50px;
  z-index: 2;
}

.sec-design-process .circle-img-box.two {
  position: absolute;
  right: 160px;
  top: 100px;
  text-align: center;
  z-index: 1;
}

.sec-design-process .circle-img-box.two h5 {
  margin-bottom: -15px;
}

.sec-design-process .circle-img-box.two img {
  width: 380px;
}

.sec-design-process .circle-img-box.three {
  position: absolute;
  right: 95px;
  top: 360px;
}

.sec-design-process .circle-img-box.three .tippy-tooltip {

  margin-left: 90px;
}

.sec-design-process .circle-img-box.four {
  position: absolute;
  bottom: 650px;
  left: -10px;
  z-index: 1;
}

.sec-design-process .circle-img-box.five {
  position: absolute;
  bottom: 200px;
  left: 260px;
}

.sec-design-process .circle-img-box.five img {
  width: 240px;
  cursor: auto;
}

.sec-design-process .content .btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 58%;
}

.sec-design-process .content .btn {
  padding: 13px 35px;
}

.sec-design-process .content .btn:hover {
  color: white;
  border-color: var(--third-color);
}
.sec-design-process .content2-parent {
  text-decoration: none;
}

.sec-design-process .content2 {
  margin: 50px 0;
  text-align: center;
}

.sec-design-process .content2 img {
  margin-bottom: 15px;
  width: 150px;
}

.sec-design-process .content2 h5 {
  font-family: var(--font-Bold);
  font-size: 26px;
  color: black;
}



/* sec-design-process */
/* sec-gallery */
section.sec-gallery {
  padding: 50px 0;
}

.sec-gallery .content h2 {
  font-size: 55px;
  text-align: center;
  margin-bottom: 75px;
  font-weight: 600;

}

.sec-gallery .btn-primary {
  margin-top: 70px;
}

section.sec-gallery .container {
  padding: 0;
}

.gallery-images {
  display: flex;
  gap: 10px;
  align-items: center;
  height: 250px;
  justify-content: center;
}

.gallery-box {
  text-align: center;
  transition: all .5s ease-in-out;
  position: relative;
  z-index: 999;
  cursor: pointer;
}

.gallery-box img {
  transition: all .5s ease-in-out;
  width: 200px;
  height: 180px;
  object-fit: cover;
  border: 1px solid black;
}

.gallery-box:hover img {
  transition: all .5s ease-in-out;
  height: 250px;
  width: 300px;
  object-fit: cover;
  /*box-shadow: #901c2940 0px 1px 0px, #901c2940 0px 8px 24px, #901c2940 0px 16px 48px;*/
}

.gallery-box:hover h6 {
  font-size: 23px;
}

.gallery-box h6 {
  margin-top: 15px;
  font-family: var(--font-Semibold);
}

/* sec-gallery */
/* sec-news */
section.sec-news {
  color: white;
  margin-bottom: 50px;
}

section.sec-news .container {
  background: var(--third-color);
}

section.sec-news .content {
  padding: 70px 0;

}

section.sec-news h4 {
  font-size: 35px;
  margin-bottom: 20px;
}

section.sec-news h5 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 30px;
}

.home-page-form input {

  width: 100%;
  margin: 0px auto 25px auto;
  padding: 20px;
}

.home-page-form input:focus {
  outline: none;
}

/* sec-news */
/* footer */
.footer-logo {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 15px;
}

footer {
  background: var(--secondary-color);
  padding: 70px 0 100px 0;
  color: white;
}

footer .container {
  padding: 0;
}


footer a {
  color: white;
  text-decoration: none;
  display: block;
  transition: all .3s ease-in-out;

}

footer a:hover {
  color: var(--third-color);
  transition: all .3s ease-in-out;
}

footer .content h5 {
  margin: 30px 0 25px 0;
  font-size: 22px;
}

.social-icons {
  display: flex;
  gap: 25px;
  margin-top: 20px;
  align-items: center;
}

.social-icons a {
  font-size: 22px;
  transition: transform .3s ease-in-out;
  transform: translateY(0);
}

.social-icons a:hover {
  transition: transform .3s ease-in-out;
  transform: translateY(-5px);
  color: var(--third-color) !important;
}

.footer-logo span {
  font-weight: 600;
}

footer .links a {
  text-transform: capitalize;
  margin-bottom: 10px;
}

.footer-email-form .input-group {
  justify-content: space-between;

}

.footer-email-form input {
  background: transparent;
  border: none;
  color: white;
  padding: 0;
  width: 88%;
  padding-right: 10px;
}

.footer-email-form {
  border-bottom: 2px solid;
}

.footer-email-form input::placeholder {
  color: white;
}

.footer-email-form input:focus {
  outline: none;
}

.footer-email-form .submit-btn {
  border: none;
  padding: 0;
  background: transparent;
  color: white;
  font-size: 30px;
}

.footer-gallery-box {
  display: flex;
  gap: 8px;
}



footer .info img {
  width: 18px;
  margin-right: 7px;
}

footer .info a {
  margin-bottom: 10px;
}

.btm-footer {
  background: var(--third-color);
  color: white;
  padding: 15px 0;
  border-right: 1px solid var(--secondary-color);
}

.btm-footer .container {
  padding: 0;
}

.btm-footer a {
  color: white;
  text-decoration: none;
}

.btm-footer p {
  margin-bottom: 0;
}

/* footer */

/* tooltip */
.tippy-tooltip {
  margin-top: -85px;
  margin-left: 190px;
}

.tippy-tooltip:nth-child(3) {

  margin-left: 130px;
}

.tippy-content {
  background: white;
  color: black;
  width: 300px;
  padding: 35px 12px 20px 12px;
  text-align: start;
  border-radius: 5px;
  box-shadow: 1px 1px 8px #0000007a;
}

.tippy-content p {
  margin-bottom: 8px;
}

.tippy-content .tippy-close {
  font-size: 25px;
  background: lightgray;
  width: 25px;
  height: 25px;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 4px;
  color: white;
  position: absolute;
  right: 8px;
  top: 8px;
}

.tippy-content .tippy-close:hover {
  background: var(--third-color);
}

.tippy-content a {
  color: var(--third-color);
  text-decoration: none;
  /* font-size: 12px; */
  font-weight: 600;
}

.tippy-arrow {
  height: unset;
  border-bottom-color: white !important;
  display: none;
}


/* schedule page */

.scheduling-banner .content h1 {
  text-align: center;
  padding-top: 35px;
  padding-left: 220px;
}

section.scheduling-content {
  padding: 80px 0 100px;
  position: relative;
}
.inner-page-bg {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
}
.inner-page-bg::before{
  content: "";
    background: #ffffff9c;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
}
.inner-page-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.scheduling-content .image-box {
  height: 400px;
  background: #f1f4f7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all .3s ease-in-out;
  cursor: pointer;
  margin-bottom: 100px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  color: black;
}

.scheduling-content .image-box img {
  width: 190px;
  margin-bottom: 30px;
}

.scheduling-content .image-box.active,
.scheduling-content .image-box:hover {
  background: #cfdae3;
  box-shadow: 0px 0px 30px 4px rgb(0 0 0 / 19%);
  transition: all .3s ease-in-out;
}

.scheduling-content .image-box h3 {
  font-weight: 700;
}

/* .form-control {
  background-color: #cfdae3;
  border-radius: 0px;
  margin-bottom: 45px;
  height: 70px;
  font-weight: 600;
  padding:30px;
  color: #474a4d99;
  width: 90% !important;
  margin-left: auto;
  margin-right: auto;
  flex: unset !important;
  transition: all .5s ease-in-out;
} */
/* .form-control::placeholder{
  color: #474a4d99;

}
.form-control:focus {
  background-color: #f1f4f7;
  border: none;
  box-shadow: 0px 0px 20px 3px rgb(0 0 0 / 19%);
  border-radius: 5px;
  transition: box-shadow .5s ease-in-out;
}

.form-control:focus-visible {
  outline: none;
  border: none;
}

textarea.form-control {

  height: 250px;
  width: 95% !important;
} */

.DIY-video-form h2 {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 37px;
}

.check-box-parent {
  width: 90%;
  margin: 0 auto;
}

.form-check-label {
  font-size: 13px;
}

.check-box-parent .form-check {
  display: inline-block;
  margin-right: 15px;
  margin-top: 20px;
}

.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url(../images/check-arrow.png);
}

.form-check-input[type=checkbox] {
  border-radius: 0px;
  border-color: var(--third-color);
  width: 20px;
  height: 20px;
}

.form-check-input:checked {
  background-color: transparent;
  box-shadow: none;
}
.form-check-input:focus {
  box-shadow: unset;
}
#step-form .form-btns {
  display: flex;
  justify-content: center;
  gap: 10px;
}
#step-form .btn-primary{
  display: block;
  padding: 13px 70px;
}

.step-form-container{
      /*height: 1200px;*/
      overflow: hidden;
      /* margin-bottom: 30px; */
}
.step{
      /*transform: translate(-100%, 0%);*/
}
#step-2-para{
  display: none;
  text-align: center;
    width: 70%;
    margin: 45px auto 0 auto;
}

.step:first-child {
  /* height: 1119px; */
}

/* tabs */

.fade{
  display: none;
}
.fade.show.active{
  display: block;
}
/* tabs */


/* calender */
.calender-parent {
  padding: 70px 100px 0px;
  background: #f1f4f7;
  margin-bottom: 0px;
}

.calender-parent h2 {
  font-size: 35px;
  color: var(--third-color);
  margin-bottom: 50px;
  font-weight: 600;
}

.calendar-header {
  position: relative;
  margin-bottom: 40px;
}
.calendar-header:hover .arrow{
  opacity: 1;
}
.calendar-header .arrow {
  border: none;
  background: white;
  font-size: 20px;
  color: var(--third-color);
  border-radius: 50%;
  box-shadow: 0px 0px 10px 1px;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease-in-out;
  position: absolute;
  top: 0;
  opacity: 1;
}

.calendar-header .arrow:hover {
  background: var(--third-color);
  color: white;
  transition: all .3s ease-in-out;
  transform: translateY(-3px);
}
#prevMonth{
  left: -50px;
    top: 10px;
}
#nextMonth{
  right: -10px;
  top: 10px;
}
.years{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 50px;
}

.years .month {
  font-size: 30px;
  opacity: 0;
}
.years #currentMonthName{
  font-weight: 600;
  opacity: 1;
}


.calendar-table thead th {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 65px;

}
.calendar-table thead tr{
  display: flex;
  margin-bottom: 25px;
  justify-content: space-between;
}

#calendarBody tr td {
  background: transparent;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: 600;
  transition: all .2s ease-in-out;
  margin-right: 34px;
  cursor: pointer;

}

#calendarBody tr td.active,
#calendarBody tr td:hover{
  background: var(--third-color);
  color: white;
  box-shadow: -4px 0px 10px 5px #901c295e;
  transition: all .2s ease-in-out;
}

/* .calendar-table tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
} */

/* status */
ul.status-header {
  display: flex;
  justify-content: space-evenly;
  background: #e6eaec;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}
ul.status-body{
  /* display: flex; */
  /*justify-content: space-evenly;*/
  border: 1px solid var(--third-color);
  padding: 0;
  border-radius: 10px;
  position: relative;
  list-style: none;
} 

.status-body button {
    background: none !important;
    border: none;
    padding: 0;
    height: 70px;
    width: 100%;
    position: relative;
    font-size: 14px;
    color: black !important;
}

ul.status-header li,
ul.status-body li {
  font-size: 20px;
}
ul.status-body li {
  font-weight: 700;
  margin-left: 50px;
  margin: 0;
}

ul.status-header li:first-child::marker,
.status-body li::marker {
  color: #41d895;
}
ul.status-header li:last-child::marker,
.status-body.open li::marker{
  color: var(--third-color);
}

ul.status-body #timePicker {
  border: none;
  width: 40%;
  text-align: center;
  background: transparent;
  display: inline-flex;
}
.flatpickr-calendar {
  border-radius: 10px;
  width: 210px;
  margin-top: 10px;
}
ul.status-body #timePicker::placeholder{
color: black;
font-family: 700;
}


/* status */

/* calender */


/* schedule page */

/* gallery page */
.gallery-banner .content h1{
  text-align: center;
  padding-top: 35px;
  padding-left: 60px;
}
section.gallery-content {
  padding: 100px 0 70px 0;
  position: relative;
}
section.gallery-content .gallery {
  margin-bottom: 70px;
  padding-bottom: 5px;
  transition: all .5s ease-in-out;
  transform: translateY(0px);
  background: transparent;
}
section.gallery-content .gallery:hover{
  background: white;
  transform: translateY(-10px);
  transition: all .5s ease-in-out;
  box-shadow: #901c2940 0px 1px 0px, #901c2940 0px 8px 24px, #901c2940 0px 16px 48px;
}
section.gallery-content .gallery img {
  width: 100%;
  height: 350px;
  object-fit: contain;
}

section.gallery-content .gallery h6 {
  text-align: center;
  font-size: 24px;
  font-family: var(--font-Semibold);
  margin: 20px 0;
}


/* gallery page */
/* gallery inner page */
section.gallery-content h1 {
  font-weight: 600;
  font-size: 35px;
  margin: 0;
  /*text-align: center;*/
}

section.gallery-content h5 {
  font-weight: 800;
  font-size: 25px;
}
.gallery-main-img img {
  max-height: 500px;
  width: 100%;
  object-fit: contain;
  margin-bottom:20px;
}


.gallery-inner-page-box{
  cursor: pointer;
}
.gallery-inner-page-box .gallery-img {
  position: relative;
  height: 300px;
  display: block;
}
.gallery-inner-page-box h4 {
  margin: 20px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  font-weight: 500;
}
.gallery-inner-page-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.gallery-inner-page-box .overley {
  position: absolute;
  background: #00000080;
  height: 100%;
  width: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease-in-out;
}

.gallery-inner-page-box .overley i {color: white;font-size: 40px;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}

.gallery-inner-page-box:hover .overley {
  opacity: 1;
  visibility: visible;
  transition: all .5s ease-in-out;
}

/* gallery inner page */
/* services page */
.sec-services {
  padding: 100px 0;
  position: relative;
}

.sec-services .theme-btn {
  margin-bottom: 50px;
  text-align: center;
}

.sec-services .main-content {
  padding-bottom: 50px;
}

.sec-services p {
  font-size: 18px;
  font-family: 'Poppins';
  margin-bottom: 27px;
}

.sec-services .main-content p {
  text-align: justify;
}
.sec-services .custom-container {
  position: relative;
}
.sec-services .custom-container::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: black;
  box-shadow: 0px 0px 1px 10px white;
  left: 32%;
}
.sec-services .custom-row {
  border: 1px solid;
  padding: 50px 30px;
  margin-bottom: 50px;
}

.sec-services .content2 {
  display: flex;
  align-items: center;
  gap: 15px;
}
.sec-services .content2 h5 {
  font-weight: 600;
  font-size: 25px;
}
.Development-text {
  padding-left: 70px;
}
.w-120-px{
  width: 120px;
}
.sec-services .content3 {padding-left: 25px;padding-right: 130px;}
/* services page */

/* about page  */
.about-content {
  text-align: justify;
  line-height: 1.4;
  font-size: 15px;
}

.about_sec {
  padding: 100px 0px;
}
.theme_black--btn {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 10px;
  background: black;
  color: white;
  text-decoration: none;
  gap: 5px;
  text-transform: capitalize;
  font-size: 20px;
  transition: all ease 0.4s;
  border: 1px solid black;
}
.theme_black--btn:hover{
  background: white;
  color: black;
}
.or__box {position: relative;margin: 50px 0px;text-align: center;background: gray;height: 1px;width: 100%;color: gray;}

.or__box span {
    background: white;
    padding: 0px 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    right: 50%;
    top: -15px;
    transform: translateX(50%);
}

.payment_box {
    border: 1px solid gray;
    padding: 30px;
    /*margin-bottom: 350px;*/
}
.payment_box input {
  width: 100%;
  padding: 10px;
  outline: none;
  border: 1px solid gray;
  color: gray;
}

.payment_box label {
  text-transform: capitalize;
  font-size: 19px;
  font-weight: 500;
  color: gray;
}
.credit_card--field input {
  padding-left: 50px;
}
.credit_card--field{
  position: relative;
}
.credit_card--field::after{
  content: "\F2D8";
  font-family: bootstrap-icons !important;
  font-size: 36px;
  position: absolute;
  left: 10px;
  top: 25px;
}

.DIY-video-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.DIY-video-form input {
  width: 100%;
  padding: 10px;
  border: 0;
  border-bottom: 1px solid;
  outline: none;
}

.DIY-video-form label {
  text-transform: unset;
  font-size: 17px;
  font-weight: 500;
}
.form-check label {
  font-size: 14px;
}

.form-check-label a {
  color: #901c29;
  font-size: 15px;
  font-weight: 600;
}
.form-check {
  display: flex;
  gap: 10px;
  align-items: center;
}
.aboutimg_name {
    font-style: italic;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin: 10px 0px;
}
/*======================================
   Login & Register & My Account CSS
========================================*/
.alert-success {
  color: #ffffff;
  background-color: #00b894;
  border-color: #00b894;
}

.alert-danger {
  color: #FFF;
  background-color: #ff4949;
  border-color: #ff4949;
}

.section{
padding-top: 80px;
padding-bottom: 50px;
}

.section-heading{text-align: center;font-weight: 600;margin-bottom: 60px;color: var(--third-color);position: relative;line-height: 24px;}

.section-heading::after{content: '';width: 60px;height: 6px;background: var(--third-color);border-radius: 10px;position: absolute;display: block;left: 0;right: 0;margin-left: auto;margin-right: auto;margin-top: 15px;}

#auth{padding: 150px 0px 50px;}

.login_register{
background: #ffffff;
  padding: 50px;
  box-shadow: 1px 3px 10px #d8d8d8;
}

.login_register .form-control {
height: auto;
  display: block;
  width: 100%;
   padding: 15px;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #CCC;
  border-radius: .25rem;
  margin-top: 15px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.login_register .form-control:focus{
outline: none;
-webkit-box-shadow: none;
  box-shadow: none;
border: 1px solid #000;
}

.login_register .btn-login{
display: block;
  background: #FFF;
  padding: 18px 50px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
transition: all 0.3s;
width: 100%;
margin-top: 30px;
}
.login_register .btn-login:hover{
  background: var(--primary-color);
  color: #FFF;
}

.login_register .right_link{color: var(--third-color);margin-top: 15px;transition: all 0.3s;display: inline-block;}

.login_register .right_link:hover{
text-decoration: underline;
}

.create-account-link{color: var(--third-color);display: inline-block;margin-top: 15px;transition: all 0.3s;}

.create-account-link:hover{color: var(--third-color);text-decoration: underline;}

.customer_dashboard{
box-shadow: 0 0 4px 0 #e9e9e9;
}

.customer_dashboard{
box-shadow: 0 0 4px 0 #d0cfcf;
}

.customer_dashboard .nav-tabs li.nav-item a {
  text-align: left;
  padding: 12px 20px;
  border-radius: 0;
  border-bottom: 1px solid #efefef;
  color: #2b2f4c;
}
.customer_dashboard .nav-tabs li.nav-item a.active{
background: #1d2224;
color: #FFF;
}
.customer_dashboard .nav-tabs li.nav-item a i {
  margin-right: 8px;
  vertical-align: middle;
}

.dashboard_content .card-header {
  background-color: #1d2224;
  border-color: #1d2224;
  padding: 14px 20px;
}

.dashboard_content .card-header > h4 {
font-size: 16px;
color: #FFF;
font-weight: 400;
margin: 0;
}

.account_details .form-control {
height: auto;
  display: block;
  width: 100%;
   padding: 15px;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #CCC;
  border-radius: .25rem;
  margin-top: 15px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.account_details .form-control:focus{
outline: none;
-webkit-box-shadow: none;
  box-shadow: none;
border: 1px solid #000;
}

.account_details .btn-login{
  background: #FFF;
  padding: 18px 50px;
  border: 1px solid #303952;
  color: #303952;
transition: all 0.3s;
margin-top: 30px;
}
.account_details .btn-login:hover{
  background: #303952;
  color: #FFF;
}
.btn-add-address{
color: #FFF !important;
padding: 6px 16px;
display: inline-block;
font-size: 14px;
border: 1px solid #FFF;
border-radius: 50px;
}


.selected::marker {
    color: #41d895 !important; /* Green color for the list item marker */
}


/*.status-body button::before {*/
/*    content: "";*/
/*    background: var(--third-color);*/
/*    position: absolute;*/
/*    left: 50px;*/
/*    bottom: 50%;*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    border-radius: 50px;*/
/*    transform: translate(0%, 50%);*/
/*}*/


.status-body li {
    list-style-type: none;
    position: relative;
}

.status-body li::before {
    content: '\2022';
    color: #901c29;
    font-size: 1.2em;
    margin-right: 0;
    top: 18px;
    position: absolute;
    left: 20px;
}


li.selected:before {
    color: #41d895;
}

/*======================================
End Login CSS
========================================*/
.input-group textarea {
  width: 100%;
  margin-top: 10px;
  outline: none;
  padding: 10px;
}
label.radio-schedule--box {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  padding: 5px 20px;
  cursor: pointer;
}

label.radio-schedule--box input {
  width: 20px;
}
.DIY-video-form label span {
  color: var(--third-color);
  font-weight: 700;
  font-size: 19px;
}
.status-parent {
  height: 450px;
  /* overflow-y: scroll; */
  padding: 20px;
}   
.Development-icons {
  width: 330px;
}
h1.scheduling-heading {
  margin: 0px 0px 50px;
  font-size: 43px;
  color: var(--forth-color);
  font-weight: 600;
  text-align: center;
}
p#step-2-para a {
  color: var(--third-color);
  text-decoration: none;
  font-weight: 600;
}
.emd-code iframe {
    height: 1100px !important;
}
.terms-sec {
    padding: 80px 0px;
}

.terms-content p {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
}

.terms-content h2 {
    font-size: 25px;
}

.terms-heading h2 {
    font-size: 40px;
    font-weight: 700;
}

.terms-content {
    text-align: left;
}

.terms-content ul {
    display: grid;
    grid-template-columns: auto auto;
    width: 40%;
    list-style: none;
    padding: 0;
    gap: 10px;
    margin-bottom: 40px;
}

.terms-content h6 {
    font-size: 17px;
    margin: 20px 0px 0px;
    text-decoration: underline;
}
section.gallery-content h4.suggection-heading {
  margin-bottom: 50px;
  font-size: 28px;
}
section.insights-sec {
  padding: 100px 0px;
}

.insights-content h5 {
  font-size: 17px;
}
/* insight  */
.insights-content-page h6 {
  font-size: 14px !important;
}

.insights-content-page a {
  color: black;
  text-decoration: none;
  text-align: left;
}

.insights-content-page p {
  font-size: 14px;
}

.insights-content-page h1 {
  font-size: 35px !important;
}

.insights-content-page .gallery {
  padding: 20px !important;
  margin: 0 !important;
  /*box-shadow: #1a040740 0px 1px 0px, #14010340 0px 8px 24px, #1c030640 0px 16px 48px;*/
}

.calender-parent .heading h2 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
} 



/* responsive */
@media only screen and (max-width: 1399px) {

.Development-icons {
    width: 300px;
}

.sec-services .content2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}    
    
.flowers-image img {max-width: 200px;}

.sec-hero .row {
    align-items: center;
}

.scheduling-banner .content h1 {font-size: 60px !IMPORTANT;
    
}

.sec-design-process .content:before {
    left: 50%;
    top: 55%;
    background-size: 480px;
}
    
.sec-design-process .container-fluid {
    max-width: 1100px;
}
    
.sec-design-process .circle-img-box.two {
    right: 0;
}
.sec-design-process .content h3 {
    margin: 0 0 100px;
}
.sec-design-process .circle-img-box img {
    width: 100px;
}
.sec-design-process .circle-img-box h5 {
    font-size: 20px;
}

.sec-design-process .circle-img-box.one {
    position: absolute;
    top: 9%;
    left: 45px;
    width: 110px;
    text-align: center;
}

.sec-design-process .circle-img-box.two img {
    width: 310px;
}

.sec-design-process .circle-img-box.two {
    top: 170px;
}

.sec-design-process .circle-img-box.three {
    position: absolute;
    right: -43px;
    top: 300px;
    text-align: center;
}

.sec-design-process .circle-img-box.four {
    position: absolute;
    bottom: 690px;
    left: 50px;
}

.sec-design-process .content .btns {
    top: 68%;
}

.sec-design-process .circle-img-box.five img {
    width: 210px;
    cursor: auto;
}

.sec-design-process .circle-img-box.five {
    position: absolute;
    bottom: 281px;
    left: 190px;
}
.card-text.plus {
  padding: 0;
}

.card-article .card-text {
  font-size: 14px;
  line-height: 17px;
}

}

@media only screen and (max-width: 1199px) {
   .sec-services .content2 h5 {
    padding: 0;
}
.calender-parent {
    padding: 0;
}

.calendar .row {
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.status-parent {
    width: 100%;
    padding: 0;
}
.Development-icons {
    width: 250px;
} 
.navbar-expand-lg .navbar-nav {
}

nav .nav-item {
    margin-right: 5px;
}

nav .nav-link {
    font-size: 16px;
}

section.sec-hero .content h1 {
    font-size: 60px;
}

section.sec-hero .content h2 {
    font-size: 28px;
}    

.gallery-banner .content {
    margin-top: 50px !IMPORTANT;
}
.gallery-banner h1 {
    font-size: 50px !IMPORTANT;
}
.scheduling-banner .content h1 {
    font-size: 50px !important;
}

.scheduling-banner .content {
    margin-top: 50px !important;
}
.card-text.plus {
    font-size: 14px;
    line-height: 17px;
    padding-top: 0px;
}
.card .card-text {
  font-size: 13.5px;
}

.card-article .card-title {
  font-size: 38px;
}

.sec-design-process .content h3 {
  font-size: 26px;
  margin-bottom: 0;
}

.sec-design-process .circle-boxes {
  height: 100%;
  margin: 0;
}

.sec-design-process .content {
  height: 900px;
}

.sec-design-process .content .btns {
  top: 70%;
}

.sec-design-process .circle-img-box.five {left: unset;right: 52%;transform: translateX(50%);width: 150px;bottom: 100px;}

.sec-design-process .circle-img-box.one {
  left: 0;
  top: 20px;
}

.sec-design-process .circle-img-box.two {
  right: 0px;
  top: 100px;
  width: 260px;
}

.sec-design-process .circle-img-box.three .tippy-tooltip {
  margin: 0;
}

.circle-img-box.two .tippy-tooltip {
  margin: 0;
}

div#tippy-3 {
  margin-left: -100px;
}

.sec-design-process .circle-img-box.four {
  bottom: 420px !important;
  left: 30px;
}
section.sec-gallery {
  padding: 0px 0px 50px 0px;
}
.card.card-article h1 {
  font-size: 27px;
}
.sec-design-process .content2 h5 {
  font-size: 20px;
}
.btn-primary {
  font-size: 14px;
  padding: 10px 20px;
}

section.sec-news h4 {
  font-size: 30px;
}

section.sec-news h5 {
  font-size: 30px;
}

footer .content h5 {
  font-size: 20px;
}

footer .info a {
  font-size: 12px;
}

.btm-footer p {
  font-size: 14px;
}

.btm-footer a {
  font-size: 14px;
}
.footer-email-form .input-group {
  font-size: 15px;
  padding-bottom: 7px;
}

.footer-email-form .submit-btn {
  font-size: 18px;
}

footer .links a {
  font-size: 14px;
}

.home-page-form input {
  padding: 15px;
}
section.gallery-content .gallery h6 {
    margin: 0;
}

section.gallery-content .gallery img {
    height: 300px;
}

}

@media only screen and (max-width: 991px) {
    
 .flowers-image {
    text-align: center;
}
.calender-parent {
    padding: 0;
    margin-bottom: 50px;
}
#nextMonth {
    right: 20px;
}

#prevMonth {
    left: 20px;
}
ul.navbar-nav {
    background: var(--third-color);
    padding: 10px;
        text-align: center;
    z-index: 999999;
    position: relative;
    margin: 5px 0px;
    border-radius: 10px;
    border: 3px solid white;
}
nav .nav-link.active, nav .nav-link:hover {
    color: white;
}
nav .nav-link {
    color: white;
    padding: 5px 0px;
}

section.sec-hero .content {
    margin-top: 50px;
    text-align: center;
}

section.sec-hero .content h1 {
    text-align: center !important;
        padding: 0;
}

section.sec-hero .content h2 {
    text-align: center !important;
} 
.card-client .card-img-top {
  width: 50%;
}

.card .card-text {
  text-align: left;
}

.card-article .card-body {
  text-align: center;
  padding: 10px 0px 20px 0px;
}

.sec-design-process .circle-img-box.one {
  /* left: 80px !important; */
  /* top: -10px !important; */
}

.sec-design-process .circle-img-box.four {
  /* left: 80px !important; */
}

.sec-design-process .circle-img-box.two {
  top: 110px;
  right: 40px;
}

.sec-design-process .circle-img-box.three {
  right: 0px;
  top: 320px;
}

.gallery-images {
  display: grid;
  grid-template-columns: auto auto auto auto;
  height: unset;
}

section.sec-gallery {
  height: unset;
}

section.sec-news h4 {
  font-size: 21px;
}
footer {
  text-align: center;
}

.footer-email-form {
  width: 50%;
  margin: 0 auto;
}
.social-icons {
  justify-content: center;
}
.btm-footer {
  text-align: center;
}
.sec-design-process .circle-img-box.one {
  left: 80px;
  width: 70px;
  top: -10px;
}

.sec-design-process .circle-img-box h5 {
  font-size: 14px;
  letter-spacing: 0.5px;
}

.sec-design-process .circle-img-box.two {
  width: 210px;
  top: 90px;
  right: 40px;
}

.sec-design-process .circle-img-box.four {
  left: 80px;
  width: 90px;
  top: 270px;
}

.sec-design-process .content:before {
  width: 70%;
  background-size: contain;
}

.sec-design-process .content {
  height: 800px;
}
.sec-design-process .circle-img-box.three {
  right: 40px;
  top: 300px;
  width: 80px;
}

.sec-design-process .circle-img-box.five {
  width: 150px;
}

.sec-design-process .content .btn {
  padding: 10px 25px;
}

.sec-design-process .content2 {
  margin: 20px 0px;
}
.sec-services .custom-row {
    border: none;
}
.sec-services .content3 {
    padding: 0;
}

.sec-services .custom-row {
    border: none;
}

.sec-services .custom-container::before {
    display: none;
}
section.sec-services {
    text-align: center !important;
}

.sec-services .custom-row {
    margin-bottom: 30px;
    padding: 0;
}
.sec-services .main-content {
    padding: 0;
}

.sec-services .content2 {
    text-align: center;
    margin-bottom: 20px;
}

.sec-services p {
    text-align: center;
}

.sec-services .custom-row {
    margin-bottom: 30px;
    padding: 0;
}
.terms-sec {
    text-align: center;
}

.terms-content p {
    text-align: center;
}

.terms-content {
    text-align: center;
}

.terms-content ul {
    width: 100%;
}
section.gallery-content {
    text-align: center;
}

.gallery-content .content.top {
    margin: 30px 0px;
}
}

@media only screen and (max-width: 767px) {
    
.about-content p {
  font-size: 13px;
}
.aboutimg_name {
  font-size: 14px;
}
    .flowers-image img {
    max-width: 150px;
}
h1.scheduling-heading {
    font-size: 30px;
}

.scheduling-content .image-box img {
    width: 100px;
}

.scheduling-content .image-box.active, .scheduling-content .image-box {
    text-align: center;
    height: unset;
    padding: 30px 0px;
    margin-bottom: 50px;
}
section.sec-hero .content h1 {
    font-size: 42px;
}

section.sec-hero .content h2 {
    font-size: 20px;
}

section.sec-hero .content {
    margin-top: 20px !IMPORTANT;
    
}
.gallery-banner .content h1 {
    padding: 0;
}
.scheduling-banner .content h1 {
    font-size: 42px !important;
    padding: 0;
}

.sec-design-process .circle-img-box.one {
  left: 0px;
  width: 70px;
  top: 50px;
}

.sec-design-process .circle-img-box h5 {
  font-size: 14px;
  letter-spacing: 0.5px;
}

.sec-design-process .circle-img-box.two {
  width: 210px;
  top: 110px;
  right: 0px;
}

.sec-design-process .circle-img-box.four {
  left: 20px;
  width: 90px;
  top: 270px;
}

.sec-design-process .content:before {
  width: 80%;
  background-size: contain;
}

.sec-design-process .content {
  height: 600px;
}
.sec-design-process .circle-img-box.three {
  right: -20px;
  top: 280px;
  width: 80px;
}

.sec-design-process .circle-img-box.five {
  width: 100px;
}

}

@media only screen and (max-width: 576px) {
    .tippy-content {
    background: white;
    color: black;
    width: 210px;
    padding: 35px 12px 20px 12px;
    text-align: start;
    border-radius: 5px;
    box-shadow: 1px 1px 8px #0000007a;
    left: 50% !important;
    position: fixed;
    z-index: 999999;
    transform: translateX(-50%);
}

.sec-design-process .circle-img-box.four {
    z-index: 0;
}
    section.sec-hero .content h1 {
     font-size: 26px !IMPORTANT;
    font-size: 26px;
}
#calendarBody tr td {
    margin-right: -16px;
    width: 70px;
    height: 70px;
}

.calendar-table thead tr {
    margin: 0;
}

.calendar-table thead th {
    font-size: 14px;
    margin: 0px;
}
.scheduling-content .image-box h3 {
    font-size: 15px;
    font-weight: 500;
}

.scheduling-content .image-box img {
    width: 70px;
    margin-bottom: 20px;
}

.DIY-video-form h2 {
    font-size: 24px;
}

section.sec-hero .content h2 {
    font-size: 14px;
}
.card .card-text {
  font-size: 12.5px;
}
.sec-design-process .circle-img-box.two img {
    max-width: 140px !important;
}

.sec-design-process .circle-img-box.two h5 {
    margin-bottom: 5px;
}
.sec-design-process .content h3 {
  font-size: 18px;
}

.sec-design-process .circle-img-box h5 {
  font-size: 9px;
  letter-spacing: 1px;
}

.sec-design-process .circle-img-box.one {
  top: 10px;
  width: 60px;
  left: -20px;
}

.sec-design-process .circle-img-box.two img {
  width: 200px;
}

.sec-design-process .circle-img-box.two {
  top: 60px;
  right: -30px;
  width: 200px;
}

.sec-design-process .circle-img-box.four {
  width: 60px;
  top: 190px;
  left: 0px;
}

.sec-design-process .circle-img-box.three {
  width: 70px;
  right: -40px;
  top: 200px;
}

.sec-design-process .content .btn {
  padding: 10px 15px;
}

.btn-primary {
  font-size: 11px;
  letter-spacing: 0.5px;
}

.sec-design-process .circle-img-box.five {
}
.gallery-images {
    display: flex !important;
    flex-direction: column;
}
.scheduling-content .image-box h3 {
    text-align: center;
}
.calender-parent h2 {
    font-size: 26px;
    margin-bottom: 20px;
    text-align: center;
    padding-top: 13px;
}
#previousMonthName, #nextMonthName {
 
    display: none;
}

#currentMonthName {
    width: 100%;
    text-align: center;
}

.years {
    justify-content: center;
    margin: 0 auto;
    width: 190px;
}

/*PRO*/
 .sec-design-process .circle-img-box.two img {
    width: 100%;
}
#calendarBody tr td {
     margin: -14px;
    width: 60px !IMPORTANT;
    font-size: 12px;
}
.sec-design-process .circle-img-box.one {
    /* width: 40px; */
}

.sec-design-process .circle-img-box.four {
}

.sec-design-process .circle-img-box.three {
    /* width: 40px; */
}
.sec-design-process .content .btns {
    top: 70%;
    display: flex;
    gap: 10px;
}

.sec-design-process .content .btn {
    padding: 10px 20px;
    font-size: 8px;
}

.sec-design-process .circle-img-box.five {
    bottom: 60px;
    width: 80px;
}
.calendar-table {
    margin: 0 auto;
}
.years .month {
    font-size: 21px;
 
}
}

@media only screen and (max-width: 425px){
    .circle-img-box.one .tippy-popper {
    left: 200% !important;
}
    .circle-img-box.three .tippy-content {
    left: 0 !IMPORTANT;
    transform: translateX(-90%);
}
.circle-img-box.four .tippy-content {
    transform: translateX(-30%);
    top: -100px;
    padding: 10px 10px;
    width: 240px;
}
}

@media only screen and (max-width: 375px) {
    #calendarBody tr td {
    margin: -10px;
    font-size: 15px;
    width: 76px;
}
.sec-design-process .content .btns {
top: 65%;
}
.sec-design-process .content h3 {
  font-size: 16px;
}
  .sec-design-process .circle-img-box.one {
    top: 30px;
    left: -30px;
  }
  .sec-design-process .circle-img-box.two {
    top: 80px;
  }
  .sec-design-process .circle-img-box.four {
    top: 200px;
    left: -20px;
  }
}
@media only screen and (max-width: 320px) {
   
}


/*testimonial */
.testimonial-slider--card {
  background: white;
  color: black;
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
  position: relative;
  /*box-shadow: #901c2940 0px 1px 0px, #901c2940 0px 0px 24px, #901c2940 0px 0px 8px;*/
}

.testimonial-card--img {
  height: 110px;
  width: 120px;
  border-radius: 20px;
  position: absolute;
  left: 10px;
  top: -50px;
}

.testimonial-card--img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.testimonial-card--content h4 {
  text-transform: capitalize;
  color: var(--third-color);
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}

.testimonial-card--content ul {
  display: flex;
  gap: 5px;
  margin: 10px 0px;
  padding: 0;
  list-style: none;
}

.testimonial-card--content i {
  color: orange;
  font-size: 20px;
}

.testimonial-card--content p {
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
}
.testimonial-slider ul.slick-dots {
  display: flex;
  justify-content: center;
  gap: 20px;
  position: absolute;
  bottom: 0px;
  cursor: pointer;
}
.testimonial-slider {
  width: 100%;
}
.testimonial-slider .slick-track {
  padding: 50px 0px;
  display: flex;
  gap: 0px;
  justify-content: center;
}
.testimonial-slider ul.slick-dots li {
  position: relative;
  border: 0;
  font-size: 0;
  background: white;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.testimonial-slider ul.slick-dots li::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -50%;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 2px solid black;
  border-radius: 50%;
}

.testimonial-slider ul.slick-dots button {
  background: transparent;
  width: 0;
  border: 0;
  cursor: pointer;
}

.testimonial-slider ul.slick-dots .slick-active {
  background: var(--third-color);
}

.testimonial-slider ul.slick-dots .slick-active::before {
  border: 2px solid var(--third-color);
}

.serviceradioslabel {
  display: block;
}
.serviceradioslabel input {
  display: none;
}

.sec-marquee p {
  margin: 0;
}
.sec-marquee p strong {
  margin-left: 40px;
}

.ConsultationsSchedule_dummy h1 {
  text-align: center;
}
.ConsultationsSchedule_dummy {
  padding: 50px;
}
.ConsultationsSchedule_dummy h4 {
  text-align: center;
  margin-bottom: 30px;
}
.ConsultationsSchedule_dummy ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0px;
  text-align: center;
  font-size: 14px;
}
.ConsultationsSchedule_dummy span {
  text-align: center;
  display: block;
  margin-bottom: 10px;
  font-size: 23px;
}
.ConsultationsSchedule_dummy h6 {
  text-align: center;
  margin: 20px 0px;
  font-size: 19px;
}
.ConsultationsSchedule_dummy strong {
  text-align: center;
  display: block;
}
.ConsultationsSchedule_dummy strong a {
  color: black;
  text-decoration: none;
  margin: 0px 10px;
}
button.custom-button[disabled] {
  opacity: 0.5;
}

button.next-button.btn.btn-primary[disabled] {
  cursor: not-allowed;
  opacity: 0.6;
  background: #901c29;
}
li.selected {
  background: #901c29;
  border-radius: 8px;
}
li.selected button{
  color: white !important;
}
/* calender not select tds  */
.schedule-calender tr td:nth-child(1),
.schedule-calender tr td:nth-child(2),
.schedule-calender tr td:nth-child(3),
.schedule-calender tr td:nth-child(5),
.schedule-calender tr td:nth-child(6),
.inhomeconsultation-calender tr td:nth-child(1),
.inhomeconsultation-calender tr td:nth-child(4),
.inhomeconsultation-calender tr td:nth-child(7) {
  cursor: no-drop !important;
  opacity: 0.4;
}
.hide{
  display: none;
}
.show {
  display: block !important;
}
section.gallery-content.insights-content-page {
    padding: 100px 0px;
}
.underline-button{
  color: #901c29;
  text-decoration: underline;
}
p {
    margin: 0;
}
.card.card-article p {
    font-size: 14px;
}
.insight-card {
    padding-bottom: 30px;
}

.insight-card p {font-size: 15px;line-height: 21px;}

.insight-card a {
    text-decoration: underline;
}

.insight-card h6 {margin: 0;font-size: 17px !important;}

.insight-card h1 {
    font-weight: 700 !important;
}