/*color varaibles*/
/*font-size varaible*/
* {
  box-sizing: border-box;
}

@font-face {
  font-family: "rift-soft";
  src: url("../fonts/rift-soft.otf") format("otf");
}
body {
  margin: 0;
  padding: 0;
  font-family: "Fira Sans", sans-serif;
  overflow-x: hidden;
}

ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: normal;
}

.pt20 {
  padding-top: 20px;
}

.header-top.mobile {
  display: none;
}

/*header css*/
header {
  position: sticky;
  background: #ffffff;
  padding-top: 10px;
  z-index: 99;
  top: 0;
  padding-bottom: 20px;
  box-shadow: 0 5px 9px hsla(210, 8%, 62%, 0.11);
}
header .container {
  max-width: 1206px;
  margin: 0 auto;
}
header .container .header-top {
  text-align: center;
  width: 300px;
}
header .container .header-top .phone {
  background: #4a54af;
  color: #ffffff;
  padding: 9px 21px;
  border-radius: 23px;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  margin-right: 11px;
}
header .container .header-top .phone i {
  color: #4a54af;
  background: #ffffff;
  border-radius: 17px;
  padding: 3px 4px;
  margin-right: 5px;
}
header .container .header-top .phone:hover {
  background: #ee4266;
  color: #000000;
}
header .container .header-top .digital {
  background: #4a54af;
  color: #ffffff !important;
  padding: 9px 11px;
  border-radius: 23px;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
}
header .container .header-top .digital i {
  color: #4a54af;
  margin-right: 5px;
  padding: 3px 4px;
}
header .container .header-top .digital:hover {
  background: #ee4266;
  color: #000000;
}
header .container .header-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
header .container .header-bottom-left .logoimg {
  width: 60%;
}
header .container .header-bottom-right {
  max-width: 540px;
}
header .container .header-bottom-right .mobile-menu {
  display: none;
}
header .container .header-bottom-right .menu-list {
  width: 540px;
}
header .container .header-bottom-right .menu-list ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
header .container .header-bottom-right .menu-list ul li a {
  color: #434646;
  text-decoration: none;
  font-weight: 600;
}
header .container .header-bottom-right .menu-list ul li a:hover {
  color: #4a54af;
}
header .container .header-bottom-right .menu-list ul li a.mega-menu-link {
  padding-bottom: 50px;
}
header .container .header-bottom-right .menu-list ul li .hs-megamenu {
  position: absolute;
  left: 0;
  width: 50%;
  padding: 25px 0;
  margin: 20px 0 0;
  display: none;
  min-height: 235px;
  transform: translate(-50%, 0px);
  left: 50%;
  background: url(../../images/menu/Menu-Design-BG.png) no-repeat;
  background-size: cover;
}
header .container .header-bottom-right .menu-list ul li .hs-megamenu .hs-megamenu-container {
  display: flex;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto;
}
header .container .header-bottom-right .menu-list ul li .hs-megamenu .menu-left-txt {
  width: 257px;
  position: relative;
}
header .container .header-bottom-right .menu-list ul li .hs-megamenu .menu-left-txt p {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding-top: 20px;
  color: #4a54af;
}
header .container .header-bottom-right .menu-list ul li .hs-megamenu .menu-left-txt .menu-scheduledemo {
  background: #4a54af;
  color: #ffffff;
  padding: 9px 21px;
  border-radius: 23px;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  margin-top: 30px;
}
header .container .header-bottom-right .menu-list ul li .hs-megamenu .menu-left-txt::before {
  content: "";
  width: 200px;
  height: 10px;
  background: #4a54af;
  position: absolute;
  top: 0;
}
header .container .header-bottom-right .menu-list ul li .hs-megamenu .hs-megamenu-boxes {
  display: flex;
  width: 445px;
  flex-wrap: wrap;
}
header .container .header-bottom-right .menu-list ul li .hs-megamenu .hs-megamenu-box {
  width: 200px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
header .container .header-bottom-right .menu-list ul li .hs-megamenu .hs-megamenu-box a {
  font-size: 16px;
  color: #434646;
  font-weight: 500;
  text-decoration: none;
}
header .container .header-bottom-right .menu-list ul li .hs-megamenu .hs-megamenu-box a:hover {
  color: #4a54af;
}
header .container .header-bottom-right .menu-list ul li .hs-megamenu .hs-megamenu-box img {
  width: 50px;
  margin-right: 10px;
}
header .container .header-bottom-right .menu-list ul li .hs-megamenu .hs-megamenu-box::before {
  content: "";
  background: url("../../images/menu/menu-bullets.png");
  width: 19px;
  height: 21px;
  position: absolute;
  left: -30px;
}
header .container .header-bottom-right .menu-list ul li .hs-megamenu .hs-megamenu-img {
  width: 223px;
}
header .container .header-bottom-right .menu-list ul li .hs-megamenu::before {
  content: none;
  background: url("../../images/menu/Menu-Design-BG.png") no-repeat;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 701px;
  height: 235px;
}
header .container .header-bottom-right .menu-list ul li .hs-megamenu::after {
  content: none;
  background: url("../../images/menu/graphic-2.png") no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 192px;
  height: 420px;
}
header .container .header-bottom-right .menu-list ul .hs-megamenu-pr:hover .hs-megamenu {
  display: block;
}
header .container .header-bottom-right .menu-list .close-menu {
  display: none;
}

@media (max-width: 1170px) {
  header .container {
    max-width: 100%;
    padding: 0 15px;
  }
  header .container .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .container .header-top .phone {
    padding: 9px;
  }
  header .container .header-top .phone i {
    margin-right: 2px;
  }
  header .container .header-top .digital {
    padding: 9px;
  }
  header .container .header-top .digital i {
    margin-right: 2px;
  }
  header .container .header-bottom {
    margin-top: 15px;
    align-items: center;
  }
  header .container .header-bottom-left .logoimg {
    width: 199px;
  }
  header .container .header-bottom-right .mobile-menu {
    display: block;
  }
  header .container .header-bottom-right .mobile-menu i {
    font-size: 18px;
  }
  header .container .header-bottom-right .menu-list {
    width: 100%;
    position: fixed;
    right: -100%;
    z-index: 9;
    background: #4a54af;
    top: 0;
    height: 100%;
    transition: linear 0.5s;
  }
  header .container .header-bottom-right .menu-list .close-menu {
    display: block;
    text-align: right;
    color: #ffffff;
    padding-right: 10px;
    padding-top: 10px;
  }
  header .container .header-bottom-right .menu-list ul {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-left: 20px;
  }
  header .container .header-bottom-right .menu-list ul li {
    width: 100%;
    padding-bottom: 20px;
  }
  header .container .header-bottom-right .menu-list ul li a {
    color: #ffffff;
  }
  header .container .header-bottom-right .menu-list ul li .hs-megamenu {
    position: static;
    width: 100%;
    padding: 20px 0;
    margin: 20px 0 0;
    transform: none;
    background: #ffffff;
  }
  header .container .header-bottom-right .menu-list ul li .hs-megamenu .hs-megamenu-container {
    max-width: 100%;
    flex-wrap: wrap;
  }
  header .container .header-bottom-right .menu-list ul li .hs-megamenu .menu-left-txt {
    display: none;
  }
  header .container .header-bottom-right .menu-list ul li .hs-megamenu .hs-megamenu-boxes {
    width: 100%;
    padding-left: 45px;
  }
  header .container .header-bottom-right .menu-list ul li .hs-megamenu .hs-megamenu-box {
    width: 100%;
  }
  header .container .header-bottom-right .menu-list ul li .hs-megamenu .hs-megamenu-img {
    display: none;
  }
  header .container .header-bottom-right .menu-list ul li .hs-megamenu::before {
    content: none;
  }
  header .container .header-bottom-right .menu-list ul li .hs-megamenu::after {
    content: none;
  }
  header .container .header-bottom-right .menu-active {
    right: 0;
  }
}
.Get-in-Touch a {
  background: #ee4266;
  color: #fff;
  text-decoration: none !important;
  padding: 8px 20px;
  display: inline-block;
  margin-top: 20px;
  border-radius: 25px;
}

.none {
  display: none;
}

@media all and (min-width: 120px) and (max-width: 620px) {
  .banner-desktop {
    display: none;
  }
  .banner.mobile.none {
    display: block;
  }
  .banner.mobile.none img {
    width: 100%;
  }
  .header-top {
    display: none !important;
  }
  header .container .header-bottom-right .menu-list ul li a:hover {
    color: #fff !important;
  }
  .award-sec .award-sec-logos .award-logo img {
    width: 100% !important;
  }
  .calcy .calcy-heading {
    width: 95%;
    margin: 0 auto;
  }
  footer .footer-container .footerbox {
    width: 100% !important;
  }
  footer .vis {
    visibility: inherit !important;
  }
  footer .footer-container .col4 .footerbox-list {
    margin-top: 0px !important;
  }
  .header-top.mobile {
    display: inherit !important;
    width: 100% !important;
    /* float: right; */
    text-align: right !important;
  }
  header .container .header-bottom {
    margin-top: 0px;
  }
  header .container .header-bottom-right .menu-list ul li .hs-megamenu .hs-megamenu-box {
    margin-bottom: 0px !important;
  }
  header {
    padding-bottom: 10px;
  }
  header .container .header-bottom-right .menu-list ul li .hs-megamenu {
    padding: 0px !important;
    overflow: auto;
  }
  .banner-cont-txt.blog {
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
  }
  .hs-megamenu {
    display: none !important;
  }
  .hs-megamenu.intro {
    display: inline-block !important;
  }
  .banner-cont-sec.new-review .banner-head-sec {
    color: #4a54af !important;
  }
  .banner-cont-sec.new-review .banner-cont-txt {
    color: #242424 !important;
  }
}
.for {
  font-size: 60px;
}

.banner-cont-sec.blog {
  left: 160px !important;
}

.digital-form {
  border: 1px solid #4a54af;
  border-radius: 50px;
}
.digital-form .model-header {
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  background: #4a54af;
  position: relative;
  padding: 10px 0;
  border-radius: 50px 50px 0 0;
}
.digital-form .close {
  position: absolute;
  right: 20px;
  top: 25px;
}
.digital-form .close span {
  font-size: 40px;
  line-height: 0;
  font-weight: normal;
}
.digital-form .model-heading {
  padding: 20px 0 40px;
  text-align: center;
  font-size: 16px;
}
.digital-form .model-heading span {
  font-size: 14px;
  display: block;
  color: #4a54af;
  font-weight: 500;
}
.digital-form form {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  flex-wrap: wrap;
}
.digital-form form .model-form-group {
  width: 100%;
  margin-bottom: 20px;
}
.digital-form form .model-form-group input {
  width: 100%;
  border-radius: 50px;
  border: 1px solid #4a54af;
  padding: 10px 10px;
}
.digital-form form .form-bottom-txt {
  width: 100%;
}
.digital-form form .digital-submit-btn {
  width: 100%;
  text-align: center;
  margin: 20px;
}
.digital-form form .digital-submit-btn button {
  border: 0;
  background: #4a54af;
  font-size: 20px;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 25px;
}
.digital-form form .digital-submit-btn button:hover {
  background: #4a54af;
}

@media (min-width: 835px) {
  .modal-dialog {
    max-width: 835px;
    border-radius: 50px;
  }
  .modal-dialog .digital-form .model-header {
    font-size: 32px;
  }
  .modal-dialog .digital-form .model-heading {
    font-size: 25px;
  }
  .modal-dialog .digital-form .model-heading span {
    font-size: 23px;
  }
  .modal-dialog .digital-form form .model-form-group {
    width: 351px;
  }
}
.free-digital-assesmnt div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
  width: 351px;
}
.free-digital-assesmnt .ctct-form-embed.form_2 .ctct-form-defaults .ctct-form-header {
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
}
.free-digital-assesmnt div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text {
  width: 100%;
  text-align: center;
  color: #3AAD80;
  font-size: 23px;
  font-weight: 600;
}
.free-digital-assesmnt div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
  border-radius: 50px !important;
  border: 1px solid #3AAD80 !important;
  padding: 10px 10px !important;
}
.free-digital-assesmnt form {
  padding: 0 20px;
}
.free-digital-assesmnt .ctct-form-embed.form_2 .ctct-form-custom .ctct-form-button {
  border: 0;
  background: #3AAD80;
  font-size: 20px;
  color: #ffffff;
  padding: 15px 20px;
  border-radius: 25px;
}
.free-digital-assesmnt .ctct-form-embed.form_2 .ctct-form-custom .ctct-form-button:hover {
  background: #4a54af;
}

.bannersec {
  padding-top: 4px;
}
.bannersec-container {
  max-width: 1206px;
  margin: 0 auto;
}
.bannersec-boxes {
  display: flex;
  justify-content: space-between;
}
.bannersec-boxes-left .right-rectangle {
  position: absolute;
  top: -20%;
  right: -26.5%;
  z-index: -1;
}
.bannersec-boxes-right {
  text-align: center;
  position: relative;
  padding-top: 150px;
}
.bannersec-boxes-right .banner-rectangle {
  position: absolute;
  left: -130px;
  top: -40px;
}
.bannersec-boxes-right .banner-rectangle2 {
  position: absolute;
  left: -215px;
  top: -25px;
}
.bannersec-boxes-right .banner-circle {
  position: absolute;
  right: 107px;
  bottom: 60px;
}
.bannersec-boxes-right .grey {
  top: 0px;
}
.bannersec-boxes-right .green {
  top: 100px;
  left: -70px;
}
.bannersec-boxes-right .red {
  left: -25px;
  bottom: -25px;
}
.bannersec-boxes-right .blue {
  right: 50px;
  bottom: 100px;
}
.bannersec-boxes-right .banner-circle2 {
  top: 35px;
  right: 50px;
}
.bannersec-boxes-right .banner-text-heading {
  color: #4a54af;
  font-size: 45px;
  line-height: 1;
  padding-bottom: 21px;
  line-height: 58px;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
}
.bannersec-boxes-right .banner-text-para {
  color: #707070;
  font-size: 14px;
  padding-bottom: 21px;
  line-height: 24px;
}
.bannersec-boxes-right .banner-text-para ul {
  display: flex;
}
.bannersec-boxes-right .banner-text-para ul li {
  width: 32.33%;
  text-transform: capitalize;
  padding: 0px 5px;
  position: relative;
  text-align: center;
}
.bannersec-boxes-right .banner-text-para ul li img {
  width: 80px;
  display: inline-block;
}
.bannersec-boxes-right .banner-text-para ul li div span {
  display: block;
}
.bannersec-boxes-right .banner-text-para ul li::before {
  content: "";
  width: 200px;
  height: 2px;
  background: #4a54af;
  position: absolute;
  bottom: 0;
  display: none;
}
.bannersec-boxes-right .banner-text-para ul li:last-child::before {
  content: none;
}
.bannersec-boxes-right .banner-text-para .enhance {
  text-align: center;
  margin-top: 25px;
}
.bannersec-boxes-right .banner-text-para .increse {
  text-align: center;
  margin-top: 25px;
}
.bannersec-boxes-right .banner-text-para .improve {
  padding-left: 15px;
  margin-top: 25px;
}
.bannersec-boxes-right .banner-text-link a {
  font-size: 14px;
  color: #ffffff;
  background: #4a54af;
  border-radius: 22px;
  padding: 13px 19px;
  text-decoration: none;
  display: inline-block;
}
.bannersec-boxes-right .build-image .banner-text-heading {
  text-align: right;
}
.bannersec-boxes-right .improve {
  margin-left: -30px;
}
.bannersec-boxes-right .enhance {
  margin-right: -30px;
}
.bannersec-boxes-right .increse {
  margin-right: -30px;
}
.bannersec .flex-rightleft {
  flex-direction: row-reverse;
}
.bannersec .flex-rightleft .bannersec-boxes-right {
  text-align: center;
}

.helpsec {
  padding-top: 163px;
}
.helpsec-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom:50px;
}
.helpsec-container-left img {
  width: 500px;
}
.helpsec-container-left video {
  width: 500px;
}
.helpsec-container-right {
  padding-left: 40px;
}
.helpsec-container-right .help-para {
  color: #242424;
  font-size: 17px;
  line-height: 24px;
  padding-top: 20px;
}
.helpsec-container-right .help-para .head {
  font-weight: bold;
}
.helpsec-container-right .help-para ul {
  padding-left: 20px;
  margin: 10px 0 20px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.helpsec-container-right .help-para ul li {
  position: relative;
  line-height: 30px;
  width: 50%;
}
.helpsec-container-right .help-para ul li::before {
  content: "";
  background: url("../../images/green-capsule.png");
  width: 21px;
  height: 23px;
  position: absolute;
  left: -30px;
  background-repeat: no-repeat;
  background-size: 81%;
  opacity: 0.5;
}
.helpsec-container-right .help-head {
  color: #4a54af;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 16px;
  font-weight: bold;
}
.helpsec-container-right .help-contactus a {
  font-size: 14px;
  color: #ffffff;
  background: #4a54af;
  border-radius: 22px;
  padding: 13px 19px;
  text-decoration: none;
  display: inline-block;
}
.helpsec-container-right .help-contactus a:hover {
  background: #4a54af;
}

.docter {
  position: relative;
  margin-top: -85px;
}
.docter img {
  width: 100%;
}
.docter .docter-mobile {
  display: none;
}
.docter-container {
  width: 380px;
  position: absolute;
  top: 40%;
  right: 1%;
  display: flex;
  justify-content: flex-end;
}
.docter-container-txt .docter-heading {
  font-size: 25px;
  color: #ffffff;
}
.docter-container-txt .docter-heading span {
  display: block;
}
.docter-container-txt .docter-txt {
  color: #ffffff;
  font-size: 16px;
  padding: 28px 0;
}
.docter-container-txt .docter-part {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.docter-container-txt .docter-part-txt {
  width: 50%;
  font-size: 24px;
  color: #ffffff;
  padding-bottom: 18px;
}
.docter-container-txt .docter-part-txt .num {
  color: #4a54af;
  background: #ffffff;
  padding: 0px 8px;
  border-radius: 50%;
  margin-right: 10px;
}
.docter-container-txt .docter-link {
  padding-top: 20px;
}
.docter-container-txt .docter-link a {
  background: #fff;
  font-size: 14px;
  color: #000;
  border-radius: 22px;
  padding: 13px 19px;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #FCFCFC;
  text-transform: capitalize;
}
.docter-container-txt .docter-link a:hover {
  background: #4a54af;
  color: #fff;
  border: 1px solid #4a54af;
}

.augi {
  position: relative;
  padding-top: 50px;
}
.augi .element-1,
.augi .element-2,
.augi .element-3,
.augi .element-4 {
  position: absolute;
}
.augi .element-1 {
  left: 42px;
}
.augi .element-2 {
  bottom: -21%;
  left: 20%;
  z-index: -9;
}
.augi .element-3 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.augi .element-4 {
  right: 65px;
  top: 0;
}
.augi-container {
  max-width: 927px;
  margin: 0 auto;
}
.augi-container-boxes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}
.augi-container-boxes .augi-right img {
  margin-right: 1px;
}
.augi-container-boxes .augi-left {
  padding-right: 60px;
}
.augi-container-boxes .augi-left-head {
  font-size: 24px;
  color: #4a54af;
  line-height: 32px;
  padding-bottom: 21px;
  font-weight: bold;
  text-transform: uppercase;
}
.augi-container-boxes .augi-left-para {
  font-size: 16px;
  color: #242424;
  line-height: 24px;
  padding-bottom: 16px;
}
.augi-container-boxes .augi-left-title {
  font-size: 14px;
  color: #242424;
  line-height: 20px;
}
.augi-container-boxes .augi-left-title span {
  display: block;
  font-size: 16px;
  font-weight: 600;
}
.augi .slick-dots {
  display: none !important;
}
.augi .slick-prev,
.augi .slick-next {
  width: 24px;
  height: 48px;
}
.augi .slick-prev::before,
.augi .slick-next::before {
  content: url("../../images/arrow.png");
  font-size: 56px;
  font-family: none;
}
.augi .slick-prev {
  left: -200px;
  transform: rotate(180deg);
}
.augi .slick-next {
  right: -200px;
}

.calcy {
  background: #4a54af;
  padding: 50px 0;
}
.calcy .calcy-heading {
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  padding-bottom: 20px;
}
.calcy-container {
  max-width: 994px;
  margin: 0 auto;
}
.calcy-container-boxes {
  display: flex;
  justify-content: space-between;
}
.calcy-container-boxes .calcy-box {
  width: 33.33%;
  text-align: center;
}
.calcy-container-boxes .calcy-box .calcy-num {
  font-size: 50px;
  color: #ffffff;
}
.calcy-container-boxes .calcy-box-txt {
  font-size: 16px;
  line-height: 24px;
  padding: 22px 35px 0 35px;
  color: #ffffff;
}
.calcy-container-boxes .calcy-box .circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px;
}
.calcy-container-boxes .calcy-box .circle-bg {
  fill: none;
  stroke: #2c7095;
  stroke-width: 2.8;
  opacity: 0.5;
}
.calcy-container-boxes .calcy-box .circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
.calcy-container-boxes .calcy-box .percentage {
  fill: #ffffff;
  font-size: 12px;
  text-anchor: middle;
}
.calcy-container-boxes .calcy-box .percentage2 {
  fill: #ffffff;
  font-size: 9px;
  text-anchor: middle;
}
.calcy-container-bottom {
  display: flex;
  max-width: 625px;
  align-items: center;
  padding-top: 56px;
  margin-left: 150px;
}
.calcy-container-bottom .calcy-bottom-txt {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #ffffff;
  max-width: 475px;
}
.calcy-container-bottom a {
  background: #ee4266;
  font-size: 14px;
  color: #ffffff;
  border-radius: 22px;
  padding: 13px 19px;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #FCFCFC;
}

.award-sec {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 80px;
}
.award-sec .awad-sec-heading {
  font-size: 36px;
  color: #4a54af;
  text-transform: uppercase;
  font-weight: bold;
}
.award-sec .award-sec-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  flex-wrap: wrap;
}
.award-sec .award-sec-logos .award-logo {
  width: 20%;
}
.award-sec .award-sec-logos .award-logo img {
  width: 190px;
}
.award-sec .award-sec-logos .award-logo .small-logo {
  width: 100px;
}

.grow {
  padding-top: 94px;
  padding-bottom: 78px;
  background: #4a54af;
}
.grow-container {
  max-width: 1128px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.grow-container-left {
  max-width: 100%;
}
.grow-container-left .grow-head {
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  padding-bottom: 40px;
  font-weight: 600;
  text-align: center;
}
.grow-container-left .grow-head span {
  display: block;
}
.grow-container-left .grow-txt {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.grow-container-right {
  max-width: 100%;
}
.grow-container-right form {
  display: flex;
  max-width: 587px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.grow-container-right form .form-group {
  width: 279px;
  margin-bottom: 35px;
}
.grow-container-right form .form-group input {
  width: 100%;
  border-radius: 30px;
  box-shadow: 0 0 7px rgba(0, 89, 137, 0.7019607843);
  padding: 10px 30px;
  color: #242424;
  background: #ffffff;
  border: 0;
  font-size: 16px;
}
.grow-container-right form .form-group input::-moz-placeholder {
  color: #242424;
}
.grow-container-right form .form-group input::placeholder {
  color: #242424;
}
.grow-container-right form .form-group:last-child {
  width: 100%;
  text-align: right;
}
.grow-container-right form .form-group:last-child button {
  font-size: 14px;
  color: #ffffff;
  background: #ee4266;
  border-radius: 22px;
  padding: 13px 35px;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  border: 0;
}
.grow-container-right form .form-group:last-child button:hover {
  background: #ee4266;
}

@media (max-width: 1170px) {
  .grow {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .grow-container {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .grow-container-right {
    padding-top: 20px;
  }
  .grow-container-right form {
    justify-content: center;
  }
  .grow-container-right form .form-group:last-child {
    text-align: center;
  }
}
.common-form div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
  width: 279px;
  margin-bottom: 10px;
}
.common-form div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
  border-radius: 30px !important;
  box-shadow: 0 0 7px rgba(0, 89, 137, 0.7019607843) !important;
  padding: 10px 30px !important;
  color: #242424 !important;
  background: #ffffff !important;
  border: 0 !important;
  font-size: 16px;
}
.common-form .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
  font-size: 14px;
  color: #ffffff;
  background: #ee4266;
  border-radius: 22px;
  padding: 13px 35px;
  text-decoration: none;
  display: inline-block;
  border: 0;
  margin-top: 20px;
  width: 100%;
}
.common-form .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:hover {
  background: #f9b9f2;
}
.common-form .div.ctct-form-embed form.ctct-form-custom label.ctct-form-label {
  margin-bottom: 5px;
}
.common-form .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-label {
  color: #ffffff !important;
}
.common-form .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text {
  color: #ffffff !important;
}
.common-form .ctct-form-embed.form_0 .ctct-form-defaults {
  background: none;
}

.model-body .grow-container-right form {
  max-width: 700px;
}
.model-body .grow-head {
  color: #000;
  margin-top: 20px;
}
.model-body .grow-head span {
  color: #ee4266;
  font-size: 24px;
}

@media all and (min-width: 120px) and (max-width: 620px) {
  .grow-container-right form .form-group {
    width: 100%;
  }
  .grow-container-left .grow-head span {
    display: initial;
  }
  .grow-container-right form .form-group:last-child {
    margin-bottom: 15px;
  }
}
.digital {
  padding-top: 120px;
  padding-bottom: 100px;
  background: url("../../images/digitalbg.png") no-repeat;
  background-size: 100%;
}
.digital-container {
  max-width: 1210px;
  margin: 0 auto;
}
.digital-container-boxes {
  display: flex;
  justify-content: space-between;
}
.digital-container-boxes .digital-box {
  width: 279px;
  background: transparent linear-gradient(0deg, rgba(254, 254, 254, 0.7607843137) 0%, #5EC9F6 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1607843137);
  border-radius: 40px;
  opacity: 1;
  padding: 0 21px 0 26px;
}
.digital-container-boxes .digital-box .digital-head {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  padding-top: 49px;
  padding-bottom: 20px;
  color: #4a54af;
}
.digital-container-boxes .digital-box .digital-txt {
  font-size: 16px;
  color: #242424;
  line-height: 24px;
  padding-bottom: 41px;
  min-height: 180px;
}
.digital-container-boxes .digital-box .digital-link {
  padding-bottom: 40px;
}
.digital-container-boxes .digital-box .digital-link a {
  font-size: 14px;
  color: #ffffff;
  background: #4a54af;
  border-radius: 22px;
  padding: 13px 19px;
  text-decoration: none;
  display: inline-block;
}

/*about us page css */
@media (max-width: 1170px) {
  .bannersec-container {
    padding: 0 20px;
  }
  .bannersec-container .slick-list {
    overflow: hidden;
  }
  .bannersec-container .slick-dots {
    width: 90%;
    bottom: -28px;
  }
  .bannersec-boxes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .bannersec-boxes-left img {
    width: 100%;
  }
  .bannersec-boxes-left .right-rectangle {
    display: none;
  }
  .bannersec-boxes-right {
    padding-top: 50px;
    text-align: center;
  }
  .bannersec-boxes-right .banner-rectangle {
    display: none;
  }
  .bannersec-boxes-right .banner-rectangle2 {
    display: none;
  }
  .bannersec-boxes-right .banner-circle {
    display: none;
  }
  .bannersec-boxes-right .banner-text-heading {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }
  .bannersec-boxes-right .banner-text-para ul {
    justify-content: center;
  }
  .bannersec-boxes-right .banner-text-para ul li {
    margin-right: 30px;
  }
  .bannersec-boxes-right .banner-text-para ul li::before {
    content: none;
  }
  .bannersec-boxes-right .banner-text-para .enhance {
    margin-left: auto;
  }
  .bannersec-boxes-right .banner-text-para .increse {
    margin-left: auto;
  }
  .bannersec-boxes-right .banner-text-para .improve {
    margin-left: auto;
  }
  .bannersec-boxes-right .build-image .banner-text-heading {
    text-align: center;
  }
  .bannersec .flex-rightleft {
    flex-direction: row-reverse;
  }
  .bannersec .flex-rightleft .bannersec-boxes-right {
    text-align: center;
  }
  .helpsec {
    padding-top: 60px;
  }
  .helpsec-container {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .helpsec-container-left {
    text-align: center;
    width: 100%;
  }
  .helpsec-container-left img {
    width: 100%;
  }
  .helpsec-container-left video {
    width: 100%;
  }
  .helpsec-container-right {
    padding-left: 0px;
    text-align: center;
  }
  .helpsec-container-right .help-para {
    text-align: left;
  }
  .docter {
    margin-top: 0;
    overflow: hidden;
  }
  .docter img {
    width: auto;
  }
  .docter-container {
    width: 100%;
    padding: 0 20px;
    left: 0%;
    right: auto;
  }
  .docter-container-txt {
    max-width: 375px;
  }
  .docter-container-txt .docter-part-txt {
    font-size: 18px;
  }
  .augi {
    padding: 50px 0;
  }
  .augi .element-2 {
    bottom: -16px;
  }
  .augi .element-3 svg {
    width: 300px;
  }
  .augi-container {
    max-width: 100%;
    padding: 0 20px;
  }
  .augi-container-boxes {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .augi-container-boxes .augi-right img {
    width: 100%;
    margin-right: 1px;
  }
  .augi-container-boxes .augi-left {
    padding-right: 0px;
  }
  .augi-container-boxes .augi-left-head {
    font-size: 18px;
  }
  .augi-container-boxes .augi-left-para {
    font-size: 14px;
  }
  .augi-container-boxes .augi-left-title {
    font-size: 14px;
  }
  .augi .slick-dots {
    width: auto;
    display: block !important;
    bottom: 0;
  }
  .augi .slick-prev,
  .augi .slick-next {
    display: none !important;
  }
  .calcy-container {
    padding: 0 20px;
  }
  .calcy-container-boxes {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .calcy-container-boxes .calcy-box {
    width: 100%;
  }
  .calcy-container-boxes .calcy-box-txt {
    padding: 15px 35px 15px 35px;
  }
  .calcy-container-bottom {
    margin-left: 0;
    flex-wrap: wrap;
    padding-top: 20px;
    justify-content: center;
  }
  .calcy-container-bottom .calcy-bottom-txt {
    text-align: center;
    padding-bottom: 10px;
  }
  .award-sec {
    padding-top: 50px;
  }
  .award-sec .awad-sec-heading {
    font-size: 30px;
  }
  .award-sec .award-sec-logos {
    flex-wrap: wrap;
    padding-top: 30px;
  }
  .award-sec .award-sec-logos .award-logo {
    margin: 0 30px;
    margin-bottom: 30px;
  }
  .digital {
    padding-top: 100px;
    padding-bottom: 50px;
    background-size: auto;
    overflow: hidden;
  }
  .digital-container-boxes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .digital-container-boxes .digital-box {
    margin-bottom: 20px;
  }
  .digital-container-boxes .digital-box .digital-txt {
    min-height: 0px;
  }
  /*about us page css */
  .top-banner {
    position: relative;
  }
  .top-banner img {
    width: 100%;
  }
  .top-banner .main-banner {
    position: relative;
    z-index: 1;
  }
  .top-banner .main-banner-container {
    left: auto;
  }
  .top-banner .main-banner-container .main-banner-txt {
    padding: 0 20px;
  }
  .top-banner .main-banner-container .main-banner-txt h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .top-banner .main-banner-container .main-banner-txt p {
    font-size: 14px;
    padding-top: 0px;
  }
  .top-banner .aboutus-bannerbg {
    margin-top: -38px;
    position: relative;
    background: linear-gradient(to left, #1e8584, #0c6b87);
  }
  .top-banner .aboutus-bannerbg img {
    display: none;
  }
  .top-banner .aboutus-bannerbg-container {
    position: static;
    padding: 50px 20px;
  }
  .top-banner .aboutus-bannerbg-container .aboutus-bannerbg-txt {
    font-size: 14px;
  }
  .mission {
    padding: 50px 0;
  }
  .mission .elements {
    display: none;
  }
  .mission-container {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .mission-container-inner .mission-head {
    font-size: 40px;
    line-height: 30px;
  }
  .mission-container-inner .mission-subhead {
    font-size: 18px;
    line-height: 24px;
    color: #4a54af;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 600;
    min-height: auto;
  }
  .team {
    padding-bottom: 0px;
    position: relative;
  }
  .team .team-bg {
    display: none;
  }
  .team-heading {
    font-size: 40px;
    padding-left: 0;
    text-align: center;
  }
  .team-container {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .team-container-box {
    max-width: 100%;
  }
  .team-container-box img {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .bannersec-boxes-right .banner-text-para ul {
    justify-content: center;
  }
  .bannersec-boxes-right .banner-text-para ul li::before {
    content: none;
  }
  .helpsec-container-right .help-para ul li {
    width: 100%;
  }
  .docter .docter-desktop {
    display: none;
  }
  .docter .docter-mobile {
    display: block;
  }
}
.help-contactus.kan a {
  background: #ee4266;
}

@media all and (min-width: 120px) and (max-width: 620px) {
  .award-sec .award-sec-logos .award-logo {
    margin-bottom: 0px;
  }
  .award-sec .award-sec-logos .award-logo {
    width: 33%;
  }
  .helpsec-container-right .help-para {
    padding-top: 40px;
  }
  .helpsec-container-right .help-para ul {
    padding-left: 30px;
  }
  .help-contactus {
    margin-bottom: 15px;
  }
  .augi-container-boxes .augi-left-head {
    margin-top: 30px;
  }
  .award-sec {
    padding-bottom: 50px;
  }
  .help-contactus.kan a {
    margin-top: 15px;
  }
}
footer {
  padding: 41px 0;
  background: #ffffff;
}
footer .footer-container {
  max-width: 1210px;
  margin: 0 auto;
  display: flex;
}
footer .footer-container .footerbox {
  width: 253px;
  margin-right: 20px;
}
footer .footer-container .col1 .email-ph {
  padding-top: 22px;
  font-size: 14px;
  line-height: 25px;
  color: #242424;
}
footer .footer-container .col1 .email-ph span {
  display: block;
}
footer .footer-container .col1 .email-ph span a[href^=tel] {
  color: #242424;
  text-decoration: none;
}
footer .footer-container .col1 .email-ph span a[href^=mailto] {
  color: #242424;
  text-decoration: none;
}
footer .footer-container .col1 .social-icons {
  padding-top: 22px;
}
footer .footer-container .col1 .social-icons a {
  margin-right: 10px;
  text-decoration: none;
}
footer .footer-container .col1 .address {
  padding-top: 22px;
  font-size: 14px;
  line-height: 25px;
  color: #242424;
}
footer .footer-container .col1 .footer-map {
  padding-top: 22px;
}
footer .footer-container .col2,
footer .footer-container .col3,
footer .footer-container .col4 {
  padding-left: 10px;
}
footer .footer-container .col2 .footerbox-head,
footer .footer-container .col3 .footerbox-head,
footer .footer-container .col4 .footerbox-head {
  font-size: 14px;
  color: #4a54af;
  line-height: 24px;
  font-weight: bold;
  position: relative;
  padding-bottom: 16px;
}
footer .footer-container .col2 .footerbox-head::after,
footer .footer-container .col3 .footerbox-head::after,
footer .footer-container .col4 .footerbox-head::after {
  content: "";
  width: 77px;
  height: 3px;
  background: #ee4266;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .footer-container .col2 .footerbox-list,
footer .footer-container .col3 .footerbox-list,
footer .footer-container .col4 .footerbox-list {
  padding-top: 33px;
}
footer .footer-container .col2 .footerbox-list ul li a,
footer .footer-container .col3 .footerbox-list ul li a,
footer .footer-container .col4 .footerbox-list ul li a {
  font-size: 14px;
  color: #242424;
  line-height: 25px;
  text-decoration: none;
}
footer .footer-container .col2 .footerbox-list ul li a:hover,
footer .footer-container .col3 .footerbox-list ul li a:hover,
footer .footer-container .col4 .footerbox-list ul li a:hover {
  color: #4a54af;
}
footer .footer-container .col4 {
  margin-left: 53px;
  padding-left: 0;
}
footer .footer-container .col4 .subscribe-btn {
  margin-top: 20px;
}
footer .footer-container .col4 .subscribe-btn .subscribe-input {
  margin-bottom: 10px;
}
footer .footer-container .col4 .subscribe-btn .subscribe-input input {
  width: 100%;
  border-radius: 22px;
  padding: 8px 14px;
  border: 1px solid #ccc;
}
footer .footer-container .col4 .subscribe-btn .subscribe-input input::-moz-placeholder {
  font-size: 12px;
}
footer .footer-container .col4 .subscribe-btn .subscribe-input input::placeholder {
  font-size: 12px;
}
footer .footer-container .col4 .subscribe-btn button {
  font-size: 12px;
  color: #ffffff;
  border-radius: 22px;
  padding: 13px 14px;
  text-decoration: none;
  width: 100%;
  border: 1px solid #ccc;
  cursor: pointer;
}
footer .footer-container .col4 .subscribe-btn button {
  background: #4a54af;
}
footer .footer-container .col4 .subscribe-btn button:hover {
  background: #4a54af;
}
footer .footer-container .col4 .assesment-btn {
  margin-top: 41px;
}
footer .footer-container .col4 .assesment-btn a {
  background: #4a54af;
}
footer .footer-container .col4 .footerbox-list {
  padding-left: 0px;
  padding-top: 72px;
}
footer .footer-container .col4 .social-icons {
  padding-bottom: 10px;
}
footer .footer-container .col4 .social-icons a {
  margin-right: 10px;
  text-decoration: none;
}

.copyright-sec {
  background: #242424;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #E6DEDE;
  font-size: 12px;
}
.copyright-sec a {
  color: #E6DEDE;
  font-size: 12px;
  text-decoration: none;
}
.copyright-sec .copyright a {
  color: #4a54af;
  text-decoration: none;
}
.copyright-sec div {
  margin-right: 46px;
}

@media (max-width: 1170px) {
  footer .footer-container {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  footer .footer-container .footerbox {
    margin-bottom: 30px;
  }
  footer .footer-container .col2,
  footer .footer-container .col3,
  footer .footer-container .col4 {
    padding-left: 0px;
  }
  footer .footer-container .col4 {
    margin-left: 0px;
  }
  .copyright-sec {
    padding: 20px 0;
    flex-wrap: wrap;
  }
  .copyright-sec div {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    margin-right: 0;
  }
  .copyright-sec div:last-child {
    margin-bottom: 0;
  }
}
.subscribe-newsletter .ctct-form-embed.form_1 .ctct-form-defaults {
  padding: 0;
}
.subscribe-newsletter div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
  width: 100%;
  border-radius: 22px !important;
  padding: 8px 14px !important;
  border: 1px solid #ccc !important;
}
.subscribe-newsletter .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button {
  font-size: 12px;
  color: #ffffff;
  border-radius: 22px;
  padding: 13px 14px;
  text-decoration: none;
  width: 100%;
  border: 1px solid #ccc;
  cursor: pointer;
  background: #4a54af;
}
.subscribe-newsletter .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button:hover {
  background: #4a54af;
}

.mt0 {
  margin-top: 0;
}

.mt40 {
  margin-top: 40px;
}

.mt80 {
  margin-top: 80px;
}

.vis {
  visibility: hidden;
}

@media all and (min-width: 120px) and (max-width: 620px) {
  footer .footerbox-head.vis {
    display: none;
  }
  footer .footer-container .col3 .footerbox-list {
    padding-top: 0px;
  }
  footer .footer-container .footerbox {
    margin-bottom: 0px;
  }
  footer .footerbox-list ul li {
    margin-bottom: 10px;
  }
  footer .footer-container .col4 .footerbox-list {
    padding-top: 25px;
  }
  footer .footer-container .col2 .footerbox-head {
    margin-top: 30px;
  }
}
/**footer content ***/
.mehbc-healthcare {
  padding: 40px 20px;
  line-height: 1.6;
}

.mehbc-container {
  max-width: 1170px;
  margin: 0 auto;
}

.mehbc-title {
  font-size: 30px;
  margin-bottom: 12px;
}

.mehbc-subtitle {
  font-size: 22px;
  margin-top: 24px;
  margin-bottom: 8px;
}

.mehbc-healthcare p {
  font-size: 14px;
  margin-bottom: 10px;
}

.mehbc-list,
.mehbc-service-list {
  padding-left: 18px;
  margin-bottom: 12px;
  list-style: disc;
}

.mehbc-list li,
.mehbc-service-list li {
  font-size: 14px;
  margin-bottom: 6px;
}

.mehbc-service-list li strong {
  display: block;
  margin-bottom: 2px;
}

/* mobile */
@media (max-width: 600px) {
  .mehbc-title {
    font-size: 24px;
  }
  .mehbc-subtitle {
    font-size: 20px;
  }
  .mehbc-healthcare p,
  .mehbc-list li,
  .mehbc-service-list li {
    font-size: 13px;
  }
}/*# sourceMappingURL=style.css.map */


/* my css */
.mehbc-container h2.mehbc-title {
    font-size: 24px;
    color: #4a54af;
    line-height: 32px;
    padding-bottom: 21px;
    font-weight: bold;
    text-transform: uppercase;
}
.mehbc-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    padding:0px 0px 50px;
}
.mehbc-child {
    width: 65%;
}
.mehbc-image-child {
    width: 33%;
}
.mehbc-container h3.mehbc-subtitle{
     font-size: 24px;
    color: #4a54af;
    line-height: 32px;
    padding-bottom: 21px;
    font-weight: bold;
    text-transform: uppercase;
}
.award-sec {
  width: 100%;
  padding: 70px 70px 30px;
}
.award-sec-logos {
  width: 100%;
}
.award-sec-logos .award-logo {
  padding: 10px;
}
.award-sec-logos .award-logo img {
  width: 100%;
  max-width: 120px; /* important */
  margin: auto;
  display: block;
}
.mehbc-image-child img{
    width:100%;
}





@media all and (min-width: 320px) and (max-width: 728px) {
   .mehbc-child {
    width: 100%;
}
.mehbc-image-child {
    width: 100%;
} 
.award-sec{
    padding:50px 0px 0px;
}
.award-sec .award-sec-logos .award-logo{
    margin:0px 0px;
}
.mehbc-main.main-meh{
    flex-flow:column-reverse;
}
.mehbc-healthcare{
    padding:0px 25px;
}
}


/* my css end */

