@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #000;
}
p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
p,
ul li {
  line-height: 1.7;
}
.bold {
  font-weight: bold;
}
.m-bold {
  font-weight: 500;
}
.white {
  color: #fff;
}
.dark {
  color: #000;
}
.italics {
  font-style: italic;
}
.full-width {
  width: 100% !important;
}
.half-width {
  width: 50%;
}
.heightfull {
  height: 100%;
}
.light-style {
  font-weight: 300;
  color: #868686;
}
.orange {
  color: #ffa725;
}
.light-gray {
  color: #9a9a9a;
}
.bg-gray {
  background: #ccc;
}
.dotted {
  border-top: 1px dashed #ccc;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.bg-white {
  background-color: #fff;
  position: relative;
}
.no-bg {
  background: transparent;
}
.article {
  padding: 1.5rem;
}
.light-bg {
  background-color: #f1f1f1;
}
.navbar-brand {
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.header-top-one {
  background: #eaf7f9;
}
button:focus {
  outline: none;
}
.navbar-toggler {
  background-color: #5a53a0;
  border: 1px solid #5a53a0;
}
.navbar-toggler-icon {
  width: 1em;
  height: 1em;
}
.checkbox label:after {
  content: '';
  display: table;
  clear: both;
}
.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: 0.25em;
  width: 1.3em;
  height: 1.3em;
  margin-right: 0.5em;
}
.checkbox label:after {
  content: '';
  display: table;
  clear: both;
}
.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: 0;
  width: 1.7em;
  height: 1.7em;
  float: left;
  margin-right: 0.7em;
}
.checkbox .cr .cr-icon {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}
.checkbox .fa-check:before {
  color: #009c96;
}
.checkbox label input[type='checkbox'] {
  display: none;
}
.checkbox label input[type='checkbox'] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.checkbox label input[type='checkbox']:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.checkbox label input[type='checkbox']:disabled + .cr {
  opacity: 0.5;
}
.checkbox label {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
}
.radio {
  display: block;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkround {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-color: #9e9e9e;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
}
.radio input:checked ~ .checkround {
  background-color: #fff;
}
.checkround:after {
  content: '';
  position: absolute;
  display: none;
}
.radio input:checked ~ .checkround:after {
  display: block;
}
.radio .checkround:after {
  left: 2px;
  top: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #19386d;
}
/*.navbar {
    padding: 0 1rem;
    }*/
.navbar-nav .nav-link {
  padding: 0.7rem 1rem;
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
  white-space: nowrap;
}
.navbar-nav .active > .nav-link {
  background: #ffa725;
}

.login_top .login_buttons span {
  padding: 5px 25px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 15px;
  cursor: pointer;
}
.btn-vlt {
  background: #5a53a0;
}
.btn_cyan {
  background: #009c96;
}
.btn-light-blue {
  background: #29c4eb;
}
.main-header .login_top {
  justify-content: flex-end;
  width: 100%;
}

.home_banner {
  width: 100%;
  height: 500px;
  background: url('../images/home-banner.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home_banner h5 {
  color: white;
  text-shadow: 2px 2px #333;
}
.indigo {
  color: #5a53a0;
}
.openlink.indigo {
  color: #5a53a0 !important;
  border-bottom: 1px solid #5a53a0;
  padding-bottom: 5px;
}
.indigo_bg {
  background: #5a53a0;
}
.baner_caption .light-text {
  font-size: 25px;
}
.m-teal {
  color: #009c96;
}

.m-teal-loading {
  color: #dddfe2;
}

.ul-without-bullet {
  list-style-type: none;
}

.m-teal-bg {
  background: #009c96;
}
.btn {
  transition: all 0.7s ease;
}
.btn:focus {
  box-shadow: none;
}
.home_about .btn-teal,
.home_two-cols .dnldapp-btn .btn-teal,
.radius-btn {
  border-radius: 25px;
  padding: 8px 40px;
}
.home_two-cols .white_box {
  background: #fff;
  border-radius: 10px;
}
.home_two-cols .white_box .inner_box {
  padding: 25px 15px 25px 140px;
}
.home_two-cols .case-study {
  background: url(../images/case-study.png);
  background-repeat: no-repeat;
  padding-top: 20px;
  background-position: left bottom;
}
.home_two-cols .testimonial {
  background: url(../images/testimonial-bg.png);
  background-repeat: no-repeat;
  padding-top: 20px;
  background-position: left bottom;
}
.footer {
  border-top: 1px solid #d6d6d6;
}
.footer .footer-menu {
  padding-top: 2rem;
}
.footer-menu .connect li {
  background: #76777c;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 2.8rem;
}
.footer-menu .connect ul {
  display: flex;
}
.footer-menu strong {
  color: #000;
}
.click-more {
  cursor: pointer;
}
.management_box .mng-member,
.company-msg .circleimg-bg {
  width: 90%;
  text-align: center;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  padding: 15px;
}
.management_box .mng-member,
.company-msg .circle-img {
  background: #fff;
  padding: 15px;
}
.management_box .mng-member {
  width: 100%;
}
.management_box .mng-member,
.company-msg .circle-img {
  text-align: center;
  position: relative;
  padding-bottom: 90%;
  border-radius: 50%;
  overflow: hidden;
}
.management_box .mng-member img,
.company-msg .circle-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.login_box {
  padding: 40px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.login_box .nav-tabs ul {
  text-align: center;
}
.login_box .nav-tabs li {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  width: 45%;
  text-align: center;

  padding-bottom: 10px;
}
.login_box .nav-tabs {
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.login_box .nav-tabs li .active {
  color: #009c96;
}
.login_box .badge {
  background: #e4e4e4;
  padding: 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 27%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.login_box .line {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  padding-top: 25px;
  border-bottom: none;
}
label {
  font-weight: 600;
}
.error-span {
  font-size: 1em;
  color: #ff0000;
}
.form-control {
  border-radius: 1px;
  height: 45px;
}
.login_box .form-group label,
.registration .form-group label {
  font-weight: 600;
}
textarea {
  height: auto !important;
}
.registration {
  padding: 25px;
  border: 1px solid #dadada;
  border-radius: 5px;
}
.card-header .rotate {
  -moz-transition: all 1s linear;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}
.card-header .rotate.down {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*.panel-title>a, .panel-title>a:active{
  display:block;
  padding:15px;
  color:#555;
  font-size:16px;
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing:1px;
  word-spacing:3px;
  text-decoration:none;
  }*/
/*.accordion .card-header:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
  content:"\f078";
  float: right;
  transition: all 0.5s;
  }*/
/*.panel-heading.active a:before {
   -webkit-transform: rotate(180deg);
   -moz-transform: rotate(180deg);
   transform: rotate(180deg);
   } */
.form-check-inline .form-check-input {
  width: 18px;
  height: 18px;
}
.round_button {
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.7rem;
  background: #009c96;
  color: #fff;
}
.work_form-block .round_button {
  margin-top: 0;
}
.accordion .card-header {
  font-weight: 600;
  font-size: 18px;
  color: #444;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.roundpic-user {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding-left: 0px;
}
.dashboard_menu .dropdown-item {
  font-weight: 600;
}
.dashboard_menu .dropdown-menu {
  border: transparent;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.09);
  border-radius: 1px;
  min-width: 13rem;
}
.dashboard_menu .menu-icon {
  padding-right: 15px;
}
.search-form {
  position: relative;
  top: 50%;
  left: 50%;
  width: 350px;
  height: 40px;
  border-radius: 40px;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  transition: all 0.3s ease;
  border: 1px solid #f1f1f1;
}
.search-form .search-input {
  position: absolute;
  top: 10px;
  left: 38px;
  font-size: 14px;
  background: none;
  color: #5a6674;
  width: 80%;
  height: 20px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.search-form .search-button {
  position: absolute;
  top: 10px;
  left: 15px;
  height: 20px;
  width: 20px;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  outline: none !important;
  cursor: pointer;
}
.profile_pic {
  max-width: 150px;
}
.profile_pic img {
  border-radius: 50%;
  height: 150px;
  width: 100%;
  padding: 5px;
  background: #f2f2f2;
}
.share-btn .round-icon {
  width: 25px;
  display: inline-block;
  text-align: center;
  height: 25px;
  border: 1px solid #6a6a6a;
  border-radius: 50%;
  padding: 5px;
  font-size: 14px;
  margin: 0 3px;
  cursor: pointer;
  color: #6a6a6a;
}
.casestudy_box {
  padding: 20px;
  margin-top: 1.5rem;
}
.link-arrow-icon {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.radius-box {
  border-radius: 10px;
}
.box-one {
  background-color: #d9efef;
  color: #2a6e6e;
}
.box-two {
  background-color: #cfcfe9;
  color: #5a53a0;
}
.box-three {
  background-color: #eef4d2;
  color: #2a6e6e;
}
.box-four {
  background-color: #fce3d2;
  color: #926344;
}
.box-five {
  background-color: #e5e5e5;
}
.box-six {
  background-color: #c6d7f1;
  color: #39609a;
}
.casestudy_box:hover .link-arrow-icon {
  -webkit-transform: translate(0.5em, 0);
  -moz-transform: translate(0.5em, 0);
  -o-transform: translate(0.5em, 0);
  -ms-transform: translate(0.5em, 0);
  transform: translate(0.5em, 0);
}
.career_listing .career_list_box {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 15px;
  transition: all 0.7s ease;
  cursor: pointer;
}
.faq_list .card-header {
  transition: all 0.7s ease;
}
.career_listing .career_list_box:hover,
.faq_list .card-header:hover {
  background: #009c96;
  color: #fff;
}
.faq_list .card-header:hover .btn {
  color: #fff;
}
.career_listing .career_list_box:hover h5 {
  color: #fff;
}
.name_box-img {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
}
.name_box-img img {
  width: auto;
  height: 100%;
}
.faq_list .btn {
  text-align: left;
}
.card-header.active {
  background: #009c96;
  color: #fff;
}
.card-header.active .btn {
  color: #fff;
}
.testimonials .say_image {
  display: flex;
  justify-content: center;
}
.testimonials .say_image .say-profile {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  align-items: center;
}
.testimonials .saybox {
  margin-bottom: 15px;
}
.mng-profile .name {
  cursor: pointer;
}
.testimonial_modal .modal-title {
  width: 100%;
  text-align: center;
}
.service_box .service-head {
  display: flex;
  justify-content: center;
}
.service_box .service-head img {
  width: 150px;
  height: 150px;
}
.service-offer .col-md-6 {
  margin-bottom: 30px;
}
.service-offer .service_box .card {
  height: 100%;
}
.testimonials .saybox .say-word {
  min-height: 300px;
}
.chat-box {
  width: 150px;
  background: #009c96;
  color: #fff;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  text-align: center;
  padding: 5px 0;
  float: right;
}
.chat-box.fixed-bottom {
  left: auto;
}

/*---------------mediquery---------*/
.navbar {
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .logo {
    padding-top: 0 !important;
  }
  .logo img {
    width: 70%;
  }
  .main-header .login_top {
    justify-content: center;
    padding-top: 0.7rem !important;
    padding-bottom: 0.5rem !important;
  }
  .baner_caption .light-text {
    font-size: 20px;
  }
  .baner_caption {
    color: #fff;
  }
  .joinus {
    padding-top: 0.7rem;
    float: left !important;
  }
  .joinus .btn {
    margin-top: 0.5rem !important;
  }
  .about_banner {
    margin-bottom: 25px;
  }
  .sml-select-boxes .col.form-group {
    flex: 0 50%;
  }
  .home_two-cols .case-study {
    margin-bottom: 35px;
  }
  .form-check-inline {
    display: block;
  }
  .search-form {
    width: 100%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    margin-top: 8px;
  }
  .title {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .header-top-one {
    padding: 0 !important;
  }
  .login_top .login_buttons span {
    font-size: 13px;
  }
  .home_banner {
    height: auto;
    position: relative;
  }

  .home_banner::before {
    background-color: rgba(0, 0, 0, 0.37);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .table thead th,
  .table td {
    white-space: nowrap;
  }
  .content_box {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
}
@media (min-width: 576px) {
  .joinus .btn {
    margin-top: 1.5rem !important;
  }
  .mbl-logo .logo {
    display: none;
  }
}

@media (min-width: 768px) {
  .mbl-logo .logo {
    display: block;
  }
  .home_two-cols .dwld-app {
    padding-left: 2.5rem;
  }
  .casestudy_box .details {
    min-height: 200px;
  }
  .casestudy_box .title {
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-header .login_top {
    justify-content: flex-end;
  }
  .logo img {
    width: 100%;
  }
  .casestudy_box .title {
    height: 100px;
  }
  .testimonials .saybox .card {
    min-height: 610px;
  }
  .service_box .service-head img {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 992px) {
  .casestudy_box {
    min-height: 430px;
  }
  .service_box .service-head img {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 1280px) {
  .casestudy_box {
    min-height: 360px;
  }
  .service_box .card {
    min-height: 320px;
  }
}
@media (min-width: 922px) and (max-width: 1280px) {
  .testimonials .saybox .card {
    min-height: 660px;
  }
  .service_box .card {
    min-height: 368px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .navbar-nav .nav-link {
    font-size: 13px;
  }
  .navbar .container {
    padding: 0;
  }
}
/**********************************************************************************/
.navbar-nav .nav-link {
  font-size: 17px;
  padding-bottom: 5px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #5a53a0;
  border-bottom: 2px solid #5a53a0;
  font-weight: bold;
}

.login_top .login_buttons span {
  border: 2px solid transparent;
}
.login_top .login_buttons span:hover {
  background-color: #fff;
  font-weight: bold;
}
.login_top .login_buttons .btn-vlt:hover {
  border: 2px solid #5a53a0;
  color: #5a53a0;
}
.login_top .login_buttons .btn_cyan:hover {
  border: 2px solid #009c96;
  color: #009c96;
}
.home_banner .meet {
  color: #009c96;
  font-weight: bold;
  font-size: 20px;
}
.home_banner .meet:hover {
  color: #33cccc;
}
.home_two-cols .inner_box span:hover {
  font-weight: bold;
}
.indigo_bg .title h3 {
  font-size: 2.3rem;
}
footer {
  background-color: #f9f9f9;
}
.footer-menu .joinus .form-inline input {
  min-width: 310px;
}
.footer-menu .joinus .form-inline button {
  width: 120px;
  font-size: 18px;
  background-color: #5a53a0;
}
.footer-menu .joinus .form-inline button:hover {
  color: #fff;
}
.footer-menu .connect li {
  margin-top: 0;
}
footer .copyright {
  display: flex;
  justify-content: space-between;
}
footer .copyright a {
  font-size: 13px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.footer-menu .quicklink li a:hover {
  color: #5a53a0;
  font-weight: 600;
}

.career_listing .mail-career {
  color: #5a53a0;
  font-weight: 600;
  font-size: 17px;
}
.career_listing .mail-career:hover {
  text-decoration: underline;
}
.header-top-one .searchbar {
  width: 50%;
  margin-left: auto;
}
footer .copyright a:hover {
  color: #5a53a0;
  font-weight: bold;
}
.login_box .nav-tabs li a {
  border-bottom: 2px solid #ccc;
  padding: 10px;
  font-size: 16px;
}
.login_box .nav-tabs li a.active {
  color: #5a53a0;
  border-color: #5a53a0;
  font-weight: bold;
}
.m-teal-bg {
  background: #5a53a0;
}
.home_about .btn-teal:hover,
.home_two-cols .dnldapp-btn .btn-teal:hover,
.radius-btn:hover {
  color: #fff;
}
.navbar-toggler {
  background-color: #5a53a0;
}
.footer-menu .quicklink li a {
  font-size: 14px;
  text-decoration: none;
  color: #212529;
}
.footer-menu .connect li:hover {
  background-color: #5a53a0;
  cursor: pointer;
}
footer .connect li a {
  color: #fff;
}
.form-control:focus {
  border: 1px solid #5a53a0;
  box-shadow: none;
}
.career_listing .career_list_box:hover,
.faq_list .card-header:hover,
.card-header.active {
  background-color: #5a53a0;
}
@media (max-width: 1199px) {
  .navbar-nav .nav-link {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link.active {
    border-color: transparent;
  }
  .footer-menu .joinus .form-inline input {
    min-width: 260px;
  }
  .footer-menu .joinus .form-inline button {
    width: 100px;
  }
  .header-top-one .searchbar {
    width: 75%;
  }
}

@media (max-width: 767px) {
  .home_banner .meet {
    color: #b9e9e9;
  }
  .header-top-one .searchbar {
    width: 100%;
  }
  .home_banner .meet:hover {
    color: #3cc;
  }

  .joinus {
    padding-top: 0.7rem;
  }
  footer .copyright {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .footer-menu .joinus .form-inline input {
    min-width: initial;
    max-width: 185px;
  }
  .footer-menu .joinus .form-inline button {
    width: 82px;
    font-size: 16px;
  }
  .home_two-cols .inner_box h4 {
    font-size: 1.2rem;
  }
}
@media (max-width: 400px) {
  .login_box {
    padding: 20px;
  }
  .login_box .nav-tabs li a {
    font-size: 14px;
  }
}
/****************************************************************************/
.servicedesk {
  background-color: #76777c;
  color: #fff;
}
.login_top .login_buttons .servicedesk:hover {
  color: #76777c;
  background-color: #fff;
  border: 2px solid #76777c;
}
.select-service {
  padding-top: 80px;
  padding-bottom: 80px;
}
.select-service h1 {
  margin-bottom: 30px;
  text-align: center;
  color: #5a53a0;
  font-weight: bold;
  font-size: 25px;
}
.select-service .card {
  text-align: center;
  border-radius: 10px;
  border: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  height: 100%;
}
.select-service .card .fa {
  font-size: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.select-service .card:hover .fa {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
.select-service .card p {
  font-size: 16px;
  padding-left: 8px;
  padding-right: 8px;
}
.select-service .card.help-desk:hover {
  background-color: #b7b3d5;
}
.select-service .card.query-desk:hover {
  background-color: #8fd4d1;
}
.select-service .card.help-desk .fa {
  color: #5a53a0;
}
.select-service .card.query-desk .fa {
  color: #009c96;
}
.select-service .card h5 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.select-service .card.help-desk h5 {
  color: #5a53a0;
}
.select-service .card.query-desk h5 {
  color: #009c96;
}

@media (max-width: 575px) {
  .select-service .card-col {
    margin-bottom: 20px;
  }
  .select-service .card-col .card {
    max-width: 320px;
    margin: auto;
  }
  .select-service .card-col .card p {
    font-size: 14px;
  }
}
.help-query-post {
  padding-top: 50px;
  padding-bottom: 50px;
}

.help-query-post .service-details form input {
  border: 0;
}
.help-query-post .service-details form input:focus-visible {
  outline: 0;
}
.help-query-post .service-details form .column {
  flex: 1;
  text-align: center;
}
.help-query-post form .org-name {
  margin-bottom: 20px;
  text-align: center;
}
.help-query-post form .org-name {
  font-weight: bold;
  color: #5a53a0;
}
.help-query-post form .org-name .msg {
  font-size: 24px;
}
.help-query-post form .org-name .name {
  font-size: 28px;
}
.help-query-post .service-details form .column label {
  color: #5a6674;
}
.help-query-post .service-details form .column input {
  font-weight: bold;
}
.help-query-post .user-details #query-details {
  display: none;
}
.help-query-post .user-details .user-forms {
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: 20px;
  border-radius: 10px;
}
.help-query-post .user-details .user-forms .form-row {
  margin-bottom: 20px;
}
.help-query-post .user-details .user-forms button {
  margin: auto;
  display: block;
  background-color: #5a53a0;
  color: #fff;
  padding: 8px 45px;
  border-radius: 20px;
}
.help-query-post .user-details .user-forms .red {
  color: red;
}
.help-query-post .user-details .fill-text {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #5a53a0;
}

@media (max-width: 767px) {
  .help-query-post .service-details form .column {
    flex: 50%;
    text-align: left;
  }
}
@media (max-width: 575px) {
  .help-query-post .service-details form .column {
    flex: 100%;
    text-align: left;
  }
  .login_top .login_buttons span {
    padding: 5px 3px;
    font-size: 11px;
    background-color: transparent;

    border: 0;
    font-weight: bold;
  }
  .login_top .login_buttons .btn-vlt {
    color: #5a53a0;
  }
  .login_top .login_buttons .btn_cyan {
    color: #009c96;
  }
  .login_top .login_buttons .servicedesk {
    color: #76777c;
  }
  .login_top .login_buttons .servicedesk:hover,
  .login_top .login_buttons .btn_cyan:hover,
  .login_top .login_buttons .btn-vlt:hover {
    border: 0;
    background-color: transparent;
  }
}
/***********************forum page****************************/
.forum_page .sidebar-left {
  border-right: 1px solid #c6c6c6;
}
.forum_page .category-links {
  list-style-type: none;
  padding-inline-start: 10px;
}
.forum_page .cat-text {
  font-size: 15px;
  font-weight: bold;
  background-color: #eaf7f9;
  padding: 3px 8px;
}
.forum_page .category-links li {
  margin-top: 10px;
}
.forum_page .category-links li a {
  font-size: 14px;
  color: #414141;
}
.forum_page .category-links li a:hover {
  color: #5a53a0;
}
.forum_page .category-links li .fa {
  font-size: 11px;
}
.forum_page .sidebar-right {
  border-left: 1px solid #c6c6c6;
}
.forum_page .sidebar-right .recent-sec {
  font-size: 14px;
  font-weight: bold;
  color: #5a53a0;
  border-bottom: 1px solid #c6c6c6;
}
.forum_page .sidebar-right .recent-qstn {
  list-style-type: none;
  padding-inline-start: 10px;
}
.forum_page .sidebar-right .recent-qstn li {
  margin-top: 10px;
}
.forum_page .sidebar-right .recent-qstn li a {
  font-size: 13px;
  color: #616161;
}
.forum_page .sidebar-right .recent-qstn li a:hover {
  color: #5a53a0;
}

.forum_page .questions .questions-header .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.forum_page .questions .questions-header .top .all {
  font-size: 25px;
  color: #5a53a0;
  font-weight: bold;
}
.forum_page .questions .questions-header .top .qstn-btn span {
  color: #fff;
  font-size: 14px;
  background-color: #009b95;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: bold;
  border: 2px solid #009b95;
}
.forum_page .questions .questions-header .top .qstn-btn:hover span {
  background-color: #fff;
  color: #009b95;
}
.forum_page .questions .questions-header .bottom {
  display: flex;
  padding-bottom: 15px;
  border-bottom: 1px solid #c6c6c6;
}
.forum_page .questions .questions-header .bottom .qstno {
  font-size: 16px;
  color: #212121;
}
.forum_page .questions .question-list {
  list-style-type: none;
  padding-inline-start: 0;
}
.forum_page .questions .question-list li {
  padding: 20px;
  border-bottom: 1px solid #c6c6c6;
}
.forum_page .questions .question-list li .columns {
  display: flex;
}
.forum_page .questions .question-list li .col1 {
  padding-right: 20px;
  margin-top: 10px;
  flex: 1;
}
.forum_page .questions .question-list li .col2 {
  flex: 12;
}
.forum_page .questions .question-list li .col1 .user {
  text-transform: uppercase;
  color: #fff;
}
.forum_page .questions .question-list li .col1 .bg-clr {
  border-radius: 50%;
  padding: 10px 15px;
}
.forum_page .questions .question-list li .col1 .bg-green {
  background-color: #33691d;
}
.forum_page .questions .question-list li .col1 .bg-orange {
  background-color: #efa800;
}
.forum_page .questions .question-list li .col2 .asked {
  display: flex;
  justify-content: space-between;
}
.forum_page .questions .question-list li .col2 .asked .fa {
  color: #ffa725;
}
.forum_page .questions .question-list .col2 .ask-det {
  font-size: 14px;
}
.forum_page .questions .question-list .col2 .ask-det .name {
  color: #009b95;
  font-weight: bold;
}
.forum_page .questions .question-list .col2 .qstn {
  font-size: 20px;
  color: #5a53a0;
  margin-bottom: 15px;
}
.forum_page .questions .question-list .col2 .small-description {
  font-size: 14px;
  color: #4d4d4d;
  margin-bottom: 15px;
}
.forum_page .questions .question-list .col2 .review {
  list-style-type: none;
  display: flex;
  padding-inline-start: 0;
}
.forum_page .questions .question-list .col2 .review li {
  padding: 0;
  border-bottom: 0;
  margin-right: 15px;
  color: #4d4d4d;
}
.forum_page .questions .pagination {
  justify-content: center;
}
.forum_page .questions .pagination li a {
  color: #000;
}
.forum_page .questions .pagination li a:focus {
  box-shadow: none;
}
.forum_page .questions .pagination li a:hover,
.forum_page .questions .pagination li.active a {
  color: #fff;
  background-color: #5a53a0;
}
@media (max-width: 991px) {
  .forum_page .sidebar-right {
    border-left: 0;
  }
  .forum_page .questions .question-list li .col2 .asked {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .forum_page .sidebar-left {
    display: none;
  }
}
@media (max-width: 575px) {
  .forum_page .questions .questions-header .top {
    flex-direction: column;
  }
}
.forum-detail-page .questions .top-header {
  margin-bottom: 15px;
}
.forum-detail-page .questions .top-header .qstn {
  font-size: 28px;
  color: #5a53a0;
}
.forum-detail-page .questions .top-header .qstn-btn span {
  color: #fff;
  font-size: 14px;
  background-color: #009b95;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: bold;
  border: 2px solid #009b95;
}
.forum-detail-page .questions .top-header .qstn-btn:hover span {
  background-color: #fff;
  color: #009b95;
}
.forum-detail-page .questions .asked {
  list-style-type: none;
  display: flex;
  padding-inline-start: 5px;
  padding-bottom: 20px;
  border-bottom: 2px solid #c6c6c6;
}
.forum-detail-page .questions .asked li {
  margin-right: 15px;
}
.forum-detail-page .questions .asked li .user {
  text-transform: uppercase;
  color: #fff;
}
.forum-detail-page .questions .asked li .bg-clr {
  border-radius: 50%;
  padding: 10px 15px;
}
.forum-detail-page .questions .asked li .bg-green {
  background-color: #33691d;
}
.forum-detail-page .questions .asked li .bg-orange {
  background-color: #efa800;
}
.forum-detail-page .questions .asked li.ask-det .name {
  color: #009b95;
  font-weight: bold;
}
.forum-detail-page .questions .qstn-description {
  padding-bottom: 30px;
  border-bottom: 1px solid #c6c6c6;
}
.forum-detail-page .questions .answer h3 {
  font-size: 24px;
  color: #5a53a0;
  margin-top: 30px;
}
.forum-detail-page .questions .reply {
  margin-top: 30px;
}
.forum-detail-page .questions .reply h3 {
  font-size: 24px;
  color: #5a53a0;
  margin-bottom: 20px;
}
.forum-detail-page .questions .reply form .submit-btn {
  display: block;
  margin: auto;
  color: #fff;
  background-color: #5a53a0;
  padding: 8px 25px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.forum-detail-page .questions .review-answer {
  margin-bottom: 20px;
  position: relative;
}
.forum-detail-page .questions .review-answer .rate-wrapper h5 {
  color: #5a53a0;
  font-weight: bold;
}
.forum-detail-page .questions .review-answer .rate-wrapper {
  display: none;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 2;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
  background-color: #fff;
  width: 300px;
  border: 1px solid #c6c6c6;
  padding: 10px 20px;
  border-radius: 10px;
}
.forum-detail-page .questions .review-answer .rate-ans {
  font-weight: bold;
  color: #009b95;

  cursor: pointer;
}
.forum-detail-page .questions .review-answer:hover .rate-wrapper {
  display: block;
}
.rate {
  float: left;
}
.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}
.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}
.rate:not(:checked) > label:before {
  content: '★ ';
}
.rate > input:checked ~ label {
  color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}

@media (max-width: 1199px) {
  .forum-detail-page .questions .top-header .qstn-btn span {
    padding: 5px 6px;
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .forum-detail-page .questions .asked {
    flex-direction: column;
  }
}
/**********************************************************************************/
.testimonials .saybox {
  margin: 10px;
}
.testimonials .slick-slide {
  margin: 15px;
}
.testimonials .slick-arrow {
  display: none;
}
.testimonials .slick-dots li button:before {
  font-size: 20px;
  color: #5a53a0;
}
.casestudy_box {
  height: 100%;
}
.service_box {
  height: 100%;
}
@media (max-width: 991px) {
  .cases {
    margin-top: 30px;
  }
}
.cases {
  margin-top: 30px;
}
