/* +++++++++++++++++ Global css +++++++++++++++++++*/

:root {
  --main-font: "Inter", sans-serif;
  --heading-font: "Inter", sans-serif;
  --heading-2-font: "Inter", sans-serif;
  --heading-3-font: "Inter", sans-serif;
  --heading-color: #282833;
  --gry-color: #F9F9F9;
  --blue-color: #368BC6;
  --purple-light-color: #E1E2F6;
  --purple-color: #565ACF;
  --white-color: #fff;
  --black-color: #000;

}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: var(--main-font);
  margin-bottom: 0;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  font-family: var(--main-font);
  color: #4e4e4e;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

/* responsive font size */

html {
  font-size: 1rem;
}

@include media-breakpoint-up(sm) {
  html {
    font-size: 1.2rem;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 1.4rem;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 1.6rem;
  }
}

.btn-dark.focus,
.btn-dark:focus {
  box-shadow: none;
}

/* +++++++++++++++++ Global css +++++++++++++++++++*/

/* Header Sec Start */

.navbar-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-bar-main .navbar-collapse {
  justify-content: end;
}

.nav-bar-main .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: var(--heading-color);
}

.nav-bar-main .navbar-nav .nav-item {
  padding: 0px 12px;
}

.header-main {
  height: auto;
  width: 100%;
  z-index: 100;
  padding: 0px 0px;
}

.login-btn {
  display: flex;
  align-items: center;

  a {
    color: var(--white-color);
    border-radius: 6px;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 20px;
    border: none;
    background: linear-gradient(90deg, rgba(54, 139, 198, 1) 7%, rgba(6, 174, 212, 1) 100%);
    box-shadow: none;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

    span {
      margin-left: 15px;
      background: var(--white-color);
      color: var(--blue-color);
      border-radius: 4px;
      padding: 4px 8px;
    }
  }
}

.login-btn a:hover {
  color: var(--white-color);
  transition: ease-in all 0.3s;
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-image: linear-gradient(270deg, rgba(54, 139, 198, 1) 7%, rgba(6, 174, 212, 1) 100%);
}

.header-main {
  .header-container {
    padding: 0px 100px;
  }
}

.call {
  margin: 0px 40px;

  a {
    span {
      font-size: 18px;
      line-height: 22px;
      color: var(--blue-color);
    }
  }
}

.cl-icon {
  background: #368BC61A;
  padding: 12px 14px;
  color: var(--blue-color);
  border-radius: 4px;
  font-size: 14px;
  margin-right: 10px;
}

/* Header Sec End */
/* Banner Sec Start */
.bnr-sec {
  background: var(--gry-color);
  padding: 30px 0px 110px;
  background: url(../images/bnrbtm.png), #F9F9F9;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.bnr-text {
  margin-bottom: 24px;

  h1 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    color: var(--heading-color);

    span {
      color: var(--blue-color);
      display: block;
    }
  }
}

.inswrap {
  h4 {
    background: var(--blue-color);
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    color: var(--white-color);
    display: inline-block;

    span {
      margin-right: 5px;
    }
  }
}

.bnr-text-wrap {
  p {
    color: #6B7280;
    font-size: 18px;
    font-weight: 400;
  }
}

.bnr-img {
  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.searchpnl-wrap {
  background: var(--white-color);
  box-shadow: 0px 4px 20px 0px #C6C6C647;
  border-radius: 6px;
  padding: 20px 30px;
}

.search-btn {
  transition: ease-in all 0.3s;

  a {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: var(--white-color);
    font-weight: 400;
    background: linear-gradient(90deg, rgba(54, 139, 198, 1) 7%, rgba(6, 174, 212, 1) 100%);
    box-shadow: none;
    padding: 15px 15px;
    transition: ease-in all 0.3s;
    display: inline-block;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
}

.main-btn a:hover,
.search-btn a:hover {
  color: var(--white-color);
  transition: ease-in all 0.3s;
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-image: linear-gradient(270deg, rgba(54, 139, 198, 1) 7%, rgba(6, 174, 212, 1) 100%);
}

.docnm {
  .form-select {
    border: 1px solid #F0F0F0;
    padding: 15px 15px;
    box-shadow: none;
  }
}

/* Banner Sec End */
/* About sec  start */
.abt-img {
  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.abt-list {
  ul {
    li {
      color: #6B7280;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      position: relative;
      padding-left: 30px;
      margin-bottom: 20px;
    }
  }
}

.abt-list ul li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  background: #1AB820;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
}

.abt-img-1 {
  position: absolute;
  top: 44%;
  left: 46%;
  height: 135px;

  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.abt-img-2 {
  position: absolute;
  bottom: -45px;
  left: -60px;
  height: 184px;

  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

/* About sec  end */
/* stake holder sec start */
.stakeholder-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 40px;
  background: var(--white-color);
  position: relative;

  .stakeholder-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 80px;
    position: relative;
    z-index: 10;
  }

  .stakeholder-card {
    position: relative;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
  }

  .stakeholder-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
  }

  .stakeholder-card h4 {
    padding: 10px;
    font-size: 21px;
    line-height: 25px;
    color: var(--heading-color);
    font-weight: 500;
    background: #fff;
    padding: 30px 10px;
  }

  .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    background: var(--white-color);
    width: 100%;
    height: 30%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.5s ease;
  }

  .stakeholder-card:hover .overlay,
  .overlay.active {
    opacity: 1;
  }

  .overlay-content {
    text-align: center;
    width: 90%;
  }

  .overlay-content span {
    width: 46px;
    height: 46px;
    display: flex;
    margin: 0 auto;
    margin-bottom: 10px;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 8px;
    background: var(--blue-color);
  }

  .overlay-content span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .overlay-content h3 {
    font-size: 21px;
    line-height: 25px;
    color: var(--heading-color);
    margin-bottom: 12px;

  }

  .overlay-content a {
    background: linear-gradient(90deg, rgba(54, 139, 198, 1) 7%, rgba(6, 174, 212, 1) 100%);
    color: var(--white-color);
    width: 100%;
    border: none;
    padding: 6px 18px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block;
  }

  .overlay-content button:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(270deg, rgba(54, 139, 198, 1) 7%, rgba(6, 174, 212, 1) 100%);
  }

  .side-image {
    position: absolute;
    right: 50px;
    bottom: -60px;
    height: 700px;
  }

  .side-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.stakeholder-section::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 70%;
  background: #F9FBFF;
}

/* stake holder sec end*/

/* App sec start */
.app-con {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(10px, -50%);
  width: 100%;
  height: auto;
}

.app-img {
  height: 450px;

  img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
  }
}

.app-bg {
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* App sec end */
/*  Specialist sec start */
.heading-1 {
  h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 30px;

    span {
      color: var(--blue-color);
      display: block;
    }
  }

  h3 {
    font-size: 16px;
    line-height: 20px;
    color: var(--blue-color);
    margin-bottom: 15px;
    font-weight: 600;
  }

  p {
    color: #6B7280;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 24px;
  }
}

.heading-white {
  h2 {
    color: var(--white-color);
  }

  p {
    color: var(--white-color);
  }
}

.heading-ylw {
  h3 {
    color: #FFCC4C;
  }
}

.p-100 {
  padding: 100px 0px;
}

.spl-head {
  margin-bottom: 75px;
}

.spl-icon {
  height: 50px;
  width: 50px;
  margin: 0 auto;

  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.spl-icon-wp {
  width: 90px;
  height: 90px;
  margin: 0 auto 18px;
  background: #F2F6F6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
}

.spl-slide-box {
  padding: 30px 30px;
  border: 1px solid #F0F0F0;
  border-radius: 8px;
  text-align: center;
  margin: 0px 12px;

  h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: var(--heading-color);
  }
}

.spl-slide {
  margin-bottom: 50px;

  .slick-arrow {
    i {
      color: #282833;
      background: rgb(255 255 255 / 25%);
      width: 44px;
      height: 44px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0px 4px 15px 0px rgb(0 0 0 / 28%);
    }
  }

  .pre-arrow.slick-arrow {
    position: absolute;
    top: -68%;
    right: 135px;
    z-index: 10;
    transform: translate(0%, 0%);
  }

  .nest-arrow.slick-arrow {
    position: absolute;
    top: -68%;
    right: 70px;
    z-index: 10;
    transform: translate(0%, 0%);
  }
}

.main-btn {

  a {
    font-size: 14px;
    line-height: 18px;
    color: var(--white-color);
    font-weight: 400;
    background: linear-gradient(90deg, rgba(54, 139, 198, 1) 7%, rgba(6, 174, 212, 1) 100%);
    box-shadow: none;
    padding: 15px 30px;
    display: inline-block;
    border-radius: 8px;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
}

.main-btn a:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-image: linear-gradient(270deg, rgba(54, 139, 198, 1) 7%, rgba(6, 174, 212, 1) 100%);
}

/*  Specialist sec end */
/*  contact us start */
.contact-sec {
  background: #F9F9F9;
  padding: 70px 70px;
  border-radius: 40px;
  margin: 0px 85px;
  position: relative;
}

.contact-frm {
  background: var(--white-color);
  border-radius: 10px;
  box-shadow: 0px 10px 30px 0px #C6C6C647;
  padding: 40px 40px;
  text-align: center;

  h4 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    color: var(--blue-color);
    margin-bottom: 30px;
  }
}

.confrm-div {
  .form-control {
    padding: 20px 26px;
    border: 1px solid #F0F0F0;
    box-shadow: none;
  }

  .form-select {
    padding: 20px 26px;
    border: 1px solid #F0F0F0;
    box-shadow: none;
    color: #444444;
  }
}

.confrm-div .form-control::placeholder {
  color: #444444;
}

.con-img {
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.con-wrap {
  position: relative;
  z-index: 10;
}

.con-bg {
  position: absolute;
  left: 64px;
  top: 55px;
  width: 700px;
  height: 700px;

  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

/*  contact us end */
/* medical-service-sec start */
.mdiserv-head {
  .heading-1 {
    h2 {
      margin-bottom: 35px;
    }
  }
}

.medcl-slide-box {
  padding: 40px 40px;
  border-radius: 10px;
  box-shadow: 0px 4px 20px 0px #C6C6C647;
  margin: 15px 15px;
  background: var(--white-color);

  h4 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    color: var(--blue-color);
    margin-bottom: 12px;
  }

  p {
    color: #6B7280;
    font-size: 15px;
    margin-bottom: 15px;
  }
}

.medcl-icon-bx {
  padding: 35px 35px;
  height: 130px;
  width: 130px;
  border: 1px solid #565ACF1A;
  background: var(--white-color);
  border-radius: 13px;
  margin-bottom: 30px;
}

.medcl-icon {
  width: 60px;
  height: 60px;

  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.main-btn-2 {
  a {
    padding: 16px 32px;
    background: var(--purple-light-color);
    color: var(--purple-color);
  }
}

.mdiserv-sec-warp {
  display: flex;
  justify-content: space-between;

  .mdiserv-head {
    width: 40%;
    padding-left: 300px;
    padding-right: 10px;
  }

  .mde-slid-blk {
    width: 60%;
  }
}

.mdiserv-sec {
  position: relative;
}

.mdiserv-sec::before {
  position: absolute;
  content: "";
  background: #F9F9F9;
  width: 42%;
  top: 38px;
  right: 0;
  height: 90%;
  border-radius: 30px 0px 0px 30px;
}

.mdiserv-sec-warp {
  position: relative;
  z-index: 10;
}

/* medical-service-sec end */
/* testimonial sec start */
.testimonial-section {
  padding: 50px 0;
  position: relative;

  .user-ring {
    width: 300px;
    height: 300px;
    position: relative;
    margin: auto;
  }

  .user-ring img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 3px solid transparent;
    transition: .3s;
  }

  .user-ring img.active-user {
    border-color: var(--blue-color)
  }

  .pos1 {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
  }

  .pos2 {
    position: absolute;
    top: 60px;
    right: -10px;
  }

  .pos3 {
    position: absolute;
    bottom: 60px;
    right: -10px;
  }

  .pos4 {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }

  .pos5 {
    position: absolute;
    bottom: 60px;
    left: -10px;
  }

  .pos6 {
    position: absolute;
    top: 60px;
    left: -10px;
  }

  .hexagon {
    position: absolute;
    width: 160px;
    height: 160px;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }

  .testimonial-box {
    background: var(--blue-color);
    padding: 35px 45px;
    border-radius: 40px 0px 40px 0px;
    color: #fff;
    min-height: 220px;
    position: relative;

    p {
      font-size: 18px;
      line-height: 28px;
      font-weight: 300;
      color: var(--white-color);
      font-style: italic;
    }

    h4 {
      font-size: 22px;
      line-height: 28px;
      font-weight: 600;
      color: var(--white-color);
      margin-bottom: 10px;
    }

    h5 {
      font-size: 14px;
      line-height: 18px;
      color: var(--white-color);
      font-weight: 400;
      text-transform: uppercase;
    }
  }

  .testimonial-box i {
    font-size: 100px;
    color: rgb(255 255 255 / 29%);
  }

  .nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: #BBDFF9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 10px;
    transition: .3s;
    color: #368BC6;
  }

  .nav-btn:hover {
    background: #BBDFF9;
    color: #fff;
  }

  .hexout1 {
    position: absolute;
    width: 300px;
    height: 300px;
    z-index: -1;

    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }
}

.quote-1 {
  position: absolute;
  bottom: 25px;
  right: 40px;
}

.quote-2 {
  position: absolute;
  top: -40px;
  left: 40px;

  span {
    i {
      font-size: 40px !important;
      color: var(--blue-color) !important;
      background: var(--white-color);
      padding: 15px;
      border-radius: 20px;
      box-shadow: 0px 10px 60px 0px #1F22781A;
    }
  }
}

.cir {
  position: absolute;
  right: 40px;
  bottom: 100px;
}

/* testimonial sec end */
/* footer sec start*/
footer {
  background: url(../images/ftr-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px 0px 0px;

  .ftr-logo {
    height: 45px;
    width: 200px;
    margin-bottom: 24px;

    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }

  .ftr-top {
    padding-bottom: 48px;
  }

  .ftr-head {
    margin-bottom: 28px;

    p {
      font-size: 16px;
      line-height: 28px;
      color: #6B7280;
      font-weight: 400;
    }
  }

  .social-icon-div {
    ul {
      display: flex;
      align-items: center;

      li {
        margin-right: 15px;

        a {
          width: 40px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%;
          color: var(--blue-color);
          background: #E2EDFF;
          font-size: 16px;
          transition: ease-in all 0.3s;
        }
      }
    }
  }

  .social-icon-div ul li a:hover {
    background: var(--blue-color);
    color: var(--white-color);
  }

  .ftr-link {
    h5 {
      font-size: 18px;
      line-height: 30px;
      font-weight: 700;
      color: #012047;
      margin-bottom: 28px;
    }

    p {
      font-size: 15px;
      line-height: 24px;
      color: #6B7280;
      font-weight: 400;
      margin-bottom: 10px;
    }

    ul {
      li {
        margin-bottom: 20px;

        a {
          color: #465D7C;
          font-size: 16px;
          line-height: 25px;
        }
      }
    }
  }

  .form-div {
    margin-bottom: 30px;
    position: relative;

    .form-control {
      border: 1px solid #E6E8EE;
      background: var(--white-color);
      box-shadow: none;
      outline: none;
      border-radius: 0;
      padding: 18px 15px;
      border-radius: 5px;
    }

    .btn {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translate(0%, -50%);
      font-size: 13px;
      line-height: 20px;
      font-weight: 500;
      padding: 7px 13px;
      color: var(--white-color);
      background: linear-gradient(90deg, rgba(54, 139, 198, 1) 7%, rgba(6, 174, 212, 1) 100%);
      border-radius: 30px;
      box-shadow: none;
      background-size: 300% 100%;
      moz-transition: all .4s ease-in-out;
      -o-transition: all .4s ease-in-out;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;

      span {
        margin-right: 10px;
      }
    }
  }

  .form-div .btn:hover {
    color: var(--white-color);
    transition: ease-in all 0.3s;
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(270deg, rgba(54, 139, 198, 1) 7%, rgba(6, 174, 212, 1) 100%);
  }

  .form-div .form-control::placeholder {
    font-size: 14px;
  }

  .ftr-btm {
    padding: 15px 0px;
    position: relative;
    background: #BBDFF9;

    .copy-right {
      p {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: #465D7C
      }

      a {
        text-transform: uppercase;
        color: #465D7C
      }
    }
  }

  .trms {
    ul {
      display: flex;
      justify-content: end;

      li {
        margin-right: 15px;

        a {
          font-size: 15px;
          line-height: 24px;
          color: #465D7C;
          font-weight: 400;
        }
      }
    }
  }

  .trms ul li {
    position: relative;
  }

  .trms ul li:first-child::before {
    display: none;
  }

  .trms ul li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: var(--blue-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    top: 50%;
    left: -10px;
    transform: translate(0%, -50%);
  }
}

/* footer sec end*/

/* Inner Page Start */
.inrbnrimg {
  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.inrbnr-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  h2 {
    color: var(--heading-color);
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
  }

  .breadcrumb {
    justify-content: center;

    li {
      a {
        font-size: 15px;
        line-height: 19px;
        font-weight: 500;
        color: #282833;
      }
    }

    .active {
      color: var(--blue-color);
      font-weight: 500;
    }
  }
}

/* Inner Page End */
.etraws {
  label{
     font-size: 14px;
    line-height: 18px;
    color: var(--heading-color);
  }
  .form-control {
    font-size: 14px;
    line-height: 18px;
    padding: 12px 15px;
    background: #e0e0e0;
     border-radius: 8px;
  }
}


.main-btn {
  .btn {
    font-size: 14px;
    line-height: 18px;
    color: var(--white-color);
    font-weight: 400;
    background: linear-gradient(90deg, rgba(54, 139, 198, 1) 7%, rgba(6, 174, 212, 1) 100%);
    box-shadow: none;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 8px;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
}

.main-btn .btn:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-image: linear-gradient(270deg, rgba(54, 139, 198, 1) 7%, rgba(6, 174, 212, 1) 100%);
}

.reload-btn {
  font-size: 20px;
  color: var(--white-color);
  font-weight: 400;
  background: linear-gradient(90deg, rgba(54, 139, 198, 1) 7%, rgba(6, 174, 212, 1) 100%);
  box-shadow: none;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 8px;
  background-size: 300% 100%;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.reload-btn:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-image: linear-gradient(270deg, rgba(54, 139, 198, 1) 7%, rgba(6, 174, 212, 1) 100%);
}