body {
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  font-family: "Montserrat", sans-serif;
  /*font-family: 'Noto Sans', sans-serif;*/
  background-color: #fff;
}

.row.rv-1 {
  flex-direction: row-reverse;
}

p {
  color: #808080;
  font-size: 16px;
  line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

.no-padding {
  padding: 0 !important;
}

.inline-block {
  display: inline-block;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  transition: all 0.3s ease-in 0s;
}

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus,
a:hover {
  color: #000;
}

.hero {
  background: #00000094;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
  font-size: 40px;
  font-weight: 600;
}
nav.navbar.navbar-expand-lg.navbar-light {
  padding: 1% 6%;
}

.btn-main:hover {
  color: #fff;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.btn:focus {
  color: #ddd;
}

.section {
  padding: 40px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-xs {
  padding: 40px 0;
}

#preloader {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.parallax-section {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.preloader {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
}

.preloader span {
  position: absolute;
  display: block;
  bottom: 0;
  width: 9px;
  height: 5px;
  border-radius: 5px;
  background: #fff;
  -webkit-animation: preloader 2s infinite ease-in-out;
  animation: preloader 2s infinite ease-in-out;
}

.preloader span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.preloader span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.preloader span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.preloader span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.preloader span:nth-child(6) {
  left: 55px;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

@-webkit-keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background: #baff9fb5;
  }
  50%,
  100% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
}

@keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background: #baff9fb5;
  }
  50%,
  100% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
  }
}

.title {
  padding-bottom: 50px;
  overflow: hidden;
}

.small-title {
  font-size: 24px;
  color: #3355c9;
  font-weight: 600;
  text-transform: capitalize;
}

.title h2 {
  font-weight: 600;
  font-size: 35px;
  color: #232323;
}

.ms-slider {
  display: inline-block;
  height: 1.5em;
  overflow: hidden;
  vertical-align: middle;
  -webkit-mask-image: linear-gradient(
    transparent,
    white,
    white,
    white,
    transparent
  );
  mask-image: linear-gradient(transparent, white, white, white, transparent);
  mask-type: luminance;
  mask-mode: alpha;
}
.ms-slider__words {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-animation-name: wordSlider;
  animation-name: wordSlider;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 25s;
  animation-duration: 25s;
}
.ms-slider__word {
  display: block;
  line-height: 1.3em;
}

@-webkit-keyframes wordSlider {
  0%,
  12% {
    transform: translateY(0%);
  }
  14%,
  26% {
    transform: translateY(-12.5%);
  }
  28%,
  40% {
    transform: translateY(-25%);
  }
  42%,
  54% {
    transform: translateY(-37.5%);
  }
  56%,
  68% {
    transform: translateY(-50%);
  }
  70%,
  82% {
    transform: translateY(-62.5%);
  }
  84%,
  96% {
    transform: translateY(-75%);
  }
  100% {
    transform: translateY(-87.5%);
  }
}

@keyframes wordSlider {
  0%,
  12% {
    transform: translateY(0%);
  }
  14%,
  26% {
    transform: translateY(-12.5%);
  }
  28%,
  40% {
    transform: translateY(-25%);
  }
  42%,
  54% {
    transform: translateY(-37.5%);
  }
  56%,
  68% {
    transform: translateY(-50%);
  }
  70%,
  82% {
    transform: translateY(-62.5%);
  }
  84%,
  96% {
    transform: translateY(-75%);
  }
  100% {
    transform: translateY(-87.5%);
  }
}

.subtitle {
  font-size: 30px;
  color: black;
  line-height: 42px;
}

.title-content {
  font-size: 20px;
}

.title p {
  color: #848484;
  width: 50%;
  margin: 0 auto;
}

.title.title-white h2 {
  color: #fff;
}

.border {
  height: 2px;
  margin: 20px auto 20px;
  position: relative;
  width: 80px;
  background: #28abe3;
}

.bg-gray {
  background: #f9f9f9;
}

.logo {
  display: inline-block;
}

.single-page-header {
  background-image: url("../images/about/about-header.jpg");
  background-size: cover;
  padding: 140px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
}

.single-page-header:before {
  background: rgb(0 0 0);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(
    to right,
    #2c87fc,
    #417bee,
    #4e6ee0,
    #5762d2,
    #5e55c3
  );
}

/*=================================================================
    Navigation
  ==================================================================*/
.navigation {
  font-family: "Montserrat", sans-serif;
  position: sticky;
  top: 0;
  z-index: 99;
  transition: 0.3s all;
  background: #323232;
}

button.google-btn {
  background: transparent;
  color: white;
  transition: 0.3s ease;
}

button.google-btn:hover {
  border-color: #fd673a;
  background: #fd673a;
}

/* input[type="email"] {
      height: auto;
      width: 100%;
          padding: 3% 3%;
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #ffffff82;
      margin-bottom: 2%;
      border-radius: 0;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #2F414A;
  }
  input[type="password"]{
    height: auto;
      width: 100%;
      padding: 3% 3%;
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #ffffff82;
      margin-bottom: 2%;
      border-radius: 0px;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #2F414A;
  
  } */

hr {
  background: #000;
}

.navigation .logo-default {
  display: block;
}
img.logo-default {
  width: 85px;
}

.navbar-collapse {
  width: 100%;
}

.navigation .navbar-light .navbar-nav .nav-item .nav-link {
  color: #f3f3f3;
  line-height: 26px;
  padding: 20px 15px;
  text-transform: capitalize;
  transition: 0.2s ease-in-out 0s;
  font-weight: 600;
  white-space: initial;
  font-size: 16px;
  position: relative;
}

.navigation .navbar-light .navbar-nav .nav-item .nav-link:hover,
.navigation .navbar-light .navbar-nav .nav-item .nav-link:active,
.navigation .navbar-light .navbar-nav .nav-item .nav-link:focus {
  background: none;
  color: #baff9fb5;
}

.navigation .navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #28abe3;
}

.navigation .navbar-light .navbar-nav .nav-item .nav-link.active::after {
  position: absolute;
  content: "";
  width: 80%;
  background: #3355c9;
  height: 2px;
  left: 10%;
  bottom: 10px;
  border-radius: 50px;
}
.navigation .navbar-light .navbar-nav .nav-item .nav-link.active {
  color: black;
}

@media only screen and (max-width: 992px) {
  .navigation .nav-link {
    padding: 10px !important;
  }
  .navigation .navbar-light .navbar-nav .nav-item .nav-link.active::after {
    display: none;
  }
}

.navigation .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.navigation .dropdown-menu {
  border: 0;
  border-radius: 0;
  top: 99%;
  left: 0;
  right: 0;
  padding: 0;
  display: flex;
  visibility: hidden;
  transition: 0.3s ease;
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  background: white;
  width: 900px;
}

@media (max-width: 991px) {
  .navigation .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: unset;
    transform-origin: unset;
    text-align: center;
  }
  .navigation .dropdown-menu {
    display: none;
  }
  .navigation .dropdown-menu.show {
    width: 100%;
  }
  .product_nav_left {
    display: none;
  }
  .navigation .navbar-light .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
  .product_nav_right {
    padding: 0% 5%;
    text-align: left;
  }
  .nav-btns {
    display: flex;
    justify-content: center;
  }

  .sign_in_btn {
    width: 100%;
  }
  .sign_up_btn {
    width: 100%;
  }
  .navigation .navbar-light .navbar-toggler {
    border: transparent;
  }
}

.product_nav_left {
  padding: 5%;
  background: #8d44c591;
  text-align: center;
  height: 100%;
}
.product_nav_right {
  height: 100%;
  padding: 5%;
  color: black;
}
.product_nav_right .dropdown-item {
  color: black;
}
.product_nav_right .dropdown-item:hover {
  color: #4e4e4e;
  background: #8d44c591;
}

li.nav-item.dropdown.active {
  background: none;
}

@media screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    align-items: center;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    box-shadow: 0px 9px 15px rgb(0 0 0 / 50%);
  }
  .navigation .dropdown-menu {
    left: -420px !important;
  }
}
@media screen and (max-width: 320px) {
  .dropdown-item p {
    font-size: 12px;
  }
}

.navigation .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

@media (max-width: 991px) {
  .navigation .dropdown-menu.show {
    display: block;
  }
}

.navigation .dropdown-item {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.2s ease;
  padding: 10px;
}

.navigation .dropdown-item:hover {
  color: #fff;
  background: transparent;
  padding-left: 12px;
}

@media (max-width: 991px) {
  .navigation {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
  }
  .navigation .navbar-light .navbar-nav .nav-item .nav-link {
    color: #000;
  }
  .navigation .logo-white {
    display: none;
  }
  .navigation .logo-default {
    display: block;
  }
  .navigation .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
  }
}

.sticky-header {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 20%);
  background: #fff;
}

.sticky-header .navbar-light .navbar-nav .nav-item .nav-link {
  color: #7a7a7a;
}

.sticky-header .logo-white {
  display: none;
}

.sticky-header .logo-default {
  display: block;
}

.navbar-brand {
  height: auto;
  padding: 0;
}

.navbar-brand h1 {
  margin: 0;
}

/*=================================================================
    Contact
    ==================================================================*/
.contact-us {
  padding: 100px 0 100px 0;
}

.contact-form .form-control {
  border-radius: 0;
  height: 50px;
  border: none;
  background: transparent;
  border-bottom: 1px solid black;
}

.contact-form textarea.form-control {
  height: auto;
  border-radius: 0;
  border: none;
  background: transparent;
  border-bottom: 1px solid black;
}

.contact-details p,
.contact-details a {
  color: black;
}

.contact-details {
  background: #3355c91f;
}

.map {
  padding: 5%;
}
.map-left iframe {
  height: 375px;
  width: 100%;
}

.social-icon {
  margin-top: 20px;
}

.social-icon ul li {
  display: inline-block;
  margin-right: 10px;
}

.social-icon ul li a {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #dedede;
  text-align: center;
}

.social-icon ul li a:hover {
  background: #28abe3;
  color: #fff;
  border: 1px solid #28abe3;
}

.social-icon ul li a:hover i {
  color: #fff;
}

.social-icon ul li a i {
  color: #55606a;
  display: inline-block;
  font-size: 20px;
  line-height: 50px;
  margin: 0;
}

.error {
  padding: 10px;
  color: #d8000c;
  border-radius: 2px;
  font-size: 14px;
  /*background-color: #FFBABA;*/
}

.success {
  background-color: #6cb670;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 10px;
}

#error,
#success {
  display: none;
  margin-bottom: 10px;
}

.map {
  position: relative;
}

.map #map_canvas {
  height: 400px;
  color: white;
}

/*=================================================================
    Portfolio section
  ==================================================================*/
.portfolio-filter {
  margin-bottom: 40px;
  text-align: center;
}

.portfolio-filter button {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 8px 20px;
  text-transform: uppercase;
  background: #28abe3;
  border: none;
  color: #fff;
  outline: none;
}

.portfolio-filter button.active {
  background: #28abe3;
  color: #fff;
  border-radius: 50px;
}

.portfolio-block {
  position: relative;
  margin-bottom: 30px;
}

.portfolio-block:before {
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
}

.portfolio-block:hover:before {
  opacity: 1;
}

.portfolio-block:hover .caption h4 {
  top: 45%;
}

.portfolio-block:hover .caption {
  opacity: 1;
  top: 55%;
}

.portfolio-block .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.portfolio-block .caption h4 {
  font-size: 16px;
}

.portfolio-block .caption h4 a {
  color: #fff;
}

.portfolio-block .caption .search-icon {
  background: #28abe3;
  color: #fff;
  display: inline-block;
  padding: 4px 13px;
  font-size: 25px;
  border-radius: 30px;
}

/*=================================================================
    Services section
  ==================================================================*/
.services {
  padding: 100px 0 130px;
}

.services .service-block.color-bg {
  background: #28abe3;
  color: #fff;
}

.services .service-block.color-bg i,
.services .service-block.color-bg h3,
.services .service-block.color-bg p {
  color: #fff;
}

.services .service-block .service-icon {
  margin-bottom: 30px;
}

.services .service-block i {
  font-size: 75px;
  color: #28abe3;
}

.services .service-block h3 {
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

.services .service-block p {
  font-size: 14px;
  color: #666;
}

/*=================================================================
    Services section 2
  ==================================================================*/
.service-2 .service-item {
  border: 1px solid #eee;
  margin-bottom: 30px;
  padding: 50px 20px;
  transition: all 0.3s ease 0s;
}

.service-2 .service-item:hover {
  box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
}

.service-2 .service-item:hover i {
  background: #fff;
  color: #28abe3;
}

.service-2 .service-item i {
  font-size: 30px;
  display: inline-block;
  background: #28abe3 none repeat scroll 0 0;
  border-radius: 30px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  height: 55px;
  line-height: 55px;
  margin-bottom: 20px;
  width: 55px;
  transition: all 0.3s ease 0s;
}

/*=================================================================
    Our skills
  ==================================================================*/
.team-skills .progress-block {
  margin-top: 40px;
}

.team-skills .progress-block span {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
}

.team-skills .progress-block .progress {
  box-shadow: none;
  border-radius: 0;
  height: 10px;
}

.team-skills .progress-block .progress .progress-bar {
  background: #28abe3;
  box-shadow: none;
}

.clients-logo-slider {
  margin-top: 50px;
}

/*=================================================================
    Step section
  ==================================================================*/
.development-steps .step {
  padding: 80px 20px;
}

.development-steps .step h4 {
  font-size: 20px;
  font-weight: 600;
}

.development-steps .step h4 i {
  font-size: 72px;
  font-weight: 500;
  margin-right: 10px;
}

.development-steps .step p {
  color: #cccccc;
  font-size: 14px;
  line-height: 22px;
}

.development-steps .step-1 {
  background-color: #f2f6f8;
}

.development-steps .step-1 h4 {
  color: #212121;
}

.development-steps .step-1 p {
  color: #838383;
}

.development-steps .step-2 {
  background-color: #28abe3;
}

.development-steps .step-2 h4,
.development-steps .step-2 p {
  color: #fff;
}

.development-steps .step-3 {
  background: #198dbf;
}

.development-steps .step-3 h4,
.development-steps .step-3 p {
  color: #fff;
}

.development-steps .step-4 {
  background: #167da9;
}

.development-steps .step-4 h4,
.development-steps .step-4 p {
  color: #fff;
}

/*=================================================================
    Our Team
    ==================================================================*/
.team {
  padding: 100px 0;
  background: #f6f6f6;
}

.team .team-member {
  background: #fff;
}

.team .team-member .member-content {
  padding: 25px 0;
}

.team .team-member .member-content h3 {
  font-size: 20px;
  margin: 0 0 5px;
  color: #333;
}

.team .team-member .member-content span {
  font-size: 14px;
  color: #555;
}

.team .team-member .member-content p {
  color: #777;
  margin-top: 10px;
  padding: 0 15px;
}

.team .member-photo {
  overflow: hidden;
  position: relative;
}

.team .member-photo:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.team .member-photo img {
  transition: all 0.6s ease 0s;
}

.team .member-photo .mask {
  background: rgba(40, 171, 227, 0.7);
  position: absolute;
  width: 100%;
  bottom: 0;
  top: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  right: 0;
  cursor: pointer;
  padding: 0;
  height: 80px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s ease;
}

.team .member-photo .mask ul {
  text-align: center;
  position: relative;
  margin-top: 22px;
}

.team .member-photo .mask ul li {
  display: inline-block;
  margin-right: 7px;
}

.team .member-photo .mask ul li a {
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}

.team .member-photo .mask ul li a::hover {
  background-color: #6cb670;
  border: 1px solid transparent;
}

.team .member-photo:hover .mask {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

/*=================================================================
    Testimonial section
  ==================================================================*/
.testimonial {
  padding: 100px 0;
  position: relative;
}
.testimonial-img {
  width: 400px;
  height: 400px;
  padding: 20px;
  border: 2px solid #eaeaea;
  border-radius: 50%;
  position: relative;
}

.section-title {
  font-size: 32px;
  font-weight: 600;
  color: black;
  line-height: normal;
}

.text-black {
  color: black;
}

.main-content {
  min-height: 100vh;
}

.not_found {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
  border-radius: 12px;
  padding: 12px;
}

.delivery-posting {
  border: 1px solid #cccccc;
  border-radius: 8px;
}

a.show_details {
  color: black;
}
a.show_details:hover {
  color: #baff9fb5;
}

#delivery_details {
  display: none;
}

.btn-outline-dark {
  border-radius: 25px;
}

/*===========Section-1==========*/
.section-1-banner {
  background: url("../images/vaxi-banner1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.step-icon {
  height: 40px;
  width: 40px;
  display: flex;
  border-radius: 50%;
  background: #f1f1f1;
  align-items: center;
  justify-content: center;
  color: black;
  font-weight: 500;
}
.login-bg {
  background: #bdffa3b5;
}

span.banner-border {
  width: 100%;
  height: 5px;
  background: #1f2b6c;
  content: "";
  display: block;
}

span.banner-border::after {
  content: "";
  width: 20%;
  height: 100%;
  background: #bfd2f8;
  display: block;
}
span.banner-border::before {
  content: "";
  width: 20%;
  height: 100%;
  background: #159eec;
  display: block;
  float: right;
}

.testimonial-card {
  background: #555555;
  display: flex;
  flex-direction: column;
  margin: 12px 6px;
  box-shadow: 0 4px 5px #0000004d;
}
img.quote-icon {
  width: 20px !important;
}
hr.testi-part {
  background: linear-gradient(
    270deg,
    rgba(209, 209, 209, 0.1) 0%,
    #d1d1d1 50.73%,
    rgba(209, 209, 209, 0.1) 99.17%
  ) !important;
  height: 1px !important;
  border: none !important;
}

.testimonial-bg {
  background: #d5b564;
  background: linear-gradient(0deg, #f2c248 50%, transparent 50%);
}
.testi-title {
  font-size: 18px;
  font-weight: 500;
}

.testi-user-name {
  font-weight: 500;
}

.rating {
  color: orange;
}

.coming-soon {
  background: url("../images/coming-soon-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.blog-1-banner {
  background: url("../images/blog-banner.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-1-banner {
  background: url("../images/woman-working-call-center.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section-1 {
  padding: 10% 0;
}
.section-1-title {
  text-align: left;
}
.section-1-title h1 {
  font-size: 38px;
}
.section-1-title h4 {
  font-size: 22px;
}

.section-1-title button {
  color: white;
  height: auto;
  background: linear-gradient(
    146deg,
    rgba(156, 80, 214, 1) 0%,
    rgba(57, 1, 102, 1) 100%
  );
  border: none;
  padding: 3% 6%;
  border-radius: 25px;
  transition: 0.3s ease;
}
.section-1-title button:hover {
  background: linear-gradient(
    300deg,
    rgba(156, 80, 214, 1) 0%,
    rgba(57, 1, 102, 1) 100%
  );
}
.about-2 {
  padding: 5%;
  background: #f7f7f7;
}
/*===========Section-2==========*/
.section-2 p {
  font-size: 20px;
}
.calmastery-2 {
  position: relative;
}
.calmastery-bg {
  position: absolute;
  top: 40%;
  bottom: 40%;
  height: 20%;
  width: 100%;
  background-color: #3355c9;
}
.calmastery-title {
  color: black;
  font-weight: 600;
  font-size: 26px;
}
.card-body.calmastery-box {
  padding: 2.25rem;
}
.faq-title {
  text-align: center;
}

/*===========Section-3==========*/
.section-3 h1 {
  font-size: 46px;
}

.who-we-are {
  background: #e1e4f0;
  position: relative;
  padding: 50px;
}
.who-we-are::after {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  height: 118%;
  width: 109%;
  background: transparent;
  border: 3px solid #3355c9;
}
.who-we-are::before {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -50px;
  height: 118%;
  width: 109%;
  background: transparent;
  border: 3px solid #3355c9;
}
.who-we-are-img img {
  margin-left: 135px;
  margin-top: 220px;
}
.counseling-title {
  color: black;
  font-weight: 600;
  font-size: 20px;
}

.faq-title {
  text-align: center;
}

.partition {
  height: 300px;
  width: 2px;
  margin: auto;
  background-color: #3355c9;
  border: 2px solid #3355c9;
  position: relative;
}
.partition::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  background: #3355c9;
  bottom: -4px;
  left: -8px;
  border-radius: 50%;
}
.partition::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  background: #3355c9;
  top: -4px;
  left: -8px;
  border-radius: 50%;
}

.bg-blue {
  background-color: #3355c933;
}

.therapist-title {
  background-color: #3355c9;
  text-align: center;
  padding: 12px;
}

.therapist-title p {
  color: white;
  font-weight: 600;
  font-size: 22px;
  line-height: normal;
}

.therapist-reason {
  padding: 5%;
  background: #ffffff33;
}
.therapist-reason > div {
  padding: 5%;
  border: 2px solid #3355c980;
}

.service-step-title {
  color: black;
  font-size: 18px;
  font-weight: 500;
}

.service-step-title abbr {
  position: relative;
  height: 2px;
  width: 25px;
  background: #768cd9;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.therapist-reason-content {
  color: black;
}

/*===========Section-4==========*/
section.businessu.section-4 {
  padding: 5%;
}
.section-4 h1 {
  color: white;
  font-size: 46px;
}

.single-page-header {
  background: linear-gradient(
    to right,
    #2c87fc,
    #417bee,
    #4e6ee0,
    #5762d2,
    #5e55c3
  );
  background-size: cover;
  padding: 8% 0%;
  text-align: center;
  color: #fff;
  position: relative;
}

button.days-btn {
  height: auto;
  width: 100%;
  padding: 3% 0%;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  background: #0f48af;
  color: #fff;
}

.support-section-1 {
  padding: 5%;
}

.support-card {
  border-radius: 5px;
  border: 1px solid #00000024;
  text-align: center;
  padding: 5%;
  transition: 0.3s ease;
}
.support-card:hover {
  box-shadow: 0 12px 34px 0 rgb(0 0 0 / 10%);
}
.support-card img {
  width: 25%;
}

.copyright {
  font-size: 14px;
}

.question {
  font-size: 18px;
  color: #5c5c5c;
  line-height: 1.5;
  padding: 20px;
  margin-bottom: 0;
}

.footer-logo-web {
  display: block;
}
.footer-logo-mob {
  display: none;
}

.newsletter input[type="email"] {
  height: auto;
  padding: 0.475rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  background: white;
  border: 0;
  margin: 0;
}

.news-input {
  background: white;
  border-radius: 6px;
}

.newsletter {
  padding: 50px;
  background-color: #0a142f;
  border-radius: 12px;
  box-shadow: 0 15px 50px rgb(0 0 0 / 25%);
}

.newsletter-title {
  font-size: 24px;
  color: white;
  font-weight: 600;
}

.quick-links {
  font-size: 14px;
  color: #808080;
  padding: 12px;
  font-weight: 500;
}

.quick-links:hover {
  color: #baff9fb5;
}
.social-links {
  font-size: 18px;
  color: #000;
  padding: 12px;
}

.social-links:hover {
  color: #808080;
}

.footer-logo {
  width: 65px;
}

.about-us-title {
  padding: 30px;
}
.about-us-main-title {
  color: black;
  font-size: 42px;
  line-height: normal;
  font-weight: 500;
  text-align: center;
  position: relative;
}
.about-us-main-title::before {
  content: "";
  display: block;
  height: 3px;
  width: 15%;
  background-color: #3355c9;
  position: absolute;
  top: 50%;
  left: 20%;
  border-radius: 25px;
}
.about-us-main-title::after {
  content: "";
  display: block;
  height: 3px;
  width: 15%;
  background-color: #3355c9;
  position: absolute;
  top: 50%;
  right: 20%;
  border-radius: 25px;
}
.about-founders {
  position: relative;
}
.about-founders-bg {
  position: absolute;
  height: 40%;
  width: 100%;
  top: 30%;
  bottom: 30%;
  left: 0;
  background-color: #3355c933;
}
.mission-vision-img {
  position: relative;
  z-index: 0;
}

.mission-vision-img::after {
  position: absolute;
  content: "";
  display: block;
  height: 350px;
  width: 350px;
  top: -18%;
  right: -20%;
  border-radius: 50%;
  background-color: #3355c9;
  z-index: -1;
}

.why-choose-us-box {
  background: #d6ddf4;
  padding: 24px;
  text-align: center;
  margin-top: -135px;
  box-shadow: 0 4px 12px #00000024;
}
.why-choose-us-box p {
  color: black;
  font-weight: 500;
}

.text-blue {
  color: #001b77;
}

.radius-5 {
  border-radius: 5px;
}

.star-rating {
  display: flex;
  flex-direction: row-reverse;
  font-size: 38px;
  justify-content: space-around;
  text-align: center;
  width: 55%;
  padding: 0px;
}

.star-rating input {
  display: none;
}

.star-rating label {
  color: #ccc;
  cursor: pointer;
}

.star-rating :checked ~ label {
  color: #f90;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
  color: #fc0;
}

@media screen and (min-width: 479px) {
  .pull-sm-right {
    float: right;
  }
}

@media screen and (max-width: 1199px) {
  .mission-vision-img::after {
    right: -10%;
  }
  .star-rating {
    font-size: 26px;
  }
}

/*==========Media-Query==========*/
@media screen and (max-width: 1024px) {
  .section-1-title h1 {
    font-size: 32px;
  }
  .section-1-title h4 {
    font-size: 18px;
  }
  .calmastery-title {
    font-size: 24px;
  }
  .who-we-are::after {
    top: -55px;
    left: -40px;
  }
  .who-we-are::before {
    bottom: -55px;
    right: -40px;
  }
  .who-we-are-img img {
    margin-left: 110px;
    margin-top: 250px;
  }
  .section-title {
    font-size: 30px;
  }
  .testimonial-img {
    width: 350px;
    height: 350px;
  }
  .counseling-title {
    font-size: 18px;
  }
  .step-icon-bg {
    height: 160px;
    width: 160px;
  }
  .part::after {
    left: 76%;
  }
  .row.rv-1 .step-icon-bg {
    height: 160px;
    width: 160px;
  }
  .row.rv-1 .part::after {
    right: 76%;
  }
  .title h2 {
    font-size: 30px;
  }
  .section-2 p {
    font-size: 16px;
  }
  .section-3 h1 {
    font-size: 36px;
  }

  .mission-vision-img::after {
    height: 320px;
    width: 320px;
    top: -30%;
  }
}
@media screen and (max-width: 991px) {
  .section-1-title h1 {
    font-size: 28px;
  }
  .subtitle {
    font-size: 24px;
    line-height: 36px;
  }
  .service-step-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .section-1-title {
    text-align: center;
  }

  .section-1-title h1 {
    font-size: 28px;
  }

  .section-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 479px) {
  .title-content {
    font-size: 16px;
    line-height: 28px;
  }
  .subtitle {
    font-size: 18px;
    line-height: 26px;
  }

  .section-1-title h1 {
    font-size: 24px;
  }

  p {
    font-size: 14px;
    line-height: 28px;
  }

  .counseling-title {
    font-size: 16px;
  }
  .section-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 320px) {
  .section-1-title h1 {
    font-size: 20px;
  }
  .small-title {
    font-size: 16px;
  }
  .quick-links {
    font-size: 12px;
    padding: 10px;
  }
  .footer-logo {
    width: 85px;
  }
  .title h2 {
    font-size: 18px;
  }
  .section-3 h1 {
    font-size: 24px;
  }

  .question {
    font-size: 14px !important;
  }
  .question {
    padding: 14px !important;
  }
  .material-icons.drop {
    padding: 12px !important;
  }
  .answer {
    font-size: 14px !important;
  }
  .section-4 h1 {
    font-size: 28px;
  }

  .mission-vision-img {
    text-align: center;
  }
  .mission-vision-img img {
    width: 90%;
  }
  .mission-vision-img::after {
    height: 175px;
    width: 175px;
    top: -18%;
    right: -12%;
  }
}

.package_price {
  color: #3355c9;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
}
.package_feature {
  color: black;
  font-weight: 500;
}

.package_feature abbr {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #3355c9;
}

.package.card {
  justify-content: space-between;
  box-shadow: 0px 0px 12px rgb(0 0 0 / 20%);
}
.package.card .card-body {
  flex: 0;
}

/* Checkout Page */
.checkout-card {
  box-shadow: 0px 0px 12px rgb(0 0 0 / 20%);
}

/*=================================================================
    Footer section
  ==================================================================*/
.top-footer {
  font-family: montserrat;
  padding: 30px 0;
}

.footer-bg {
  background: #323232;
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}

.top-footer hr {
  background-color: #d5d8dc;
}

.footer-bottom {
  text-align: center;
  background-color: #202020;
  padding: 12px 0;
}

.footer-bottom p {
  font-size: 12px;
  line-height: 1;
  color: #888888;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-top: 7px;
  margin-bottom: 3px;
}

.footer-bottom h6 {
  font-size: 11px;
  line-height: 15px;
  color: #888888;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.footer-bottom a {
  color: #28abe3;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 0;
}

.q-mark {
  color: #3355c9;
  padding: 18px 0 18px 18px;
}

.material-icons.drop {
  padding: 20px;
  font-size: 2rem;
  color: #3355c9;
  transition: transform 0.5s ease-in-out;
}
.answer {
  font-size: 16px;
  color: #5c5c5c;
  padding: 16px;
  padding-left: 52px;
  padding-bottom: 32px;
  background-color: #fff;
  overflow: hidden;
}
.accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .accordion {
    margin-bottom: 16px;
  }
}
.question-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.25s ease-in-out;
}
.answer-wrapper {
  display: none;
}
.icon-expend {
  transform: rotateX(180deg);
  transition: transform 0.75s ease-in-out;
}
.active,
.accordion:hover .question-wrapper {
  background-color: transparent;
}
.active p,
.accordion:hover .question-wrapper p {
  color: #3d3d3d;
}
.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 1144px;
  }
}

/*============================================================
      For Small Desktop
  ==============================================================*/

@media screen and (max-width: 1024px) {
  .navigation .navbar-light .navbar-nav .nav-item .nav-link {
    padding: 17px 11px;
    font-size: 14px;
  }
  .navigation .dropdown-menu {
    width: 830px;
  }
  img.logo-default {
    width: 55px;
  }
}
