@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: 'Montserrat', sans-serif !important;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  font-size: 1vw;
  font-weight: 500;
  padding: 0px !important;
  margin: 0px;
 }

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
}

* {
  scroll-behavior: auto;
}
h3,
h4,
h2,
h5 {
  font-family: 'Montserrat', sans-serif;
}
.animate__animated.animate__slideInRight, .animate__animated.animate__slideInUp {
  --animate-duration:1s;
}
img {
  max-width: 100%;
}
p {
  font-size: 1vw !important;
}
.no-underline{
  text-decoration: none !important;
}
a:hover{
  text-decoration: none !important;
  color: #000;
  font-weight: bold;
}
.appie-single-service {
  padding: 20px !important;
  background: #f7f7f7c7;
  border-radius: 5px;
  transition: all linear 0.3s;
  border: solid #e5e5e5cc 1px;
  min-height: 295px;
  margin-top: 25px;
}
.appie-single-service .icon {
  display: inline-block;
  border-radius: 5px;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background: linear-gradient(135deg, #84bcfa 0%, #2b70fa 100%);
  box-shadow: 0px 6px 10px 0px rgb(16 73 189 / 30%);
  position: relative;
}

.appie-single-service .icon > span {
  position: absolute;
  right: -10px;
  top: -10px;
  height: 30px;
  width: 30px;
  background: #2b70fa;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0px 3px 6px 0px rgb(14 17 51 / 10%);
  line-height: 28px;
  color: #fff;
}

.appie-single-service .appie-title {
  font-size: 17px;
  font-weight: 700;
  /* padding-top: 33px; */
  /* padding-bottom: 10px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;

}

.appie-single-service.item-2 .icon {
  background: linear-gradient(135deg, #f7b8af 0%, #f8452d 100%);
}

.appie-single-service.item-3 .icon {
  background: linear-gradient(135deg, #a0eac2 0%, #31c369 100%);
}

.appie-single-service.item-4 .icon {
  background: linear-gradient(135deg, #d8aaff 0%, #9b2cfa 100%);
}

.appie-single-service.item-2 .icon span {
  background: #f8452d;
}

.appie-single-service.item-3 .icon span {
  background: #31c369;
}

.appie-single-service.item-4 .icon span {
  background: #9b2cfa;
}

#feature_offers{
  background-image: url('../images/website-revamp/what-rocketflow-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0%;
}

#rocketflow_benefits{
  background-image: url('../images/downloads/Group 6895.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#rocketflow-users,#clients{
  background-image: url('../images/website-revamp/who-can-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: center; */
}

#app-overview{
  background-image: url('../images/downloads/Group 6897.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#our-customers{
  background-image: url('../images/downloads/Group 6899.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#page_footer{
  background-color: black;
  color: white;
  padding-top: 45px;
}

.font-18 {
  font-size: 18px;
}
.font-12 {
  font-size: 12px;
}
.bgcolor {
  background-color: #0076bc;
  box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to right, #0076bc, #1f4584);
}
.f-600 {
  font-weight: 600;
  color: #000;
  font-size: 40px;
}
.f-700 {
  font-weight: 700;
}
hr.new1 {
  border: 2px solid #fdab01;
  width: 20%;
  margin-top: 8px;
  position: absolute;
  margin-left: 2%;
  background-color: #fdab01;
}
hr.new2 {
  border: 2px solid #fdab01;
  width: 10%;
  margin-top: 8px;
  position: absolute;
  margin-left: 2%;
  background-color: #fdab01;
}
hr.new3 {
  border: 2px solid #fdab01;
  width: 13%;
  margin-top: 8px;
  position: absolute;
  margin-left: 2%;
  background-color: #fdab01;
}

.fw-600 {
  font-weight: 600;
}
.fw-500 {
  font-weight: 500;
}

.navbar-fixed-top{
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  overflow: visible;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
  padding-top: 0px;
  z-index: 999999999999999;
}
.header.shrink {
  height: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  /* padding-top: 11px; */
}
.logo img {
  width: 200px;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.header.shrink .logo img {
  /* width: 125px; */
}
.topheader {
  background-color: #fff;
  /* box-shadow: 0 0 5px 3px rgba(0, 0, 0, 5%);
  background-image: linear-gradient(to right, #001fe2, #160164); */
}
.font-p,
p {
  font-weight: 500;
  margin-bottom: 0.5rem !important;
}
#usecases_section{
  background-image: url("../images/website-revamp/use-case-bg.png");
  background-size: cover;
}
#usecases_section ul {
  list-style-type: none;
  /* display: flex; */
  /* justify-content: space-between; */
  margin: 0 auto;
  margin-bottom: 10px;
}
#usecases_section ul li {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s ease;
  width: 100%;
}
.navbar-right ul {
  margin: 0;
  list-style-type: none;
}
.navbar-right ul .active a {
  color: #160164;
}
.navbar-right ul li {
  display: inline-block;
  padding: 4px 20px;
}
.navbar-right ul li a {
  /* color: #fff; */
  font-size: 14px;
  /* text-transform: uppercase; */
  font-weight: bold;
}
.navbar-right ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #0076bc;
  transition: width 0.3s;
  margin: 0 auto;
}
.navbar-right ul li a:hover::after {
  width: 50%;
  margin: 0 auto;
}
.navbar-right ul li a:hover {
  text-decoration: none;
}

/* .button-line{
  width: 180px;
  height: 60px;
  cursor: pointer;
  background: transparent;
  border: 1px solid #91C9FF;
  outline: none;
  transition: 1s ease-in-out;
}

.button-line svg {
  position: absolute;
  left: 0;
  top: 0;
  fill: none;
  stroke: #fff;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: 1s ease-in-out;
}

.button-line:hover {
  transition: 1s ease-in-out;
  background: #4F95DA;
}

.button-line:hover svg {
  stroke-dashoffset: -480;
}

.button-line span {
  color: white;
  font-size: 18px;
  font-weight: 100;
} */

/* button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
} */
button.learn-more {
  width: 18rem;
  height: auto;
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  /* background: #282936; */
  background: #4cc5b8;
  border-radius: 1.625rem;
}
button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: '';
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
button:hover .circle {
  width: 100%;
}
button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
button:hover .button-text {
  color: #fff;
}
/*Banner section Style*/
.banner {
  position: relative;
  /* margin-top: 30px; */
  /* padding-bottom: 8%; */
  background-image: url("../images/website-revamp/home-bg.png");
  background-position: top;
  padding-top: 7%;
  background-repeat: no-repeat;
  /* background-size: inherit; */
  background-size: cover;
  /* height: 60vh; */
}
.font-26 {
  font-size: 26px;
  font-weight: 600;
}
.font-16 {
  font-size: 1.35rem;
}
.font-20 {
  font-size: 20px;
  font-weight: normal;
}

.font-smaller{
  font-size: 0.9rem !important;
}

.drop_downpage {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0 auto;
  width: 70px;
  text-align: center;
}
#down:hover {
  cursor: pointer;
}
#rocketflow_section.down_page {
  /*background-image: url(../images/whatisrocketflow1.jpeg);*/
  background-color: #f4fafd;
  /* background-image: linear-gradient(to right, #0076bc, #1f4584); */
  background-repeat: no-repeat;
  min-height: 596px;
  position: relative;
  background-size: cover;
}
.w-150 {
  width: 150px;
}
.w-35 {
  /* width: 35%; */
}
.text_S {
  font-size: 18px;
}
.pink {
  /* background-image: linear-gradient(to right, #ffbb94, #f65050); */
  background: #feeff0;
}
.btn-pink {
  background: #f65050;
  color: #fff !important;
  width: 150px;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.orange {
  background: #fef8ea;
}
.bg-darkblue{
  background:#001fe2;
}
.bg-blue{
  background-color: #160164;
  border-radius: 10px;
}
.bg-yellow{
  background: #ffcc00;
}
.bg-lightorange{
  background: #fdab01;
  border-radius: 10px;
}
.border-blue{
  border: 2px solid #35c7f2;
}
.btn-orange {
  background: #fdab01;
  color: #fff !important;
  width: 155px;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.grey {
  background: #f6f6f6;
}
.btn-grey {
  background: #0076bc;
  color: #fff !important;
  width: 155px;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.darkblue {
  background: #1f4f84;
}
.white {
  background: #fff;
  box-shadow: 0 0 4px 4px rgb(0 0 0 / 10%);
}
.darkgrey {
  background: #6e6c6c;
}
.banner_bg {
  position: relative;
  background-image: url('../images/website-revamp/Group 7079.svg');
  /* height: 360px; */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  /* margin-top: -3px; */
  /* top: 25%; */
  left: 11%;
}
.btn-white{
  background-color: white;
  border-radius: 6px;
}
.btn-lightblue{
  background-color:#685dff;
  /* opacity: 0.5; */
  border-radius: 6px;
}
.text-darkblue{
  color: #160164!important;
}
.banner_up {
  /* position: relative; */
  /* top: 20%; */
  /* right: 7%; */
  /* width: 100%; */
  padding: 35px 0px;
  min-height: 65vh;
}

.leaflet-popup-content-wrapper {
  background: none !important;
  box-shadow: none !important;
}
.leaflet-container a.leaflet-popup-close-button {
  display: none !important;
}
.leaflet-popup-tip {
  display: none !important;
}
.current_speed {
  background: white;
  width: 130px;
  height: 45px;
  float: right;
  color: #000;
  text-align: center;
  line-height: normal;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.green-dot {
  width: 15px;
  height: 15px;
  background: white;
  border: 2px solid #74ae35;
  border-radius: 50%;
}
.red-dot {
  width: 15px;
  height: 15px;
  background: white;
  border: 2px solid #c5132b;
  border-radius: 50%;
}
.blink_car {
  background: url(../images/car.svg) no-repeat center rgba(243, 242, 63, 0.3);
  background-size: 15px 15px;
  width: 22px;
  height: 22px;
  float: left;
  margin-left: 840px;
  margin-top: 100px;
  border-radius: 50%;
  border: 5px solid #f3f13f;
  animation: blink 2s infinite;
  padding: 12px;
}
.side-banner {
  text-align: right;
}
.btn-blue {
  background-image: linear-gradient(to right,#1c3ede ,#03d8f5);
  border-radius: 0.25rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.contact-bg{
  background-image: linear-gradient(to right,#0088e2 ,#003ea8);
}
#aboutUsBanner{
  background-image: linear-gradient(to right, #0074db , #003d5b);
}
#contact-card-section{
  background-color: #fbfbfb;
  position: relative;
}
#contact-card-section .form-control{
  background-color: #fafafa!important;
  border: none;
  padding: 12px;
}
.btn-outline-blue {
  border-radius: 0.25rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  border: 1px solid #0076bc;
}
.btn-blue:hover {
  transform: scale(1.2);
  background-color: blue;
}
.btn-blue:hover {
  transform: scale(1.2);
}
.drift-widget-avatar.circle,
.drift-widget-controller-icon.circle,
.drift-widget-controller.circle,
.drift-widget-recipient-avatar.circle {
  background: blue !important;
}
.circle-usecase {
  border-radius: 20%;
  box-shadow: 0 0 10px 0px rgb(0 0 0 / 13%);
  padding: 20px;
  background: #eeeeee;
}
.circle-usecase:hover{
  /* border: 1px solid #001fe2; */
  background-color: #ff9898;
}
.circle-usecase img{
  height: 80px;
  width: 80px;
}
.btn,
button {
  outline: none !important;
  text-transform: capitalize;
  font-weight: bold;
}
.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}

.wrapper_hiwleft .line_H24 {
  text-align: justify;
}
@-webkit-keyframes blink {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(243, 242, 63, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(243, 242, 63, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(243, 242, 63, 0);
  }
}
.blink_dot {
  background: #fff;
  width: 5px;
  height: 5px;
  float: left;
  margin-left: 840px;
  margin-top: 100px;
  border-radius: 50%;
  border: 5px solid #64fc47;
  animation: blinkdot 2s infinite;
  padding: 5px;
  position: relative;
}
@-webkit-keyframes blinkdot {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(100, 252, 71, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(100, 252, 71, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(100, 252, 71, 0);
  }
}

.blink_person {
  background: url(../images/person.svg) no-repeat center rgba(56, 57, 62, 0.3);
  background-size: 15px 15px;
  width: 22px;
  height: 22px;
  float: left;
  margin-left: 270px;
  margin-top: 240px;
  border-radius: 50%;
  border: 5px solid rgba(145, 145, 158, 1);
  animation: blink_person 2s infinite;
  padding: 12px;
}
@-webkit-keyframes blink_person {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(256, 256, 256, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(256, 256, 256, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(256, 256, 256, 0);
  }
}
.map_tooltip {
  background: white;
  width: 155px;
  line-height: 25px;
  padding: 5px 10px;
  border-radius: 4px;
  color: #000;
  float: left;
  display: flex;
  align-items: center;
  font-size: 14px;
  position: relative;
  top: -4px;
  left: 0px;
}
.map_tooltip:after {
  content: "";
  width: 0;
  position: absolute;
  bottom: -8px;
  left: 69px;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.map_tooltip2 {
  background: white;
  width: 155px;
  line-height: 25px;
  padding: 5px 10px;
  border-radius: 4px;
  color: #000;
  float: left;
  display: flex;
  align-items: center;
  font-size: 14px;
  position: relative;
  top: 30px;
  left: -99px;
}
.map_tooltip2:after {
  content: "";
  width: 0;
  position: absolute;
  top: 9px;
  right: -12px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #fff;
}
.banner_heading {
  /*background-color: #322bc9;*/
  color: #ffffff;
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  text-transform: capitalize;
  width: 100%;
  /* padding: 10px;
  border-radius: 5px 5px 0 0;
  width: 93%;
  margin: 0 auto; */
}
.banner_bgwrapper {
  /*background-color: #f4f8f9;*/
  padding: 15px 15px 1px 15px;
  width: 100%;
  border-radius: 5px;
}
.banner_row {
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  color: #000;
}
.banner_destination_bx {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 30px;
  position: absolute;
  right: 150px;
  bottom: 50px;
}
.left_desti {
  position: relative;
  padding-left: 10px;
}
.left_desti:after {
  background: #000;
  width: 1px;
  height: 39%;
  content: "";
  position: absolute;
  top: 20px;
  left: -2px;
  z-index: 1;
}
.desti_1 {
  position: relative;
}
.desti_2 {
  position: relative;
}
.desti_1:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -17px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #6eab2a;
  border: 1px solid #000;
  z-index: 9;
}
.desti_2:after {
  content: "";
  position: absolute;
  bottom: 28px;
  left: -17px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d0011b;
  border: 1px solid #000;
  z-index: 9;
}
.right_desti {
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 10px;
  border-left: 1px solid #000;
}

/*Awsome features style*/
.feature_bx {
  padding: 50px 64px 0px 32px;
  /* background-color: #eeeeeea3; */
}
/* 
.new_section{
  background-color: #eeeeeea3;
} */

.single-feature-boxleft {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.07);
  width: 270px;
  height: 155px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  padding: 25px;
  font-size: 13px;
  line-height: 20px;
  margin-top: 60px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -mox-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 0;
  right: -59px;
  color: #777777;
  z-index: 90;
}
.single-feature-boxright {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.07);
  width: 270px;
  height: 155px;
  padding: 25px;
  font-size: 13px;
  overflow: hidden;
  line-height: 20px;
  margin-top: 60px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.3s ease-in-out;
  -mox-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 0;
  left: -50px;
  color: #777777;
  z-index: 90;
}
.single-feature-boxleft:hover {
  box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
  top: -4px;
  background-color: #0076bc;
  color: #fff;
  cursor: pointer;
}
.single-feature-boxleft:hover .blue_text {
  color: #fff;
  font-weight: normal;
}
.active_bx {
  background-color: #0076bc;
  color: #fff;
}
.active_bx .blue_text {
  color: #fff;
}
.single-feature-boxright:hover {
  box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
  top: -4px;
  background-color: #0076bc;
  color: #fff;
  cursor: pointer;
}
.single-feature-boxright:hover .blue_text {
  color: #fff;
  font-weight: normal;
}
.features_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 50px;
  margin-left: 0px;
  /* width: 307px; */
  height: 622px;
  /*   background: url(../images/features-center-image.png); */
}
.features_upperimg {
  width: 279px;
  height: 498px;
  overflow: hidden;
  position: absolute;
  top: 53.3%;
  left: 56%;
  transform: translate(-50%, -50%);
}
.features_upperimg .carousel-inner {
  height: 479px;
}
.d_n {
  display: none;
}
.feature-border {
  position: absolute;
  top: 40px;
  left: 15px;
  z-index: 0;
}
.bg-border1 {
  height: 550px;
  width: 550px;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  position: relative;
  -webkit-animation: spin-right 20s linear infinite;
  animation: spin-right 20s linear infinite;
}
@-webkit-keyframes spin-right {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.dots {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.dot {
  height: 23px;
  width: 23px;
  background-color: #0084ff;
  position: absolute;
  top: 0px;
  left: 0;
  border-radius: 50%;
}
.bg-border1 .dot.dot-1 {
  position: absolute;
  top: 60px;
  left: 80px;
  z-index: 1;
  background-color: #0d688b;
  animation: pulse 2s infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(63, 167, 228, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(63, 167, 228, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(63, 167, 228, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(63, 167, 228, 0.4);
    box-shadow: 0 0 0 0 rgba(63, 167, 228, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(63, 167, 228, 0);
    box-shadow: 0 0 0 10px rgba(63, 167, 228, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(63, 167, 228, 0);
    box-shadow: 0 0 0 0 rgba(63, 167, 228, 0);
  }
}
.dot.dot-2 {
  position: absolute;
  z-index: 1;
  left: auto;
  top: 60px;
  right: 80px;
  background-color: #4dddbc;
  animation: pulse2 2s infinite;
}
@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(24, 201, 160, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(24, 201, 160, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(24, 201, 160, 0);
  }
}
@keyframes pulse2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(24, 201, 160, 0.4);
    box-shadow: 0 0 0 0 rgba(24, 201, 160, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(24, 201, 160, 0);
    box-shadow: 0 0 0 10px rgba(24, 201, 160, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(24, 201, 160, 0);
    box-shadow: 0 0 0 0 rgba(24, 201, 160, 0);
  }
}

.dot.dot-3 {
  position: absolute;
  top: auto;
  bottom: 60px;
  left: 80px;
  background-color: #b70fd8;
  animation: pulse3 2s infinite;
}
@-webkit-keyframes pulse3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(158, 10, 187, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(158, 10, 187, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(158, 10, 187, 0);
  }
}
@keyframes pulse3 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(158, 10, 187, 0.4);
    box-shadow: 0 0 0 0 rgba(158, 10, 187, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(158, 10, 187, 0);
    box-shadow: 0 0 0 10px rgba(158, 10, 187, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(158, 10, 187, 0);
    box-shadow: 0 0 0 0 rgba(158, 10, 187, 0);
  }
}
.dot.dot-4 {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 60px;
  right: 80px;
  background-color: #7acc20;
  animation: pulse4 2s infinite;
}
@-webkit-keyframes pulse4 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(106, 91, 13, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(106, 91, 13, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(106, 91, 13, 0);
  }
}
@keyframes pulse4 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(106, 91, 13, 0.4);
    box-shadow: 0 0 0 0 rgba(106, 91, 13, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(106, 91, 13, 0);
    box-shadow: 0 0 0 10px rgba(106, 91, 13, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(106, 91, 13, 0);
    box-shadow: 0 0 0 0 rgba(106, 91, 13, 0);
  }
}
.bg-border2 {
  height: 380px;
  width: 380px;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  margin: 85px;
  position: relative;
}
.bg-border2 .dot.dot-1 {
  position: absolute;
  top: 180px;
  left: -10px;
  z-index: 1;
  background-color: #f3e11b;
  animation: pulse5 2s infinite;
}
@-webkit-keyframes pulse5 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@keyframes pulse5 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
.bg-border2 .dot.dot-2 {
  position: absolute;
  top: 180px;
  right: -10px;
  z-index: 1;
  background-color: #cb0119;
  animation: pulse6 2s infinite;
}
@-webkit-keyframes pulse6 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(158, 10, 187, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(158, 10, 187, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(158, 10, 187, 0);
  }
}
@keyframes pulse6 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(158, 10, 187, 0.4);
    box-shadow: 0 0 0 0 rgba(158, 10, 187, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(158, 10, 187, 0);
    box-shadow: 0 0 0 10px rgba(158, 10, 187, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(158, 10, 187, 0);
    box-shadow: 0 0 0 0 rgba(158, 10, 187, 0);
  }
}

/*How it work style*/
.light-greybg {
  background-color: #f4fafd;
}
.hiw_wrapper {
  padding: 40px 30px 0px 30px;
}
.wrapper_hiwleft {
  /* padding: 60px; */
  margin-top: 100px;
  /* border-radius: 5px;
  -webkit-box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.07);
  background-color: #fff; */
}
.hiw_Heading {
  font-size: 30px;
  color: #000;
  position: relative;
}
.hiw_Heading:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #302ac8;
}
.wrapper_howtimeline {
}

.hiw_row {
  height: 80px;
  width: 320px;
  padding: 0 10px;
  text-align: right;
  margin-bottom: 60px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -mox-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 0;
  z-index: 99;
}
/*.hiw_row:hover
{
  background-color: #302ac8;
  color: #fff;
  top:-5px;
  -webkit-box-shadow: 0 0 12px 3px rgba(0,0,0,0.10);
  -moz-box-shadow: 0 0 12px 3px rgba(0,0,0,0.10);
  box-shadow: 0 0 12px 3px rgba(0,0,0,0.10);
}*/
.hiw_Icon {
  background-image: url(../images/Login.svg);
  width: 114px;
  height: 64px;
}
.hiw_Icon2 {
  background-image: url(../images/Add-buddy.svg);
  width: 114px;
  height: 64px;
}
.hiw_Icon3 {
  background-image: url(../images/start-tracking.svg);
  width: 114px;
  height: 64px;
}
.hiw_row:hover .blue_text {
  color: #fff;
  font-weight: normal;
}

.hiw_row:hover .hiw_Icon {
  background-image: url(../images/Login-02.svg);
  width: 114px;
  height: 64px;
}
.hiw_row:hover .hiw_Icon2 {
  background-image: url(../images/Add-buddy-02.svg);
  width: 114px;
  height: 64px;
}
.hiw_row:hover .hiw_Icon3 {
  background-image: url(../images/start-tracking-02.svg);
  width: 114px;
  height: 64px;
}

/*user counting  style*/
.counting_bg {
  padding-top: 30px;
  padding-bottom: 30px;
  background: url(../images/path-bg.png) #302ac8;
  background-size: cover;
}
.count_one {
  /*width:200px;*/
}
.count_one img {
  height: 53px;
}

/*App Section Style*/
.app_section {
  padding: 80px 40px;
  background: url(../images/black-right-bg.png) no-repeat right;
}
.slider_background {
  background: url(../images/features-center-image1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  max-width: 259px;
  height: 528px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0px;
}

.app-slider {
  text-align: center;
  width: 100%;
}
.app-slider .carousel-inner {
  top: 69px;
  width: 237px;
  height: 408px;
  left: 12px;
}
.app-slider .carousel-inner .carousel-item {
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.app-slider .carousel-indicators {
  bottom: -35px;
}
.app-slider .carousel-indicators .active {
  background-color: #363636;
}
.app-slider .carousel-indicators li {
  background-color: #9b9b9b;
}

/*Get In touch style*/
.getintouch_section {
  /* background-color: #fff; */
  padding: 20px 0px;
  border-top: solid #f1f1f1 1px;
}
.text-darkgrey {
  color: #3d3d3d;
}
.center-Bline {
  width: 45px;
  height: 3px;
  background-color: #0076bc;
  margin: 0 auto;
}
.contact-bgshadow {
  padding: 40px 0px;
  margin-top: -15px;
  /* border-radius: 8px;
  -webkit-box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.07); */
}

.font-14{
  font-size: 0.78rem;
}
.card-transparent{
  background: #fff;
  position: absolute;
  top: 85px;
  height:340px;
  z-index: 99;
  border-radius: 30px;
  box-shadow: 0 0 8px 4px rgb(0 0 0 / 6%) !important;
}
/* .card-transparent:hover{
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0 0 8px 4px rgb(0 0 0 / 6%) !important;
} */
/* .card-transparent:hover .description{
  display: block;
} */
.description{
  /* display: none; */
  display: block;
}

.badge-light{
  background-color: #ccd5df !important;
}

.whats-new-box{
  box-shadow: 0 0 8px 4px rgb(0 0 0 / 6%) !important;
  border-radius: 10px;
  padding: 10px 0px;
}

.accordion-blue{
  border-radius: 5px !important; 
  width: 100%;
  padding: 0.75rem !important;
  background-color: #006df9;
  font-weight: bold;
  border: none;
  display: flex;
  justify-content: center;
}

.accordion-blue:hover{
	background-color: #0054a5;
}

.products-bgshadow{
  /* padding: 40px; */
  margin-top: 40px;
  background: #eeeeee;
  border-radius: 50px;
  position: relative;
  height: 21rem;
  margin-bottom: -10rem;
  box-shadow: rgb(100 100 111 / 0%) 0px 7px 29px
}
/* .how-works{
  background-image: url("../images/website-revamp/how-works.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
} */

.how-works{
   /* background-color: #eeeeeea3;*/
   border-top: solid #f1f1f1 1px;
   border-bottom: solid #f1f1f1 1px;
   padding: 20px 0px;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: none !important;
  outline: 0;
  padding: 4px !important;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 0px !important;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
  width: 430px !important;
  border-bottom: 1px solid rgb(210, 210, 210) !important;
}

.contact-form .form-control{
  background-color: #eeeeee;
  border-radius: 6px;
}
.contact-form label, .contact-form label h6 {
  font-size: 11px;
  width: 100%;
}
.contact-form h6 {
  font-size: 13px;
  width: 100%;
}
.contact-form input {
  background: #fff !important;
  font-size: 14px !important;
  border-radius: 3px !important;
  border: solid #ccc 1px !important;
}
.contact-form select {
  background: #fff !important;
  font-size: 11px !important;
  border-radius: 3px !important;
  border: solid #ccc 1px !important;
  padding: 10px;
}

.contact-form1 {
  background-color: #f1f2f2;
  /* box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to right, #0076bc, #1f4584); */
  padding: 20px;
  border-radius: 8px;
  height: 405px !important;
}
#name_error,
#mobile_error,
#email_error{
  font-size: 12px;
  color: #f00 !important;
  margin-top: 6px;
}
.card-grey{
  background-color: #ffffff;
  border-radius: 6px;
  border: none;
  height: 100%;
}
/* #arrow-icon{
  display: none;
} */
.card-grey:hover{
  background-color: #ffffff;
  border-left: 7px solid #685dff;
  box-shadow: 0 0 8px 4px rgb(0 0 0 / 6%) !important;
  -webkit-transition: all linear .2s;
}
/* #arrow-icon:hover {
  display: block;
} */
.card-grey:active{
  background-color: #ffffff;
  /* border-left: 7px solid #685dff; */
}

#card1:hover{
  border-left: 7px solid #f69797;
}

#card2:hover{
  border-left: 7px solid #6eec86;
}

#card3:hover{
  border-left: 7px solid #6c6bfa;
}

#card4:hover{
  border-left: 7px solid #f78d4c;
}

.free-trial:hover{
  color: white !important;
  -webkit-transition: all linear .2s;
  background-color: #023380;
}


#features_section{
  /* background-image: url("../images/website-revamp/features-bg.png"); */
  /* background-size: cover; */
  background-color: #eeeeee;
}
#contact_us,#our_products,#whats_new{
  background-image: url("../images/website-revamp/get-in-touch-bg.png");
  background-size: cover;
}
#ourTeam{
  background-image: url("../images/website-revamp/our-team.png");
  background-size: cover;
}
.team-box {
  padding: 3% 3%;
  text-align: center;
  min-height: 100%;
  width: 100%;
  height: 300px;
  border: none;
  border-radius: 16px;
}
.team-box .profile{
  /* width: 65%; */
  text-align: center;
  margin: 0 auto;
}
#faq-section{
  /* background-image: url("../images/website-revamp/faq-bg.png"); */
  background-size: cover;
  background-position: center;
}
.bg-lightred{
  background: #ff9898;
  border-radius: 10px;
}
.bg-lightgreen{
  background: #66ef86;
  border-radius: 10px;
}
.bg-purple{
  background: #685dff;
  border-radius: 10px;
}
.bg-orange{
  background: #ff8e4d;
  border-radius: 10px;
}
.contact-form .form-control,
.contact-form1 .form-control,
#contact-mul {
  border-radius: 6px!important;
  font-size: 18px;
  padding: 6px 10px;
  margin-bottom: 15px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #fff;
  height: 40px;
  color: #000;
}
#contact-mul {
  padding: 6px 10px !important;
}
#contact-mul .select2-container{
  width: 100%!important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #000 !important;
  line-height: 28px;
  padding: 6px 10px !important;
  font-size: 18px !important;
  margin-left: 5px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  font-weight: bold;
  height: 36px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #eee !important;
  border: none !important;
  border-radius: 6px !important;
}
.select2-container .select2-selection--single {
  height: 40px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 6px !important;
}
.select2-default,
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #000 !important;
}
.drift-widget-controller {
  height: 45px !important;
  width: 45px !important;
  box-shadow: 0 0 8px 4px rgb(0 0 0 / 6%) !important;
  right: 3px !important;
  bottom: 31px !important;
}
.bg-grey {
  background: #f4fafd;
}
.contact-form .form-control:focus {
  box-shadow: none;
}
.contact-form1 .form-control:focus {
  box-shadow: none;
}
.contact-form textarea.form-control {
  transition: height 0.5s;
}
.contact-form textarea.form-control:focus {
  height: 80px;
}
.btn-cnt-bg {
  background-color: white;
  color: #0076bc;
  text-transform: uppercase;
  font-size: 13px;
  padding: 10px 30px;
}
.getint_row {
  height: 100px;
  padding-left: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.07);
  color: #000;
  background-color: #fff;
}

.footer-line {
  background-color: #e3e3e3;
  width: 87%;
  height: 1px;
}
.footer-menu {
  margin: auto;
  list-style-type: none;
  float: right;
}
.footer-menu li {
  display: inline-block;
  padding: 0 10px;
}
.footer-menu li a {
  color: #000;
  text-decoration: none;
}

.footer-menu li a:hover {
  color: #3c3d3d;
  text-decoration: none;
  border-bottom: 1px solid #3c3d3d;
}

.bottom-footer {
  /* background-color: #0076bc; */
  padding: 10px 20px;
  text-align: center;
  color: #000;
  font-size: 14px;
}

.btn-top {
  width: 40px;
  height: 40px;
  background: #3e37d6;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 95px;
  right: 42px;
  display: none;
}

/*Privacy Policy Style Section*/
.breadcum {
  text-align: right;
  margin-top: 110px;
}
.breadcum ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.breadcum ul li {
  display: inline-block;
  padding: 0 3px;
}
.breadcum ul li a {
  color: #000;
}
.breadcum ul li a:hover {
  text-decoration: none;
}
.privacy-Picfixed {
  position: fixed;
  top: 100px;
  z-index: -10;
  min-width: 350px;
  width: 350px;
}

.text_XL {
  font-size: 3rem;
}
.text_L {
  font-size: 32px;
}
.text_M {
  font-size: 21px;
}
.text_X {
  font-size: 18px;
}
.text_x {
  font-size: 16px;
}
.text_s {
  font-size: 14px;
}
.text_xs {
  font-size: 13px;
}
.text_xxs {
  font-size: 11px;
}
.fw-500 {
  font-weight: 500;
}
.fw-800 {
  font-weight: 800;
}
.text-black {
  color: black;
}

.blue_text {
  color: #0076bc;
  text-align: left;
}
.font-28 {
  font-size: 28px;
}

.line_H24 {
  line-height: 28px;
}
.line_H32 {
  line-height: 32px;
}
.line_H38 {
  line-height: 38px;
}
.leaflet-control-layers-toggle {
  display: none !important;
}
.learning-text {
  margin-top: 20px;
  line-height: 22px;
font-family:  'Montserrat', sans-serif; 
  color: #3d3d3d;
  /*font-weight: 400;
  font-size: 20px;*/
}
#know-more1 {
  background-color: #fff !important;
}
/* #know-more1 .feature_bx {
  padding: 51px 100px 0px 100px !important;
} */
.color-black {
  color: black;
}
/* .fet-img {
  height: 80px;
  width: 80px;
} */
.mt-124 {
  margin-top: 105px;
}
.fet-img {
  height: 60px;
  width: 60px;
}
.navbar {
  padding: 0px;
}

/* castum css */

.form_box {
  padding: 30px;
  background: #ffffff52;
  margin: 30px 0px;
  border-radius: 5px;
  z-index: 8;
  position: relative;
}
.slider_text {
  z-index: 1;
}
.container-fluid.pageBanner {
  /* background-image: linear-gradient(55deg, #0250c5 0%, #00c943 100%); */
  /* opacity: 0.9;*/
  margin-top: 48px;
  padding: 0px 100px;
  min-height: 709px;
  position: relative;
  /* filter: brightness(0.75); */
  
}
/* .container-fluid.pageBanner:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #0000004d;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
} */

.slider_text img {
  width: 20rem;
}

.slider_text h1 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  line-height: 66px;
  margin-top: 65px;
}
.slider_text h5 {
  font-size: 25px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 35px;
}

.nav-link {
  display: block;
  padding: 12px 10px;
}
.dropdown-menu {
  top: 97%;
  border: none;
  border-radius: 0px;
  padding: 0px;
  background-color: #fff;
}
.dropdown-item {
  display: block;
  padding: 11px 20px;
  color: #000000;
  text-align: inherit;
  border-bottom: solid #dfdfdf 1px;
  font-size: 13px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  font-weight: 500 !important;
  color: #00c943 !important;
}
.dropdown-toggle::after {
  top: 3px;
  position: relative;
  color: #00c943;
  display: none;
}

.owl_slidercl{
  border: solid #edededcc 1px;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.services_slider{
  text-align: left;
  position: relative;
  margin-top: 10px;
}

.services_slider img{ border-radius: 10px; height: 180px; text-align: center;}

/*.services_slider .disabled {
  display: block !important;
}*/

.popular_services .items{
  border: 1px solid #ccc;
  border-radius: 5px;
}

.popular_box{
  padding: 20px;
  color: black;
  border-top: 1px solid #ccc;
}

.discraption_cl {
  color: #000;
  padding:15px;
  text-align: left;
  background: #fff;
}
.discraption_cl p {
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-size: 15px !important;
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
  border-bottom: solid #dcdcdc 1px;
  padding-bottom: 5px;
  min-height: 80px;
  line-height: 28px;
}

.discraption_cl p:hover {
  /* position: absolute; */
  height: auto;
  -webkit-line-clamp: inherit;
  display: flex;
  -webkit-box-orient: inherit;
}

.services_box img {
  border-radius: 10px;
  max-height: 220px;
  text-align: center;
  min-height: 200px;
  width: 100%;

}
.services_slider .owl-next {
  position: absolute;
  top: 70px;
  right: 5px;
  display: block;
  z-index: 999;
  background: #00000096 !important;
  height: 30px !important;
  border-radius: 50%;
  width: 30px;
}
.services_slider .owl-prev {
  position: absolute;
  top: 70px;
  left: 5px;
  display: block;
  z-index: 999;
  width: 30px;
  background: #00000096 !important;
  height: 30px !important;
  border-radius: 50%;
}
.services_slider .owl-next span {
  font-size: 36px;
  /* background: #000; */
  color: #fff;
  border-radius: 5px;
  z-index: 999;
  position: relative;
  border-radius: 5px;
  line-height: 29px;
}
.services_slider .owl-prev span {
  font-size: 36px;
  /* background: #000; */
  color: #fff;
  border-radius: 5px;
  z-index: 999;
  position: relative;
  border-radius: 5px;
  line-height: 29px;
}

/* 
.services_slider .owl-dots {
  display: none !important;
}*/
.services_slider .fa {
  color: #fff;
}
.services_box {
  text-align: left;
  border-right: solid #edededcc 1px;
  padding-right: 20px;

}
.our_services {
  /*padding: 55px 0px;*/
  padding: 10px 0px;
}
h4.services_heading {
    color: #00c943;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0px;
    padding: 0px 0px 10px 0px;
    border-radius: 3px;
    position: relative;
}
/*
h4.services_heading:after {
  position: absolute;
  content: '';
  height: 5px;
  width: 80px;
  background: #ff9f51;
  bottom: 0px;
  left: 0px;
  border-radius: 50px;
}*/
.form_box select{
  border: none !important;
  padding: 10px !important;
  height: auto !important;
  font-size: 14px;
  cursor: pointer;
}
.form_box input {
  border: none !important;
  padding: 10px !important;
  height: auto !important;
  font-size: 14px;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
}
.form_box .btn {
  border: none !important;
}

.detail_img img {
  min-width: 100%;
  object-fit: cover;
 /* height: 650px; */
  background: #000;
 /* opacity: 0.8;*/
  width: 100%;
  height: 85vh;
}

.layout_img img{
  min-width: 100%;
  object-fit: cover;
 /* height: 650px; */
  background: #000;
  width: 100%;
  height: 300px;
  object-position: top;
}

.Detail_design {
  background: #fff;
  margin-top: 79px;
  border-radius: 5px;
  padding: 0px;
  width: 100%;
}

.layout_design{
  background: #fff;
  margin-top: 72px;
  border-radius: 5px;
  padding: 0px;
  width: 100%;
}

.form_box h4 {
  font-size: 19px;
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: bold;
}
.discde p,
.layout_desc p {
  font-size: 1vw !important;
  line-height: 2vw;
  color: #000 !important;
}


a.nav-link.dropdown-toggle.text-capitalize .fa {
  font-size: 20px;
  position: relative;
  top: 2px;
}
.contact_formcl {
  border: solid #c9c9c9 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}
.dropdown-item:hover {
  color: #7c7c7c;
  background-color: white;
  font-weight: normal;
}
.slider_image {
  display: flex;
  background: #fff;
  padding: 15px 0px;
  border-radius: 5px;
}
.banner_slidercl {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
}
.contact_formcl h4 {
  margin-bottom: 0px !important;
  padding-bottom: 0px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.contact_formcl input {
  font-size: 13px;
  padding: 10px;
  width: 100%;
}
.city_selectcl ul {
  margin: 0px;
  padding: 0px;
  /* flex-wrap: inherit; */
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -ms-flex-wrap: wrap;
  /* flex-wrap: wrap; */


}
.city_selectcl ul li {
  list-style: none;
  padding: 5px 10px;
  float: left;
  max-width: 210px !important;
  display: block;
  border: solid #fff 1px;
  margin-bottom: 3px;
  border-radius: 5px;
  margin-right: 3px;
}
.city_selectcl li a:hover {
  color: #00c943;
}
.main_heading h2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #000;
  position: relative;
}

.main_heading h2:after {
  content: '';
  background: #00c943;
  height: 5px;
  position: absolute;
  width: 80px;
  border-radius: 50px;
  margin: 0 auto;
  left: 0px;
  right: 0px;
  bottom: -15px;
}
.selectcity_section {
  padding: 20px 0px;
}
.city_selectcl {
  margin-top: 27px;
  border: solid #ccc 1px;
  display: inline-block;
  border-radius: 50px;
  padding: 20px;
  width: 100%;
  overflow-y: clip;
  overflow-x: scroll;
}

.city_selectcl::-webkit-scrollbar {
  display: none;
}

.footer_bt {
  border-top: solid #383838 1px;
  display: inline-block;
  padding: 20px 15px 0px 15px;
  width: 100%;
}
.footer_bt h3 {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 16px;
  position: relative;
}
.footer_bt h3:after {
  content: '';
  background: #00c943;
  height: 5px;
  position: absolute;
  width: 80px;
  border-radius: 50px;
  left: 0px;
  right: 0px;
  bottom: 5px;
}
.footer_bt p {
  font-size: 1vw !important;
  line-height: 2vw;
  margin-bottom: 18px;
  color: #d9d9d9;
}
.footer_bt strong {
  color: #00c943;
  /*
  background-image: linear-gradient(120deg, #d2007f 0%, #d2007f 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 0 100%;
  transition: background-size 0.25s ease-in-out;
  color: inherit !important;
  font-weight: bold;*/
}
/*
.footer_bt strong:hover {
  background-size: 100% 100%;
  color: #ffffff !important;
  transition: ease all .3s;
}*/

.copyright p.text-white.mb-0.mt-2 {
  color: #00c943 !important;
}
.copyright {
  width: 100%;
  border-top: solid #383838 1px;
  background: #000000;
  padding: 15px 0px;
}
.getintouch_section p {
  text-align: center;
  margin-top: 30px;

}
.home_how_work .appie-single-service {
  min-height: auto !important;
  border: none;
  margin: 0px;
  padding: 0px !important;
}
.box_slidecl {
  border-radius: 10px;
  margin-top: 13px;
  background-image: url("https://rocketflow-prod.s3.amazonaws.com/dynamic-form-images/3aced55e-bd02-4b3a-b5c8-c6dc81bcad44/MISC/1675948039290.png");
  cursor: pointer;
}
.box_slidecl h3 {
  position: relative;
  color: rgb(255, 255, 255);
  font-size: 17px;
  font-weight: bold;
  padding: 10px 10px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;

}
.box_slidecl p {
  position: relative;
  z-index: 1;
  width: 100%;
  line-height: 1.4;
  color: rgb(170, 221, 255);
  font-size: 14px !important;
  padding: 0px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.item img {
  height: 250px;
}
.box_slidecl img {
  height: 155px;
}
.phone_sec .fa {
  background: #00c943;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  border-radius: 50px;
  color: #fff;
  margin-right: 10px;
}
#page_footer .phone_sec a {
  color: #000 !important;
  font-weight: 500 !important;
}
.location_sec {
  background: #fff;
  padding: 15px;
  color: #000;
  margin-bottom: 35px;
  border-radius: 5px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.location_sec .fa {
background: #00c943;
    min-width: 50px;
    max-width: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    border-radius: 50px;
    color: #fff;
    margin-right: 10px;
    float: left;
}
#page_footer h5 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 40px;
}
#page_footer h5:after {
  content: '';
  width: 30px;
  height: 5px;
  background: #00c943;
  position: absolute;
  border-radius: 50px;
  left: 14px;
  top: 30px;
}
.copyright p {
  font-size: 12px !important;
  color: #00c943;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 1vw !important;
  line-height: 2vw;
}
.social_share h5 {
  margin-bottom: 30px;
}
.footer_about img {
  width: 160px !important;
  margin: 0px 0px 5px 0px;
}
.footer_about p {
  font-size: 1vw !important;
  line-height: 2vw;
  margin-bottom: 18px;
  color: #d9d9d9;
}
#page_footer a{
  font-size: 1vw !important;
  line-height: 2vw;
  font-weight: 500;
}
#page_footer a:hover {
  color: #00c943 !important;
}
.healping_sec p {
  font-size: 13px !important;
  line-height: 28px;
  margin-bottom: 18px;
  color: #d9d9d9;
  margin-bottom: 3px;
  border-bottom: dotted #4a4a4a 1px;
}
.services_box {
position: relative;
}
.heading_detail {
  margin-bottom: 30px;
}
.heading_detail h1 {
  float: left;
  font-size: 45px;
  margin-right: 30px;
  margin-top: -11px;
  color: #fff;
  position: relative;
}
h1.vendor-name strong {
  top: -6px;
  position: inherit;
  background: #c76036;
  text-shadow: 0px 1px 1px #d25c3e;
}
.services_secbox {
  padding: 45px 0px 0px 0px;
  background: #D5E9CD6B;
}
.reviewcl {
  padding: 2.45rem 1rem;
  background: #ffffff;
  display: flow-root;
  border-top: solid #f1f1f1 1px;
}
.vendor-bg{
  margin-top: 50px;
  padding: 20px 45px;
}
.vendor-bg:after {
  background: #000;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.8;
}
.location_address img {
  width: 20px !important;
}
.location_address {
  padding: 0px 0px 0px 0px;
  margin-bottom: 10px;
}
.detail_services {
  transition: all linear 0.3s;
  margin-top: 25px;
  margin-right: 1%;
  /*width: 15%;*/
  text-align: center;
  padding: 0px 0px 0px 0px;
 /* background: #FFFFFF;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
position: relative;
float: left;
border-radius: 10px;
cursor: pointer;
width: 100%;

}
.our_work ul {
  padding: 0px;
  margin: 0px;
  width: 100%;
}

.our_work ul li{
  list-style: none;
  width: 24%;
  margin-top: 2%;
  margin-right: 1%;
  float: left;
}
.our_work ul li img {
  height: auto;
  /* min-height: 250px; */
  max-height: 250px;
  border-radius: 5px;
  min-width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.reviewrating ul {
  padding: 0px;
  margin: 0px;
  display: flex;
}
.reviewrating ul li {
  list-style: none;
  background: #FFFFFF;
 /* box-shadow: 0px 4px 4px rgb(0 0 0 / 25%); */
  text-align: center;
  width: 24%;
  margin-right: 1%;
  float: left;
  padding: 20px 10px;
  margin-top: 4%;
}
.reviewrating ul li img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin-bottom: 15px;
}
.reviewrating h4 {
  font-size: 14px;
}
.reviewrating .fa {
  color: #F1C644;
  margin-right: 3px;
}
.reviewrating p {
  font-size: 11px !important;
  margin-top: 12px;
}
.about_us {
  width: 100%;
  padding: 20px 0px;
}
.about_us .bg-white {
  font-size: 14px;
  line-height: 30px;
}
.about_us p {
  font-size: 14px !important;
}
.about_us strong {
  color: #ff9b5d;
}
.contact_btncl {
  width: 100%;
}
.contact_btncl a {
  width: 100%;
  display: block;
  float: none;
  margin-top: 30px;
  background: #81D55E;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 9px;
  font-weight: 800;
  font-size: 38px;
  line-height: 100px;
  color: #FFFFFF;
  text-align: center;
}
.detail_services p {
  text-align: center;
  width: 100%;
  padding: 12px 0px 0px 0px;
  color: #000000 !important;
  /* min-height: 80px; */
  overflow: hidden;
  /* max-width: 75ch; */
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail_services p:hover {
  white-space: normal;
  position: absolute;
  z-index: 999;
  background: #fff;
  padding-bottom: 15px;
  /* border: solid #ccc 1px; */
  /* margin-top: 1px; */
  border-radius: 5px;
}
.reviewrating ul li:nth-child(4) {
  margin-right: 0%;
}
.heading_detail h1 .fa {
  color: #0085ec;
}
.location_open p {
  font-size: 15px !important;
  margin-top: 20px;
}
.heading_detail .fa {
  color: #F1C644;
}
.contact_btncl a:hover {
  color: #fff;
  background: #0085ec;
}
.icon_cl .owl-prev {
  top: 45% !important;
}
.icon_cl .owl-next{
  top: 45% !important;
}

.our_register_section {
  padding: 20px 0px 5px 0px;
  border-bottom: solid #edededcc 1px;
  position: relative;
}
div#top-results-tab img.loading_img {
  top: 10px;
}
.our_register_section h2 {
    margin-bottom: 45px;
}

.register_box {
  padding: 20px !important;
  background: #f7f7f7c7;
  border-radius: 5px;
  transition: all linear 0.3s;
  border: solid #e5e5e5cc 1px;
  margin-bottom: 15px;
  /* box-shadow: 0px 4px 4px rgb(0 0 0 / 25%); */
  text-align: center !important;
  min-height: 226px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.register_box:before {
  content: '';
  width: 0;
  height: 191%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #00c956;
  transition: .5s ease;
  display: block;
  z-index: -1;
}

.register_box:hover::before {
  width: 115%;
}
.register_box img {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  border-radius: 50%;
  border: solid #ffffff 3px;
  background: #fff;
}
.register_box p {
  margin-bottom: 0px;
  margin-top: 10px;
  line-height: 25px;
  height: 106px;
  overflow-y: auto;
  scrollbar-gutter: stable;
}
.register_box p::-webkit-scrollbar {
  width: 10px;
  display:none;
}

/* Track */
.register_box p::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 5px;
}
 
/* Handle */
.register_box p::-webkit-scrollbar-thumb {
  background: red; 
  border-radius: 5px;
}

/* Handle on hover */
.register_box p::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}

.register_box h4 img {
  border: none;
  width: 17px !important;
  height: auto;
  margin-bottom: -2px;
  margin-left: 7px;
}
.register_box:hover {
  background: #00c943;
  color: #fff;
  border-color: #00c943;
}
.register_box h4 {
  font-size: 18px;
  margin-bottom: 10px;
  overflow: hidden;
  max-width: 75ch;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.our_work {
  margin-bottom: 40px;
  display: flex;
}
.faq_section {
  padding: 20px 0px;
  border-top: solid #f1f1f1 1px;
  background-color: #f3f3f3;
}
.faq_section .main_heading h2 {
  margin-bottom: 35px;
}

.accordion .content.active p {
  color: #000 !important;
  text-align: left;
  font-size: 13px !important;
  line-height: 27px;
  /* background: #fbfbfb; */
}
.accordion a::after {
  content: '\002B';
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 20px;
  color: #414042;
  /* padding: 5px; */
  text-align: center;
  top: 25%;
}
.accordion a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: #414042 !important;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
}

.tabwrapper {
  width: 100%;
  padding: 20px 0px;
 /*background: #EAFFFC;*/
  z-index: 2;
  position: relative;
}

.buttonWrapper {
  width: 350px;
  margin: 0 auto;
}
.content {
  display: none;
  padding: 10px 20px;
}

.content.active {
  display: block;
}
button.tab-button.active {
  background: #1EC229;
    color: #fff;
}
button.tab-button {
  padding: 15px 40px;
  border-radius: 50px;
  border: none;
}
.contentWrapper button {
  background: none;
  border: none;
  /* color: #ccc; */
  font-weight: 600;
  font-size: 16px;
  line-height: 42px;
  color: rgba(97, 96, 96, 0.71);
}
.contentWrapper .nav-pills .nav-link.active {
  background: none;
  color: rgba(97, 96, 96, 0.71);
  border-bottom: solid #00c245 2px;
  border-radius: 0px;
}
.detail_services img {
  height: 140px;
  border-radius: 5px;
  opacity: 0.7;
  width: 100%;
  object-fit: cover;
}
.detail_services img:hover {
  opacity: 1;
}
.detail_services .bg_black {
  width: 100%;
}
.bg_black {
  background: #000;
  display: inline-block;
  border-radius: 5px;
  width: 100%;
}
.detail_services .fa {
  position: absolute;
  right: 0px;
  padding: 6px 6px 3px 6px;
  z-index: 3;
  cursor: pointer;
  color: #fff;
  background: #00c943;
  border-radius: 3px;
  margin: 5px;
}
.services_form {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
.services_form h3 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 15px;
}
.services_form input {
  background: #F5F5F5;
  border: navajowhite;
  padding: 25px 15px;
  color: #000;
}
.services_form textarea {
  background: #F5F5F5;
  border: navajowhite;
  padding: 25px 15px;
  color: #000;
}
.services_form select {
  background: #F5F5F5;
  border: navajowhite;
  padding: 10px 15px;
  color: #000;
  line-height: 34px !important;
  height: 50px !important;
}
.services_form .btn {
  width: 100%;
  padding: 11px;
  font-weight: bold;
  font-size: 16px;
}
.our_client {
  padding: 20px 0px;
  background: #ffffff;
  border-top: solid #f1f1f1 1px;
  border-bottom: solid #f1f1f1 1px;
}
.our_client .main_heading h2 {
  margin-bottom: 44px;
}
.our_work_section {
  padding: 20px 0px;
}
.getin_touch {
  padding: 20px 0px;
  background: #ffffff;
  border-top: solid #f1f1f1 1px;
}
.getin_touch .main_heading h2 {
  margin-bottom: 40px;
}
.contact_info {
  background: rgb(129,213,94);
  background: linear-gradient(135deg, rgba(129,213,94,1) 0%, rgba(129,213,94,1) 46%, rgba(135,229,96,1) 46%, rgba(135,229,96,1) 58%, rgba(129,213,94,1) 58%, rgba(129,213,94,1) 100%);
  padding: 40px;
  color: #fff;
}
.getin_touch_form {
  background: #fff;
  padding: 30px;
}
.getin_touch_form input {
  border-bottom: solid #000 1px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0px;
  padding: 15px 0px;
}
.getin_touch_form textarea {
  border-bottom: solid #000 1px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0px;
  padding: 15px 0px;
}
.getin_touch_form select {
  border-bottom: solid #000 1px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0px;
  padding: 15px 0px;
}
.user_detailcl {
  padding: 0px 0px 0px 0px;
  color: #fff;
}
.contact_info h5 {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 20px;
}
.contact_info p .fa-map-marker {
  font-size: 20px;
  float: left;
  background: #ffffff;
  padding: 8px;
  width: 42px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  height: 42px;
  line-height: 28px;
  color: #00c943;
}
.contact_info p .fa-phone {
  font-size: 20px;
  float: left;
  background: #ffffff;
  padding: 8px;
  width: 42px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  height: 42px;
  line-height: 28px;
  color: #00c943;
  margin-top: -9px;
}
.user_detailcl table.table tr td {
  color: #fff;
  border: navajowhite;
  padding: 10px 10px 10px 0px;
}
.user_detailcl strong {

  margin-top: 30px;

}
.user_detailcl table.table {
  width: 65%
}


.close {
  color: #f00;
}
.rating {
  padding-bottom: 15px;
}
.rating .fa:hover {
  color: #00c943;
  cursor: pointer;
}
.contact_info strong {
  color: #EB6024;
  margin-top: 25px;
  display: block;
}
.contact_info table.table tr td {
  color: #fff;
  border: none;
  padding: 10px 0px 5px 0px;
}



.reviewbtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border: none;
  display: inline-flex;
  margin: 30px 0px 0px 0px;
  background: #1EC229 !important;
  border-color: #1EC229 !important;
 }

 
 .reviewbtn:after {
  content: " ";
  width: 0%;
  height: 100%;
  background: #FFD401;
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
 }
 
 .reviewbtn:hover::after {
  right: auto;
  left: 0;
  width: 100%;
 }
 
 .reviewbtn span {
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 18px 25px;
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  z-index: 20;
  transition: all 0.3s ease-in-out;
 }
 
 .reviewbtn:hover span {
  color: #000;
  animation: scaleUp 0.3s ease-in-out;
 }
 
 @keyframes scaleUp {
  0% {
   transform: scale(1);
  }
 
  50% {
   transform: scale(0.95);
  }
 
  100% {
   transform: scale(1);
  }
 }
 

  .phone_sec {
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #fff;
  padding: 15px;
  color: #00c943;
  margin-bottom: 35px;
  border-radius: 5px;
  cursor: pointer;
}
/*
.phone_sec:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5,
             inset -4px -4px 12px #ffffff;
}

.phone_sec:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.phone_sec:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #009087;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.phone_sec:hover {
  color: #ffffff;
}

.phone_sec:hover:before {
  top: -35%;
  background-color: #00c943;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.phone_sec:hover:after {
  top: -45%;
  background-color: #00c943;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
*/


.getin_touch_form .btn {
  width: 100%;
  padding: 18px;
  font-weight: bold;
  font-size: 18px;
}
.faq_section button {
  border: none;
  background: #fff;
  font-size: 18px;
  width: 100%;
  text-align: left;
  padding: 20px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}
.faq_section .accordion-body {
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%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");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
  z-index: 1;
  position: absolute;
  right: 17px;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}
.create-account {
  /* width: 18rem; */
  /* text-align: center; */
  /* border-radius: 0.5rem; */
  /* position: relative; */
  /* padding: 0.75rem !important; */
  /* background-color: #006df9; */
  font-size: 15px;
  /* letter-spacing: 2px; */
  /* text-transform: uppercase; */
  display: inline-block;
  text-align: center;
  font-weight: bold;
  padding: 9px 10px;
  /* border: 2px solid #16d355; */
  border-radius: 2px;
  position: relative;
  /* box-shadow: 0 2px 10px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 10%); */
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s ease all;
  z-index: 1;
}
.create-account:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: #2196f3;
  z-index: -1;
  border-radius: 2px;
}
.create-account:hover:before, .create-account:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}
.create-account:active {
  transform: scale(0.9);
}
.ripples {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 5px;
  position: absolute;
  background-color: #00c943;
  transform: scale(0.6);
  top: -15%;
  right: 40%;
  z-index: -11;
}

.ripples::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
background-color: inherit;
border-radius: 50%;
z-index: -1;
animation: ripple 1.5s ease-out infinite;
animation-delay: 1s;
left: 5%;
}
@keyframes ripple {
  from {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(8);
  }
}


.userform {
  /* background-image: linear-gradient(to bottom, #eaeaea, #fff); */
  /* border-radius: 30px; */
  /* box-shadow: 8px 9px 11px #cfcfcf; */
  /* height: 78vh; */
  /* width: 78%; */
  padding: 30px 20px;
  /* background: #ccc; */
  background: #f7f7f7c7;
  border-radius: 5px;
  /* transition: all linear 0.3s; */
  border: solid #e5e5e5cc 1px;
  text-align: center;
  display: flow-root;
}
.userform input {
  min-height: 57px;
  border-radius: 5px !important;
}
.userform select {
  min-height: 57px;
  border-radius: 5px !important;
  width: 100%;
  background: #fff;
  border: solid #ccc 1px;
  padding: 0px 10px;
}
.userform input#policyCheck {
  min-height: 18px;
}

.userform .icon {
	border-radius: 5px;
}

.userform .icon img {
	width: 1.25rem;
}

.userform .icon1 {
	background-color: #d6eff7;
}

.userform .icon2 {
	background-color: #ffe2e2;
}

.userform .icon3 {
	background-color: #e0f8ff;
}

.userform .icon4 {
	background-color: #ffe5e5;
}

.userform .icon5 {
	background-color: #dfffaf;
}
.userform h2 {
  font-size: 22px;
  margin-bottom: 25px;
  color: #000;
}
.joins_us {
  padding: 115px 125px 75px 125px;
 background: #00c944;
  z-index: 0;
  position: relative;
  /*background: url('/rocketflow-m2c/src/main/webapp/resources/web/images/Bright_green.jpeg');*/
  background-image: url(/resources/web/images/Bright_blue_Signin.svg);
  background-size: cover;
  background-repeat: no-repeat;

}
.joins_us .container-fluid {
  background: #fff;
  z-index: -2;
  position: inherit;
  padding: 80px;
  border-radius: 15px;
}
.userform .btn {
  width: 100%;
  padding: 16px 0px;
  font-weight: bold;
  font-size: 16px;
}

.userform .inpur-group-prepend, .input-group-prepend {
  display: none !important;
}
.userform strong {
  color: #00c957 !important;
}
.userform .dropdown.bootstrap-select.dropup {
  width: 100%;
}
button.btn.dropdown-toggle.btn-light{
  margin: 0px !important;
  border: solid #000 1px !important;
  padding: 10px 10px 12px 10px !important;
  line-height: 20px !important;
  font-weight: normal;
  width: 100% !important;
  line-height: 25px !important;
}
.userform .dropdown.bootstrap-select {
  width: 100% !important;
}
#category-listing-div h2 {
  margin-bottom: 40px !important;
}
a.btn.btn-success.goto {
  margin-top: 20px;
}
.my_account {
  padding: 114px;
  background-image: url(/resources/web/images/Bright_blue_Signin.svg);
}
.my_account .container-fluid {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
}
.my_account .border-dark {
  border-color: #d5d0d0 !important;
}
.requestcl_detail {
  margin-top: 40px;
  border: solid #ccc 1px;
  border-radius: 5px;
}
.requestcl_detail h4 {
  font-weight: bold;
}
.request_detail {
  padding: 55px;
  background-image: url(/resources/web/images/Bright_blue_Signin.svg);
}
.request_detail .container-fluid {
  background: #fff;
  border-radius: 10px;
}
.request_detail .reviewcl {
  border-radius: 0px 10px 10px 0px;
}
.contact_formcl .btn {
  width: 100%;
  padding: 15px 10px;
  font-weight: bold;
}
.businessdata {
  border-radius: 15px;
  margin: 45px 0px;
}
.businessdata img {
  width: 490px;
}
.businessdata ul {
  margin: 0px;
  padding: 47px 0px;
  display: flow-root;
}
.businessdata p {
  font-size: 13px !important;
  color: #a8d5ff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.businessdata ul li {
  float: left;
  list-style: none;
  width: 50%;
  color: #fff;
  position: relative;
  text-align: center;
}
.businessdata ul li h4 {
  font-weight: bolder !important;
  font-size: 20px !important;
  text-transform: capitalize;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}
.businessdata ul li:nth-child(1) {
  text-align: center;
  padding-right: 0px;
}
.businessdata ul li:nth-child(2) {
  padding-left: 0px;
}
.businessdata ul li:nth-child(3) {
  text-align: center;
  padding-right: 0px;
  padding-top: 20px;
}
.businessdata ul li:nth-child(4) {
  padding-left: 0px;
  padding-top: 20px;
}

.businessdata ul li:nth-child(1):after {
  content: '';
  width: 100%;
  height: 1px;
 background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
position: absolute;
left: 0px;
}
.businessdata ul li:nth-child(2):after {
  content: '';
  width: 100%;
  height: 1px;
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
position: absolute;
left: 0px;
}

.businessdata ul li:nth-child(3):after {
  content: '';
  width: 1px;
  height: 100%;
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
  position: absolute;
  right: 0px;
  top: 0px;
}

.businessdata ul li:nth-child(4):after {
  content: '';
  width: 1px;
  height: 100%;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  position: absolute;
  left: -1px;
  bottom: 79px;
}

.businessdata .btn {
  min-width: 50%;
  padding: 10px;
  font-weight: bold;
  font-size: 20px;
  margin-top: 34px;
  cursor: pointer !important;
  margin-bottom: 10px;
}
.businessdata h3 {
  color: #fff;
  font-weight: bold;
  padding-top: 10px;
}

.digit-group{
  /* width: 300px;  */
  margin: 0 auto;
}

.digit-group input{    
  width: 36px;
  display: inline-block;
  text-align: center;
  margin: 2px;
  line-height: 17px;
  border: solid #ccc 1px;
  min-height: 36px;
  }

  .our_client .item img {
    height: auto;
    max-width: initial;
    object-fit: contain;
    border-radius: 5px;
}
.col-2.my-2.businesscat\>.\<a.href\= img {
  height: 160px !important;
  border-radius: 7px;
  cursor: pointer;
}
.category-name {
  /* position: absolute; */
  bottom: 0;
  width: 100%;
  /* background-color: rgba(245, 243, 243, 0.802); */
  color: black;
  text-align: center;
  text-transform: capitalize;
  font-size: 15px !important;
}
.user_detailcl table.table tr {
  float: left;
  width: 32%;
}
.user_detailcl table.table tr td strong {
  margin: 0px;
  color: #00c943;
  width: 40px;
  display: block;
}

#contact_us {
  scroll-margin-top: 160px !important;
}
.sticky-service{
  transition: all 0.4s ease;
}
/*
.pageBanner {
  height: 660px;
  transition: all 0.4s ease;
}*/
.poweredby {
  position: fixed;
  z-index: 999999;
  bottom: 10px;
  left: 10px;
  width: 16%;
  box-shadow: 3px 3px 8px grey;
}
.tick-business {
  top: 2% !important;
  right: 2% !important;
  width: 10% !important;
}
.vendor-name {
  font-size: 34px !important;
  margin: 0px !important;
}
.term_conditation {
  line-height: 14px;
}
.term_conditation a {
  color: #2196f3;
  font-size: 13px;
}
.cityCells img {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin: 0px 0px 5px 0px;
  border: solid #ccc 1px;
  object-fit: cover;
}

#city #cityCells h6 {
  font-size: 12px;
  font-weight: 400;
}
.vendor-bg .badge {
  margin-left: 10px;
  margin-top: 13px;
}
.cityCells h6 {
  font-size: 12px;
}
.cityCells {
  cursor: pointer;
}

.icon_cl .owl-nav {
  display: none;
}


.icon_cl .owl-dots {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  display: block;
  margin-top: -37px;
  z-index: 999;
  position: relative;
  display: block !important;
}

.icon_cl button.owl-dot {
  width: 10px;
  height: 10px;
  background: #fff !important;
  /* line-height: 5px; */
  /* position: absolute; */
  /* z-index: 999; */
  /* bottom: 18px; */
  border-radius: 50%;
  /* left: 0px; */
  /* right: 0px; */
  /* margin: 0 auto; */
  /* float: left; */
  /* right: -5px; */
  /* position: relative; */
  margin: 6px;
}

.icon_cl button.owl-dot.active {
  background: #00c943 !important;
  height: 10px;
  width: 10px;
  line-height: 5px;
  /* position: absolute; */
  z-index: 999;
  bottom: 18px;
  left: 20px;
  right: 0px;
  margin: 6px;
}
.services_slider .owl-dots {
  display: none;
}
.Detail_design textarea {
  width: 100%;
  border-radius: 5px;
  border: solid #ccc 1px;
}
.tab-content.my-4 img {
  min-height: 140px;
  border-radius: 5px;
}
img.img-fluid.tick-business {
  width: 20px !important;
  min-height: 20px !important;
  background: none;
} 
.tick {
  min-height: 20px !important;
  background: none;
}
.services_provider img.img-fluid {
  min-height: 100px;
  width: auto;
}
div#task-creation-div textarea {
  border: solid #ccc 1px;
  min-height: 100px;
  background: #fff;
  border-radius: 5px;
  font-size: 12px;
    padding: 10px;
}
.mobilever img {
  min-height: 20px !important;
}
.contact_info p {
  min-height: 50px;
  font-size: 14px !important;
}
.loadingig {
  height: 20px !important;
  min-height: 20px !important;
  width: 20px !important;
}
.register_box span {
  position: absolute;
  top: -102px;
  right: 4px;
  background: #00c956;
  padding: 6px 13px;
  font-size: 12px;
  border-radius: 3px;
  text-shadow: 0px 1px 1px #056434;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}
.backimg{ min-height: 10px !important;}
/*============ Home two style css start ============*/
.hometwo_services h2 {
  margin-bottom: 40px;
}
.hometwo_banner {
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 50px;
  min-height: 500px;
  padding: 0px 70px;
}
.hometwo_services {
  padding: 20px 0px;
}
.hometwo_servicepro img {
  padding: 10px;
  border-radius: 20px;
  margin-bottom: 14px;
  height: 260px;
  max-width: 100%;
}
.hometwo_servicepro {
  text-align: center;
  margin-bottom: 20px;
  background: #f3f3f3;
  border: solid #dfdfdf 1px;
  border-radius: 10px;
  cursor: pointer;
}
.hometwo_formbox {
  margin-top: 190px;
}
.hometwo_servicesbn {
  margin-bottom: 20px;
  position: relative;
}
.hometwo_servicesbn img {
  max-height: 450px;
  border-radius: 10px;
}
.hometwo_servicesbn:after {
  position: absolute;
  background: #dbdbdb;
  z-index: 999;
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0px;
  content: '';
  border-radius: 20px;
  /* opacity: 0.5; */
}

.our_client .item {
  background: #fff;
  border: solid #e9e9e9 1px;
  text-align: center;
  width: 100%;
  display: block;
  float: none;
  height: 130px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-radius: 5px;
  padding: 0px 10px;
  /* display: flex; */
  width: 100vh;
  cursor: pointer;
}

.our_client img {
  width: 167px !important;
  vertical-align: bottom;
  margin: 0 auto;
  max-height: 70px !important;
  vertical-align: middle;
  line-height: 44px;
}
.our_client .owl-dots {
  margin-top: 0px;
}

.banner_image {
  width: 74px;
  height: 74px;
  object-fit: cover;
  margin: 0 auto;
  border: 1px solid lightgrey;
  border-radius: 14px;
  padding: 5px;
}
.modal-backdrop.fade.show {
  display: none;
}

/*
#city-selection-modal:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0px;
  z-index: -1;
  opacity: 0.5;
}*/

.nav-list li a img.active {
  border-color: #00c956 !important;
}
.no_review ul li img {
  width: auto !important;
  height: auto !important;
}

/*=================== M2C Create ==================*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9;
  top: 51px;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0px;
  border-radius: 20px 0 0 20px;
}

.sidenav a {
	text-decoration: none;
	font-size: 25px;
	color: #000;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 4px;
  right: 7px;
  font-size: 36px;
  margin-left: 50px;
  z-index: 999999 !important;
}

.btn-login {
	font-size: 0.9rem;
	letter-spacing: 0.05rem;
	padding: 0.75rem 1rem;
}

.btn-google {
	color: white !important;
	background-color: #ea4335;
}

.btn-facebook {
	color: white !important;
	background-color: #3b5998;
}

.digit-group {
	/* width: 330px; */
	margin: 0 auto;
}

.digit-group input {
  width: 42px;
    display: inline-block;
    text-align: center;
    margin: 2px;
    line-height: 24px;
    border-radius: 6px !important;
}

a.closebtn {
	z-index: 9999;
}

h5.card-title {
	font-weight: bold;
	font-size: 17px;
}

.login_form input {
	border-radius: 12px !important;
}.form-floating input {
    border-radius: 5px !important;
    border: solid #ccc 1px;
    padding: 10px 8px;
    width: 100%;
}

.dropdown-item{cursor: pointer;}
li.nav-item.mx-3.login_cl a {
    border: solid #2196f3 1px;
    padding: 6px 20px;
    border-radius: 50px;
    color: #2196f3;
    font-weight: bold;
}
li.nav-item.mx-3.login_cl a:hover {
    border-color: #00c943;
    color: #00c943;
}

.dropdown-menu {
    right: 0px;
}
/*
.city_cl a {
  border: solid #2196f3 1px;
  padding: 6px 20px;
  border-radius: 50px;
  color: #2196f3;
  font-weight: bold;
}
.city_cl a:hover {
  border-color: #00c943;
  color: #00c943;
}*/
.dropdown-menu {
  left: inherit;
}
h5#loginPageTitle {
  float: left;
  font-size: 16px;
  margin-bottom: 20px !important;
}
h5#loginPageRegister a{
  float: right;
  font-size: 14px;
  color: #2196f3;
}
.sidenav .btn {
  width: 100%;
 
}
a.nav-link.dropdown-toggle {
  /* font-weight: bold; */
  color: var(--orange) !important;
}
.form-floating label {
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
}
div#mySidenav h5 {
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px !important;
}
.modal {
	position: fixed;
	top: inherit;
	right: 0;
	bottom: inherit;
	left: 0;
	z-index: 99999999 !important;
	display: none;
	overflow: hidden;
	outline: 0;
	width: 815px;
    height: 205px;
    overflow: hidden !important;
	margin: 0 auto;
	padding-right: 0px !important;
}
#popup_bg {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: #000000ad;
	left: 0px;
}

.our_services ul li a.active img {
  border: solid #00c943 1px;
}
.userform label {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 13px;
  color: #3c3c3c;
  padding-left: 5px;
}
.welcome_cl {
  padding: 85px 0px 40px;
  text-align: center;
}
.welcome_cl span {
  color: #00c943;
}
.welcome_cl p {
  text-align: left;
}
.welcome_cl .btn {
  font-size: 23px;
  margin-top: 30px;
  padding: 8px 44px;
}
.rocket_shop {
  width: auto;
  margin: 0 auto;
  position: relative;
  margin-bottom: 27px;
}
img.welcomelogo_cl {
  position: absolute;
  left: 0px;
  top: 117px;
  right: 0px;
  width: 200px;
  margin: 0 auto;
  height: 40px;
}

.login_partner .container {
  background: #fff;
  border-radius: 10px;
}
.login_partner {
  padding: 200px 0px 170px 0px;
  background: #ccc;
  background-image: url(https://rocketflow-prod.s3.amazonaws.com/dynamic-form-images/e75c10c9-47af-44ca-9977-9ffdf187289b/IMG/1680110845342.jpg) !important;
  background-size: cover;
}
.partnerlogin_form label {
  width: 100%;
  text-align: center;
}

.partnerlogin_form .input-group-prepend {
  display: block !important;
}
.partnerlogin_form input {
  border-radius: 0px 5px 5px 0px !important;
  border: solid #ccc 1px;
  padding: 11px;
  margin-bottom: 20px;
  width: 90%;
  height: 46px;
}
.partnerlogin_form .input-group-text {
  padding: 14px;
}

.form_box_otp {
  width: 100%;
  margin: 0 auto;
}
.partnerlogin_form {
  text-align: center;
}
.partnerlogin_form img {
  width: 200px;
  margin: 5px auto;
}
.partnerlogin_form h5 strong {
  color: #00c943;
}
.bg_back {
  text-align: center;
}
.carousel-caption {
  position: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
}
.login_bg {
  background: #009aed;
  border-radius: 0px 10px 10px 0px;
  min-height: 520px;
}
.bg_back img {
  width: 280px;

}
.bg_back {
  padding: 50px 0px;
}
.bg_back li {
  cursor: pointer;
}
.bg_back h5 {
  font-weight: bold;
  color: #fff;
}
.bg_back p {
  font-size: 16px !important;
  line-height: 30px;
  color: #cbeeff;
  text-shadow: 1px 1px 0px #007fbb;
}
.partnerlogin_form h5.card-title {
  font-weight: normal;
  font-size: 16px;
}

.digit-group input {
  width: 42px;
  border-radius: 5px !important;
  margin-bottom: 5px;
}
.or {
  display: flex;
  justify-content: center;
  align-items: center;
  color: grey;
}
.or::after, .or::before {
  content: "";
  display: block;
  background: grey;
  width: 30%;
  height: 1px;
  margin: 0 10px;
}

.card-title_reg a {
  color: #0080f7;
  font-size: 16px;
  font-weight: bold;
}

.howit_work {
  padding: 85px 0px;
}

.howit_work_steps h1 {
  color: #03929A;
  font-size: 30px;
  display: flex;
  align-items: center;
  font-weight: 800;
  justify-content: center;
  text-align: center;
}

.howit_work_steps h1 span{
  font-size: 88px;
  margin-left: 30px;
  margin-right: 25px;
}

.howit_work_steps p {
  color: black;
  font-size: 23px;
  margin: 5px;
  text-align: center;
}

h5.text-center.mt-5 {
  font-size: 15px !important;
}
.form-floating input::placeholder {
  font-size: 12px;
}

.register_box strong {
  position: absolute;
  top: -102px;
  right: 4px;
  background: #c76036;
  padding: 6px 13px;
  font-size: 12px;
  border-radius: 3px;
  /* text-shadow: 0px 1px 1px #056434; */
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}
h2.accordion-header {
  margin: 0px;
}
.faq_section .accordion-item {
  margin-bottom: 3px;
}
.banner-content.user_detailcl.service_detail table.table {
  width: 100%;
}
.banner-content.user_detailcl.service_detail {
  color: #fff;
}
.verifiedVendor {
  position: relative;
  top: -7px;
  background: #00c956;
  padding: 6px 13px;
  font-size: 12px;
  border-radius: 3px;
  text-shadow: 0px 1px 1px #056434;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 8px;
  white-space: nowrap !important;
}
.banner-content.user_detailcl.service_detail table.table tr {
  width: 33%;
}
input:focus-visible {
  outline: 0px solid #000;
  border-radius: 3px;
}
select:focus-visible {
  outline: 0px solid #000;
  border-radius: 3px;
}
textarea:focus-visible {
  outline: 0px solid #000;
  border-radius: 3px;
}
.user_detailcl h4 {
  font-size: 21px;
  margin-top: 20px;
  font-weight: bold;
  color: #02c956;
}
.heading_detail .fa-star{
margin-right: 6px;
line-height: 3px;
font-size: 14px;
margin-top: 15px;
}
.heading_detail .fa-star-half-o {
  margin-right: 6px;
  line-height: 3px;
  font-size: 14px;
  margin-top: 15px;
  }

.banner-content.user_detailcl.service_detail h4 {
    margin-top: 0px;
}
button.accordion-button.collapsed a {
  color: #000;
}
.disc_sec {
  width: 100%;
}
.disc_sec ul {
  margin: 0px;
  padding: 0px 15px;
} 
.disc_sec ul li {
  list-style: none;
  line-height: 2vw;
  padding-bottom: 10px;
  font-size: 1vw;
  display: flex;
}
.disc_sec ul li .fa {
  color: #a22f2f;
  margin-right: 10px;
  /* margin-bottom: 15px; */
  float: left;
  margin-top: 10px;
  display: inline-flex;
  width: 16px;
}

.full_section{
  padding: 0px 0px 5px 0px;
}

.full_section_bg{
  padding: 20px 0px;
}
.image_sec {
  margin-left: 15px;
}

.image_sec h5 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.image_sec p {
  font-size: 14px !important;
}
.disc_sec h4 {
  background: #00c922;
  margin-bottom: 15px;
  color: #fff;
  border-radius: 0px;
  padding: 20px 15px;
  /*border-radius:5px;*/
  text-overflow: ellipsis;
  white-space: inherit;
  overflow: hidden;
}

.image_sec h5 {
  border-left: solid #00c922 10px;
  margin-right: 10px;
  padding-left: 14px;
}
.image_sec p {
  padding-left: 25px;
}

.media_image_sec {
  text-align: center;
}

.checkbox_sec {
  float: left;
  width: 110px;
  background: #eee;
  margin-right: 4px;
  margin-bottom: 4px;
  border-radius: 3px;
}
.checkbox_sec input {
  float: right;
  width: 25px;
  margin-top: 6px;
  cursor: pointer;
}
.checkbox_sec span {
  float: left;
  display: inline-table;
  font-size: 13px;
  line-height: 25px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

.header_sec {
  display: flow-root;
  border-bottom: solid #ccc 1px;
  margin-top: 13px;
  padding-bottom: 5px;
}
.header_sec h3 {
  font-size: 15px;
  float: left;
  padding-top: 7px;
  color: #00c922;
}
.header_sec select {
  float: right;
  width: 130px !important;
  margin-right: 42px;
  padding: 3px !important;
  height: 27px;
  line-height: inherit !important;
}
.header_sec {
  display: flow-root;
  border-bottom: solid #ccc 1px;
  margin-top: 13px;
  padding-bottom: 14px;
}
a.closebtn {
  font-size: 24px !important;
  color: #fff;
  margin-top: 10px;
  background: #ccc;
  height: 23px;
  line-height: 24px;
  width: 23px;
  border-radius: 50%;
  text-align: center;
  background: #db2929;
}

/*
.sidenav.bg-grey {
  background: #f4fafd !important;
}*/
.gallery-border {
  position: relative;
}

.gallery-border a:before {
  content: '';
  position: absolute;
  border: 1px solid #00c943;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
  z-index: 1;
}
.single_gallery-border {
  position: relative;
}
.single_gallery-border:before {
  content: '';
  position: absolute;
  border: 3px solid #00c943;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
  z-index: 1;
}

.gallery-border img {
  object-fit: cover;
  min-height: 200px;
  max-height: 200px;
  width: 100%;
}

.gallery-border p {
  background: #ffffffc4;
  width: fit-content;
  position: absolute;
  top: 13px;
  left: 9px;
  padding: 0px 5px;
  border-radius: 3px;
}

.gallery-video p{
  background: #ffffffcc;
  width: fit-content;
  padding: 3px 5px;
  border-radius: 3px;
  position: absolute;
  top: 5px;
  left: 5px;
}

.box_show {
 /* box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);*/
}


.media_image_sec {
  text-align: center;
}
.media_image_sec img {
  width: 35px;
  margin-bottom: 10px;
}
.box_sec_top {
  width: 100%;
  padding-right: 0px;
}
.box_sec_top h5 {

  margin-bottom: 25px;
}
.box_sec_top h4 {

  margin-bottom: 30px;
  font-size: 29px;
  padding-top: 10px;
  /* margin-left: 15px; */
  /* padding-top: 30px; */
  padding-left: 15px;
}
.bg_color_dy .box_sec_top.my-auto h4 {
  margin-top: 40px;
}
.box_sec_top p {
  margin-bottom: 40px;
}
.media_image_sec ul {
  padding: 0px;
  margin: 0px;
}
.media_image_sec {
  text-align: center;
  margin: 0px 20px;
}
.media_image_sec ul li {
  list-style: none;
  float: left;
  width: 231px;
  margin-left: 10px;
  background: #fff;
  margin-bottom: 7px;
  border-radius: 5px;
  padding: 15px 0px;
  color: #000;
}
.media_image_sec ul li p {
  margin-bottom: 0px;
}
.full_section_bg {
  text-align: center;
}
.full_section_bg h4 {
  margin: 0px 0px 10px 0px;
}
.full_section_bg p {
  line-height: 35px;
  margin-bottom: 15px;
}
.full_section_bg .btn {
  background: #fff;
  border: navajowhite;
  border-radius: 3px;
  color: #00c943;
  padding: 12px 20px;
  font-weight: bold;
}
.full_section_bg .btn:hover {
  background: #00c922;
  color: #fff;
}
.textcolor_change p {
  color: #000;
}
.textcolor_change h4 {
  color: #000;
}
.textcolor_change h4 {
  color: #000;
}
.textcolor_change .btn {
  background: #b6dbd9;
  color: #000;
}
.bg_color_sec {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.rating_sec {
  display: inline-block;
}
.single_img {
  margin: 60px 0px;
}

.single_img img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  min-height: 500px;
  }

.btn.cityform_btn {
  position: fixed;
  right: -53px;
  top: 40%;
  background: #00c922;
  color: #fff;
  transform: rotate(90deg);
  border-radius: 0px 0px 5px 5px;
  padding: 10px 5px;
  z-index: 2;
  min-width: 150px;
}
.cityform_box .contact_formcl {
  margin: 0px;
  padding: 15px;
}
ul.footer_fullmenu {
  margin: 0px;
  padding: 0px;
}
.detail_img {
  /* background: #000; */
 /* margin-bottom: 45px; */
  position: relative;
  background: #000;
}

.layout_img{
  background: #000;
  /* margin-bottom: 45px; */
   position: relative;
   background: #000;
   margin-bottom: 20px;
}

.banner_dis {
 position: absolute;
  bottom:0px;
  padding: 0px 40px 0px 40px;
  width: 100%;
  color: #000;
 background:#000000c7;
}

.banner_dis_head {
  position: absolute;
   top:0px;
   padding: 25px 40px 0px 40px;
   width: 100%;
 
 }

.banner_dis_head h1 {
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 7px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.banner_dis_head p {
  color: #fff;
  font-size: 30px !important;
}
.banner_dis_img {
  position: absolute;
  top: 153px;
  /* padding: 40px 40px 0px 40px; */
  /* width: 100%; */
  /* color: #fff; */
  /* background: #000000c7; */
  left: 40px;
}
.sidenav.banner_box {
  left: 169px;
  top: 153px;
  background: none;
  border-radius: 5px;
  position: absolute;
  z-index: 2;
}

.sidenav.banner_box img {
  height: 360px;
  width: 100% !important;
  object-fit: fill;
  border-radius: 5px;
  opacity: 1;
}

.banner_dis_img ul{
  margin: 0px;
  padding: 0px;
}

.banner_dis_img ul li {
  width: 120px;
  /* height: 150px; */
  list-style: none;
  margin-bottom: 4px;
  cursor: pointer;
}
.banner_dis_img ul li img {
  border-radius: 5px;
  width: 100%;
  height: 70px;
  opacity: 1;
}
.banner_dis ul {
  margin: 0px;
  padding: 0px;
}
.banner_dis ul li {
  width: 16%;
  display: inline-block;
  list-style: none;
  margin: 17px 0px 0px 0px;
  float: left;
}

.banner_dis ul li strong {
  color: #00c922;
  font-weight: bold;
  font-size: 20px;
}
.banner_dis .btn {
  background: #ccc;
  border-radius: 3px;
  padding: 10px 30px;
  margin-top: 20px;
  font-weight: bold;
}
.banner_dis .btn:hover {
  background: #00c922;
  color: #fff;
}
.sidenav.cityform_box {
  background: none;
  border-radius: 5px;
  top: 105px;
}
.bg_color_dy {
  width: 100%;
 /* border-radius:5px;*/
}
.bg_dynamic {
  width: 100%;
 /* border-radius:5px;*/
}

/*
.box_sec_top h4 {
  background: none !important;
  padding-top: 30px;
}*/

.dynamic_sec_bg {
 /* border-radius: 10px;*/
  padding-bottom: 20px;
}
.disc_sec p {
  font-size: 16px;
  line-height: 33px;
  color: #525252;
  padding: 0px 20px;
}
.box_show img {
  border-radius: 5px;
  width: 100%;
  height: 100%;

}
.full_section .make_aponment {
  text-align: center;
}

.full_section .make_aponment a {
  padding: 13px 30px;
  /* background: #212020 !important; */
  border: none;
  font-size: 18px;
}
.full_section .make_aponment a:hover {
font-weight: normal;
}
.full_section .make_aponment h4 {
  margin-bottom: 0px;
}

.full_section .make_aponment {
  padding: 45px 20px;
}
.sidenav.banner_box .closebtn {
  /*background: #fff;*/
  height: 20px;
  line-height: 19px;
  width: 20px;
  text-align: center;
  border-radius: 50px;
  font-weight: bold;
}
div#popular-vendors .main_heading h2 {
  margin: 15px 0px 30px 0px;
}
.trial-service-title h2 {
  position: absolute;
  background: #e9e9e9c2;
  top: 30px;
  left: 40px;
  padding: 10px 30px;
  border-radius: 50px;
  font-size: 22px;
  text-shadow: 1px 1px 2px #fff;
  color: #000000;
}
.trial-service-title {
  margin-bottom: 30px;
}
.trial-service-title img {
  object-fit: fill;
  height: 330px;
  width: 100%;
  border-radius: 5px;
}

.trial-services-image {
  margin-bottom: 20px;
  box-shadow: 0px 1px 2px #eae9e9;
  margin-top: 10px;
  transition: all 0.5s;
 }
 .trial-services-image:hover {
  /* transform: translateY(-5px); */
  transition: all 0.5s;
  transform: scale(1.01);
}

.trial-services-image img {
  object-fit: fill;
  border-radius: 5px;
  height: 228px;
  width: 100%;
  opacity: 0.7;
}
.trial-services-image img:hover {
  opacity: 1;
  /* filter: hue-rotate(326deg); */
}

.other_services_sec.col-12 {
  background: #000;
}
/*
.category-item.trial-services-image{
	padding-bottom: 10px;
    border-radius: 15px;
    box-shadow: 0px 6px 6px #9e9898;
}
.trial-services-image img{
	width: 100%;
	height: 15rem;
	object-fit: cover;
	border-radius: 15px 15px 0px 0px;
}
*/

div#Banner_form .carousel-control-next-icon, .carousel-control-prev-icon {
  top: 50%;
  margin-top: 0px;
  cursor: pointer;
}

.banner_top {
  top: 25px !important;
}
.banner_card {
  padding-top: 25px !important;
}
.detail_space {
  margin-top: 25px !important;
}

.form_scroll {
  margin-bottom: 0px;
  margin-top: 10px;
  line-height: 25px;
  height: 66vh;
  overflow-y: auto;
  scrollbar-gutter: stable;
  overflow-x: hidden;
  padding-right: 10px;
}
.form_scroll::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.form_scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 5px;
}
 
/* Handle */
.form_scroll::-webkit-scrollbar-thumb {
  background: #959595; 
  border-radius: 5px;
}
/* Handle on hover */
.form_scroll::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 120px;
  height: 65px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background: none !important;
  margin-bottom: 6px;
  opacity: 1;
}
.carousel-indicators li img {
  height: 100% !important;
  border-radius: 5px !important;
}
.detail_img ol.carousel-indicators {
  display: contents;
  top: 0px !important;
}
.detail_img ol.carousel-indicators img {
  opacity: 1;
  cursor: pointer;
}

div#otpVerificationDiv {
  padding: 50px 0px;
}
div#thankyoudiv {
  padding: 50px 0px;
}
div#thankyoudiv h4 {
  font-size: 1.1rem;
  line-height: 25px;
}
div#thankyoudiv h3 {
  font-size: 27px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  color: #00c922;
}
.discraption_cl h4 {
  color: #00c943 !important;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  
}
.discraption_cl h4:hover {
  white-space: normal;
  overflow: auto;
}
.discraption_cl h4::-webkit-scrollbar {
  display: none;
}
.price_detail h3 {
  font-weight: bold;
  color: #00c943;
  margin-bottom: 0px;
  font-size: 15px;
  height: 38px;
  align-items: center;
  display: flex;
  
}
.price_detail a {
  float: right;
  margin-top: 0px;
  border: none;
}
.text-truncate {
  margin-bottom: 0px;
  color: #000000;
}
.price_detail a:hover {
  font-weight: normal;
  background: #000;
}
/*
.menu li a img {
  float: left;
  width: 30px;
  height: 30px;
  padding: 0px;
  border-radius: 5px;
  margin-right: 10px;
}
.menu li a {
    padding: 0px !important;
    margin: 0px;
    background: #fff;
    border: solid #f8f8f8 1px;
    border-radius: 5px;
    padding: 10px !important;
    margin-right: 10px !important;
    box-shadow: 0px 2px 2px #ccc;
    margin-bottom: 20px;
}

nav.headecl.sticky-service .menu li a {
  margin-bottom: 0px !important;
}*/
.price_detail small {
  display: none;
}
.discde ul {
  padding: 0px;
  margin: 0px;
}
.discde ul li {
  list-style: square;
  margin-left: 28px;
  font-size: 1vw !important;
  line-height: 2vw;
}



/*============ select city slot css ================*/
.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 137px;
}

.tablink:hover {
  background-color: #777;
}
.tabcontent {
  color: white;
  display: none;
  text-align: center;
}
.slot_box button {
  border-radius: 5px;
  margin-right: 0px;
  display: inline-block;
  color: #fff;
  font-size: 15px !important;
}
.slot_box button p {
  margin-bottom: 0px;
}
.active, .time_slot:hover {
 /* background-color: #666 !important; */
  color: white !important;
  cursor: pointer;
}
.slot_box .btn {
  width: 120px;
  padding: 10px 0px;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  margin: 20px auto;
}
button.time_slot .fa {
  display: none;
}
button.time_slot {
  position: relative;
}
button.time_slot.active .fa {
  display: block;
  position: absolute;
  right: 0px;
  top: -14px;
  background: #00c922;
  border-radius: 50%;
  color: #fff;
  padding: 3px;
  font-size: 10px;
  line-height: 11px;
}
.slot_box button.tablink {
  margin-right: 5px;
  cursor: pointer;
  padding: 5px;
  margin-top: 10px;
}
.slot_box button.tablink p {
  font-size: 13px !important;
}
div#SelectTime button {
border: none;
  padding: 10px;
  background: #ff7474;
}

button#time-slot-selection {
  padding: 7px;
    margin-top: 6px;
    background: none !important;
    border: solid #cccc 1px;
    color: #000;
    font-size: 11px;
    text-align: left;
    font-weight: normal;
    height: 40px;
}
button#time-slot-selection .fa {
  float: right;
  color: #007bff;
  margin-top: 4px;
}
/*timeslot css start*/
.slotDateBox {
  margin-right: 10px;
  float: left;
  margin-top: 10px;
  width: 142px;
}


.time_box a {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.slot-scroll::-webkit-scrollbar {
    display: none;
}

.slotDateBox p {
    font-size: 13px !important;
}
.slotDateBox .bg-light {
  background: #f8f8fa !important;
  border: none !important;
  padding: 8px 0px !important;
  color: #000;
}
.slotDateBox .bg-light.active {
  background: #0069d9 !important;
}
.slotDateBox .bg-light:hover {
  box-shadow: none;
  cursor: pointer;
  background: #0069d9 !important;
  color: #fff;
}
.slot-time-box {
  text-align: center;
  padding: 0.5rem;
  /* box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075); */
  border-radius: 0.25rem;
  /* color: #00c851; */
  /* font-weight: bold; */
  position: relative;
  /* border: 1px solid #cdcdcd; */
  width: 141px;
  background: #f8f8fa;
  color: #000;
}

.slot-time-box.slot-selection.available img {
  width: 14px;
  background: #000;
  /* padding: 5px; */
  border-radius: 50%;
  top: -7px !important;
  /* padding: 0px; */
  right: -3px !important;
}
.time_box a p {
    font-size: 11px !important;
}

button#proceedSlotButton {
  margin-top: 15px;
  background: #0069d9;
  border: 0px;
  padding: 10px;
  border-radius: 6px;
}
.time_box {
  border-bottom: solid #ccc 1px;
  padding-bottom: 15px;
}

.available {
	background-color: #0069d9 !important;
	color: white;
}
.row.mx-auto.slotDetails h4 {
  text-align: center !important;
  width: 100%;
  font-size: 14px;
  padding-top: 15px;
  color: #f00;
}
.selectdatebox::-webkit-scrollbar {
  display: none;
}
.selectdatebox {
  height: 250px;
  overflow-y: scroll;

}

.selectdatebox h3 {
  font-size: 14px;
  margin-top: 10px;
  font-weight: bold;
  margin-bottom: 3px;
}
.selectdatebox h2 {
  font-size: 14px;
  margin-top: 20px;
  margin-left: -15px;
  font-weight: bold;
  margin-bottom: 3px;
  position: fixed;
  background: #fff;
  width: 100%;
  padding: 10px 10px 10px 0px;
  top: 92px;
}
.container-fluid.selectdatebox .row {
  padding-top: 28px;
}

.owl-carousel.owl-drag .owl-item {
  background: #fff !important;
}
/*timeslot css end*/

.service-link p {
  font-size: 14px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  /* width: 20ch; */
  white-space: nowrap;
}

.Other_services_location {
  padding: 20px 0px;
  background: #ffffff;
  border-bottom: solid #f1f1f1 1px;
}

.other_services_city {
  width: 100%;
  overflow-x: hidden;
  overflow-Y: auto;
  background: #fbfbfb;
  margin-bottom: 20px;
  border-radius: 5px
}
.other_services_city ul {
  margin: 15px 0px 15px 0px;
  padding: 0px 15px;
  max-height: 220px;
  overflow: auto;
} 
.other_services_city ul li {
  width: 100%;
  /* background: #000; */
  color: #000;
  /* margin-bottom: 0px; */
  /* padding-bottom: 10px; */
  line-height: 32px;
  /* height: 32px; */
  /* padding: 5px 10px; */
  border-radius: 5px;
  /* margin-bottom: 15px; */
  list-style: none;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.other_services_city ul li .fa {
  color: #00c943;
  margin-right: 10px;
  /* margin-bottom: 15px; */
  float: left;
  margin-top: 8px;
  display: inline-flex;
  width: 16px;
}
.top-property-searches {
  height: 180px;
  overflow-x: hidden;
  overflow-Y: auto;
}
.footer_top_item ul {
  padding: 0;
  margin: 0;
  list-style: none;
  max-height: 180px;
  overflow: auto;
}
.footer_top_item ul li {
  margin: 0 0 15px 0;
  display: flex;
  background-image: url("https://www.propzilla.in/assets/frontend/images/bullet.png");
  background-repeat: no-repeat;
  padding: 0 0 0 25px;
  background-position: left center;
}
.footer_top_item ul li a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}
.other_services_city ul::-webkit-scrollbar {
  display: none;
}

.other_services_city ul li a {
  color: #fff;
}

.other_services_city ul li a:hover {
  font-weight: normal;
  color: #00c943;
}
.other_services_city ul li:hover {
  font-weight: normal;
  color: #00c943;
  list-style: none;
}

.partners_served {
  background: #343a40;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 10px;
}
.partners_served img {
  max-width: 100%;
  margin-bottom: 10px;
  height: 250px;
}
.partners_served h4 {
  color: #fff;
  font-size: 18px;
  background: #ffc107;
  border-radius: 3px;
  padding: 8px 0px;
}

.other_services_sec {
  cursor: pointer;
}
.other_services_sec img {
  border-radius: 5px;
  height: 170px;
  width: 100%;
  object-fit: fill;
  opacity: 0.7;
}
.other_services_sec img:hover {
  opacity: 1;
}
.other_services_sec h4 {
  font-size: 18px;
  text-align: center;
  padding: 15px 0px 14px 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/*
.other_services_sec h4:hover {
  white-space: normal;
  overflow: auto;
  position: absolute;
  z-index: 999;
  width: 88%;
  text-align: center;
  bottom: -58px;
}
.other_services_sec h4:hover:after {
  background: #fff;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  overflow: inherit !important;
  top: 0px;
  left: 0px;
  z-index: -9;
}*/

.tab_section .nav-tabs {
 /* background: #00c943;*/
  padding: 0px;
  flex-wrap: inherit;
  margin-top: 25px;
  z-index: 1 !important;
}

.tab_section .nav-tabs .nav-link:hover {
  font-weight: normal !important;
  color: #ffffff;
  /* text-shadow: 1px 1px 1px #ffe38f; */
  background: #00c943;
}

.tab_section .nav-tabs .nav-link.active {
  color: #fff !important;
  background: #00c943;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.datetimepicker.datetimepicker-dropdown-bottom-right.dropdown-menu{
  width: fit-content;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-right.datepicker-orient-top {
  width: 200px;
  right: 100px !important;
  left: inherit !important;
}
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-right.datepicker-orient-bottom {
  width: 200px;
  right: 100px;
  left: inherit !important;
}
/*
.our_client p {
  margin-top: -30px;
font-size: 16px !important;
margin-bottom: 31px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}*/

.our_client p {
  margin-top: -25px;
  font-size: 14px !important;
  margin-bottom: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #000;
  text-align: center;
  /* border-top: solid #ccc 1px; */
  z-index: 1;
  position: relative;
  /* margin-top: 5px; */
  background: #efefef;
  border-radius: 0px 0px 5px 5px;
  padding: 3px 10px;
  /* color: #fff; */
}
.item p {
  color: #000;
  text-align: center;
  margin-top: 8px;
}
.tab_section .nav-tabs li a {
  color: #000;
  border-right: solid #fff 2px;
  border-radius: inherit;
  text-transform: capitalize;
  padding: 11px 20px 8px 20px;
}
.loading_img {
  width: 50px;
  margin: 25px auto;
  position: absolute;
  left: 0px;
  right: 0px;
}

.city_banner_top {
  margin-top: 48px;
}
.city_banner_top img {
  width: 100%;
  height: 550px;
  object-fit: fill;
}
.city_banner_top .carousel-caption {
  position: absolute;
  bottom: 33px;
  z-index: 999;
  text-align: left;
  padding: 0px 30px;
}
.city_banner_top .carousel-caption h5 {
  font-size: 46px;
  font-weight: bold;
}

.tab_section {
  margin: 0px 10px;
  display: grid;
  overflow-y: clip;
  overflow-x: scroll;
}

.tab_section .nav-tabs li {
  white-space: nowrap;
  border-radius: 10px 10px 0px 0px;
}
.tab_section::-webkit-scrollbar {
  display: none;
}

.tab-content>.active {
  min-height: 100px;
}

/*=============== Backup css ==========*/

.tab_section button {
  border: none;
  margin: 0px 2px;
  cursor: pointer;
  min-width: 100px;
  font-size: 1rem !important;
  padding: 7px;
}
.carousel-inner .top_section_banner {
  position: absolute;
  top: 60px;
  width: 100%;
  color: #fff;
  padding: 0% 3%;
}
.carousel-inner .top_section_banner .banner-desc {
  background-color: #000000c2;
  width: 58%;
  padding: 0.75rem;
  border-radius: 10px;
}
.banner_dis_content{
  margin-bottom: 0px;
  font-size: 27px !important;
  line-height: 29px;
  width: 100%;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;

}
.banner_dis_content p {
  font-size: 27px !important;
  display: contents;
}
/*
.carousel-inner .top_section_banner p {
    margin-bottom: 0px;
    font-size: 27px !important;
    line-height: 29px;
    width: 100%;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}*/
.banner_dis_content:hover {
  white-space: normal;
  overflow: auto;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
.carousel-inner .top_section_banner img {
    width: auto;
    /* min-height: 60px; */
    /* max-height: 80px; */
    margin-bottom: 10px;
    /* min-width: 150px; */
    max-width: 320px;
    height: auto;
    min-width: 150px;
    height: 90px;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
   }

.carousel-inner .bottom_section_banner{
  position: absolute;
  bottom:0px;
  width: 100%;
  color: #fff;
  padding: 1% 3%;
}

.top_section_banner h2 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.top_section_banner h5 {
  font-size: 15px;
  color: #09ff4e;
}


.bottom_section_banner h2 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 0px;
}
.bottom_section_banner h5 {
  font-size: 15px;
  color: #09ff4e;
}
.carousel-inner .bottom_section_banner p {
  margin-bottom: 0px;
  font-size: 14px !important;
  line-height: 29px;
}

.tab-pane.fade.active.show .our_client {
  border-top: none;
  padding-bottom: 10px;
}
.city_box {
  background: #000;
    position: relative;
    border-radius: 5px;
}
.city_box a {
  text-align: center;
  min-height: 200px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  color: #fff;
  font-weight: normal !important;
  font-size: 25px;
  border-radius: 5px;
}
a.navbar-brand.logo img {
  max-height: 30px;
  min-height: 20px;
}

.remove-mg {
    margin-top: 0px;
}

.our_client span {
    background: #00c956;
    position: absolute;
    z-index: 1;
    top: 6px;
    right: 21px;
    color: #fff;
    padding: 2px 5px;
    border-radius: 2px;
    font-size: 11px;
}
.our_client strong {
    background: #c76036;
    position: absolute;
    z-index: 1;
    top: 7px;
    right: 21px;
    color: #fff;
    padding: 2px 5px;
    border-radius: 2px;
    font-weight: normal;
    font-size: 11px;
}

.city_box a strong {
    z-index: 0;
}
.city_box a:before {
    content: '';
    width: 100%;
    background: #000000ba;
    height: 100%;
    z-index: 0;
    position: absolute;
    border-radius: 5px;
}

.city_box a:hover:before {
    background: #00000057;
    content: '';
    width: 100%;
    height: 100%;
}

/*primary Feature Section Start*/
.rocketflow_heading h3 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	position: relative;
	margin: 0px 0px 60px 0px;
	position: relative;
}
.amazing_feature_sec {
	padding: 50px 0px;
}

.first-heading {
	text-align: center;
	letter-spacing: 0;
	color: #3b9dff;
	opacity: 1;
	font-size: 16px;
	font-weight: 600;
}

.second-heading {
	text-align: center;
	padding: 0 0 14px 0;
	font-size: 20px;
	line-height: 25px;
	max-width: 640px;
	margin: 0px auto;
	font-weight: 600;
}

.feature-header {
  font-weight: bold;
  font-size: 17px;
  border-bottom: solid #ccc 1px;
  /* text-align: center; */
  width: 100%;
  min-height: 59px;
}
.feature-header h5 {
  font-size: 13px;
  color: #007bff;
  line-height: 24px;
  margin: 0px;
}
.feature-header h6 {
font-size: 13px;
    color: #007bff;
    line-height: 24px;
    margin: 0px;
}
.feature-header h4 {
font-size: 13px;
    color: #007bff;
    line-height: 24px;
    margin: 0px;
}
.feature-header h3 {
 font-size: 13px;
    color: #007bff;
    line-height: 24px;
    margin: 0px;
}
.feature-header h2 {
font-size: 13px;
    color: #007bff;
    line-height: 24px;
    margin: 0px;
}
.feature-header h1 {
font-size: 13px;
    color: #007bff;
    line-height: 24px;
    margin: 0px;
}
.feature_box {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 5px #1e5bfa24;
	border-radius: 5px;
	text-align: center;
	padding: 30px 16px;
	gap: 10px;
	margin-top: 30px;
  min-height: 390px;
  transition: all .5s;
}

.feature_box:hover {
  transform: translateY(-5px);
  transition: all .5s;
}

.feature_box .op-img {
	width: 100px;
	padding-bottom: 12px;
	border-radius: 50%;
	height: 100px !important;
	line-height: 74px;
	margin: 0px;
	padding: 0px !important;
}
.amazing_feature_sec .container-fuild {
    padding: 0px 90px;
}
/*Feature Section End*/
/*=============== Backup css ==========*/
/*
.amazing_feature_sec .container-fuild .col-sm-3 {
  display: inline-flex;
}*/
.services_slider .owl-carousel.owl-drag .owl-item {
  background: none !important;
}
.feature-disc.moretext a {
  color: #0076bc;
  font-weight: bold;
  font-size: 14px;
}
/*================== Read More and Read Less =======================*/
.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
   display: none;
}
.add-read-more.show-more-content .read-more {
   display: none;
}
.add-read-more .read-more,
.add-read-more .read-less {
  font-weight: bold;
  margin-left: 2px;
  color: #007bff;
  cursor: pointer;
  font-size: 13px;
  white-space: nowrap;
}
.add-read-more{
  width: 100%;
  margin: 0 auto;
  text-align: left;
  line-height: 30px;
  font-size: 15px;
}

/*================== Read More and Read Less =======================*/

.topmenu {
  position: fixed;
  background-color: #6c757d;
  width: 100%;
  text-align: center;
  min-height:60px;
  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;
  top: 0px;
  z-index: 999;
}
ul.topmenu-items {
  margin: 0px;
}
.topmenu-items li {
  list-style: none;
  display: inline-block;
  padding: 0px 8px;
  min-width: 86px;
  max-width: 150px;
  position: relative;
}
.topmenu-items li a {
  color: #fff;
  text-decoration: none;
  position: relative;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.topmenu-items li a.active {
 border-bottom: solid #fff 2px;
}
.booking_service_head_two header.topheader.navbar-fixed-top {
 /* position: absolute;
  top: 60px;*/
}

section.full_section .main_heading h2 {
    /* margin-top: 30px; */
    margin-bottom: 30px;
    padding: 30px 0px 0px 0px;
}
section.full_section .main_heading {
  margin: 0px !important;
} 

button.carousel-control-prev {
  background: none;
  border: none;
}
button.carousel-control-next {
  background: none;
  border: none;
}
button.btn.btn-success {
  float: right;
}
.detail_services img:hover {
  opacity: 1;
}
.our_work_sec img {
  border-radius: 5px;
  cursor: pointer;
}

#about {
  scroll-margin: 100px;
}
.space_top {
  margin-top: 110px;
}
.remove_space_top {
  margin-top: 0px;
}
.brand_logo {
    position: absolute;
    z-index: 1;
    top: 3px;
    left: 3px;
    width: 200px;
    padding: 5px;
    max-height: 100px;
    text-align: center;
    background: #fff;
    display: table-cell;
    vertical-align: middle;
}

.brand_logo img {
    background: none;
    height: 60px;
    object-fit: contain;
    width: 167px !important;
    vertical-align: bottom;
    margin: 0 auto;
    max-height: 70px !important;
    vertical-align: middle;
    line-height: 44px;
    height: auto;
    max-width: initial;
    object-fit: contain;
    border-radius: 5px;
}
.menu_brand_logo img {
  max-height: 46px !important;
  vertical-align: middle;
  min-height: 46px;
  margin-right: 10px;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
}
.border_remove .Other_services_location {
  border-bottom: none !important;
  border-top: solid #f1f1f1 1px;
  padding: 20px 0px 0px 0px;
  margin-top: 15px;
}
.remove_space_layout_two .getin_touch {
  padding-bottom: 0px !important;
  /* margin-bottom: 0px; */
}
.current_brand {
  background: #fff;
  margin-bottom: 10px;
  /* float: left; */
  width: 200px;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
}
.current_brand img {
  /* height: 54px; */
  /* margin-bottom: 15px; */
  min-height: 30px;
  max-height: 50px;
  max-width: 100%;
}
.how-works p {
  font-weight: 500;
  font-size: 1.2vw !important;
  line-height: 2vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-family: 'Montserrat', sans-serif;
}
.loding_city .loading_img {
  margin-top: -22px !important;
}
.services_provider h2 {
  font-size: 19px;
  font-weight: bold;
}
.userform .bg-white {
  background: none !important;
}
.btn_back {
  padding: 7px 30px;
  font-weight: bold;
  background: #000;
  border: none;
  float: right;
  /* display: inline-block; */
  margin-right: 10px;
}
.btn_proceed {
  float: right;
  font-weight: bold;
  /* border: none; */
}
.btn_proceed:hover {
  background: #000;
}
.choose-box p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 0px;
}
div#services {
  scroll-margin-top: 200px;
}

.partner_box {
 /* display: flex; */
  align-items: center;
  border-radius: 5px;
  padding: 10px 5px;
  /* background-color: #ccf0d5; */
  /* box-shadow: 1px 1px 2px 2px #e8e8e8; */
  cursor: pointer;
  border: solid #f1efef 1px;
  text-align: center;
  position: relative;
}
.partner_box:hover {
  background: #f1f1f1;
  /* color: #fff; */
  border-color: #ccc;
}

.partner_box img {
	width: 100%;
	height: 2rem;
  border-radius: 50px;
}
img.img-fluid.profile_img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid #e8e8e8 1px;
  margin-bottom: 15px;
}
.partner_box p {
  font-size: 0.85rem !important;
}

/*
.partner_height {
  max-height: 300px;
  overflow: auto;
}*/

.location_address span {
  /*white-space: pre-line;
   width: 300px; */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  /* word-break: break-word; */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.city_banner_top .carousel-caption.d-none.d-md-block {
  position: inherit !important;
  text-align: center;
  /* margin-top: -40px; */
  padding-bottom: 55px !important;
  margin: 0px !important;
}
.footer_bt li{
  float: left;
  margin-left: 18px;
  margin-right: 20px; 
}
.footer_bt li a {
  color: #d9d9d9 !important;
}

div#virtualForm {
  top: 44px;
  z-index: 4;
  position: absolute;
}
.vartual_submit{
  position: absolute !important;
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: none;
}
.carousel_dis {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 30%;
}
section#brand-banner .banner_dis {
  /* bottom: 120px !important; */
  top: 404px;
  height: 87px;
  position: absolute;
}

ol.carousel-indicators.slide_point li {
  height: auto !important;
  width: auto;
  bottom: inherit !important;
  position: relative !important;
  top: -120px !important;
  z-index: 999999;
  background: #ccc !important;
  width: 15px;
  height: 15px !important;
  border-radius: 50%;
  cursor: pointer;
}
ol.carousel-indicators.slide_point li.active {
  background: #bc1414 !important;
}


.virtual_banner {
  background: #000;
}
.virtual_banner img {
  height: 700px;
  object-fit: fill;
}

.banner_dis p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0px !important;
  color: #fff;
}
.banner_dis ul li strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.carousel_dis a.btn.btn_city {
  border: solid #fff 1px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 30px;
  color: #fff;
}
.whatsappbadge {
  position: fixed;
  z-index: 999999;
  bottom: 10px;
  right: 10px;
}
div#virtualForm .form_scroll {
  height: 439px;
}
.virtual_banner .banner_dis ul li {
  width: 25%;
}
div#virtualForm .Detail_design {
  border-radius: 0px;
  border: none;
}
.virtual_banner .carousel_dis p {
  margin-bottom: 20px;
  font-size: 16px !important;
  line-height: 29px;
  width: 100%;
  line-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  padding: 0px 50px;
}

div#virtualForm .contact-form p {
  font-size: 12px !important;
  color: #777;
  padding-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.virtual_banner .carousel-item:after {
  content: '';
  position: absolute;
  background: #000000ab;
  top: 0px;
  width: 100%;
  z-index: 0;
  height: 100%;
}
.carousel-item .carousel_dis {
  z-index: 999;
}
div#virtualForm button {
  margin-top: 10px;
}
div#virtualForm h4 {
  min-height: 40px;
}
p.form_dis {
  min-height: 60px;
}

.tab_btn_detail button.nav-link.active {
  color: #fff !important;
  background: #f00 !important;
  border: none !important;
  border-radius: 5px !important;
  cursor: pointer;
  }

.tab_btn_detail button.nav-link {
  background: #ccc !IMPORTANT;
  border-radius: 0px;
  line-height: 20px;
  margin-top: 20px;
  border-radius: 5px;
  margin-left: 3px;
  cursor: pointer;
  color: #fff;
}
.virtual_banner .carousel-indicators{
  z-index: 3 !important;
}
div#virtualForm .closebtn {
  height: 25px !important;
  border-radius: 50% !important;
  line-height: 26px;
  width: 25px;
  text-align: center;
  z-index: 999999 !important;
}

/* =================== Remove Banner spacee top css start ===================*/

.form-remove-top {
  top: 50px !important;
}
.remove_banner_top_space {
  margin-top: 25px !important;
}

/* =================== Remove Banner spacee top css End ===================*/

.virtual_banner h2 {
  color: #fff !important;
}
.virtual_banner p {
  color: #fff !important;
}

/* =================== Light Box Popup css start ===================*/

.lb-loader,.lightbox{
  text-align:center;
  line-height:0;
  position:absolute;
  left:0
}
body.lb-disable-scrolling{
  overflow:hidden
}
.lightboxOverlay{
  position:absolute;
  top:0;
  left:0;
  z-index:9999;
  background-color:#000;
  filter:alpha(Opacity=80);
  opacity:.8;
  display:none
}
.lightbox{
  width:100%;
  z-index:10000;
  font-weight:400;
  outline:0
}
.lightbox .lb-image{
  display:block;
  height:auto;
  max-width:inherit;
  max-height:none;
  border-radius:3px;
  border:4px solid #fff
}
.lightbox a img{
  border:none
}
.lb-outerContainer{
  position:relative;
  width:250px;
  height:250px;
  margin:0 auto;
  border-radius: 5px 5px 0px 0px;
  background-color:#fff
}
.lb-outerContainer:after{
  content:"";
  display:table;
  clear:both
}
.lb-loader{
  top:43%;
  height:25%;
  width:100%
}
.lb-cancel{
  display:block;
  width:32px;
  height:32px;
  margin:0 auto;
  background:url(/resources/web/images/loading.gif) no-repeat
}
.lb-nav{
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  z-index:10
}
.lb-container>.nav{
  left:0
}
.lb-nav a{
  outline:0;
  background-image:url(data:image/gif;
  base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}
.lb-next,.lb-prev{
  height:100%;
  cursor:pointer;
  display:block
}
.lb-nav a.lb-prev{
  width: 34%;
  left: 5px;
  float: left;
  background: url(/resources/web/images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 1;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
  background-size: 20px;
  background-color: #000;
  width: 30px;
  height: 30px;
  top: 50%;
  position: absolute;
  border-radius: 50%;
}
.lb-nav a.lb-prev:hover{
  filter:alpha(Opacity=100);
  opacity:1
}
.lb-nav a.lb-next{
  width: 64%;
  right: 5px;
  float: right;
  background: url(/resources/web/images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 1;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
  background-size: 20px;
  background-color: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 50%;
  position: absolute;
}
.lb-nav a.lb-next:hover{
  filter:alpha(Opacity=100);
  opacity:1
}
.lb-dataContainer{
  margin:0 auto;
  padding-top:5px;
  width:100%;
  background: #fff;
  border-radius: 0px 0px 5px 5px;
}
.lb-dataContainer:after{
  content:"";
  display:table;
  clear:both
}
.lb-data{
  padding:0 4px;
  color:#ccc
}
.lb-data .lb-details{
  width:85%;
  float:left;
  text-align:left;
  line-height:1.1em
}
.lb-data .lb-caption{
  font-size: 13px;
  font-weight: 600;
  line-height: 1em;
  color: #fff;
}
.lb-data .lb-caption a{
  color:#4ae
}
.lb-data .lb-number{
  display:block;
  clear:left;
  font-size:12px;
  color:#fff;
  margin-bottom: 10px;
}
.lb-data .lb-close{
  display: block;
  float: right;
  width: 15px;
  height: 15px;
  background: url(/resources/web/images/close.png) center center no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  position: absolute;
  top: 5px;
  display: initial;
  z-index: 999;
  background-size: 14px;
  background-color: #db2929;
  /* text-align: center; */
  padding: 13px;
  border-radius: 50%;
}
a.lb-close {
  display: block;
  float: right;
  width: 15px;
  height: 15px;
  background: url(/resources/web/images/close.png) center center no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  position: absolute;
  top: 5px;
  display: initial;
  z-index: 999;
  background-size: 14px;
  background-color: #db2929;
  /* text-align: center; */
  padding: 13px;
  border-radius: 50%;
  right: 5px;
  cursor: pointer;
}
.lb-data .lb-close:hover{
  cursor:pointer;
  filter:alpha(Opacity=100);
  opacity:1
}
/* =================== Light Box Popup css End ===================*/
textarea {
  min-height: 110px !important;
  /* background: none !important; */
  border: solid #ccc 1px !important;
  background: #fff !important;
  color: #000 !important;
  font-size: 14px !important;
}
span.font-14.text-grey {
  color: #f00;
  font-size: 11px !important;
  /* background: #fff; */
}
.download_section{
  background-color: #eee;
}
img.img-fluid.icon_img {
  width: 20px !important;
  height: 20px;
  position: absolute;
  top: 8px;
  right: 8px;
}

form#formData span.font-12.text-grey {
  color: #f00;
  font-weight: bold;
}
.banner_dis.banner_card h1 {
  font-size: 18px;
}
section#know-more i.fa.fa-download {
  margin-right: 5px;
}
.card-color a {
  background: #000;
  padding: 12px 15px;
  margin-top: 30px;
  display: table;
  color: #fff !important;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
}
.card-color a:hover {
  font-weight: bold;
  background: #08cb29;
}
a.btn.btn_city {
  color: #fff;
}
ul#pills-tab {
  border-bottom: solid #fbeeee 1px;
}

.br20{
  border-radius: 20px;
}

.fixed-btn {
  width: 100%;
  position: fixed;
  left: 0;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 99;
}

@media screen and (max-width: 768px) {

  .carousel-inner .top_section_banner .banner-desc {
    width: 100%;
  }

  .howit_work {
    padding: 30px 0px;
  }

  .howit_work row {
    margin: 35px -15px;
  }

  .howit_work_steps h1 {
    color: #03929A;
    font-size: 20px;
    display: flex;
    align-items: center;
    font-weight: 800;
    justify-content: center;
    text-align: center;
  }
  
  .howit_work_steps h1 span{
    font-size: 60px;
    margin-left: 30px;
    margin-right: 25px;
  }
  
  .howit_work_steps p {
    color: black;
    font-size: 23px;
    margin: 5px;
    text-align: center;
  }

  .banner_up img {
    width: 7rem;
  }

}

@media screen and (min-width: 768px) {

  .partnerlogin_form input {
    padding: 8px;
  }

  .rocket_shop {
    width: 377px;
  }
}

.service-content {
  display: flex;
  padding: 90px 0;
  width: 80%;
  margin: 0 auto;
}

.service-content img {
  border-radius: 8px;
  width: 560px;
  height: 400px;
  object-fit: contain;
  object-position: center;
}

.service-content h2 {
  font-size: 36px;
  line-height: 44px;
  font-weight: bold;
}

.service-content p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 24px;
}

.our-testimonials {
  width: 80%;
  margin: 0 auto;
}

.our-testimonials .card {
  background-color: #fff;
  border: 1px solid #e2e2e2 !important;
  padding: 25px;
  border-radius: 10px;
  margin: 3px;
}

.our-testimonials .reviews .review-heading {
  display: flex;
  flex-wrap: nowrap;
}

.our-testimonials .reviews .review-heading img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
  margin-right: 15px;
}

.our-testimonials .reviews .review-heading .reviewer h5 {
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 2px;
  color: #000;
}

.our-testimonials .reviews .review-heading .reviewer p {
  color: #000000;
  opacity: 0.5;
  font-size: 12px;
}

.our-testimonials .reviews p {
  max-height: 116px;
  overflow: hidden;
  font-size: 16px;
  margin-top: 10px;
  text-align: left;
}

.our-testimonials .reviews .owl-prev {
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: -2.5rem;
  color: #a9a9a9 !important;
}

.our-testimonials .reviews .owl-next {
  font-size: 60px;
  position: absolute;
  top: 50%;
  right: -2.5rem;
  color: #a9a9a9 !important;
}

#m2c-carousel .carousel-caption {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}

#m2c-carousel .carousel-inner img {
  width: 100%;
  height: 80vh;
  filter: brightness(0.5);
}

#m2c-carousel .carousel-control-prev {
  left: -5rem;
}

#m2c-carousel .carousel-control-next {
  right: -5rem;
}

#m2c-carousel .carousel-caption h3 {
  font-size: 56px;
  line-height: 72px;
  font-weight: normal;
}

#m2c-carousel .carousel-caption p {
  margin-top: 24px;
  font-size: 20px;
  line-height: 26px;
}

@media screen and (max-width: 768px) {
  .service-content {
    display: flex;
    padding: 15px 0;
    flex-wrap: wrap;
    width: 100%;
  }
  
  .service-content img {
    border-radius: 8px;
    width: 100%;
    height: auto;
  }

  .our-testimonials {
    width: 100%;
    margin-top: 20px;
  }

  .our-testimonials .card {
    background-color: #fff;
    border: 1px solid #e2e2e2 !important;
    padding: 10px;
    border-radius: 10px;
    margin: 3px;
  }

  .our-testimonials .reviews .review-heading .reviewer p {
    color: #000000;
    opacity: 0.5;
    font-size: 12px;
  }
  
  .our-testimonials .reviews p {
    max-height: 205px;
    overflow: hidden;
    font-size: 16px;
    margin-top: 10px;
    text-align: left;
    line-height: 1.5;
  }

  .our-testimonials .reviews .owl-prev {
    font-size: 60px;
    position: absolute;
    top: 50%;
    left: 1.5rem;
    color: #a9a9a9 !important;
  }
  
  .our-testimonials .reviews .owl-next {
    font-size: 60px;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    color: #a9a9a9 !important;
  }

  #m2c-carousel .carousel-inner img {
    width: 100%;
    height: 40vh;
    filter: brightness(0.5);
  }

  #m2c-carousel .carousel-caption {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
  }

  #m2c-carousel .carousel-caption h3 {
    font-size: 40px;
    line-height: 20px;
  }
  
  #m2c-carousel .carousel-caption p {
    margin-top: 24px;
    font-size: 20px;
    line-height: 26px;
  }

  #m2c-carousel .carousel-control-prev {
    left: 0rem;
  }
  
  #m2c-carousel .carousel-control-next {
    right: 0rem;
  }

  .box_slidecl {
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 25vh;
  }
}