/**
* Template Name: NewBiz - v2.0.0
* Template URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/*body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}
*/
a {
  color: #007bff;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

/*p {
  padding: 0;
  margin: 0 0 30px 0;
}*/

h1.gradient-text, h2.gradient-text, h3.gradient-text, h4.gradient-text, h5.gradient-text, h6.gradient-text, p.gradient-text{
     background: -webkit-linear-gradient(0deg,#2380ff 0%,#52fdd9 100%);
    background: -ms-linear-gradient(0deg,#2380ff 0%,#52fdd9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
/*  margin: 0 0 20px 0;
  padding: 0;*/
  /*color: #2a975d;*/
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  /*background: #2a975d;*/
  background: -webkit-linear-gradient(0deg,#2a975d 0%,#2a975d 100%);
  color: #2a975d;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}



/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  /* padding: 20px 0; */
  background: #fff;
  /*box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);*/
}
.header-scrolled.fixed-top {
  top:0px !important;

}

.fixed-top{
  /*top:40px !important;*/
}

.header-top{
  /*padding: 10px;*/
  /*background: rgba(0,123,255,.25);*/
  background: rgba(220, 53, 69, 0.48);
      z-index: 10000;
    /*position: sticky;*/
    /*top: calc(100vh - 40px);*/
}

.header-list {
  display: inline-flex;
  list-style: none;
}
ul.header-list {
  margin-bottom:0px !important;
  padding-left: 0px !important;
}
.header-list li{
  padding: 10px 1px;
      margin-bottom: -1px;
    margin-top: -3px;
}
.header-list a,.sign-in a{
  position: relative;
  padding: 10px;
  color: white;
  font-size: 13px;
  background: rgba(212, 127, 137, 0.96);
  /*background: rgba(0,123,255,.25);*/
}

li.header-list-li:hover a:before{
      visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

li.header-list-li a::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #2a975d;
    visibility: visible;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}


#header.header-scrolled, #header.header-pages {
  height: 70px;
  padding: 0;
}

#header .logo{
  /*width: 10%;*/
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}



#header .logo h1 a, #header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 7px 0;
  max-height: 60px;
}

.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.main-nav {
   /*width: 90%;*/
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav, .main-nav * {
  margin: 0;
  /*padding-top: 5px;*/
  list-style: none;

}
.main-nav ul {
  float: right;
    margin-right: 9px;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  padding-left: 10px ;
  float: left;
  height: 100%;
}

.main-nav a {
  display: block;
  position: relative;
  /*color: #2a975d;*/
   color: #444;
 /*height: 100%;*/
    padding:29px 8px 15px 8px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans",sans-serif;
  font-weight: 600;
}

.main-nav ul a  i{
      margin-right: 5px;
    color: #007bff;
    transform: rotate(180deg);
}
.main-nav ul a.login{
    /*color: #007bff;*/
 
}

.main-nav a::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #2a975d;
    visibility: visible;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}


.main-nav li:hover a::before {
   visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.main-nav .active > a::before{
   content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #2a975d;
    visibility: visible;
    transform: scaleX(1);

}
.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
  color: #2a975d;
  text-decoration: none;
}



.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;

  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 10px;
  font-size: 13px;
  color: #004289;
}


.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {
  color: #007bff;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

.main-nav .dropdown-menu>li>a {
    padding: 8px 16px;
    color: #6e6e6e;
    text-decoration: none;
    display: block;
    font-weight: 300;
    line-height: 18px;
    white-space: nowrap;
    text-align: center;
}
.dropdown-menu>li>a:hover{background-color:#eee;}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(19, 39, 57, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #74b5fc;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #2a975d;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  position: relative;
  overflow: hidden;
  /*background: url("../img/intro-bg.png") center bottom no-repeat;*/
  background: #f9f9ff;
  background-size: cover;
  padding: 120px 0 30px 0;
  min-height: 92%;
}
#intro .intro-img {
  position: relative;
  width: 40%;
  text-align: center;
  float: center;
}

.app_store{
   height: 40px;
  right: 0px;  
  top: -100px;
}
.play_store{
   height: 40px;
  right: 10px;  
  bottom: -100px;
}
#intro .intro-img img.image1{
   height: 700px;
 
}
#intro .intro-img {
  width: 40%;
  float: right;
}

#intro .intro-info {
 width: 60%;
 float: left;
  /* padding-top: 100px; */
}


#intro .intro-info h2 {
  background: -ms-linear-gradient(0deg,#2a975d 0%,#2a975d 100%);
  background: -webkit-linear-gradient(0deg,#2a975d 0%,#2a975d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}

#intro .intro-info h2 span {
  color: #74b5fc;
  text-decoration: underline;
}

#intro .intro-info .btn-get-started, #intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  width:42%;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
}

#intro .intro-info .btn-get-started {
      box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    border: 1px solid #2a975d;
  /*background: #007bff;*/
  /*background: -webkit-linear-gradient(0deg,#2380ff 0%,#52fdd9 100%);*/
  color: #444;
  text-align: center;
}

#intro .intro-info .btn-get-started:hover {
  /*background: none;*/
  /*border-color: #fff;*/
   border: 1px solid #55b93d;
  /*color: #fff;*/
}

#intro .intro-info .btn-services {
  border: 2px solid #fff;
}

#intro .intro-info .btn-services:hover {
  background: #2a975d;
  border-color: #2a975d;
  color: #fff;
}
#intro .btn-start-login{
    background: #2a975d;
    border: 1px solid #2a975d !important;
    color: #fff !important;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 36px;
  color: #2a975d;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 50%;
}

#intro-appointment{
  padding: 6% 0;
}
#intro-appointment h2{
  color: #007bff;
  margin-bottom: 1rem;
}
#intro-appointment p{
  font-family: "Montserrat", sans-serif;
}

#promo-left {
  padding: 3% 0;
}

#promo-left h3 {
 color: #2a975d;
 font-size: 38px;
 font-weight: 500;
}

#promo-left h6 {
  line-height: 24px;
  text-align: justify;
}

#horn {
  height: 48px;
  width: 48px;
  margin-top: -20px;
}

.pay-image{
    /* box-shadow: 1px 2px 10px -2px #807D7D; */
    margin: 0 20px 5px 0px;
    display: inline-block;
    height: 70px;
    /* padding: 10px; */

}
.pay-image img{
  height: 154px;
  width: auto;
}
/* Contact Section
--------------------------------*/
#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
}

#contact .section-header {
  padding-bottom: 30px;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #007bff;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #007bff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #007bff;
}

#contact .social-links a:hover {
  background: #007bff;
  color: #fff;
}

#contact .info {
  color: #283d50;
}

#contact .info i {
  font-size: 32px;
  color: #007bff;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 36px;
  line-height: 28px;
  font-size: 14px;
}

#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input, #contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #007bff;
}

#contact .php-email-form input {
  padding: 20px 15px;
}

#contact .php-email-form textarea {
  padding: 12px 15px;
}

#contact .php-email-form button[type="submit"] {
  background: #007bff;
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#contact .php-email-form button[type="submit"]:hover {
  background: #0067d5;
  cursor: pointer;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: -webkit-linear-gradient(0deg,#2a975d 0%,#66c42f 100%);
  background: -ms-linear-gradient(0deg,#2a975d 0%,#66c42f 100%);
  padding: 25px 0;
  color: #eee;
  font-size: 14px;
  /*position: fixed;*/
  bottom: 0; 
  width: 100%;
}

#footer .footer-top {
  background: #f9f9ff;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #2a975d;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #444;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: -webkit-linear-gradient(0deg,#2380ff 0%,#52fdd9 100%);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #0067d5;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
    color: #2a975d;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
  color: #444;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #444;
}

#footer .footer-top .footer-links ul a:hover {
  color: #74b5fc;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p, #footer .footer-top .footer-newsletter p {
  line-height: 26px;
  color: #444;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #007bff;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #0062cc;
}

#footer .copyright {
  padding: 0px;
  display: flex;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #f1f7ff;
}

#footer .credits a {
  color: #bfddfe;
}

#footer .credits a:hover {
  color: #f1f7ff;
}

.copyright-left a{
  color: #fff;
  text-decoration: none;
  padding: 0px 10px;
  border-right: 1px solid #fff
}
.copyright-left a:last-child{
  border: none;
}
.copyright-bottom{text-align: right; color: #fff;}
.copyright-hr{
  width: 100%;
  margin: 10px auto;
}
.copyright img{
  width: 100px;
  height: auto;
}
.copyright-left{
  text-align: center;
}
.copyright-right{
  position: absolute;
  right: 0;
  top: -4px;
}

@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}
.example-1
{
  /*float: left;*/
  /*margin: 40px;*/
  width: 100px;
  height:45px;
  text-transform: uppercase;
  /*letter-spacing: 1px;*/
  text-align: center;
  /*background: rgba(30, 144, 255, 0.6);*/
  /*border-radius:50px;*/
  animation: shadow-pulse 1s infinite;
}
.example-1 span{
  color: #fff !important;
}

@media (max-width: 480px) {
 
  .pay-image{
      margin:0px;
  }
  #intro .intro-info h2, #intro .intro-info p {
    text-align: left;
}
.main-nav ul a  i{
      margin-right: 5px;
    color: #007bff;
    transform: rotate(180deg);
}
.main-nav ul a.login{
    color: #007bff;
 
}
  h3.gradient-text{
    font-size: 20px;
  }
  #header .logo {
      width: 90% !important;
  }
  #header .logo h2{
    margin-top: 17px !important;
  }
  .copyright-left{
    padding: 0;
  }
  .copyright-left a{
    border-right: 0px;
  }
  .copyright-right{
    position: relative;
    text-align: center;
  }
  .copyright img {
    /*width: 100%;*/
    }
  #intro .intro-info .btn-get-started{
    width: 100% !important;
  }
  #intro-appointment h2{
    font-size: 1.5rem;
  }
  .pay-image{
    /* padding: 0 14px 5px 0; */
    /* height: 55px; */
  }
  .pay-image img{
    height: auto;
    max-width: 100%;
  }
  #header .logo img {
    max-width: 250px;
  }
}
@media (max-width: 991px) {
    .copyright img{
    width: 100px;
  }
}

@media (max-width: 574px) {

.main-nav ul a  i{
      margin-right: 5px;
    color: #007bff;
    transform: rotate(180deg);
}
.main-nav ul a.login{
    color: #007bff;
 
}
  #intro {
    padding: 100px 0 20px 0;
  }
    #intro .intro-img img.image1{
   /* display: none; */
   height: auto;
   margin-top: 32px;
 
  }
  #intro .intro-info .btn-get-started{
    width: 100%;
  }
}



@media (max-width: 767px) {

.main-nav ul a  i{
      margin-right: 5px;
    color: #007bff;
    transform: rotate(180deg);
}
.main-nav ul a.login{
    color: #007bff;
 
}
  #intro .intro-info {
    width: 100%;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  #intro .intro-img img.image1{
   /* display: none; */
 
  }
   .section-header p {
    width: 100%;
  }
}


@media (max-width: 768px) {

.main-nav ul a  i{
      margin-right: 5px;
    color: #007bff;
    transform: rotate(180deg);
}
.main-nav ul a.login{
    color: #007bff;
 
}
  .back-to-top {
    bottom: 15px;
  }
  #header .logo {
    width: 50% !important;
  }
    #intro .intro-img img.image1{
   /* display: none; */
 
  }
}



@media (max-width: 991px) {
  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #intro {
    padding: 140px 0 60px 0;
  }
  .get-app-text{
    display: none;
  }
    #intro .intro-img {
    width: 80%;
    float: none;
    margin: 69px auto 25px auto;
    text-align: center;
  }
   #intro .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
    padding-top: 0px;
  }

   #why-us .card {
    margin: 0;
  }
}


@media screen and (max-width: 1024px) {
  #intro .intro-info .btn-get-started{width: 44%;font-size: 12px}
  .main-nav ul{margin: 0px; padding: 0px;}
 .main-nav a{
  padding :29px 5px 15px 5px;
  font-size: 12px
 }
}

@media (min-width: 1200px){
  .container{
      max-width: 1340px !important;
      padding: 0 4vw !important;
  }
}

@media (max-width: 768px){
.purchase-button {
margin: 30px 16% 7px 0%;
display: inline-flex;
}
}

@media(min-width:778px){
.purchase-button {
margin: 30px 16% 7px 10%;
display: inline-flex;
}

}
