body {
  font-family: "Open Sans", sans-serif;
  color: #212529;
}

a {
  color: #f75f7c;
  text-decoration: none;
}
a:hover {
  color: #f75f7c;
  text-decoration: none;
}

/* a:hover {
  color: white;
} */



/*---------------------------------------------------------------
For responsive design 
-----------------------------------------------------------------*/


/* For Tablets */
@media screen and (min-width: 481px) and (max-width: 1280px){
  #hero {
    height: 100vh !important;
    margin: 32px 0 -60px 0;
    text-align: center !important;
    border-bottom: none;
  }
  #hero h1 {
    font-size: 64px !important;
    line-height:72px !important;
    text-align:center;
    margin-top:0px !important;
  }
  /* #hero h3 {
    margin-top: 18px;
    font-size: 18px !important;
} */

  #hero .btn-get-started{
    font-size:24px !important;
  }
  #hero .hero-img img {
    width: 90%;
    margin-bottom:30px;
  }
  #values {
    margin-top:50px;
  }
  #values .section-header p {
    font-size: 52px !important;
    line-height: 58px !important;
  }
  .values .box{
    text-align:left !important;
    float:left !important;
    width: 100%;
    padding:20px 30px 20px 10px !important;
    background:#e8f5ff;
  }

  .values .box img {
    padding: 10 !important;
    /* max-width:50%;
    height:auto !important; */
    height:80px;
    float:left;
    margin-right:20px !important;
    
  }
  .values .box h3 {
    font-size: 28px !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  .values .box p{
    font-size:16px !important;
    margin-bottom:0px !important;
  }
  #values .card-btn-gtstr{
    padding-left:0px;
  }
  #values .btn-get-started{
    font-size:18px !important;
  }
  #footer .footer-top .footer-sm-device{
    display:none !important;
  }
  #footer .footer-top .footer-lg-device ul li {
    font-size: 12px !important;
    margin-right:5px !important;
  }
  .extended-footer-section p {
    font-size:12px;
  }
  .extended-footer-section .footer-title {
    font-size: 14px;
  }
}


 /* For Mobile */
@media screen and (max-width: 480px){

  #hero {
    height: 100vh;
    margin: 32px 0 -80px 0;
    text-align: center !important;
    border-bottom: none;
  }
  #hero h1 {
    font-size: 32px !important;
    line-height:36px !important;
    margin-top:0px !important;
  }
  #hero h3 {
    margin-top: 18px;
    font-size: 18px !important;
  }
  /* #hero h2 {
    font-size: 20px !important;
    line-height: 24px !important;
  } */
  #hero .container h5{
    display:none !important;
  }
  #hero .hero-img img {
    width: 90%;
  }
  #values {
    margin-top:50px;
  }
  #values .section-header p {
    font-size: 28px !important;
    line-height: 32px !important;
  }
  .values .box{
    margin:10px !important;
  }
  /* .values .box img {
    padding: 15px !important;
    height: auto !important; 
  } */
  .values .box h3 {
    font-size: 20px !important;
  }
  .client-section .section-header p {
    font-size: 28px !important;
    line-height: 32px !important;
  }
  .about-section .about-intro{
    /* margin-top:-30px !important; */
    margin-top:20px !important;
  }
  .about-section h3 {
    font-size: 28px !important;
    line-height: 28px !important;
    font-family:"Open Sans", sans-serif;
  }
  .about-section h4 {
    font-size: 18px;
  }
  /* .about img{
    max-width:130% !important;
  } */
  .about-section p {
    font-size: 14px !important;
    text-align: justify !important;
  }
  .pricing-section .container .row {
    padding: 1.5rem !important;
  }
  .pricing-section .container .title .pricing-section-title {
    font-size: 24px !important;
  }
  .pricing-section .container .pricing-section-subtitle {
    font-size: 14px !important;
  }
  .home-contact-section .container .home-contact-section-title{
    font-size: 24px !important;
  }
  .extended-footer-section p {
    font-size:12px !important;
    text-align: justify !important;
  }
  .extended-footer-section .footer-title {
    font-size: 14px;
  }
  #footer .footer-top{
    text-align:center !important;
  }
  #footer .footer-about {
    margin-bottom: 20px !important;
  }
  #footer .footer-links {
    margin-bottom: 20px !important;
  }
  #footer h4{
    padding-bottom: 0px !important;
  }
  #footer .footer-top .footer-links ul li {
    /* padding: 10px 0; */
    padding: 7px 0 !important;
    /*display: flex !important;*/
    font-size:12px !important;
    margin-right:5px !important;
    justify-content: center !important;
  }
  #footer .footer-top .footer-lg-device{
    display:none !important;
  }
  #footer .footer-top .footer-contact p{
    font-size:12px !important;
    text-align:center !important;
    /* text-align: justify !important; */
  }

  .web-show{
    padding:0px 20px !important;
    /* margin:100px 0px !important; */
    margin:20px 0px 100px 0px !important;
  }
  .web-show h5{
    font-size:18px !important;
  }
  .web-show .get-started{
    width:100% !important;
    text-align:center !important;
  }
  .web-show .get-started a{
    width:100%;
    text-align:center;
  }
  .solutions-txt p{
    font-size: 14px !important;
  }
  #pricing .card {
     margin-bottom: 15px !important; 
  }
  #pricing .card h3{
    font-size: 32px !important;
    font-weight: 600 !important;
  }
  .faq {
    padding: 30px 20px 60px 20px !important;
  }
  .faq .faq-list p{
    font-size: 14px !important;
  }
  .about-us-page{
    padding:0px 20px 60px 20px !important; 
  }
  .about-us-page img{
    padding:0px !important;
    border:none !important;
    /* border-radius:0 !important; */
  }
  .about-us-page .about-content {
    margin-bottom: 40px !important;
  }
  .about-content .about-txt {
    /* margin-top: 30px !important; */
    /* margin-bottom: 30px !important; */
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .about-content .about-txt h1{
    margin-right:0px !important;
    font-size:24px !important;
  }
  .about-content .about-txt p{
    margin-right:0px !important;
    font-size: 14px !important;
  }
  .about-content .about-txt .about-contact-btn{
    display:none !important;
  }
  .about-content .about-txt .about-contact-btn .get-started{
    display:none !important;
    /*  text-align:center !important;
    margin-top:-15px; */
  }
  /* .about-content .about-txt .get-started a{
    width:100% !important;
  } */
  .about-us-page .about-additional-btn{
    display:block !important;
  }
  .about-us-page .about-additional-btn .get-started{
    display:block !important;
  }
  .show-web-img img {
    padding: 0px !important;
    border: none !important;
    /* border-radius: 0px !important; */
  }
 /* #contact .contact-img img{
    height: 100% !important;
  }*/
  #contact .contact-header h2{
    font-size: 20px;
  }
  #footer .copyright {
    font-size: 12px !important;
}
  .back-to-top {
    right: 7px !important;
    bottom: 7px !important;
    /* width: 35px;
    height: 35px; */
  }

  .page-header h1{
    font-size: 36px !important;
  }
  .page-header a {
    font-size: 20px !important;
}
  .breadcrumb-item + .breadcrumb-item::before {
    font-size: 20px !important;
  }
  .breadcrumb-item.active {
    font-size: 20px !important;
}
}

/* For Large devices */
@media (min-width: 768px){

  #footer .footer-top .footer-sm-device{
    display:none !important;
  }
}


/*----------------------responsive cose ends here-------------*/

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #ff748e;
  /* width: 40px;
  height: 40px; */
  width: 35px;
  height: 35px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #f75f7c;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 72px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */
  /* background: transparent; */
}
#header .logo h1 {
  font-size: 30px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}
#header .logo h1 a,
#header .logo h1 a:hover {
  color: #7a6960;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*#main {
  margin-top: 72px;
}*/

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  color: #012970;
  white-space: nowrap;
  transition: 0.3s;
  font-weight: 600;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #ff748e;
}
.navbar .getstarted,
.navbar .getstarted:hover,
.navbar .getstarted:focus {
  /* background: #ff748e; */
  background: #f75f7c;
  color: #fff;
  padding: 10px 25px;
  margin-left: 30px;
  border-radius: 50px;
}
/*.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #f75f7c;
  background: transparent;
  border:1px solid #f75f7c;
}*/
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #ff748e;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #7a6960;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(78, 64, 57, 0.9);
  transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #7a6960;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #ff748e;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #ff748e;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  /*height: 70vh;*/
  /*background: #f8fcff;*/
  /*border-bottom: 2px solid #e8f5ff;*/
}
#hero h1 {
  margin: 36px 0px 0px 0px;
  /* font-size: 52px; */
  font-size: 60px;
  font-weight: 700;
  color: #012970;
}
#hero h1 span{
  color: #f75f7c !important;
}
#hero h3 {
  color: #7a6960;
  margin-top:18px;
}
/* #hero h5 {
  margin-top:15px;
  font-size: 16px;
  line-height:26px;
  color:#7a6960;
}
#hero h4 {
  font-size: 18px;
  line-height:26px;
  color:#000;
  font-weight:700;
  margin-bottom:0px !important;
} */

/* #hero  */
.btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 3px;
  transition: 0.5s;
  /* margin-top: 30px; */
  margin-top: 24px;
  color: #fff;
  /* background: #ff748e; */
  background: #f75f7c;
  border: 1px solid #f75f7c;
}
.btn-get-started:hover {
  background: #f75f7c;
  color: #fff;  
}
.general-info-btn{
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 3px;
  transition: 0.5s;
  /* margin-top: 30px; */
  margin-top: 10px;
  background:transparent;
  color: #f75f7c;
  border:1px solid #f75f7c;
}
.general-info-btn:hover{
  /*background: #012970;*/
  color:#fff;
  background: #f75f7c;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f8fcff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 0;
  line-height: 1px;
  margin-bottom: 15px;
  color: #c2b7b1;
}
.section-title p {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  /*color: #4e4039;*/
  color: #012970;
}
.section-title p::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: #ff748e;
  bottom: 0;
  left: calc(50% - 30px);
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #fef5f1;
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About section - home page
--------------------------------------------------------------*/
.about-section{
  /* margin-top:50px; */
  margin-top:20px;
}
.about-section h3 {
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #012970;
}
.about-section h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
  color: #7a6960;
}
.about-section i {
  font-size: 48px;
  /* margin-top: 15px; */
  margin-top: 0px;
  color: #ff748e;
}
.about-section p {
  font-size: 15px;
  color: #5a6570;
}

@media (max-width: 991px) {
  .about-section .about-img img {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .about-section .about-img img {
    max-width: 90%;
  }
}

/*--------------------------------------------------------------
# Services - page
--------------------------------------------------------------*/
.services-page-section .services-img img{
  border-radius:20px !important;
}
.services-txt h3{
  margin-bottom:15px;
}
.services-txt h5{
  margin-bottom:0px;
}
.services-txt .services-bullets p{
  color:#7a6960;
  margin-top:7px;
  margin-bottom:7px;
}
.services-txt .get-started a{
  margin-top:20px !important;
}
.services-additional-btn{
  display:none;
}
.services-additional-btn .get-started {
  display:none;
}

/*--------------------------------------------------------------
# About us - page
--------------------------------------------------------------*/
/*.about-us-page img{
  padding:20px;
  border-radius:20px;
  border:1px solid #7a6960;
}*/

/*.about-us-page h3{
  font-weight:700;
  color:#012970;
}*/
.about-us-page{
  margin-bottom:100px;
}
.about-content{
  margin-bottom:80px;
  /* margin-bottom:60px; */
}
.about-content .about-img img{
  border-radius:20px;
}
.about-content .about-txt{
  margin:auto;
}
.about-content .about-txt h1{
  font-weight:700;
  color:#012970;
}
/*.about-content .about-txt h2{
  font-weight:700;
  color:#012970;
}*/
.about-content .about-txt p{
  text-align:justify;
}
.about-content .about-txt .about-contact-btn {
  display: block;
}
.about-content .about-txt .about-contact-btn .get-started{
  display: block;
}
.about-us-page .about-additional-btn{
  display:none;
}
.about-us-page .about-additional-btn .get-started{
  display:none;
}


/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #ff748e;
  border-bottom: 3px solid #ff748e;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .info i {
  font-size: 20px;
  color: #ff748e;
  float: left;
  width: 44px;
  height: 44px;
  background: #fdf1ec;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #7a6960;
}
.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #ab9d95;
}
.contact .info .email p {
  padding-top: 5px;
}
.contact .info .social-links {
  padding-left: 60px;
}
.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}
.contact .info .social-links a:hover {
  background: #ff748e;
  color: #fff;
}
.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #ff748e;
  color: #fff;
}
#contact{
  padding: 30px 0px !important;
}
#contact .contact-img img{
  width: 100%;
  /*height: 585px;*/
  height: 100%;
  object-fit: cover;
}

#contact .contact-header{
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0px;
}
#contact .contact-header h2{
  font-weight: 700;
  color: #012970;
}
.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #ff748e;
  border-bottom: 3px solid #ff748e;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.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 {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type="submit"] {
  background: #ff748e;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type="submit"]:hover {
  background: #ef7f4d;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Pricing Section
--------------------------------*/
#pricing {
  /*padding: 80px 0;*/
  padding: 20px 0px;
  margin-top:50px;
  /* margin-bottom:250px; */
  margin-bottom:50px;
  text-align:center;
}
#pricing .plans-header{
  text-align:center;
  margin-bottom:30px;
}
#pricing .plans-header h2{
  text-align:center;
  font-weight:700;
  color:#012970;
}
#pricing .plan-clinics{
  margin-top:50px;
}
#pricing .plan-badge{
  /*background:#f75f7c;*/
  /*background:#012970;*/
  background:transparent !important;
  color:#012970;
  border:1px solid #012970 !important;
}
#pricing .recommended-plan{
  background:transparent !important;
  /*background:#f75f7c !important;*/
  color:#20c997;
  border:1px solid #20c997 !important;
}
.plan-contact-btn{
  text-align:center;
}
@media (max-width: 991px) {
  #pricing {
    padding-bottom: 30px;
  }
}
#pricing .card {
  /* border: 0; */
  border-radius: 10px;
  box-shadow: 0 3px 0px 0 rgba(65, 62, 102, 0.08);
  transition: all 0.3s ease-in-out;
  /* padding: 36px 0; */
  padding: 36px;
  position: relative;
}
@media (max-width: 991px) {
  #pricing .card {
    margin-bottom: 50px;
  }
}
#pricing .card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background-color: #f75f7c;
  transition: 0.5s;
}
#pricing .card:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
}
#pricing .card:hover:after {
  width: 100%;
}
#pricing .card .card-header {
  background-color: white;
  border-bottom: 0px;
  -moz-text-align-last: center;
  text-align-last: center;
}
#pricing .card .card-title {
  margin-bottom: 16px;
  color: #535074;
  font-size: 15px;
  font-weight: 600;
}
#pricing .card .card-block {
  padding-top: 0;
  text-align: center;
}
#pricing .card .list-group-item {
  border: 0px;
  padding: 6px;
  color: #413e66;
  font-weight: 300;
  font-size: 14px;
}
#pricing .card h3 {
  /*font-size: 64px;*/
  font-size: 48px;
  margin-bottom: 0px;
  color: #535074;
}
#pricing .card h3 .currency {
  font-size: 30px;
  position: relative;
  font-weight: 400;
  top: -30px;
  letter-spacing: 0px;
}
#pricing .card h3 .period {
  font-size: 16px;
  color: #6c67a3;
  letter-spacing: 0px;
}
#pricing .card .list-group {
  margin-bottom: 15px;
}
#pricing .card .btn {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  /* color: #5f5b96; */
  border-radius: 0;
  padding: 10px 24px;
  letter-spacing: 1px;
  border-radius: 3px;
  display: inline-block;
  /* background: #1bb1dc;
  color: #fff; */
  color: #fff;
  background: #ff748e;
}
#pricing .card .btn:hover {
  background: #f74464;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq {
  padding: 30px 0px 60px 0px;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
  margin-top:30px;
}
.faq .faq-list li {
  border-bottom: 1px solid #eae7e5;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.faq .faq-list .question {
  display: block;
  position: relative;
  /* font-family: #ff748e; */
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-weight: 600;
  padding-left: 25px;
  cursor: pointer;
  /* color: #c54811; */
  color: #ff748e;
  transition: 0.3s;
}
.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}
.faq .faq-list a {
  color: #ff748e;
  text-decoration: none;
}
.faq .faq-list a:hover {
  color: #ff748e;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list .collapsed {
  color: #343a40;
}
.faq .faq-list .collapsed:hover {
  color: #ff748e;
}
.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}
.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.extended-footer-section {
  background:#e8f5ff;
  color:#012970;
}
.extended-footer-section .container {
  padding: 60px 0;
}

.extended-footer-section p {
  color: #7a6960;
}
.extended-footer-section a {
  color:#f75f7c;
}
.extended-footer-section a:hover {
  color:#f75f7c;
}

.extended-footer-section .footer-title {
  /*color: #d3d3d3;*/
  font-size: 16px;
  font-weight:600;
  color:#7a6960;
}

.extended-footer-section ul {
  /*color: #d3d3d3;*/
  color:#7a6960;
  list-style-type: none;
}
.extended-footer-section ul li{
  /*color: #d3d3d3;*/
  color:#7a6960;
  list-style-type: none;
}

.footer {
  /* color: var(--default-color); */
  /* background-color: var(--background-color); */
  background: #012970;
  /* color: #d2d2d2; */
  color: #B0B0B0;
  font-size: 14px;
  position: relative;
}

.footer .footer-top {
  padding-top: 50px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  color: #B0B0B0;
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 25px;
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: var(--heading-font);
  color: var(--heading-color);
}

.footer .footer-about p {
  font-size: 14px;
  font-family: var(--heading-font);
}

.footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #ff748e;
  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 .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  color: #fff;
}

.footer .footer-links {
  /* margin-bottom: 30px; */
  margin-bottom: 10px;
}

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

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

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

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 6px 8px;
  position: relative;
  border-radius: 4px;
  /* border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%); */
  border: 1px solid #d2d2d2;
  display: flex;
  /* background-color: var(--surface-color); */
  background-color: #f75f7c;
  color: #fff;
  /* transition: 0.3s; */
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: var(--accent-color);
}

.footer .footer-newsletter .newsletter-form input[type=email] {
  border: 0;
  padding: 4px;
  width: 100%;
  /* background-color: var(--surface-color);
  color: var(--default-color); */
  background-color: #fff;
  color: #000;
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-newsletter .newsletter-form input[type=submit] {
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  margin: -7px -8px -7px 0;
  background: var(--accent-color);
  color: var(--contrast-color);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.footer .footer-newsletter .newsletter-form input[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}
#footer hr{
  margin-bottom: 0px;
  margin-top:35px;
  color: #d2d2d2;
}

#footer .copyright {
  /* padding: 25px 0; */
  padding: 15px 0;
}

.footer .copyright p {
  /* margin-bottom: 0; */
  text-align: center;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}



/*---------------------footer end-------------------------*/


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
/* #preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
} */

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

  100% {
    transform: rotate(360deg);
  }
} */

/*-------- Preloader end -------------------------------------------------------------*/
/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #ff748e;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*-------- scroll to top end -------------------------------------------------------------*/

/*.show-web-img img {
  padding: 20px;
  border: 1px solid #7a6960;
  border-radius: 20px;
}*/

/*.pricing-card .card {
   border: 1px solid lightgrey; 
}*/
.padding-bottom {
  padding-bottom: 16px;
}
.quote-form button {
  background: #ff748e;
  color: #fff;
  padding: 10px 25px;
  border: 0;
  border-radius: 3px;
}

.services-section{
  background-image: linear-gradient(to right top, #ffd580, #ffd2b3, #ffdde5, #ffefff, #fff);
}
.home-contact-section{
  background-image: linear-gradient(to right top, #ffd580, #ffd2b3, #ffdde5, #ffefff, #fff);
}
.values .box {
  /* padding: 30px 25px; */
  padding: 15px;
  /* box-shadow: 0px 0 5px rgb(3 51 136 / 16%); */
  text-align: center;
  transition: 0.3s;
  height: 100%;
  border:2px dashed #f75f7c;
  border-radius: 5%;
  /* background: #e8f5ff; */
  background: #fff;
}
.values .box img {
  /* padding: 30px 50px; */
  padding: 10px 15px;
  transition: 0.5s;
  transform: scale(1.1);
  /* height: 250px; */
  height: 120px;
  margin-bottom:10px;
}
/* .values .box-link{
  position: relative;
  bottom: 0px;
} */
.values .box h3 {
  /* font-size: 24px; */
  font-size: 18px;
  /*color: #012970;*/
  color:#7a6960;
  font-weight: 700;
  /* margin-bottom: 18px; */
  margin-bottom: 15px;
}
.values .box p {
  font-size: 14px;
}
.values .box:hover {
  /* box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08); */
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.08);
}
.values .box:hover img {
  transform: scale(1);
}

.more-info-btn{
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 3px;
  transition: 0.5s;
  margin-top: 15px;
  /* background:transparent; */
  background:#f75f7c;
  /* color: #f75f7c; */
  color: #fff;
  border:1px solid #f75f7c;
}
.more-info-btn:hover{
  /* color:#fff; */
  color:#f75f7c;
  /* background: #f75f7c; */
  background: #fff;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}
.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #4154f1;
  text-transform: uppercase;
}
.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #012970;
}
.section-intro-text{
  margin-top:-15px;
  margin-bottom:45px;
}
.section-intro-text p{
  font-size:18px;
  /* color: #7a6960; */
  font-weight: 500;
  margin: 0px;
  letter-spacing: 0;
}

#client-section {
  background-image: linear-gradient(to right top, #ffd580, #ffd2b3, #ffdde5, #ffefff, #fff);
  /* background-image: linear-gradient(to right top, #ffd580, #ffd38d, #ffd29a, #ffd2a7, #ffd2b3); */
}
.client-box{
  display:flex;
  justify-content:flex-start;
  align-items: center;
  padding:10px;
  /* background: #e8f5ff; */
  background: #fff;
  /* border:1px solid grey; */
  border-radius:5px;
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24); */
}
.client-box img{
  width:30px;
  height:30px;
  margin-right:10px;
}
.client-box span{  
  font-size:18px;
  font-weight:700;
  color: #7a6960;
}

.whyus .content h2 {
  font-size: 24px;
}
.whyus .content p {
  font-size: 15px;
}

.howworks .content {
  width: 70%;
  margin: auto;
}
.howworks .content h2 {
  font-size: 24px;
}
.howworks .content p {
  font-size: 15px;
}

.pricing-section .container .row {
  transition: all 0.3s;
  margin: 0;
  padding: 3rem;
  background: #012970;
  border-radius:10px;
}

.pricing-section .container .pricing-section-title {
  color: #ffffff;
  font-size: 48px;
}
.pricing-section .container .pricing-section-subtitle {
  font-size: 16px;
  /* color: #ffffff; */
  color: #d2d2d2;
}

.pricing-section .pricing-section-btn .btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 3px;
  transition: 0.5s;
  color: #f75f7c;
  /*background: #f75f7c;*/
  border:1px solid #f75f7c;
  background:transparent;

}
.pricing-section .pricing-section-btn .btn:hover{
  color: #f75f7c;
  border:1px solid #f75f7c;
  background:transparent;
}
.pricing-section .pricing-section-btn .btn:focus{
  outline: none;
  box-shadow: none;
}
.pricing-section .pricing-section-btn {
  text-align: right;
}
.plan-btn-section{
  align-self: center;
}

.page-header {
  background: linear-gradient(rgb(13 27 219 / 37%), rgb(13 27 219 / 41%)), url(../images/banner5.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 480px; */
  height: 380px;
  overflow: hidden;
  align-content: center;
}

.page-header h1{
  /*color: #396afc !important;*/
  /*color: #f75f7c !important;*/
  /* font-size: 36px; */
  font-size: 48px;
  color: #fff !important;
  font-weight: 700;
}
.page-header a{
  /*color: #012970 !important;*/
  /*color: #f75f7c !important; */ 
  color: #d2d2d2 !important;
  font-weight: 500;
  font-size: 24px;
}
.page-header ul>li{
  /*color: #012970 !important;*/
 /*color: #f75f7c !important;*/
 color: #d2d2d2 !important;
  font-weight: 500;
  font-size: 24px;
}

.breadcrumb-item.active {
    /*color: #012970 !important;*/
    /*color: #f75f7c !important;*/
    color: #d2d2d2 !important;
    font-weight: 500;
    font-size: 24px;
}
.breadcrumb-item + .breadcrumb-item::before {
 /*color: #012970 !important;*/
 /*color: #f75f7c !important;*/
 color: #d2d2d2 !important;
 font-weight: 500;
 font-size: 24px;
}

.bg-works {
  background: #d7dbdb;
  background-color: #d7dbdb;
}

.home-contact-section{
  /*margin-top:50px;*/
  margin-top:0px;
}

.home-contact-section .container .inputs-area {
  background: white;
  padding: 15px;
  align-self: center;
  border-radius: 10px;
}

.home-contact-section .container .content .btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 15px 60px;
  border-radius: 3px;
  transition: 0.5s;
  color: #ffffff;
  background: #f75f7c;
  /* border-radius: 10px; */
  /* box-shadow: 2px 2px 7px 1px #6f6c6c; */
}
.home-contact-section .container .box {
  transition: all 0.3s;
  margin: 0;
  padding: 3rem;
  /* background: #012970; */
}

.home-contact-section .container .home-contact-section-title {
  /* color: #ffffff; */
  color: #012970;
  font-size: 48px;
}
.home-contact-section .container .home-contact-section-subtitle {
  font-size: 16px;
  color: #012970;
}

.home-contact-section .home-contact-section-btn .btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 3px;
  transition: 0.5s;
  color: #ffffff;
  background: #012a70;
  /* border-radius: 5px; */
  /* box-shadow: 2px 2px 7px 1px #6f6c6c; */
}
.home-contact-section .home-contact-section-btn {
  text-align: center;
}
.home-contact-section .container .pricing-section-title {
  color: #ffffff;
  font-size: 48px;
}
.home-contact-section .form-control {
  border: none;
  border-right: 1px solid #b8b8b8;
  border-radius: 0;
}
.home-contact-section .inputs-area #column3 .form-control {
  border: none;
  /* border-right: none; */
}
.home-contact-section .form-control:focus {
  outline: none !important;
  box-shadow: none;
}
select.form-control{
  background : url("https://img.icons8.com/material/24/000000/sort-down.png") no-repeat right #fff;
}
.service-section-title{
  font-weight: 700;
  color: #012970;
}
.site-name{
  font-size: 25px;
    font-weight: 700;
  color: #f75f7c;
  text-decoration: none;
}

.site-name:hover{
  color: #f75f7c;
  text-decoration: none;
}

/*.web-show .container .row .show-web-img{
  padding: 0 50px;
}*/
/*.web-show h3{
  font-weight:700;
}*/

@media (max-width: 1180px) {
  .home-contact-section .container .content .btn{
    padding: 15px 35px;
  }
}

@media (max-width: 991px) {
  .our-solutions .solution-details-section{
    text-align: center;
  }
  .pricing-section .container .title .pricing-section-title{
    font-size: 36px;
  }
  .pricing-section .pricing-section-btn{
    margin-top: 16px;
    text-align: left;
  }

  .about-section {
    /* margin-top:50px; */
    padding: 60px 20px;
    /* padding: 20px 20px 60px 20px; */
  }
  .extended-footer-section .container{
    padding: 30px 20px;
  }
  /*.home-contact-section .container .home-contact-section-title{
    font-size: 22px;
  }*/
  .home-contact-section .container .box{
    padding: 1.6rem;
  }
  .home-contact-section .container .inputs-area{
    background: unset;
    padding: 0;
  }
  .home-contact-section .form-control{
    border-right: none;
    border-radius: 0;
    margin: 5px 0;
  }
  .home-contact-section .container .content .btn{
    width: 100%;
    padding: 10px;
    margin: 5px 0;
  }
  .about-us-page p{
    font-size: 14px;
  }
  .about-content .about-txt .about-contact-btn{
    display:none !important;
  }
  .about-content .about-txt .about-contact-btn .get-started{
    display:none !important;
    /* text-align:left !important;
    margin-top:-15px; */
  }
}


@media only screen and (min-width: 1024px) and (max-width: 1280px){
  #hero {
    height: 50vh !important;
    margin: 40px 0 -40px 0;
    padding:15px !important;
  }
  #hero .hero-text{
    width:55%;
    /* width:45%; */
    /* margin-right:80px !important; */
  }
  #hero .hero-img{
    width:45%;
    /* width:55%; */
    /* margin-top:80px !important; */
    margin-left: 0px !important;
  }
  #hero h1 {
    /* margin: 36px 0px 0px 0px; */
    font-size: 52px !important;
    text-align:left;
  }
  #hero h3 {
    font-size: 24px !important;
    text-align:left;
  }
  #hero .hero-btn{
    text-align: left !important;
  }

  .values .box img {
    /* padding: 20px !important;
    height: 220px !important; */
    padding: 10px !important;
  }
  
  .about-section .about-img img{
    margin-top:0px !important;
    margin-left:30px;
  }
  .about-section .about-intro h3{
    font-size:32px !important;
    margin-bottom:5px !important;
  }
  .about-section .about-intro i{
    font-size: 32px !important;
  }

  #footer .footer-top .footer-lg-device ul li {
    font-size: 12px !important;
    margin-right:7px !important;
  }
  /*.about-us-page img{
    padding:0px !important;
  }*/
  .about-content .about-txt{
    margin:0px !important;
  }
  .about-content .about-txt h1 {
    font-size:32px !important;
    margin-right:0px !important;
  }
  .about-content .about-txt p{
    margin-right:0px !important;
  }

   .about-content .about-txt .about-contact-btn .get-started{
    text-align:left !important;
    margin-top:-15px;
  }
  .about-content .about-txt .about-contact-btn {
    display: block;
  }
  .about-content .about-txt .about-contact-btn .get-started{
    display: block;
    text-align:left !important;
    margin-top:-15px;
  }
  .about-us-page .about-additional-btn{
    display:none;
  }
  .about-us-page .about-additional-btn .get-started{
    display:none;
  }
  .pricing-section .container .title .pricing-section-title {
    font-size: 32px !important;
  }
  .pricing-section .container .pricing-section-subtitle {
    font-size: 16px !important;
  }
  .home-contact-section .container .home-contact-section-title {
    font-size: 38px !important;
  }
  .services-page-section{
    padding-top:10px !important;
    padding-bottom: 50px !important;
  }
  .services-txt .services-bullets p {
    font-size:14px !important;
  }
  .services-txt .services-contact-btn{
    display:none;
  }
  .services-txt .services-contact-btn .get-started {
    display:none;
  }
  /* .services-txt .get-started a{
    margin-top:20px !important;
  } */
  .services-additional-btn{
    display:block;
  }
 .services-additional-btn .get-started {
    display:block;
    margin-bottom:60px;
  }

}


@media screen and (min-width: 481px) and (max-width: 1023px){
  #hero {
    height: 100vh !important;
    /* margin: 32px 0 -60px 0; */
    /* margin: 32px 0 -10px 0; */
    text-align: center !important;
    border-bottom: none;
    padding:20px;
  }
/*  #hero .landing-top-text{
    width:100%;
    order: 2 !important;
  }*/
  #hero h1 {
    font-size: 52px !important;
    line-height:60px !important;
    text-align:center;
    margin-top:0px !important;
  }
  #hero h3 {
    font-size: 32px !important;
    margin: 20px 0 0 0 !important;
    text-align:center;
  }
  

  #hero .btn-get-started{
    font-size:24px !important;
  }
 /*  #hero .hero-img{
    width:100%;
    order: 1 !important;
  }*/
  #hero .hero-img img {
    /* width: 90%;
    margin-bottom:30px; */
    height:450px;
    margin-bottom:20px;
    margin-top:20px;
    padding:15px;
  }
  #values {
    margin-top:50px;
    /*margin-bottom:60px;*/
  }
  #values .section-header p {
    /* font-size: 52px !important;
    line-height: 58px !important; */
    font-size: 38px !important;
    line-height: 42px !important;
  }
  .values .box{
    text-align:left !important;
    float:left !important;
    width: 100%;
    padding:20px 30px 20px 10px !important;
    /* background:#e8f5ff; */
    border-radius: 10px;
  }

  .values .box img {
    padding: 30 !important;
    /* width:50%;
    height:auto !important; */
    float:left;
    margin-right:20px !important;
    
  }
  .values .box h3 {
    /* font-size: 28px !important; */
    font-size: 24px !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  .values .box p{
    font-size:16px !important;
    margin-bottom:0px !important;
  }
  #values .card-btn-gtstr{
    padding-left:0px;
  }
  #values .btn-get-started{
    font-size:18px !important;
  }
  .client-section .client-box{
    padding:10px 5px !important;
  }
  .client-section .client-box img{
    width: 20px !important;
    height: 20px !important;
    margin-right: 5px !important;
  }
  .client-section .client-box span{
    font-size: 14px !important;
  }
  .pricing-section .container .title .pricing-section-title {
    font-size: 32px !important;
  }
  .about h3 {
    font-size: 46px !important;
    line-height: 62px !important;
    font-family:"Open Sans", sans-serif;
  }
  .about h4 {
    font-size: 28px !important;
    line-height: 42px !important;
    font-family:"Open Sans", sans-serif;
  }
  .about-section .about-image{
    margin-bottom:20px;
  }
  /* .about img{
    max-width:120% !important;
  } */
  .about .about-intro{
    margin-top:-30px !important;
  }
  .home-contact-section .container .home-contact-section-title{
    font-size: 28px;
  }
  #footer .footer-top .footer-sm-device{
    display:none !important;
  }
  #footer .footer-top .footer-lg-device ul li {
    font-size: 12px !important;
    margin-right:5px !important;
  }
  .extended-footer-section p {
    font-size:12px;
  }
  .extended-footer-section .footer-title {
    font-size: 14px;
  }
  /* .page-header{
    height: auto !important;
  } */
  /* #pricing .card {
    margin-bottom: 50px;
  } */
  #pricing .card h3{
    font-size:36px !important;
  }
  .about-us-page{
   padding-top:0px !important;
   padding-bottom:20px !important;
   margin-bottom:40px !important;
  }
  .about-us-page img{
    padding:0px !important;
    border:none !important;
    /* border-radius:0 !important; */
  }
  .about-us-page .about-content {
    margin-bottom: 40px !important;
  }
  .about-content .about-txt {
    /* margin-top: 30px !important;
    margin-bottom: 30px !important; */
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .about-content .about-txt h1{
    margin-right:0px !important;
    font-size:24px !important;
  }
  .about-content .about-txt p{
    margin-right:0px !important;
  }
  .about-content .about-txt .about-contact-btn{
    display:none !important;
  }
  .about-content .about-txt .about-contact-btn .get-started{
    display:none !important;
    /* text-align:left !important;
    margin-top:-15px; */
  }
  .about-us-page .about-additional-btn{
    display:block !important;
  }
  .about-us-page .about-additional-btn .get-started{
    display:block !important;
  }
  .show-web-img img {
  /*border-radius:0px;*/
    padding: 0px !important;
    border: none !important;
    /* border-radius: 0 !important; */
  }
  .services-page-section{
    padding-top:20px !important;
    padding-bottom:40px !important;
  }
  .services-txt .services-contact-btn{
    display:none;
  }
  .services-txt .services-contact-btn .get-started {
    display:none;
  }
  .services-additional-btn{
    display:block;
  }
 .services-additional-btn .get-started {
    display:block;
    margin-bottom:60px;
  }
}