/*==============================================================
 *Configuration Imports
 *============================================================*/
/*===========================================
Colors
===========================================*/
/*===========================================
Fonts
===========================================*/
/*==============================================================
 *Core Imports
 *============================================================*/
/*==============================================================
 *Core Styles
 *=============================================================*/
/*============================================================
 *Global Styles
 *===========================================================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  min-height: 100%;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

body {
  font-size: 16px !important;
  font-family: "Roboto", sans-serif;
  color: #425466;
  position: relative;
  background-color: #FFF;
  -ms-touch-action: pan-y;
  overflow-x: hidden;
  outline: none;
}

a:hover {
  transition: all 0.3s ease-in-out;
}

p {
  font-size: 16px;
  line-height: 150%;
  margin: 0;
}
p:first-letter {
  text-transform: capitalize;
}

figure {
  margin: 0;
}
figure img {
  display: block;
  max-width: 100%;
}

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

/*==============================================================
 *Module Imports
 *============================================================*/
/*===========================================
Animation Name here
===========================================*/
/*===========================================
Form
===========================================*/
.form-field {
  width: 100%;
  margin: 0 0 21px 0;
}
@media only screen and (max-width: 1400px) {
  .form-field {
    margin: 0 0 18px 0;
  }
}

label {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 137.02%;
  color: #8999A6;
}
@media only screen and (max-width: 1400px) {
  label {
    font-size: 14px;
  }
}

/*===========================================
Text box
===========================================*/
.textbox {
  width: 100%;
  height: 59px;
  padding: 0 21px;
  background: #F1F6FC;
  border: none;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #4C94F6;
  margin: 0 0 0 0;
  border-radius: 0;
  outline: none;
}
@media only screen and (max-width: 1400px) {
  .textbox {
    height: 45px;
    padding: 0 15px;
  }
}
.textbox::-webkit-input-placeholder {
  opacity: 1;
  color: #999999;
  font-size: 16px;
}
.textbox:focus {
  border: #152464 solid 1px;
}

textarea.textbox {
  height: 99px;
  resize: none;
  padding: 15px 21px;
}
@media only screen and (max-width: 1400px) {
  textarea.textbox {
    height: 70px;
    padding: 15px;
  }
}

/*===========================================
Button
===========================================*/
.button, .primary--button, .secondary--button, .line--button-white, .line--button {
  display: inline-block;
  padding: 0 36px;
  margin: 0;
  height: 51px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 52px;
  text-transform: capitalize;
  text-decoration: none;
  border: none;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.button:hover, .primary--button:hover, .secondary--button:hover, .line--button-white:hover, .line--button:hover {
  background-color: #4C94F6;
}
@media only screen and (max-width: 1400px) {
  .button, .primary--button, .secondary--button, .line--button-white, .line--button {
    padding: 0 28px;
    height: 48px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .button, .primary--button, .secondary--button, .line--button-white, .line--button {
    font-size: 15px;
    font-weight: 600;
    padding: 0 21px;
    height: 45px;
    line-height: 45px;
  }
}

.line--button {
  color: #212031;
  border-radius: 3px;
  border: 1px solid #212031;
}
.line--button:hover {
  color: #fff;
  border: 1px solid #4C94F6;
}

.line--button-white {
  color: #fff;
  border-radius: 3px;
  border: 1px solid #AA9E9E;
}
.line--button-white:hover {
  color: #fff;
  border: 1px solid #4C94F6;
}

.secondary--button {
  border-radius: 3px;
  color: #fff;
  border: 1px solid #1C2632;
  background: #1C2632;
}
.secondary--button:hover {
  border: 1px solid #4C94F6;
}

.primary--button {
  background: #4C94F6;
  color: #fff;
  border: 1px solid #4C94F6;
}
.primary--button:hover {
  background: #152464;
  border: 1px solid #152464;
}

/*==============================================================
 *Plugins Modules Imports
 *============================================================*/
/*==============================================================
 *Plugin Styles
 *=============================================================*/
/*------ Slick Slider Styles -----*/
/*==============================================================
 * Grid Styles
 *============================================================*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  list-style-type: none;
}
.slick-dots li {
  display: block;
  float: left;
  margin: 0 2px;
}
.slick-dots li button {
  width: 6px;
  height: 6px;
  background-color: #666;
  outline: none;
  border: none;
  font-size: 0;
  padding: 0;
}
.slick-dots li.slick-active button {
  background-color: #999;
}

.slick-arrow {
  width: 30px;
  height: 30px;
  background-color: #666;
  font-size: 0;
  position: relative;
  outline: none;
  border: none;
  cursor: pointer;
}
.slick-arrow:after {
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  text-align: center;
  color: #FFF;
}
.slick-arrow.slick-next:after {
  content: "\f105";
}
.slick-arrow.slick-prev:after {
  content: "\f104";
}

/*------ Animate CSS Styles -----*/
/*==============================================================
 *Page Modules Imports
 *============================================================*/
/*==============================================================
 *Page Styles
 *=============================================================*/
/*===========================================
Breadcrumb
===========================================*/
.custom--breadcrumb {
  display: flex;
  width: 100%;
  margin: 0 0 9px 0;
  position: relative;
  z-index: 0;
}
.custom--breadcrumb ul {
  align-items: center;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom--breadcrumb ul li {
  display: inline;
  padding: 0 6px 0 0;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 575px) {
  .custom--breadcrumb ul li {
    font-size: 13px;
  }
}
.custom--breadcrumb ul li a {
  display: inline-block;
  color: #CDF5FF;
  position: relative;
  padding: 0 21px 0 0;
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
}
.custom--breadcrumb ul li a:hover {
  color: #fff;
}
.custom--breadcrumb ul li a:after {
  content: "/";
  top: -3px;
  right: 0;
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 25px;
  position: absolute;
}

/*============================================================
 dashboard--banner
 *===========================================================*/
.dashboard--banner {
  width: 100%;
  background: #4C94F6;
  font-family: "Roboto", sans-serif;
  padding: 12px 0 26px 0;
}
.dashboard--banner .content--area {
  padding: 0 86px;
}
@media only screen and (max-width: 1400px) {
  .dashboard--banner .content--area {
    padding: 0 15px;
  }
}
.dashboard--banner .content--area .dashboard--cta--area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 991px) {
  .dashboard--banner .content--area .dashboard--cta--area {
    flex-direction: column;
    gap: 30px;
  }
}
.dashboard--banner .content--area .dashboard--cta--area .search--box {
  width: 100%;
  max-width: 347px;
  height: 39px;
  border-radius: 3px;
  background: #64B6FF;
  overflow: hidden;
}
.dashboard--banner .content--area .dashboard--cta--area .search--box form {
  width: 100%;
  height: 39px;
  position: relative;
  margin: 0;
  padding: 0;
}
.dashboard--banner .content--area .dashboard--cta--area .search--box form i {
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
  color: #fff;
}
.dashboard--banner .content--area .dashboard--cta--area .search--box form input {
  width: calc(100% - 125px);
  height: 39px;
  margin: 0;
  padding: 2px 5px 0 40px;
  border: none;
  outline: none;
  background: none;
  border-right: #4C94F6 solid 1px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #FFF;
}
.dashboard--banner .content--area .dashboard--cta--area .search--box form select {
  margin: 0;
  padding: 0 21px;
  width: 121px;
  height: 39px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/down-arrow-white.png") no-repeat right 20px center;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  outline: none;
}
.dashboard--banner .content--area .dashboard--cta--area .search--box form select option {
  font-weight: 500;
  background-color: #152464;
}
.dashboard--banner .content--area .dashboard--cta--area .dashboard--details {
  display: flex;
  align-items: center;
  gap: 26px;
}
.dashboard--banner .content--area .dashboard--cta--area .dashboard--details .order--container {
  border-radius: 3px;
  background: #FFF;
  overflow: hidden;
}
.dashboard--banner .content--area .dashboard--cta--area .dashboard--details .order--container select {
  margin: 0;
  padding: 0 21px;
  width: 121px;
  height: 39px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/down-arrow-blue.png") no-repeat right 20px center;
  color: #4C94F6;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  outline: none;
}
.dashboard--banner .content--area .dashboard--cta--area .dashboard--details .order--container select option {
  font-weight: 500;
  color: #152464;
  background-color: #fff;
}
.dashboard--banner .content--area .dashboard--cta--area .dashboard--details .notification--container {
  border-right: #7cb4ff solid 1px;
  padding-right: 25px;
}
.dashboard--banner .content--area .dashboard--cta--area .dashboard--details .notification--container a {
  text-decoration: none;
  color: #fff;
  position: relative;
}
.dashboard--banner .content--area .dashboard--cta--area .dashboard--details .notification--container a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  top: -15px;
  right: -2px;
  position: absolute;
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 100%;
  background: #152464;
}
.dashboard--banner .content--area .dashboard--cta--area .dashboard--details .notification--container a i {
  font-size: 30px;
  font-weight: 400;
}
.dashboard--banner .content--area .dashboard--cta--area .dashboard--details .notification--container a:hover {
  color: #152464;
}
.dashboard--banner .content--area .dashboard--cta--area .dashboard--details .balance--container {
  border-right: #7cb4ff solid 1px;
  padding-right: 25px;
}
.dashboard--banner .content--area h1 {
  margin: 0;
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 1400px) {
  .dashboard--banner .content--area h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .dashboard--banner .content--area h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 991px) {
  .dashboard--banner .content--area h1 {
    font-size: 32px;
  }
}

/*============================================================
  Pricing block
 *===========================================================*/
.pricing-block {
  width: 100%;
  background: #D1E9FF;
  padding: 41px 0 57px 0;
  margin-bottom: 28px;
}
.pricing-block .content--area {
  width: 100%;
  padding: 0 86px;
}
@media only screen and (max-width: 1400px) {
  .pricing-block .content--area {
    padding: 0 15px;
  }
}
.pricing-block .content--area h3 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 1400px) {
  .pricing-block .content--area h3 {
    font-size: 32px;
  }
}

.pricing--list-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  font-family: "Roboto", sans-serif;
  gap: 12px;
}
@media only screen and (max-width: 1024px) {
  .pricing--list-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .pricing--list-container {
    grid-template-columns: 1fr;
  }
}
.pricing--list-container article {
  padding: 36px;
  color: #fff;
  border-radius: 10px;
  background: #4C94F6;
}
@media only screen and (max-width: 1400px) {
  .pricing--list-container article {
    padding: 20px;
  }
}
.pricing--list-container article h4 {
  margin-bottom: 19px;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}
@media only screen and (max-width: 1400px) {
  .pricing--list-container article h4 {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
.pricing--list-container article ul {
  margin-bottom: 30px;
}
.pricing--list-container article ul li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
  margin-bottom: 15px;
  color: #CCE2FF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "Roboto", sans-serif;
  border-bottom: #ACB5D0 dashed 1px;
}
@media only screen and (max-width: 1400px) {
  .pricing--list-container article ul li {
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 11px;
  }
}
.pricing--list-container article ul li span {
  color: #FFF;
  font-weight: 700;
}
.pricing--list-container article .price--text {
  margin-bottom: 20px;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 93%;
}
.pricing--list-container article .price--text span {
  display: block;
  margin-top: 7px;
  color: #CCE2FF;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.pricing--list-container article button, .pricing--list-container article a {
  width: 100%;
  height: 49px;
  border-radius: 3px;
  color: #FFF;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #152464;
  border: none;
  outline: none;
  display: block;
  line-height: 49px;
  transition: 0.2s ease;
}
.pricing--list-container article button:hover, .pricing--list-container article a:hover {
  background: #223ba3;
}
@media only screen and (max-width: 1400px) {
  .pricing--list-container article button, .pricing--list-container article a {
    font-size: 14px;
    font-weight: 500;
    height: 46px;
  }
}

/*============================================================
  services--links
 *===========================================================*/
.services--links {
  width: 100%;
  margin-bottom: 38px;
}
@media only screen and (max-width: 1400px) {
  .services--links {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .services--links {
    margin-bottom: 22px;
  }
}
.services--links .content--area {
  width: 100%;
  padding: 0 86px;
}
@media only screen and (max-width: 1400px) {
  .services--links .content--area {
    padding: 0 15px;
  }
}
.services--links .content--area a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 20px 0;
  text-decoration: none;
  width: 100%;
  border-bottom: #D6E7F5 solid 1px;
  transition: all 0.3s ease-in-out;
}
.services--links .content--area a:last-of-type {
  border: none;
}
@media only screen and (max-width: 1400px) {
  .services--links .content--area a {
    padding: 15px 0 15px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .services--links .content--area a {
    padding: 12px 0 12px 0;
  }
}
@media only screen and (max-width: 991px) {
  .services--links .content--area a {
    padding: 10px 0 10px 0;
  }
}
.services--links .content--area a h3 {
  color: #000;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1400px) {
  .services--links .content--area a h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1200px) {
  .services--links .content--area a h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .services--links .content--area a h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .services--links .content--area a i {
    font-size: 12px;
  }
}
.services--links .content--area a:hover h3 {
  color: #4C94F6;
}
.services--links .content--area a:hover i {
  color: #4C94F6;
  transition: all 0.3s ease-in-out;
}

/*============================================================
  invoices--area
 *===========================================================*/
.invoices--area {
  width: 100%;
  font-family: "Roboto", sans-serif;
  margin-bottom: 42px;
}
.invoices--area .content--area {
  width: 100%;
  padding: 0 86px;
}
@media only screen and (max-width: 1400px) {
  .invoices--area .content--area {
    padding: 0 15px;
  }
}
.invoices--area .content--area .invoice--data {
  border-radius: 10px;
  border: 1px solid #D6E7F5;
  background: #FFF;
  overflow: hidden;
}
.invoices--area .content--area .invoice--data .invoice--header {
  padding: 16px 34px;
  border-bottom: 1px solid #D6E7F5;
}
@media only screen and (max-width: 1400px) {
  .invoices--area .content--area .invoice--data .invoice--header {
    padding: 16px 15px;
  }
}
.invoices--area .content--area .invoice--data .invoice--header .heading--area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.invoices--area .content--area .invoice--data .invoice--header .heading--area h4 {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
.invoices--area .content--area .invoice--data .invoice--header .heading--area button,
.invoices--area .content--area .invoice--data .invoice--header .heading--area a {
  display: block;
  margin: 0;
  height: 25px;
  border-radius: 3px;
  padding: 0 19px;
  background: #4C94F6;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
  border: none;
  outline: none;
}
.invoices--area .content--area .invoice--data .invoice--header .heading--area button:hover,
.invoices--area .content--area .invoice--data .invoice--header .heading--area a:hover {
  background: #152464;
}
.invoices--area .content--area .invoice--data .invoice--header .title--area {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .invoices--area .content--area .invoice--data .invoice--header .title--area {
    display: none;
  }
}
.invoices--area .content--area .invoice--data .invoice--header .title--area span {
  color: #5D636F;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.invoices--area .content--area .invoice--data .invoice--header .title--area .title--status {
  width: 92px;
}
.invoices--area .content--area .invoice--data .invoice---items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 34px;
  background: #FAFDFF;
  border-bottom: 1px solid #D6E7F5;
}
@media only screen and (max-width: 1400px) {
  .invoices--area .content--area .invoice--data .invoice---items {
    padding: 16px 15px;
  }
}
@media only screen and (max-width: 640px) {
  .invoices--area .content--area .invoice--data .invoice---items {
    flex-direction: column;
    align-items: flex-start;
  }
}
.invoices--area .content--area .invoice--data .invoice---items:last-of-type {
  border: none;
}
.invoices--area .content--area .invoice--data .invoice---items .invoice--details {
  display: flex;
  gap: 6px;
}
@media only screen and (max-width: 640px) {
  .invoices--area .content--area .invoice--data .invoice---items .invoice--details {
    flex-direction: column;
    align-items: flex-start;
  }
}
.invoices--area .content--area .invoice--data .invoice---items .invoice--details h6 {
  margin: 0;
  color: #263238;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.invoices--area .content--area .invoice--data .invoice---items .invoice--details h6 span {
  display: block;
  color: #4C94F6;
  font-size: 12px;
  font-weight: 700;
}
.invoices--area .content--area .invoice--data .invoice---items .invoice--details .invoice--date {
  display: flex;
  gap: 20px;
  align-self: flex-end;
}
@media only screen and (max-width: 640px) {
  .invoices--area .content--area .invoice--data .invoice---items .invoice--details .invoice--date {
    flex-direction: column;
    gap: 4px;
    margin-bottom: 8px;
  }
}
.invoices--area .content--area .invoice--data .invoice---items .invoice--details .invoice--date span {
  color: #5D636F;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.invoices--area .content--area .invoice--data .invoice---items .invoice--status {
  width: 92px;
}
.invoices--area .content--area .invoice--data .invoice---items .invoice--status span {
  display: inline-block;
  padding: 1px 12px;
  border-radius: 5px;
  border: 1px solid #9EC7EC;
  background: #F6FBFF;
  color: #8EA9C0;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
}

.copyright--section {
  width: 100%;
  font-family: "Roboto", sans-serif;
  padding: 28px 0 20px 0;
}
@media only screen and (max-width: 991px) {
  .copyright--section {
    padding: 18px 0 10px 0;
  }
}
.copyright--section .content--area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 86px;
}
@media only screen and (max-width: 1400px) {
  .copyright--section .content--area {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .copyright--section .content--area {
    flex-direction: column;
    text-align: center;
  }
}
.copyright--section .content--area p {
  color: #8d8d8d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.copyright--section .content--area .copyright--links a {
  text-decoration: none;
  color: #8d8d8d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  border-right: #b2afaf solid 1px;
  padding: 0 12px 0 5px;
}
.copyright--section .content--area .copyright--links a:last-of-type {
  border: none;
}
.copyright--section .content--area .copyright--links a:hover {
  color: #4C94F6;
}

.quick-actions {
  padding: 50px 0;
  background-color: white;
}
.quick-actions .content--area {
  width: 100%;
  padding: 0 86px;
  display: flex;
  justify-content: center;
  gap: 25px;
}
@media only screen and (max-width: 1400px) {
  .quick-actions .content--area {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 575px) {
  .quick-actions .content--area {
    flex-wrap: wrap;
  }
}
.quick-actions .quick-actions--box {
  width: 49%;
  display: flex;
  align-items: center;
  gap: 38px;
  background-color: #005AAB;
  padding: 35px;
  border-radius: 10px;
}
.quick-actions .quick-actions--box h4 {
  max-width: 195px;
  font-size: 24px;
  color: white;
  margin-bottom: 10px;
}
.quick-actions .quick-actions--box .ms-btn {
  width: 100%;
}
.quick-actions .quick-actions--box .box-text {
  width: 217px;
}
.quick-actions .quick-actions--box .box-image img {
  height: 138px;
}
@media only screen and (max-width: 1200px) {
  .quick-actions .quick-actions--box .box-image img {
    height: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .quick-actions .quick-actions--box {
    padding: 25px 15px;
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .quick-actions .quick-actions--box {
    max-width: 320px;
    width: 100%;
  }
}

/*************************************************************/
.ms-btn {
  background-color: #4C94F6;
  color: white;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: normal;
  text-decoration: none;
  display: inline-block;
  padding: 13px 40px;
  border-radius: 3px;
  border: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s;
}
.ms-btn:hover {
  background-color: #152464;
  opacity: 1;
}

.mainpage-accourdian .acc-item:last-child .acc-head h3 {
  border-bottom: none;
}

.acc-item {
  width: 100%;
  background-color: #fff;
  display: block;
  padding: 0;
}
.acc-item h3 {
  font-size: 36px;
  cursor: pointer;
  font-weight: 700;
  margin: 0;
  line-height: 30px;
  position: relative;
  color: #1c070c;
  padding: 23px 0;
  padding-right: 30px;
  border-bottom: solid 1px #D6E7F5;
}
.acc-item h3::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 18px;
  height: 13px;
  background: url(../images/acco-arrow.svg) no-repeat;
}
@media only screen and (max-width: 1200px) {
  .acc-item h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .acc-item h3 {
    font-size: 20px;
  }
}
.acc-item p {
  margin: 15px 0 0 0;
}

.acc-body {
  display: none;
}
.acc-body .pricing-block {
  padding: 0 86px;
  padding-top: 0;
  padding-bottom: 50px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1400px) {
  .acc-body .pricing-block {
    padding: 0 15px;
  }
}

.acc-head {
  padding: 0 86px;
  transition: 0.3s ease;
}
.acc-head.current {
  background-color: #D1E9FF;
}
.acc-head.current h3 {
  border-bottom: transparent;
}
@media only screen and (max-width: 1400px) {
  .acc-head {
    padding: 0 15px;
  }
}

/*============================================================
  Inner banner styles
 *===========================================================*/
/*==============================================================
 *Shared Modules Imports
 *============================================================*/
/*==============================================================
 *Shared Modules Imports
 *============================================================*/
/*============================================================
  Header styles
 *===========================================================*/
#header--section {
  width: 100%;
  font-family: "Lato", sans-serif;
  padding: 19px 0 21px 0;
}
@media only screen and (max-width: 991px) {
  #header--section {
    padding: 16px 0 15px 0;
  }
}
#header--section .container-fluid .content--area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#header--section .container-fluid .content--area a.logo {
  display: block;
  width: 164px;
  height: auto;
}
@media only screen and (max-width: 991px) {
  #header--section .container-fluid .content--area a.logo {
    width: 140px;
  }
}
#header--section .container-fluid .content--area a.logo img {
  display: block;
  width: 100%;
  height: auto;
}
#header--section .container-fluid .content--area .header--navigation {
  display: flex;
}
@media only screen and (max-width: 1100px) {
  #header--section .container-fluid .content--area .header--navigation {
    display: none;
  }
}
#header--section .container-fluid .content--area .header--navigation li {
  position: relative;
  padding: 0 23px 0 23px;
}
@media only screen and (max-width: 1400px) {
  #header--section .container-fluid .content--area .header--navigation li {
    padding: 0 13px 0 13px;
  }
}
#header--section .container-fluid .content--area .header--navigation li:first-of-type {
  padding-left: 0;
}
#header--section .container-fluid .content--area .header--navigation li:last-of-type {
  padding-right: 0;
}
#header--section .container-fluid .content--area .header--navigation li:last-of-type::after {
  display: none;
}
#header--section .container-fluid .content--area .header--navigation li a {
  text-decoration: none;
  color: #747988;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#header--section .container-fluid .content--area .header--navigation li a:hover {
  color: #4C94F6;
}
#header--section .container-fluid .content--area .header--navigation li::after {
  content: "";
  top: 6px;
  right: 0;
  height: 15px;
  width: 2px;
  background: #747988;
  position: absolute;
}
@media only screen and (max-width: 1400px) {
  #header--section .container-fluid .content--area .header--navigation li::after {
    width: 1px;
  }
}
#header--section .container-fluid .content--area .header--cta {
  display: flex;
  align-items: center;
  gap: 28px;
}
@media only screen and (max-width: 1400px) {
  #header--section .container-fluid .content--area .header--cta {
    gap: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  #header--section .container-fluid .content--area .header--cta {
    display: none;
  }
}
#header--section .container-fluid .content--area .header--cta .number {
  text-decoration: none;
  color: #4C94F6;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 1400px) {
  #header--section .container-fluid .content--area .header--cta .number {
    font-size: 17px;
  }
}
#header--section .container-fluid .content--area .header--cta .number:hover {
  color: #152464;
}
#header--section .container-fluid .content--area .header--cta .client-area {
  display: inline-flex;
  padding: 11px 30px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  gap: 10px;
  border-radius: 100px;
  background: #01A4FF;
  color: #fff;
}
@media only screen and (max-width: 1400px) {
  #header--section .container-fluid .content--area .header--cta .client-area {
    padding: 8px 22px;
    font-size: 16px;
  }
}
#header--section .container-fluid .content--area .header--cta .client-area:hover {
  background: #152464;
}
#header--section .container-fluid .mobile-icon {
  display: none;
  text-decoration: none;
  font-size: 28px;
  color: #4C94F6;
  font-weight: 700;
  line-height: 0;
}
#header--section .container-fluid .mobile-icon:hover {
  color: #152464;
}
@media only screen and (max-width: 1200px) {
  #header--section .container-fluid .mobile-icon {
    display: block;
  }
}

/*==============================================================
 *Mobile Menu Styles
 *=============================================================*/
.mobile-menu {
  display: none;
  width: 100%;
  min-height: 100%;
  list-style-type: none;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  color: #000;
  padding: 70px 40px 40px 40px;
  background: rgba(255, 255, 255, 0.8352941176);
  backdrop-filter: blur(3.5px);
  overflow-y: scroll;
  z-index: 500;
}
.mobile-menu .logo {
  display: flex;
  justify-content: center;
  margin: 0 0 30px 0;
}
.mobile-menu .logo img {
  display: block;
  max-width: 210px;
  height: auto;
}
.mobile-menu ul {
  padding: 0;
  margin: 0 0 20px 0;
  overflow-x: auto;
}
.mobile-menu ul li {
  display: block;
  font-size: 18px;
}
.mobile-menu ul li a {
  text-decoration: none;
  display: block;
  padding: 15px 0;
  color: #000;
  border-bottom: rgba(146, 146, 146, 0.368627451) dashed 1px;
}
.mobile-menu ul li:hover a, .mobile-menu ul li.active a {
  color: #4C94F6;
}
.mobile-menu .cta {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
  text-align: center;
}
.mobile-menu .cta .client-area {
  display: inline-flex;
  padding: 11px 30px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  gap: 10px;
  border-radius: 100px;
  background: #01A4FF;
  color: #fff;
}
@media only screen and (max-width: 1400px) {
  .mobile-menu .cta .client-area {
    padding: 8px 22px;
    font-size: 16px;
  }
}
.mobile-menu .cta .client-area:hover {
  background: #152464;
}
.mobile-menu .close-button {
  border: none;
  background: none;
  color: #000;
  font-size: 22px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.mobile-menu .close-button:hover {
  color: #4C94F6;
}

/*===========================================
Footer styles
===========================================*/
#footer--section {
  width: 100%;
  font-family: "Lato", sans-serif;
  padding: 0;
  margin: 0;
  background: #f7f7f7;
}
#footer--section .footer-box {
  background: #fff;
  padding: 15px;
}
#footer--section .content--area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px;
}
@media only screen and (max-width: 991px) {
  #footer--section .content--area {
    flex-direction: column;
  }
}
#footer--section .content--area a.logo {
  display: block;
  width: 164px;
  height: auto;
}
@media only screen and (max-width: 991px) {
  #footer--section .content--area a.logo {
    width: 140px;
    margin-bottom: 12px;
  }
}
#footer--section .content--area a.logo img {
  display: block;
  width: 100%;
  height: auto;
}
#footer--section .content--area .footer--navigation {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #footer--section .content--area .footer--navigation {
    flex-direction: column;
    text-align: center;
  }
}
#footer--section .content--area .footer--navigation li {
  position: relative;
  padding-right: 20px;
}
#footer--section .content--area .footer--navigation li:last-of-type {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #footer--section .content--area .footer--navigation li {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1400px) {
  #footer--section .content--area .footer--navigation li {
    padding: 0 13px 0 13px;
  }
}
#footer--section .content--area .footer--navigation li a {
  text-decoration: none;
  color: #747988;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#footer--section .content--area .footer--navigation li a:hover {
  color: #4C94F6;
}/*# sourceMappingURL=main.css.map */