/**
* Template Name: Green - v4.10.0
* Template URL: https://bootstrapmade.com/green-free-one-page-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: Roboto;
  color: #444444;
  overflow-x: hidden;

}

a {
  text-decoration: none;
  color: #ffffff;
}

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

/* h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
} */

@media (min-width: 1300px) {
  .container {
    max-width: 1280px;
  }

}


.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.ml-auto {
  margin-left: auto;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #5cb874;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

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

.back-to-top:hover {
  background: #78c48c;
  color: #fff;
}

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

.section-padding {
  padding-top: 50px;
  padding-bottom: 30px;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: linear-gradient(180deg, #2ED145 0%, #009B15 100%);
  font-size: 15px;
  /* height: 40px; */
  padding: 8px;
}

#topbar .contact-info a {
  line-height: 0;
  color: #fff;
  transition: 0.3s;
}

#topbar .contact-info i {
  color: #fff;
  line-height: 0;
  margin-right: 5px;
  margin-left: 140px;
}

#topbar .contact-info .phone-icon {
  margin-left: 50px;
}

#topbar .social-links a {
  color: #fff;
  padding: 0px 5px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a img {

  width: 25px;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
}

#header .user-img {
  margin-right: 10px;
  font-size: 18px;
  margin-left: 0;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

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

#header .logo a {
  color: #5cb874;
}

#header .logo img {
  height: 100px;
  background-color: #fff;
  margin-top: -42px;
}

#header.fixed-top .logo img{
  height: 66px;
  background-color: #fff;
  margin-top: 0px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.dropdown-menu {
  position: absolute;
  right: -33px;
  top: 70px;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 65px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: normal;
  font-family: Roboto;
  white-space: nowrap;
  transition: 0.3s;
}

.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: #5cb874;

}

.navbar a:hover{
    text-decoration: underline;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  color: #39B44A;
  padding: 8px 15px;
  margin-left: 50px;
  border-radius: 4px;
  border: 2px solid #39B44A;
  transition: 0.3s;
  font-size: 14px;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  background: #39B44A;
  color: #fff;
}

.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;
  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: #5cb874;
}

.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: #222222;
  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(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.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: #222222;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #5cb874;
}

.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: #5cb874;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {

  height: 87vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
}

/* .overlay {
  height: 80vh;
  width: 100%;
  background: linear-gradient(180deg, rgba(55, 187, 60, 0) 0%, #000 100%);
  position: absolute;
} */

.hero h1 {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000000;
}

/* .hero .main-banner{
 padding-top: 150px !important;
} */

.hero span{
  font-size: 32px !important;
  color: #000;
}

.hero .image-align{
  text-align: end !important;
}

.hero h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #fff;
}

.hero p {
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
}

.hero img {
  margin-right: 5px;
}

.hero .btn-get-started {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 6px;
  transition: 0.3s;
  color: #2DC742;
  /*background-color: #2DC742;*/
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border: 2px solid #2DC742;
}

.hero .btn-get-started:hover {
  background-color: #2DC742;
  color:#fff;
}

@media (max-width: 640px) {
  .hero h2 {
    font-size: 36px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 14px;
  }
}

.hero .icon-boxes {
  padding-bottom: 60px;
}

@media (min-width: 1200px) {
  .hero .icon-boxes:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(50% + 20px);
    background-color: #fff;
  }
}

.techwix-choose-us-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.techwix-about-section-05 {
  background: #f8f8f8;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.techwix-choose-us-section .section-title {
  max-width: 570px;
  margin: 0 auto;
}

.choose-us-content {
  position: relative;
}

.choose-us-content h2 {
  color: #FFF;

  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.choose-us-content-wrap {
  padding-top: 30px;
}

.choose-us-content-wrap .more-choose-content {
  margin-top: 30px;
}

.choose-us-content-wrap .more-choose-content p {
  font-size: 16px;
  line-height: 30px;
}

.choose-us-item {
  position: relative;
  margin-top: 40px;
}

.choose-us-item .choose-us-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  /* transition: all 0.3s linear; */
  transition: transform .4s;
}

.choose-us-item .choose-us-img a {
  display: block;
  position: relative;
}

.choose-us-content .getstarted {
  color: #ffffff;
  padding: 8px 25px;
  width: 180px;
  border-radius: 4px;
  border: 2px solid #ffffff;
  transition: 0.3s;
  font-size: 14px;
  display: unset !important;
}

/* */

.choose-us-item .choose-us-img .choose-us-content {
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: 0;
  padding: 40px 45px;
  padding-right: 45px;
}

.choose-us-item .choose-us-img .choose-us-content .title {
  color: #FFF;
  font-family: Roboto;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.box-bg {
  background-color: #2dc742;
  height: 240px;
}

@media only screen and (max-width: 1399px) {
  .choose-us-item .choose-us-img .choose-us-content {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .choose-us-item .choose-us-img .choose-us-content {
    padding: 40px 30px;
    padding-right: 25px;
  }
}

.techwix-choose-us-section-02 {
  background: #f8f8f8;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 400px;
  z-index: 1;
}

.techwix-choose-us-section-02 .choose-us-left {
  padding-right: 50px;
}

.techwix-choose-us-section-02 .choose-us-left .text {
  font-size: 16px;
  line-height: 30px;
  margin-top: 40px;
  padding-right: 65px;
}

.techwix-choose-us-section-02 .choose-us-left .author-skill-wrap {
  display: flex;
  align-items: center;
  margin-top: 40px;
  padding-right: 40px;
}

.techwix-choose-us-section-02 .choose-us-left .author-skill-wrap .author-wrap .name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 20px;
}

.techwix-choose-us-section-02 .choose-us-left .author-skill-wrap .author-wrap .designation {
  font-size: 12px;
  line-height: 18px;
}

.techwix-choose-us-section-02 .choose-us-left .author-skill-wrap .skill-wrap {
  flex: 1;
  padding-left: 50px;
  margin-left: 30px;
  position: relative;
}

.techwix-choose-us-section-02 .choose-us-right .faq-accordion .accordion-item {
  border: 0;
  box-shadow: 0px 0px 161px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
  margin-top: 35px;
}

.techwix-choose-us-section-02 .choose-us-right .faq-accordion .accordion-item .accordion-button {
  padding: 25px 35px;
}

.techwix-choose-us-section-02 .choose-us-right .faq-accordion .accordion-item .accordion-button .title {
  font-size: 22px;
  color: #0e0e0e;
  font-family: Roboto;
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .techwix-choose-us-section-02 {
    padding-bottom: 350px;
  }

  .techwix-choose-us-section-02 .choose-us-left {
    padding-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .techwix-choose-us-section-02 {
    padding-bottom: 330px;
  }

  .techwix-choose-us-section-02 .choose-us-right {
    padding-left: 0;
    padding-top: 15px;
  }
}

.choose-us-item-02 {
  background: #ffffff;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 40px 45px 40px;
  margin-top: 30px;
  position: relative;
}

.choose-us-item-02 .choose-us-img img {
  transition: all 0.3s linear;
}

.choose-us-item-02 .choose-us-content .title {
  font-size: 22px;
  line-height: 30px;
  margin-top: 20px;
}

.choose-us-item-02 .choose-us-content p {
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
}

.choose-us-item-02:hover .choose-us-img img {
  transform: scale(0.9);
}

.techwix-choose-us-section-03 {
  background: #ffffff;
  padding-top: 120px;
}

@media only screen and (max-width: 1199px) {
  .techwix-choose-us-section-03 {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .techwix-choose-us-section-03 {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .techwix-choose-us-section-03 {
    padding-top: 60px;
  }
}

.techwix-choose-us-section-04 {
  background: #ffffff;
  padding-top: 120px;
}

.techwix-choose-us-section-04 .choose-us-wrap {
  margin-top: -30px;
}

.techwix-choose-us-section-04 .choose-us-content-wrap {
  padding-top: 0;
}

.techwix-choose-us-section-04 .choose-us-item-02 {
  border: 1px solid #e1e1e1;
  box-shadow: none;
}

.choose-us-img img {
  width: 100%;
  height: 240px;
  transition: transform .4s;
}

.choose-us-img img:hover {
  width: 100%;
  height: 240px;
  transform: scale(1.2);
}

.choose-us-content-1 {
  border-radius: 10px;
  width: 80%;
  background-color: #fff;
  bottom: -20px;
  margin: 0 auto;
  max-width: 100%;
  padding: 18px 18px;
  position: absolute;
   box-shadow: rgb(50 50 93 / 0%) 0px 30px 60px -12px, rgb(0 0 0 / 29%) 0px 18px 36px -18px;
  left: 0;
  right: 0;
}

.choose-us-content-1 h3 {
  color: #000;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.circle-box {
  position: absolute;
  right: -16px;
  top: 10px;
}

.circle-box img {
  position: absolute;
  top: 6px;
  left: 6px;
}

/* Home About us */
.techwix-about-section-05 .section-title {
  max-width: 1060px;
  margin: 0 auto;
}

.techwix-about-section-05 .about-img-wrap {
  position: relative;
}

.techwix-about-section-05 .about-img-wrap .about-img img {
  border-radius: 15px;
  width: 100%;
}

.techwix-about-section-05 .about-img-wrap .about-img-big {
  text-align: right;
}

.techwix-about-section-05 .about-content-wrap {
  padding-top: 100px;
}

.techwix-about-section-05 .about-content {
  padding-left: 30px;
}

.techwix-about-section-05 .about-content .title {
  color: #000;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.techwix-about-section-05 .about-content .text {
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
}

.about-content p {
  color: #454545;

  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.techwix-about-section-05 .about-content .about-list-item-wrap {
  right: 65px;
  height: 200px;
  width: 786px;
  border-radius: 10px;
  background: #2DC742;
  padding: 15px 50px 20px;
  margin-top: 32px;
  position: absolute;
}

.padding-text {
  padding-left: 20px;
}

.techwix-about-section-05 .about-content .about-list-item-wrap .about-list-item {
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.techwix-about-section-05 .about-content .about-list-item-wrap .about-list-item .about-text {
  flex: 1;
  margin-left: 20px;
}

.techwix-about-section-05 .about-content .about-list-item-wrap .about-list-item .about-text .title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}

.techwix-about-section-05 .about-content .about-list-item-wrap .about-list-item .about-text p {
  font-size: 14px;
  line-height: 27px;
}

@media only screen and (max-width: 1199px) {
  .techwix-about-section-05 .about-content-wrap {
    padding-top: 80px;
  }

  .techwix-about-section-05 .about-content {
    padding-left: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .techwix-about-section-05 .about-content-wrap {
    padding-top: 60px;
  }

  .techwix-about-section-05 .about-img-wrap .about-img-big {
    text-align: center;
  }

  .techwix-about-section-05 .about-content {
    padding-left: 0px;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .border-right {
    border-right: 0px solid #fff !important;
  }

  .padding-text {
    padding-left: 0px !important;
  }
}

.section .sub-title {
  color: #2DC742;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.border-right {
  border-right: 1px solid #fff;
}

.about-list-item-wrap .box-content h3 {
  color: #FFF;
  font-family: Roboto;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.section-title .title {
  color: #000;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.section-title .sub-title-2 {
  color: #454545;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}

.about-list-item-wrap .box-content p {
  color: #FFF;

  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.about-list-item-wrap .read-more {
  color: #FFF;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.single-team {
  position: relative;
}

.single-team .team-img a {
  position: relative;
  display: block;
}

.single-team .team-img a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(249, 80, 0, 0) 35%, rgba(14, 14, 14, 0.89) 78%);
  border-radius: 10px;
  z-index: 0;
  transition: all 0.5s linear;
}

.single-team .team-content {
  position: absolute;
  padding: 0px 25px 0px;
  bottom: 10px;
  z-index: 5;
  transition: all 0.3s linear;
}

.single-team .team-content .name {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

.single-team .team-content .team-description {
  color: #FFF;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 10px;
}

.single-team .team-content .name a {
  color: #FFF;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0px;
}

.single-team .team-content .designation {
  color: #FFF;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.techwix-team-section-03 .team-wrap .single-team .team-img a img {
  width: 100%;
  height: 370px;
  border-radius: 10px;
  overflow: hidden;
}

.techwix-team-section-03 .team-wrap .single-team {
  transition: 0.3s;
}

.techwix-team-section-03 .team-wrap .single-team:hover {
  transform: scale(1.1);
}


.hr {
  margin: 0.6rem 0;
  color: #fff;
  border: 0;
  border-top: 1px solid;
  opacity: .25;
}

.techwix-team-section .btn-get-started {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  
  font-style: normal;
  transition: 0.5s;
  font-family: 'Roboto';
  line-height: 1;
  color: #2DC742;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #fff;
  border:2px solid #2DC742;
}

.techwix-team-section .btn-get-started:hover {
    background-color: #2DC742;
    color: #fff;
}

.techwix-team-section .arrow-right{
    font-size:20px;
} 
.counsellor-btn {
  padding-top: 30px;
}

.serviceBox {
  text-align: center;
  padding-top: 10px;
}

.serviceBox .service-icon img {
  padding-bottom: 10px;
}

.serviceBox-1 .service-icon {
  padding-bottom: 10px;
  text-align: left;
}

.slider-padding {
  padding-left: 90px;
}

.serviceBox-1 {
  box-shadow: 0px 4px 14px 0px rgb(0 0 0 / 4%);
  padding: 0px 47px 15px;
  border-radius: 10px;
  background: #fff;
  height: 230px;
  position: relative;
  z-index: 1;
}

.testimonials .swiper-button-prev:after,
.testimonials .swiper-button-next:after {
  font-size: 24px;
  color: #aba8a8;
}

.swiper-button-next {
  right: unset !important;
  left: 80px;
  border: 2px solid #aba8a8;
  border-radius: 40px;
  width: 40px;
  height: 40px;
}

.swiper-button-prev {
  left: calc("50% - 50px") !important;
  border: 2px solid #aba8a8;
  border-radius: 40px;
  width: 40px;
  height: 40px;
}

.testimonials .pos-relative {
  position: relative;
  top: 40px;
}

.serviceBox {
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
  padding: 15px 15px 15px;
  border-radius: 10px;
  background: #fff;
  height: 180px;
  position: relative;
  z-index: 1;
}

.serviceBox .title {
  color: #000;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 10px;
}

.serviceBox .description {
  color: #454545;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}


@media only screen and (max-width:990px) {
  .serviceBox {
    margin: 0 0 30px;
  }
}

.client-box i {
  display: block;
  position: absolute;
  width: 50px;
  left: 0;
  height: 50px;
  padding-left: 14px;
  bottom: 20px;
  border-radius: 100px;
  color: #ffffff;
  font-size: 45px;
  margin: 0 auto;
  cursor: pointer;
}

.client-box {
  position: relative;
}
.modal-content-1{
  margin: auto;
  padding: 20px;
  margin-top: -60px;
  border: 0px solid #888;
  width: 50%;
  height: 100%;
}

.modal-content-1 video{
  width: 100%;
}

.client-box h4 {
  position: absolute;
  right: 25px;
  bottom: 14px;

  color: #FFF;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}

.serviceBox-1 .description {
  color: #454545;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 3px;

}

/*.serviceBox-1 .title {*/
/*  color: #000;*/
/*  font-family: Roboto;*/
/*  font-size: 22px;*/
/*  font-style: normal;*/
/*  font-weight: 600;*/
/*  line-height: normal;*/
/*  margin-bottom: 0;*/
/*  margin-left: 280px;*/
/*}*/
    .serviceBox-1 .title {
        color: #000;
        font-family: Roboto;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        position: absolute;
        line-height: normal;
        margin-bottom: 0;
        right: 80px;
        margin-left: 0px !important;
    }

.serviceBox-1 .designation {
  color: #000;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 280px;
}

.serviceBox-1 .team-img img {
border: 1px solid #FFF;
        border-radius: 50px;
        position: absolute;
        right: 15px;
        bottom: 5px;
        width: 60px;
        height: 60px;
}

.bg-color {
  background: #f8f8f8;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.blog-title .title {
  color: #000;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 15px;
}

.blog-head {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.blog-title-1 {
  color: #000;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  height: 60px;
  font-weight: 600;
  line-height: normal;
}

.blog-date {
  color: #2DC742;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.blog-description {
  color: #454545;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}

.blog-reading {
  color: #2DC742;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.blog-box img {
  width: 100%;
}

.inner-blog h5 {
  color: #000;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.inner-blog {
  border: 1px solid #D7D7D7;
  border-radius: 10px;
}

.blog-padding {
  padding-left: 70px;
}

.inner-blog .inner-date {
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  padding: 0 10px 0;
}

.inner-blog .exercise {
  color: #757575;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  padding: 0 10px 0;
}

.border-left {
  border-right: 1px solid #000000;
}

.read-blog {
  padding: 18px;
}

hr {
  margin: 0 !important;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: .25;
  height: 0 !important;
}

.inner-blog .read-all {
  color: #2DC742;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.right-arrow {
  padding-left: 10px;
}

.call-to-action {
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  align-items: center;
}

/*.overlay-1 {*/
/*  height: 100vh;*/
/*  width: 100%;*/
/*  background: rgba(0, 0, 0, 0.60);*/
/*  position: absolute;*/
/*}*/

.call-to-action h2 {
  color: #2DC742;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  line-height: normal;
}

.call-to-action h3 {
  color: #000;
  text-align: center;
  font-family: Roboto;
  padding-bottom: 14px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.call-to-action h5 {
  color: #000;
  text-align: left;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
}

.call-to-action p {
  color: #000000;
  text-align: left;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.contact-text p {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

#contact_form .form-input {
  border: 1px solid #A1A1A1;
}

input {
  height: 45px;
  padding: 0 1rem;
  background: #F2F2F2;
  border-radius: 10px;
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0;
}

#contact_form textarea {

  resize: none;

  padding: 1rem;

  height: 85px;

  border: 1px solid #C6C6C6 !important;

  border: 0;

  width: 100%;

  border-radius: 10px;

  margin-bottom: 1rem;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}

/*.btn-grad {*/
/*  padding: 0.7rem 1rem;*/
/*  display: inline-block;*/
/*  color: #fff;*/
/*  font-size: 16px;*/
/*  font-weight: 400;*/
/*  width: 160px !important;*/
/*  font-style: normal;*/
/*  border-radius: 10px;*/
/*  border: 0;*/
/*  font-family: 'Roboto';*/
/*  background: #2DC742;*/
/*}*/


.btn-grad{
    padding: 0.6rem 1rem;
    display: inline-block;
    color: #2DC742;
    font-size: 16px;
    font-weight: 400;
    width: 160px !important;
    font-style: normal;
    background-color: #fff;
    border-radius: 8px;
    font-family: 'Roboto';
    border: 2px solid #2DC742;
}

.btn-grad:hover{
  padding: 0.6rem 1rem;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  width: 160px !important;
  font-style: normal;
  border-radius: 8px;
  font-family: 'Roboto';
  border: 2px solid #2DC742;
  background: #2DC742;
}

.join-btn{
    padding: 0.6rem 1rem;
    display: inline-block;
    color: #2DC742;
    font-size: 16px;
    font-weight: 400;
    width: 130px !important;
    font-style: normal;
    background-color: #fff;
    border-radius: 8px;
    font-family: 'Roboto';
    border: 2px solid #2DC742;
}
.join-btn:hover{
      padding: 0.6rem 1rem;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  width: 130px !important;
  font-style: normal;
  border-radius: 8px;
  font-family: 'Roboto';
  border: 2px solid #2DC742;
  background: #2DC742;
}

.arrow-right{
    padding-left:10px;
}

.contact-item {
  margin: 23px 0px;
}

.contact-item i {
  font-size: 20px;
}

.contact-item p {
  line-height: 20px;
  margin: 0;
}

.section-content {
  padding: 30px;
  position: absolute;
  border-radius: 20px;
  top: 220px;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
  width: 98%;
  left: 0;
  right: 0;
}

.contact-text {
  top: 40px;
  position: absolute;
}

#contact_form label {
  color: #000;

  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.contact-title {
  color: #000;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
}

.section-content .info {

  padding: 23px 0px 0px
}

.section-content .info i {
  font-size: 20px;
  color: #5cb874;
  float: left;
  width: 44px;
  height: 44px;
  background: #eaf6ed;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.section-content .info .social-links {
  padding-left: 60px;
}

.section-content .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;
}

.section-content .info .social-links a:hover {
  background: #5cb874;
  color: #fff;
}

.section-content .info .email:hover i,
.section-content .info .address:hover i,
.section-content .info .phone:hover i {
  background: #5cb874;
  color: #fff;
}

.section-content .info h4 {
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 0 0 0 60px;
}

.section-content .info p {
  padding: 0px;
  margin-left: 10px;
  color: #000;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

/*--
/*  25.1 - Footer Widget CSS
/*----------------------------------------*/

.footer-widget {
  margin-top: 30px;
}

.widget-info {
  padding-top: 20px;
}

.widget-info ul li {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 10px;
}

.widget-info ul li .info-icon i {
  display: inline-block;
  color: #086ad8;
  font-size: 18px;
  margin-right: 10px;
  margin-top: 2px;
}

.widget-info ul li .info-text {
  font-size: 16px;
  line-height: 20px;
  font-family: Roboto;
  font-weight: 600;
  color: #c4c5c7;
}

.footer-widget-about img {
  background-color: #fff;
  border-radius: 10px;
}

.footer-widget-about {
  margin-top: 15px;
  padding-bottom: 20px;
}

.footer-widget-about p {
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  padding-right: 110px;
  margin-top: 20px;
}

@media only screen and (max-width: 1399px) {
  .footer-widget-about p {
    padding-right: 0;
  }
}

.footer-social .social li {
  display: inline-block;
}

.footer-social-1 .social-1 li {
  display: inline-block;
}

ul {
  padding-left: 0;
}

.social-1 li img {
  padding: 0 2px 0;

}

.footer-widget .footer-widget-title {
  font-size: 20px;
  font-family: Roboto;
  font-weight: 600;
  color: #ffffff;
}

.widget-link {
  padding-top: 22px;
}

.widget-link .link li {
  margin-top: 7px;
}

.widget-link .link li a {
  font-size: 14px;
  color: #c4c5c7;
  transition: all 0.3s linear;
}

.widget-link .link li a:hover {
  color: #086ad8;
  padding-left: 10px;
}

.footer-section h5 {
  color: #000;

  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.footer-section .footer-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.footer-section .footer-menu a,
.footer-section .footer-menu a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 65px;
  font-size: 16px;
  font-weight: 400;
  font-family: Roboto;
  color: #000;
}

.footer-section .footer-menu-1 ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: end;
}

.footer-section .footer-menu-1 a,
.footer-section .footer-menu-1 a:focus {
  color: #7D7D7D;
  display: flex;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 0 10px 35px;
}

.footer-padding {
  padding-top: 10px;
}

/*--
/*  25. Footer CSS
/*----------------------------------------*/
.footer-section {
  background: linear-gradient(110deg, #D9D9D9 18.36%, rgba(217, 217, 217, 0.00) 82.52%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.footer-logo {
  max-width: 170px;
}

.footer-copyright-area {
  border-top: 1px solid #C9C9C9;
  width: 90%;
  margin: 0 auto;
}

.footer-copyright-wrap {
  padding: 10px
}

@media only screen and (max-width: 767px) {
  .copyright-text {
    text-align: center;
  }
}

.copyright-text p {
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-section-02 .footer-widget-wrap {
  padding-top: 130px;
}

.footer-section-03 .footer-widget-wrap {
  padding-top: 140px;
}

.footer-section-04 .footer-copyright-area {
  border-top: 1px solid #e0e0e0;
}

.footer-section-04 .copyright-text p {
  font-size: 14px;
  color: #0e0e0e;
}

.techwix-subscribe-section .subscribe-wrap {
  background: #fff;
  border-radius: 10px;
  padding: 30px 35px;
  padding-left: 40px;
  margin-bottom: -75px;
  position: relative;
  margin-top: 150px;
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
}

.techwix-subscribe-section .subscribe-wrap .subscribe-content .title {
  color: #000;
  font-family: Roboto;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/*.btn-grad-1 {*/
/*  padding: 0.7rem 1rem;*/
  /*display: inline-block;*/
/*  color: #fff;*/
/*  font-size: 16px;*/
/*  font-weight: 400;*/
  /*width: 60% !important;*/
/*  font-style: normal;*/
/*  border-radius: 10px;*/
/*  border: 0;*/
/*  font-family: 'Roboto';*/
/*  background: #2DC742;*/
/*}*/

.btn-grad-1 {
    padding: 0.7rem 1rem;
    /* display: inline-block; */
    color: #2DC742;
    font-size: 16px;
    font-weight: 400;
    /* width: 60% !important; */
    font-style: normal;
    border-radius: 10px;
    border: 0;
    font-family: 'Roboto';
    border: 2px solid #2DC742;
}

.btn-grad-1:hover {
    padding: 0.7rem 1rem;
    /* display: inline-block; */
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    /* width: 60% !important; */
    font-style: normal;
    border-radius: 10px;
    border: 0;
    font-family: 'Roboto';
    background: #2DC742;
    border: 2px solid #2DC742;
}

@media only screen and (max-width: 767px) {
  .techwix-subscribe-section .subscribe-wrap .subscribe-form button {
    height: 50px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .techwix-subscribe-section .subscribe-wrap .subscribe-form button {
    position: relative;
    width: 100%;
    display: block;
    margin-top: 15px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}

@media only screen and (max-width: 1199px) {
  .techwix-subscribe-section .subscribe-wrap .subscribe-content .subscribe-icon {
    width: 105px;
    height: 105px;
    line-height: 105px;
  }

  .techwix-subscribe-section .subscribe-wrap .subscribe-content .title {
    padding-left: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .techwix-subscribe-section .subscribe-wrap {
    text-align: center;
    padding: 40px 90px;
  }

  .techwix-subscribe-section .subscribe-wrap .subscribe-content .subscribe-icon {
    left: 50%;
    transform: translateX(-50%);
  }

  .techwix-subscribe-section .subscribe-wrap .subscribe-form {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .techwix-subscribe-section .subscribe-wrap {
    text-align: center;
    padding: 40px 30px;
  }
}

.copyright-padding {
  display: flex;
  align-items: center;
}

.get-align {
  text-align: right;
}

.swiper .swiper-pagination {
  margin-top: 20px;
  position: relative;
  text-align: left;
}

.testimonials-box .description {
  color: #454545;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 35px;
}

.testimonials-box .title {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

.testimonials-box .designation {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

}

.testimonials-box img {
  border: 1px solid #FFF;
  border-radius: 50px;
  margin-right: 30px;
  width: 80px;
  height: 80px;
}

.testimonials-box .service-icon {
  padding-bottom: 10px;
  text-align: left;
}

.testimonials-box {
  box-shadow: 0px 4px 14px 0px rgb(0 0 0 / 4%);
  padding: 0px 47px 15px;
  border-radius: 10px;
  background: #fff;
  height: 230px;
}

.testimonials {
  padding-top: 50px; 
  padding-bottom: 80px;
  /* padding: 80px; */
}

.testimonials-about .swiper-pagination {
  margin-top: 150px;
  position: relative;
  text-align: left;
}

.about-testimonial .swiper-button-prev:after,
.about-testimonial .swiper-button-next:after {
  font-size: 24px;
  color: #aba8a8;
}

.client-image img{
  height: 490px;
  width: 575px;
}

.about-testimonial .swiper-button-next {
  right: unset !important;
  left: 20%;
  border: 2px solid #aba8a8;
  border-radius: 40px;
  width: 40px;
  height: 40px;
}

.about-testimonial .swiper-button-prev {
  left: calc("50% - 50px") !important;
  border: 2px solid #aba8a8;
  border-radius: 40px;
  width: 40px;
  height: 40px;
}

.testimonials-box::after {
  position: absolute;
  content: "";
  bottom: -50px;
  left: 35%;
  transform: translateX(-50%);
  border: 30px solid;
  border-color: #FFFFFF transparent transparent transparent;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: 0px;
  color: #28c610;
}

.experience-section img {
  border-radius: 10px !important;
  width: 700px !important;
  /* height: 490px; */
}

.she-more{
  text-align: end;
  font-weight: 400;
  font-size: 16px;
  color: #b4abab;
  padding-top: 10px;
}

.breadcrumbs {
  padding: 40px 0 60px 0;
  min-height: 60vh;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.base-overlay:before {
  content: "";
  background: linear-gradient(90deg, #2DC742 0%, rgba(217, 217, 217, 0.00) 100%);
  position: absolute;
  inset: 0;
}

.breadcrumbs h2 {
  color: #000000;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Roboto;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.breadcrumbs span{
    font-size:22px;
    color:#000;
}

.breadcrumbs h2 span {
  color: #131313;
  font-family: Roboto;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 20px;
  font-family: Roboto;
  line-height: normal;
  font-weight: 600;
  color: #000000;
  font-style: normal;
}

.breadcrumbs ol a {
  color: #000000;
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol svg{
  color: #000 !important;
}

/* .breadcrumbs ol li+li {
  padding-left: 10px;
} */

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  /* content: "/"; */

}

.about .content h3 {
  color: #000;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.about .content p {
  color: #454545;
  margin-bottom: 30px;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 15px 30px;
  position: relative;
  color: #454545;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

.about img {
  border-radius: 20px;
}

.about .content h2 {
  color: #2DC742;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.our-mission h2 {
  color: #2DC742;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.our-mission h3 {
  color: #000;
  padding: 0 30px 0;
  text-align: center;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 40px;
}

.about-padding {
  padding-top: 80px;
  padding-bottom: 50px;
}

.our-mission-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s linear;
  background-color: #2dc742;
  height: 240px;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
}

.our-mission-box .our-mission-content {
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: 0;
  padding: 30px 30px;
}

.our-mission-box .our-mission-content .title {
  color: #FFF;
  text-align: left;
  font-family: Roboto;
  padding: 0;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}

.our-mission-box .our-mission-content .text {
  color: #FFF;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.our-mission .mr-left {
  margin-left: 20px;
}

.our-mission-box-1 {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s linear;
  background-color: #ffffff;
  height: 240px;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);

}

.our-mission-box-1 .our-mission-content {
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: 0;
  padding: 30px 30px;
}

.our-mission-box-1 .our-mission-content .title {
  color: #000000;
  text-align: left;
  font-family: Roboto;
  padding: 0;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0px;
}

.our-mission-box-1 .our-mission-content .our-span{
  padding-bottom: 10px;
}

.our-mission-box-1 .our-mission-content .text {
  color: #7F7F7F;

  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.experience-section .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: 0px;
  color: #28c610;
}



.experience-section .our-text h2 {
  color: #2DC742;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.experience-section .our-text h3 {
  color: #000;
  margin-bottom: 0px;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.experience-section .our-text p{
  padding-left: 0;
  padding-bottom: 30px;

}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.skills .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
  border-radius: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  border-radius: 10px;
  background: #2DC742;
}

.box-content a:hover{
  text-decoration: underline !important;
}

@media only screen and (min-width: 320px) and (max-width:994px) {

  .doc-det {
    display: block !important;
    width: 100% !important;
}

.client-image img{
  height: auto;
  width: auto;
}
.doc-img {
  height: auto !important;
  margin: auto !important;
}
.doc-txt {
  margin: 0;
  padding-top: 20px;
  padding-left: 0 !important;
  text-align: center;
  font-size: 13px;
}
.doc-txt h3 p{
  padding-bottom: 10px !important;
}
.doc-det-r_df {
  position: initial !important;
  margin: auto !important;
  width: 100% !important;
}

.doc-det-r .btn_c2 a {
  border: 1px solid #0196d8;
}

.doc-txt h3 {
  font-size: 20px !important;
  align-items: center;
  display: inline !important;
  line-height: 20px !important;

}
.accordion-item-body {
  max-height: auto !important;
}

.mobile-align{
  text-align: center;

    display: inline-block;
}

  .dropdown-menu {
    position: absolute;
    left: 70px;
    top: 54px;
    right: 155px;
}

    .social-left{
        margin-left:0px;
        padding-top: 30px !important;
    }

    .tab-content>.active {
      margin: 10px auto 0px;
      max-width: 100%;
      width: 320px;
  }

  /* .viewrating{
    padding-left: 10px;
  } */


    
    .hero-section {
    height: 60vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    display: flex;
    align-items: center;
}

.hero .main-banner{
  margin-top: -200px !important;
}

.light-style .account-settings-links .list-group-item {
    padding: 0.55rem 1.5rem;
    margin: 8px 0px;
    max-width: 100%;
    width: 350px;
    background: #F0F1F0;
    height: 45px;
    border-color: rgba(24, 28, 33, 0.03) !important;
    border-radius: 40px;
    margin: 10px auto 0px;
    color: #000;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
}

.profile-box {
    border-radius: 10px;
    background: linear-gradient(180deg, #E1FFD3 0%, #F1F1F1 100%);
    width: 280px;
    /* height: 232px; */
    padding: 20px;
    margin: 0 auto;
}

.tab-pane label {
    padding-bottom: 0px !important;
}

.team .tab-content{
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
}

.team .profile-tab{
     width: 100%;
    margin: 0 auto;
}
.counsellor-btn{
text-align:center;  

}
/* .techwix-team-section .btn-get-started{
    border:0;
} */


.month-wrapper .cat input:checked + div {
    height: auto !important;
}
.profile-img .file {
    border-radius: 50px !important;
    background: #2DC742;
    height: 30px;
    padding: 2px;
    font-size: 18px;
    width: 30px;
    border: 0px;
    /* right: -29px; */
    left: 215px;
    top: 100px;
    position: absolute;
}
.search-filter-wrapper .btn {
           height: 33px !important;
        padding: 4px !important;
}
.profile-head {
    border-bottom: 0px solid #c8c8c8;
    width: 100% !important;
}

.input-item input[type=checkbox] + .label-for-checkbox:before {
    width: 3.6em;
}
.add-note{
    width:100% !important;
}
.note-content{
    width:100% !important;
    font-size: 20px !important;
}
.notification-wrap img {
    width: 40px !important;
    height: 40px !important;
    border-radius: 10px !important;
}

  .notification-wrap  .ml-auto {
        padding-top: 0 !important;
        margin-left: 0;
  }
.sticky-notes .node-created {
    display: block;
    font-size: 18px;
    padding-left: 6px;
}
  .close {
    color: #ffffff;
    float: right;
    font-size: 28px;
    /* left: 0; */
    top: 128px;
    right: 20px;
    position: absolute;
    font-weight: bold;
}

.about-mx {
    margin: 0 auto !important;
    width: 100% !important;
}
.our-mission h3 {
    color: #000;
    padding: 0 0px 0;
    text-align: center;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}
.about-padding {
    padding-top: 80px;
    padding-bottom: 0px;
}
.about .content h3 {
    color: #000;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.about .content h2 {
    color: #2DC742;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.experience-section .our-text h2 {
    color: #2DC742;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.services-details .content h3 {
    color: #000;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.faq-2 .choose-us-right .faq-accordion {
    margin-top: 0px;
    }
    
.ml-auto {
    padding-top: 0px;
  
    align-items: flex-start !important;
  }
  .single-blog-wrapper .tags-ul li {
    font-size: 13px !important;
    line-height: 30px !important;
    padding: 0px 2px !important;
}

.navbar a{
    justify-content: flex-start !important;
}
  
.single-blog-wrapper .main-blogtag{
    flex-direction: column;
    align-items: flex-start !important;
 }

.hero span {
    font-size: 20px !important;
    color: #000;

}
.hero .main-banner {
    padding-top: 0px !important;
}
.hero h1 {
    font-size: 30px !important;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
}

.image-align img{
    height: 50% !important;
}


.hero .image-align {
    text-align: center !important;
}

.modal-content-1 .mobile-responsive{
  margin: 0 auto;
  width: 93%;
}
.modal-content-1 {

  width: 100%;
  height: 0;
}

.client-box h4{
  top: 218px;
}
  .section-content.form-padding{
    margin-bottom: 20px !important;
  }

  .servicelist .service-icon {
    padding-bottom: 10px;
    width: 100%;
    height: auto !important;
  }

  .team .member .pic {
    width: 90px !important;
  }

  .team .member .member-info {
    padding-left: 0px !important;
    padding-top: 10px !important;
  }

  .footer-section .footer-menu a,
  .footer-section .footer-menu a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 20px;
    font-size: 16px;
    font-weight: 400;
    font-family: Roboto;
    color: #000;
  }
  .skill .pd-style{
    padding: 0 10px;
  } 
  .therapist-pedd{
    padding-bottom: 0px;
  }

  .notification-section{
margin-top: 20px;
  }
  .we-can{
    padding-top: 0 !important;
  }

  .blog-padding {
    padding-left: 10px;
    width: 100%;
    padding-top: 20px;
  }
  .team.section-padding{
    padding-bottom: 0px;
  }
  .team .member{
margin-bottom: 20px;
  }
.tab-ped{
  padding-top: 0px !important;
}

.serviceBox {
  margin: 0 0 20px !important;
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 15px !important;
  border: 0px solid #888;
  width: 95% !important;
}
.user-login .btn-grad {
  width: 115px !important;
}
.pay-btn{
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
  .serviceBox {
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
    padding: 15px 47px 15px;
    border-radius: 10px;
    background: #fff;
    height: auto;
    position: relative;
    z-index: 1;
  }

  .choose-us-content-1 h4 {
    color: #000;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  #header .logo img {
    height: 85px;
    background-color: #fff;
    margin-top: 0px;
  }

  #header {
    transition: all 0.5s;
    z-index: 997;
    height: 85px;
  }

  #topbar {
    display: none !important;
  }

  .techwix-about-section-05 .about-content .about-list-item-wrap {
    margin: 0 auto;
    height: auto;
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    background: #2DC742;
    padding: 15px 50px 20px;
    margin-top: 32px;
    position: revert;
  }

  .single-team {
    padding: 10px
  }

  .contact-text {
    position: revert;
    padding-top: 20px;
  }

  .section-content {
    padding: 30px;
    position: revert;
    border-radius: 20px;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
    width: 98%;
    left: 0;
    right: 0;
  }

  .call-to-action {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
 

  .techwix-subscribe-section .subscribe-wrap {
    background: #fff;
    border-radius: 10px;
    padding: 30px 35px !important;
    padding-left: 40px;
    margin-bottom: -115px;
    position: relative;
    margin-top: 50px;
    box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
  }

  /*.overlay-1 {*/
  /*  height: 100%;*/
  /*  width: 100%;*/
  /*  background: rgba(0, 0, 0, 0.60);*/
  /*  position: absolute;*/
  /*}*/
  
  .techwix-subscribe-section .subscribe-wrap .subscribe-content .title {
    color: #000;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

  .subscribe-content {
    text-align: center;
  }

  .get-align {
    text-align: center;
    padding-top: 15px;
  }

  .techwix-subscribe-section .subscribe-wrap .subscribe-content .title {
    padding-left: 0px;
    margin-top: 0px;
  }

  .footer-social {
    text-align: center;
    padding-top: 8px;

  }

  .footer-section .footer-menu-1 ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: unset;
    justify-content: center;
  }

  .footer-section .footer-menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
  }

  .slider-padding {

    padding: 15px;
  }

  .testimonials .pos-relative {
    display: none;
  }

  .swiper .swiper-pagination {
    margin-top: 20px;
    position: relative;
    text-align: center;
  }

  .serviceBox-1 .title {
    color: #000;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
    margin-left: 225px;
  }

  .serviceBox-1 .designation {
    color: #000;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 225px;
  }

  .client-box {
    padding-bottom: 20px;
  }

  .client-box i {
    display: block;
    position: absolute;
    width: 50px;
    left: 0;
    height: 50px;
    padding-left: 14px;
    bottom: 50px;
    border-radius: 100px;
    color: #ffffff;
    font-size: 45px;
    margin: 0 auto;
    cursor: pointer;
  }

  .client-box h1 {
    position: absolute;
    right: 25px;
    bottom: 45px;
    color: #FFF;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
  }

  .our-mission .mr-left {
    margin: 0 auto;
    width: 100%;
  }

  .testimonials-box {
    width: 100% !important;
    box-shadow: 0px 4px 14px 0px rgb(0 0 0 / 4%);
    padding: 0px 47px 15px;
    border-radius: 10px;
    background: #fff;
    height: auto;
    /* margin-left: 15px; */
  }

  .testimonials-box .description {
    height: 115px !important;
}



  .breadcrumbs h2 {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .breadcrumbs h2 span {
    font-size: 45px !important;
}

.team .member .pic {
  overflow: hidden;
  min-width: 100% !important;
}
.team .member .pic img {
  width: 100% !important;
}

  .choose-us-content-1 {
    padding: 18px 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.techwix-about-section-05 .about-content-wrap {
  padding-top: 0px;
}

.techwix-about-section-05 .about-content .title {

  font-size: 24px;
}

.btn-grad-1 {
  width: 80% !important;
  margin-top: 10px;
}
.serviceBox-1{
  height: auto !important;
}
.serviceBox-1 .team-img img{
  position: relative;
}

.serviceBox-1 .description{
height: 135px;
}

.desktop-testimonial{
  display: none;
}
.mobile-testimonial{
  display: block !important;
}

.mobile-testimonial .team-img img{
position: relative;
top: 0;
bottom: 0;
}
.mobile-testimonial .team-img{
  display: flex;
  align-items: center;
  margin-top: 55px;
}

.mobile-testimonial .serviceBox-1 .title{
  margin-left: 0px !important;

}

.mobile-testimonial .btn-search {
  padding: 9px 9px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  width: 50px !important;
  font-style: normal;
  border-radius: 5px;
  border: 0;
  font-family: 'Roboto';
  background: #2DC742;
}
.nav-tabs .nav-item a {
  padding: 0 30px 0px !important;
}
}

.testimonials-box .description{
  min-height: 118px !important;
  }

.mobile-testimonial{
  display: none;
}

.serviceBox-1 .description{
  height: 100px;
  }



.services .content h3 {
  color: #000;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.services .content p {
  color: #454545;
  margin-bottom: 30px;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.services .content ul {
  list-style: none;
  padding: 0;
}

.services .content ul li {
  padding: 0 60px 15px 30px;
  position: relative;
  color: #454545;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

.services .content h3 {
  padding: 0 90px 0px 0px;

}

.service-img img {
  border-radius: 20px;

}

.side-img img {
  border-radius: 20px;
  margin-top: 150px;
  width: 200px;
  max-width: 100%;
}

.services .content h2 {
  color: #2DC742;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.services .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: 0px;
  color: #28c610;
}

/* services-testimonial */

.services-testimonial .content h3 {
  color: #000;
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.services-testimonial img {
  border-radius: 20px;
}

.services-testimonial h3 {
  color: #000;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}


.services-testimonial h2 {
  color: #2DC742;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}



.services-testimonial .content p {
  color: #454545;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.services-testimonial .content ul {
  list-style: none;
  padding: 0;
}

.services-testimonial .content ul li {
  padding: 0 0 15px 30px;
  position: relative;
  color: #454545;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

.services-testimonial-img img {
  border-radius: 20px;
}


.services-testimonial .content h2 {
  color: #2DC742;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.services-testimonial .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: 0px;
  color: #28c610;
}

.services-testimonial .swiper-button-prev:after,
.services-testimonial .swiper-button-next:after {
  font-size: 24px;
  color: #aba8a8;
}

.services-testimonial .swiper-button-next {
  right: unset !important;
  top: 30px;
  left: 50%;
  border: 0px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background-color: #fff;
  border-radius: 40px;
  width: 40px;
  height: 40px;
}

.services-testimonial .swiper-button-prev {
  left: 45% !important;
  top: 30px;
  border: 0px;
  background-color: #fff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 40px;
  width: 40px;
  height: 40px;
}

.services-padding {
  padding-top: 40px;
  padding-bottom: 80px;
}

.services-testimonial {
  background-color: #F4F4F4;
}


/* */

.faq .choose-us-right {
  padding-left: 20px;
}

@media only screen and (max-width: 991px) {
  .faq .choose-us-right .faq-accordion {
    margin-top: 50px;
  }
}

.faq .choose-us-right .faq-accordion .accordion-item {
  border: 0;
  /* box-shadow: 0px 0px 161px 0px rgba(0, 0, 0, 0.2); */
  border-radius: 5px;
  overflow: hidden;
  margin-top: 15px;
}

.faq .choose-us-right .faq-accordion .accordion-item .accordion-button {

  padding: 12px 30px;
  background-color: #F2F2F2;
  border-radius: 40px;
}

.faq .choose-us-right .faq-accordion .accordion-item .accordion-button .title {
  font-size: 22px;
  color: #0e0e0e;
  font-family: Roboto;
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}

.faq .choose-us-right .faq-accordion .accordion-item .accordion-button::after {
  position: absolute;
  border: none;
  width: 30px;
  line-height: 24px;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  right: 35px;
  transition: all .3s ease-out 0s;
}

.faq .choose-us-right .faq-accordion .accordion-item .accordion-body {
  font-size: 14px;
  /* border-top: 1px solid #ebebeb; */
  padding: 15px 30px;
}

.faq .choose-us-right .faq-accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.faq .choose-us-right .faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #F2F2F2;
  box-shadow: none;
}

.faq .choose-us-right .faq-accordion .accordion-item .accordion-button:not(.collapsed)::after {
  position: absolute;
  border: none;
  width: 30px;

  line-height: 24px;
  text-align: center;

  color: #ffffff;
  transform: rotate(0);
}

.faq .choose-us-right .faq-accordion .accordion-item .accordion-body-1 {
  font-size: 18px;
  border-top: 1px solid #ebebeb;
  padding: 15px 30px;
}

.our-text p {
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-left: 20px;
}

.faq-padding {
  padding: 0 80px 0;
}


.faq .our-text p {
  position: relative;
  padding-left: 20px;
}

.faq .our-text p::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  background: #2DC742;
  width: 5px;
  height: 100%;
  transform: translateY(-45%);
}


.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px;
  border-radius: 11px;
  border: 1px solid #D3D3D3;
  background: #FFF;
}

.team .member .pic {
  overflow: hidden;
  width: 100%;
  max-width: 145px;
  position: relative;
  border-radius: 10px;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
  height: 230px;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  color: #000;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;

}

.team .member span {
  display: block;
  position: relative;
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  margin: 2px 0 0 0;
  font-style: normal;
  padding: 5px;
  font-weight: 400;
  line-height: normal;

}

.team .member p {
  margin: 2px 0 0 0;
  border-radius: 4px;
  background: #3bcb4f;
  color: #ffffff;
  font-family: Roboto;
  font-size: 14px;
  padding: 5px;
  /* text-align: center; */
  width: 100%;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* .review__score {
  padding-left: 15px;
} */

.box-1 {
  padding-top: 5px
}

.price {
  width: 100%;
  padding-left: 0px;
  color: #2DC742;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

.time {
  color: #000;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 118px;
  padding-left: 0px;
  margin-bottom: 0;
}


.box-1 img {
  width: 35px;
  height: 34px;

}

.btn-grad-2 {
  padding: 8px 12px;
  display: inline-block;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  width: 140px !important;
  border-radius: 4px;
  font-family: 'Roboto';
  border: 1px solid #B1B1B1;
  margin-left: 20px;
  background: #FFF;
}

.btn-grad-2:hover {
  padding: 8px 12px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  border-radius: 4px;
  font-family: 'Roboto';
  border: 1px solid #B1B1B1;
  margin-left: 20px;
  background: #2DC742;
}

.search-section .subscribe-wrap {
  background: #fff;
  border-radius: 10px;
  padding: 30px 35px;
  padding-left: 40px;
  margin-bottom: 0px;
  position: relative;
  margin-top: -70px;
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
}

.subscribe-wrap-1 {
  background: #fff;
  border-radius: 10px;
  padding: 16px 35px;
  padding-left: 40px;
  margin: 0 auto;
  margin-bottom: 0px;
  position: relative;
  margin-top: -70px;
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
}

.subscribe-wrap-1 label {
  color: #000;
  padding-bottom: 10px;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn-grad-3 {
  padding: 0.5rem 1rem;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  width: 70% !important;
  font-style: normal;
  border-radius: 4px;
  border: 0;
  font-family: 'Roboto';
  background: #2DC742;
}

.single-form input {
  display: block;
  margin: 10px;
  width: 100%;
  height: 38px;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select-1 {
  padding: 0.375rem 1.25rem 0.375rem 0.75rem !important;
  margin: 10px;
}

.banner-inner {

  padding: 40px 0 60px 0;
  min-height: 25vh;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

hr.hr-3 {
  border: 0;
  background-color: #fff;
  padding: 0;
  margin: 10px !important;
  width: 45%;
  border-top: 1px solid #8c8c8c;
}

.profile-title span {
  color: #2DC742;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.profile-title {
  border-bottom: 2px solid #2DC742;
  width: 150px;
}

.summary h2 {
  color: #000;
  font-family: Roboto;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 20px;
}

hr.hr-4 {
  border: 0;
  background-color: #fff;
  padding: 0;
  margin: 15px !important;
  width: 100%;
  border-top: 1px solid #8c8c8c;
}

.skill h2 {
  color: #000;

  font-family: Roboto;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.teal-pill {
  color: #000;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 8px;
  /* padding: 10px; */
  padding: 12px;
  width: 155px;
  text-align: center;
  border: 1px solid #39b44a;
  border-radius: 17px;
  background-color: #ffffff;
}

.teal-pill:hover{
  background-color: #39b44a;
  color: #fff;
}

.teal-pill:hover {
  opacity: 0.8;
}

hr.hr-5 {
  border: 0;
  background-color: #fff;
  padding: 0;
  margin: 15px !important;
  width: 100%;
  border-top: 1px solid #8c8c8c;
}

.pos-absu {
  position: absolute;
  top: 0;
  right: 0;
}

.pos-rel {
  position: relative;
}

.pos-absu .btn-1 {
  border-radius: 4px;
  border: 1px solid #2DC742;
  background: #2DC742;
  color: #FFF;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px;
  margin-right: 10px;
}

.pos-absu .btn-1:hover {
  border-radius: 4px;
  border: 1px solid #2DC742;
  background: #ffffff;
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px;
  margin-right: 10px;
}


.pos-absu .btn-2 {
  border-radius: 4px;
  border: 1px solid #B1B1B1;
  background: #FFF;
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px;
}

.pos-absu .btn-2:hover {
  border-radius: 4px;
  border: 1px solid #B1B1B1;
  background: #2DC742;
  color: #ffffff;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px;
}

.skill li {

  padding: 0 11px 0;
}

.line-u {
  padding: 0 10px 0;
}

.member-info h4 {
  color: #000;

  font-family: Roboto;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.member-info .online {
  color: #000;
  font-family: Roboto;
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  margin-right: 10px;
  line-height: normal;
  margin-top: 8px;
}

.online-icon {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  top: 10px;
  color: #2DC742;
  right: 10px;
  background: #2DC742;
}

.single-form .form-select {
  display: block;
  color: #8E8E8E;
  background-repeat: no-repeat;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0.375rem;
  appearance: none;
  font-family: Roboto;
  font-size: 14px;
  padding: 10px 20px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.online-icon-1 {
  width: 10px;
  margin-right: 5px;
  height: 10px;
  border-radius: 10px;
  color: #2DC742;
  padding-right: 10px;
  margin-top: 9px;
  margin-bottom: 0;
  background: #2DC742;
}

.servicelist .title-description {
  padding: 0 18px 18px 18px;
  height: 100px;

}

.servicelist {
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15) !important;
  padding: 0 !important;
  border-radius: 10px !important;
  background: #fff !important;
  text-align: left;
  position: relative;
  margin-bottom: 25px;
  z-index: 1;
}

.servicelist .service-icon {
  padding-bottom: 10px;
  width: 100%;
  height: 200px;
}

.title-description .title {
  color: #000;
  font-family: Roboto;
  margin: 10px 0 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.title-description .description {
  color: #454545;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;

}

.read-btn {
  text-align: right;
  padding: 0 18px 15px 18px;
}

.read-btn a {
  color: #000;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.section-service .page-item .page-link {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 50%;
  margin: 0 10px;
  color: #979797;
  height: 40px;
  width: 40px;
}

.section-service .page-item.active .page-link {
  background-color: #2DC742;
  border-color: #2DC742;
  border-radius: 50%;
  margin: 0 10px;
  color: #ffffff;
  height: 40px;
  width: 40px;
}

.blog-container {
  padding-bottom: 30px;
}

.blog-wrapper .blog-container .blog-image {
  border-radius: 10px;
  margin-bottom: 15px;
}

.blog-wrapper .blog-container .blog-image img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.blog-wrapper .blog-container .blog-content .post-span {
  color: #000;
  font-family: 'Roboto';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.blog-wrapper .blog-container .blog-content .post-span .post-by {
  color: #06971A;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.blog-wrapper .blog-container .blog-content .post-title {
  color: #000;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  max-width: 325px;
  height: 60px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0 20px 0;
}

.blog-wrapper .blog-container .blog-content .text-read {
  color: #2DC742;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.blog-wrapper .page-item .page-link {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 50%;
  margin: 0 10px;
  color: #979797;
  height: 40px;
  width: 40px;
}

.blog-wrapper .page-item.active .page-link {
  background-color: #2DC742;
  border-color: #2DC742;
  border-radius: 50%;
  margin: 0 10px;
  color: #ffffff;
  height: 40px;
  width: 40px;
}

.search-filter-wrapper label {
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 100%;
}

.search-filter-wrapper input {
  border-radius: 5px !important;
  border: 1px solid #C6C6C6;
  background: #FFF;
  color: #8E8E8E;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 45px;
}

.search-filter-wrapper .btn {
  border-radius: 5px !important;
  background: #2DC742;
  height: 45px;
  height: 45px;
  padding: 7px;
}

.single-blog-wrapper h4 {
  color: #000;
  font-family: Roboto;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}

.single-blog-wrapper p {
  color: #000;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.single-blog-wrapper span {
  color: #000;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.single-blog-wrapper .tags-ul,
.single-blog-wrapper .social-ul {
  /* margin-left:-32px; */
  list-style: none;
}

.single-blog-wrapper .tags-ul li {
  color: #000;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  border: 1px solid #BFBFBF;
  background: #FFF;
  margin-right: 10px;
  padding: 0px 15px;
}

.single-blog-wrapper .social-ul li {
  color: #000;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  border: 1px solid #BFBFBF;
  background: #000;
  margin-right: 10px;
  padding: 0px 7px;
}

.single-blog-wrapper .misellaneous-wrapper {
  border: 1px solid #444;
  background: #FFF;
  width: 50%;
  margin: 0 auto;
  position: relative;
  height: 105px;
  padding: 20px;
  margin-bottom: 20px;
}

.single-blog-wrapper .misellaneous-wrapper .box {
  background: #2DC742;
  color: #FFF;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  position: absolute;
  top: 7px;
  left: -27px;
  width: 131%;
  padding: 10px 74px;
  right: 0;
}

.single-blog-wrapper .misellaneous-wrapper .box p {
  margin-bottom: 0px;
  color: #FFF;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.btn-search {
  padding: 9px 9px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  width: 160px !important;
  font-style: normal;
  border-radius: 5px;
  border: 0;
  font-family: 'Roboto';
  background: #2DC742;
}

.btn-search:hover {
  padding: 9px 9px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  width: 160px !important;
  font-style: normal;
  border-radius: 5px;
  border: 0;
  font-family: 'Roboto';
  background: #2DC742;
}


.input-group-append-1 {
  margin-left: 40px !important;
}


.subscribe-wrap-1 .form-control {
  border-radius: 5px !important;
}

.search-filter-wrapper select {
  border-radius: 5px !important;
  border: 1px solid #C6C6C6;
  background: #FFF;
  color: #8E8E8E;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 45px;
}

/* pagination */

.team .page-item .page-link {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 50%;
  margin: 0 10px;
  color: #979797;
  height: 40px;
  width: 40px;
}

.team .page-item.active .page-link {
  background-color: #2DC742;
  border-color: #2DC742;
  border-radius: 50%;
  margin: 0 10px;
  color: #ffffff;
  height: 40px;
  width: 40px;
}

/* pagination */

.sidebar-widget {
  margin-top: 15px;
  margin-bottom: 15px;
}

.sidebar-widget .widget-title .title {
  color: #000;
  font-family: Roboto;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.sidebar-widget .widget-title {
  margin-bottom: 15px;
}

.sidebar-widget .recent-posts ul li .post-link .post-thumb img {
  border-radius: 50% !important;
  width: 70px !important;
  height: 70px !important;
}

.sidebar-widget .recent-posts ul li .post-link {
  display: flex !important;
  align-items: center !important;
}

.sidebar-widget .recent-posts ul li .post-link .post-thumb {
  margin-right: 20px !important;
}

.sidebar-widget .recent-posts ul li .post-link .post-text {
  flex: 1 !important;
}

.sidebar-widget .recent-posts ul li .post-link .post-text .title {
  font-size: 16px;
  line-height: 18px;
  font-family: Roboto;
  font-weight: 600;
  transition: all 0.3s linear;
  color: #0e0e0e;
}

.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta {
  font-size: 12px;
  font-family: Roboto;
  font-weight: 400;
  line-height: 24px;
  color: #838383;
  display: inline-block;
  margin-top: 5px;
}

.sidebar-widget .recent-posts ul li {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  margin-top: 15px;
}



.sidebar-widget .recent-posts ul li {
  list-style: none;
}

/* .sidebar-widget .recent-posts ul li .post-link:hover .post-text .title {
  color: #2DC742;
} */

.she-more:hover{
  color: #2DC742;
}

.sidebar-widget .reviw-star p {
  border-radius: 4px;
  background: #2DC742;
  color: #FFF;
  font-family: Roboto;
  font-size: 12px;
  padding: 3px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* margin-bottom: 0; */
  margin: 5px 0;
}

.sidebar-widget .reviw-star .score {
  color: #000;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sidebar-widget .recent-posts ul li .post-link .post-text .post-title {
  color: #000;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
}

.blog-box-border {
  border-radius: 10px;
  border: 1px solid #CBCBCB;
  background: #FFF;
  margin: 0 auto;
  padding: 15px 20px 15px;
  width: 100%;
  max-width: 375px;
}

.related-topics .recent-posts ul li {
  list-style: none;
}

.related-topics .recent-posts ul li a {
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.related-topics .recent-posts ul li a img {
  height: 20px;
  width: 20px !important;
}

.faq-2 .choose-us-right {
  padding-left: 20px;
}

@media only screen and (max-width: 991px) {
  .faq-2 .choose-us-right .faq-accordion {
    margin-top: 50px;
  }
}

.faq-2 .choose-us-right .faq-accordion .accordion-item {
  border: 0;
  /* box-shadow: 0px 0px 161px 0px rgba(0, 0, 0, 0.2); */
  border-radius: 5px;
  overflow: hidden;
  margin-top: 15px;
}

.faq-2 .choose-us-right .faq-accordion .accordion-item .accordion-button {

  padding: 12px 30px;
  background-color: #F2F2F2;
  border-radius: 40px;
}

.faq-2 .choose-us-right .faq-accordion .accordion-item .accordion-button .title {
  font-size: 16px;
  color: #0e0e0e;
  font-family: Roboto;
  font-weight: 400;
  position: relative;
  line-height: 24px;
  font-style: normal;
  z-index: 1;
}


.faq-2.choose-us-right .faq-accordion .accordion-item .accordion-button::after {
  position: absolute;
  border: none;
  width: 30px;

  line-height: 24px;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  right: 35px;
  transition: all .3s ease-out 0s;
}

.faq-2 .choose-us-right .faq-accordion .accordion-item .accordion-body {
  font-size: 14px;
  /* border-top: 1px solid #ebebeb; */
  padding: 15px 30px;
}

.faq-2 .choose-us-right .faq-accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.faq-2 .choose-us-right .faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #F2F2F2;
  box-shadow: none;
}

.faq-2 .choose-us-right .faq-accordion .accordion-item .accordion-button:not(.collapsed)::after {
  position: absolute;
  border: none;
  width: 30px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  transform: rotate(0);
}

.faq-2 .choose-us-right .faq-accordion .accordion-item .accordion-body-1 {
  font-size: 18px;
  border-top: 1px solid #ebebeb;
  padding: 15px 30px;
}

.our-text p {
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-left: 20px;
}




.faq-2 .our-text p {
  position: relative;
  padding-left: 20px;
}

.faq-2 .our-text p::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  background: #2DC742;
  width: 5px;
  height: 100%;
  transform: translateY(-45%);
}

.faq-2 .choose-us-right .faq-accordion .accordion-item .accordion-button::after {
  position: absolute;
  border: none;
  width: 30px;
  line-height: 24px;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  right: 35px;
  transition: all .3s ease-out 0s;
}

.accordion-button::after {
  transform: rotate(180deg);
}

.services-details .content h3 {
  color: #000;
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.services-details .content h4 {
  color: #000;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.services-details ul li {
  position: relative;
  color: #454545;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  list-style: none;
  font-weight: 400;
  line-height: 29px;
}

.services-details ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: 0px;
  color: #28c610;
}

.services-details .content ul li {
  padding: 0 0 15px 30px;
  position: relative;
  color: #454545;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

.faq-2 .content ul li {
  padding: 0 0 15px 30px;
  position: relative;
  color: #454545;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

.experience-section .our-text h4 {
  color: #000;
  margin-bottom: 30px;
  font-family: Roboto;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.faq-2 .choose-us-right .faq-accordion .accordion-item .accordion-body p {
  color: #313131;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.related-topics .widget-title .title-2 {
  color: #000 !important;
  font-family: Roboto;
  font-size: 26px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
}

.blog-banner {
  padding: 45px 0 40px 0;
  min-height: 60vh;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.button.regular {
  display: flex;
  overflow: hidden;
  margin-top: 50px;
  margin-right: 10px;
  padding: 5px 20px 5px;
  text-decoration: none !important;
  border-radius: 50px;
  font-size: 16px;
  font-family: Roboto;
  color: #000 !important;
  font-weight: 400;
  background-color: #f2f2f2;
}

.button-container {
  display: flex;
}


.single-blod-banner {
  padding: 20px 0 60px 0;
  min-height: 70vh;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* / Login Css / */
.login-wrapper .progress {
  height: 8px;
  border-radius: 6px 6px 0px 0px;
}

.login-wrapper .progress-bar {
  transition: width 0.6s ease;
  background-color: #37c54a;
}

.login-wrapper .step {
  display: none;
}

.login-wrapper .step.active {
  display: block;
}

.login-wrapper .step-form {
  border-radius: 14px;
  background: #FFF;
  box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
  top: 0px;
  position: relative;
}

.login-wrapper .step-form .step {
  padding: 40px;
}

.login-wrapper .image-wrapper {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #999999;
  text-align: center;
}

.login-wrapper .image-wrapper img {
width: 150px;
height: 150px;
  padding: 20px 50px;
}
.login-wrapper .image-wrapper .img-lable{
  position: relative;
  left: 0px;
  top: -83px;
}


.login-wrapper .image-wrapper h5 {
  color: #000000;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0px;
}

.login-wrapper .image-wrapper span {
  color: #000000;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.login-wrapper .join-title {
  color: #000;
  font-family: Roboto;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.login-wrapper .custom-file-input {
  display: none;
}

.login-wrapper .custom-file-label {
  overflow: hidden;
  white-space: nowrap;
}

.login-wrapper .custom-file-label::after {
  content: 'Browse';
  display: inline-block;
  background: #007bff;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
}

.login-wrapper .custom-file-label:hover::after {
  background: #0056b3;
}

select {
  height: 45px;
  border: 1px solid #ced4da;
}

.custom-select {
  border-radius: .375rem 0 0 .375rem;
  color: #8E8E8E;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.login-wrapper label {
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.login-wrapper .form-control {
  color: #8E8E8E;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.login-wrapper .next-step,
.login-wrapper .btn-submit {
  border-radius: 5px;
  /*background: #2DC742;*/
  border: 2px solid #2DC742;
  color: #2DC742;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px 33px;
}

.login-wrapper .next-step {
  border-radius: 5px;
  /*background: #2DC742;*/
  border: 2px solid #2DC742;
  color: #2DC742;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px 33px;
}

.login-wrapper .next-step:hover {
  border-radius: 5px;
  background: #2DC742;
  border: 2px solid #2DC742;
  color: #FFF;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px 33px;
}

.book-appoint-btn{
  /*background: #2DC742 !important;*/
    color: #2DC742 !important;
    border-radius: 4px;
    border: 2px solid #2DC742 !important;
    background: #FFF !important;
    /*color: #000;*/
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px;
}

.book-appoint-btn:hover{
    background: #2DC742 !important;
    color: #fff !important;
    border-radius: 4px;
    border: 2px solid #2DC742 !important;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px;
}

.prev-step {
  border-radius: 5px;
  background: #6c757d;
  border: 1px solid #6c757d;
  color: #FFF;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px 33px;
}

.login-wrapper .custom-text {
  border-radius: 5px;
  border: 1px solid #C9C9C9;
  background: #FFF;
  height: 45px;
  display: block;
  color: #000;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}

.login-wrapper .custom-text {
  border-radius: 5px;
  border: 1px solid #C9C9C9;
  background: #FFF;
  height: 45px;
  display: block;
  color: #000;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 13px;
}

.login-wrapper .upload-btn1 {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 5px;
  background: #2DC742;
  border: 1px solid #2DC742;
  color: #FFF;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 160px;
  height: 45px;
}

.custom-file {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
}

.custom-file-input {
  display: none;
}

.custom-file-label {
  overflow: hidden;
  white-space: nowrap;
}

.custom-file-label::after {
  content: 'Browse';
  display: inline-block;
  background: #007bff;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
}

.custom-file-label:hover::after {
  background: #0056b3;
}

.delete-row-btn {
  margin-top: 30px;
}

.specialization span {
  color: #666;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.float-right {
  float: right;
}

.custom-control-label {
  color: #000 !important;
  font-family: Roboto !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.counselor-title {
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}


.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #28a745;
  border-color: #28a745;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-color: #28a745;
}

.custom-checkbox .custom-control-label::before {
  width: 1.5em;
  height: 1.5em;
}

.custom-checkbox .custom-control-label::after {
  top: 0.4em;
  left: 0.4em;
}

.custom-checkbox input[type=checkbox] {
  accent-color: #28a745;
  height: auto;
}

.small-text {
  color: #000;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.payment-title {
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.add-more-links {
  color: #2DC742;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.add-more-links:hover {
  color: #2DC742;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.uploaddoc .custom-file {
  border-radius: .375rem;
  height: 45px;
  position: relative;
}

.uploaddoc .custom-file-label {
  overflow: hidden;
  white-space: nowrap;
  color: #8E8E8E;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.uploaddoc .custom-file-label::before {
  content: '+';
  display: inline-block;
  background: transparent;
  color: #000;
  padding: 0px 8px;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 25px;
}


.uploaddoc .custom-file-label:hover::before {
  background: transparent;
}

.login-wrapper .custom-file-label::after {
  display: none;
}


.uploaddoc .custom-file-input {
  display: none;
}

.uploaddoc .file-name-container {
  margin-top: 8px;
  position: absolute;
  top: 30px;
  left: 43px;
  min-width: 200px;
  max-width: 214px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #8E8E8E;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: #fff;
  height: 30px;
}

#fieldRows .btn-danger {
  color: #dc3545;
  background-color: transparent;
  border: none;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 999;
}

.single-blog-wrapper .post-item img {
  width: 80px !important;
  float: left;
  border-radius: 6px;
}

.single-blog-wrapper .recent-posts h4 a {
  color: #000;
  transition: 0.3s;
}

.single-blog-wrapper .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  line-height: 20px;
}

.single-blog-wrapper .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: rgba(34, 34, 34, 0.4);
}

.single-blog-wrapper .tags ul a {
  color: #555555;
  font-size: 14px;
  padding: 6px 20px;
  margin: 0 6px 8px 0;
  border: 1px solid #d5d5d5;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;
  text-decoration: none;
}

.single-blog-wrapper .tags ul li {
  display: inline-block;
}

.single-blog-wrapper .tags ul a:hover {
  color: #ffffff;
  font-size: 14px;
  padding: 6px 20px;
  margin: 0 6px 8px 0;
  border: 1px solid #d5d5d5;
  background-color: #2DC742;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;
  text-decoration: none;
}

.single-blog-wrapper .recent-posts h4 a:hover {
  color: #2DC742;
  transition: 0.3s;
}

.related-topics .recent-posts ul li a:hover {
  color: #2DC742;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.custom-control-label p {
  margin-bottom: 10px;
}

.serviceBox:hover, .servicePlanBox label:hover .serviceBox {
    border-radius: 10px;
    border: 1px solid #2DC742;
    height: 180px;
    position: relative;
    color: #000 !important;
    z-index: 1;
}

.serviceBox:hover .title, .servicePlanBox label:hover .title {
  color: #000;
}

.serviceBox:hover .plan-txt, .servicePlanBox label:hover .plan-txt {
  color: #ffffff;
}

.rounded-circle {
  border-radius: 50px !important;
  border: 1px solid #A7A7A7;
  width: 50.41px;
  height: 50.41px;
  margin-right: 8px;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 40px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: normal;
  font-family: Roboto;
  white-space: nowrap;
  transition: 0.3s;
}


.sticky-notes {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 20px;
  margin-top: 20px;
}

.sticky-note {
  position: relative;
  min-width: 171px;
  min-height: 150px;
  border-radius: 5px;
  transition: transform 0.3s ease-in-out;
}

.sticky-note.animate-in {
  animation: fadeIn 0.5s ease-in-out;
}

.sticky-note.animate-out {
  animation: fadeOut 0.5s ease-in-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}

.note-content {
  border-radius: 10px;
  border: 1px solid #BDBDBD;
  background: #FFF;
  width: 171px;
  height: 150px;
  flex-shrink: 0;
  padding: 15px;
  color: #000;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sticky-note:hover .delete-note {
  display: block;
}

.delete-note {
  position: absolute;
  top: -12px;
  right: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 5px 10px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 50px;
  border: none;
  font-size: 13px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  display: none;
}

.delete-note:hover {
  background-color: #ffffff;
}

.add-note {
  border-radius: 10px;
  border: 1px solid #BDBDBD;
  background: #FFF;
  width: 171px;
  padding: 15px;
  text-align: center;
  display: flex;
  height: 150px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.month-wrapper .cat{
  border-radius: 4px;
  border: 1px solid #fff;
  overflow: hidden;
  float: left;
}



.month-wrapper .cat label div {
  text-align: left;
  display: block;
}

.month-wrapper .cat label input {
  position: absolute;
  display: none;
  color: #fff !important;
}

.month-wrapper .cat input:checked + div {
  box-shadow: 0px 4px 14px 0px rgb(0 0 0 / 0%) !important;
  height: 165px ;
  position: relative !important;
  z-index: 1 !important;
  text-align: left !important;
  border-radius: 10px !important;
  background: #2DC742 !important;
  color: #fff !important;
  padding: 15px !important;
}

.month-wrapper .cat input:checked + div .title{
  color: #fff;
}

.month-wrapper .cat input:checked + div .title span{
  color: #fff;
}
.month-wrapper .cat input:checked + div p{
  color: #fff;
}
.services-area {
  .wall-off-love {
      column-count: 3;
      column-gap: 30px;
  }
  .why-immersive-heading {
      img {
          width: 160px;
          padding-top: 60px;
          margin-bottom: 60px;
      }
      h2 {
          font-size: 34px;
          span {
              font-size: 120px;
              font-weight: 700;
          }
      }
  }

.single-item {
  margin-bottom: 30px;
  display: inline-block;
  .item {
    padding: 20px 30px 30px 30px;
    background: #ffffff;
    box-shadow: -1px 3px 10px 0 rgb(0 0 0 / 10%);
    position: relative;
    z-index: 1;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: left bottom;
      .quote {
          position: absolute;
          top: 0;
          left: 15px;
          font-size: 50px;
          color: #353b4b;
      }
      p {
          font-size: 16px;
          margin-bottom: 5px;
      }
      .client-name {
        color: #000;
        font-family: Roboto;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 0;

      }
      .designation {
        color: #000;
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
       
     
    }
      .info {
          ul {
              li {
                  display: inline-block;
                  padding-right: 5px;
                  color: #ff9900;
              }
          }
      }
  }
}

}
.mt-120{
margin-top:120px!important;
}

@media only screen and (max-width: 767px) {
.services-area  .wall-off-love  {
  column-count: 1;
  column-gap: 0;
}

}
@media only screen and (max-width: 467px) {
  .modal-content .mobile-width{
    width: 100%;
  }
    
    .hero-section {
    height: 85vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    display: flex;
    align-items: center;
  }
}

.single-item .team-img img{
border-radius: 50px;
}

.modal {

  display: none; /* Hidden by default */

  position: fixed; /* Stay in place */

  z-index: 1; /* Sit on top */

  padding-top: 200px; /* Location of the box */

  left: 0;

  top: 0;

  width: 100%; /* Full width */

  height: 100%; /* Full height */

  overflow: auto; /* Enable scroll if needed */

  background-color: rgb(0,0,0); /* Fallback color */

  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

}



/* User Riview Modal Content */

.modal-content {

  background-color: #fefefe;

  margin: auto;

  padding: 20px;

  border: 0px solid #888;

  width: 35%;

}

.modal-content .card-body img{

    width: 161px;

    height: 124px;

}



.modal-content .card-body h4{

  color: #000;

  font-family: Roboto;

  font-size: 23px;

  font-style: normal;

  font-weight: 500;

  line-height: normal;

}

/* .login-wrapper .profile-label{
  padding: 20px;
} */

.search-filter-wrapper .red{
  color: #dc3545;
}

.modal-content .card-body p{

  color: #747474;

  font-family: Roboto;

  font-size: 15px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

/*Add rating css */
.viewrating .rating > label
{
  margin: unset !important;
}
.viewrating .rating {
      justify-content: flex-end !important;
}
.rating {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: 150px;
  position: relative;
}

.rating-0 {
  filter: grayscale(100%);
}

.rating > input {
  display: none;
}

.rating > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: .3s;
}

.rating > input:checked ~ label,
.rating > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}


.rating > input:not(:checked) ~ label:hover,
.rating > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.emoji-wrapper {
  width: 100%;
  text-align: center;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.emoji-wrapper:before,
.emoji-wrapper:after{
  content: "";
  height: 15px;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}

.emoji-wrapper:before {
  top: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,0) 100%);
}

.emoji-wrapper:after{
  bottom: 0;
  background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,0) 100%);
}

.emoji {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: .3s;
}

.emoji > svg {
  margin: 15px 0; 
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}

#rating-1:checked ~ .emoji-wrapper > .emoji { transform: translateY(-100px); }
#rating-2:checked ~ .emoji-wrapper > .emoji { transform: translateY(-200px); }
#rating-3:checked ~ .emoji-wrapper > .emoji { transform: translateY(-300px); }
#rating-4:checked ~ .emoji-wrapper > .emoji { transform: translateY(-400px); }
#rating-5:checked ~ .emoji-wrapper > .emoji { transform: translateY(-500px); }

.feedback {
  /*  max-width: 360px;*/
  background-color: #fff;
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0 4px 30px rgba(0,0,0,.05);
}

/*Add rating css */
.servicelist .title {
  font-weight: 700 !important;
}
#timeslotList .cat.action label {
    cursor: pointer;
}

.close {
  color: #ffffff;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: rgb(255, 255, 255);
  text-decoration: none;
  cursor: pointer;
}

/* .phone-email .read-more {
  color: #FFF;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
} */
/* .phone-email a:hover {
  text-decoration: underline !important;
  color: #000;
} */

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #2DC742;
}

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

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

/* Style the arrow inside the select element: */
.about-mx{
  margin: 0 auto;
  width: 55%;
}

.img-shadow{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


@media only screen and (min-width: 1024px) and (max-width:1366px) {

  .tab-content.profile-tab{
    padding: 0px 0px 0px 30px;
  }

  .testimonials-box .description {
    min-height: 145px !important;
}

  .techwix-about-section-05 .about-content .about-list-item-wrap {
    right: 30px;
    height: 200px;
    width: 692px;
    border-radius: 10px;
    background: #2DC742;
    padding: 15px 50px 20px;
    margin-top: -12px;
    position: absolute;
}
.techwix-about-section-05 .about-content {
  padding-left: 9px;
}
.about-list-item-wrap .box-content h3 {
  color: #FFF;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.techwix-about-section-05 .about-content .title {
  font-size: 22px;
}
/* .padding-text {
  padding-left: 0px !important;
} */
.serviceBox-1 .title {
  color: #000;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  position: absolute;
  line-height: normal;
  margin-bottom: 0;
  right: 80px;
  margin-left: 0px !important;
}
.serviceBox-1 .team-img img {
  border: 1px solid #FFF;
  border-radius: 50px;
  position: absolute;
  right: 15px;
  bottom: 5px;
  width: 60px;
  height: 60px;
}
.swiper-button-next {
  right: unset !important;
  left: 15%;
  border: 2px solid #aba8a8;
  border-radius: 40px;
  width: 40px;
  height: 40px;
}
.client-box h4 {
  bottom: 15px;
  font-size: 21px;
}
.slider-padding {
  padding-left: 25px;
}
/*.hero-section {*/
/*  height: auto;*/
/*}*/
/*.overlay {*/
/*  height: 33vh;*/
/*}*/

.navbar a, .navbar a:focus {
  padding: 10px 0 10px 45px;
}

/* .call-to-action {
  height: 50vh;
} */
.overlay-1 {
  height: 120vh;
}
.techwix-subscribe-section .subscribe-wrap .subscribe-content .title {
  padding-left: 0px;
}
.tab-width{
  width: 100%;
}
.footer-section .footer-menu a, .footer-section .footer-menu a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 0 10px 25px;
  font-size: 17px;
  font-weight: 400;
  font-family: Roboto;
  color: #000;
} 
.get-align .btn-grad-1{
  width: 85% !important;
}
.blog-box-border{
  max-width: 450px;
}
}

@media only screen and (min-width: 820px) and (max-width:1180px) {
  /* .hero-section {
    height: auto;
  } */
  .our-mission .mr-left {
    margin-left: 0px;
}
.our-mission-box .our-mission-content {
  padding: 20px 20px;
}
.our-mission-box-1 .our-mission-content {
  padding: 20px 20px;
}
.our-mission-box-1 .our-mission-content .title {
  font-size: 20px;
}
.our-mission-box .our-mission-content .title{
  font-size: 20px;
}
.about-mx {
  margin: 0 auto;
  width: 90%;
}
.experience-section .our-text h3 {
  font-size: 25px;
}
.breadcrumbs {
  padding: 40px 0 60px 0;
  min-height: 20vh;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.breadcrumbs h2 span {
  font-size: 31px;
  line-height: normal;
}
.breadcrumbs h2 {
  line-height: 40px;
}
.servicelist .service-icon {
  height: 140px;
}
.serviceBox {
  height: 185px;
}
.month-wrapper .cat input:checked + div {
  height: 185px;
}
.tab-content.profile-tab.tab-window{
  padding: 0px 0px 0px 0px;
}
.user-appointment .btn-grad{
  margin-top: 10px;
}
.hero span {
  font-size: 29px !important;
}
.hero h1 {
  font-size: 37px;
}
.hero-section {
  height: 430px;
}
.choose-us-content-1 h3 {
  font-size: 13px;
}
.choose-us-content-1 {
  width: 85%;
}
.call-to-action {
  height: 50vh;
}

  .overlay {
    height: 30vh;
  }
  .padding-text {
    padding-left: 0px;
    padding-top: 10px;
}
.border-right {
  border-bottom: 1px solid #fff;
  border-right: 0px solid #fff;
  padding-bottom: 10px;
}

}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.bi.arrow-right::before{
    vertical-align: -0.240em;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 0px;
    background: linear-gradient(180deg, #2ED145 0%, #009B15 100%); 
}

.swiper-pagination-bullet-active{
    background:#2DC742;
    opacity:1;
}

.toggle-password {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -50px;
}

.bi-eye-slash::before {
    content: "\f340";
}
.close-icon {
    position: absolute;
    top: 10px; /* Adjust this value according to your layout */
    right: 10px; /* Adjust this value according to your layout */
    cursor: pointer;
}

.close-icon svg {
    fill: #333; /* Adjust the color of the icon */
}

.login-wrapper .btn-submit:hover {
    border-radius: 5px;
     background: #2DC742; 
    border: 2px solid #2DC742;
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px 33px;
}

.join-footer-btn{
    padding: 0.6rem 1rem;
    display: inline-block;
    color: #2DC742;
    font-size: 16px;
    font-weight: 400;
    width: 135px !important;
    font-style: normal;
    background-color: #fff;
    border-radius: 8px;
    font-family: 'Roboto';
    border: 2px solid #2DC742;
}

.join-footer-btn:hover{
    padding: 0.6rem 1rem;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    width: 135px !important;
    font-style: normal;
    background-color: #2DC742;
    border-radius: 8px;
    font-family: 'Roboto';
    border: 2px solid #2DC742;
}

.areas_of_specialization span.select2-selection.select2-selection--multiple {
    color: #8E8E8E;
    display: block;
    width: 100%;
    padding: 0.66rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.txt-black {
  text-decoration: none;
  color: #000000;
}

.txt-black:hover {
  color: #000000;
  text-decoration: none;
}
.services-details .span-family p span{
  font-family: Roboto !important;
}

.services-details .span-family span{
  font-family: Roboto !important;
}

@media only screen and (min-width: 768px) and (max-width:820px) {
  .serviceBox {
    padding: 15px 13px 15px;
    height: 200px;
  }

  .blog-box-border {
    margin-bottom: 35px;
  }
  .member.d-md-flex{
    display: block !important;
  } 
  .search-filter-wrapper .btn {
    height: 45px !important;
  }
  .tab-content>.active {
  
    width: 100%;
}
.servicePlanBox .serviceBox{
  height: auto !important;
}
.profile-img img {
  width: 100px;
  border-radius: 100px;
  height: 100px;
}
.profile-box {
  border-radius: 10px;
  background: linear-gradient(180deg, #E1FFD3 0%, #F1F1F1 100%);
  width: 210px;
}
.profile-img .file {
  width: 28px;
  left: 135px;
  top: 81px;
  height: 32px !important;
}
.table tr td{
  width: 200px;
}
tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  min-width: 127px;
  width: 100%;
}

.breadcrumbs {
  padding: 40px 0 60px 0;
  min-height: 30vh;
  background-position: center;
}
.breadcrumbs h2 span {
  font-size: 30px !important;

}
.c-webcam {
  width: 100%;
  height: 100%;
  margin: 0px !important;
  max-height: 100%;
  padding: 1rem !important;
}
.c-webcam__video-controls ul {
  flex-direction: inherit !important;
  padding-top: 0px;
}
.dropdown-menu {
  position: absolute;
  left: 70px;
  top: 54px;
  right: 510px;
}
.breadcrumbs span {
  font-size: 18px;
  color: #000;
}
.hero-section {
  height: 42vh;
}
.login-wrapper .step-form {

  top: 20px;
}
.modal-content {
  width: 60% !important;
}
.slider-padding{
  margin: 0 auto;
}
.mobile-testimonial .team-img {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.testimonials-box .description {
  height: 70px !important;
  min-height: 70px !important ;
}

}


/* @media only screen and (min-width: 1243px) and (max-width:820px) {

} */


.blank-hight{
  height: 100px !important;
}


@media only screen and (min-width: 815px) and (max-width:1366px) {

    .call-to-action{
      height: 90vh !important;
    }

    .section-content {
      top: 265px;
    }

    .accordion-item-body 
    {
      max-height: auto !important;
    }
}

@media only screen and (min-width: 1366px) and (max-width:1600px) {

  .call-to-action{
    height: 110vh !important;
  }

  .section-content {
    top: 265px;
  }

  .techwix-subscribe-section .subscribe-wrap{
    margin-top: 50px;
  }

}

@media only screen and (min-width: 900px) and (max-width:1366px) {
  .blank-hight{
    height: 350px !important;
  }
  .techwix-subscribe-section .subscribe-wrap{
    margin-top: 50px;
  }
}

/*-------------------- kjc ------------------------*/
.doc-ind-box {
  padding: 15px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 15px 0 #d5d5d5;
  margin: 15px auto;
  width: 100%;
  position: relative;
}
.doc-det {
  display: flex;
  width: 100%;
}
.doc-img {
  width: 250px;
  height: 210px;
  overflow: hidden;
  border-radius: 20px;
}
.doc-img img {
  border-radius: 20px;
  width: 100%;
  height: 210px;
}
.doc-txt {
  padding-left: 20px;
  width: 100%;
}
.doc-txt p {
  margin-bottom: 10px;
  line-height: normal;
}

.doc-txt ul {
    padding-left: 0;
    margin: auto;
}
.doc-txt ul li {
  display: flex;
  color: #9dadbd;
  text-transform: uppercase;
}


.doc-txt ul li p {
  margin: 0 8px auto;
  line-height: normal;
}

.doc-txt h3{
  color: #00275b;
  font-size: 26px;
  line-height: 40px;
  align-items: center;
  display: flex;
  font-weight: 600;
  letter-spacing: 0px;
}

.doc-txt h3 p {
  font-size: 16px;
  padding-bottom: 0;
  margin-bottom: 0;
margin-left: 15px;  
}

.doc-det-r_df {
  display: block;
  width: 200px;
  position: absolute;
  right: 2%;
  top: 20%;
  bottom: 0;
  margin: auto;
}
.doc-det-r_df div {
  display: block;
  width: 100%;
}
.doc-det-r a {
  padding: 10px 20px;
  border-radius: 12px;
  display: block;
  margin: 10px 0 0;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
}
.doc-det-r .btn_c1 a {
  background: #39b44a;
  color: #fff;
  border: 2px solid #3fb64c;
}

.doc-det-r .btn_c2 a {
  background: #fff;
  border: 2px solid #39b44a;
  color:#39b44a ;
}

.doc-det-r .btn_c1 a:hover {
  background: #fff;
  border: 2px solid #39b44a;
  color: #39b44a;
}

.doc-det-r .btn_c2 a:hover {
  background: #39b44a;
  color: #fff;
}

/*-------------------- kjc ------------------------*/



.doc-deta-row {
  display: flex;
  padding: 0;
}


.doctors-template-default .doc-txt h1 {
  font-size: 30px;
  line-height: normal;
  font-weight: 400;
}


.doc-txt h1 {
  font-size: 30px;
  line-height: normal;
  font-weight: 600;
  color: #00275b;
}

.doc-det-r {
  width: 200px;
  margin: 20px 0;
}




.accordion {
  /* width: 90%;
  max-width: 1000px; */
  margin: 2rem auto;
}
.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 2rem 0;
  border: 0;
  border-bottom: 1px solid #ccc;
}
.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  font-size: 26px;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}
.accordion-item-header.active::after {
  content: "\2212";
}
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  /* border-top: 1px solid; */
  /* border-image: linear-gradient(to right, transparent, #34495e, transparent) 1; */
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
