/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&family=Raleway:wght@400&family=Roboto:wght@300;400&display=swap");

html,
body {
  scroll-behavior: smooth !important;
  overflow-x: hidden;
  font-family: "Raleway", sans-serif;
  overflow-y: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h5,
p {
  letter-spacing: 0.1rem !important;
}
span,
p {
  /* letter-spacing: .009rem !important; */
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  color: #383838;
  line-height: 28px;
}
h1 span,
h2 span {
  font-weight: bold;
}

.dropdown-menu a {
  font-size: 0.8rem;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #f5f5f5;
}
.font500 {
  font-weight: 500;
}
.font600 {
  font-weight: 600;
}
ul {
  list-style-type: none;
}
body.modal-open {
  padding-right: 0 !important;
  overflow: hidden !important;
}

body:not(.modal-open) {
  padding-right: 0px !important;
}
.modal-body {
  overflow-y: scroll;
}
.modal-body::-webkit-scrollbar {
  width: 0 !important;
}
.modal-body {
  overflow: -moz-scrollbars-none;
}
.modal-body {
  -ms-overflow-style: none;
}

button:focus {
  outline: 0 !important;
}
a:hover {
  color: #0a76e5 !important;
}
a {
  text-decoration: none !important;
  cursor: pointer;
}

.fontpoppins {
  font-family: "Poppins", sans-serif;
}
.fontrale {
  font-family: "Raleway", sans-serif;
}
.fontrobo {
  font-family: "Roboto", sans-serif;
}

span {
  color: #0a76e5;
}
.form-control:focus {
  box-shadow: none;
}

/****************************************************HomeNavbar *****************************************************/

.homenav {
  position: relative;
  z-index: 100;
}
#navbarmain a:hover {
  color: #00c99c !important;
}
.droplinks li,
.secondarynavlinks li,
.navactions img {
  margin: 0.2rem 0.4rem;
  font-size: 14px !important;
}
.navactions img {
  width: 1.8rem;
}
.homenav ul li a {
  color: #3f3f3f !important;
  font-weight: 600;
  margin: 0.15rem;
}
.navbar-toggler-icon {
  color: #3f3f3f;
}
div#information_modal {
  padding-right: 0rem !important;
}
/* input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
} */
/* ToggleMenu */
/* 
.line-toggle {
	position: absolute;
	display: block;
	width: 16px;
	height: 2px;
	background: #000;
	border-radius: 5px;
	transition: all .6s;
  }
  
  .line-toggle:first-child {
	transform: translateY(-5px) translateX(-2px);
	width: 12px;
  }

  
  .line-toggle:last-child {
	transform: translateY(5px) translateX(-2px);
	width: 8px;
	transition-delay: 0s;
  }


.pen body {
	padding-top:50px;
}
.modal-header .close {
    margin:0;
	outline: none;
}
.modal-header{
	border-bottom: none;
}

.modal.right_modal{
	position: fixed;
	z-index: 99999;
  }

  .modal.right_modal .modal-dialog {
	position: fixed;
	margin: auto;
	width: 25%;
	height: 100%;
	
	-webkit-transform: translate3d(0%, 0, 0);
		-ms-transform: translate3d(0%, 0, 0);
		 -o-transform: translate3d(0%, 0, 0);
			transform: translate3d(0%, 0, 0);
  }
   */
.modal-dialog {
  /* max-width: 100%; */
  margin: 1.75rem auto;
}
@media (min-width: 576px) {
  .right_modal .modal-dialog {
    max-width: 100%;
  }
}

.modal.right_modal .modal-header {
  border: none !important;
  padding: 0rem 1rem;
}
.modal.right_modal .modal-content {
  background: linear-gradient(
    to right,
    #00c99c 0%,
    #00c99c 55%,
    #e2f0ff 50%,
    #e2f0ff 100%
  );
  height: 100vh !important;
  border-radius: 0rem !important;
}
.modal.right_modal .modal-body {
  padding: 15px 15px 30px;
  align-items: center;
  display: flex;
  justify-content: center;
}

/*left right modal*/
.modal.left_modal {
  position: fixed;
  z-index: 99999;
}
.modal.left_modal .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

@media (min-width: 576px) {
  .left_modal .modal-dialog {
    max-width: 100%;
  }
}
.modal.left_modal .modal-content {
  /*overflow-y: auto;
overflow-x: hidden;*/
  height: 100vh !important;
  background: linear-gradient(90deg, #000000 12.57%, rgba(0, 0, 0, 0) 100%);
}

.modal.left_modal .modal-body {
  padding: 15px 15px 30px;
}

/*.modal.left_modal  {
pointer-events: none;
background: transparent;
}*/

.modal-backdrop {
  display: none;
}

/*Left*/
.modal.left_modal.fade .modal-dialog {
  left: -50%;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left_modal.fade.show .modal-dialog {
  left: 0;
  box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.5);
  opacity: 0.9;
}

/*.modal.left_modal  {
	  pointer-events: none;
	  background: transparent;
  }*/

/* .modal-backdrop {
	  display: none;
  } */

/*Right*/
/* .modal.right_modal.fade .modal-dialog {
	right: -50%;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		 -o-transition: opacity 0.3s linear, right 0.3s ease-out;
			transition: opacity 0.3s linear, right 0.3s ease-out;
  }
  
  
  
  .modal.right_modal.fade.show .modal-dialog {
	right: 0;
	box-shadow: 0px 0px 19px 
  rgba(0,0,0,.5);
  } */

/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}

button.close span {
  font-size: 2.5rem;
}

.modal-header.right_modal {
  border-bottom-color: #eeeeee;
  background-color: #fafafa;
}

/* Right ModalContent */

ul.webextralinks li {
  /* padding: .3rem;
	margin: .3rem; */
  list-style-type: none;
  text-align: left;
  font-weight: 600;
  font-size: 1.8rem;
  font-family: "Poppins";
}
ul.webextralinks {
  padding-inline-start: 0px !important;
}
ul.webextralinks li a {
  color: #fff !important;
}
ul.webextralinks li .dropdown-menu a {
  color: #000 !important;
}
ul.webextralinks li a:hover {
  color: #0a76e5 !important;
}
ul.shortlink li a {
  font-size: 1.2rem;
  font-weight: 500;
}

.modal-content {
  border-radius: 0rem !important;
}

/* Buttons */

.signupbtn,
.ctabtn,
.whitebgbtn {
  border: 1px solid #0a76e5;
  border-radius: 4rem;
  padding: 0.8rem 2rem !important;
  background-image: linear-gradient(45deg, #0a76e5 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  transition: background 300ms ease-in-out;
  font-size: 14px !important;
  font-style: normal;
  font-family: Raleway;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  color: #0a76e5;
  letter-spacing: 0.12rem;
}
.signupbtn:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.whitebgbtn {
  padding: 0.7rem 2rem !important;
}
.signupbtn {
  padding: 0.5rem 2rem !important;
}
.ctabtn {
  background-color: #fff;
}
.ctabtn:hover,
.whitebgbtn:hover {
  background-position: 0;
  color: #fff !important;
  transition: 1s ease-out;
}

.ctasearch {
  padding: 0.4rem 3rem;
  /* letter-spacing: 0.12rem; */
}
.navsearch {
  padding: 0.25rem 1.6rem;
  font-size: 0.7rem;
}
.ctasearchbtn,
.action-button {
  padding: 0.4rem 2rem !important;
  /* letter-spacing: 0.12rem; */
}
.getstartbtn,
.ctasearchbtn,
.viewmore,
.action-button {
  background: #0a76e5;
  color: #fff;
  border: 1px solid #0a76e5;
  border-radius: 4rem;
  padding: 0.8rem 2rem;
  background-image: linear-gradient(45deg, #fff 50%, transparent 50%);
  background-position: 90%;
  background-size: 400%;
  transition: background 300ms ease-in-out;
  font-size: 14px !important;
  letter-spacing: 0.12rem;
  font-weight: 600;
}
.getstartbtn:hover {
  background-position: 0;
  transition: 1s ease-out;
}
.slick-next,
.slick-prev {
  width: 35px;
  height: 35px;
}

/*******************************HOME PAGE ***********************/

.lang.switch {
  margin-left: auto;
}

.switch {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.current {
  height: 42px;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  text-align: center;
  line-height: 42px;
  display: flex;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.2s ease-out;
  border-radius: 3px;
  padding: 0 0.2em 0 0.5em;
}
.current span {
  display: inline-block;
  line-height: 1;
  padding: 0.7em 0.2em 0 0;
}

.options {
  position: absolute;
  right: 0;
  top: 0.6em;
  z-index: 0;
  opacity: 0;
  transition: all 0.36s ease-out;
  display: none;
  overflow: hidden;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.switch.show-options .options {
  display: block;
  z-index: 5;
}
.switch.anim-options .options {
  opacity: 1;
}
.switch.show-shadow .options {
  box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.4);
}

.options-list {
  color: #313436;
  margin: 0;
  padding: 0.4rem 0.8em;
  position: relative;
  z-index: 5;
}
.options-list li {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0.75em;
  border-bottom: 1px solid #e1e4e6;
  transform: translateX(10px);
  transition: all 0.24s ease-out;
  transition-delay: 0.1s;
  opacity: 0;
  font-size: 1rem;
  line-height: 1.3;
  white-space: nowrap;
}
.options-list li:last-child {
  border-bottom: none;
}
.options-list li:nth-child(1) {
  transition-delay: 0.1s;
}
.options-list li:nth-child(2) {
  transition-delay: 0.15s;
}
.options-list li:nth-child(3) {
  transition-delay: 0.2s;
}
.options-list li:nth-child(4) {
  transition-delay: 0.25s;
}
.options-list li:nth-child(5) {
  transition-delay: 0.3s;
}
.options-list li.selected {
  color: #3498db;
}
.switch.anim-options .options-list li {
  transform: translateX(0);
  opacity: 1;
}

#trans-circle {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -80px;
  right: -80px;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 1;
  transition: all 0.4s ease-out;
  transform: scale(0.5);
  overflow: hidden;
}
#trans-circle svg {
  max-width: 100%;
  max-height: 100%;
}

.switch.anim-options #trans-circle {
  transform: scale(9);
}

.homesec3info p:nth-child(odd) {
  color: #0a76e5;
}
.homesec3info,
.homevideo1 {
  font-size: 0.9rem;
}
.homehero {
  /* position: relative; */
  min-height: 600px;
}
.homefades2 {
  position: relative;
  min-height: 400px;
}
.homeherofades,
.homelogofades {
  display: none;
}

/* .homeherofades img {
  height: 25rem;
} */
.sideactions {
  position: absolute;
  right: 7%;
  top: 20%;
  z-index: 100;
  color: #000000;
}
.langcurr {
  position: absolute;
  right: -2%;
  top: -5%;
}
.langcurr span {
  color: silver !important;
}
.socialicons {
  position: absolute;
  right: -2%;
  top: 25%;
  color: silver;
}

button#modal_view_right {
  background: transparent;
}
.testimonial img {
  padding: 0.5rem;
  background: #e2f0ff;
  box-shadow: 5px 8px 10px rgba(73, 73, 73, 0.25), -5px -8px 12px -6px #ffffff;
  border-radius: 30px 0px 8px;
}
.bg-gradient {
  background: linear-gradient(180deg, #00c99c 0%, #035946 100%);
}
/* .ctabtn{
	color: #0A76E5;
	background-color: #fff;
	border: 1px solid #0A76E5;
	font-family: 'Poppins',sans-serif;
	padding: .2rem 1rem;
	border-radius: 1rem;
}
.ctabtn:hover{
	color: #fff !important;
	background-color: #0A76E5;
	transition: .5s ease-in;
} */
.counter1,
.counter2,
.counter3 {
  background: #0a76e5;
  color: #fff;
  /* margin: .9rem; */
  padding: 0.5rem;
  border-radius: 5px;
  text-align: center;
}
.counter {
  color: #fff !important;
}
.homepartners img:hover {
  transform: scale(1.2);
}
.homepartners img {
  width: 9rem;
  height: auto;
  filter: grayscale(100%);
}
.homepartners img:hover {
  filter: none;
  transition: 0.6s ease-in;
}
.filter__head p:hover {
  cursor: pointer;
  color: #0a76e5;
}
.nav-tabs {
  border-bottom: none !important;
}

.filter__headitem::selection {
  color: #0a76e5;
}
.filter__bodyitem {
  display: none;
  padding: 20px;
  margin-bottom: 0px;
  /* box-shadow: 1px 1px 5px rgba(0,0,0,0.2); */
  margin-top: 10px;
}
.filter__bodyitem img {
  width: 100%;
}
.filter__headitem a {
  color: rgba(33, 37, 41, 0.5);
  font-size: 0.8rem;
  font-weight: bolder;
}

.designtabitems {
  padding: 1rem;
  border-radius: 50%;
}
.designtab {
  background: url("../assests/designtabbg.jpg");
  border-radius: 1rem;
}
/* .designtabitems:selected{
	background: red;
} */
.designtabitems img {
  width: 6rem;
}
.designtabitems::selection img {
  border: 1px solid black;
}
.designtabitems small {
  color: #fff;
}

.logosubcard ul li {
  font-size: 0.85rem;
  margin: 0.5rem 0rem;
}

.featcamp p {
  margin-bottom: 0rem;
}
.shopfeat {
  overflow: hidden;
  margin: 0 auto;
}
.shopfeat img {
  width: 100%;
  transition: 0.5s all ease-in-out;
}
.shopfeat:hover img {
  transform: scale(1.5);
  overflow: hidden;
}
.homeshops p {
  font-size: 80%;
}
.filter__headitem .active {
  color: #0a76e5 !important;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #0a76e5;
}

.slick-dots li {
  margin: 0px;
}
/* testimonial  */

.testimonial {
  background: #e7f3ff;
  position: relative;
}
.left_modal span {
  color: #fff !important;
  font-size: 6rem !important;
}
.left_modal .close {
  opacity: 1 !important;
  margin: 1rem;
}
.blockquote-custom-icon {
  /* width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex; */
  background-color: transparent !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: 20px;
}
i.fa.fa-quote-right {
  color: #fe5d35;
  font-size: 2rem;
}
.ratings {
  border: none !important;
  /* color: #e7cf00; */
  font-size: 1.4rem;
  margin: 0.5rem 0rem;
  width: 100%;
  text-align: center;
}
.ratings i.checked {
  color: #e7cf00;
}
.ratings i.unchecked {
  color: #afafaf;
}
.slick-prev:before,
.slick-next:before {
  color: #0a76e5 !important;
  font-size: 35px;
}

/* .designcarousel .slick-prev{
	left: -1.5%;
	z-index: 1;
} */
/* .slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 35px;} */
.threewaysteps .slick-next::before,
.threewaysteps .slick-prev::before {
  color: #fff !important;
}
.threewaysteps .slick-next {
  top: 105% !important;
  right: 40%;
}
.threewaysteps .slick-prev {
  top: 105% !important;
  left: 40%;
}
.threewaysteps .slick-dots li button:before {
  color: #fafafa;
}
/* .designcommonslider .slick-next {
  right: 2px;
}
.designcommonslider .slick-prev {
  left: -14px;
} */
.packslider .slick-next {
  right: 0.5%;
  top: 35%;
}
.packslider .slick-prev {
  left: 0.5%;
  top: 35%;
}

.testi .slick-prev,
.clientvid .slick-prev {
  left: 0%;
  top: -20%;
}
.testi .slick-next,
.clientvid .slick-next {
  top: -20%;
  left: 7%;
}
.clientvid {
  padding: 0px;
}
.testi .slick-prev,
.testi .slick-next {
  top: -25%;
}
.slick-next,
.slick-prev {
  z-index: 10;
}

/* Clientmovie */

.clientmv img {
  width: 100%;
}

/* Shops */
/* 
@media (min-width: 768px) {
	.panel-heading {
	  display: none;
	}
	.panel {
	  border: none;
	  box-shadow: none;
	}
	.panel-collapse {
	  height: auto;
	}
	.panel-collapse.collapse {
	  display: block;
	}
  }
  @media (max-width: 767px) {
	.tab-content .tab-pane {
	  display: block;
	}
	.nav-tabs {
	  display: none;
	}
	.panel-title a {
	  display: block;
	}
	.panel {
	  margin: 0;
	  box-shadow: none;
	  border-radius: 0;
	  margin-top: -2px;
	}
	.tab-pane:first-child .panel {
	  border-radius: 5px 5px 0 0;
	}
	.tab-pane:last-child .panel {
	  border-radius: 0 0 5px 5px;
	}
  } */

/* FAQs */
/* .quesfaq small{
	color: #000 !important;
	font-weight: 600;
	letter-spacing: 0.05em;
} */

.faqquestion {
  font-size: 1rem;
  font-weight: 900;
  padding: 0.5rem 2rem 0.5rem 1rem;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 1rem 0rem;
  background: #f5f5f5;
}

.faqquestion::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.faqquestion.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
}

.faqquestion.active + .answercont {
}

/* Footer Section */

#footer li {
  font-weight: 500;
  margin: 1rem 0.2rem;
}
#footer li a {
  color: #fff !important;
}
#footer ul li {
  list-style: none;
  padding-left: 0px !important;
  margin: 1rem 0.5rem;
  font-family: "Raleway";
  font-size: 0.85rem;
}
.footercol p {
  color: #fff;
  font-weight: 600;
}

ul.footercol {
  padding-left: 0px;
}

/* SignIn Page */

#signupform .modal-dialog {
  max-width: 100% !important;
  overflow-y: hidden;
  overflow-x: hidden;
}
.modal-open .modal {
  overflow: hidden !important;
}
#signupform .modal-content {
  height: 100vh;
}
#signupform {
  padding-right: 0px !important;
}
#signupform .modal-body {
  padding: 0px;
}

nav.navbar.navbar-expand-lg.navbar-light.homenav.d-flex.fontrale.fixed-top {
  padding-right: 0px !important;
}
.modal-dialog {
  margin-top: 0px;
}

.socialsign .fbicon,
.socialsign .googleicon {
  width: 2.5rem;
  padding: 0.5rem;
  margin: 1rem;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.signleft {
  background: linear-gradient(180deg, #00c99c 0%, #035946 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact .row {
  height: 100vh;
}

#signupform .modal-header {
  align-items: center;
}

#login {
  text-align: center;
  text-shadow: var(--box-shadow);
}
.signformstart .client-info {
  display: block;
  margin: 20px auto;
  width: 50%;
  height: 50px;
  border: solid #999 1px;
  border-radius: 5px;
  text-indent: 15px;
  transition: all 200ms;
  box-shadow: var(--box-shadow);
  font-family: "poppins";
}
.client-info:focus {
  width: 80%;
}
.signformstart label {
  position: absolute;
  margin: -76px 130px;
  font-size: 12px;
  white-space: nowrap;
  background: #fff;
  padding: 0 5px;
  color: #999;
  transition: all 200ms;
  text-shadow: var(--box-shadow);
  font-family: "poppins";
}
#email:focus ~ label[for="email"] {
  margin: -76px 70px;
}
#password:focus ~ label[for="password"] {
  margin: -76px 70px;
}

.domainsertext small {
  color: #3f3f3f !important;
}
@media (max-width: 790px) {
  .signleft {
    display: none;
  }
  #right {
    margin-top: 16px;
    background: linear-gradient(180deg, #00c99c 0%, #035946 100%);
    background-size: cover;
    background-position: center;

    box-shadow: var(--box-shadow);
  }
  .signformstart .client-info {
    display: block;
    margin: 20px auto;
    width: 100%;
  }

  .testi .slick-prev,
  .clientvid .slick-prev {
    left: 0%;
  }
  .testi .slick-prev,
  .testi .slick-next {
    top: -15%;
  }
  .clientvid .slick-prev,
  .clientvid .slick-next {
    top: -5%;
  }

  .testi .slick-next,
  .clientvid .slick-next {
    left: 15%;
  }
  .modal-dialog {
    margin: 0px;
  }
  .brochurecontent {
    font-size: 0.8rem;
  }
  .brochuredownload a img {
    width: 2rem;
  }
  .rowshadow {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
      rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  }
  .blogmincontent p {
    min-height: auto;
  }
}
.team_designation{
  position: absolute;
  width: 100%;
  background: rgba(57, 148, 242, 0.4);
  bottom: 0%;
}
.team_mem_testi::before{
content: "";
width: .2rem;
height: 4rem;
background: #0a76e5;
position: absolute;
left: 0;
}
/* QUESTIONS PAGE */

.card {
  position: relative;
  /* margin-bottom: 24px; */
  border: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.step-progress .step-slider {
  width: 100%;
}

.step-progress .step-slider .step-slider-item {
  width: 25%;
  height: 0.5px;
  position: relative;
  float: left;
  /* background-color: #dadada; */
}
.filter__head {
  color: rgb(70, 80, 80);
}

.step-progress .step-slider .step-slider-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #dadada;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
}

.step-progress .step-slider .step-slider-item.active:before {
  width: 100%;
  background-color: #58ffda;
}

.step-progress .step-slider .step-slider-item.active:after {
  border-color: #58ffda;
}

/* .step-content {
		padding: 16px 0;
	  }
	   */
.step-content .step-content-foot {
  text-align: right;
}

.step-content .step-content-foot button {
  border: 0;
  padding: 8px 16px;
  background-color: #cfd8dc;
  font-size: 14px;
  border-radius: 3px;
  outline: 0;
}

.step-content .step-content-foot button:active {
  background-color: rgba(255, 255, 255, 0.2);
}

.step-content .step-content-foot button.out {
  display: none;
}

.step-content .step-content-foot button.disable {
  background-color: #eceff1;
}

.step-content .step-content-foot button.active {
  background-color: #00acc1;
  color: white;
}

.step-content .step-content-body {
  /* padding: 16px 0; */
  text-align: center;
  font-size: 18px;
}

.step-content .step-content-body.out {
  display: none;
}

ul.ab-form-list li {
  text-align: left;
}
ul.ab-form-list {
  padding-left: 0px !important;
}
.ab-form-list__item {
  padding: 0.5rem;
  margin: 1rem;
  font-family: "Raleway";
  font-weight: bold;
}
.question,
.pricecardtitle {
  border: 1px solid transparent;
  background: #035946;
}
/* .pricecardtitle{
	margin-top:-15rem;
} */
.paginationaction {
  height: 100px;
}
.questback,
.questnext,
.questfinal {
  background: none !important;
  border: transparent !important;
  color: white;
  font-family: "Raleway";
  font-weight: 700;
}
.questnext::after {
  content: "\27F6";
  margin: 0rem 0.5rem;
}
.questback::before {
  content: "\27F5";
  margin: 0rem 0.5rem;
}

/* //Plans */
/* Price Cards */
.cards-container {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.pricecard {
  margin: 10px 40px;
  min-width: 300px;
  padding: 0;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 2px 2px rgba(0, 0, 0, 0.12),
    0 4px 4px rgba(0, 0, 0, 0.16), 0 8px 8px rgba(0, 0, 0, 0.2);
}
.pricecard .card-title {
  font-weight: 100;
  letter-spacing: 2px;
}
.pricecard .card-top {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 10px 20px;
  /* height: 200px; */
  background: linear-gradient(180deg, #3994f2 0%, #0062c8 100%);
  color: #fff;
  border-radius: 20px 20px 0 0;
}

.card-bottom {
  padding: 20px;
  height: 300px;
  margin: 0;
  background-color: #fff;
  color: #1e1558;
  border-radius: 0 0 20px 20px;
}
.card-bottom p {
  line-height: 60px;
  font-weight: 600;
}
.card-bottom button {
  background: linear-gradient(180deg, #3994f2 0%, #0062c8 100%);
  border: none;
  padding: 10px 30px;
  color: #fff;
  border-radius: 25px;
  font-weight: 900;
}

.hot {
  position: absolute;
  background-color: #fff;
  color: #1e1558;
  padding: 8px 45px;
  font-size: 14px;
  font-weight: 900;
  left: 70%;
  top: 0;
  transform: rotate(45deg);
}

.pricecard:hover .card-top {
  background: linear-gradient(180deg, #00c99c 0%, #035946 100%);
  transition: 1s ease-in-out;
}
.pricecard:hover button {
  background: linear-gradient(180deg, #00c99c 0%, #035946 100%);
  cursor: pointer;
}

.price {
  margin: 0 5px 10px 5px;
  font-size: 60px;
  font-weight: 900;
  position: relative;
}
.price .currency {
  position: absolute;
  font-size: 18px;
  top: 20px;
  left: 75px;
}

/* Media */
@media (max-width: 1000px) {
  .cards-container {
    flex-wrap: wrap;
    align-items: center;
  }
}

.expertise {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  background: #fff;
}
.d4s ul li a {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8rem;

  color: #7c7c7c;
}
.d4s ul {
  padding-left: 0rem !important;
}
.teamsection small:nth-child(odd) {
  color: #fff;
}

/* TIMELINE */

.center-slider .slick-slide {
  /* background-color: #b32532;*/
  height: 200px;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;

  color: #f5f5f5;
}
.center-slider .slick-slide,
.center-slider
  .slick-slide[aria-hidden="true"]:not(.slick-cloned)
  ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(0.8, 0.8);
  transition: all 0.4s ease-in-out;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.center-slider .slick-center,
.center-slider
  .slick-slide[aria-hidden="true"]:not([tabindex="-1"])
  + .slick-cloned[aria-hidden="true"] {
  transform: scale(1.1);
  /* background-color: #000000; */
}
.center-slider .slick-current.slick-active {
  transform: scale(1.1);
  /* background-color: #000000; */
  font-size: 48px;
  margin-top: -10px;
}

.slick-next,
.slick-prev {
  z-index: 5;
}
.center-slider .slick-next {
  right: 15px;
}
.center-slider .slick-prev {
  left: 15px;
}
.center-slider .slick-next:before,
.center-slider .slick-prev:before {
  color: #fff !important;
  font-size: 26px;
}
.center-slider .slick-slide:after {
  content: "\2022";
  color: white;
  position: absolute;
  /* background: white; */
  border-radius: 100%;
  bottom: 27%;
  font-size: 80px;
  z-index: 999 !important;
}

/* .timeline {
	position: relative;
	display: block;
  }
  @media (min-width: 768px) {
	.timeline {
	  padding: 0 48px;
	  padding-bottom: 20px;
	}
  }
  
  .timeline .timeline-slider {
	position: relative;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
  }
  
  .timeline .timeline-list,
  .timeline .timeline-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  
  .timeline .timeline-list {
	position: relative;
	overflow: hidden;
	display: block;
	padding: 80px 0;
	padding-left: 10px;
  }
  @media (min-width: 768px) {
	.timeline .timeline-list {
	  padding-left: 0px;
	}
  }
  
  .timeline .timeline-track {
	-webkit-transition: transform 1s ease;
	-moz-transition: transform 1s ease;
	-o-transition: transform 1s ease;
	-ms-transition: transform 1s ease;
	transition: transform 1s ease;
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-left: 3px solid #565a5c;
  }
  .timeline .timeline-track::before, .timeline .timeline-track::after {
	content: "";
	display: table;
  }
  .timeline .timeline-track::after {
	clear: both;
  }
  @media (min-width: 768px) {
	.timeline .timeline-track {
	  padding-left: 0px;
	  border-left: 0px;
	}
  }
  
  .timeline .timeline-slide {
	display: block;
	user-select: none;
	outline: none;
	float: left;
	width: 100%;
	height: 100%;
	min-height: 1px;
	padding: 30px 0px;
  }
  .timeline .timeline-slide.active {
	display: block;
  }
  .timeline .timeline-slide .timeline-dot {
	display: block;
	left: -12px;
	top: 0px;
	margin-bottom: 20px;
  }
  @media (min-width: 768px) {
	.timeline .timeline-slide .timeline-dot {
	  display: none;
	}
  }
  .timeline .timeline-slide .timeline-year {
	padding-top: 0px;
  }
  @media (min-width: 768px) {
	.timeline .timeline-slide {
	  padding: 0px;
	}
  }
  
  .timeline-dots {
	display: none;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	height: 3px;
	background-color: #565a5c;
	text-align: center;
	margin-bottom: 11.5px;
  }
  @media (min-width: 768px) {
	.timeline-dots {
	  display: -webkit-box !important;
	  display: -webkit-flex !important;
	  display: -ms-flexbox !important;
	  display: flex !important;
	}
  }
  
  .timeline-dot {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #565a5c;
	cursor: pointer;
	top: -8px;
  }
  .timeline-dot.active {
	color: #8e44ad;
	background-color: #8e44ad;
  }
  
  .timeline-year {
	position: absolute;
	top: 1px;
	left: 20px;
	width: 60px;
	padding-top: 9px;
  }
  @media (min-width: 768px) {
	.timeline-year {
	  top: 16px;
	  left: -20px;
	}
  }
  
  .timeline-arrow {
	display: none;
	position: absolute;
	top: calc(50% - 24px);
	z-index: 1000;
	color: #565a5c;
	cursor: pointer;
  }
  .timeline-arrow i {
	font-size: 48px;
  }
  @media (min-width: 768px) {
	.timeline-arrow {
	  display: block;
	}
  }
  
  .timeline-arrow.active {
	color: #8e44ad;
  }
  
  .timeline-prev {
	left: 0px;
  }
  
  .timeline-next {
	right: 0px;
  }
  
  .timelinecontent {
	font-family: Courier, "Lucida Console", monospace;
	text-align: center;
	background-image: url(/assests/timelinebg1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-size:100%;
	background-color: #F5F5F5;
   width: 100%;
	border-radius: 20px;
	padding: 2rem;
  }
  .timelinecontent small{
	  color: #fff;
  }
  .hide {
	display: none;
  } */

.id1icon img {
  width: 5rem;
}

/* // GROWTH */

.seofeatures {
  background-color: #f5f5f5;
  padding: 1.5rem;
}

.seoservices h6 {
  font-size: 0.8rem;
}
.seofeatures img {
  width: 5rem;
}
/* 
  .grsocialmedia{
	  background: url('../assests/maxlenceintobg.png');
	  
  } */
.growthhero {
  background: url("../assests/seotools.png");
  background-size: cover;
}
.grleads {
  background-image: url(../assests/leads.png);
}
.dropdown-item {
  width: auto !important;
}
.shophero {
  background: url("../assests/shopherobg.jpg");
  background-size: cover;
}
.careerslider1 {
  background: url("../assests/careerheroslide1.jpg");
  background-size: cover;
  height: 450px;
}
.brochurehero {
  background: url("../assests/brochurehero.jpg");
  background-position: center;
  /* background: linear-gradient(
    251.26deg,
    rgba(0, 0, 0, 0.075) 0%,
    rgba(0, 0, 0, 0) 100%
  ); */
}
.bgproperty {
  background-position: center;
  background-repeat: no-repeat;
  /*background-size: cover;
	background-size:100% 100%;*/
  background-color: #f5f5f5;
}

.customisepoints ul li {
  margin: 1rem 0.5rem;
  padding: 0.3rem;
  font-weight: 900;
}

.designcommonslider img {
  width: 100%;
}
.campworktitle {
  color: #0a76e5;
}

/* CONTACT FORM */

#contactusform input {
  border: 1px solid #cacaca;
  border-radius: 4px;
  /* text-align: center; */
}
.filterdropdown.dropdown-menu ul li a {
  font-size: 0.8rem;
  color: #fff !important;
}
.filterdropdown.dropdown-menu {
  padding: 0.5rem;
  background: #002d23;
  width: 30vw;
}
.filterdropdown.dropdown-menu ul {
  padding-inline-start: 0rem !important;
}
.upload-area {
  width: 100%;
  background: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 4px;
  margin-bottom: 2rem;
}

.upload-area--open {
  /* Slid Down Animation */
  animation: slidDown 500ms ease-in-out;
}

@keyframes slidDown {
  from {
    height: 28.125rem; /* 450px */
  }

  to {
    height: 35rem; /* 560px */
  }
}

/* Header */
.upload-area__header {
}

.upload-area__title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.3125rem;
}

.upload-area__paragraph {
  font-size: 0.9375rem;
  color: var(--clr-light-gray);
  margin-top: 0;
}

.upload-area__tooltip {
  position: relative;
  color: var(--clr-light-blue);
  cursor: pointer;
  transition: color 300ms ease-in-out;
}

.upload-area__tooltip:hover {
  color: var(--clr-blue);
}

.upload-area__tooltip-data {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -125%);
  min-width: max-content;
  background-color: var(--clr-white);
  color: var(--clr-blue);
  border: 1px solid var(--clr-light-blue);
  padding: 0.625rem 1.25rem;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  transition: none 300ms ease-in-out;
  transition-property: opacity, visibility;
}

.upload-area__tooltip:hover .upload-area__tooltip-data {
  opacity: 1;
  visibility: visible;
}

/* Drop Zoon */
.upload-area__drop-zoon {
  position: relative;
  height: 11.25rem; /* 180px */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 2px dashed var(--clr-light-blue);
  border-radius: 15px;
  /* margin-top: 2.1875rem; */
  cursor: pointer;
  transition: border-color 300ms ease-in-out;
}

.upload-area__drop-zoon:hover {
  border-color: var(--clr-blue);
}

.drop-zoon__icon {
  display: flex;
  font-size: 3.75rem;
  color: var(--clr-blue);
  transition: opacity 300ms ease-in-out;
}

.drop-zoon__paragraph {
  font-size: 0.9375rem;
  color: var(--clr-light-gray);
  margin: 0;
  margin-top: 0.625rem;
  transition: opacity 300ms ease-in-out;
}

.drop-zoon:hover .drop-zoon__icon,
.drop-zoon:hover .drop-zoon__paragraph {
  opacity: 0.7;
}

.drop-zoon__loading-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  color: var(--clr-light-blue);
  z-index: 10;
}

.drop-zoon__preview-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.3125rem;
  border-radius: 10px;
  display: none;
  z-index: 1000;
  transition: opacity 300ms ease-in-out;
}

.drop-zoon:hover .drop-zoon__preview-image {
  opacity: 0.8;
}

.drop-zoon__file-input {
  display: none;
}

/* (drop-zoon--over) Modifier Class */
.drop-zoon--over {
  border-color: var(--clr-blue);
}

.drop-zoon--over .drop-zoon__icon,
.drop-zoon--over .drop-zoon__paragraph {
  opacity: 0.7;
}

/* (drop-zoon--over) Modifier Class */
.drop-zoon--Uploaded {
}

.drop-zoon--Uploaded .drop-zoon__icon,
.drop-zoon--Uploaded .drop-zoon__paragraph {
  display: none;
}

/* File Details Area */
.upload-area__file-details {
  height: 0;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  transition: none 500ms ease-in-out;
  transition-property: opacity, visibility;
  transition-delay: 500ms;
}

/* (duploaded-file--open) Modifier Class */
.file-details--open {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.file-details__title {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--clr-light-gray);
}

/* Uploaded File */
.uploaded-file {
  display: flex;
  align-items: center;
  padding: 0.625rem 0;
  visibility: hidden;
  opacity: 0;
  transition: none 500ms ease-in-out;
  transition-property: visibility, opacity;
}

/* (duploaded-file--open) Modifier Class */
.uploaded-file--open {
  visibility: visible;
  opacity: 1;
}

.uploaded-file__icon-container {
  position: relative;
  margin-right: 0.3125rem;
}

.uploaded-file__icon {
  font-size: 3.4375rem;
  color: var(--clr-blue);
}

.uploaded-file__icon-text {
  position: absolute;
  top: 1.5625rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--clr-white);
}

.uploaded-file__info {
  position: relative;
  top: -0.3125rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.uploaded-file__info::before,
.uploaded-file__info::after {
  content: "";
  position: absolute;
  bottom: -0.9375rem;
  width: 0;
  height: 0.5rem;
  background-color: #ebf2ff;
  border-radius: 0.625rem;
}

.uploaded-file__info::before {
  width: 100%;
}

.uploaded-file__info::after {
  width: 100%;
  background-color: var(--clr-blue);
}

/* Progress Animation */
.uploaded-file__info--active::after {
  animation: progressMove 800ms ease-in-out;
  animation-delay: 300ms;
}

@keyframes progressMove {
  from {
    width: 0%;
    background-color: transparent;
  }

  to {
    width: 100%;
    background-color: var(--clr-blue);
  }
}

.uploaded-file__name {
  width: 100%;
  max-width: 6.25rem; /* 100px */
  display: inline-block;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* h1 {
	font-size: 5.9vw;
  }
  h2 {
	font-size: 3.0vh;
  }
  p {
	font-size: 3vmin;
  } */
.uploaded-file__counter {
  font-size: 1rem;
  color: var(--clr-light-gray);
}

.numbullets small {
  text-align: center;
  background: rgba(10, 118, 229, 0.3);
  color: #fff !important;
  padding: 1rem 1.3rem;
  font-size: 16px;
  border-radius: 100%;
}
/* Design */

/* .dropdown-toggle::after{
                                    display: none;
                                } */
.filter input[type="checkbox"] {
  display: none;
  margin: 10px;
}

/*
                                  Change the look'n'feel of labels (which are adjacent to radiobuttons).
                                  Add some margin, padding to label
                                */
.filter input[type="checkbox"] + label {
  font-size: 0.8rem;
  padding: 0.4rem 0.8rem;
  background: #dadada;
  border-radius: 35px;
  font-weight: 900;
}
/*
                                 Change background color for label next to checked radio button
                                 to make it look like highlighted button
                                */
.filter input[type="checkbox"]:checked + label {
  background-image: none;
  background-color: #0a76e5;
  color: #fff;
}

/* SHOP */

.viewjectbtn {
  background: transparent;
  font-weight: 900;
  letter-spacing: 0.12rem;
}
.viewjectbtn:hover {
  background: #0a76e5;
}
.questionform input {
  background: #fff;
  border: 0.5px solid #fff;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 16px;
  text-align: center;
}

.t-dropdown-block {
  width: 100%;
  height: 28px;
  margin: 20px auto;
  position: relative;
}

.t-dropdown-list {
  display: none;
  background-color: #fff;
  border: 1px solid #ddd;
  z-index: 10;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
  list-style: none;
  margin: 0;
  padding: 0;
  height: 150px;
  overflow: auto;
  position: absolute;
  margin-top: 10px;
}

.t-dropdown-item {
  padding: 5px 20px;
  margin: 0;
  cursor: pointer;
}

.t-dropdown-item:hover {
  background-color: #f1f1f1;
}

.t-dropdown-select {
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  box-sizing: content-box;
}

.t-dropdown-input {
  /* box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset; */
  border: 0;
  height: 100%;
  width: 100% !important;
  padding: 0 3px 0 10px;
  box-sizing: border-box;
}

.t-select-btn {
  background-image: url(https://cdn4.iconfinder.com/data/icons/ui-indicatives/100/Indicatives-26-128.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 7px 7px;
  position: absolute;
  width: 30px;
  top: 0;
  right: 0;
  height: 100%;
  /* border-left: 1px solid #DDD; */
}

.t-select-btn:active {
  background-color: #f1f1f1;
}
.seoservice {
  height: 250px;
  padding: 3rem 1rem;
  margin: 1rem;
}
.seoservice h5 {
  margin: 1rem;
  color: #00c99c;
}

.shoptoptitle {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.graygrad::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 0;
  width: 92%;
  height: 100%;
  background: linear-gradient(
    251.26deg,
    rgba(0, 0, 0, 0.49) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.shareicon {
  position: absolute;
  top: 5%;
  right: 10%;
  z-index: 99;
  width: 1rem;
}
.brochuredownload img {
  width: 3rem;
}
.job-details p {
  color: #000;
}
.job-details span {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  color: rgba(33, 37, 41, 0.7);
}

.support_feats .card {
  background-color: #eaeaea;
}
.usermng_feats .card {
  background-color: #f5f5f5;
}

.slideonecontent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* .sliderimgcare::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    360deg,
    rgba(10, 118, 229, 0.63) 0%,
    rgba(10, 118, 229, 0) 100%
  );
  mix-blend-mode: normal;
} */
.perksbenefits {
  background: url(../assests/perksbenifit.jpg);
}

.blogimg {
  position: relative;
}

.blogsubinfo {
  color: #719a93;
}

.bloginfo {
  position: absolute;
  bottom: 2%;
  padding: 1rem;
}

.bloggername img {
  width: 4rem;
}

.blogdate::before {
  content: "•";
  color: #a7a7a7;
  display: inline-block;
  width: 1em;
}

.img-gradientgray::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;

  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 70%);
  border-radius: 0px 30px 0px 0px;
}

.blogmincontent p {
  min-height: 14rem;
}

.cta {
  border: none;
  background: none;
}

.cta span {
  padding-bottom: 7px;
  padding-right: 15px;
  font-weight: bold;
}

.cta svg {
  transform: translateX(-8px);
  transition: all 0.3s ease;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active svg {
  transform: scale(0.9);
}

.hover-underline-animation {
  position: relative;
  color: black;
  padding-bottom: 20px;
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1.5px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.cta:hover .hover-underline-animation:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.blogcard {
  background: #eaf4ff;
  border-radius: 0px 30px;
}
.logotablink,
.enttablink {
  background: #b7daff;
  border-radius: 4px;
  font-weight: 600;
  padding: 1rem 1.2rem;
  text-align: center;
  color: #000;
}
.reviewbox {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  padding: 1rem 2rem;
}

/* QUEST 2 */

/*form styles*/
#msform {
  width: 100%;
  /* 
  position: relative; */
  text-align: center;
  margin: 50px auto;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 3px;
  padding: 20px 16px;
  box-sizing: border-box;
  width: 100%;
  /*stacking fieldsets above each other*/
}
#msform select option {
  color: #7a7a7a;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

/*inputs*/
/* #msform input,
#msform textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2c3e50;
  font-size: 13px;
} */

/*buttons*/
/* #msform .action-button {
  width: 100px;
  background: #5e9aff;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
} */

/* #msform .action-button:hover,
#msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #67d5bf;
} */

/*headings*/
/* .fs-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #5e9aff;
  margin-bottom: 10px;
} */

.fs-subtitle {
  font-weight: normal;
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  display: flex;
  justify-content: center;
}

#progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  width: 8%;
  float: left;
  position: relative;
  border-radius: 100%;
  margin: 0.4rem 0rem;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: #333;
  background: #f0f0f0;
  border-radius: 3px;
  margin: 0 auto 5px auto;
  border-radius: 100%;
}

/*progressbar connectors*/
#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #f0f0f0;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1;
  /*put it behind the numbers*/
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #5e9aff;
  color: white;
}

.help-block {
  font-size: 0.8em;
  color: #7c7c7c;
  text-align: left;
  margin-bottom: 0.5em;
}

.radiobox,
.checkboxbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  background: #ffffff;
  box-shadow: 0px 3px 30px rgb(0 0 0 / 14%);
  height: 160px;
  /* width: 200px; */
  padding: 0.5rem 1rem;
}
.checkbox_title {
  margin: 0px auto;
}
.defultbox {
  background: #ffffff;
  box-shadow: 0px 3px 30px rgb(0 0 0 / 14%);
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: start;
}
.defultbox h6 {
  margin: 0.3rem 0rem 0rem 0.8rem;
}

.creationsublinks {
  display: flex;
  align-items: start;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-20%, -50%);
}
.creationsublink {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
}
.creationsublink:hover {
  font-size: 30px;
  transition: 0.4s ease-in;
}
.numpink {
  border: 4px solid #ffac97;
  padding: 0.7rem 1.5rem;
  border-radius: 100%;
  color: #ffac97;
  font-size: 30px;
  font-weight: 700;
}
.sidetext {
  position: absolute;
  background: none;
  transform-origin: 0 0;
  transform: rotate(270deg);
}
.sidetext.sidetextpos1 {
  bottom: 5%;
  left: 15%;
}
.sidetext.sidetextpos2 {
  bottom: 10%;
}
.sidetextpos1:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 0.5px;
  background: #b2d2f4;
  top: 30%;
  right: -60%;
}
.sidetextpos2:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 0.5px;
  background: #b2d2f4;
  top: 25%;
  right: -135%;
}
.mmdashbullet h1 {
  font-size: 100px;
  margin-top: -30px;
  color: #c4c4c4;
}

.bluedisc {
  background-color: #0a76e5;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobileapp_process {
  background: #fff;
  border-radius: 4px;
  min-height: 250px;
  height: 200px;
  position: relative;
}
.mobileapp_process p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0a76e5;
  position: absolute;
  top: 3%;
  left: 3%;
}

.service_offer img {
  width: 4rem;
}
.serviceoffer {
  height: 200px;
}
/* .threewaysteps {
  margin-right: -300px;
} */
/* FAQ SEARCH STYLE */
.content {
  width: 100%;
  padding: 1em 0em 1em 1em;
  position: relative;
}

.search {
  --size: 60px;
  border: 2px solid rgba(0, 0, 0, 0);
  display: flex;
  border-radius: 100px;
  overflow: hidden;
  font-size: 1rem;
  position: relative;
  width: var(--size);
  height: var(--size);
  transition: width 450ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
  padding: 3px;
}

.search__input {
  border: 0;
  padding: 0.25em 1em;
  flex-grow: 1;
  outline: 0;
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: transparent;
  opacity: 0;
  cursor: pointer;
}

.search__submit {
  font-size: 1.5rem;
  margin-left: auto;
  background: 0;
  border: 0;
  cursor: pointer;
  border-radius: 50%;
  transition: background 200ms ease-out;
  width: calc(var(--size) - 10px);
  height: calc(var(--size) - 10px);
}

.search:focus-within {
  width: 100%;
}

.search:focus-within .search__input {
  opacity: 1;
  z-index: initial;
  cursor: initial;
  width: calc(100% - var(--size));
}

.search:focus-within .search__submit {
  background: black;
  color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

/* Media queries */

@media screen and (max-width: 1200px) {
  .navactions ul li {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .grleads {
    background-image: none;
  }
  ul.webextralinks li {
    font-size: 1.2rem;
  }
}
@media (max-width: 550px) {
  /* .pricecardtitle,.question{
		margin-top:-12rem;
	} */
  .mmdashbullet h1 {
    margin-top: -5px;
  }
  .sideactions {
    right: 7%;
    top: 35%;
  }
  h1 {
    font-size: 2.2rem !important;
  }
  h2 {
    font-size: 2rem !important;
  }
  h3 {
    font-size: 1.8rem !important;
  }
  h4 {
    font-size: 1.6rem;
  }
  h5 {
    font-size: 1.4rem;
  }
  h6 {
    font-size: 1.2rem;
  }
  p {
    font-size: 1rem;
  }
  small {
    font-size: 0.8rem;
  }

  @media (max-width: 575.98px) {
    .border-xs-left-none {
      border-left: none !important;
    }
    .border-xs-right-none {
      border-right: none !important;
    }
    .border-xs-top-none {
      border-top: none !important;
    }
    .border-xs-bottom-none {
      border-bottom: none !important;
    }
  }
  .options {
    left: 0;
    position: absolute;
    top: 0.6em;
    z-index: 0;
    opacity: 0;
    transition: all 0.36s ease-out;
    display: none;
    overflow: hidden;
  }
  .homeshops p {
    font-size: 70%;
  }
  .filterdropdown.dropdown-menu {
    width: 80vw;
  }
  .modal.right_modal .modal-content {
    background: #00c99c;
  }
}
