/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #278df5; 
}

.form-options .data-list {
  height: 200px;
}

.form-options .input-data-list {
  max-height: 200px;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.currency {
	text-align: center;
}

.currency select {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

.currency select {
    background-color: white;
    border: thin solid #e7e7e7;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    margin-bottom: 30px;
    box-shadow: 4px 4px 14px #e7e7e7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.price_info_two {
  box-shadow: 0px 4px 20px rgba(12, 0, 46, 0.1) !important;
  padding: 0 !important;
  width: 100%;
}

@media (max-width: 991px) {
.price_info_two > div {
  width: 100% !important;
}
}

@media (min-width: 992px) {
  .price_info_two > .features:not(:first-child) {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .menu {
      padding: 10px 0px 0px 0px !important;
      background: #fff;
      margin-top: 0px;
  }
  .menu_one {
  
  }
  .menu li {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .menu li a {
    padding: 20px 30px !important;
    width: 100%;
  }
  
  .menu li .nav-link::before {
    display: none !important;
  }
  }

.form-floating button {
  cursor: pointer;
  background-color: #007bff;
  border: 1px solid #007bff;
  padding: 10px 0px;
  color: white;
}

.form-floating button:hover {
  background-color: white;
  color: #007bff;
}

.price_info_two h5 {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 10px;
  height: 70px;
}

.price_info_two label {
  display: block;
  text-align: center;
  padding: 8px 0px;
  width: 100%;
  margin: 0;
  border-right: 1px solid #e7e7e7;
}

.price_info_two label i {
  background-color: rgba(255,255,255,0);
  font-weight: bold;
  font-size: 1.2em;
}

.price_info_two label .fa-check {
  color: #1bbf00;
}

.price_info_two label .fa-times {
  color: #d60000;
}

.price_info_two label:nth-child(even) {
  background-color: #f3f3f3;
}

.price_info_two label:nth-child(odd) {
  background-color: white;
}

.price_info_two div {
  padding:0 !important;
}

@media (min-width: 992px) {

.price_info_two div:hover:not(:first-child) {
  transform: translateY(-20px);
  transition: transform 0.7s;
  box-shadow: 0px 4px 20px rgba(12, 0, 46, 0.3) !important;
  border-radius: 10px;
}

}

.price_info_two div:not(:first-child) {
  display: block;
}


.price_content .price_item {
  text-align: center;
  background-color: white;
  box-shadow: 0px 4px 6px 0px rgba(0, 11, 40, 0.1);
  padding: 40px 40px;
  height: 100%;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.2s linear;
  cursor: pointer;
}

.price_content > div > div > div:not(:first-child) {
    margin-bottom: 20px;
}


.contact-btn {
  width: 90%;
  border-radius: 40px;
  color: #5f2eed;;
  background-color: white;
  border: 1px solid #5f2eed;;
  padding: 10px 36px;
  position: absolute;
  bottom: 0;
  text-align: center;
  margin: 15px auto;
  margin-left: -44.5%;
}

.contact-btn:hover {
  color: #fff;
  background-color: #5f2eed;;
  cursor: pointer;
}

.img-responsive {
  width: 100%;
  height: auto;
  box-shadow: 4px 4px 16px #e7e7e7;
  margin-bottom: 15px;
  border-radius: 10px;
}

.img-responsive:hover {
  box-shadow: 0px 4px 50px #c4c4c4;
}

.portfolio-image .popup {
  font-weight: bolder !important;
  font-size: 1.2em !important;
}

.client-logos img {
  margin: 20px;
  height: 40px;
  width: auto;
}

ul.bullets {
  list-style: none;
  max-width: 900px;
  margin: 0 auto;
}

.form-options {
  max-width: 900px;
  margin: 0 auto;
  line-height: 30px;
}

.form-options input {
  margin-right: 15px;
}

.form-options input[type='checkbox'] {
  width: 30px;
  height: 20px;
  margin-right: 0px !important;
}

.form-options label {
  font-size: 18px;
}

.welcome-subtext {
  font-size: 1.1rem !important;
}

.flag {
  width: 20px;
  height: 12px;
  margin-right: 12px;
}

.svg.svg-fill-primary {
  fill: #3699FF !important;
}

.svg-icon.svg-icon-primary svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #3699FF !important;
}

.svg-icon.svg-icon-danger svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #F64E60 !important;
}

.svg-icon.svg-icon-success svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #1BC5BD !important;
}

.svg-icon.svg-icon-warning svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #FFA800 !important;
}

.opacity-4 {
  opacity: 0.04 !important;
}

.position-absolute {
  position: absolute !important;
}

.submit-btns button {
  padding: 10px 30px;
  background-color: #007bff;
  color: white;
  border: 1px solid #007bff;
  border-radius: 8px;
  cursor: pointer;
}

.submit-btns button:hover {
  background-color: white;
  color: #007bff;
}

.clearfix {
  width: 100%;
  clear: both;
}

.menu_toggle .hamburger span {
  background: rgb(0, 175, 239) !important;
}

.menu_toggle .hamburger-cross span {
  background: rgb(0, 175, 239) !important;
}

input::-webkit-calendar-picker-indicator {
  opacity: 100;
}

.mb-20 {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
#about .section_title {
  margin-bottom: 40px !important;
}
}

@media (max-width: 767px) {
  .swap-div {
    flex-flow: column-reverse;
  }
}

@media (max-width: 1199px) {
  .agency_featured_content .number {
    display: none;
  }
}

@media (max-width: 991px) {
  .top-data > div:nth-child(1) img, .top-data > div:nth-child(3) img, .top-data .slider_content img {
    display: none;
  }
}

@media (max-width: 768px) {
.slider_content {
    padding-top: 30vh !important;
}
}

.slider_content h2 {
  font-size: 36px !important;
}

.slider_area {
  height: 100vh !important;
}

.dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(255, 161, 39, 0.161);
  display: block;
  position: absolute;
  left: -23px;
  top: 15px;
  z-index: 1;
}

.features_info h3 {
  font-weight: bold !important;
  color: #309aff !important; 
}

.dot.middle_dot {
  left: 54.8%;
  transform: translateX(-50%);
  bottom: 100px;
  top: auto;
}

.agency_featured_item {
  margin-top: 110px;
}

.process_area .features_info {
  padding-bottom: 185px;
}

.features_info {
  position: relative;
  padding-bottom: 170px;
}

ul.bullets li {
  display: flex;
  font-size: 18px;
  line-height: 30px;
}

ul.bullets div {
  padding-left: 15px;
  display: inline-block;
}

ul.bullets li::before {
    content: '\2022';
    background-image: linear-gradient(to right, #f9a854, #f25663 50%, #f25a89);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    display: inline-block;
    font-size: 18px;
    margin-right: 15px;
}

.section-subtitle {
  font-size: 30px !important;
  color: black !important;
  font-weight: 600 !important;
  line-height: 50px !important;
  text-align: left;
}

.app_testimonial_area {
  background: #fbfbfd;
  padding-top: 40px;
  padding-bottom: 80px;
  overflow: hidden;
  position: relative;
}

.owl-stage-outer i {
  color: #a6a6a6;
  font-size: 1.5em;
  display: block;
}

.owl-carousel {
  display: block !important;
}

.owl-stage-outer i.fa-quote-left {
  text-align: left;
  margin: 10px 0px;
}

.owl-stage-outer i.fa-quote-right {
  text-align: right;
  margin: 0px 0px;
}

.login-logo {
  width: 50%;
  height: auto;
}

@media (max-width: 1099px) {
  .company-copy, .login-bottom-btns {
    flex: 0 0 100% !important;
    display: flex;
    flex-basis: 100%;
  }
  .login-bottom-tags {
    display: flex;
    flex-wrap: wrap;
  }
  .login-bottom-tag {
    padding-right: 10px;
  }
}

.btn-gradient {
  background: linear-gradient(to left, #3ad5d4, #36a7ef);
  color: white !important;
  border-style: none !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.btn-reset {
  background: white !important;
  color: #36a7ef !important;
  border: 1px solid #36a7ef !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
}

@media (max-width: 991px) {
  .login.login-1 {
    width: 100%;
}
}

@media (min-width: 992px) {
.login.login-1 .login-aside {
    width: 100%;
    max-width: 450px;
    height: 100vh; 
}
.login.login-1 .login-content {
  width: 100%;
  max-width: 500px;
  height: 100vh;
}
.login.login-1 .login-aside {
  width: 100%;
  max-width: 600px;
}
}

.mb-10, .my-10 {
  margin-bottom: 1.5rem !important;
}

.mr-10, .mx-10 {
  margin-right: 1rem !important;
}

.login.login-1 .login-aside .aside-img {
  min-height: auto !important;
}

@media (max-width: 991px) {
  div.aside-img {
    display: none !important;
  }
  .pt-15, .py-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1rem;
  }
  .p-7 {
    padding: 1.75rem 1.75rem 1.25rem 1.75rem !important;
}
}

@media (min-width: 992px) {
  .sign-up-mt {
    margin-top: 40px;
  }
  .sign-in-mt {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .sign-up-mt {
    margin-top: 15px;
  }
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.text-muted {
  color: #B5B5C3 !important;
}

.font-weight-bold {
  font-weight: 500 !important;
}

.mr-10 {
  margin-right: 2.5rem !important;
}

.py-4 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}

.py-7 {
  padding-bottom: 0rem !important;
  padding-top: 0rem !important;
}

@media (max-width: 991px) {
  .login-aside-mobile {
    margin-top: 55px !important;
  }
}

@media (min-width: 561px) {
  .login-bottom-tag  {
    padding-right: 15px;
  }
  }

.container {
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.result_card {
  width: 235px;
  width: inherit;
  height: 226px;
  border-radius: 16px;
  padding: 11px;
  margin-top: 20px;
}

.result_card1 {
  background-color: #fff7f8;
}

.result_card1 .img-wrapper {
  background: #db763d;
}

.result_card2 {
  background-color: #eafaf1;
}

.result_card2 .img-wrapper {
  background: #70aba2;
}

.result_card3 {
  background-color: #f3f5fe;
}

.result_card3 .img-wrapper {
  background: #926ded;
}

.result_card .img-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.result_card .result_card_text {
  margin-top: -2px;
  font-family: Arial, Helvetica, sans-serif Bold;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 15px;
  line-height: 50px;
}

.result_card .result_card_subtext {
  margin-top: -10px;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  text-align: center;
  padding: 0 14%;
}

.justify-content-center {
  justify-content: center !important;
}

.pb-13 {
  padding-bottom: 3.25rem !important;
}

.faq_content .tab-pane .card .card-header .btn {
  color: #0061cf;
}

.footer_top {
    background-color: #0091ff;
    padding: 70px 0px !important;
}

.navbar-brand img {
	width: 190px;
	height: auto;
}

.vid-text {
  font-size: 1.2em;
  font-weight: bold;
}

.header_area {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 20;
  top: 0;
  background-color: white;
  box-shadow: 0px 4px 6px 0px rgb(12 0 46 / 6%);
}


@media (max-width: 450px) {
.price_tab .hover_bg {
	background: #00aff0;
	opacity: 0;
}
}

