:root {
  --blue: #2e8beec4;
  --yellow: #febd58;
  --texxt: #454545;
  --blackk: #252525;
  --blue_grad: radial-gradient(
    87.99% 87.99% at 82.56% 82.09%,
    #39dafd 0,
    #1f8ffb 100%
  );
  --red: #eb174cea;
  --iconcolor: #5a9cd5;
  --navred: #ef2b4b;
  --footerBack: #222222;
}
* {
  font-family: "Poppins", sans-serif;
}
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}
.activeChargeTab {
  border: 2px solid;
}
.activePagination {
  background: var(--navred);
  padding: 0 1rem;
  border-radius: 15px;
  color: #fff;
}

.navbar-brand {
  width: 12rem;
}
#activeTab {
  color: #ef2b4b !important;
  font-weight: 600;
}
.dropdown-menu.show {
  display: grid !important;
  grid-template-columns: auto auto !important;
  height: 20rem;
  overflow-y: scroll;
}

/* dropdown */
ul.drop {
  display: none;
  cursor: pointer;
}

ul.dropSupport {
  display: none;
  cursor: pointer;
}

ul.dropSupport li {
  list-style: none;
  padding: 10px 10px 10px 15px;
  /* border: 1px solid rgba(128, 128, 128, 0.493); */
}

ul.drop li {
  list-style: none;
  padding: 10px 10px 10px 15px;
  /* border: 1px solid rgba(128, 128, 128, 0.493); */
}

ul.dropOrder li {
  list-style: none;
  padding: 10px 10px 10px 15px;
  /* border: 1px solid rgba(128, 128, 128, 0.493); */
}

ul.dropOrder li {
  list-style: none;
  padding: 10px 10px 10px 15px;
  /* border: 1px solid rgba(128, 128, 128, 0.493); */
}

.css-vcewj5:focus {
  box-shadow: none !important;
}

.css-mcpu91 {
  font-weight: 500;
  padding-bottom: 20px;
}

.css-mcpu91 a {
  font-weight: 500;
}

.bg-image {
  background-image: url("/assets/three.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* accodion */
.clickShow {
  display: block;
}

.sideBarNone {
  display: none;
}
.fiKefb {
  position: fixed !important;
  top: 47% !important;
  left: 85%;
}
.react-calendar {
  width: 500px;
  max-width: 100%;
  background: white;
  border: 1px solid #a0a096;
  border-radius: 5px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 5px;
}
.react-calendar--doubleView {
  width: 700px;
}
.react-calendar--doubleView .react-calendar__viewContainer {
  display: flex;
  margin: -0.5em;
}
.react-calendar--doubleView .react-calendar__viewContainer > * {
  width: 50%;
  margin: 0.5em;
}
.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
  height: 32px;
}
.react-calendar button:enabled:hover {
  cursor: pointer;
}
.react-calendar__navigation {
  align-items: center;
  display: flex;
  height: 50px;
}
.react-calendar__navigation button {
  min-width: 44px;
  background: none;
}
.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
}
.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
}
.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  font-weight: bold;
}
.react-calendar__month-view__days__day--weekend {
  color: #d10000;
}
.react-calendar__month-view__days__day--neighboringMonth {
  color: #757575;
}
.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}
.react-calendar__tile {
  max-width: 100%;
  padding: 10px 6.6667px;
  background: none;
  text-align: center;
  line-height: 16px;
}
.react-calendar__tile:disabled {
  background-color: #f0f0f0;
}
.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #e6e6e6;
}
.react-calendar__tile--now {
  background: #dcfafa;
}
.react-calendar__tile--now:enabled:hover,
.react-calendar__tile--now:enabled:focus {
  background: #dcfafa;
}
.react-calendar__tile--hasActive {
  background: #76baff;
}
.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #a9d4ff;
}
.react-calendar--selectRange .react-calendar__tile--hover {
  background-color: #e6e6e6;
}

/* start of login css from Sandeep code */

.totallogindiv {
  width: 90vw;
  padding-left: 6%;
}
.heading {
  width: 100%;
  display: flex;
  align-items: center;
  background: #dc3545;
  border: 1px solid #dc3545;
  border-radius: 10px;
  height: 6vh;
  color: white;
}

.serial {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 600;
}
.serialrow {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 600;
}
.name {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 17px;
  font-weight: 600;
}
.tablescroll {
  max-height: 64vh;
  overflow-y: auto;
}

.logoutall {
  margin-top: 25px;
  float: right;
}

.logoutall button {
  background: #e55563;
  padding: 9px;
  width: 10rem;
  color: white;
  border-radius: 9px;
  font-weight: 600;
}
.namerow {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 17px;
  font-weight: 600;
}
.number {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 17px;
  font-weight: 600;
}
.numberrow {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 17px;
  font-weight: 600;
}
.browserId {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 17px;
  font-weight: 600;
}
.browserIdrow {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 17px;
  font-weight: 600;
}

.role {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 17px;
  font-weight: 600;
}
.rolerow {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 17px;
  font-weight: 600;
}
.action {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 600;
}
.actionrow {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
}
.tablerow {
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #dc3545;
  border-radius: 10px;
  height: 6vh;
  margin-top: 5px;
}
.actionrow span {
  background: #e55563;
  width: 39%;
  padding: 2px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
  color: white;
}

/* End */

@media screen and (max-width: 480px) {
  section#popover-content-11 {
    position: relative !important;
    top: -20px !important;
  }
  div#tabs-11--tabpanel-0 {
    padding: 0px !important;
  }

  .css-sxyykg {
    display: flex;
    flex-direction: column;
  }

  .ShowSideClick {
    display: none;
  }

  .ShowSideClick.active {
    display: block;
  }

  td.css-1rzgi6j {
    padding: 10;
    font-size: 13px;
  }

  .sideBarNone {
    display: block;
  }

  /* accordion  */
  div#accordion-panel-505 {
    padding: 0;
  }

  tbody.paddZero.css-0 td {
    padding-left: 0;
    padding-right: 0;
  }
  table.chakra-table.pa-z.css-5605sr Th {
    padding-left: 8px;
    padding-right: 5px;
  }
  thead.pa-ze.css-1dpunnv Th {
    padding: 10px 0px 10px 5px;
  }
  div#accordion-panel-166 {
    padding: 0;
  }

  div#accordion-panel-418 {
    padding: 0;
  }

  div#accordion-panel-422 {
    padding: 0;
  }
  table.pa-zer th {
    padding: 10px 0px 10px 15px !important;
  }
  table.pa-zer td {
    padding: 10px 5px 10px 0px !important;
  }
  button.chakra-button.btn-Neww.css-taj3dd {
    border: 1px solid gray;
    box-shadow: 1px 0.2px 9px grey;
    /* text-align: center; */
    /* display: flex; */
  }
  table.pad-setting td {
    padding: 10px 0px;
  }
  table.pad-setting button {
    background-color: rgb(230, 227, 227);
  }

  table.select-td th {
    padding: 10px 0px 10px 10px;
  }
  table.select-td td {
    padding: 15px 0px 15px 0px;
  }
  .hyi {
    background-color: none;
  }
  .hyi.active {
    background-color: #00fbbd;
  }
}

.Mycontainer {
  margin: 20px 50px;
}

.set_btn:hover {
  color: rgb(197, 197, 197);
}

.set_width {
  width: 39% !important;
  margin-top: -56px;
}

.add_border {
  outline: 0.1rem solid var(--red) !important;
}

input:focus {
  z-index: 2 !important;
  box-shadow: none !important;
}
#replyMsg:focus {
  box-shadow: 0 0 0 1px #3182ce !important;
}
.css-exvdkj:focus,
.css-exvdkj[data-focus] {
  box-shadow: none !important;
}

#sendButton {
  color: white !important;
  background-color: var(--red) !important;
}

#navbarSupportedContent {
  margin-left: 10% !important;
  margin-top: 1% !important;
}

.my-Div a:hover {
  color: black !important;
  text-decoration: none;
}

.set-img-pos {
  margin-top: -50px !important;
}

.set_width1 {
  width: 60% !important;
}

.set_btn {
  background-color: var(--navred) !important;
  color: white !important;
}

.set_list li {
  opacity: 0.9;
}

.set_list li:hover {
  opacity: 1;
  margin-left: 2px;
  cursor: pointer;
  color: var(--red);
  transition: all 400ms ease;
}

.my-Div div:hover {
  opacity: 1;
  margin-left: 5px !important;
  cursor: pointer;
  color: black;
  transition: all 400ms ease;
}

.set_text {
  font-size: 16px;
  font-weight: 500;
  color: var(--texxt);
  opacity: 0.8;
  padding: 10px 40px;
  margin-top: 20px;
}

.set_list {
  list-style: none;
  font-size: 15px;
  font-weight: 500;
  color: var(--texxt);
  opacity: 0.8;
  padding: 10px 40px;
  margin-top: 6px;
}

.headings {
  color: var(--red);
  font-size: 27px;
  font-weight: bolder;
  text-align: center;
  margin-top: 6%;
}

.privacyPolicy {
  color: var(--red);
  font-size: 27px;
  font-weight: bolder;
  text-align: center;
  margin-top: 1%;
}

.headings1 {
  color: var(--red);
  font-size: 27px;
  font-weight: bolder;
  text-align: center;
}

.sub_headings {
  color: var(--blackk);
  font-size: 21px;
  font-weight: bolder;
  text-align: left;
  margin-top: 20px;
  opacity: 0.8;
  padding: 10px 40px 0 40px;
}

.small_headings {
  color: var(--blackk);
  font-size: 19px;
  font-weight: bolder;
  text-align: left;
  margin-top: 20px;
  opacity: 0.7;
  padding: 10px 40px 0 50px;
}

.btn-mine {
  background: radial-gradient(
    87.99% 87.99% at 82.56% 82.09%,
    #39dafd 0,
    #1f8ffb 100%
  ) !important;
  /* background-color:radial-gradient(#e66465, #9198e5); */
  color: white;
}

.set-dis .col-2,
.col-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}

#navbarSupportedContent {
  align-items: center !important;
}

.btn-mine {
  position: relative;
  font-size: 15px;
  font-weight: bolder;
  text-align: center;
}

.btn-mine::before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 18px 40px 31px 0px;
  border-color: transparent #ffffff transparent transparent;
  left: -14px;
  top: -0.4rem;
  transform: rotate(-65deg);
}

.btn-mine::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 18px 52px 25px 0px;
  border-color: transparent #ffffff transparent transparent;
  right: -33px;
  top: -0.5rem;
  right: -15px;
}

.btn-Set {
  background-color: var(--navred) !important;
  color: white !important;
  font-weight: 600 !important;
  padding: 10px 20px !important;
  border-radius: 5px !important;
}

#clr {
  background-color: var(--navred);
  /* opacity: 0.9; */
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
}

.ul-pading li {
  padding: 0 18px;
  color: var(--red);
  display: flex;
  align-items: center;
}

/* #myHover:hover{
  
  } */
#set-left {
  position: relative !important;
  /* left: 20% !important; */
  top: 0%;
  width: 87% !important;
  /* height: 100vh; */
}

/* div#set-left {
      osition: relative;
      left: 10%;
  } */
#drop-menu {
  display: none;
  cursor: pointer;
  transform: scale(1);
  transition: transform all 3s;
}

.addclas {
  transform: scale(1);
  transition: all 2s;
}

.set-font {
  font-size: 13px;
  background-color: var(--navred);
  margin: 0;
  color: white;
}

.main {
  position: absolute;
  z-index: 10;
}

.border-set:first-child {
  /* border: non; */
  border-right: none;
}

.border-set {
  /* border-bottom: 1px solid rgb(165, 165, 165); */
  /* border-right: 1px solid rgb(165, 165, 165); */
}

.sethr {
  background: #dadada !important;
  width: 67%;
  margin-left: 33px;
}

/* .set_h {
      width: 10%;
  } */
.set_h img {
  height: auto;
  width: auto !important;
}

.set_h .active img {
  height: auto;
  width: auto !important;
}

.carousel-item {
  height: 50vh !important;
  width: 100% !important;
}

.set-posi {
  position: relative;
  border-radius: 10px;
  height: auto;
  overflow: hidden;
}

.add-clor {
  color: white;
  font-weight: 500;
  background-color: var(--red);
  position: relative;
  top: 0%;
  display: flex;
  justify-content: center;
  padding: 10px 25px;
}

.bord {
  border: 10px solid #ffddbc;
  position: relative;
  top: 2%;
}

.set-form {
  background-color: #ffffff !important;
  box-shadow: 1px 1px 10px rgba(128, 128, 128, 0.445);
  padding: 10px 20px;
}

.activee {
  z-index: 10;
  display: block;
  opacity: 1;
  position: fixed;
  top: 0%;
  width: 100%;
}

.non-active {
  opacity: 0;
  display: none;
}
.nav-link:focus,
.nav-link:hover {
  color: #ef2b4b !important;
  font-weight: 600 !important;
}
.img-Logo {
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: center;
}

.img-Logo:hover {
  margin-top: 10px !important;
  transition: all 400ms ease;
}

.img-Logo1:hover {
  margin-top: 10px !important;
  transition: all 400ms ease;
}

.img-Logo2:hover {
  margin-top: 10px !important;
  transition: all 400ms ease;
}

.img-Logo1 {
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: center;
}

.img-Logo2 {
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: center;
}

.img-Logo img {
  width: 25%;
}

.img-Logo1 img {
  width: 27%;
}

.img-Logo2 img {
  width: 27%;
}

.sub_head_two {
  font-size: 20px;
  font-weight: 700;
  color: var(--red);
  margin: 10px 0 -10px 0;
}

.Mp-4 {
  margin-top: 50px;
}

.pop_box {
  box-shadow: 1px 1px 10px rgba(128, 128, 128, 0.534);
  width: 21%;
  border-radius: 10px;
  position: fixed;
  top: 80%;
  left: 2%;
  z-index: 15;
  display: inline-block;
  padding: 10px;
  background-color: var(--red);
}

.set_pop_text {
  font-size: 12px;
  font-weight: 500;
  color: white !important;
}

.set_icon {
  font-size: 42px;
  color: white;
}

.top_class {
  font-size: 50px;
  font-weight: 600;
  color: white;
}

.top_class1 {
  font-size: 33px;
  width: 100%;
  font-weight: 700;
  color: white;
}

.top_class_sub {
  font-size: 18px;
  font-weight: 600;
  color: white;
}

.colr-icon {
  color: var(--red);
  font-size: 19px;
}
.active .page-link {
  background: #ef2b4b !important;
  border: none;
  color: #fff !important;
}

.second_footer {
  text-align: center;
  color: white;
  background: var(--red);
  font-weight: 700;
  padding: 10px;
}

.Fs {
  font-size: 35px !important;
}

.Fs-1 {
  font-size: 30px !important;
}

.Fs-2 {
  font-size: 25px !important;
}

.Fs-3 {
  font-size: 20px !important;
}

.Fs-5 {
  font-size: 15px !important;
}

.Fs-6 {
  font-size: 10px !important;
}

.set-mt {
  margin-top: -80px;
}

.set-custom-pad {
  padding-right: 2px !important;
  padding-left: 5px !important;
}

.set_orer {
  font-size: 13px;
  font-weight: 700;
  color: white;
}

.popShow {
  opacity: 1;
  transition: all 500ms ease;
  z-index: 20;
}

.popHide {
  opacity: 0;
  transition: all 500ms ease;
}

button#popover-trigger-105 {
  background: var(--red);
}

.set-m {
  margin-bottom: 10%;
}

.set-mt {
  margin-top: 10%;
}

img.img-sizw {
  height: 18vh !important;
  width: 60% !important;
  border-radius: 7px;
}
.social a {
  width: 13%;
}

.social img {
  width: 100%;
  padding: 10px;
  cursor: pointer;
}

.payment img {
  width: 30%;
  border-radius: 2px;
}

.set_ {
  font-size: 20px;
  font-weight: 500;
  color: white;
}

.set-back {
  background: var(--footerBack);
  width: 100%;
  position: relative;
}
#vector:before {
  content: "";
  border-top: 0px solid transparent;
  border-bottom: 54px solid #d0ba8e;
  border-left: 0px solid transparent;
  border-right: 30px solid transparent;
  position: absolute;
  right: -30px;
}
#top-section button:hover,
#navbarScroll button:hover {
  background: #ef2b4b;
  border-radius: none;
}

.first_footer {
  background-color: var(--red);
  color: white;
  padding: 10px 20px;
}

.set_text_footer {
  font-size: 14px;
}

.second-fo {
  text-align: center;
  font-weight: 700;
  color: white;
}

img.view {
  position: fixed;
  top: 40%;
  width: 10%;
  left: -4%;
  z-index: 10;
}

.button_read button {
  font-size: 15px;
  border: 1px solid var(--red);
  color: var(--red);
  text-align: center;
}

.button_read {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 30px 10px;
}

.Read {
  display: block !important;
}

.Read1 {
  display: flex !important;
}

.section1 {
  /* margin-top: 6%; */
}

.set_color {
  background-color: rgba(216, 212, 212, 0.089);
  padding: 20px 10px 30px 10px !important;
  /* margin-bottom: 20px !important; */
}

.counter_ {
  font-size: 30px;
  font-weight: 500;
  color: grey;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brdr {
  border-radius: 6px;
  /* box-shadow: 1px 1px 10px gray; */
}

.dmopMx {
  display: none !important;
}

div#gb-widget-2171 {
  position: fixed !important;
  top: 40% !important;
}

/* testomonials */
.edit-testo {
  background: #fdfdfd;
  border-radius: 5px;
  box-shadow: 1px 1px 10px rgba(128, 128, 128, 0.514);
  margin: 10px;
  height: 75vh;
}

.set-start {
  color: gold;
}

.start_date {
  color: rgb(158, 158, 158);
}

.set-pos-blur {
  position: absolute;
  top: 0;
}

button.set-icon-design {
  background: var(--navred);
  /* width: 5vw; */
  /* height: 5vh; */
  padding: 10px 25px;
  border-radius: 50px;
  display: flex;
  justify-content: flex-end;
}

.set-chat {
  width: 21% !important;
  display: flex;
  padding: 0 !important;
  justify-content: space-between !important;
  border-radius: 50px !important;
  background-color: white !important;
  box-shadow: 1px 1px 10px grey !important;
}

.set-bl {
  color: black !important;
}

.section0 {
  background: #e0e0e012;
  border: 1px solid rgba(186, 37, 37, 0.63);
  /* margin: 15px; */
  margin: 0 15px 0 15px;
  padding: 3px 12px 50px 12px;
  margin-top: 2%;
  box-shadow: 1px 1px 15px rgb(128 128 128 / 28%);
}
.section2 {
  background: #e0e0e012;
  border: 1px solid rgba(186, 37, 37, 0.63);
  /* margin: 15px; */
  margin: 0 15px 0 15px;
  padding: 3px 12px 50px 12px;
  margin-top: 2%;
  box-shadow: 1px 1px 15px rgb(128 128 128 / 28%);
}

.section3 {
  background: #e0e0e012;
  border: 1px solid rgba(186, 37, 37, 0.63);
  /* margin: 15px; */
  margin: 0 15px 0 15px;
  padding: 3px 12px 50px 12px;
  margin-top: 2%;
  box-shadow: 1px 1px 15px rgb(128 128 128 / 28%);
}

.section4 {
  background: #e0e0e012;
  border: 1px solid rgba(186, 37, 37, 0.63);
  /* margin: 15px; */
  margin: 0 15px 0 15px;
  padding: 3px 12px 50px 12px;
  margin-top: 2%;
  box-shadow: 1px 1px 15px rgb(128 128 128 / 28%);
}

.section5 {
  background: #e0e0e012;
  border: 1px solid rgba(186, 37, 37, 0.63);
  /* margin: 15px; */
  margin: 0 15px 0 15px;
  padding: 3px 12px 50px 12px;
  margin-top: 2%;
  box-shadow: 1px 1px 15px rgb(128 128 128 / 28%);
}

.section6 {
  background: #e0e0e012;
  border: 1px solid rgba(186, 37, 37, 0.63);
  /* margin: 15px; */
  margin: 0 15px 0 15px;
  padding: 3px 12px 50px 12px;
  margin-top: 2%;
  box-shadow: 1px 1px 15px rgb(128 128 128 / 28%);
}

.section7 {
  background: #e0e0e012;
  border: 1px solid rgba(186, 37, 37, 0.63);
  /* margin: 15px; */
  margin: 0 15px 0 15px;
  padding: 3px 12px 50px 12px;
  margin-top: 2%;
  box-shadow: 1px 1px 15px rgb(128 128 128 / 28%);
}

.section8 {
  background: #e0e0e012;
  border: 1px solid rgba(186, 37, 37, 0.63);
  /* margin: 15px; */
  margin: 0 15px 0 15px;
  padding: 3px 12px 50px 12px;
  margin-top: 2%;
  box-shadow: 1px 1px 15px rgb(128 128 128 / 28%);
}

.section9 {
  background: #e0e0e012;
  border: 1px solid rgba(186, 37, 37, 0.63);
  /* margin: 15px; */
  margin: 0 15px 0 15px;
  padding: 3px 12px 50px 12px;
  margin-top: 2%;
  box-shadow: 1px 1px 15px rgb(128 128 128 / 28%);
}

.qutes {
  margin-top: 10px;
  font-size: 20px;
  margin-bottom: -10px;
}

.qutes1 {
  margin-top: 10px;
  font-size: 20px;
  margin-bottom: -10px;
  /* -webkit-transform: scaleX(-1); */
  transform: rotate(180deg);
  float: right;
}

.star_contw {
  position: relative;
}

.img-t img {
  position: relative;
  width: 27% !important;
  top: 10px;
}

.img-t p {
  position: relative;
  top: 30px;
  left: 14px;
  font-weight: 500;
}

.details {
  color: white !important;
}

.w-85 {
  width: 85% !important;
}

.conten {
  display: table;
  width: 90%;
}

.wrap {
  margin: 1% 5%;
}

.a {
  display: flex;
  width: 27%;
  background: var(--red);
  vertical-align: middle;
  font-size: 37px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.tab-row {
  display: table-row;
}

.ic {
  display: flex;
  align-items: center;
  width: 12%;
  margin: 0;
  font-size: 48px;
  padding: 0;
}

.sample_icon {
  margin: 0;
  padding: 0;
  margin-left: -18px;
  color: var(--red);
}

.listt a:hover {
  color: rgba(248, 53, 53, 0.322);
  margin-left: 5px;
  transition: all 500ms;
}

.listt {
  display: flex;
  flex-direction: column;
  width: 55%;
  padding: 10px;
  color: red;
}

.tab-row {
  display: flex;
  background: rgb(223, 223, 223);
  height: 21vh;
}

.contact_details {
  box-shadow: 1px 1px 10px #8080807a;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 500;
}

.privacy_details {
  box-shadow: 1px 1px 10px #8080807a;
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
}

.main-line {
  font-size: 25px;
  color: #000000c4;
}

.address {
  font-size: 17px;
}

.mail {
  font-size: 17px;
}

.call {
  font-size: 17px;
}

.headings.set- {
  margin-bottom: 10%;
  font-size: 36px;
}

.privacyPolicy.set- {
  margin-bottom: 2%;
  font-size: 36px;
}

.whst {
  color: #25d366;
  font-size: 25px;
}

.eml {
  width: 35px;
  margin-left: -5px;
}

.set-lisT li {
  line-height: 30px;
}

.set-Back {
  background-image: url("/assets/three.webp");
  height: 50vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

h1.set-contact {
  font-size: 40px;
  font-weight: 600;
  color: #f3eded;
  text-decoration: underline;
  position: relative;
  top: 50%;
  left: 4%;
  background: #0302023d;
  display: inline;
  padding: 1px 25px;
  border-radius: 3px;
}

h1.set-privacy-policy {
  font-size: 40px;
  font-weight: 600;
  color: #f3eded;
  position: relative;
  top: 50%;
  left: 4%;
  background: #0302023d;
  display: inline;
  padding: 1px 25px;
  border-radius: 3px;
}

.set-border-service {
  box-shadow: 1px 1px 10px rgba(128, 128, 128, 0.425);
  margin: 10px;
  height: 30vh;
}

.keyFeatures {
  margin-top: 7%;
  margin-bottom: 50px;
}

.lists {
  display: flex;
  margin: 10px;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.lists h2 {
  font-size: 16px;
  color: var(--texxt);
  opacity: 0.9;
  font-weight: 500;
}

.icon_point {
  color: red;
  font-size: 22px;
  padding-right: 5%;
}

.set-left {
  padding-left: 8%;
}

.direct {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}
.link {
  font-size: 16px;
  font-weight: 500;
  color: var(--texxt);
  opacity: 0.8;
  /* padding: 10px 40px; */
  margin-top: 10px;
}
#schema-section h2 {
  font-size: 20px !important;
}
.whatsapp_float {
  position: fixed;
  width: 40px;
  height: 40px;
  /* bottom: 40px; */
  top: 65%;
  left: 0px;
  background-color: #25d366;
  color: #fff;
  border-radius: 0px;
  text-align: center;
  font-size: 25px;
  /* box-shadow: 2px 2px 3px #999; */
  z-index: 100;
}

.whatsapp-icon {
  margin-top: 10px;
}

/* Services CSS */
.service-body h1 {
  font-size: 2.5rem;
}
.service-body h2 {
  font-size: 20px;
}
.service-body h3 {
  font-size: 20px;
}
.service-body h4 {
  font-size: 1.5rem;
}
.service-body h5 {
  font-size: 1.25rem;
}
.service-body h6 {
  font-size: 1rem;
}
.service-body a {
  color: #dc3545;
}
.service-body img {
  margin: 0 auto;
}
.service-body ul,
.service-body ol {
  padding: 0.5rem 2rem;
  white-space: normal !important;
}
.service-body ul li,
.service-body ol li {
  margin: 0 0 0.5rem 0;
}
#bottom-section ul,
#bottom-section ol {
  padding: 0px 25px !important;
  white-space: normal !important;
}

/* for mobile */
@media screen and (max-width: 767px) {
  .whatsapp-icon {
    margin-top: 5px;
  }

  .whatsapp_float {
    width: 30px;
    height: 30px;
    bottom: 20px;
    right: 10px;
    font-size: 22px;
  }

  #bottom-section ul,
  #bottom-section ol {
    padding: 0px 20px !important;
  }
  .service-body {
    padding: 0 !important;
  }
  #assignment-section {
    margin-top: 0 !important;
  }
  #schema-section {
    padding: 0 !important;
  }
  #heading-section {
    width: 100% !important;
  }
  #top-section {
    padding: 1rem !important;
  }
  #form-section {
    padding: 1rem !important;
  }
  #bottom-section {
    padding: 0px 2rem !important;
  }
  #right-section {
    margin-top: 0px !important;
    padding: 0rem !important;
  }
}
@media (max-width: 868px) {
  .dropdown-menu.show {
    display: flex !important;
    flex-direction: column !important;
  }
  #number-section {
    margin-right: 0px !important;
    font-size: 12px !important;
  }
  .edit-testo {
    background: #fdfdfd;
    border-radius: 5px;
    box-shadow: 1px 1px 10px rgb(128 128 128 / 51%);
    margin: 10px;
    height: 88vh;
  }

  .set-border-service {
    box-shadow: 1px 1px 10px rgb(128 128 128 / 43%);
    margin: 10px;
    height: 38vh;
  }

  .tab-row {
    display: flex;
    background: rgb(223, 223, 223);
    height: auto;
  }

  .conten {
    display: table;
    width: 100%;
  }

  .mob-m {
    margin-bottom: 20px;
  }

  .details {
    color: white !important;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 13px;
  }

  .set-chat {
    width: 50% !important;
    display: flex;
    padding: 0 !important;
    justify-content: space-between !important;
    border-radius: 50px !important;
    background-color: white !important;
    box-shadow: 1px 1px 10px grey !important;
  }

  .set-bl {
    color: black !important;
    font-size: 12px;
  }

  button.set-icon-design {
    background: var(--navred);
    /* width: 5vw; */
    /* height: 5vh; */
    padding: 10px 20px;
    border-radius: 50px;
    display: flex;
    font-size: 10px;
    justify-content: flex-end;
  }

  .set-pos-blur {
    position: absolute;
    top: 0;
    left: 15px;
  }

  .set-pp {
    padding-top: 0px !important;
  }

  .client_heading {
    color: var(--texxt);
    font-size: 14px;
    font-weight: bolder;
    text-align: center;
    margin-top: 0px;
    padding: 0 40px;
  }

  .counter_ {
    font-size: 30px;
    font-weight: 500;
    color: grey;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .section0 {
    background: #e0e0e03d;
    border: 1px solid rgba(133, 133, 133, 0.521);
    /* margin: 15px; */
    margin: 0 15px 0 15px;
    padding: 30px 12px 0 12px;
    margin-top: 6%;
    box-shadow: 1px 1px 10px rgba(128, 128, 128, 0.466);
  }
  /* .section1 {
          background: #e0e0e03d;
          border: 1px solid rgba(133, 133, 133, 0.521);
          margin: 15px;
          margin: 0 15px 0 15px;
          padding: 30px 12px 0 12px;
          margin-top: 6%;
          box-shadow: 1px 1px 10px rgba(128, 128, 128, 0.466);
      } */
  .section2 {
    background: #e0e0e03d;
    border: 1px solid rgba(133, 133, 133, 0.521);
    /* margin: 15px; */
    margin: 0 15px 0 15px;
    padding: 30px 12px 0 12px;
    margin-top: 6%;
    box-shadow: 1px 1px 10px rgba(128, 128, 128, 0.466);
  }

  .section3 {
    background: #e0e0e03d;
    border: 1px solid rgba(133, 133, 133, 0.521);
    /* margin: 15px; */
    margin: 0 15px 0 15px;
    padding: 30px 12px 0 12px;
    margin-top: 6%;
    box-shadow: 1px 1px 10px rgba(128, 128, 128, 0.466);
  }

  .section4 {
    background: #e0e0e03d;
    border: 1px solid rgba(133, 133, 133, 0.521);
    /* margin: 15px; */
    margin: 0 15px 0 15px;
    padding: 30px 12px 0 12px;
    margin-top: 6%;
    box-shadow: 1px 1px 10px rgba(128, 128, 128, 0.466);
  }

  .section5 {
    background: #e0e0e03d;
    border: 1px solid rgba(133, 133, 133, 0.521);
    /* margin: 15px; */
    margin: 0 15px 0 15px;
    padding: 30px 12px 0 12px;
    margin-top: 6%;
    box-shadow: 1px 1px 10px rgba(128, 128, 128, 0.466);
  }

  .section6 {
    background: #e0e0e03d;
    border: 1px solid rgba(133, 133, 133, 0.521);
    /* margin: 15px; */
    margin: 0 15px 0 15px;
    padding: 30px 12px 0 12px;
    margin-top: 6%;
    box-shadow: 1px 1px 10px rgba(128, 128, 128, 0.466);
  }

  .section7 {
    background: #e0e0e03d;
    border: 1px solid rgba(133, 133, 133, 0.521);
    /* margin: 15px; */
    margin: 0 15px 0 15px;
    padding: 30px 12px 0 12px;
    margin-top: 6%;
    box-shadow: 1px 1px 10px rgba(128, 128, 128, 0.466);
  }

  .section8 {
    background: #e0e0e03d;
    border: 1px solid rgba(133, 133, 133, 0.521);
    /* margin: 15px; */
    margin: 0 15px 0 15px;
    padding: 30px 12px 0 12px;
    margin-top: 6%;
    box-shadow: 1px 1px 10px rgba(128, 128, 128, 0.466);
  }

  .second-fo {
    z-index: 20 !important;
  }

  .payment img {
    margin-top: 20px;
    width: 54%;
    border-radius: 2px;
  }

  .social img {
    width: 17%;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 20px;
  }

  img.view {
    position: fixed;
    top: 43%;
    width: 31%;
    left: -12%;
    z-index: 12;
  }

  .collapse:not(.show) {
    display: none !important;
  }

  .Mycontainer {
    margin: 0;
    margin-top: 14%;
  }

  .Mp-4 {
    margin-top: 7px !important;
    padding: 0;
  }

  .headings {
    color: var(--red);
    font-size: 24px;
    font-weight: bolder;
    text-align: center;
    margin-top: 0%;
  }

  .adjust {
    position: relative;
    top: 0;
    margin-bottom: 30px;
    padding: 0px 20px;
  }

  img.img-sizw {
    height: 10vh !important;
    width: 63% !important;
    border-radius: 7px;
  }

  #set-mob {
    display: flex;
    /* flex-direction: column-reverse; */
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
  }

  .set_width {
    width: 39% !important;
    margin-top: 0px;
  }

  #collap {
    position: absolute;
    left: 77%;
    top: 30%;
  }

  #navbarSupportedContent {
    padding-top: 15px;
    border-top: 1px solid rgb(255 20 20 / 15%);
    align-items: center !important;
    position: absolute;
    top: 94%;
    left: -10%;
    background: white;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    z-index: 15;
  }

  button.btn.btn-mine {
    position: relative;
    width: 235px;
    font-size: 9px;
    font-weight: bolder;
    /* left: -20%; */
  }

  button.btn.btn-mine::before {
    border-width: 15px 43px 28px 0px;
  }

  button.btn.btn-mine::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 14px 30px 15px 0px;
    border-color: transparent #ffffff transparent transparent;
    right: -33px;
    top: -1px;
    right: -1px;
  }

  #clr {
    background-color: var(--navred);
    /* opacity: 0.9; */
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 11px;
  }

  .justify-content-sm-center {
    justify-content: center !important;
    align-items: center;
    top: 30px !important;
    position: relative;
  }

  .small_headings2 {
    position: relative !important;
  }

  .top_class {
    font-size: 36px;
    font-weight: 700;
    color: white;
  }

  .set_text {
    font-size: 16px;
    font-weight: 500;
    color: var(--texxt);
    opacity: 0.8;
    padding: 10px 6px;
    /* text-align: center; */
    margin-top: 20px;
    margin-left: 23px !important;
  }

  .set_list {
    list-style: none;
    font-size: 15px;
    font-weight: 500;
    color: var(--texxt);
    opacity: 0.8;
    padding: 10px 6px;
    margin-top: 6px;
  }

  .sub_headings {
    color: var(--blackk);
    font-size: 18px;
    font-weight: bolder;
    text-align: left;
    margin-top: 20px;
    opacity: 0.8;
    padding: 10px 40px 0 40px;
  }

  .row {
    overflow: hidden !important;
  }

  #drop-menu {
    position: relative;
    margin-top: 50%;
  }

  /* .labelss {
    width: 60%;
  } */
}

.small_headings1 {
  color: var(--blackk);
  font-size: 19px;
  font-weight: bolder;
  text-align: left;
  margin-top: 20px;
  opacity: 0.7;
  display: inline-block;
  position: relative;
  padding: 10px 40px 0 50px;
  top: 0%;
  left: 12px;
}

.labelss {
  /* margin-left: -20% !important; */
}

.small_headings2 {
  color: var(--blackk);
  font-size: 19px;
  font-weight: bolder;
  text-align: left;
  margin-top: 20px;
  opacity: 0.7;
  display: inline-block;
  position: absolute;
  padding: 10px 40px 0 50px;
  top: 2%;
  left: 12px;
}
