@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

* {
  box-sizing: border-box;

  font-family: Roboto;
}

.my_inbox_heading {
  text-align: center;

  padding-top: 200px;
}

.my_inbox_heading h2 {
  font-size: 40px;

  color: #ff4565;
}

.login_img {
  background-size: cover;

  background-position: center;

  padding: 40% 4% 1%;

  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);

  border-radius: 10px 0px 0px 10px;

  position: relative;

  height: 100%;
}

.login_img h1 {
  color: #fff;

  font-size: 24px;

  font-weight: 600;

  padding-left: 20%;
}

.login_img h2 {
  color: #fff;

  font-size: 40px;

  font-weight: 600;

  padding-left: 20%;
}

.login-heading {
  text-align: center;

  background: #fff;

  height: 100%;

  padding: 120px 0 0px;

  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);

  border-radius: 0px 10px 10px 0px;
}

img.login_logo {
  width: 200px;
}

.login-heading form {
  text-align: center;

  width: 65%;

  margin: 40px auto 0;
}

.login-heading form a.btn {
  background: #ffffff;

  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);

  border-radius: 10px;

  width: 100%;

  height: 50px;

  line-height: 33px;

  font-size: 16px;

  font-weight: 500;

  margin-bottom: 12px;
}

.login-heading form a.btn img {
  width: 22px;

  margin-right: 10px;

  vertical-align: middle;
}

.login-heading form i.bi.bi-currency-euro {
  position: relative;

  top: -39px;

  padding: 14px;

  font-size: 20px;
}

.login-heading form input#provider_price5 {
  padding-left: 40px;
}

.login-heading h6 {
  position: relative;

  margin-top: 15px;

  text-align: center;

  margin-bottom: 20px;
}

.login-heading h6 span {
  background: #fff;

  padding: 0 5px;

  position: relative;

  z-index: 9;

  font-weight: 400;

  font-size: 18px;
}

.login-heading h6::after {
  background: #b4b4b4;

  height: 1px;

  width: 100%;

  content: "";

  position: absolute;

  right: 0;

  top: 11px;

  left: 0;

  margin: auto;
}

.login-heading form label {
  font-size: 16px;

  font-weight: 500;
}

.login-heading form input {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);

  border-radius: 10px;

  height: 50px;

  font-size: 15px;

  border: none;
}

.login-heading form button {
  border-radius: 10px;

  background: #eeeeee;

  border: none;

  color: #9e9e9e;

  width: 100%;

  height: 50px;

  font-size: 16px;

  font-weight: 500;
}

/*ajay chat css*/

/*********************************** footer **********************************/

.chatdiv {
  margin: 20px auto 80px;

  max-width: 1100px;
}

.chat_user {
  background: #f6f6f6;

  padding: 20px 20px 15px 20px;

  position: sticky;

  top: 0;

  min-height: 600px;

  overflow-y: auto;

  border: 1px solid #e4e4e4;

  border-radius: 20px;
}

.chat_user ul li img {
  width: 40px;

  border-radius: 50%;

  height: 40px;
}

.chat_user ul li .chatuser svg {
  position: absolute;

  right: 7px;

  color: #1dc80b;

  font-size: 14px;
}

.chat_user ul li .chatuser {
  position: absolute;

  left: 15px;

  width: 40px;

  background: #ececec;

  border-radius: 50%;

  overflow: hidden;
}

.chat_user ul {
  max-height: 533px;

  overflow-y: auto;

  margin-bottom: 0;

  padding: 0;
}

.chat_user ul li {
  list-style: none;

  position: relative;

  margin-bottom: 10px;

  background: #c5985e00;

  border: 1px solid #ccc;

  text-align: left;

  padding: 8px 8px 8px 70px;

  color: #000000;

  font-weight: 400;

  font-size: 16px;

  border-radius: 12px;

  height: 63px;
}

.chat_user ul li span {
  display: block;

  color: #c2c2c2;

  font-weight: 500;

  font-size: 14px;
}

.chat_user .form-inline {
  position: relative;
}

.chat_user .form-inline input {
  width: 100%;

  padding: 10px 60px 10px 18px;

  height: auto;

  border-radius: 30px;

  font-size: 16px;

  border: 1px solid #c1e9e3;
}

.chat_user .form-inline .btn {
  position: absolute;

  right: 0;

  border: none;

  height: 100%;

  width: 60px;

  color: #a1a1a1cc;

  top: 0;
}

.chat_user .form-inline .btn:hover {
  background: transparent;
}

.right_chat .test {
  width: 100%;

  margin: auto;

  height: 100%;

  position: relative;

  padding-bottom: 88px;
}

.innchat {
  padding: 20px 0 0;

  max-height: 536px;

  overflow-y: auto;

  position: sticky;

  top: 0;

  overflow-x: hidden;
}

.right_chat ul.tab-inner {
  background: #fff;

  border: none;

  box-shadow: 0 0 6px #e1e1e1;

  margin-bottom: 10px;
}

.right_chat .test h3 {
  font-size: 18px;

  font-weight: 600;

  margin-bottom: 40px;
}

.right_chat .test p {
  font-size: 18px;

  line-height: 28px;
}

.right_chat .test .testin h3 {
  font-size: 36px !important;

  color: #ffa20f;

  margin-bottom: 0;
}

.right_chat .test-right .mainuser span {
  font-weight: 400;

  font-size: 18px;

  color: #00000069;
}

.right_chat .test .testin a {
  background: #a6b0b9;

  padding: 6px 18px;

  color: #fff;

  font-weight: 400;

  margin-left: 10px;

  border-radius: 3px;
}

.right_chat .test .testin {
  margin-top: 30px;
}

.right_chat .test ul {
  border: none;
}

.right_chat .test ul li {
  display: block;

  text-align: left;

  padding: 10px;

  margin-bottom: 20px;

  font-weight: 400;
}

.right_chat .test .btn {
  background: #25ab06;

  color: #fff;

  display: inline-block;

  margin-bottom: 100px;
}

.right_chat .test ul li svg {
  font-size: 24px;

  margin-right: 11px;

  color: #0083ff;
}

.right_chat .test ul li span {
  color: #838484;
}

.right_chat .test-right .mainuser {
  font-weight: 400 !important;

  border-bottom: 1px solid #dfdfdf;

  padding-bottom: 20px;

  font-size: 18px;

  padding: 20px 0;

  color: #000000;
}

.right_chat .test-right .mainuser span svg {
  color: #25ab06;

  margin-left: 40px;
}

.right_chat .test-right .mainuser span {
  font-weight: 400;

  font-size: 15px;
}

.right_chat .test .mainuser img {
  width: 50px;

  border-radius: 50%;

  margin-right: 10px;

  float: left;

  height: 50px;
}

.right_chat .test-right .inleft img {
  /* width: 40px;

  border-radius: 50%;

  margin-right: 10px;

  float:left;

  height: 40px*/
}

.right_chat .test-right .inleft h4 {
  font-size: 16px;

  line-height: 40px;
}

.right_chat .test-right .inleft .chatin span {
  color: #626262;

  width: 100%;

  float: left;
}

.right_chat .test-right .inleft p {
  background: #4588d3;

  color: #fff;

  font-weight: 400;

  padding: 15px;

  margin-top: 0;

  border-radius: 0 12px 12px 11px;

  box-shadow: 0 0 13px #a0a0a017;

  line-height: 20px;

  margin-bottom: 0;

  font-size: 16px;

  width: auto !important;

  display: table;

  min-width: 200px;
}

.right_chat .test-right .mainuser i {
  position: absolute;

  margin-left: -25px;

  color: #1dc80b;

  font-size: 13px;
}

.right_chat .test-right .inleft .chatin {
  width: 65%;

  margin-top: 20px;
}

.right_chat .test-right .inright .chatin {
  width: 65%;

  float: right;
}

.right_chat .test-right .inright p {
  /*    background: #4588d3;*/

  background: #ff4565;

  color: #fff;

  font-weight: 400;

  padding: 20px;

  border-radius: 15px 15px 0 15px;

  box-shadow: 0 0 13px #a0a0a017;

  line-height: 20px;

  margin-bottom: 0;

  font-size: 16px;

  margin-top: 25px;

  display: table;

  min-width: 200px;

  float: right;
}

.right_chat .test-right .inright .chatin span {
  float: right;

  width: 100%;

  text-align: right;
}

.right_chat .intype {
  background: #ecf2fc;

  padding: 15px 50px;

  margin-top: 30px;

  position: absolute;

  bottom: 0;

  width: 100%;

  border-radius: 10px;
}

.right_chat .intype input {
  background: transparent;

  border: none;
}

.intype input[type="file"] {
  position: absolute;

  left: 20px;

  width: 30px;

  height: 31px;

  background: red;

  top: 0;

  bottom: 0;

  margin: auto;

  opacity: 0;
}

.intype span {
  position: absolute;

  left: 20px;

  bottom: 0;

  width: 30px;

  height: 30px;

  margin: auto;

  top: 0;

  font-size: 20px;
}

.intype button {
  position: absolute;

  border: none;

  right: 20px;

  bottom: 0;

  width: 30px;

  height: 30px;

  margin: auto;

  top: 0;

  background: transparent !important;

  color: #000 !important;

  font-size: 20px;
}

/**/

div#emailHelp {
  margin-top: 60px;

  font-size: 16px;

  font-weight: 500;

  color: #888888;
}

div#emailHelp a {
  font-weight: 600;

  color: #ff5362;
}

.login_img img {
  width: 100%;
}

.login-heading form input::placeholder {
  color: #b4b4b4;
}

.logo a.navbar-brand img {
  height: 70px;
}

.top_location p img {
  height: 18px;

  margin-right: 8px;
}

.top_location p {
  font-weight: 500;

  color: #b4b4b4;

  font-size: 15px;

  margin-bottom: 6px;
}

.top_location h3 {
  font-size: 15px;

  font-weight: 500;

  margin-bottom: 0px;
}

header.header {
  padding-top: 15px;

  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);

  padding-bottom: 10px;
}

.top_location {
  margin-top: 12px;

  margin-left: 30px;
}

nav.navbar.navbar-expand-lg {
  border-top: 1px solid #b4b4b478;

  margin-top: 15px;
}

header.header ul.navbar-nav li.nav-item a {
  color: #999999;

  font-weight: 500;

  font-size: 16px;
}

header.header ul.navbar-nav li.nav-item img {
  height: 18px;

  margin-right: 3px;

  vertical-align: text-bottom;

  filter: grayscale(100%);

  opacity: 0.7;
}

header.header ul.navbar-nav li.nav-item a.active {
  color: #ff5362;
}

header.header ul.navbar-nav li.nav-item a.active img {
  filter: grayscale(0%);

  opacity: 1;
}

header.header ul.navbar-nav li.nav-item:not(:last-child) {
  margin-right: 75px;
}

.responsive-login ul {
  list-style: none;

  padding-left: 0;

  margin-bottom: 0px;
}

.responsive-login ul li a.btn {
  border-radius: 10px;

  background: #ff5362;

  height: 40px;

  width: 180px;

  color: #fff;

  font-size: 16px;
}

.responsive-login ul li a.btn img {
  height: 18px;

  margin-right: 3px;

  vertical-align: text-bottom;
}

.responsive-login ul li a.btn label {
  cursor: pointer;
}

.responsive-login button.navbar-toggler {
  background: #ff5362;
}

.responsive-login button.navbar-toggler span i {
  color: #fff;

  font-size: 30px;
}

.responsive-login button.navbar-toggler:focus {
  box-shadow: none;
}

section#login {
  margin: 4% 0;
}

footer#footer {
  margin-top: 50px;

  padding: 25px 0;

  background-color: #fcfbfe;
}

footer#footer h5 {
  font-weight: 700;

  font-size: 18px;
}

footer#footer ul {
  list-style: none;

  padding-left: 0px;

  margin-top: 15px;

  margin-bottom: 0px;
}

footer#footer ul li {
  line-height: 26px;
}

footer#footer ul li a {
  text-decoration: none;

  color: #000;

  font-size: 14px;

  font-weight: 300;
}

p.social-para {
  font-size: 14px;

  font-weight: 300;

  margin-top: 30px;

  margin-bottom: 0px;
}

ul.social li {
  display: inline-block;

  padding-right: 10px;
}

.row.margin-row {
  margin-top: 35px;
}

.otp_form {
  margin-bottom: 35px;
}

.otp_form p {
  color: #8f8f8f;

  font-size: 17px;

  font-weight: 500;

  margin-bottom: 30px;
}

.otp_form p b {
  color: #28282b;

  font-weight: 500;
}

.otp_form p a {
  color: #8b6adc;

  font-weight: 500;
}

.otp_form input {
  display: inline-block;

  width: 75px;

  height: 50px;

  text-align: center;

  top: calc(50% - 50px / 2 + 40px);
}

section#home_banner ul.tab_home .checkcontainer {
  position: relative;

  cursor: pointer;

  display: inline-block;

  width: 100%;

  height: 50px;

  margin-bottom: 20px;
}

section#home_banner ul.tab_home .checkcontainer input {
  position: absolute;

  opacity: 0;

  cursor: pointer;
}

section#home_banner ul.tab_home .radiobtn {
  position: absolute;

  top: 0px;

  left: 0;

  height: 80px;

  line-height: 80px;

  width: 120px;

  text-align: center;

  border-radius: 10px;

  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);

  background-color: #fff;

  border: 2px solid white;
}

section#home_banner ul.tab_home input:checked ~ .radiobtn {
  background-color: #fff;

  border: 2px solid #ff5362;
}

section#home_banner ul.tab_home .radiobtn img {
  height: 55px;
}

section#home_banner ul.tab_home {
  list-style: none;

  padding-left: 0px;

  margin-bottom: 0px;

  margin-top: 20px;
}

section#home_banner ul.tab_home li {
  display: inline-block;
}

section#home_banner ul.tab_home li:not(:last-child) {
  margin-right: 130px;
}

section#home_banner {
  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  height: 700px;

  padding-top: 100px;
}

.home_dog_img img {
  width: 100%;
}

section#home_banner h2 {
  color: #ff5362;

  font-size: 20px;

  font-weight: 500;
}

section#home_banner h1 {
  color: #000;

  font-size: 60px;

  font-weight: 700;

  margin-top: 18px;

  line-height: 68px;
}

section#home_banner ul li p {
  margin-bottom: 0px;

  line-height: 35px;

  font-size: 15px;

  font-weight: 500;
}

.search_form {
  margin-top: 50px;
}

.search_form input {
  border-radius: 10px;

  background: #fff;

  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);

  border: none;

  width: 470px;

  height: 50px;

  padding-left: 20px;

  font-size: 16px;
}

.search_form input::placeholder {
  color: rgba(180, 180, 180, 0.8);
}

.search_form button {
  border-radius: 10px;

  background: #ff5362;

  border: none;

  height: 50px;

  width: 95px;

  color: #fff;

  font-weight: 500;

  font-size: 15px;

  margin-left: 10px;
}

section#service_dog {
  margin-top: 60px;

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;
}

section#service_dog h1 {
  text-align: center;

  color: #fff;

  margin-top: 25px;

  font-size: 28px;

  font-weight: 600;

  margin-bottom: 20px;
}

.service_box {
  border-radius: 10px;

  background: #fff;

  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);

  padding: 35px 30px;

  height: 100%;

  background-repeat: no-repeat;

  background-position: right bottom;

  background-size: 130px;

  transition: all 0.4s;
}

.meet_box:hover img {
  transform: rotate(360deg);
}

.service_box:hover {
  margin-top: -10px;
}

.service_box h2 img {
  height: 50px;

  margin-right: 25px;
}

.service_box h2 {
  font-size: 22px;

  font-weight: 600;

  display: flex;

  align-items: center;
}

.service_box p {
  font-size: 16px;

  line-height: 28px;

  margin-bottom: 10px;
}

.service_box h3 {
  color: #ff5362;

  font-size: 17px;

  font-weight: 500;
}

.service_box h4 a {
  color: #ff5362;

  font-size: 20px;

  font-weight: 500;

  text-decoration: none;
}

.service_box h4 {
  margin-bottom: 0px;

  margin-top: 15px;
}

.service_box .yellow {
  color: #fcb75e;
}

.service_box h4 i {
  vertical-align: middle;
}

.service_box .blue {
  color: #592acd;
}

.service_box .light_blue {
  color: #3370f5;
}

section#meet_location h1 {
  font-size: 28px;

  text-align: center;

  font-weight: 600;
}

section#meet_location {
  margin-top: 60px;
}

.meet_box img {
  height: 100px;

  border-radius: 10px;

  background: #fff;

  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);

  padding: 20px;

  transition: transform 1s ease-in-out;
}

.meet_box {
  text-align: center;

  margin-top: 40px;
}

.meet_box h3 {
  font-size: 20px;

  margin-top: 15px;
}

.meet_box p {
  font-size: 18px;

  line-height: 24px;

  opacity: 0.6000000238418579;

  margin-bottom: 0;
}

section#testimonials {
  margin-top: 60px;

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;
}

section#testimonials .carousel-control-prev-icon {
  background-image: url(../images/left-arrow.png);
}

section#testimonials .carousel-control-next-icon {
  background-image: url(../images/righ-arrow.png);
}

section#testimonials h1 {
  color: #000;

  text-align: center;

  font-size: 20px;

  font-weight: 400;

  padding-top: 20px;
}

section#testimonials h2 {
  text-align: center;

  font-size: 28px;

  font-weight: 600;

  margin-bottom: 40px;
}

section#testimonials .carousel-indicators [data-bs-target] {
  width: 170px;

  height: 170px;

  background-size: cover;

  background-repeat: no-repeat;

  opacity: 1 !important;

  border: 0;
}

section#testimonials .carousel-indicators {
  left: 0;

  right: inherit;

  margin-right: 0;

  margin-bottom: 0;

  margin-left: 0;
}

section#testimonials .carousel-control-next {
  left: 55px;
}

section#testimonials .carousel-control-next {
  height: 100px;
}

section#testimonials .carousel-control-prev {
  height: 100px;
}

section#testimonials .carousel-caption {
  text-align: inherit;

  position: inherit;

  padding-top: 3.25rem;

  padding-bottom: 0px;
}

section#testimonials .carousel-caption h5 {
  color: #000;

  font-size: 24px;

  font-weight: 600;
}

section#testimonials .carousel-caption span i {
  font-size: 20px;

  margin: 0 2px;
}

section#testimonials .carousel-caption p {
  color: #555;

  font-size: 18px;

  margin: 15px 0 0;
}

section#apple_store h1 {
  font-size: 28px;

  text-align: center;

  font-weight: 600;
}

section#apple_store {
  margin-top: 60px;
}

section#apple_store .phone_img img {
  max-width: 200px;
}

section#apple_store .phone_img {
  text-align: center;

  padding-left: 34%;

  margin-top: 30px;
}

section#apple_store .phone_heading a img {
  height: 45px;

  margin: 0 15px;
}

section#apple_store .phone_heading h2 {
  font-size: 28px;

  font-weight: 400;

  margin-bottom: 20px;
}

section#apple_store .phone_heading {
  margin-top: 24%;

  text-align: center;

  float: left;
}

section#single_profile .carousel-indicators [data-bs-target] {
  width: 100px;

  height: 70px;

  background-size: cover;

  opacity: 1;

  background-position: center;

  background-repeat: no-repeat;

  border: none;

  border-radius: 10px;

  margin-top: 10px;
}

section#single_profile .carousel-indicators {
  margin-right: 0;

  margin-bottom: 0;

  margin-left: 0;

  position: inherit;

  display: inline-block;
}

section#single_profile {
  margin-top: 50px;
}

section#single_profile button.carousel-control-prev {
  height: 77%;

  width: 8%;

  opacity: 1;
}

section#single_profile button.carousel-control-next {
  height: 77%;

  width: 8%;

  opacity: 1;
}

section#single_profile .carousel-control-prev-icon {
  background-image: none;
}

section#single_profile .carousel-control-next-icon {
  background-image: none;
}

section#single_profile .carousel-control-prev-icon i {
  color: #000;

  font-size: 21px;

  -webkit-text-stroke: 1px;

  background-color: #fff;

  border-radius: 50px;

  width: 35px;

  height: 35px;

  line-height: 35px;

  display: inline-block;

  text-align: center;
}

section#single_profile .carousel-control-next-icon i {
  color: #000;

  font-size: 21px;

  -webkit-text-stroke: 1px;

  background-color: #fff;

  border-radius: 50px;

  width: 35px;

  height: 35px;

  line-height: 35px;

  display: inline-block;

  text-align: center;
}

section#single_profile .carousel-item img {
  border-radius: 10px;
}

.single_head_profile h3 {
  font-size: 22px;

  font-weight: 600;

  display: flex;

  justify-content: space-between;

  align-items: center;
}

.single_head_profile h3 span i {
  margin: 0 1px;

  color: #fec007;

  font-size: 15px;
}

.single_head_profile p {
  color: #747474;

  font-size: 16px;

  margin-bottom: 5px;

  margin-top: 15px;

  line-height: 26px;
}

.single_head_profile p i {
  color: #ff5362;

  font-size: 18px;
}

.single_head_profile a.btn {
  border-radius: 10px;

  background: #ff5362;

  border: none;

  width: 230px;

  height: 50px;

  flex-shrink: 0;

  color: #fff;

  font-weight: 500;

  font-size: 16px;

  line-height: 38px;

  margin-top: 16px;
}

.single_head_profile a.btn img {
  height: 20px;

  vertical-align: text-bottom;

  margin-right: 6px;
}

.single_head_profile a.btn.blue {
  background: #3370f5;

  margin-left: 20px;
}

section#profile_tab {
  margin-top: 30px;
}

section#profile_tab .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;

  background-color: #ff5362;

  border-radius: 8px;

  width: auto;

  height: 50px;

  font-weight: 500;

  font-size: 16px;

  padding: 0 40px;
}

section#profile_tab .nav-pills .nav-link {
  height: 50px;

  font-weight: 500;

  font-size: 16px;

  color: #b4b4b4;
}

section#profile_tab ul#pills-tab li.nav-item:not(:last-child) {
  margin-right: 120px;
}

section#single_profile .carousel-inner {
  padding: 0;

  border-radius: 10px;
}

.more_box img {
  width: 100%;

  border-radius: 10px;
}

.more_box h3 {
  font-size: 18px;

  font-weight: 600;

  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-top: 5px;

  margin-bottom: 12px;
}

.more_box h3 span i {
  color: #fec007;

  font-size: 14px;

  margin: 0 1px;
}

.more_box p {
  color: #747474;

  position: relative;

  padding-left: 25px;

  font-size: 16px;

  margin-bottom: 0;

  line-height: 22px;
}

.more_box p i {
  position: absolute;

  left: 0;

  color: #ff5362;

  font-size: 19px;
}

.more_box h4 {
  font-size: 18px;

  color: #ff5362;

  font-weight: 500;

  margin-top: 12px;

  margin-bottom: 10px;
}

.more_box h4 b {
  font-size: 26px;
}

.more_box {
  border-radius: 8px;

  background: #fff;

  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.12);

  padding: 10px;

  height: 100%;
}

section#more_like {
  margin-top: 50px;
}

section#more_like h1 {
  text-align: center;

  font-size: 28px;

  font-weight: 600;

  margin-bottom: 25px;
}

section#our_service .select_wrap .default_option {
  position: relative;

  cursor: pointer;

  padding-left: 0;

  margin-bottom: 8px;

  margin-top: 8px;

  border-radius: 8px;

  background: #fff;

  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

section#our_service .select_wrap .default_option:before {
  content: "";

  position: absolute;

  top: 32px;

  right: 18px;

  width: 12px;

  height: 8px;

  background: url(../images/arrow-down.png) no-repeat center/cover;
}

section#our_service .select_wrap .default_option li {
  padding: 15px;

  list-style: none;
}

section#our_service .select_wrap .option {
  display: flex;

  align-items: center;
}

section#our_service .select_wrap .option .icon img {
  width: 46px;

  margin-right: 18px;
}

section#our_service .content-text.first strong {
  font-size: 16px;

  line-height: 24px;

  padding-bottom: 0;

  display: block;
}

section#our_service .select_wrap p {
  margin-bottom: 0;

  font-size: 14px;
}

section#our_service ul.default_option .dropdown-toggle::after {
  display: none;
}

section#our_service ul.default_option .dropdown button.btn.dropdown-toggle {
  box-shadow: none;
}

.left_service_bar .form-group h5 {
  position: relative;

  margin-top: 10px;

  text-align: center;

  margin-bottom: 10px;

  opacity: 0.30000001192092896;

  font-weight: 500;

  font-size: 16px;
}

.left_service_bar .form-group h5::after {
  background: #b4b4b4;

  height: 2px;

  width: 35%;

  content: "";

  position: absolute;

  right: 0;

  top: 11px;

  left: 0;

  margin: auto;
}

.left_service_bar .form-group h5 span {
  background: #fff;

  padding: 0 5px;

  position: relative;

  z-index: 9;

  font-weight: 400;

  font-size: 18px;
}

.left_service_bar .form-group .checkcontainer {
  position: relative;

  cursor: pointer;

  display: inline-block;

  width: 100%;

  height: 50px;

  margin-bottom: 20px;
}

.left_service_bar .form-group .checkcontainer input {
  position: absolute;

  opacity: 0;

  cursor: pointer;
}

.left_service_bar .form-group .radiobtn {
  position: absolute;

  top: 0px;

  left: 0;

  height: 50px;

  line-height: 48px;

  width: 100%;

  border: 1px solid #ffffff;

  color: #3d3b4c;

  font-size: 15px;

  font-weight: 500;

  text-align: center;

  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.12);

  border-radius: 8px;
}

.left_service_bar .form-group input:checked ~ .radiobtn {
  background-color: #ff5362;

  border: 2px solid #ff5362;

  color: #fff;
}

.left_service_bar .form-group label {
  font-size: 18px;

  font-weight: 600;
}

.left_service_bar .form-group input.form-control {
  border-radius: 8px;

  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.12);

  border: none;

  height: 50px;

  margin-bottom: 12px;

  font-size: 15px;
}

.left_service_bar .form-group h6 {
  font-size: 16px;

  font-weight: 500;

  display: flex;

  justify-content: space-between;
}

.left_service_bar .form-group h6 a {
  text-decoration: none;

  color: #592acd;
}

.left_service_bar h3 {
  font-size: 18px;

  font-weight: 600;

  margin-top: 15px;

  border-bottom: 2px solid #80808066;

  padding-bottom: 10px;
}

.form-check-input:checked {
  background-color: #ff5362;

  border-color: #ff5362;
}

.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgb(255 83 98 / 33%);
}

.form-check-input {
  border: 1px solid #ff5362;
}

.left_service_bar label.form-check-label {
  font-size: 16px;

  font-weight: 500;
}

.left_service_bar .form-check:not(:last-child) {
  margin-bottom: 8px;
}

.left_service_bar {
  border-radius: 8px;

  background: #fff;

  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.12);

  padding: 10px;
}

section#our_service {
  margin-top: 40px;
}

section#our_service .select_wrap .default_option ul.dropdown-menu {
  width: 100%;

  border: none;

  border-radius: 8px;

  background: #fff;

  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.set_box_img {
  position: absolute;

  left: 10px;

  height: 115px;

  width: 150px;

  overflow: hidden;

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  border-radius: 8px;
}

.set_box {
  position: relative;

  padding: 10px 20px 10px 170px;

  margin-bottom: 15px;

  background-size: 95px;

  background-repeat: no-repeat;

  background-position: right bottom;

  border-radius: 8px;

  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.12);

  min-height: 130px;
}

.set_box_img img {
  width: 150px;

  border-radius: 8px;
}

.set_box_heading h2 {
  font-size: 16px;

  font-weight: 600;

  display: flex;

  justify-content: space-between;

  align-items: center;

  color: #000;
}

.set_box_heading h3 {
  color: #ff5362;

  display: flex;

  justify-content: space-between;

  font-size: 16px;

  font-weight: 500;

  align-items: center;

  margin-top: 10px;
}

.set_box_heading h2 span i {
  color: #fec007;

  font-size: 13px;

  margin-left: 4px;
}

section#our_service h1 {
  font-size: 20px;

  font-weight: 600;

  margin: 15px 0px;

  display: flex;

  justify-content: space-between;

  align-items: baseline;
}

.set_box_heading p {
  color: #747474;

  position: relative;

  padding-left: 20px;

  font-size: 14px;

  margin-bottom: 0;

  line-height: 22px;
}

.set_box_heading p i {
  position: absolute;

  left: 0;

  color: #ff5362;

  font-size: 17px;
}

.set_box_heading h3 b {
  font-size: 22px;

  font-weight: 500;
}

.set_box_heading h3 span i {
  font-size: 21px;

  -webkit-text-stroke: 0.5px;
}

section#our_service h1 span ul {
  list-style: none;

  padding-left: 0;

  margin-bottom: 0;

  border-radius: 8px;

  background: #fff;

  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.12);

  width: 100px;

  height: 45px;

  text-align: center;

  line-height: 38px;

  position: relative;
}

section#our_service h1 span ul:after {
  content: "";

  position: absolute;

  background: #d8d8d8;

  height: 2px;

  width: 26px;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  margin: auto;

  transform: rotate(90deg);

  opacity: 0.6;
}

section#our_service h1 span ul li {
  display: inline-block;
}

section#our_service h1 span ul li a img {
  height: 22px;
}

section#our_service h1 span ul li:not(:last-child) {
  margin-right: 15px;
}

.filter_show_btn {
  display: inline-block;

  float: right;
}

.filter_show_btn a.btn.closed_btn {
  color: #ff5362;

  font-size: 35px;

  width: 50px;

  height: 40px;

  line-height: 14px;

  display: none;

  background: #fff;

  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.12);

  text-align: center;
}

.filter_show_btn a.btn.closed_btn i {
  left: -4px;

  position: relative;

  top: -3px;
}

.filter_hide_btn {
  display: none;
}

section#our_service a {
  text-decoration: none;
}

section#user_dashboard {
  margin-top: 40px;
}

section#user_dashboard ul#pills-tab {
  justify-content: space-evenly;

  border-radius: 5px;

  background: #fff;

  padding: 8px;

  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

section#user_dashboard .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;

  background-color: #ff5362;
}

section#user_dashboard .nav-link {
  color: #000000;
}

section#user_dashboard .tab_box h4 img {
  border-radius: 8px;

  margin-right: 15px;

  width: 90px;
}

section#user_dashboard .tab_box h4 {
  margin-bottom: 0;

  font-size: 20px;

  font-weight: 600;

  color: #000;
}

section#user_dashboard .tab_box {
  border-radius: 10px;

  background: #fff;

  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);

  padding: 12px;

  margin-bottom: 15px;
}

section#user_dashboard a {
  text-decoration: none;
}

.tab_profile_upload .imagefile {
  height: 150px;

  width: 150px;

  position: relative;

  margin: 28px auto 0px;

  box-shadow: 1px 4px 14px rgb(0 0 0 / 30%);

  border: 3px solid #fff;
}

.tab_profile_upload .imagefile input {
  opacity: 0;

  position: absolute;

  left: 0;

  width: 100%;

  height: 100%;

  top: 0;

  cursor: pointer;
}

.tab_profile_upload .imagefile img {
  height: 100%;
}

.tab_profile_upload .imagefile span {
  position: absolute;

  right: 0;

  bottom: 0px;

  background: #ff5362;

  width: 35px;

  height: 35px;

  line-height: 34px;

  text-align: center;

  border-radius: 4px;

  cursor: pointer;
}

.tab_profile_upload .imagefile span i {
  color: #fff;

  font-size: 15px;

  cursor: pointer;
}

.tab_profile_upload .form-group input {
  border-radius: 10px;

  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);

  height: 50px;

  border: none;

  font-size: 15px;

  margin-bottom: 12px;
}

.tab_profile_upload .form-group textarea {
  border-radius: 10px;

  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);

  height: 100px;

  border: none;

  font-size: 15px;

  margin-bottom: 12px;
}

.tab_profile_upload .form-group label {
  font-size: 16px;

  font-weight: 500;
}

.tab_profile_upload {
  padding: 40px 0;
}

.tab_profile_upload .form-group button {
  background: #ff5362;

  border: none;

  width: 100%;

  height: 50px;

  color: #fff;

  font-size: 16px;

  font-weight: 500;

  border-radius: 10px;

  margin-top: 6px;
}

.your_pets_tab h2 {
  display: flex;

  justify-content: space-between;

  font-size: 20px;

  color: #ff5362;

  font-weight: 600;

  align-items: baseline;
}

.your_pets_tab h2 span a.btn {
  background: #ff5362;

  color: #fff;

  font-size: 15px;

  font-weight: 500;

  width: 90px;

  line-height: 20px;
}

.your_pets_tab h2 span a.btn i {
  font-size: 18px;

  -webkit-text-stroke: 0.4px;

  vertical-align: middle;
}

.your_pets_tab .you_pet_box img {
  width: 100%;

  border-radius: 8px;
}

.your_pets_tab .you_pet_box h4 {
  font-size: 20px;

  text-align: center;

  margin: 6px 0 0;

  font-weight: 600;
}

.your_pets_tab .you_pet_box {
  border-radius: 8px;

  background: #fff;

  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);

  padding: 12px;

  position: relative;

  margin-top: 20px;
}

.your_pets_tab .you_pet_box span {
  position: absolute;

  right: 20px;

  top: 20px;

  width: 30px;

  height: 30px;

  background: #fff;

  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);

  border-radius: 2px;

  text-align: center;

  display: inline-block;

  line-height: 30px;
}

.your_pets_tab .you_pet_box span a i {
  color: red;
}

section#user_dashboard .paypal_tab ul#pills-tab {
  justify-content: center;

  padding: 0;

  box-shadow: none;

  margin: 25px auto 8px;
}

section#user_dashboard .paypal_tab ul#pills-tab li.nav-item {
  margin: 0px 6px;
}

section#user_dashboard .paypal_tab ul#pills-tab li.nav-item button {
  width: 140px;

  border: 1px solid #ff5362;

  font-size: 15px;
}

.strip_tab .form-group input {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);

  border-radius: 10px;

  height: 50px;

  font-size: 15px;

  border: none;

  margin-bottom: 15px;
}

.strip_tab .form-group label {
  font-size: 16px;

  font-weight: 500;
}

.strip_tab form {
  max-width: 500px;

  margin: 60px auto 110px;
}

.strip_tab .form-check label {
  font-size: 15px;

  font-weight: 500;
}

.strip_tab button {
  border-radius: 10px;

  background: #ff5362;

  border: none;

  color: #ffffff;

  width: 100%;

  height: 50px;

  font-size: 16px;

  font-weight: 500;

  margin-top: 20px;
}

/* //////////---Inbox--Tab--Chating--Section--CSS---///////// */

.message-area {
  overflow: hidden;

  padding: 30px 0;

  background: #f5f5f5;
}

.chat-area {
  position: relative;

  width: 100%;

  background-color: #fff;

  border-radius: 0.3rem;

  height: 90vh;

  overflow: hidden;

  min-height: calc(100% - 1rem);
}

.chatlist {
  outline: 0;

  height: 100%;

  overflow: hidden;

  width: 300px;

  float: left;

  padding: 15px;
}

.chat-area .modal-content {
  border: none;

  border-radius: 0;

  outline: 0;

  height: 100%;
}

.chat-area .modal-dialog-scrollable {
  height: 100% !important;
}

.chatbox {
  /* width: auto; */

  overflow: hidden;

  /* height: 100%; */

  border-left: 1px solid #ccc;
}

.chatbox .modal-dialog,
.chatlist .modal-dialog {
  max-width: 100%;

  margin: 0;
}

.msg-search {
  display: flex;

  align-items: center;

  justify-content: space-between;
}

.chat-area .form-control {
  display: block;

  width: 100%;

  padding: 0.375rem 0.75rem;

  font-size: 14px;

  font-weight: 400;

  line-height: 1.5;

  color: #222;

  background-color: #fff;

  background-clip: padding-box;

  border: 1px solid #ccc;

  appearance: none;

  border-radius: 0.25rem;

  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.chat-area .form-control:focus {
  outline: 0;

  box-shadow: inherit;
}

.chat-header a.add img {
  height: 36px;
}

.chat-area .nav-tabs {
  border-bottom: 1px solid #dee2e6;

  align-items: center;

  justify-content: space-between;

  flex-wrap: inherit;
}

.chat-area .nav-tabs .nav-item {
  width: 100%;
}

.chat-area .nav-tabs .nav-link {
  width: 100%;

  color: #180660;

  font-size: 14px;

  font-weight: 500;

  line-height: 1.5;

  text-transform: capitalize;

  margin-top: 5px;

  margin-bottom: -1px;

  background: 0 0;

  border: 1px solid transparent;

  border-top-left-radius: 0.25rem;

  border-top-right-radius: 0.25rem;
}

.chat-area .nav-tabs .nav-item.show .nav-link,
.chat-area .nav-tabs .nav-link.active {
  color: #222;

  background-color: #fff;

  border-color: transparent transparent #000;
}

.chat-area .nav-tabs .nav-link:focus,
.chat-area .nav-tabs .nav-link:hover {
  border-color: transparent transparent #000;

  isolation: isolate;
}

.chat-list h3 {
  color: #222;

  font-size: 16px;

  font-weight: 500;

  line-height: 1.5;

  text-transform: capitalize;

  margin-bottom: 0;
}

.chat-list p {
  color: #343434;

  font-size: 14px;

  font-weight: 400;

  line-height: 1.5;

  text-transform: capitalize;

  margin-bottom: 0;
}

.chat-list a.d-flex {
  margin-bottom: 15px;

  position: relative;

  text-decoration: none;
}

.chat-list .active {
  display: block;

  content: "";

  clear: both;

  position: absolute;

  bottom: 3px;

  left: 34px;

  height: 12px;

  width: 12px;

  background: #00db75;

  border-radius: 50%;

  border: 2px solid #fff;
}

.msg-head h3 {
  color: #222;

  font-size: 18px;

  font-weight: 600;

  line-height: 1.5;

  margin-bottom: 0;
}

.msg-head p {
  color: #343434;

  font-size: 14px;

  font-weight: 400;

  line-height: 1.5;

  text-transform: capitalize;

  margin-bottom: 0;
}

.msg-head {
  padding: 15px;

  border-bottom: 1px solid #ccc;
}

.moreoption {
  display: flex;

  align-items: center;

  justify-content: end;
}

.moreoption .navbar {
  padding: 0;
}

.moreoption li .nav-link {
  color: #222;

  font-size: 16px;
}

.moreoption .dropdown-toggle::after {
  display: none;
}

.moreoption .dropdown-menu[data-bs-popper] {
  top: 100%;

  left: auto;

  right: 0;

  margin-top: 0.125rem;
}

.msg-body ul {
  overflow: hidden;

  padding-left: 0;
}

.msg-body ul li {
  list-style: none;

  margin: 15px 0;
}

.msg-body ul li.sender {
  display: block;

  width: 100%;

  position: relative;
}

.msg-body ul li.sender:before {
  display: block;

  clear: both;

  content: "";

  position: absolute;

  top: -6px;

  left: -7px;

  width: 0;

  height: 0;

  border-style: solid;

  border-width: 0 12px 15px 12px;

  border-color: transparent transparent #f5f5f5 transparent;

  -webkit-transform: rotate(-37deg);

  -ms-transform: rotate(-37deg);

  transform: rotate(-37deg);
}

.msg-body ul li.sender p {
  color: #000;

  font-size: 14px;

  line-height: 1.5;

  font-weight: 400;

  padding: 15px;

  background: #f5f5f5;

  display: inline-block;

  border-bottom-left-radius: 10px;

  border-top-right-radius: 10px;

  border-bottom-right-radius: 10px;

  margin-bottom: 0;
}

.msg-body ul li.sender p b {
  display: block;

  color: #180660;

  font-size: 14px;

  line-height: 1.5;

  font-weight: 500;
}

.msg-body ul li.repaly {
  display: block;

  width: 100%;

  text-align: right;

  position: relative;
}

.msg-body ul li.repaly:before {
  display: block;

  clear: both;

  content: "";

  position: absolute;

  bottom: 15px;

  right: -7px;

  width: 0;

  height: 0;

  border-style: solid;

  border-width: 0 12px 15px 12px;

  border-color: transparent transparent #ff5362 transparent;

  transform: rotate(37deg);
}

.msg-body ul li.repaly p {
  color: #fff;

  font-size: 14px;

  line-height: 1.5;

  font-weight: 400;

  padding: 15px;

  background: #ff5362;

  display: inline-block;

  border-top-left-radius: 10px;

  border-top-right-radius: 10px;

  border-bottom-left-radius: 10px;

  margin-bottom: 0;
}

.msg-body ul li.repaly p b {
  display: block;

  color: #061061;

  font-size: 14px;

  line-height: 1.5;

  font-weight: 500;
}

.msg-body ul li.repaly:after {
  display: block;

  content: "";

  clear: both;
}

.msg-body li.repaly .time {
  display: block;

  color: #000;

  font-size: 12px;

  line-height: 1.5;

  font-weight: 400;
}

li.repaly .time {
  margin-right: 20px;
}

.msg-body .divider {
  position: relative;

  z-index: 1;

  text-align: center;
}

.msg-body h6 {
  text-align: center;

  font-weight: normal;

  font-size: 14px;

  line-height: 1.5;

  color: #222;

  background: #fff;

  display: inline-block;

  padding: 0 5px;

  margin-bottom: 0;
}

.msg-body .divider:after {
  display: block;

  content: "";

  clear: both;

  position: absolute;

  top: 12px;

  left: 0;

  border-top: 1px solid #ebebeb;

  width: 100%;

  height: 100%;

  z-index: -1;
}

.send-box {
  padding: 15px;

  border-top: 1px solid #ccc;
}

.send-box form {
  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-bottom: 15px;
}

.send-box .form-control {
  display: block;

  width: 85%;

  padding: 0.375rem 0.75rem;

  font-size: 14px;

  font-weight: 400;

  line-height: 1.5;

  color: #222;

  background-color: #fff;

  background-clip: padding-box;

  border: 1px solid #ccc;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  border-radius: 0.25rem;

  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.send-box button {
  border: none;

  background: #ff5362;

  padding: 0.375rem 5px;

  color: #fff;

  border-radius: 0.25rem;

  font-size: 14px;

  font-weight: 400;

  width: 24%;

  margin-left: 1%;
}

.send-box button i {
  margin-right: 5px;
}

.send-btns .button-wrapper {
  position: relative;

  width: 125px;

  height: auto;

  text-align: left;

  margin: 0 auto;

  display: block;

  background: #f6f7fa;

  border-radius: 3px;

  padding: 5px 15px;

  float: left;

  margin-right: 5px;

  margin-bottom: 5px;

  overflow: hidden;
}

.send-btns .button-wrapper span.label {
  position: relative;

  z-index: 1;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  width: 100%;

  cursor: pointer;

  color: #343945;

  font-weight: 400;

  text-transform: capitalize;

  font-size: 13px;
}

.send-box .send-btns #upload {
  display: inline-block;

  position: absolute;

  z-index: 1;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  opacity: 0;

  cursor: pointer;
}

.send-btns .attach .form-control {
  display: inline-block;

  width: 120px;

  height: auto;

  padding: 5px 8px;

  font-size: 13px;

  font-weight: 400;

  line-height: 1.5;

  color: #343945;

  background-color: #f6f7fa;

  background-clip: padding-box;

  border: 1px solid #f6f7fa;

  border-radius: 3px;

  margin-bottom: 5px;
}

.send-btns .button-wrapper span.label img {
  margin-right: 5px;
}

.button-wrapper {
  position: relative;

  width: 100px;

  height: 100px;

  text-align: center;

  margin: 0 auto;
}

button:focus {
  outline: 0;
}

.add-apoint {
  display: inline-block;

  margin-left: 5px;
}

.add-apoint a {
  text-decoration: none;

  background: #f6f7fa;

  border-radius: 8px;

  padding: 8px 8px;

  font-size: 13px;

  font-weight: 400;

  line-height: 1.2;

  color: #343945;
}

.add-apoint a svg {
  margin-right: 5px;
}

.msg-head .chat-icon {
  display: none;
}

.closess i {
  display: none;
}

section.message-area .chat-list img {
  width: 50px;

  border-radius: 50%;
}

.msg-search .add {
  position: absolute;

  right: 0;
}

.msg-search a.btn.add:focus {
  box-shadow: none;
}

/* /////////-----------End---CSS-------//////////////// */

section#user_dashboard .booking_tab ul#pills-tab {
  justify-content: center;
}

section#user_dashboard .booking_tab ul#pills-tab li button {
  width: 400px;

  font-weight: 500;
}

section#user_dashboard .booking_list_tab ul#pills-tab {
  justify-content: center;

  padding: 0;

  box-shadow: none;
}

section#user_dashboard .booking_list_tab ul#pills-tab li.nav-item {
  margin: 0px 6px;
}

section#user_dashboard .booking_list_tab ul#pills-tab li.nav-item button {
  width: 140px;

  border: 1px solid #ff5362;

  font-size: 15px;

  font-weight: 400;
}

.active_list_inner table.table.booking_tab_table th {
  color: #000;

  font-weight: 500;

  text-align: center;

  background: #ff536221;

  border: none;

  padding: 15px 5px;
}

.active_list_inner table.table.booking_tab_table td {
  color: #000;

  font-weight: 400;

  text-align: center;

  line-height: 40px;

  font-size: 14px;

  vertical-align: middle;
}

.active_list_inner table.table.booking_tab_table td a.btn {
  background: #fff;

  color: #ff5362;

  font-size: 14px;

  font-weight: 400;

  width: 70px;

  border: 1px solid #ff5362;
}

.active_list_inner table.table.booking_tab_table td a.btn:focus {
  box-shadow: none;
}

.active_list_inner table.table.booking_tab_table {
  border: 1px solid #d9d9d9;
}

.active_list_inner label {
  display: flex;

  align-items: center;

  font-size: 15px;

  font-weight: 500;
}

.active_list_inner select {
  width: 65px;

  margin: 0 10px;

  padding: 0 5px;

  height: 40px;

  border-radius: 10px;

  font-weight: 500;
}

.active_list_inner select:focus {
  box-shadow: none;
}

.active_list_inner .form-group input {
  height: 40px;

  margin-left: 8px;

  border-radius: 10px;

  border: 1px solid #c7c7c7;

  width: 260px;
}

.active_list_inner .form-group {
  float: right;
}

.page-link {
  color: #ff5362;

  border: 1px solid #ff53624f;
}

.active_list_inner .pagination {
  margin: 15px 0 0;
}

.calendar_about h4 {
  font-size: 20px;

  font-weight: 600;

  margin-bottom: 20px;
}

.calendar_about .wrapper {
  width: 600px;

  background: #fff;

  border-radius: 10px;

  box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.15);
}

.calendar_about .wrapper header {
  display: flex;

  align-items: center;

  padding: 10px 30px 10px;

  justify-content: space-between;

  background: #ff5362;

  border-radius: 10px 10px 0 0;
}

.calendar_about header .current-date {
  font-size: 20px;

  font-weight: 500;

  margin-bottom: 0px;

  color: #fff;
}

.calendar_about header .icons {
  display: flex;
}

.calendar_about header .icons span {
  height: 38px;

  width: 38px;

  margin: 0 1px;

  cursor: pointer;

  color: #fff;

  text-align: center;

  font-size: 1.9rem;

  user-select: none;

  border-radius: 50%;
}

.calendar_about .icons span:last-child {
  margin-right: -10px;
}

.calendar_about .calendar {
  padding: 10px 0px 2px;
}

.calendar_about ul.weeks {
  border-bottom: 1px solid #00000026;
}

.calendar_about .calendar ul {
  display: flex;

  flex-wrap: wrap;

  list-style: none;

  text-align: center;

  padding: 10px 0;

  margin-bottom: 0px;
}

.calendar_about .calendar .weeks li {
  font-weight: 500;

  cursor: default;
}

.calendar_about .calendar li {
  color: #333;

  width: calc(100% / 7);

  font-size: 1.07rem;
}

.calendar_about .calendar .days {
  margin-bottom: 20px;
}

.calendar_about .days li.inactive {
  color: #ff5362;
}

.calendar_about .calendar .days li {
  z-index: 1;

  cursor: pointer;

  position: relative;

  margin-top: 25px;

  font-weight: 400;
}

.calendar_about .calendar li {
  color: #333;

  width: calc(100% / 7);

  font-size: 1.07rem;
}

.calendar_about .days li::before {
  position: absolute;

  content: "";

  left: 51%;

  top: 50%;

  height: 40px;

  width: 40px;

  z-index: -1;

  transform: translate(-50%, -50%);
}

.calendar_about .days li:not(.active):hover::before {
  background: #f2f2f2;
}

.calendar_about h4 {
  font-size: 20px;

  font-weight: 500;

  margin-bottom: 20px;
}

.responsive_tab::-webkit-scrollbar {
  border: 0;

  height: 3px;
}

.responsive_tab::-webkit-scrollbar-thumb {
  background-color: #ff5362;

  border-radius: 20px;
}

.gallery_tab h2 {
  display: flex;

  justify-content: space-between;

  font-size: 20px;

  color: #ff5362;

  font-weight: 600;

  align-items: center;
}

.gallery_tab h2 span a.btn {
  background: #ff5362;

  color: #fff;

  font-size: 15px;

  font-weight: 500;

  width: 90px;

  line-height: 20px;
}

.gallery_tab h2 span a.btn i {
  font-size: 18px;

  -webkit-text-stroke: 0.4px;

  vertical-align: middle;
}

.time_slots {
  /* max-width: 700px; */

  margin: 60px auto;
}

.time_slots select {
  border-radius: 10px;

  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);

  height: 50px;

  border: none;

  font-size: 15px;

  margin-bottom: 12px;
}

.time_slots label {
  font-size: 16px;

  font-weight: 500;
}

.time_slots h4 {
  font-size: 20px;

  font-weight: 600;

  color: #ff5362;
}

.time_slots p {
  font-size: 15px;
}

.time_slots .stptime {
  padding-right: 52px;

  position: relative;
}

form.stptime a.btn.cancel {
  position: absolute;

  right: 0px;

  background: #ff00001a;

  height: 40px;

  border-radius: 4px;

  bottom: 0;

  padding: 0 8px;

  top: 36px;

  line-height: 40px;

  text-align: center;

  width: 40px;
}

form.stptime .text-center a.btn {
  background: #ff5362;

  color: #fff;

  width: 160px;

  font-size: 15px;

  margin: 0 5px;
}

.Servicesdiv h2 {
  display: flex;

  justify-content: space-between;

  font-size: 20px;

  color: #ff5362;

  font-weight: 600;

  align-items: center;
}

.Servicesdiv h2 span a.btn {
  background: #ff5362;

  color: #fff;

  font-size: 15px;

  font-weight: 500;

  width: 90px;

  line-height: 20px;
}

.Servicesdiv h2 span a.btn i {
  font-size: 18px;

  -webkit-text-stroke: 0.4px;

  vertical-align: middle;
}

.Servicesdiv .set {
  min-height: auto;

  padding: 15px 20px 15px 100px;

  margin: 2px 0;

  border-radius: 8px;

  background: #fff;

  position: relative;

  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.Servicesdiv .set img {
  position: absolute;

  left: 35px;
}

.Servicesdiv .set h4 {
  font-size: 17px;

  color: #000000;

  font-weight: 500;

  padding-top: 0px;
}

.Servicesdiv .set h6 {
  margin-bottom: 0;
}

.Servicesdiv .set .Edit {
  position: absolute;

  right: 20px;

  top: 22px;

  background: #ff5362;

  color: #fff;

  padding: 8px 18px;

  text-decoration: navajowhite;

  border-radius: 4px;

  font-size: 14px;

  font-weight: 500;
}

.Servicesdiv .set.hilll {
  padding-left: 25px;
}

.Servicesdiv .set a.Edit.two {
  top: 10px;
}

.Servicesdiv .set h4 i {
  color: #ff5362;

  font-size: 17px;

  margin-left: 5px;

  vertical-align: middle;

  -webkit-text-stroke: 0.4px;
}

section#about_banner {
  padding: 60px 0;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center;
}

section#about_banner h2 {
  text-align: center;

  color: #fff;

  font-weight: 500;
}

ol.breadcrumb {
  display: inherit;
}

ol.breadcrumb li {
  display: inline-block;

  color: #fff;

  font-size: 14px;

  letter-spacing: 0.5px;
}

ol.breadcrumb li a {
  color: #fff;

  text-decoration: none;
}

.breadcrumb > li + li:before {
  padding: 0 5px;

  content: "/";
}

section#blog {
  margin-top: 50px;
}

.blog-item {
  margin-bottom: 30px;

  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

  text-align: center;

  border-radius: 12px;

  transition: 0.5s all ease;
}

.blog-item a {
  text-decoration: none;
}

.blog-img {
  height: 300px;

  overflow: hidden;

  border-radius: 10px;
}

.blog-item a img {
  border-radius: 10px;
}

.blog-item .blog-bottom {
  padding: 0 35px 25px;
}

.blog-item .blog-bottom h3 {
  margin-bottom: 10px;

  font-size: 20px;

  margin-top: 10px;
}

.blog-item .blog-bottom h3 a {
  display: block;

  color: #242424;

  font-weight: 600;
}

.blog-item .blog-bottom ul {
  margin: 0;

  padding: 0;

  margin-bottom: 12px;

  list-style: none;
}

.blog-item .blog-bottom ul li {
  list-style-type: none;

  display: inline-block;

  font-size: 14px;

  position: relative;

  margin-left: 8px;

  margin-right: 8px;

  font-weight: 500;
}

.blog-item .blog-bottom ul li span {
  display: inline-block;

  color: #000;
}

.blog-item .blog-bottom ul li a {
  display: inline-block;

  color: #ff5362;
}

.blog-item .blog-bottom ul li + li:before {
  position: absolute;

  content: "/";

  top: 0;

  left: -13px;

  color: #000;
}

.blog-item .blog-bottom p {
  margin-bottom: 10px;

  font-size: 15px;
}

.blog-item .blog-bottom a {
  color: #000000;

  font-weight: 500;
}

.blog-item .blog-bottom a i {
  display: inline-block;

  font-size: 20px;

  position: relative;

  top: 3px;
}

.blog-item:hover {
  transform: translate(0, -10px);
}

.blog-item .blog-bottom h3 a:hover {
  color: #ff5362;
}

section#blog_details {
  margin-top: 50px;
}

.details-img ul {
  margin: 0;

  padding: 0;

  margin-bottom: 16px;

  margin-top: 20px;

  position: relative;

  padding-left: 50px;

  list-style: none;
}

.details-img ul:before {
  position: absolute;

  content: "";

  width: 30px;

  height: 2px;

  top: 10px;

  left: 0;

  background-color: #ff5362;
}

.details-img ul li {
  list-style-type: none;

  display: inline-block;

  font-size: 15px;

  margin-right: 15px;

  font-weight: 500;
}

.details-img ul li i {
  display: inline-block;

  color: #ff5362;

  font-size: 18px;

  margin-right: 3px;

  position: relative;

  top: 0px;
}

.details-img ul li a {
  display: inline-block;

  color: #5d5d5d;

  font-size: 15px;

  text-decoration: none;

  transition: 0.5s all ease;
}

.details-img h2 {
  font-size: 25px;

  font-weight: 500;
}

.details-img p {
  font-size: 14px;

  margin-bottom: 10px;

  color: #8d8d8d;
}

.details-comments {
  margin-top: 30px;

  margin-bottom: 50px;
}

.details-comments h3 {
  font-weight: 600;

  font-size: 20px;

  padding-bottom: 10px;

  margin-bottom: 30px;

  position: relative;
}

.details-comments h3:before {
  position: absolute;

  content: "";

  width: 50px;

  height: 3px;

  bottom: 0;

  left: 0;

  background-color: #ff5362;
}

.details-comments ul {
  margin: 0;

  padding: 0;
}

.details-comments ul li {
  list-style-type: none;

  display: block;

  position: relative;

  padding-left: 115px;

  margin-bottom: 30px;
}

.details-comments ul li img {
  position: absolute;

  top: 3px;

  left: 0;

  max-width: 85px;

  border-radius: 5px;
}

.details-comments ul li h4 {
  font-weight: 600;

  font-size: 20px;

  margin-bottom: 3px;
}

.details-comments ul li span {
  display: block;

  margin-bottom: 10px;

  font-size: 14px;

  font-weight: 500;
}

.details-comments ul li p {
  margin-bottom: 10px;

  font-size: 14px;
}

.details-comments ul li a {
  display: inline-block;

  font-weight: 600;

  color: #ff5362;

  text-decoration: none;

  font-size: 15px;
}

.details-form {
  background-color: #f5f5f5;

  padding: 30px 30px 30px;
}

.details-form h3 {
  font-weight: 600;

  font-size: 20px;

  padding-bottom: 10px;

  margin-bottom: 15px;

  position: relative;
}

.details-form h3:before {
  position: absolute;

  content: "";

  width: 50px;

  height: 3px;

  bottom: 0;

  left: 0;

  background-color: #ff5362;
}

.details-form span {
  display: block;

  margin-bottom: 30px;

  font-size: 14px;

  font-weight: 500;
}

.details-form .form-group {
  margin-bottom: 30px;
}

.details-form .form-group label {
  margin-bottom: 10px;

  font-size: 15px;

  color: #242424;

  font-weight: 500;
}

.details-form .form-group .form-control {
  border-radius: 5px;

  height: 50px;

  border: 1px solid #fff;

  transition: 0.5s all ease;

  background-color: #fff;

  font-size: 14px;
}

.details-form .form-group textarea {
  padding-top: 10px;

  height: auto !important;
}

.details-form .cmn-btn {
  color: #fff;

  background-color: #ff5362;

  display: inline-block;

  border-radius: 5px;

  padding: 12px 30px;

  font-weight: 500;
}

.widget-area .widget-item {
  margin-bottom: 30px;
}

.widget-area .search form {
  position: relative;
}

.widget-area .search form .form-control {
  border: 1px solid #dbdada;

  height: 50px;

  border-radius: 5px;

  padding-left: 15px;

  font-size: 15px;
}

.widget-area .search form .btn {
  position: absolute;

  top: 0;

  right: 0;

  padding: 0;

  height: 50px;

  width: 50px;

  line-height: 50px;

  color: #fff;

  background-color: #ff5362;

  font-size: 18px;

  transition: 0.5s all ease;

  border-radius: 5px;
}

.search.widget-item i {
  font-size: 16px;
}

.form-control:focus {
  border-color: #ff5362;

  box-shadow: 0 0 0 0.15rem rgb(255 83 98 / 23%);
}

.widget-area .widget-item h3 {
  margin-bottom: 30px;

  font-weight: 600;

  font-size: 20px;

  position: relative;

  padding-bottom: 10px;

  border-bottom: 1px solid #f5f5f5;
}

.widget-area .widget-item h3:before {
  position: absolute;

  content: "";

  width: 50px;

  height: 3px;

  bottom: -2px;

  border-radius: 0 50% 50% 0;

  left: 0;

  background-color: #ff5362;
}

.widget-area .cat ul {
  margin: 0;

  padding: 0;

  list-style: none;
}

.widget-area .cat ul li {
  list-style-type: none;

  display: block;

  background-color: #f5f5f5;

  padding-top: 12px;

  padding-bottom: 14px;

  border-radius: 5px;

  margin-bottom: 15px;

  padding-left: 20px;

  transition: 0.5s all ease;
}

.widget-area .cat ul li a {
  display: block;

  color: #1d3d5d;

  text-decoration: none;

  font-size: 14px;

  font-weight: 500;
}

.widget-area .cat ul li a i {
  display: inline-block;

  font-size: 20px;

  color: #ff5362;

  position: relative;

  top: 2px;

  margin-right: 4px;
}

.widget-area .cat ul li a img {
  height: 25px;

  vertical-align: bottom;

  margin-right: 8px;
}

.widget-area .related .related-inner {
  margin-bottom: 15px;
}

.widget-area .related .related-inner ul {
  margin: 0;

  padding: 0;

  display: flex;

  flex-wrap: wrap;

  list-style: none;
}

.widget-area .related .related-inner ul li {
  list-style-type: none;

  display: inline-block;

  -webkit-box-flex: 0;

  flex: 0 0 30%;

  max-width: 30%;
}

.widget-area .related .related-inner ul li img {
  width: 100%;
}

.widget-area .related .related-inner ul li:last-child {
  -webkit-box-flex: 0;

  flex: 0 0 60%;

  max-width: 60%;

  margin-left: 10px;
}

.widget-area .related .related-inner ul li a {
  display: block;

  color: #1d3d5d;

  font-weight: 600;

  font-size: 15px;

  margin-bottom: 3px;

  text-decoration: none;
}

.widget-area .related .related-inner ul li span {
  display: block;

  font-size: 13px;

  font-weight: 500;
}

.widget-area .newsletter .form-control {
  height: 50px;

  border-radius: 5px;

  padding-left: 15px;

  background-color: #f5f5f5;

  font-size: 15px;

  border: 0;

  margin-bottom: 15px;
}

.widget-area .newsletter .cmn-btn {
  border: 0;

  transition: 0.5s all ease;

  display: block;

  width: 100%;

  height: 50px;

  color: #fff;

  background-color: #ff5362;

  border-radius: 5px;

  padding: 12px 30px;

  font-weight: 500;
}

p.foot_para {
  color: #000;

  font-size: 14px;

  font-weight: 300;

  margin-top: 28px;

  margin-bottom: 0px;

  line-height: 24px;

  padding-right: 24px;
}

section#sponsor {
  margin-top: 50px;

  background: #f4f5f682;
}

section#sponsor img {
  width: 100%;
}

section#sponsor img {
  width: 100%;
}

section#sponsor h2 {
  font-size: 20px;

  font-weight: 500;

  margin-top: 26%;

  line-height: 28px;
}

section#sponsor p {
  font-size: 15px;
}

section#sponsor a.btn {
  background: #ff5362;

  color: #fff;

  height: 45px;

  width: 150px;

  line-height: 28px;

  font-size: 15px;
}

section#contact_us {
  margin-top: 50px;
}

.contact_icon {
  display: flex;

  align-items: center;

  margin-top: 10px;
}

section#contact_us .icon i {
  font-size: 28px;

  color: #ff5362;

  width: 65px;

  height: 65px;

  display: block;

  border: 2px solid #ff5362;

  border-radius: 50%;

  padding-top: 9px;

  text-align: center;

  box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.15);

  transition: all 0.4s;
}

.contact_para {
  margin-left: 15px;
}

.contact_para p {
  margin-bottom: 4px;

  color: #b4b4b4;

  font-size: 14px;

  font-weight: 500;

  letter-spacing: 1px;
}

.contact_para h6 {
  font-weight: 600;
}

section#contact_us .icon i:hover {
  background: #ff5362;

  color: #fff;

  border-color: #fff;
}

section#contact_map {
  margin-top: 50px;
}

section#contact_map iframe {
  width: 100%;

  height: 300px;
}

section#contact_form {
  margin-top: 50px;

  background: #f7f7f7;

  padding: 50px 0;
}

section#contact_form form {
  max-width: 1000px;

  margin: auto;
}

section#contact_form h2 {
  text-align: center;

  font-size: 35px;

  font-weight: 500;

  margin-bottom: 35px;
}

section#contact_form h2:before {
  content: "";

  display: block;

  width: 50px;

  height: 6px;

  background: #ff5362;

  border-radius: 3px;

  margin-left: auto;

  margin-right: auto;

  margin-bottom: 15px;
}

section#contact_form input {
  height: 50px;

  box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.15);

  border: none;

  font-size: 14px;

  font-weight: 500;
}

section#contact_form textarea {
  box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.15);

  border: none;

  font-size: 14px;

  font-weight: 500;
}

section#contact_form button {
  background: #ff5362;

  border: none;

  color: #fff;

  padding: 12px 60px;

  font-size: 15px;

  font-weight: 500;

  text-transform: uppercase;

  letter-spacing: 1px;

  border-radius: 5px;
}

section#privacy_statement {
  margin-top: 50px;
}

section#privacy_statement h3 {
  font-weight: 500;

  font-size: 22px;

  color: #ff5362;

  margin-bottom: 15px;

  margin-top: 20px;
}

section#privacy_statement p {
  font-size: 15px;

  color: #767676;
}

section#privacy_statement ul {
  list-style: none;

  padding-left: 0px;
}

section#privacy_statement ul li {
  font-size: 15px;

  padding: 0 0 0 18px;

  position: relative;

  color: #767676;
}

section#privacy_statement ul li:not(:last-child) {
  margin-bottom: 10px;
}

section#privacy_statement ul li:before {
  content: "\f105";

  font: normal normal normal 14px/1 FontAwesome;

  position: absolute;

  left: 0px;

  top: 5px;

  display: inline-block;

  vertical-align: top;

  font-size: 13px;

  color: #ff5362;
}

section#help_me {
  margin-top: 50px;
}

section#help_me .accordion {
  background: #ffffff;

  padding: 25px 15px;

  border-radius: 5px;

  margin-bottom: 30px;

  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

section#help_me .accordion h1 {
  font-size: 20px;

  text-align: center;

  font-weight: 500;

  margin-bottom: 25px;
}

section#help_me .accordion-item {
  margin-top: 15px;

  border: none;

  box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.15);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-button {
  font-weight: 500;

  font-size: 15px;

  color: #000000;
}

section#help_me .accordion-body {
  font-size: 15px;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #000000;

  background-color: #e7e7e7bd;

  font-weight: 500;

  font-size: 15px;
}

footer#footer ul li a:hover {
  font-weight: 400;
}

section#about_us {
  margin-top: 50px;
}

section#about_us h2 {
  font-size: 25px;

  font-weight: 500;

  color: #ff5362;
}

section#about_us h5 {
  font-size: 18px;

  margin-top: 20px;

  line-height: 26px;
}

section#about_us p {
  font-size: 15px;

  margin-top: 20px;

  line-height: 24px;
}

section#about_us ul {
  list-style: none;

  padding-left: 0px;

  margin-bottom: 0px;
}

section#about_us ul li {
  font-size: 15px;

  line-height: 28px;

  font-weight: 500;

  padding: 0 0 0 18px;

  margin: 0 0 6px;

  position: relative;
}

section#about_us ul li:before {
  content: "\f105";

  font: normal normal normal 14px/1 FontAwesome;

  position: absolute;

  left: 0px;

  top: 7px;

  display: inline-block;

  vertical-align: top;

  font-size: 14px;

  color: #ff5362;

  -webkit-text-stroke: 0.2px;
}

section#about_us img {
  border-radius: 10px;
}

section#meet_location .border-right {
  position: relative;
}

section#meet_location .border-right:after {
  content: "";

  position: absolute;

  background: #3370f5;

  height: 4px;

  width: 70%;

  top: -35px;

  bottom: 0;

  right: 0px;

  left: 0;

  margin: auto;

  opacity: 0.30000001192092896;

  z-index: -999;
}

section#meet_location .meet_box_img {
  display: inline-block;

  border-right: 20px solid #fff;

  border-left: 20px solid #fff;
}

input[type="range"]::-webkit-slider-runnable-track {
  height: 5px;

  background: #ff5362;

  border: none;

  border-radius: 3px;
}

input[type="range"]::-webkit-slider-thumb {
  background: #ffffff;

  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);

  margin-top: -6px;
}

.left_service_bar input#customRange1 {
  margin-bottom: 15px;
}

.login-heading.register_step {
  padding: 20px 0 20px;
}

.login-heading.register_step .nav-link img {
  height: 35px;

  margin-right: 7px;
}

.login-heading.register_step ul#myTab {
  justify-content: center;

  border: none;

  margin-bottom: 10px;

  margin-top: 20px;
}

.login-heading.register_step label {
  float: left;

  width: 100%;

  text-align: initial;
}

.iti {
  width: 100%;
}

.iti__flag-container {
  padding: 0px !important;
}

.login-heading.register_step .nav-link.active {
  box-shadow: 0px 0px 10px 0px rgb(255 83 98 / 66%) !important;

  color: #ffffff !important;

  background-color: #ff5362 !important;

  border: none;
}

.login-heading.register_step .nav-tabs .nav-link {
  border-radius: 10px;

  background: #fff;

  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);

  height: 70px;

  width: 180px;

  border: none;

  font-size: 15px;

  margin: 0 5px;

  padding: 0;

  color: #000;
}

.btn-primary:hover {
  color: #fff;

  background-color: #ff5362;

  border-color: #ff5362;
}

.login-heading.register_step .form-check input {
  height: 1rem;

  width: 1rem;

  border: 1px solid #ff5362;

  box-shadow: none;
}

.login-heading.register_step .form-check label {
  text-align: left;

  font-size: 14px;

  font-weight: 400;
}

.login-heading.register_step .form-check {
  display: inline-block;
}

/* Mark input boxes that gets an error on validation: */

.login-heading.register_step input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */

.login-heading.register_step .tab {
  display: none;
}

.login-heading.register_step #prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */

.login-heading.register_step .step {
  height: 20px;

  width: 20px;

  margin: 0 6px;

  background-color: #ff5362;

  font-size: 14px;

  color: #fff;

  border: none;

  border-radius: 50%;

  display: inline-block;

  opacity: 0.5;
}

.login-heading.register_step .step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */

.login-heading.register_step .step.finish {
  background-color: #04aa6d;
}

.login-heading.register_step form button {
  border-radius: 10px;

  background: #ff5362;

  border: none;

  color: #ffffff;

  width: 100%;

  height: 45px;

  font-size: 16px;

  font-weight: 500;

  width: 140px;
}

.login-heading.register_step .from-group {
  margin-bottom: 12px;
}

.login-heading.register_step form {
  margin: 20px auto 0;
}

.login-heading.register_step .from-group select {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);

  border-radius: 10px;

  height: 50px;

  font-size: 15px;

  border: none;

  color: #b4b4b4;
}

.link_social a.btn {
  background: #ffffff;

  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);

  border-radius: 10px;

  width: 100%;

  height: 50px;

  line-height: 33px;

  font-size: 16px;

  font-weight: 500;

  margin-bottom: 12px;
}

.link_social a.btn img {
  width: 22px;

  margin-right: 10px;

  vertical-align: middle;
}

.link_social {
  text-align: center;

  width: 65%;

  margin: auto;
}

.service_radio .checkcontainer {
  position: relative;

  cursor: pointer;

  display: inline-block;

  width: 100%;

  height: 50px;

  padding-left: 80px;

  float: inherit !important;

  margin-bottom: 34px;
}

.service_radio .checkcontainer input {
  position: absolute;

  cursor: pointer;

  right: 14px;

  top: 14px;

  box-shadow: none;
}

/* .service_radio input:checked~.radiobtn {

    background-color: #FF5362;

    border: 2px solid #FF5362;

    color: #fff;

} */

.service_radio .radiobtn {
  position: absolute;

  top: 0px;

  left: 0;

  line-height: 80px;

  width: 100%;

  border: 1px solid #ffffff;

  color: #3d3b4c;

  font-weight: 500;

  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.12);

  border-radius: 8px;

  padding-left: 12px;
}

.service_radio {
  text-align: start;
}

.service_radio .radiobtn img {
  height: 50px;
}

.service_radio .checkcontainer h5 {
  margin-bottom: 0;

  margin-top: 18px;

  font-size: 16px;

  font-weight: 500;
}

.service_radio .checkcontainer p {
  font-size: 14px;

  margin-bottom: 0;

  margin-top: 5px;

  font-weight: 400;
}

input[type="radio"] {
  accent-color: #ff5362;
}

.service_radio h4 {
  font-size: 22px;

  margin-bottom: 20px;
}

.modal-content.popup_form_step_modal input {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);

  border-radius: 10px;

  height: 45px;

  font-size: 14px;

  border: none;
}

.modal-content.popup_form_step_modal textarea {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);

  border-radius: 10px;

  height: 100px;

  font-size: 14px;

  border: none;
}

.modal-content.popup_form_step_modal label {
  font-size: 15px;

  font-weight: 500;
}

.modal-content.popup_form_step_modal .from-group {
  margin-bottom: 12px;
}

.modal-content.popup_form_step_modal button.btn {
  border-radius: 10px;

  background: #eeeeee;

  border: none;

  color: #9e9e9e;

  width: 100%;

  height: 50px;

  font-size: 16px;

  font-weight: 500;
}

.modal-content.popup_form_step_modal button.btn:hover {
  background: #ff5362;

  color: #fff;
}

.service_radio .imagefile {
  height: 120px;

  width: 120px;

  position: relative;

  margin: 14px 0px;

  box-shadow: 1px 4px 14px rgb(0 0 0 / 30%);

  border-radius: 50%;

  border: 3px solid #fff;
}

.service_radio .imagefile input {
  opacity: 0;

  position: absolute;

  left: 0;

  width: 100%;

  height: 100%;

  top: 0;

  cursor: pointer;
}

.service_radio .imagefile img {
  border-radius: 50%;

  height: 100%;
}

.service_radio .imagefile span {
  position: absolute;

  left: 88px;

  bottom: 4px;

  background: #ff5362;

  width: 28px;

  height: 28px;

  line-height: 28px;

  text-align: center;

  border-radius: 50px;

  cursor: pointer;

  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.service_radio .imagefile span i {
  color: #fff;

  font-size: 14px;

  cursor: pointer;
}

.service_radio h5 {
  font-size: 18px;

  font-weight: 500;
}

.service_radio h2 {
  font-size: 16px;

  margin-bottom: 20px;
}

.upload_img_camera {
  border-radius: 10px;

  background: #fff;

  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);

  height: 120px;

  text-align: center;

  line-height: 120px;

  margin-bottom: 15px;
}

.upload_img_camera a i {
  font-size: 40px;

  color: #b4b4b4;
}

.Choose_service {
  background: #fff;

  padding: 20px;

  border-radius: 8px;

  max-width: 1200px;

  margin: auto;

  box-shadow: 0 10px 55px #0000001c;
}

.Choose_service ul.nav-tabs {
  padding: 20px 10px;

  width: 80%;

  text-align: center;

  background: #fff;

  box-shadow: 0 4px 25px #00000021;

  border-radius: 10px;

  margin: 15px auto 30px;

  border: none;
}

.Choose_service .nav-tabs .nav-item {
  padding: 0 10px;
}

.Choose_service ul.nav-tabs li {
  width: 20%;

  display: inline-block;

  float: left;

  padding: 0 10px;
}

.Choose_service .nav-tabs .nav-item .nav-link {
  width: 100%;

  box-shadow: 0 2px 5px #d9d9d9;

  border: none;

  border-radius: 6px;

  color: #000;

  font-size: 15px;

  padding: 0.5rem 10px;

  height: 100%;

  font-weight: 500;
}

.Choose_service .nav-tabs .nav-item .nav-link {
  position: relative;
}

.Choose_service ul.nav-tabs li button.active {
  border: 2px solid #ff5362 !important;
}

.Choose_service ul.nav-tabs li button {
  width: 100%;

  box-shadow: 0 0 6px #cccccca6;

  color: #000000;

  font-weight: 600;

  font-size: 15px;

  border-radius: 10px;

  padding: 12px 0;

  border: 2px solid #fff;
}

.Choose_service ul.nav-tabs li button img {
  height: 32px;
}

.Choose_service h4 {
  color: #000000;

  font-weight: 500;

  font-size: 24px;

  margin-bottom: 20px;
}

.Choose_service p {
  font-size: 15px;

  margin-bottom: 8px;
}

.search_form a.btn {
  border-radius: 10px;

  background: #ff5362;

  border: none;

  height: 50px;

  width: 95px;

  color: #fff;

  font-weight: 500;

  font-size: 15px;

  margin-left: 10px;

  line-height: 36px;
}

.loader {
  height: 100%;

  width: 100%;

  position: fixed;

  background: #ffffff;

  z-index: 9999;

  text-align: center;
}

.loader img {
  position: fixed;

  height: 100px;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  margin: auto;
}

.sidebar_calendar .form-group input {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);

  height: 50px;

  border: none;

  font-size: 15px;

  margin-bottom: 12px;
}

.sidebar_calendar a.btn {
  font-size: 16px;

  background: #77ba8c;

  width: 100%;

  height: 50px;

  border-radius: 4px;

  border: none;

  margin-top: 12px;

  color: #fff;

  line-height: 38px;
}

.sidebar_calendar a.btn.red {
  background: #ca645f;
}

.sidebar_calendar {
  border-radius: 6px;

  background: var(--white, #fff);

  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);

  padding: 12px;
}

.my_register_hide input {
  height: 40px !important;

  border-radius: 5px !important;

  border: 1px solid #ccc !important;

  box-shadow: none !important;
}

.my_register_hide .from-group i {
  position: absolute;

  top: 42px;

  left: 5px;

  color: #000;
}

.my_register_hide .from-group.doller {
  position: relative;
}

.my_register_hide input.form-control.doller-int {
  padding-left: 25px;
}

.from-group.main_shd {
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.12);

  padding: 16px 16px 4px;
}

.my_register_hide {
  margin-top: 10px;
}

.calendar_date .ui-datepicker {
  width: 462px !important;

  border-radius: 10px;

  background: #fff;

  box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.15);

  border: none !important;
}

.calendar_date .ui-datepicker td span,
.ui-datepicker td a {
  padding: 12px 6px;
}

.calendar_date .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none;

  background: #d9d9d9 !important;

  color: #000 !important;

  text-align: center;

  font-size: 14px;
}

.calendar_date .ui-available .ui-state-default {
  background: #30c15a !important;

  border-color: #30c15a !important;

  padding: 12px 6px;
}

.calendar_date .ui-datepicker .ui-datepicker-header {
  position: relative;

  padding: 8px;

  background: #ff5362;

  border-radius: 8px;

  border: none;
}

.calendar_date .ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.6;
}

.calendar_date .ui-datepicker .ui-datepicker-prev {
  top: inherit;
}

.calendar_date .ui-datepicker .ui-datepicker-next {
  top: inherit;
}

.calendar_date .ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 32%;

  height: 28px;

  border: none;

  border-radius: 4px;

  margin: 0 3px;

  font-size: 14px;

  box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.15);
}

.time_slot_sec label {
  padding: 0.4em 2em 0.4em 0;
}

.time_slot_sec .toggle-btn-grp {
  margin: 3px 0;
}

.time_slot_sec .toggle-btn {
  text-align: centre;

  margin: 5px 2px;

  padding: 0.4em 3em;

  color: #000;

  background-color: #fff;

  border-radius: 10px;

  display: inline-block;

  border: solid 1px #ccc;

  cursor: pointer;
}

/* CSS only version */

.time_slot_sec .toggle-btn-grp.cssonly * {
  width: 140px;

  height: 45px;

  line-height: 45px;
}

.time_slot_sec .toggle-btn-grp.cssonly div {
  display: inline-block;

  position: relative;

  margin: 5px 2px;
}

.time_slot_sec .toggle-btn-grp.cssonly div label {
  position: absolute;

  z-index: 0;

  padding: 0;

  text-align: center;

  border-radius: 10px;

  background: #fff;

  box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.15);

  border: none;

  font-weight: 600;

  font-size: 14px;
}

.time_slot_sec .toggle-btn-grp.cssonly div input {
  position: absolute;

  z-index: 1;

  cursor: pointer;

  opacity: 0;
}

.time_slot_sec .toggle-btn-grp.cssonly div:hover label {
  border: solid 1px #a0d5dc !important;

  background: #f1fdfe;
}

.time_slot_sec .toggle-btn-grp.cssonly div input:checked + label {
  background: #30c15a;

  border: solid 1px black !important;

  color: #fff;

  font-weight: 500;
}

.calendar_date h4 {
  font-size: 16px;

  margin-top: 16px;

  padding-left: 17px;
}

.calendar_date h4 i {
  color: #30c15a;

  margin-right: 7px;

  font-size: 20px;
}

.time_slot_sec h2 {
  font-size: 20px;

  font-weight: 600;
}

.time_slot_sec {
  margin-top: 20px;
}

/* ************* Booking Css**************** */

section#booking_sec {
  margin-top: 120px;
}

.booking_service .form-group input {
  border-radius: 8px;

  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.12);

  border: none;

  height: 50px;

  margin-bottom: 15px;

  font-size: 15px;
}

.booking_service .form-group select {
  border-radius: 8px;

  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.12);

  border: none;

  height: 50px;

  margin-bottom: 15px;

  font-size: 15px;

  color: #b4b4b4;
}

.booking_service label {
  font-size: 16px;

  font-weight: 600;
}

.booking_service .form-check {
  margin-top: 14px;
}

.booking_total_butt {
  border-radius: 10px;

  background: #ff5362;

  border: none;

  width: 330px;

  height: 45px;

  color: #fff;

  font-weight: 500;

  font-size: 16px;

  line-height: 28px;

  margin-top: 50px;
}

.booking_total {
  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.12);

  padding: 20px 15px 5px;

  border-radius: 8px;
}

.booking_total h3 {
  font-size: 22px;

  font-weight: 600;

  color: #ff5362;

  margin-bottom: 12px;
}

.booking_total h4 {
  font-size: 16px;

  font-weight: 400;

  margin-bottom: 15px;
}

.booking_total h4 span {
  font-weight: 600;
}

.booking_service {
  border-radius: 10px;

  background: #fff;

  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);

  padding: 20px 30px;

  position: relative;
}

img.booking_service_img {
  width: 400px;

  position: absolute;

  top: -90px;

  left: 0;

  right: 0;

  margin: auto;
}

.booking_service h1 {
  font-size: 24px;

  font-weight: 600;

  text-align: center;

  margin: 26px 0;
}

.booking_service label a {
  color: #ff5362;

  text-decoration: none;
}

.time_slot_book .toggle-btn-grp {
  margin: 3px 0;
}

.time_slot_book .toggle-btn {
  text-align: centre;

  margin: 5px 2px;

  padding: 0.4em 3em;

  color: #000;

  background-color: #fff;

  border-radius: 10px;

  display: inline-block;

  border: solid 1px #ccc;

  cursor: pointer;
}

/* CSS only version */

.time_slot_book .toggle-btn-grp.cssonly * {
  width: 140px;

  height: 45px;

  line-height: 45px;
}

.time_slot_book .toggle-btn-grp.cssonly div {
  display: inline-block;

  position: relative;

  margin: 0px 8px 6px 0px;
}

.time_slot_book .toggle-btn-grp.cssonly div label {
  position: absolute;

  z-index: 0;

  padding: 0;

  text-align: center;

  border-radius: 10px;

  background: #fff;

  box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.15);

  border: none;

  font-weight: 500;

  font-size: 14px;
}

.time_slot_book .toggle-btn-grp.cssonly div input {
  position: absolute;

  z-index: 1;

  cursor: pointer;

  opacity: 0;
}

.time_slot_book .toggle-btn-grp.cssonly div:hover label {
  border: solid 1px #a0d5dc !important;

  background: #f1fdfe;
}

.time_slot_book .toggle-btn-grp.cssonly div input:checked + label {
  background: #30c15a;

  border: solid 1px black !important;

  color: #fff;

  font-weight: 500;
}

.booking_service .form-group input::placeholder {
  color: #b4b4b4;
}

.booking_dog_img img {
  width: 100%;

  border-radius: 50%;
}

.booking_dog_img {
  height: 130px;

  overflow: hidden;
}

.avalabel_slot_time h5 i.cro {
  color: #fff;

  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

  position: relative;
}

.avalabel_slot_time h5 i.cro:after {
  position: absolute;

  content: "";

  background: red;

  width: 20px;

  height: 1px;

  left: 0;

  top: 0;

  bottom: 0;

  margin: auto;

  transform: rotate(45deg);
}

.avalabel_slot_time h5 {
  font-size: 15px;

  font-weight: 600;

  margin-top: 18px;
}

.avalabel_slot_time h5 i {
  color: #30c15a;

  margin-right: 7px;

  font-size: 18px;
}

.avalabel_slot_time .ui-datepicker {
  width: auto !important;

  border-radius: 10px;

  background: #fff;

  box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.15);

  border: none !important;

  margin-bottom: 15px;
}

.avalabel_slot_time .ui-datepicker td span,
.ui-datepicker td a {
  padding: 8px 4px;
}

.avalabel_slot_time .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none;

  background: #d9d9d9 !important;

  color: #000 !important;

  text-align: center;

  font-size: 14px;
}

.avalabel_slot_time .ui-available .ui-state-default {
  background: #30c15a !important;

  border-color: #30c15a !important;
}

.avalabel_slot_time .ui-datepicker .ui-datepicker-header {
  position: relative;

  padding: 8px;

  background: #ff5362;

  border-radius: 8px;

  border: none;
}

.avalabel_slot_time .ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.6;
}

.avalabel_slot_time .ui-datepicker .ui-datepicker-prev {
  top: inherit;
}

.avalabel_slot_time .ui-datepicker .ui-datepicker-next {
  top: inherit;
}

.avalabel_slot_time .ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 32%;

  height: 28px !important;

  border: none;

  border-radius: 4px;

  margin: 0 3px;

  font-size: 14px;

  box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.15);
}

.booking_service .form-check-input {
  height: 16px !important;

  width: 16px;

  border-radius: 2px !important;
}

.top_location .btn-primary {
  background: #ff5362;

  border: none;

  font-size: 14px;

  font-weight: 500;
}

.top_location .btn-primary:focus {
  box-shadow: none;
}

.Editmadal .form-group {
  margin-bottom: 10px;
}

.Editmadal label {
  font-size: 15px;

  font-weight: 500;

  margin-bottom: 7px;
}

.Editmadal input.form-control {
  border-radius: 4px;

  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.12);

  border: none;

  height: 40px;

  font-size: 14px;
}

.Editmadal label.container-radio-input input {
  margin: 0 10px 0 3px;

  position: relative;

  top: 2px;
}

.Editmadal textarea.form-control {
  border-radius: 4px;

  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.12);

  border: none;

  font-size: 14px;

  margin-bottom: 10px;

  height: 90px;
}

.Editmadal [type="file"]::file-selector-button {
  border-radius: 0.2em;

  background-color: #ff5362;

  color: #fff;

  height: 40px;

  font-size: 14px;

  border: none;
}

.Editmadal [type="file"]:hover::file-selector-button {
  color: #000 !important;
}

.Editmadal img#blah2 {
  width: 150px;

  height: 150px;

  margin-top: 10px;
}

.Editmadal .modal-footer button.btn.btn-primary {
  background: #ff5362;

  border-color: #ff5362;
}

.Editmadal .modal-title {
  font-size: 24px;

  font-weight: 600;

  color: #ff5362;
}

.tab_profile_upload input {
  border-radius: 10px;

  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);

  height: 50px;

  border: none;

  font-size: 15px;

  margin-bottom: 12px;
}

.coupon_section {
  text-align: end;
}

.coupon_section h3 {
  font-size: 14px;

  cursor: pointer;
}

.coupon_section ul {
  list-style: none;

  background: #acaaaa26;

  padding: 10px;
}

.coupon_section ul li {
  display: flex;

  justify-content: space-between;

  font-size: 14px;

  align-items: center;
}

.coupon_section ul li span {
  background: #ff5362;

  color: #fff;

  padding: 4px 8px;

  border-radius: 3px;

  font-weight: 600;

  font-size: 12px;
}

.coupon_section ul li:not(last-child) {
  padding-bottom: 8px;

  border-bottom: 1px solid #ccc;

  margin-bottom: 8px;
}

.form-bg {
  box-shadow: 1px 3px 40px rgba(0, 0, 0, 0.15);

  border-radius: 20px;

  max-width: 750px;

  margin: auto;

  padding: 20px 20px;
}

.add_img_uplod {
  margin-bottom: 10px;

  position: relative;
}

.add_img_uplod img {
  width: 100%;

  box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.15);

  padding: 5px;

  border-radius: 20px;
}

.add_img_uplod h1 {
  text-align: center;

  color: #ff5362;

  margin-bottom: 0;

  padding: 25px 0 35px;
}

.add_img_uplod h1 p {
  color: #ff5362;

  margin-bottom: 0;

  font-size: 15px;

  font-weight: 600;
}

.btn.profilee {
  height: 50px;

  width: 200px;

  background: #ff5362;

  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);

  border-radius: 10px;

  border: none;

  color: #fff;

  font-weight: 600;

  font-size: 16px;

  margin-top: 30px;

  line-height: 40px;
}

.gallery_tab h2 span input {
  position: absolute;

  left: 0;

  top: 4px;

  width: 100%;

  opacity: 0;
}

.gallery_tab h2 span {
  position: relative;
}

.add_img_uplod_img {
  height: 150px;

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  border-radius: 5px;
}

.add_img_uplod input {
  position: absolute;

  width: 100%;

  top: 0;

  bottom: 0;

  margin: auto;

  opacity: 0;
}

.form-control.doller-int {
  padding-left: 40px !important;
}

a.links-color {
  color: #000000;
  text-decoration: none !important;
}

.login-heading.register_step .form-check label a {
  color: #ff5362;
  font-weight: 600;
  text-decoration: underline !important;
}

.im_previewwww {
  height: 80px;
  width: 110px;
  background: #cccccc8a;
  padding: 7px;
  position: relative;
}

.im_previewwww img {
  width: 100%;
}

.im_previewwww i {
  position: absolute;
  right: 0;
  top: 0;
  color: red;
  -webkit-text-stroke: 1px;
  font-size: 13px;
  background: #dadde2;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 22px;
}

.chatbox.heading {
  background: #eeeeee;
}

.chatbox.heading h1 {
  font-size: 52px;
  text-align: center;
  margin-top: 6%;
  font-weight: 700;
  color: #f97b4b;
}

.chatbox.heading p {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  color: #9b9b9b;
}

section#booking_sec .sticky-top {
  z-index: 1 !important;
}


.otp_form span {
  border: 1px solid #aaa;
  display: inline-block;
  border-radius: 10px;
}


.resend_btn_div {
  font-size: 12px;
  font-weight: 600;
  margin-top: 6px;
  color: #ff5362;
  text-align: end;
}

.note {
  font-size: 12px;
  font-weight: 600;
  margin-top: 6px;
  /* color: #ff5362;
  text-align: end; */
}

/** Large devices (desktops, less than 1600px) **/

@media (max-width: 1599.98px) {
}

/** Large devices (desktops, less than 1366px) **/

@media (max-width: 1399.98px) {
  .avalabel_slot_time h5 {
    margin-top: 5px;

    margin-bottom: 18px;

    margin-right: 15px;

    display: inline-block;
  }

  .booking_dog_img {
    height: 108px;
  }

  .booking_total h4 {
    font-size: 14px;

    margin-bottom: 10px;
  }

  .time_slot_book .toggle-btn-grp.cssonly * {
    width: 118px;
  }

  .row.margin-row {
    margin-top: 0px;
  }

  .blog-img {
    height: 260px;
  }

  .set_box_img {
    height: 110px;
  }

  section#testimonials .carousel-indicators [data-bs-target] {
    width: 150px;

    height: 150px;
  }

  section#home_banner {
    height: 570px;

    padding-top: 60px;
  }

  .login-heading form {
    width: 80%;
  }

  .login-heading {
    padding: 30px 0 0px;
  }
}

/** Large devices (desktops, less than 1200px) **/

@media (max-width: 1199.98px) {
  /* ********* Booking Css Start ************ */

  .booking_service {
    padding: 20px 15px;
  }

  .booking_dog_img {
    height: 88px;
  }

  .booking_service .form-group select {
    height: 45px;

    font-size: 14px;
  }

  .booking_service label {
    font-size: 15px;
  }

  .booking_service h1 {
    font-size: 20px;

    margin: 18px 0;
  }

  .time_slot_book .toggle-btn-grp.cssonly * {
    width: 104px;
  }

  .booking_total h3 {
    font-size: 20px;
  }

  img.booking_service_img {
    width: 290px;

    top: -67px;
  }

  .booking_service .form-group input {
    height: 45px;

    font-size: 14px;
  }

  /* ********* Booking Css End ************ */

  .login-heading.register_step .nav-tabs .nav-link {
    margin: 0 3px;
  }

  section#about_us ul li {
    font-size: 14px;

    margin: 0 0 4px;
  }

  section#about_us p {
    font-size: 14px;

    margin-top: 0px;

    line-height: 22px;

    margin-bottom: 8px;
  }

  section#about_us h5 {
    font-size: 16px;

    margin-top: 5px;

    line-height: 22px;

    margin-bottom: 4px;
  }

  section#sponsor h2 {
    font-size: 18px;

    margin-top: 16%;
  }

  .blog-item .blog-bottom ul {
    margin-bottom: 5px;
  }

  .blog-item .blog-bottom a {
    font-size: 14px;
  }

  .blog-item .blog-bottom ul li {
    margin-left: 5px;

    margin-right: 6px;
  }

  .blog-img {
    height: 210px;
  }

  .blog-item .blog-bottom {
    padding: 0 10px 15px;
  }

  .blog-item .blog-bottom h3 a {
    font-size: 16px;

    line-height: 22px;
  }

  .your_pets_tab .you_pet_box {
    padding: 8px;
  }

  .your_pets_tab .you_pet_box h4 {
    font-size: 18px;
  }

  .left_service_bar .form-group h6 {
    font-size: 15px;
  }

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

  .left_service_bar .form-group h5::after {
    top: 8px;
  }

  .left_service_bar .form-group h5 {
    font-size: 15px;
  }

  .left_service_bar .form-group h5 span {
    font-size: 15px;
  }

  .left_service_bar h3 {
    font-size: 16px;
  }

  .left_service_bar .form-group .radiobtn {
    font-size: 14px;

    height: 45px;

    line-height: 43px;
  }

  .left_service_bar .form-group input.form-control {
    height: 45px;

    font-size: 14px;
  }

  .left_service_bar .form-group label {
    font-size: 16px;
  }

  .left_service_bar .form-group .checkcontainer {
    margin-bottom: 4px;
  }

  .set_box_img {
    height: 110px;
  }

  section#single_profile .carousel-indicators [data-bs-target] {
    width: 80px;

    height: 60px;
  }

  .single_head_profile a.btn {
    width: 215px;
  }

  .more_box h3 {
    font-size: 17px;
  }

  .more_box h4 b {
    font-size: 24px;
  }

  .more_box h4 {
    font-size: 16px;
  }

  .more_box p {
    font-size: 15px;
  }

  section#apple_store .phone_img {
    padding-left: 6%;
  }

  section#testimonials .carousel-caption {
    padding-top: 1.25rem;
  }

  section#testimonials .carousel-caption p {
    font-size: 15px;

    margin: 5px 0 0;
  }

  section#testimonials .carousel-indicators [data-bs-target] {
    width: 125px;

    height: 125px;
  }

  .meet_box img {
    height: 80px;

    padding: 15px;
  }

  .meet_box p {
    font-size: 15px;
  }

  .service_box {
    padding: 20px 20px;
  }

  section#home_banner {
    height: 480px;
  }

  .search_form {
    margin-top: 28px;
  }

  section#home_banner ul li p {
    font-size: 14px;
  }

  section#home_banner ul.tab_home li:not(:last-child) {
    margin-right: 100px;
  }

  section#home_banner ul.tab_home .radiobtn {
    height: 65px;

    line-height: 65px;

    width: 95px;
  }

  section#home_banner h2 {
    font-size: 16px;
  }

  section#home_banner h1 {
    font-size: 48px;

    margin-top: 12px;

    line-height: 50px;
  }

  div#emailHelp {
    margin-top: 15px;
  }

  header.header ul.navbar-nav li.nav-item:not(:last-child) {
    margin-right: 35px;
  }

  .top_location {
    margin-left: 0px;
  }
}

/**  Medium devices (tablets, less than 992px) **/

@media (max-width: 991.98px) {
  p.foot_para {
    margin-top: 8px;
  }

  section#profile_tab ul#pills-tab li.nav-item:not(:last-child) {
    margin-right: 50px;
  }

  /* ********* Booking Css Start ************ */

  .booking_dog_img {
    height: 120px;
  }

  /* ********* Booking Css End ************ */

  .sidebar_calendar {
    margin-top: 15px;
  }

  .search_form a.btn {
    height: 45px;

    font-size: 14px;

    margin-left: 6px;

    line-height: 32px;
  }

  .Choose_service p {
    font-size: 14px;
  }

  .Choose_service h4 {
    font-size: 20px;

    margin-bottom: 6px;
  }

  .Choose_service ul.nav-tabs {
    width: 100%;
  }

  .login-heading.register_step {
    border-radius: 10px;
  }

  section#meet_location .border-right:after {
    height: 3px;

    top: -47px;
  }

  section#meet_location .meet_box_img {
    border-right: 10px solid #fff;

    border-left: 10px solid #fff;
  }

  .meet_box p {
    font-size: 14px;
  }

  .meet_box h3 {
    font-size: 18px;
  }

  section#about_us img {
    margin-top: 12px;
  }

  section#about_us h2 {
    font-size: 22px;
  }

  section#about_us {
    margin-top: 25px;
  }

  section#about_us h5 {
    line-height: 24px;
  }

  section#help_me {
    margin-top: 25px;
  }

  section#privacy_statement h3 {
    font-size: 20px;

    margin-bottom: 10px;

    margin-top: 15px;
  }

  section#privacy_statement ul li {
    font-size: 14px;
  }

  section#privacy_statement p {
    font-size: 14px;

    margin-bottom: 6px;
  }

  section#privacy_statement {
    margin-top: 25px;
  }

  section#contact_form {
    margin-top: 25px;

    padding: 30px 0;
  }

  section#contact_form h2 {
    font-size: 24px;
  }

  section#contact_map {
    margin-top: 25px;
  }

  section#contact_us {
    margin-top: 25px;
  }

  .contact_icon {
    margin-bottom: 15px;
  }

  section#sponsor {
    margin-top: 25px;

    padding: 15px 0;
  }

  section#sponsor p {
    font-size: 14px;
  }

  section#sponsor h2 {
    font-size: 16px;

    margin-top: 2%;

    line-height: 22px;
  }

  section#blog_details {
    margin-top: 25px;
  }

  .details-img h2 {
    font-size: 22px;
  }

  section#blog {
    margin-top: 25px;
  }

  .blog-img {
    height: 240px;
  }

  .blog-item .blog-bottom h3 {
    margin-bottom: 5px;
  }

  .blog-item .blog-bottom h3 a {
    font-size: 18px;
  }

  .responsive_tab {
    overflow: auto;

    width: 100%;

    margin-bottom: 10px;
  }

  .responsive_tab ul.nav.nav-pills.mb-3.responsive_scroll.provider {
    width: 1000px;
  }

  header.header {
    padding-bottom: 0px;
  }

  .Servicesdiv .set h6 {
    font-size: 14px;
  }

  .Servicesdiv .set h4 {
    font-size: 16px;
  }

  .time_slots {
    max-width: 700px;

    margin: 20px auto;
  }

  section#user_dashboard .nav-link {
    font-size: 14px;
  }

  section#user_dashboard .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    font-size: 14px;
  }

  section#user_dashboard {
    margin-top: 25px;
  }

  .active_list_inner table.table.booking_tab_table {
    width: 1000px;
  }

  section#user_dashboard .booking_tab ul#pills-tab li button {
    width: 330px;

    font-weight: 500;
  }

  .your_pets_tab .you_pet_box {
    margin-top: 12px;
  }

  .your_pets_tab .you_pet_box span {
    position: absolute;

    right: 12px;

    top: 12px;
  }

  .your_pets_tab .you_pet_box h4 {
    font-size: 16px;
  }

  .tab_profile_upload .imagefile {
    margin: 8px auto 25px;
  }

  .tab_profile_upload {
    padding: 0px 0;
  }

  .filter_hide_btn i {
    color: #ff5362;

    -webkit-text-stroke: 1px;

    padding: 10px;
  }

  .filter_hide_btn {
    display: inline-block;

    width: 100%;

    text-align: end;

    position: absolute;

    top: 0;

    left: 0;
  }

  section#our_service h1 {
    margin: 5px 0px 15px;
  }

  .filter_show_btn a.btn.closed_btn {
    display: block;
  }

  section#our_service {
    margin-top: 20px;
  }

  .left_service_bar {
    position: fixed;

    left: -345px;

    background: #fff;

    top: 0;

    z-index: 99;

    width: 340px;

    transition: all 0.5s;
  }

  .left_service_bar.main {
    display: block;

    position: fixed;

    left: 0;

    top: 0;

    z-index: 9;

    height: 100%;

    overflow: scroll;

    background: #ffffff;

    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);

    border-radius: 10px;

    padding: 10px 10px;

    max-width: 550px;

    z-index: 9;

    width: 360px;
  }

  .set_box_img {
    height: 108px;
  }

  section#profile_tab {
    margin-top: 25px;
  }

  section#single_profile {
    margin-top: 25px;
  }

  .single_head_profile {
    margin-top: 12px;
  }

  section#more_like h1 {
    font-size: 24px;
  }

  section#more_like {
    margin-top: 25px;
  }

  section#apple_store .phone_heading a img {
    height: 40px;

    margin: 0 2px;
  }

  section#apple_store .phone_heading h2 {
    font-size: 24px;

    margin-bottom: 10px;
  }

  section#apple_store .phone_img img {
    max-width: 160px;
  }

  section#apple_store .phone_img {
    padding-left: 0%;

    margin-top: 20px;
  }

  section#apple_store {
    margin-top: 25px;
  }

  section#apple_store h1 {
    font-size: 24px;
  }

  button.carousel-control-prev {
    margin-right: 45px;
  }

  section#testimonials .carousel-control-prev {
    bottom: 0;

    top: inherit;

    right: 0px;

    left: inherit;
  }

  section#testimonials .carousel-control-next {
    bottom: 0;

    top: inherit;

    right: 0px;

    left: inherit;
  }

  section#testimonials .carousel-indicators [data-bs-target] {
    width: 100px;

    height: 100px;
  }

  section#testimonials .carousel-indicators {
    position: inherit;

    margin-top: 12px;

    display: inline-block;
  }

  section#testimonials .order_tab {
    order: 1;
  }

  section#testimonials h1 {
    font-size: 18px;

    padding-top: 15px;
  }

  section#testimonials h2 {
    font-size: 24px;

    margin-bottom: 25px;
  }

  section#testimonials {
    margin-top: 25px;
  }

  .meet_box {
    margin-top: 25px;
  }

  section#meet_location {
    margin-top: 25px;
  }

  section#meet_location h1 {
    font-size: 24px;
  }

  section#service_dog .mb-4 {
    margin-bottom: 14px !important;
  }

  .service_box h4 {
    margin-top: 6px;
  }

  .service_box h4 a {
    font-size: 18px;
  }

  .service_box h3 {
    font-size: 15px;
  }

  .service_box p {
    font-size: 14px;

    line-height: 24px;
  }

  .service_box h2 img {
    height: 45px;

    margin-right: 15px;
  }

  .service_box h2 {
    font-size: 20px;
  }

  section#service_dog h1 {
    margin-top: 20px;

    font-size: 24px;
  }

  section#service_dog {
    margin-top: 25px;
  }

  section#home_banner ul.tab_home li:not(:last-child) {
    margin-right: 85px;
  }

  section#home_banner ul.tab_home .radiobtn {
    width: 83px;
  }

  section#home_banner ul li p {
    font-size: 13px;
  }

  .search_form button {
    height: 45px;

    font-weight: 500;

    font-size: 14px;

    margin-left: 5px;
  }

  .search_form input {
    height: 45px;

    font-size: 14px;
  }

  section#home_banner ul.tab_home .radiobtn img {
    height: 35px;
  }

  section#home_banner ul.tab_home {
    margin-top: 15px;
  }

  section#home_banner h2 {
    font-size: 14px;
  }

  section#home_banner h1 {
    font-size: 32px;

    margin-top: 8px;

    line-height: 35px;
  }

  section#home_banner {
    height: auto;

    padding-top: 25px;

    padding-bottom: 60px;
  }

  .otp_form p {
    font-size: 15px;

    margin-bottom: 18px;
  }

  .otp_form {
    margin-bottom: 22px;
  }

  .otp_form input {
    width: 65px;
  }

  footer#footer {
    margin-top: 25px;

    padding: 10px 0;
  }

  .row.margin-row {
    margin-top: 0px;
  }

  .login-heading {
    padding: 30px 0 20px;
  }

  .login_img h2 {
    font-size: 28px;

    padding-left: 4%;
  }

  .login_img h1 {
    font-size: 20px;

    padding-left: 4%;
  }

  .login_img {
    padding: 55% 2% 1%;
  }

  header.header {
    padding-top: 10px;
  }

  .responsive-login {
    display: flex;

    align-items: center;

    position: absolute;

    top: -68px;

    right: 38px;
  }

  nav.navbar.navbar-expand-lg {
    margin-top: 10px;

    padding: 0;
  }

  .responsive-login ul li a.btn img {
    height: 20px;

    margin-right: 0px;

    vertical-align: inherit;
  }

  .responsive-login ul li a.btn label {
    display: none;
  }

  .responsive-login ul li a.btn {
    border-radius: 5px;

    height: 40px;

    width: 50px;

    border: none;
  }

  .responsive-login button.navbar-toggler {
    margin-right: 8px;
  }
}

/** Small devices (landscape phones, less than 768px)**/

@media (max-width: 767.98px) {
  section#profile_tab ul#pills-tab li.nav-item:not(:last-child) {
    margin-right: 8px;
  }

  section#profile_tab .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    font-size: 14px;

    height: 45px;
  }

  section#profile_tab .nav-pills .nav-link {
    font-size: 14px;

    height: 45px;
  }

  /* ********* Booking Css Start ************ */

  .booking_total_butt {
    margin-top: 20px;
  }

  .booking_dog_img {
    height: 234px;
  }

  /* ********* Booking Css End ************ */

  .sidebar_calendar a.btn {
    font-size: 15px;

    height: 45px;

    margin-top: 8px;

    line-height: 30px;
  }

  .sidebar_calendar .form-group input {
    height: 45px;

    font-size: 14px;

    margin-bottom: 8px;
  }

  .Choose_service ul.nav-tabs li {
    width: 33.33%;

    margin: 6px 0;
  }

  .link_social {
    width: 92%;
  }

  .link_social a.btn img {
    width: 20px;
  }

  .link_social a.btn {
    height: 45px;

    font-size: 14px;

    margin-bottom: 10px;

    line-height: 31px;
  }

  .login-heading.register_step form button {
    font-size: 15px;

    width: 130px;
  }

  .login-heading.register_step .from-group select {
    height: 45px;

    font-size: 14px;
  }

  .login-heading.register_step .nav-tabs .nav-link {
    height: 55px;

    font-size: 14px;
  }

  section#meet_location .meet_box_img {
    border: none;
  }

  section#meet_location .border-right:after {
    display: none;
  }

  section#help_me .accordion {
    padding: 15px 12px;

    margin-bottom: 13px;
  }

  section#contact_form button {
    padding: 10px 40px;

    font-size: 14px;
  }

  section#contact_form textarea {
    font-weight: 400;
  }

  section#contact_form input {
    height: 45px;

    font-weight: 400;
  }

  section#contact_form {
    padding: 20px 0;
  }

  .contact_para p {
    margin-bottom: 0px;
  }

  .contact_para h6 {
    font-size: 15px;
  }

  section#contact_us .icon i {
    font-size: 22px;

    width: 55px;

    height: 55px;
  }

  p.foot_para {
    margin-top: 8px;

    padding-right: 0px;
  }

  .widget-area .newsletter .form-control {
    height: 45px;

    font-size: 14px;

    margin-bottom: 10px;
  }

  .widget-area .related .related-inner ul li {
    max-width: 25%;
  }

  .widget-area .cat ul li {
    margin-bottom: 8px;
  }

  .widget-area .widget-item h3 {
    margin-bottom: 20px;

    font-size: 18px;

    padding-bottom: 8px;
  }

  .widget-area .search form .btn {
    height: 45px;

    line-height: 45px;
  }

  .widget-area .search form .form-control {
    height: 45px;

    font-size: 14px;
  }

  .widget-area .widget-item {
    margin-bottom: 15px;
  }

  .widget-area {
    margin-top: 30px;
  }

  .details-form .cmn-btn {
    padding: 10px 10px;

    font-size: 14px;
  }

  .details-form .form-group .form-control {
    height: 45px;
  }

  .details-form .form-group label {
    margin-bottom: 5px;

    font-size: 14px;
  }

  .details-form .form-group {
    margin-bottom: 10px;
  }

  .details-form span {
    margin-bottom: 10px;

    font-size: 14px;

    font-weight: 400;
  }

  .details-form h3 {
    font-size: 18px;

    margin-bottom: 10px;
  }

  .details-form {
    padding: 20px 20px 20px;
  }

  .details-comments ul li span {
    margin-bottom: 5px;

    font-size: 13px;
  }

  .details-comments ul li h4 {
    font-size: 16px;

    margin-bottom: 2px;
  }

  .details-comments ul li {
    padding-left: 92px;
  }

  .details-comments ul li img {
    max-width: 75px;
  }

  .details-comments h3 {
    font-size: 18px;

    margin-bottom: 25px;
  }

  .details-img ul li {
    font-size: 14px;
  }

  .details-img h2 {
    font-size: 20px;
  }

  .blog-item {
    margin-bottom: 20px;
  }

  section#about_banner {
    padding: 40px 0;
  }

  .blog-img {
    height: 360px;
  }

  form.stptime a.btn.cancel {
    top: 31px;
  }

  .time_slots select {
    height: 45px;

    font-size: 14px;
  }

  .time_slots label {
    font-size: 14px;
  }

  .time_slots p {
    font-size: 14px;
  }

  .time_slots h4 {
    font-size: 18px;
  }

  .responsive_tab ul.nav.nav-pills.mb-3.responsive_scroll.provider {
    width: 800px;
  }

  .gallery_tab h2 {
    font-size: 18px;
  }

  .responsive_scroll {
    margin-bottom: 2px !important;
  }

  .responsive_tab ul.nav.nav-pills.mb-3.responsive_scroll {
    width: 600px;
  }

  .responsive_tab {
    overflow: auto;

    width: 100%;

    margin-bottom: 10px;
  }

  .calendar_about .wrapper {
    width: 500px;

    margin: auto;
  }

  section#user_dashboard .booking_tab ul#pills-tab li button {
    width: 245px;
  }

  /* //////////---Inbox--Tab--Chating--Section--CSS---///////// */

  .msg-head .chat-icon {
    display: block;

    margin-right: 12px;
  }

  .chatlist {
    width: 100%;
  }

  .chatbox {
    width: 100%;

    position: absolute;

    left: 1000px;

    right: 0;

    background: #fff;

    transition: all 0.5s ease;

    border-left: none;
  }

  .showbox {
    left: 0 !important;

    transition: all 0.5s ease;
  }

  .msg-head h3 {
    font-size: 14px;
  }

  .msg-head {
    padding: 8px 12px;
  }

  .msg-head p {
    font-size: 12px;
  }

  .msg-head .flex-shrink-0 img {
    height: 35px;
  }

  .send-box button {
    width: 28%;
  }

  .send-box .form-control {
    width: 70%;
  }

  .chat-list h3 {
    font-size: 14px;
  }

  .chat-list p {
    font-size: 12px;
  }

  .msg-body ul li.sender p {
    font-size: 13px;

    padding: 8px;

    border-bottom-left-radius: 6px;

    border-top-right-radius: 6px;

    border-bottom-right-radius: 6px;
  }

  .msg-body ul li.repaly p {
    font-size: 13px;

    padding: 8px;

    border-top-left-radius: 6px;

    border-top-right-radius: 6px;

    border-bottom-left-radius: 6px;
  }

  /* //------End--CSS---////// */

  .strip_tab button {
    height: 45px;

    font-size: 15px;

    margin-top: 15px;
  }

  .strip_tab .form-group label {
    font-size: 15px;
  }

  .strip_tab .form-group input {
    height: 45px;

    font-size: 14px;
  }

  .your_pets_tab h2 {
    font-size: 18px;
  }

  .tab_profile_upload .imagefile {
    height: 130px;

    width: 130px;
  }

  section#user_dashboard .nav-link {
    padding: 10px 10px;

    font-size: 15px;
  }

  section#user_dashboard .tab_box h4 img {
    width: 70px;
  }

  section#user_dashboard .tab_box h4 {
    font-size: 18px;
  }

  section#our_service h1 {
    font-size: 18px;
  }

  .set_box {
    margin-bottom: 10px;
  }

  .set_box_img {
    height: 116px;
  }

  section#profile_tab ul#pills-tab li.nav-item:not(:last-child) {
    margin-right: 40px;
  }

  .single_head_profile h3 {
    font-size: 20px;
  }

  .single_head_profile p {
    font-size: 14px;

    margin-top: 10px;

    line-height: 22px;
  }

  .more_box p {
    font-size: 14px;

    padding-left: 20px;

    line-height: 20px;
  }

  .more_box p i {
    font-size: 17px;
  }

  .more_box h3 {
    font-size: 15px;
  }

  section#apple_store .phone_heading {
    margin-top: 50%;
  }

  section#apple_store .phone_heading h2 {
    font-size: 18px;
  }

  section#apple_store .phone_heading a img {
    height: 35px;
  }

  section#testimonials .carousel-caption {
    padding-top: 0.25rem;
  }

  section#testimonials .carousel-caption p {
    font-size: 14px;

    margin: 3px 0 0;
  }

  section#testimonials .carousel-caption span i {
    font-size: 15px;
  }

  section#testimonials .carousel-caption h5 {
    font-size: 20px;
  }

  .meet_box h3 {
    font-size: 16px;
  }

  .service_box h4 a {
    font-size: 17px;
  }

  .service_box p {
    line-height: 22px;
  }

  .service_box h2 {
    font-size: 18px;
  }

  .service_box h2 img {
    height: 40px;

    margin-right: 10px;
  }

  .service_box {
    padding: 15px 15px;
  }

  .home_dog_img img {
    margin-bottom: 25px;
  }

  section#home_banner {
    padding-bottom: 100px;
  }

  .order_number {
    order: 2;
  }

  section#home_banner ul.tab_home .radiobtn img {
    height: 45px;
  }

  section#home_banner ul.tab_home li:not(:last-child) {
    margin-right: 100px;
  }

  section#home_banner ul.tab_home .radiobtn {
    width: 95px;
  }

  .otp_form p {
    font-size: 14px;
  }

  footer#footer ul {
    margin-top: 10px;
  }

  p.social-para {
    margin-top: 10px;
  }

  div#emailHelp {
    font-size: 14px;
  }

  .login-heading form button {
    height: 45px;

    font-size: 15px;
  }

  .login-heading form input {
    height: 45px;
    font-size: 14px;
    border: 1px solid #aaa;
  }

  .login-heading form label {
    font-size: 15px;
  }

  .login-heading h6 {
    margin-top: 8px;

    margin-bottom: 15px;
  }

  .login-heading form a.btn img {
    width: 20px;

    vertical-align: sub;
  }

  .login-heading form a.btn {
    height: 45px;

    line-height: 28px;

    font-size: 14px;

    margin-bottom: 10px;
  }

  .login-heading form {
    width: 92%;

    margin: 25px auto 0;
  }

  img.login_logo {
    width: 160px;
  }

  .login-heading {
    border-radius: 10px;

    padding: 20px 0 20px;
  }

  .login_img {
    padding: 3% 0% 3%;

    border-radius: 10px;
  }

  .responsive-login {
    top: -60px;

    right: 30px;
  }

  .top_location h3 {
    font-size: 14px;
  }

  .top_location p img {
    height: 16px;

    margin-right: 6px;

    vertical-align: text-top;
  }

  .top_location p {
    font-size: 14px;

    margin-bottom: 0px;
  }

  .top_location {
    margin-top: 10px;

    margin-left: 30px;
  }

  .logo a.navbar-brand img {
    height: 55px;
  }
}

/** Small devices (landscape phones, less than 575px)**/

@media (max-width: 575.98px) {
  .calendar_date .ui-available .ui-state-default {
    padding: 6px 2px;
  }

  /* ********* Booking Css Start ************ */

  .booking_dog_img {
    height: 200px;
  }

  /* ********* Booking Css End ************ */

  .calendar_date h4 i {
    font-size: 16px;
  }

  .calendar_date h4 {
    font-size: 15px;
  }

  .calendar_date .ui-datepicker td span,
  .ui-datepicker td a {
    padding: 6px 2px;
  }

  .time_slot_sec h2 {
    font-size: 18px;
  }

  .time_slot_sec .toggle-btn-grp.cssonly * {
    width: 130px;
  }

  .calendar_date .ui-datepicker {
    width: 430px !important;
  }

  .Choose_service h4 {
    margin-top: 10px;
  }

  .Choose_service .nav-tabs .nav-item .nav-link {
    font-size: 14px;
  }

  .service_radio h4 {
    font-size: 20px;

    margin-bottom: 15px;
  }

  .login-heading form label {
    font-size: 14px;
  }

  section#about_us h5 {
    line-height: 20px;

    font-size: 15px;
  }

  section#about_us h2 {
    font-size: 20px;
  }

  .accordion-button::after {
    background-size: 1rem;
  }

  section#help_me .accordion-item {
    margin-top: 8px;
  }

  section#help_me .accordion h1 {
    font-size: 18px;

    margin-bottom: 8px;
  }

  section#help_me .accordion-body {
    font-size: 14px;

    padding: 8px 10px;
  }

  section#privacy_statement ul li:not(:last-child) {
    margin-bottom: 5px;
  }

  section#privacy_statement ul li {
    line-height: 22px;
  }

  section#privacy_statement h3 {
    font-size: 18px;
  }

  section#contact_form h2:before {
    width: 45px;

    height: 4px;

    margin-bottom: 12px;
  }

  section#contact_form h2 {
    font-size: 22px;

    margin-bottom: 20px;
  }

  section#contact_map iframe {
    height: 200px;
  }

  .contact_icon {
    margin-bottom: 5px;
  }

  .details-comments ul li {
    padding-left: 75px;

    margin-bottom: 15px;
  }

  .details-comments ul li img {
    max-width: 60px;
  }

  .details-comments {
    margin-top: 20px;

    margin-bottom: 15px;
  }

  .details-img h2 {
    font-size: 18px;
  }

  .details-img ul li a {
    font-size: 14px;
  }

  .details-img ul li i {
    font-size: 15px;

    margin-right: 1px;

    top: 2px;
  }

  .details-img ul {
    padding-left: 38px;
  }

  .details-img ul:before {
    width: 25px;
  }

  .details-img ul li {
    margin-right: 6px;
  }

  .blog-item .blog-bottom h3 a {
    font-size: 16px;
  }

  .blog-img {
    height: 320px;
  }

  .calendar_about h4 {
    font-size: 16px;

    margin-bottom: 15px;

    text-align: center;
  }

  .calendar_about .calendar .weeks li {
    font-size: 15px;
  }

  .calendar_about .calendar .days li {
    margin-top: 18px;

    font-size: 15px;
  }

  .calendar_about header .icons span {
    height: 30px;

    width: 30px;

    line-height: 30px;
  }

  .calendar_about header .current-date {
    font-size: 16px;
  }

  .calendar_about .wrapper {
    width: 400px;
  }

  .active_list_inner .form-group {
    float: left;

    margin-top: 10px;
  }

  section#user_dashboard .booking_tab ul#pills-tab li button {
    width: 210px;
  }

  .strip_tab form {
    margin: 30px auto 50px;
  }

  .tab_profile_upload .form-group button {
    height: 45px;

    font-size: 15px;
  }

  .tab_profile_upload .imagefile span {
    width: 30px;

    height: 30px;

    line-height: 30px;
  }

  .tab_profile_upload .form-group input {
    height: 45px;

    font-size: 14px;

    margin-bottom: 8px;
  }

  .tab_profile_upload .form-group label {
    font-size: 15px;
  }

  section#our_service h1 {
    font-size: 16px;

    margin: 10px 0px;
  }

  section#our_service h1 span ul:after {
    width: 20px;

    left: 5px;
  }

  section#our_service h1 span ul li a img {
    height: 20px;
  }

  section#our_service h1 span ul {
    height: 40px;

    line-height: 35px;

    width: 80px;
  }

  section#home_banner ul.tab_home li:not(:last-child) {
    margin-right: 90px;
  }

  section#single_profile button.carousel-control-next {
    height: 72%;

    width: 14%;
  }

  section#single_profile button.carousel-control-prev {
    height: 72%;

    width: 14%;

    margin-right: 0;
  }

  section#profile_tab .nav-pills .nav-link {
    font-size: 15px;

    height: 45px;
  }

  section#profile_tab .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    font-size: 15px;

    padding: 0 15px;

    height: 45px;
  }

  .single_head_profile h3 {
    font-size: 18px;
  }

  .single_head_profile a.btn img {
    height: 16px;

    vertical-align: middle;
  }

  .single_head_profile a.btn {
    height: 45px;

    font-size: 14px;

    line-height: 32px;

    margin-top: 6px;

    width: 200px;
  }

  section#more_like h1 {
    font-size: 22px;
  }

  .more_box h3 {
    font-size: 18px;
  }

  section#apple_store .phone_img {
    margin-top: 10px;
  }

  section#apple_store .phone_img img {
    max-width: 150px;
  }

  section#apple_store .phone_heading {
    margin-top: 5%;

    float: inherit;
  }

  section#apple_store h1 {
    font-size: 22px;
  }

  section#testimonials h1 {
    font-size: 16px;
  }

  section#testimonials h2 {
    font-size: 22px;

    margin-bottom: 15px;
  }

  section#meet_location h1 {
    font-size: 22px;
  }

  section#service_dog h1 {
    font-size: 22px;
  }

  section#home_banner h1 {
    font-size: 28px;
  }

  section#home_banner h1 {
    text-align: center;
  }

  section#home_banner h2 {
    text-align: center;
  }

  section#home_banner h1 br {
    display: none;
  }

  section#home_banner ul.tab_home .radiobtn {
    width: 85px;
  }

  footer#footer ul.social {
    text-align: center;
  }

  footer#footer ul {
    margin-top: 5px;
  }

  p.social-para {
    text-align: center;
  }

  footer#footer h5 {
    font-size: 16px;

    margin-bottom: 0;
  }

  .responsive-login ul li a.btn {
    height: 38px;

    width: 45px;
  }

  .responsive-login button.navbar-toggler span {
    position: relative;

    left: -5px;
  }

  .responsive-login button.navbar-toggler span i {
    font-size: 28px;
  }

  .responsive-login button.navbar-toggler {
    width: 45px;

    height: 38px;
  }

  .top_location h3 {
    display: inline-block;

    margin-left: 5px;
  }

  .top_location p {
    display: inline-block;
  }

  header.header ul.navbar-nav li.nav-item img {
    height: 16px;
  }

  header.header ul.navbar-nav li.nav-item a {
    font-size: 15px;
  }

  .responsive-login {
    top: -95px;
  }

  nav.navbar.navbar-expand-lg {
    margin-top: 10px;
  }

  header.header {
    padding-top: 10px;
  }

  .top_location {
    margin-left: 12px;
  }
}

/** Small devices (landscape phones, less than 480px)**/

@media (max-width: 480px) {
  /* ********* Booking Css Start ************ */

  .time_slot_book .toggle-btn-grp.cssonly div label {
    font-size: 13px;
  }

  .booking_dog_img {
    height: 136px;
  }

  .time_slot_book .toggle-btn-grp.cssonly * {
    width: 88px;
  }

  /* ********* Booking Css End ************ */

  .time_slot_sec .toggle-btn-grp.cssonly div label {
    border-radius: 5px;

    font-weight: 500;

    font-size: 13px;
  }

  .time_slot_sec .toggle-btn-grp.cssonly * {
    width: 90px;

    height: 38px;

    line-height: 38px;
  }

  .time_slot_sec h2 {
    font-size: 16px;
  }

  .calendar_date .ui-datepicker {
    width: 300px !important;
  }

  .search_form a.btn {
    margin-top: 10px;
  }

  .Choose_service h4 {
    font-size: 18px;
  }

  .Choose_service .nav-tabs .nav-item {
    padding: 0 4px;
  }

  .login-heading.register_step .nav-tabs .nav-link {
    width: 150px;
  }

  .login-heading.register_step .nav-link img {
    height: 30px;

    margin-right: 2px;
  }

  .login-heading.register_step .nav-tabs .nav-link {
    margin: 0 2px;
  }

  section#sponsor a.btn {
    height: 40px;

    width: 120px;

    line-height: 24px;

    font-size: 14px;
  }

  .details-img ul {
    padding-left: 0px;

    margin-bottom: 10px;

    margin-top: 10px;
  }

  .details-img ul:before {
    display: none;
  }

  .blog-img {
    height: 230px;
  }

  form.stptime .text-center a.btn {
    width: 130px;

    font-size: 14px;

    margin: 0 1px;
  }

  .calendar_about .wrapper {
    width: 320px;
  }

  section#user_dashboard .booking_list_tab ul#pills-tab li.nav-item {
    margin: 0px 2px;
  }

  section#user_dashboard .booking_list_tab ul#pills-tab li.nav-item button {
    width: 102px;

    font-size: 14px;

    padding-left: 0;

    padding-right: 0;
  }

  section#user_dashboard .booking_tab ul#pills-tab li button {
    width: 150px;
  }

  section#user_dashboard .paypal_tab ul#pills-tab {
    justify-content: start;
  }

  section#user_dashboard .paypal_tab ul#pills-tab li.nav-item {
    margin: 0px 2px;
  }

  section#user_dashboard .paypal_tab ul#pills-tab li.nav-item button {
    width: 102px;

    font-size: 14px;

    padding-left: 0;

    padding-right: 0;
  }

  .left_service_bar.main {
    width: 340px;
  }

  .set_box {
    margin-bottom: 10px;

    position: inherit;

    padding: 10px 12px 10px 10px;
  }

  .set_box_img {
    height: 190px;

    position: inherit;

    width: 100%;

    margin-bottom: 10px;

    background-position: top center;

    min-height: 250px;
  }

  .search_form button {
    margin-top: 10px;
  }

  .search_form form.d-flex {
    display: block !important;
  }

  .search_form input {
    width: 100%;
  }

  section#home_banner ul.tab_home li:not(:last-child) {
    margin-right: 0;
  }

  section#home_banner ul.tab_home {
    display: block;

    width: 100%;

    float: left;
  }

  section#home_banner ul.tab_home li {
    width: 33.3%;

    float: left;

    text-align: center;
  }

  section#single_profile .carousel-indicators {
    margin-top: 8px;
  }

  section#single_profile .carousel-indicators [data-bs-target] {
    margin-top: 0px;
  }

  section#single_profile button.carousel-control-prev {
    height: 55%;
  }

  section#single_profile button.carousel-control-next {
    height: 55%;
  }

  section#profile_tab ul#pills-tab li.nav-item:not(:last-child) {
    margin-right: 10px;
  }

  section#profile_tab .nav-pills .nav-link {
    font-size: 14px;
  }

  section#profile_tab .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    font-size: 14px;

    padding: 0 10px;
  }

  .single_head_profile a.btn.blue {
    margin-left: 0px;
  }

  section#more_like h1 {
    font-size: 20px;
  }

  section#apple_store h1 {
    font-size: 20px;
  }

  section#testimonials h2 {
    font-size: 20px;
  }

  section#testimonials .carousel-control-next {
    display: none;
  }

  section#testimonials .carousel-control-prev {
    display: none;
  }

  section#service_dog h1 {
    font-size: 20px;
  }

  section#meet_location h1 {
    font-size: 20px;
  }

  section#home_banner {
    padding-bottom: 65px;
  }

  .search_form {
    margin-top: 4px;
  }

  section#home_banner ul.tab_home li {
    line-height: 70px;
  }

  section#home_banner ul li p {
    line-height: 30px;
  }

  section#home_banner h1 {
    font-size: 24px;
  }
}
