@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,800;1,900&amp;family=Open+Sans:wght@300;400;600;700;800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&amp;display=swap");
.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-bottom: 110px;
}

.mt-120 {
  margin-bottom: 120px;
}

.mt-130 {
  margin-bottom: 130px;
}

.mt-140 {
  margin-bottom: 140px;
}

.mt-150 {
  margin-bottom: 150px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-bottom: 110px;
}

.pt-120 {
  padding-bottom: 120px;
}

.pt-130 {
  padding-bottom: 130px;
}

.pt-140 {
  padding-bottom: 140px;
}

.pt-150 {
  padding-bottom: 150px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  text-rendering: optimizeLegibility;
}

*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  overflow-x: hidden !important;
  overflow-y: auto;
  width: 100%;
  counter-reset: step-counter;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

p.para {
  font-size: 16px;
  color: #0e0d0d;
}

.color-light {
  color: #FFFFFF !important;
}

.color-blue {
  color: #f7920a !important;
}

.color-dark {
  color: #2D2D2D !important;
}

.color-dark-grey {
  color: #5B5B5B !important;
}

.background-light {
  background: #FFFFFF !important;
}

.background-blue {
  background: #2323d5 !important;
}

.background-dark {
  background: #2D2D2D !important;
}

.background-dark-grey {
  background: #5B5B5B !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Mulish', sans-serif;
  color: #2D2D2D;
}

p {
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  color: #5B5B5B;
}

.color-white {
  color: #FFFFFF !important;
}

.color-black {
  color: #2D2D2D !important;
}

.color-yellow {
  color: #ffba5c;
}

.color-text {
  color: #5B5B5B;
}

.color-blue {
  color: #e18509;
}

.color-dark-blue {
  color: #035D7C;
}

.color-navy-blue {
  color: #035D7C;
}

.bg-white {
  background: #FFFFFF !important;
}

.bg-black {
  background: #2D2D2D !important;
}

.bg-yellow {
  background: #ffba5c;
}

.bg-light-yellow {
  background: #0673986b;
}

.bg-lighter-blue {
  background: #F8FCFF;
}

.bg-light-blue {
  background: #F5FAFD;
}

.bg-text {
  background: #5B5B5B;
}

.bg-blue {
  background: #2323d5;
}

.bg-dark-blue {
  background: #035D7C;
}

.bg-navy-blue {
  background: #035D7C;
}

.button {
  padding: 12px 20px;
  border: 8px;
  border: none;
  font-weight: 600;
  font-size: 16px;
}

.button.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100%;
}

.button.link-button {
  background: transparent;
}

.button.link-button img {
  margin-left: 5px;
  width: 15px;
}

.button.main-btn {
  background: #067398;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  border-radius: 5px;
}

.button.main-btn.with-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.button.main-btn.with-ico img {
  width: 19px;
  filter: invert(1);
}

.button.main-btn.btn-border {
  background: transparent;
  border: 2px solid #2323d5;
  color: #2323d5;
}

.button.main-btn.btn-sm {
  padding: 10px 20px;
  font-size: 14px;
}

.button.main-btn.btn-lg {
  padding: 15px 20px;
  font-size: 16px;
}

.button.main-btn.btn-block {
  display: block;
  width: 100%;
  max-width: 100%;
}

.button.main-btn.btn-white {
  color: #042E3A;
  background: #FFFFFF;
}

.button.main-btn.btn-yellow {
  background: #ffba5c;
  color: #ffffff;
}

.button.main-btn.btn-yellow-gr {
  background: linear-gradient(206deg, #297da1 23.08%, #ffba5c 107.71%);
  color: #ffffff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  border: 1p solid linear-gradient(112.84deg, #ffba5c 23.08%, #FFCF63 107.71%);
}

.sec-heading {
  font-size: 32px;
  font-weight: 800;
  color: #2D2D2D;
  font-family: 'Mulish'sans-serif;
}

.main-nav {
  width: 100%;
  z-index: 98;
  background: #067398;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.main-nav.inner-nav {
  background: #035D7C !important;
  position: static;
}

.main-nav.sticky {
  background: #067398 !important;
}

.main-nav .top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #e18509;
  padding: 5px 30px;
  margin: 0 auto;
}
.ft-logo img {
    cursor: pointer;
    width: 248px;
}
.main-nav .top-bar .top-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-nav .top-bar .top-btns a {
  display: inline-block;
  background: transparent;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  padding: 3px 15px;
  border-radius: 3px;
}

.main-nav .top-bar .top-btns a.active {
  background: #ffba5c;
  color: #042E3A;
}

.main-nav .top-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-nav .top-bar ul li {
  margin-right: 12px;
}

.main-nav .top-bar ul img {
  margin-right: 5px;
}

.main-nav .top-bar ul span {
  color: #FFFFFF;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.main-nav .nav-bar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0px;
  padding: 1px 32px;
}
.main-nav .nav-bar .l-part{
  display: flex;
  align-items: flex-end;
}
.main-nav .nav-bar .brand-logo {
 width: 100%;
 max-width: 358px;
 margin-right: 69px;
}

/* .main-nav .nav-bar .brand-logo img { */
  /* width: 100%; */
/* } */

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
}

.nav-list li {
  position: relative;
}

.nav-list li.active a {
  color: #ffba5c;
}

.nav-list li a {
  padding: 10px 12px;
  color: #faf8f8;
  font-size: 17px;
  display: inline-block;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-list li a:hover {
        color: #ffba5c;
}

.booking-wrapper {
  position: relative;
  padding-top: 35px;
  padding-bottom: 150px;
}

.home-care-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 15px 25px;
  border-radius: 16px;
  background: url("../images/home-care-bg.jpg");
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 25px;
}

.home-care-wrapper .hm-logo {
  width: 200px;
  margin-right: 25px;
}

.home-care-wrapper .hm-logo img {
  width: 100%;
}

.home-care-wrapper .hm-content-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ribbon {
  position: relative;
  padding: 10px 10px;
  background-color: #e18509;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.ribbon::after, .ribbon::before {
  /* content: ''; */
  width: 30px;
  height: 30px;
  border-bottom: solid 15px #e18509;
  border-right: solid 15px #e18509;
  border-left: solid 15px transparent;
  border-top: solid 15px transparent;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(180deg) translateX(-100%);
  transform: rotate(180deg) translateX(-100%);
}

.ribbon::after {
  top: unset;
  bottom: 0;
  -webkit-transform: rotate(180deg) scaleY(-1) translateX(-100%);
          transform: rotate(180deg) scaleY(-1) translateX(-100%);
}

.ribbon span {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  min-width: max-content;
}

.ribbon.white {
  background: #FFFFFF;
}

.ribbon.white span {
  color: #2323d5;
}

.ribbon.white::after, .ribbon.white::before {
  border-bottom-color: #FFFFFF !important;
  border-right-color: #FFFFFF !important;
}

.theme-list {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
}

.theme-list.block-style li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  margin-bottom: 10px;
}

.theme-list.block-style li::before {
  position: unset;
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.theme-list.white li {
  color: #FFFFFF;
}

.theme-list.blue li::before {
  background: url(../images/blue-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.theme-list li {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.theme-list li::before {
  content: '';
  width: 20px;
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  background: url(../images/yellow-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.pr-card-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(400px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 15px;
}

.pr-card-wrapper {
  position: relative;
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.pr-card-wrapper .pr-card-body {
  padding: 15px 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr;
      grid-template-columns: 100px 1fr;
  gap: 10px;
}

.pr-card-wrapper .pr-card-body .pr-det {
  position: relative;
}

.pr-card-wrapper .pr-card-body .pr-det .title {
  font-weight: 700;
  color: #2D2D2D;
}

.pr-card-wrapper .pr-card-body .pr-det .price {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.pr-card-wrapper .pr-card-body .pr-img {
  width: 100%;
  position: relative;
  padding-top: 100%;
  border-radius: 16px;
  background: #f3f3f3;
  overflow: hidden;
}

.pr-card-wrapper .pr-card-body .pr-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pr-card-wrapper .pr-card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 12px;
  margin-top: auto;
}

.pr-card-wrapper .pr-card-footer button {
  font-size: 14px;
}

.pr-card-wrapper .pr-card-footer .link-button {
  color: #2323d5;
}

.booking-page {
  background: #ffffff;
}

.sidebar-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(4, 46, 58, 0.5);
  z-index: 99;
  opacity: 0;
  pointer-events: none;
}

.sidebar-open .sidebar-overlay {
  pointer-events: unset;
  opacity: 1;
}

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 100%;
  max-width: 620px;
  height: 100%;
  background: white;
  overflow: hidden;
  z-index: 999;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  opacity: 0;
}

.sidebar.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.sidebar .sidebar-header {
  position: relative;
  padding: 12px 15px;
  height: 65px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.sidebar button.close-btn {
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  align-items: center;
  display: flex;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 8px 15px;
  outline: none;
  border: none;
  color: white;
  background: rgba(0, 0, 0, 0.25);
  margin-left: 10px;
}

.sidebar button.close-btn:active {
  background: rgba(0, 0, 0, 0.5);
}

.sidebar button.close-btn img {
  margin-right: 10px;
}

.sidebar button.close-btn span {
  color: #FFFFFF;
  font-weight: 600;
}

.sidebar .sidebar-body {
  height: calc(100% - 130px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px 20px;
  padding-bottom: 77px;
}

.sidebar.pr-sidebar .sidebar-body {
    height: calc(100% - 65px) !important;
}

.sidebar .sidebar-footer {
  width: 100%;
  padding: 9px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 65px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  -webkit-box-shadow: -4px 0px 10px 0px rgba(45, 45, 45, 0.5);
          box-shadow: -4px 0px 10px 0px rgba(45, 45, 45, 0.5);
}

.sidebar-open {
  overflow: hidden !important;
}

.pr-img-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  gap: 10px;
  margin-top: 20px;
}

.pr-img-grid.pest-product-img-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr !important;
      grid-template-columns: 1fr !important;
}

.pr-img-grid .pr-img {
  width: 100%;
  border-radius: 12px;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  background: #f3f3f3;
}

.pr-img-grid .pr-img img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.pr-img-grid .pr-img:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.heading {
  font-size: 1.4em;
  font-weight: 700;
  color: #000;
}

.treatment-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 23px 0px;
}

.treatment-wrap:last-child {
  border: none;
}

.do-dont-card {
  padding: 12px 15px;
  border-radius: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20px 1fr;
      grid-template-columns: 20px 1fr;
  gap: 10px;
  margin-bottom: 15px;
}

.do-dont-card.dos {
  background: #F0FFF0;
}

.do-dont-card.note {
  background: #FFFAED;
}

.do-dont-card.note svg path,
.do-dont-card.note svg rect,
.do-dont-card.note svg circle {
  fill: #ffba5c;
}

.do-dont-card.dont {
  background: #FFF3F0;
}

.do-dont-card.dont img {
  width: 17px;
}

.do-dont-card img {
  width: 100%;
  margin-top: 7px;
}

.do-dont-card p {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.srv-counter {
  position: fixed;
  min-width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 30px;
  z-index: 99;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  right: 20px;
  background: radial-gradient(211.93% 211.93% at 72.37% 15.08%, #2323d5 0%, #035D7C 100%);
  border-radius: 8px;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
    opacity: 1;
    pointer-events: unset;
}

.srv-counter button {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #FFFFFF;
  outline: none;
  border: none;
  font-size: 16px;
  padding-right: 10px;
}

.srv-counter button img {
  width: 9px;
  margin-top: 3px;
}

.srv-counter .l-part {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.srv-counter .l-part .price {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  color: #FFFFFF;
}

.srv-counter .l-part .srv-count {
  width: 45px;
  height: 45px;
  background: #ffba5c;
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
}

.form-group {
  margin-bottom: 15px;
}

.pr-slct-sidebar {
  max-width: 450px;
}

.pr-slct-sidebar p.para {
  font-weight: 600;
}

.pr-slct-sidebar .sidebar-footer {
  height: 70px;
  background: radial-gradient(211.93% 211.93% at 72.37% 15.08%, #2323d5 0%, #035D7C 100%);
  padding: 12px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 5;
}

.pr-slct-sidebar .sidebar-footer .price,
.pr-slct-sidebar .sidebar-footer button {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
}

.pr-slct-sidebar .sidebar-header {
  background: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 80px;
  padding: 0;
}

.pr-slct-sidebar .sidebar-header.with-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
}

.pr-slct-sidebar .sidebar-header.with-title h3 {
  font-size: 22px;
  font-weight: 800;
  color: #2D2D2D;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.pr-slct-sidebar .sidebar-header .form-group {
  margin-bottom: 0;
}

.pr-slct-sidebar .sidebar-header .custom-radio-btn {
  height: 100%;
  padding: 0px 20px;
  margin-right: 0;
}

.pr-slct-sidebar .sidebar-header .custom-radio-btn > span {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #2323d5;
  display: none;
}

.pr-slct-sidebar .sidebar-header .custom-radio-btn label {
  padding-left: 35px;
  font-size: 22px;
  font-weight: 700;
  color: #959595;
}

.pr-slct-sidebar .sidebar-header .custom-radio-btn label span {
  font-size: 12px;
  display: block;
  color: #959595;
  font-weight: 400;
}

.pr-slct-sidebar .sidebar-header .custom-radio-btn label::after {
  background: #D7DDE1;
}

.pr-slct-sidebar .sidebar-header .custom-radio-btn label::after,
.pr-slct-sidebar .sidebar-header .custom-radio-btn label::before {
  width: 30px;
  height: 30px;
}

.pr-slct-sidebar .sidebar-header .custom-radio-btn input:checked ~ label::before {
  -webkit-box-shadow: 0px 0px 0px 5px #FFFFFF;
          box-shadow: 0px 0px 0px 5px #FFFFFF;
}

.pr-slct-sidebar .sidebar-header .custom-radio-btn input:checked ~ label::after {
  background: #2323d5;
}

.pr-slct-sidebar .sidebar-header .custom-radio-btn input:checked ~ label {
  padding-left: 35px;
  font-size: 22px;
  font-weight: 700;
  color: #2D2D2D;
}

.pr-slct-sidebar .sidebar-header .custom-radio-btn input:checked ~ label span {
  font-size: 12px;
  display: block;
  color: #5B5B5B;
  font-weight: 400;
}

.pr-slct-sidebar .sidebar-header .custom-radio-btn input:checked ~ span {
  display: block;
}

.otc-amc-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.otc-amc-inputs .custom-radio-btn > span {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #2323d5;
  display: none;
}

.otc-amc-inputs .custom-radio-btn label {
  padding-left: 35px;
  font-size: 22px;
  font-weight: 700;
  color: #959595;
}

.otc-amc-inputs .custom-radio-btn label span {
  font-size: 12px;
  display: block;
  color: #959595;
  font-weight: 400;
}

.otc-amc-inputs .custom-radio-btn input:checked ~ label {
  padding-left: 35px;
  font-size: 22px;
  font-weight: 700;
  color: #2D2D2D;
}

.otc-amc-inputs .custom-radio-btn input:checked ~ label span {
  font-size: 12px;
  display: block;
  color: #5B5B5B;
  font-weight: 400;
}

.custom-radio-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

.custom-radio-btn input {
  position: absolute;
  opacity: 0;
}

.custom-radio-btn input:checked ~ label::after {
  background: #2323d5;
}

.custom-radio-btn input:checked ~ label::before {
  -webkit-transform: translateY(-50%) scale(0.6);
          transform: translateY(-50%) scale(0.6);
}

.custom-radio-btn label {
  color: #2D2D2D;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-left: 25px;
  font-weight: 600;
  color: #2D2D2D;
}

.custom-radio-btn label::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  background: #f3f3f3;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.custom-radio-btn label::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  left: 0;
  width: 20px;
  height: 20px;
  background: #2323d5;
  -webkit-box-shadow: 0px 0px 0px 5px #f3f3f3;
          box-shadow: 0px 0px 0px 5px #f3f3f3;
  border-radius: 100%;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.bread-crumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.bread-crumbs.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bread-crumbs li {
  position: relative;
  font-size: 14px;
  color: #5B5B5B;
}

.bread-crumbs li.active a {
  color: #2323d5;
}

.bread-crumbs li:last-child:after {
  display: none;
}

.bread-crumbs li a {
  color: #5B5B5B;
}

.bread-crumbs li::after {
  content: '/';
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  color: #5B5B5B;
}

.page-head {
  font-size: 2.2em;
  color: #2D2D2D;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
}

.page-header {
  padding: 35px 0px;
}

.c-card {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 25px 25px;
  width: 100%;
}

.pr-card-body {
  padding: 15px 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px 1fr;
      grid-template-columns: 80px 1fr;
  place-items: flex-start;
  gap: 15px;
}

.pr-card-body .pr-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.pr-card-body .pr-det {
  position: relative;
}

.pr-card-body .pr-det .time {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.pr-card-body .pr-det .title {
  font-size: 1.3em;
  font-weight: 700;
  color: #2D2D2D;
}

.pr-card-body .pr-det .price {
  font-size: 16px;
  color: #000;
  margin-top: 10px;
  font-weight: 600;
}

.pr-card-body .pr-img {
  width: 100%;
  position: relative;
  padding-top: 100%;
  border-radius: 16px;
  background: #f3f3f3;
  overflow: hidden;
}

.pr-card-body .pr-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cart-items-list {
  position: relative;
}

.cart-items-list .pr-card-body {
  padding: 20px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.cart-items-list .pr-card-body:last-child {
  border: none;
}

.cart-item-count-wrapper {
  background: #2323d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.cart-item-count-wrapper button {
  outline: none;
  border: none;
  background: transparent;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2px 0px;
}

.cart-item-count-wrapper button img {
  pointer-events: none;
}

.cart-item-count-wrapper .cart-item-count {
  background: #FFFFFF;
  margin: 2px 0px;
  min-width: 30px;
  min-height: 30px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cart-item-count-wrapper .cart-item-count input {
  width: 100%;
  text-align: center;
  height: 100%;
  border: none;
  outline: none;
  pointer-events: none;
}

.cart-item-count-wrapper .cart-item-count input:focus {
  outline: none;
  border: none;
}

.cart-item-count-wrapper .cart-item-count span,
.cart-item-count-wrapper .cart-item-count input {
  font-size: 14px;
  font-weight: 600;
}

.billing-amnt {
  position: relative;
}

.billing-amnt .row {
  padding: 10px 0px;
}

.billing-amnt .row:last-child {
  margin-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.billing-amnt .row > .col-12:last-child p {
  color: #2D2D2D;
  font-size: 16px;
}

.billing-amnt p {
  font-size: 14px;
  color: #5B5B5B;
  margin-bottom: 0;
  font-weight: 600;
}

.billing-amnt p.t-price {
  font-size: 26px !important;
  font-weight: 700;
  color: #000;
}

.apply-coupon-acc {
  position: relative;
  margin-top: 20px;
}

.apply-coupon-acc .accordion-item {
  background: #FFFFFF;
  border: 1px solid #2323d5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border-radius: 16px;
}

.apply-coupon-acc .accordion-item .accordion-body p {
  font-size: 12px;
  color: #5B5B5B;
  font-style: italic;
}

.apply-coupon-acc .accordion-item .accordion-header {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.apply-coupon-acc .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  border: none !important;
  background: transparent !important;
}

.apply-coupon-acc .accordion-item .accordion-header .accordion-button:not(.collapsed) span {
  color: #2D2D2D;
}

.apply-coupon-acc .accordion-item .accordion-header button {
  background: transparent !important;
  border: none !important;
  padding: 20px 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.apply-coupon-acc .accordion-item .accordion-header button span {
  font-size: 15px;
  font-weight: 600;
  margin-left: 15px;
  color: #2D2D2D;
}

.apply-coupon-acc .accordion-item .accordion-body {
  padding-top: 0;
  border: none !important;
}

.proceed-btn {
  padding: 20px 20px;
  border-radius: 16px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.proceed-btn img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.proceed-btn:hover img {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.form-group {
  position: relative;
  margin-bottom: 15px;
}

.form-group.style-3 .inp-group input,
.form-group.style-3 .inp-group textarea {
  background: white;
  padding: 12px 15px !important;
  min-height: 42px !important;
  font-size: 14px !important;
  font-weight: 500;
}

.form-group.style-3 .inp-group input::-webkit-input-placeholder,
.form-group.style-3 .inp-group textarea::-webkit-input-placeholder {
  font-size: 14px !important;
  font-weight: 500;
}

.form-group.style-3 .inp-group input:-ms-input-placeholder,
.form-group.style-3 .inp-group textarea:-ms-input-placeholder {
  font-size: 14px !important;
  font-weight: 500;
}

.form-group.style-3 .inp-group input::-ms-input-placeholder,
.form-group.style-3 .inp-group textarea::-ms-input-placeholder {
  font-size: 14px !important;
  font-weight: 500;
}

.form-group.style-3 .inp-group input::placeholder,
.form-group.style-3 .inp-group textarea::placeholder {
  font-size: 14px !important;
  font-weight: 500;
}

.form-group.style-2 .inp-group input,
.form-group.style-2 .inp-group textarea {
  background: #F3F8FB;
  outline: none;
}

.form-group.style-2 .inp-group input::-webkit-input-placeholder,
.form-group.style-2 .inp-group textarea::-webkit-input-placeholder {
  color: #5B5B5B;
  font-weight: 400;
}

.form-group.style-2 .inp-group input:-ms-input-placeholder,
.form-group.style-2 .inp-group textarea:-ms-input-placeholder {
  color: #5B5B5B;
  font-weight: 400;
}

.form-group.style-2 .inp-group input::-ms-input-placeholder,
.form-group.style-2 .inp-group textarea::-ms-input-placeholder {
  color: #5B5B5B;
  font-weight: 400;
}

.form-group.style-2 .inp-group input::placeholder,
.form-group.style-2 .inp-group textarea::placeholder {
  color: #5B5B5B;
  font-weight: 400;
}

.form-group label {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 6px;
  font-weight: 600;
  text-transform: capitalize;
}

.form-group .inp-group {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}

.form-group .inp-group .iti {
  width: 100%;
}

.form-group .inp-group .iti .iti__selected-flag .iti__arrow {
  margin-left: 14px;
}

.form-group .inp-group .iti .iti__selected-flag .iti__flag {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.form-group .inp-group input,
.form-group .inp-group textarea {
  min-height: 55px;
  border: none;
  /* border-radius: 10px; */
  border: 1px solid #B6B6B6;
  background: #FFFFFF;
  padding: 10px 20px;
  font-size: 14px;
  color: #2D2D2D;
  width: 100% !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.form-group .inp-group input#phone,
.form-group .inp-group textarea#phone {
  padding-left: 60px;
}

.form-group .inp-group input:focus,
.form-group .inp-group textarea:focus {
  outline: 1px solid #2323d5;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(4, 119, 170, 0.3);
          box-shadow: 0px 0px 0px 5px rgba(4, 119, 170, 0.3);
}

.form-group .inp-group input::-webkit-input-placeholder,
.form-group .inp-group textarea::-webkit-input-placeholder {
  color: #B6B6B6;
  opacity: 1;
  font-size: 14px;
  font-weight: 600;
}

.form-group .inp-group input:-ms-input-placeholder,
.form-group .inp-group textarea:-ms-input-placeholder {
  color: #B6B6B6;
  opacity: 1;
  font-size: 14px;
  font-weight: 600;
}

.form-group .inp-group input::-ms-input-placeholder,
.form-group .inp-group textarea::-ms-input-placeholder {
  color: #B6B6B6;
  opacity: 1;
  font-size: 14px;
  font-weight: 600;
}

.form-group .inp-group input::placeholder,
.form-group .inp-group textarea::placeholder {
  color: #B6B6B6;
  opacity: 1;
  font-size: 14px;
  font-weight: 600;
}

.cart-page {
  background: #FBFBFB;
  padding-bottom: 110px;
}

.details-acc:last-child .accordion-item {
  margin-bottom: 0;
}

.details-acc .accordion-item {
  padding: 0 !important;
  border-radius: 0px !important;
  border: 0px !important;
  margin-bottom: 10px;
}

.details-acc .accordion-item .accordion-body {
  padding: 15px 1px;
  padding-bottom: 0;
}

.details-acc .accordion-item .accordion-button {
  border-radius: 0px !important;
  padding: 12px 15px !important;
  background: #042E3A;
  color: #FFFFFF;
}

.details-acc .accordion-item .accordion-button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.details-acc .accordion-item .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  border: none !important;
}

.details-acc .accordion-item .accordion-button::after {
  display: none;
}

.details-acc .accordion-item .accordion-button span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  background: #FFFFFF;
  color: #2323d5;
  font-weight: 600;
  margin-right: 15px;
}

.details-acc .accordion-item .accordion-button p {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
}

.payable-wrapper {
  background: radial-gradient(211.93% 211.93% at 72.37% 15.08%, #BFE4FF 0%, #F4FBFF 100%);
  border-radius: 16px;
  padding: 15px 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px 1fr;
      grid-template-columns: 80px 1fr;
  gap: 15px;
}

.payable-wrapper img {
  width: 100%;
}

.payable-wrapper .payable-wrap p {
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  color: #5B5B5B;
  margin-bottom: 5px;
}

.payable-wrapper .payable-wrap h3 {
  font-family: 'open Sans', sans-serif;
  font-size: 32px;
  color: #2D2D2D;
  font-weight: 700;
  margin-bottom: 0;
}
.payable-wrapper .payable-wrap h3 del{
  font-size: 20px;
  color: #6b6b6b;
}
.btns-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.btns-flex a {
  text-align: center;
  padding: 18px 15px;
}
.pp-wrap a {
  text-align: center;
  padding: 18px 15px;
}

.btns-flex > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.pp-wrap > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.modal-backdrop {
  background: #042E3A !important;
}

.c-checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.c-checks .check-wrap {
  position: relative;
}

.c-checks .check-wrap label {
  padding: 5px 15px;
  background: #f3f3f3;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  color: #2D2D2D;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.c-checks .check-wrap input:checked + label {
  background: #2323d5;
  color: #FFFFFF;
}

.c-checks .check-wrap input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.live-loc-box-wrap {
  position: relative;
}

.live-loc-box-wrap .live-loc-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 15px 15px;
  background: #042E3A;
}

.live-loc-box-wrap .live-loc-header p {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
}

.live-loc-box-wrap .live-loc-header .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  position: absolute;
  left: 20px;
}

.live-loc-box-wrap .live-loc-header button {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FFFFFF;
  z-index: 2;
}

.live-loc-box-wrap .live-loc-r-part {
  padding: 15px;
}

.c-modal .modal-body {
  padding: 0;
}

.someother-loc button.cur-loc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 15px 15px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: #FFFFFF;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
}

.someother-loc button.cur-loc:hover {
  background: #f3f3f3;
}

.someother-loc button.cur-loc span {
  font-weight: 600;
  color: #2323d5;
}

.someother-loc .live-loc-body {
  height: 450px;
  overflow-x: hidden;
  overflow-y: auto;
}

.someother-loc .loc-results {
  width: 100%;
}

.someother-loc .loc-results li {
  width: 100%;
}

.someother-loc .loc-results li:last-child .loc {
  border-bottom: none !important;
}

.someother-loc .loc-results li .loc {
  padding: 15px 15px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  outline: none;
  border: none;
  border-bottom: 1px sold rgba(0, 0, 0, 0.08);
}

.someother-loc .loc-results li .loc:hover {
  background: #f3f3f3;
}

.someother-loc .loc-results li .loc p {
  font-size: 14px;
  color: #5B5B5B;
  text-align: left;
  margin-bottom: 0;
  margin-top: 0;
}

.someother-loc .loc-results li .loc svg {
  min-width: 18px;
  margin-top: 4px;
  margin-right: 10px;
}

.someother-loc .loc-results li .loc svg path {
  fill: #2D2D2D;
}

.search-loc-wrap {
  width: 100%;
  position: relative;
  padding-left: 40px;
}

.search-loc-wrap button {
  background: transparent;
  outline: none;
  border: none;
  position: absolute;
  right: 15px;
  left: unset !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.search-loc-wrap button img {
  width: 20px;
}

.search-loc-wrap input {
  width: 100%;
  padding: 12px 15px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #FFFFFF;
  outline: none;
  color: #FFFFFF;
  font-size: 14px;
}

.search-loc-wrap input::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 0.3;
  font-size: 14px;
}

.search-loc-wrap input:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 0.3;
  font-size: 14px;
}

.search-loc-wrap input::-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 0.3;
  font-size: 14px;
}

.search-loc-wrap input::placeholder {
  color: #FFFFFF;
  opacity: 0.3;
  font-size: 14px;
}

.menu {
  display: none;
  width: 40px;
  height: 36px;
  position: relative;
  cursor: pointer;
  z-index: 99;
}

.menu div {
  position: absolute;
  height: 4px;
  border-radius: 2px;
  background: #FFFFFF;
  -webkit-transition: width 0.2s ease 0.2s, -webkit-transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6);
  transition: width 0.2s ease 0.2s, -webkit-transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6);
  transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6), width 0.2s ease 0.2s;
  transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6), width 0.2s ease 0.2s, -webkit-transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6);
}

.menu input {
  display: none;
}

.menu input + div {
  top: 50%;
  left: 0;
  margin: -2px 0 0 0;
  width: 40px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.menu input + div + div {
  top: 2px;
  left: 0;
  width: 20px;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

.menu input + div + div + div {
  bottom: 2px;
  right: 0;
  width: 28px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: translate(-12px, 0);
          transform: translate(-12px, 0);
}

.menu input:checked + div {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s;
  transition: -webkit-transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s;
  transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s;
  transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s, -webkit-transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s;
}

.menu input:checked + div + div {
  width: 19px;
  -webkit-transform: translate(6px, 0) rotate(45deg);
          transform: translate(6px, 0) rotate(45deg);
  -webkit-transition: width 0.2s ease, -webkit-transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s;
  transition: width 0.2s ease, -webkit-transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s;
  transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s, width 0.2s ease;
  transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s, width 0.2s ease, -webkit-transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s;
}

.menu input:checked + div + div + div {
  width: 19px;
  -webkit-transform: translate(-6px, 0) rotate(45deg);
          transform: translate(-6px, 0) rotate(45deg);
  -webkit-transition: width 0.2s ease, -webkit-transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s;
  transition: width 0.2s ease, -webkit-transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s;
  transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s, width 0.2s ease;
  transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s, width 0.2s ease, -webkit-transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s;
}

.mob-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: #2323d5;
  right: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 25px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  pointer-events: none;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 0;
}

.mob-menu.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  pointer-events: unset;
}

.mob-menu .nav-list {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
   width: 100%;       
}
.mob-menu .nav-list li {
  width: 100%;
}
.mob-menu .nav-list li a {
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.mob-menu .nav-list li a.cart-icon{
  display: inline-block;
  position: relative;
  border-bottom-color: transparent;
}
/* .mob-menu .nav-link{
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
} */
.nav-link:focus{
  color: white;
}
.mob-menu .collapse{
  padding-left: 15px;
  transition: 0.2s ease-in-out;
}
.mob-menu li button{
  margin: 10px 0px;
  margin-bottom: 8px;
}
.mob-menu li a[data-bs-toggle=collapse]{
  position: relative;
}
.mob-menu li a[data-bs-toggle=collapse]:after{
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  width: 15px;
  height: 15px;
  background: url(../images/angle-down.svg) center/contain no-repeat;
  transform: translateY(-50%) rotate(0deg) ;
  transition: 0.2s ease-in-out;
}
.mob-menu li a[data-bs-toggle=collapse].collapsed:after{
  transform: rotate(180deg) translateY(55%);
}
.checkout-page {
  padding-bottom: 155px;
}

.theme-modal .modal-content {
  border-radius: 20px;
  overflow: hidden;
  outline: none !important;
  border: none !important;
}

.theme-modal.login-inner-modal .modal-dialog {
  max-width: 450px !important;
}

.login-box-wrap {
  position: relative;
  padding: 20px 25px;
  padding-top: 55px;
}

.login-box-wrap button {
  margin-top: 150px;
  padding: 15px 15px;
  font-weight: 700 !important;
}

.login-box-wrap img {
  margin-bottom: 30px;
}

.color-stripes {
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  position: absolute;
  width: 100%;
  background: #2323d5;
  -webkit-box-shadow: 0px 0px 0px 8px #ffba5c;
          box-shadow: 0px 0px 0px 8px #ffba5c;
}

#partitioned {
  padding: 10px 15px;
  letter-spacing: 96px;
  border: 0;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(95%, rgba(0, 0, 0, 0.08)), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.08) 95%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: calc(100% / 4) 3px;
  background-repeat: repeat-x;
  background-position-x: 0px;
  width: 100%;
  min-width: 220px;
}

#divInner {
  left: 0;
  position: -webkit-sticky;
  position: sticky;
}

#divOuter {
  width: 100%;
  overflow: hidden;
}

.sub-text {
  font-size: 14px;
  color: #5B5B5B;
  font-weight: 400;
}

.sub-text a {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  color: #2323d5;
}

.digit-group input[type=text] {
  width: 50px;
  height: 65px;
  background-color: #f3f3f3;
  border: none;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  color: #2D2D2D;
  margin: 0 2px;
}

.digit-group .splitter {
  padding: 0 5px;
  color: #5B5B5B;
  font-size: 24px;
}

.prompt {
  margin-bottom: 20px;
  font-size: 20px;
  color: white;
}

.banner-area {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: url(../images/hero-bg.jpg) center/cover no-repeat;
  padding-top: 55px;
  height: 481px;
  z-index: 4;
}

.banner-area > .container {
  height: 100%;
}

.banner-area > .container > .row {
  height: 100%;
}

.banner-area .banner-img {
  position: relative;
  bottom: 0;
}

.banner-area .banner-img img {
  position: absolute;
  width: 100%;
  bottom: -2px;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.home-page .main-nav {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-90.5%, #042B38), color-stop(56.69%, rgba(4, 43, 56, 0)));
  background: linear-gradient(180deg, #042B38 -90.5%, rgba(4, 43, 56, 0) 56.69%);
  position: fixed;
  top: 0;
}

.banner-text {
  position: relative;
  margin: auto 0px;
  max-width: 450px;
  margin-bottom: 130px;
}

.banner-text .banner-head1 {
  color: #FFFFFF;
  font-size: 3em;
  font-weight: 900;
  text-transform: capitalize;
  line-height: 120%;
}

.banner-text .banner-head1 span {
 color: #ffba5c;

}

.banner-text .para {
  color: #FFFFFF;
  margin-bottom: 20px;
}

.banner-text .banner-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 35px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.banner-text .banner-btns a {
  padding: 15px 25px;
  font-size: 15px;
}

.banner-text .banner-points ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.banner-text .banner-points ul li {
  font-size: 14px;
  color: #FFFFFF;
}

.serv-pack-container {
  position: relative;
  width: 100%;
  background: url("../images/wave-bg.svg") center/cover no-repeat #F5FAFD;
  margin-top: 0;
  padding-bottom: 100px;
}

.serv-pack-container .srv-pack-wrapper {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.08);
  border-radius: 26px;
  padding: 25px 30px;
  margin-top: -50px;
  z-index: 5;
}

.sec-head-wrapper {
  width: 100%;
  padding: 15px 0px;
}

.sec-head-wrapper.with-des {
  position: relative;
}

.sec-head-wrapper.with-des .sec-head {
  position: relative;
}

.sec-head-wrapper.with-des .sec-head:after {
  content: '';
  width: 100px;
  height: 30px;
  background: url(../images/title-des.svg) center/contain no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateY(100%) translateX(-50%);
          transform: translateY(100%) translateX(-50%);
}

.sec-head-wrapper img.design {
  margin-bottom: 8px;
}

.sec-head-wrapper span {
  color: #ffba5c;
}

.sec-head-wrapper.center {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 600px;
  text-align: center;
}

.sub {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 5px;
}

.sub.blue {
  color: #067398;
}

.sec-head {
  color: #3b4b7b;
  font-size: 2.2em;
  font-weight: 800;
}

.sec-head span {
  font-weight: 800 !important;
  font-family: 'Mulish', sans-serif;
}

.srv-pack-card {
  width: 100%;
  border-radius: 12px;
  position: relative;
  background: radial-gradient(211.93% 211.93% at 72.37% 15.08%, #BFE4FF 0%, #F4FBFF 100%);
  padding: 22px;
  margin-bottom: 60px;
}

.srv-pack-card.aqua-blue {
  background: radial-gradient(211.93% 211.93% at 72.37% 15.08%, #2323d5 0%, #035D7C 100%);
}

.srv-pack-card.aqua-blue .srv-card-header h3 {
  color: #FFFFFF;
}

.srv-pack-card.aqua-blue .theme-list li {
  color: #FFFFFF !important;
}

.srv-pack-card.aqua-blue .price-sub {
  color: #FFFFFF !important;
}

.srv-pack-card.aqua-blue .main-price {
  color: #FFFFFF !important;
}

.srv-pack-card.aqua-blue .main-price sup,
.srv-pack-card.aqua-blue .main-price span {
  color: #FFFFFF !important;
}

.srv-pack-card .srv-card-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2px;
  /*padding-bottom: 20px;*/
  min-height: 52px;
  border-bottom: 1px solid #010101;
}

.srv-pack-card .srv-card-header img {
  max-width: 100px;
}

.srv-pack-card .srv-card-header h3 {
  font-weight: 800;
  color: #363636;
  font-size: 23px;
}

.srv-pack-card .srv-card-body {
    min-height:244px;
  padding-top: 30px;
  padding-bottom: 20px;
  max-height: 244px;
  overflow-y: auto;
}

.srv-pack-card .srv-card-body .theme-list li {
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #5B5B5B;
  padding-left: 30px;
  line-height: 140%;
}

.srv-pack-card .srv-card-body .theme-list li:after {
  background: url(../images/yellow-tick.svg) center/contain no-repeat;
}

.srv-pack-card .main-btn {
  width: 85%;
  left: 50%;
  max-width: 95%;
  padding: 18px 25px;
  position: absolute;
  font-size: 16px;
  bottom: 0;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
}

.srv-pack-card .srv-card-footer {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #050505;
}

.srv-pack-card .srv-card-footer .price-sub {
  font-size: 14px;
  color: #5B5B5B;
}

.srv-pack-card .srv-card-footer .main-price {
  font-size: 3.5em;
  margin-top: -10px;
  font-weight: 700;
  padding-left: 8px;
  position: relative;
  color: #2323d5;
}

.srv-pack-card .srv-card-footer .main-price sup {
  font-size: 14px;
  position: absolute;
  top: 20px;
  left: 0;
  color: #5B5B5B;
}

.srv-pack-card .srv-card-footer .main-price span {
  font-size: 14px;
  color: #5B5B5B;
  font-weight: 400;
  margin-left: -5px;
}

.srv-pack-carousel .owl-nav button {
  position: absolute;
  top: 50%;
}

.srv-pack-carousel .owl-nav button.owl-next {
  right: 0;
  -webkit-transform: translateY(-50%) translateX(50%);
          transform: translateY(-50%) translateX(50%);
}
.srv-pack-carousel .owl-nav button:hover {
  background: transparent !important;
}

.srv-pack-carousel .owl-nav button.owl-prev {
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.srv-pack-carousel .owl-dots {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  background: #425286;
  border-radius: 50px;
  padding: 5px 6px;
  height: 30px;
}

.srv-pack-carousel .owl-dots button span {
  background: #FFFFFF !important;
  width: 15px !important;
  height: 15px !important;
  margin: 0 3px !important;
}

.srv-pack-carousel .owl-dots button.active span {
  background: #ffba5c !important;
}

.icon-box {
  background: #FAFAFA;
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 35px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-height: 308px;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.icon-box img {
  max-width: 65px;
}

.icon-box:hover {
  border: 1px solid #2323d5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  -webkit-filter: drop-shadow(0px 4px 55px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0px 4px 55px rgba(0, 0, 0, 0.08));
}

.icon-box p.head {
  text-align: center;
  font-size: 16px;
  margin-top: 15px;
  font-family: 'Mulish', sans-serif;
  color: #000;
  font-weight: 700;
}

.promise-sec {
  padding: 47px 0px;
  overflow: hidden;
}

.promise-sec .sec-head {
  color: #2D2D2D;
}

.promise-sec .img-wrap {
  position: relative;
}

.promise-sec .img-wrap .des {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.55);
          transform: translate(-50%, -50%) scale(1.55);
 /* z-index: -1;*/
  left: 50%;
}

.test-card {
  position: relative;
  border-radius: 12px;
  background: #FFFFFF;
  padding: 15px;
  padding-top: 60.55%;
  /*padding-bottom: 60px;*/
}
.test-card > iframe{
    position: absolute;
    width: calc( 100% - 30px );
    left: 0px;
    bottom: 15px;
    height: 79%;
    margin: 0px 15px;
    border-radius: 13px;
}
.test-card .quote {
  position: absolute;
  top: 0;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 70px;
}

.test-card .srv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.test-card .srv img {
  width: 35px;
}

.test-card .srv span {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.test-card .para {
  color: #5B5B5B;
  font-size: 14px;
}

.test-card .para span {
  color: #000;
}

.test-card .name {
  font-size: 14px;
  font-weight: 600;
  color: #2323d5;
  margin-top: 8px;
}

.test-card .person-img {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateY(50%) translateX(-50%);
          transform: translateY(50%) translateX(-50%);
  border: 6px solid #2323d5;
  border-radius: 100%;
  overflow: hidden;
}

.test-carousel {
  margin-top: -34px;
}

.test-carousel .owl-stage-outer {
  padding: 48px 0px;
}

.test-sec {
  padding: 65px 0px;
  padding-top: 100px;
  overflow: hidden;
}

.test-sec .sec-head-wrap {
  padding-left: 120px;
  max-width: 550px;
}

.test-sec .sec-head-wrap .c-owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
  margin-top: 20px;
}

.test-sec .sec-head-wrap .c-owl-nav button {
  outline: 0;
  border: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes scrollAlternate {
  0% {
    -webkit-transform: translateX(-61%);
            transform: translateX(-61%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes scrollAlternate {
  0% {
    -webkit-transform: translateX(-61%);
            transform: translateX(-61%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slider {
  background: white;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slider.slider-2 {
  margin-top: 52px;
}

.slider.slider-2 .slide-track {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-animation: scrollAlternate 80s linear infinite !important;
          animation: scrollAlternate 80s linear infinite !important;
}

.slider .slide-track {
  -webkit-animation: scroll 80s linear infinite;
          animation: scroll 80s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(250px * 14);
}

.slider .slide {
  height: 100px;
  width: 250px;
  min-width: 250px;
}

.clientle-sec {
  padding: 60px 0px;
 /* padding-bottom: 180px;*/
  position: relative;
  overflow: hidden;
  width: 100%;
}

.clientle-sec .sec-head-wrapper {
  margin-bottom: 25px;
}

.main-footer {
  padding: 85px 0px;
  padding-bottom: 25px;
  padding-top: 0;
  background: #067398;
  position: relative;
}

.main-footer:after {
  content: '';
  /* width: 100%; */
  /* position: absolute; */
  /* bottom: 0; */
  /* left: 0; */
  /* background: #2323d5; */
  /* height: 8px; */
}

.main-footer .ft-head {
  font-size: 1.2em;
  color: #e18509;
  font-weight: 900;
}

.main-footer .ft-list {
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
}

.main-footer .ft-list li {
  position: relative;
  font-size: 16px;
  color: #f6f3f3;
  font-family: 'Open Sans', sans-serif;
}

.main-footer .ft-list li a {
  color: #f7f2f2;
  padding: 5px 0px;
  padding-left: 20px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.main-footer .ft-list li a:hover {
  padding-left: 25px;
      color: #ffa500;
}

.main-footer .ft-list li a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/angle-right-blue.svg) center/contain no-repeat;
}

.c-card.style-2 {
  background: #FFFFFF;
  border: 1px solid #CACACA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.thank-head {
  font-size: 36px;
  margin-top: 15px;
  font-weight: 800;
  color: #26A742;
}

.th-head {
  position: relative;
  padding: 35px 0px;
}

.thank-container {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 65px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F8FA), to(#FAFAFA));
  background: linear-gradient(180deg, #F4F8FA 0%, #FAFAFA 100%);
  background-attachment: fixed;
}

.thank-container > img {
  position: absolute;
  top: 25px;
  left: 0;
}

.thank-container > img:nth-child(2) {
  right: 0;
  left: auto;
}

.plane-table {
  position: relative;
}

.plane-table tr td {
  padding: 5px 0px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #5B5B5B;
}

.plane-table tr td:first-child {
  color: #2D2D2D;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  min-width: 120px;
}

.heading {
  font-size: 22px;
  color: #2D2D2D;
  font-family: 'Mulish', sans-serif;
  font-weight: 800;
}

.srv-date-time {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  border-radius: 8px;
  background: #5B5B5B;
  padding: 18px 20px;
}

.srv-date-time > div span:first-child {
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  margin-right: 5px;
}

.srv-date-time span {
  color: #FFFFFF;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.srv-table {
  width: 100%;
  position: relative;
}

.srv-table thead {
  position: relative;
}

.srv-table thead tr {
  background: #ffba5c;
}

.srv-table thead tr th {
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  color: #2D2D2D;
  font-weight: 800;
}

.srv-table thead tr th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.srv-table thead tr th:last-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.srv-table th,
.srv-table td {
  padding: 10px 12px;
}

.srv-table tbody {
  position: relative;
}

.srv-table tbody tr td {
  font-family: 'Open Sans', sans-serif;
  color: #2D2D2D;
}

.srv-table tbody tr:nth-child(even) {
  background: #F2F6F9;
}

.pay-wrap {
  position: relative;
  width: 100%;
  padding: 10px 20px;
  margin-top: 20px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.pay-wrap.blue {
  background: radial-gradient(211.93% 211.93% at 72.37% 15.08%, #2323d5 0%, #035D7C 100%);
}

.pay-wrap.orange {
  background: #FB772D;
}

.pay-wrap .pay-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pay-wrap .pay-text > * {
  color: #FFFFFF;
}

.pay-wrap .pay-text p {
  font-size: 26px;
  font-family: 'Mulish', sans-serif;
  font-weight: 800;
}

.pay-wrap .pay-text span {
  display: inline-block;
  margin-left: 15px;
  font-size: 26px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.help-wrap {
  padding: 15px 20px;
  border-radius: 12px;
  min-height: 550px;
}

.help-wrap .help-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.23);
}

.help-wrap .help-head h4 {
  color: #FFFFFF;
  font-weight: 800;
}

.help-wrap .help-body {
  padding: 15px 0px;
}

.help-wrap .help-body .plane-table td {
  font-size: 18px;
}

.help-wrap .help-body .plane-table td:not(:first-child) {
  color: #ffba5c;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  padding-left: 10px;
}

.help-wrap .help-body .plane-table tr td:first-child {
  min-width: 0px;
  color: #FFFFFF;
}

.yellow-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #ffba5c;
 /*margin-top: 100px;*/
}

.yellow-banner.comm-banner {
  overflow: unset !important;
  max-height: 450px;
  padding: 45px 0px;
  background: url(../images/commercial-bg.jpg) bottom/cover no-repeat !important;
}

.yellow-banner.comm-banner .yellow-banner-text-container {
  padding: 0px 0px !important;
  padding-left: 0 !important;
  margin-top: 50px;
  max-width: 550px;
  margin-bottom: 35px;
}

.yellow-banner.comm-banner .yellow-banner-img {
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.yellow-banner.pr-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.yellow-banner-text-container {
  padding-left: 100px;
  max-width: 650px;
}

.yellow-banner-text-container .para {
  font-size: 16px;
  color: #000;
}

.yellow-banner-heading {
  font-family: 'Mulish', sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #2D2D2D;
  text-transform: capitalize;
  line-height: 140%;
  color: #000;
}

.pr-grid-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(250px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  padding: 65px 0px;
  padding-bottom: 150px;
  gap: 15px;
}

.theme-card {
  width: 100%;
  max-width: 100%;
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 18px;
}

.theme-card .link-button {
  color: #2323d5;
  font-size: 14px;
  padding: 0;
}

.theme-card.pr-card .theme-card-body .title {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.theme-card-body {
  padding: 15px 15px;
}

.theme-card-body .title {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #2D2D2D;
  font-weight: 700;
  position: relative;
  padding: 23px 0px;
  padding-bottom: 0 !important;
  padding-bottom: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.theme-card-body .title:hover {
  color: #2323d5;
}

.theme-card-body .title:after, .theme-card-body .title::before {
  content: '';
  width: 100%;
  position: absolute;
  top: 5px;
  left: 0;
  max-width: 50px;
  height: 10px;
  border-radius: 65px;
}

.theme-card-body .title:after {
  background: #2323d5;
}

.theme-card-body .title:before {
  background: #ffba5c;
  -webkit-transform: translateX(25px);
          transform: translateX(25px);
}

.theme-card-img {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 18px;
  position: relative;
  padding-top: 65.66%;
}

.theme-card-img:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.theme-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}

.theme-table {
  width: 100%;
  position: relative;
}

.theme-table td,
.theme-table th {
  padding: 8px 8px;
  font-size: 14px;
}

.theme-table th {
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
}

.theme-table td {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.theme-table.stripe-table tbody tr:nth-child(odd) {
  background: #E9EDF0;
}

.pr-steps-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.pr-steps-container .pr-steps {
  position: relative;
  padding: 20px 0px;
  padding-left: 15px;
  padding-top: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.pr-steps-container .pr-steps:first-child {
  padding-top: 32px !important;
}

.pr-steps-container .pr-steps:first-child:before {
  top: 0px;
}

.pr-steps-container .pr-steps:last-child {
  border-bottom: none !important;
}

.pr-steps-container .pr-steps p {
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: 600;
  color: #2D2D2D;
}

.pr-steps-container .pr-steps:before {
  counter-increment: step-counter;
  content: "STEP " counter(step-counter);
  position: absolute;
  font-size: 54px;
  padding-right: 5px;
  color: #f3f3f3;
  background: -webkit-linear-gradient(rgba(4, 119, 170, 0.2), rgba(4, 119, 170, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: -1;
  line-height: 54px;
  font-weight: 900;
  font-family: 'Open Sans', sans-serif;
  top: 10px;
  left: 7px;
}

.pr-det-sidebar.sidebar .sidebar-body {
  height: calc(100% - 50px);
}

header.about-banner {
  position: relative;
  overflow: hidden;
  background: url(../images/ab-banner.jpg) top/cover no-repeat;
  padding: 0px 0px;
  padding-bottom: 65px;
  margin-top: 0px;
}

header.about-banner .banner-text {
  width: 100%;
  margin: 95px 0px;
  padding: 0;
  max-width: 100%;
}

.inner-banner-head {
  font-size: 42px;
  color: #FFFFFF;
  line-height: 140%;
  font-weight: 800;
}

.about-tabs {
  position: relative;
}

.about-tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-bottom: none;
  padding: 0px 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
}

.about-tabs ul li button {
  padding: 30px 20px;
  border: none !important;
  border-bottom: 4px solid transparent !important;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600 !important;
  color: #2D2D2D;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: 40px;
}

.about-tabs ul li button:hover {
  color: #2323d5 !important;
}

.about-tabs ul li button:active {
  background: #fafafa;
}

.about-tabs ul li button.active {
  color: #2323d5;
  border-bottom-color: #2323d5 !important;
  color: #2323d5 !important;
}

.about-tabs-con-sec {
  margin-top: -102px;
  overflow: hidden;
}

.tabs-inner-wrapper {
  padding: 150px 0px;
  padding-bottom: 180px;
}

.abt-con {
  max-width: 570px;
  padding: 10px 15px;
  margin-left: auto;
  width: 100%;
  margin-bottom: 35px;
}

.cta-wrap {
  padding: 25px 25px;
  min-height: 200px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/cta-pattern.png) #435891 center/cover no-repeat;
}

.cta-wrap .sec-head {
  padding-left: 25px;
  font-size: 32px;
  line-height: 140%;
}

.cta-wrap a {
  min-width: 160px;
  display: inline-block;
  text-align: center;
}

.cta-sec {
  position: relative;
}

.value-grid {
  width: 100%;
  margin-top: 100px;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 1fr;
      grid-template-columns: 60% 1fr;
}

.value-grid .v-img {
  width: 120%;
  position: relative;
  padding-top: 45%;
}

.value-grid .v-img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.value-grid .v-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 300px;
  z-index: 5;
  padding: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/wave-pt.png) #ffba5c;
}

.value-grid .v-text p {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 32px;
  color: #000;
}

.tabs-inner-wrapper.values-sec,
.tabs-inner-wrapper.journey-sec {
  padding-bottom: 0;
}

.timeline:before {
  content: '';
  position: absolute;
  height: 100%;
  left: 50%;
  width: 2px;
  top: -20px;
  border-left: 2px dashed #2323d5;
  z-index: 1;
}

.timeline {
  position: relative;
  margin: 50px auto;
  width: 1000px;
  padding: 50px 0;
}

.timeline ul {
  margin: 0;
  padding: 0;
}

.timeline ul li {
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: normal;
  position: relative;
  width: 50%;
  padding: 40px 40px;
}

.timeline ul li .right_content h2 {
  color: #3b70ef;
  padding: 0px 2px 18px 0px;
}

.timeline ul li:nth-child(odd) {
  float: left;
  text-align: right;
  clear: both;
}

.timeline ul li:nth-child(even) {
  float: right;
  text-align: left;
  clear: both;
}

.timeline ul li:nth-child(even) .timeline-ico:before {
  left: -10px;
  right: auto;
}

.timeline ul li:nth-child(even) h5,
.timeline ul li:nth-child(even) p.para {
  text-align: left;
}

.left_content {
  padding-bottom: 20px;
}

.timeline ul li:nth-child(odd):before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: #ffba5c;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 185, 25, 0.25);
          box-shadow: 0 0 0 8px rgba(255, 185, 25, 0.25);
  right: -10px;
  top: 24px;
  z-index: 5;
}

.timeline ul li:nth-child(even):before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: #ffba5c;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 185, 25, 0.25);
          box-shadow: 0 0 0 8px rgba(255, 185, 25, 0.25);
  left: -10px;
  top: 24px;
  z-index: 5;
}

.timeline ul li h5 {
  font-family: 'Mulish', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 140%;
  text-align: right;
  text-transform: capitalize;
  color: #2D2D2D;
  position: relative;
  z-index: 2;
  margin-top: 30px;
  margin-bottom: 12px;
}

.timeline ul li p.para {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #5B5B5B;
  text-align: right;
  position: relative;
  z-index: 2;
}

.timeline ul li .timeline-ico {
  position: relative;
}

.timeline ul li .timeline-ico:before {
  content: attr(data-year);
  font-weight: 900;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 100px;
  line-height: 140%;
  text-transform: capitalize;
  color: #DEE6EC;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 1;
  right: -15px;
}

.timeline ul li .timeline-ico img {
  position: relative;
  z-index: 2;
}

.timeline ul li:nth-child(odd) .left_content {
  position: absolute;
  top: 12px;
  right: -165px;
  margin: 0;
  padding: 8px 16px;
  color: #fff;
  -webkit-box-shadow: 0 0 0 3px rgba(59, 112, 239, 0.3);
          box-shadow: 0 0 0 3px rgba(59, 112, 239, 0.3);
  border-radius: 18px;
}

.timeline ul li:nth-child(even) .left_content {
  position: absolute;
  top: 12px;
  left: -165px;
  margin: 0;
  padding: 8px 16px;
  color: #fff;
  -webkit-box-shadow: 0 0 0 3px rgba(59, 112, 239, 0.3);
          box-shadow: 0 0 0 3px rgba(59, 112, 239, 0.3);
  border-radius: 18px;
}

@media (max-width: 1000px) {
  .timeline {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .timeline {
    width: 100%;
  }
  .timeline:before {
    left: 20px;
  }
  .timeline ul li :is(p.para, h5) {
    text-align: left !important;
  }
  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even) {
    width: 100%;
    text-align: left;
    padding-left: 50px;
  }
  .timeline ul li:nth-child(odd):before {
    top: -18px;
    left: 10px;
  }
  .timeline ul li:nth-child(even):before {
    top: -18px;
    left: 10px;
  }
  .timeline ul li:nth-child(odd) .left_content,
  .timeline ul li:nth-child(even) .left_content {
    top: -30px;
    left: 50px;
    right: inherit;
  }
}

.our-team-grid-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(250px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 35px;
  margin-bottom: 45px;
}

.our-team-card {
  position: relative;
  overflow: hidden;
}

.our-team-card .name {
  font-family: 'Mulish', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 140%;
  text-transform: capitalize;
  margin-bottom: 0px;
  color: #2D2D2D;
}

.our-team-card .desig {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #2323d5;
  text-transform: capitalize;
  margin-top: 0px;
  margin-bottom: 10px;
}

.our-team-card .team-img {
  width: 100%;
  padding-top: 100%;
  background: #E7E7E7;
  position: relative;
  margin-bottom: 12px;
}

.our-team-card .team-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.journey-sec > img {
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
     width: 100%;
}

.select-wrap {
  width: 100%;
  position: relative;
}

.select-wrap select {
  border: none;
  border-radius: 10px;
  border: 1px solid #B6B6B6;
  background: #FFFFFF;
  padding: 15px 15px;
  font-size: 14px;
  color: #2D2D2D;
  width: 100% !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 600;
  letter-spacing: 0.3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  min-height: 55px;
}

.select-wrap img {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}

.wizard a,
.tabcontrol a {
  outline: 0;
}

.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li {
  display: block;
  padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}

.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}

.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%;
}

.wizard > .steps > ul {
  overflow: hidden;
}

.wizard > .steps > ul > li a span.number {
  width: 55px;
  height: 55px;
  min-width: 55px;
  min-height: 55px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #645757;
  font-size: 16px;
  font-weight: 600 !important;
  color: #FFFFFF;
  margin-right: 10px;
}

.wizard > .steps > ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  position: relative;
  background: #FFFFFF;
}

.wizard > .steps > ul > li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 3500%;
  height: 1px;
  background: rgba(91, 91, 91, 0.2);
}

.wizard > .steps > ul > li:nth-child(even) a {
  padding-left: 10px;
  padding-right: 15px;
}

.wizard > .steps > ul > li:nth-child(odd) a {
  padding-right: 10px;
}

.wizard > .steps > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  color: #2323d5;
}

.wizard > .steps .current a .number,
.wizard > .steps .current a:hover .number,
.wizard > .steps .current a:active .number {
  background: #2323d5;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  color: #54D871;
}

.wizard > .steps .done a .number,
.wizard > .steps .done a:hover .number,
.wizard > .steps .done a:active .number {
  background: #54D871;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
  /* background: #ff3111;
  color: #fff; */
}

.wizard > .content {
  display: block;
  margin: 0em;
  min-height: 300px;
  overflow: hidden;
  position: relative;
  width: auto;
  border-radius: 5px;
}

.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}

.wizard > .content > .body {
  float: left;
  position: absolute;
  width: 100%;
  height: 95%;
  padding: 1%;
}

.wizard > .content > .body.current {
  float: left;
  position: relative;
  width: 100%;
  height: 95%;
  padding: 1%;
}

.wizard > .content > .body ul {
  list-style: disc !important;
}

.wizard > .content > .body ul > li {
  display: list-item;
}

.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}

.wizard > .content > .body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}

.wizard > .content > .body label {
  display: inline-block;
  margin-bottom: 0.5em;
}

.wizard > .content > .body label.error {
  color: #8a1f11;
  display: inline-block;
  /* margin-left: 1.5em; */
}

.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}

.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}

.wizard > .actions > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wizard > .actions > ul > li {
  width: 100%;
}

.wizard > .actions > ul > li:first-child {
  display: none;
}

.wizard > .actions > ul > li a {
  display: block;
  text-align: center;
  padding: 15px 15px;
  background: #2323d5;
  border-radius: 8px;
}

.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background: #2184be;
  color: #fff;
  display: block;
  text-decoration: none;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa;
}

.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}

.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}

.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}

.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}

.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}

.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}

.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}

.tabcontrol > .content > .body ul {
  list-style: disc !important;
}

.tabcontrol > .content > .body ul > li {
  display: list-item;
}

#commercial-step-form {
  background: #fff;
  padding: 25px 20px;
  -webkit-box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  max-width: 540px;
  margin-left: auto;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#commercial-step-form button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #4CAF50;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#commercial-step-form button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#commercial-step-form button[type="submit"]:active {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

.steps > ul > li > a,
.actions li a {
  padding: 10px;
  text-decoration: none;
  margin: 1px;
  display: block;
  color: #777;
}

.steps > ul > li,
.actions li {
  list-style: none;
}

.inp-group.area-size {
  position: relative;
}

.inp-group.area-size span {
  padding: 10px;
  background: #2323d5;
  color: #FFFFFF;
  position: absolute;
  top: 00;
  right: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 14px;
  font-weight: 600;
}

.cus-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  position: relative;
}

.cus-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.cus-checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cus-checkbox label:before {
  content: '';
  -webkit-appearance: none;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  background: #F9F9F9;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}

.cus-checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 6px;
  height: 14px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cus-checkbox input:checked + label:before {
  background: #2323d5;
}

.inp-text {
  font-size: 12px;
  margin-top: 3px;
}

.commercial-steps-container .form-group > label {
  font-size: 14px;
}

.cm-card {
  width: 100%;
  background: #FFFFFF;
  padding: 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cm-card img {
  margin-right: 12px;
}

.cm-card p {
  color: #2D2D2D;
  font-size: 16px;
  font-weight: 600;
}

.cm-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 15px;
}

.comm-banner-bottom {
  padding-top: 200px;
}

.pest-carousel-sec {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 50px 0px;
  padding-bottom: 85px;
}

.pest-carousel-sec > div {
  position: relative;
  z-index: 2;
}

.pest-carousel-sec > img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pest-carousel-sec .center .pest-card {
  position: relative;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.pest-carousel-sec .center .pest-card-body, .pest-carousel-sec .center .pest-card-icon {
  border: 3px solid #ffba5c;
}

.pest-carousel-sec .pest-carousel {
  margin-top: 45px;
}

.pest-carousel-sec .pest-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent !important;
}

.pest-carousel-sec .pest-carousel .owl-nav button.owl-next {
  right: 20px;
}

.pest-carousel-sec .pest-carousel .owl-nav button.owl-prev {
  left: 20px;
}

.header-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent !important;
}

.header-carousel .owl-nav button.owl-next {
  right: 20px;
}

.header-carousel .owl-nav button.owl-prev {
  left: 20px;
}
.pest-carousel-sec .pest-carousel .owl-stage-outer {
  padding: 12px 0px;
  min-height: 272px;
}

.pest-card {
  width: 100%;
  position: relative;
  max-width: 250px;
  margin: 0 auto;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.pest-card-icon {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  height: 150px;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.pest-card-icon img {
  width: 92px !important;
}

.pest-card-body, .pest-card-icon {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border: 3px solid transparent;
}

.pest-card-body {
  padding: 40px 15px;
  margin-top: -75px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 18px;
  padding-top: 100px;
}

.pest-card-body p {
  text-align: center;
  font-family: 'Mulish', sans-serif;
  color: #2D2D2D;
  font-weight: 700;
  font-size: 18px;
}

.sector-card {
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.sector-card img {
  width: 40% !important;
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sectors-served-sec {
  padding: 45px 0px;
}

.sectors-served-sec .sectors-heading {
  padding-left: 140px;
}

.sectors-carousel .owl-stage-outer {
  padding: 22px;
  padding-right: 0;
}

.cta-sec-comm {
  width: 100%;
  background: url(../images/cta-bg.jpg) center/cover no-repeat;
  padding: 45px 25px;
  border-radius: 16px;
  position: relative;
  z-index: 2;
}

.cta-sec-comm h5 {
  color: #FFFFFF;
  font-size: 18px;
  padding-left: 45px;
  margin-bottom: 0;
}

.cta-sec-comm h5 span {
  font-size: 52px;
  color: #ffba5c;
  font-weight: 600;
  display: block;
  text-transform: capitalize;
}

.cs-grid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(230px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 55px;
  margin-top: 35px;
}

.cs-card {
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.cs-card:hover {
  -webkit-box-shadow: 0px 15px 30px rgba(105, 179, 234, 0.12);
          box-shadow: 0px 15px 30px rgba(105, 179, 234, 0.12);
}

.cs-card .title {
  font-size: 16px;
  padding-top: 22px;
  margin-bottom: 15px;
  overflow: hidden;
  /* text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
          line-clamp: 2; 
  -webkit-box-orient: vertical; */
}

.cs-card .title:after, .cs-card .title::before {
  height: 8px;
}

.case-studies-sec {
  padding: 140px 0px;
  padding-bottom: 180px;
  margin-top: -100px;
}

.login-btn {
  background: #e18509;
  padding: 8px 20px;
  outline: none;
  border: none;
  border-radius: 5px;
  margin-left: 15px;
  color: #fff;
}

.cart-item {
  width: 17px;
  height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0px;
  background: #ffba5c;
  color: #042e3a;
  font-weight: 600;
  font-size: 12px;
  -webkit-transform: translateX(-35%) translateY(20%);
          transform: translateX(-35%) translateY(20%);
}

.saved-loc {
  width: 100%;
}

.saved-loc-wrap {
  width: 100%;
  position: relative;
}

.saved-loc-wrap .form-group {
  margin-bottom: 0;
}

.saved-loc-wrap li {
  padding: 15px 0px;
  border-bottom: 1px solid #eee;
}

.saved-loc-input {
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.saved-loc-input label {
  margin-bottom: 0;
}

.saved-loc-input label::before {
  top: 10%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0s;
  transition: 0s;
}

.saved-loc-input label::after {
  top: 10%;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: 0s;
  transition: 0s;
}

.saved-loc-input input:checked ~ label::before {
  -webkit-transform: translateY(0%) scale(0.6);
          transform: translateY(0%) scale(0.6);
}

.saved-loc p {
  font-size: 14px;
  color: #2D2D2D;
}

.add-new-loc {
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.add-new-loc svg {
  width: 22px;
  margin-right: 10px;
}
.srv-counter.active {
    opacity: 0;
    pointer-events: none;
}
.why-refer-sec {
  background: #EEFBF5;
  padding: 30px 35px;
  margin-top: -50px;
  z-index: 9;
  position: relative;
  margin-bottom: 35px;
}

.why-refer-sec .why-refer-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.why-refer-sec .why-refer-point p {
  margin-top: 0px;
}

.refer-step {
  padding: 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  min-height: 111px;
}

.refer-step.purple {
  background: #F1DAFF;
}

.refer-step.yellow {
  background: #FFECC7;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.08);
}

.refer-step.green {
  background: #E1F9D5;
}

.refer-step span {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  border-radius: 50%;
  font-weight: 600;
  font-size: 16px;
  margin-right: 12px;
}

.refer-step p {
  color: #2D2D2D;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
}

.refer-step-wrap {
  padding: 65px 0px;
}

.v-nav {
  position: relative;
}

.v-nav button {
  padding: 15px 15px;
  color: #2D2D2D;
  font-weight: 600;
  background: #FFFFFF !important;
  border-radius: 0px !important;
}

.v-nav button.active {
  background: #2323d5 !important;
}

.tc-sec {
  padding: 55px 0px;
  padding-bottom: 150px;
  background: #F5FAFD;
}

.refer-tab-con > div {
  padding: 25px;
  background: #FFFFFF;
  width: 100%;
}

.terms li {
  padding: 10px 0px;
}

.accordion button {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.refer-step-container {
  position: relative;
  background: url(../images/refer-bg.svg) center/contain no-repeat;
}

.ct-icon {
  background: #06739873;
  -webkit-box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 25px;
  padding-top: 65px;
  margin-bottom: 25px;
}

.ct-icon img {
  width: 70px;
}

.ct-icon .title {
  font-size: 16px;
  font-weight: 800;
  margin-top: 20px;
  color: #2D2D2D;
  margin-bottom: 10px;
}

.ct-icon .para {
  font-size: 14px;
}

.contact-sec {
  padding: 75px 0px;
  padding-bottom: 150px;
}

.send-btn {
  padding: 15px 30px;
  background: #e18509;
  color: #FFFFFF;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 100px;
  outline: none;
  border: none;
}

.send-btn img {
  margin-left: 12px;
}

@media screen and (min-width: 760px) {
  .ct-icon-wrap.style-2 {
    margin-top: 100px !important;
  }
}
/*# sourceMappingURL=main.css.map */

.glyphicon-chevron-down, .glyphicon-chevron-up {
  display: inline-block !important;
  width: 17px !important;
  height: 17px !important;
}

.glyphicon-chevron-down {
  background: url(../images/time-down.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}

.glyphicon-chevron-up {
  background: url(../images/time-up.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}

.bootstrap-timepicker-widget {
  padding: 15px !important;
}

.bootstrap-timepicker-widget table tbody tr input {
  width: 45px !important;
  border: none !important;
  outline: none !important;
  height: 45px !important;
  color: #4E4B66 !important;
  font-weight: 600 !important;
  background: #f8fafc !important;
  font-size: 14px !important;
  cursor: pointer !important;
}

.bootstrap-timepicker-widget table tbody tr:nth-child(1) a {
  padding: 0 !important;
}

.date-time-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40%;
      grid-template-columns: 1fr 40%;
  gap: 10px;
}
.privacy-sec p, .privacy-sec, .privacy-sec ul li, .privacy-sec a, .privacy-sec span{
     font-family: 'Open Sans', sans-serif !important;
     line-height: 160% !important;
}
.linkedin-icon{
    font-size: 23px;
    color: #035d7c;
}
.career-banner{
    align-items: flex-start !important;
    overflow: unset;
    background: url(../images/ab-banner.jpg) center/cover no-repeat !important;
}
.career-banner .yellow-banner-img img{
    /*width: 300px;*/
    max-height: 450px;
    height:100%;
}
.career-banner .yellow-banner-img{
    align-self: flex-end;
    max-width: 560px;
}
.career-form{
    max-width: 500px;
    
    
}

@media (min-width: 760px){
    .career-form{
        margin-left: 120px;
        margin-top: 30px;
    }
    .career-banner .yellow-banner-img{
    margin-right: 80px;
    }
    .career-sec{
        padding-top: 150px;
    }
     .career-banner{
    max-height: 400px;}
}
@media (max-width: 760px){
   
    .career-banner{
        padding: 15px;
    }
    .career-sec{
        padding-top: 35px;
        padding-bottom: 40px;
    }
}
.file-up-wrap label {
  background: #425891;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  border-radius: 8px;
  padding: 12px 15px;
  padding-right: 20px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
}
.file-up-wrap label:hover{
    transform: scale(0.9); 
} 
.file-up-wrap input{
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
}
.file-up-wrap img {
  margin-right: 10px;
}
.career-carousel{
    position: relative;
}
.career-carousel .career-card{
    background: #F8FCFF;
    border-radius: 12px;
    position: relative;
    padding: 25px 25px;
    margin-bottom: 25px;
}
.career-carousel .career-card img{
    position: absolute;
    bottom:0px;
    left: 0px;
    width: 120px;
    pointer-events: none;
    z-index: 1;
}
.career-carousel .career-card .title{
    font-size: 22px;
    color: black;
    margin-bottom: 10px;
    font-weight: 800;
}
.career-carousel .career-card p{
    font-size: 16px;
    color: black;
    
}
.career-carousel .career-card :is(p, a, .title){
    position: relative;
    z-index: 3;
}
.career-carousel .career-card button{
    position: absolute;
    z-index: 5;
    bottom: 0px;
    transform: translateY(50%);
    right: 18px;
    background: #e18509;
    border-radius: 5px;
    color: white;
    font-size: 14px
}
.career-carousel .career-card a.read-more{
    font-size: 16px;
    font-weight: 600;
    color: #e18509;
    display: block;
    margin-bottom: 45px;
    margin-top: 10px;
}
.close-btn-modal{
    position: absolute;
    top: 25px;
    right: 18px;
    outline: none;
    border: none;
    background: transparent;
}
.close-btn-modal img{
    width: 15px;
    margin-bottom:0px;
}
.theme-modal.login-inner-modal.career-modal .modal-dialog{
    max-width: 550px !important;
}
.career-modal h4{
    font-weight: 800;
}
.career-modal .login-box-wrap{
    padding-top: 30px !important;
}
.main-faq-sec{
    padding: 66px 0px;
    padding-bottom: 150px;
    background: #edf2fb;
}
/*.main-faq-sec .c-acc{*/
/*    padding: 2em;*/
/*    background: white;*/
/*   box-shadow: 0px 10px 25px 0px rgba(144, 157, 181, 0.15);*/
/*}*/
.c-acc{
    position: relative;
}
.c-acc .accordion-item{
    border: none !important;
    border-radius: 0px !important;
    margin-bottom: 20px;
}
.c-acc .accordion-button{
    padding: 20px 20px;
    font-size: 18px;
    font-weight: 600;
}
.inner-faq .accordion-button{
    font-size: 16px;
}
.c-acc .accordion-button:not(.collapsed){
    color: white;
    background: #035d7c;
}
.c-acc .accordion-item.active{
    box-shadow: 0px 10px 25px 0px rgba(144, 157, 181, 0.15);
    /*background: red !important;*/
}
.c-acc .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    transform: rotate(-180deg);
}
.pr-card-body .para{
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}
.price-wrap {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}
.price-wrap >*:nth-child(1){
    color: grey !important;
    margin-right: 8px;
    font-size: 14px !important;
    margin-top: 0px !important;
}
.price-wrap >*:nth-child(2){
    font-size: 17px !important;
    margin-top: 0px !important;
}
@media(min-width: 750px){
.theme-list.inc-list{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
}
.soc-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
}
.soc-list a{
    display: inline-block;
    margin-right: 12px;
    color: #035D7C;
}
.soc-list a i{
    font-size: 19px;
    color: #035D7C;
}
.cer-sec{
    padding: 65px 0px;
    padding-bottom: 120px;
}

.video_link {
  width: 100%;
  padding-top: 54.27%;
  position: relative;
  margin: 25px 0px;
}
.video_link > iframe {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}

.sector-card p {
  position: absolute;
  bottom: 13%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  min-width: max-content;
  font-weight: 700;
}
.pkg-price p, .pkg-price p del{
  color: white;
}
.pkg-price p:nth-child(2){
  font-size: 23px !important;
  font-weight: 700;
}
.pkg-price p:nth-child(1) del{
  font-size: 16px !important;
}
.bread-crumbs{
  display: flex;
  align-items: center;
  position: relative;
  margin: 25px 0px;
}
.bread-crumbs li {
  position: relative;
  padding-right: 15px;
  display: flex;
  align-items: center;
}
.bread-crumbs li a{
  display: inline-block;
  margin-right: 10px;
  color: #050505;
  font-size: 14px;
}
.bread-crumbs li:after{
  content: '/';
  display: inline-block;
  color: #050505;
  font-size: 14px;
  margin-right: 10px;
}
.case-study-page{
  padding: 65px 0px;
  padding-top: 0;
}
.case-study-banner{
  width: 100%;
  position: relative;
  padding-top: 40.66%;
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 12px;
}
.case-study-banner img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.shine {
 background: #f6f7f8;
 background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
 background-repeat: no-repeat;
 background-size: 800px 104px; 
 display: inline-block;
 position: relative; 
 -webkit-animation-duration: 1s;
 -webkit-animation-fill-mode: forwards; 
 -webkit-animation-iteration-count: infinite;
 -webkit-animation-name: placeholderShimmer;
 -webkit-animation-timing-function: linear;
 }

.box {
 height: 300px;
 width: 100%;
 background-size: 800px 300px !important; 
}

div.shine-wrapper {
 display: inline-flex;
 flex-direction: column; 
 vertical-align: top; 
 width: 100%;
}

.lines {
 height: 10px;
 margin-top: 10px;
 width: 100%; 
}
.lines.half{
  width: 50%;
}
.lines.head-line{
  height: 32px;
}

.photo {
 display: block!important;
 width: 100%; 
 height: 100px; 
 margin-top: 15px;
}

@-webkit-keyframes placeholderShimmer {
 0% {
   background-position: -200% 0;
 }
 
 100% {
   background-position: 200% 0; 
 }
}
.row.treatment-wrap:nth-child(even) {
  flex-direction: row-reverse;
}
.row.treatment-wrap{
  justify-content: space-between !important;
}
.prof-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  min-width: 30px;
  min-height: 30px;
  position: relative;
  overflow: hidden;
  margin-right: 5px;
}
.prof-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.prof-link{
  display: inline-block !important;
  padding: 5px 0px !important;
}
.prof-wrap {
  padding: 8px 10px;
  display: flex;
  align-items: center;
  max-width: 134px;
  background: #1c81a4;
  border-radius: 6px;
  margin-left: 13px;
}
.prof-wrap p{
  font-size: 14px;
  margin-bottom: 0;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
          line-clamp: 1; 
  -webkit-box-orient: vertical;
  color: white;
}
.ref-container{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.ref-card{
  border-radius: 20px;
  background: white;
  padding: 20px 20px;
  max-width: 450px;
  position: relative;
  animation: scale 0.5s forwards ease-in-out;
}
.ref-card .ref-card-body{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}
.ref-card .ref-card-body img, .ref-card .ref-card-body SVG {
  width: 65px;
  margin-bottom: 10px;
}
.ref-card canvas{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-40%);
  z-index: 5;
  pointer-events: none;
}
@keyframes scale{
  0%{
    transform: scale(0.7);
  }
  80%{
    transform: scale(1.1);
  }
  100%{
    transform: scale(1);
  }
}
.ref-card .ref-card-body p{
  margin-bottom: 0;
  font-size: 16px;
  color: rgb(58, 58, 58);
  text-align: center;
}
.ref-card .ref-card-body p span.head{
  display: block;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #1bc44b;
  margin-bottom: 10px;
}
.ref-card .ref-card-body p span.off-val{
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
.ref-card button{
  width: 100%;
  display: block;
  padding: 15px 20px;
  border-radius: 12px;
  font-size: 16px;
  color: white;
  font-weight: 600;
  background: #1bc44b;
  outline: none;
  box-shadow: none;
  border: none;
  transition: 0.2s ease-in-out;
}
.ref-card button:hover{
  transform: scale(0.95);
  background: #19b144;
}

.sm-text {
  font-size: 12px !important;
  margin-bottom: 0px !important;
}
.r-btn{
  border: 2px solid rgba(0, 0, 0, 0.08) !important;
  position: relative;
  background: transparent !important;
  color: rgba(0, 0, 0, 0.5) !important;
  cursor: pointer !important;
  user-select: none;
}
.r-btn.active{
  border: 2px solid #2323d5 !important;
  color: #2323d5 !important;
}
.r-btn::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(5px) translateX(-5px);
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  pointer-events: none;
}
.r-btn.active::after{
  background: url(../images/blue-tick.svg) center/contain no-repeat !important;
}
.otp-form label{
  display: none !important;
  
}
.otp-form input.error{
  border: 1px solid red;
  box-shadow: 0px 0px 0px 3px rgba(255, 0, 0, 0.25);
}
label.error{
  color: rgb(212, 32, 32);
  font-size: 14px;
  margin-top: 10px;
}
input.error, textarea.error, input.error:focus, textarea.error:focus{
  border-color: rgb(212, 32, 32) !important;
  outline: 1px solid rgb(212, 32, 32) !important;
  box-shadow: 0px 0px 0px 3px rgba(212, 32, 32, 0.2) !important;
  color: rgb(212, 32, 32);
}
#con-loader {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  height: 85%;
  left: 0;
  z-index: 55;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.scrollbar {
  scrollbar-width: thin;
  scrollbar-color: rgb(245, 245, 245) transparent;
}
.scrollbar:-webkit-scrollbar {
  width: 11px;
}
.scrollbar:-webkit-scrollbar-track {
  background: transparent;
}
.scrollbar:-webkit-scrollbar-thumb {
  background-color: rgb(245, 245, 245);
  border-radius: 6px;
  border: 3px solid transparent;
}

/* webkit browsers */
.scrollbar::-webkit-scrollbar,
.scrollbar::-webkit-scrollbar-thumb {
  height: 26px;
  border-radius: 13px;
  background-clip: padding-box;
  border: 10px solid transparent;
}
.scrollbar::-webkit-scrollbar-thumb {        
  box-shadow: inset 0 0 0 10px;
}
.or{
  display: flex;
  width: 100%;
  margin-bottom: 0;
  margin: 20px 0px;
  justify-content: center;
}
.or span:not(.p){
  flex: 1 1 auto;
  height: 2px;
  background-color: rgb(218, 218, 218);
}
.or span.p{
  font-size: 14px;
  margin: 0px 10px;
}
.apply-credit{
  display: block;
  border-radius: 5px;
  padding: 12px 15px;
}
.srv-pack-card .srv-card-header{
  border-bottom-color: transparent !important;
}
.srv-pack-card .srv-card-footer{
  border-top-color: transparent !important;
}
li .dropdown:hover ul.dropdown-menu{
  position: absolute; 
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate(0px, 43px);
  display: block;
}
.tag-line{
  margin-bottom: 0px;
  line-height: 140%;
  font-family: 'Mulish', sans-serif;
  color: #ffba5c;
  font-style: italic;
  font-size: 13px;
}
.dropdown-menu-dark{
  background-color: #042e3ad6 !important;
  backdrop-filter: blur(15px);
}
.pkg-btn{
  position: relative;
}
.pkg-btn span{
  position: relative;
  z-index: 3;
  transition: 0.2s ease-in-out;
}
.pkg-btn:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #042e3a;
  transform-origin: bottom;
  transform: scaleY(0);
  transition: 0.2s ease-in-out;
}
.pkg-btn{
  overflow: hidden;
}
.pkg-btn:hover:after{
  transform: scaleY(1);
}
.pkg-btn:hover span{
  color: white !important;
}
.bt-list {
  display: flex;
  align-items: center;
}
.bt-list li a {
  padding: 2px 10px;
  display: inline-block;
  font-size: 14px;
  color: #3b3b3b;
}
.bt-wrap{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.m-close {
  position: absolute;
  margin: 0px !important;
  outline: none;
  border: none;
  background: transparent;
  padding: 0px !important;
  font-size: 21px;
  top: 25px;
  right: 15px;
  color: #808080;
  font-weight: 400 !important;
}
.main-btn.added {
  background: gray;
}
.main-btn.add_to_cart_s:not(.added):hover {
  background: #e18509;
}
.main-btn{
  transition: 0.2s ease-in-out;
}
.add-to-cart.main-btn:hover{
  background: #042e3a;
}

@media (max-width: 640px){
  .header-carousel .owl-nav{
    display: none;
  }
  .value-grid .v-img{
    width: 100%;
  }
  .timeline ul li .timeline-ico::before{
    left: -10px;
    right: unset;
  }
}
#clearBtn {
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid black;
  padding: 2px 10px;
  border-radius: 5px;
}

.main-service-sec h3 {
    font-size: 16px;
    text-align: center;
    padding: 15px;
    font-weight: 700;
    letter-spacing: 1.1px;
    color: black;
    background: #067398;
    margin-bottom: 30px;
}


.main-service-sec a:hover {
    color: #ffba5c;
}

.main-service-sec img {
    box-shadow: rgb(0 0 0 / 15%) -1px -7px 14px;
}


.main-service-sec a {
    color: white;
}
.brand-logo a {
    /* width: 89px!important; */
}
.brand-logo img {
    /* width: 82px!important; */
}
.brand-logo {
    display: flex;
}
.brand-logo span {
    font-size: 15px;
    /* margin-top: 60px; */
    line-height: 38px;
    color: #3b4c7a;
    font-weight: 700;
}
.brand-logo p {
    font-size: 22px;
    color: #ffba5c;
    font-weight: 500;
    margin-top: 16px;
}
.bt-wrap p {
    color: #fff;
}
.bt-wrap a {
    color: #e18509;
}
h1.inner-banner-head {
    background: #e18509a8;
    padding: 4px 14px;
    border-radius: 6px;
}
section.serv {
    margin-top: 50px;
    margin-bottom: 44px;
}
.pr-card-wrapper {
    border: 1px solid #06739824;
    box-shadow: rgb(6 115 152 / 8%) 0px 7px 29px 0px;
}
.c-card.career-form {
    background: #067398ba;
}
p.para.df {
    color: #066e92;
}
p#modal-srv-desc {
    color: #000;
}
.accordion-body p {
    color: #000!important;
}
section.servd {
    padding-bottom: 110px;
}
section.servd {
    background: #0673983d;
    padding-top: 33px;
}
.row.treatment-wrap p {
    color: #000;
    font-size: 18px;
}
.row.treatment-wrap img {
    border-radius: 10px;
}
.sidebar-body span {
    background: none!important;
}