@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inclusive+Sans:ital@0;1&display=swap");

/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
header {
  width: 100%;
  background-color: #fff;
  top: 0;
}

header.navbar {
  position: relative;
  z-index: 999;
}

header.fixed-bg {
  position: fixed;
}

header.fixed-bg .client-login-btn {
  min-height: 45px;
  font-size: 14px;
  line-height: 45px;
}

header.fixed-bg .chat-btn {
  min-height: 48px;
  padding: 10px 30px 10px;
}

header.fixed-bg .nav-list li a {
  text-decoration: none;
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

header.fixed-bg .navbar-brand img {
  width: auto;
}

.menu-wrapper .nav-list {
  margin: 0;
}

.menu-wrapper .nav-list li {
  margin: 0 30px 0 0;
  display: inline-block;
}

.menu-wrapper .nav-list li a {
  text-decoration: none;
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}

.menu-wrapper .nav-list li a:hover {
  color: #253F74;
}

.menu-wrapper .nav-list li a:after {
  position: absolute;
  left: 0;
  bottom: -12px;
  content: "";
  width: 30px;
  height: 4px;
  background-color: #253F74;
  opacity: 0;
}

.menu-wrapper .nav-list li a:hover:after {
  opacity: 1;
}

.menu-wrapper .client-login-btn {
  min-height: 55px;
  width: 150px;
  border: 1px solid #4a6a82;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 600;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.menu-wrapper .client-login-btn a {
  text-decoration: none;
  color: #fffffd;
}

.menu-wrapper .client-login-btn:hover {
  background-color: #4a6a82;
}

.menu-wrapper .chat-btn {
  padding: 15px 25px 13px;
  position: relative;
  border-radius: 3px;
  background: #253F74;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: 15px;
  cursor: pointer;
}

.menu-wrapper .chat-btn i {
  position: relative;
  top: -1px;
  margin-left: 5px;
}

.menu-wrapper .chat-btn a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.menu-wrapper .chat-btn:hover {
  background: #182d58;
}

.topheader {
  background: #495D86;
  padding: 10px 0;
}

.topheader .content-block {
  display: flex;
  width: 100%;
}

.topheader .left {
  font-size: 12px;
  font-weight: 600;
  color: #E5E5E5;
  display: flex;
  align-items: center;
}

.topheader .left i {
  padding-right: 8px;
}

.topheader .left span {
  margin-right: 40px;
}

.topheader .right {
  margin-left: auto;
}

.topheader .right span {
  margin-left: 15px;
}

.topheader .right a {
  text-decoration: none;
}

.profile-section {
  background: #24417B;
  padding: 60px 0;
}

.profile-section .banner-left-content {
  display: flex;
  align-items: center;
}

.profile-section .banner-left-content a {
  padding: 15px 25px 15px 16px;
  position: relative;
  border-radius: 3px;
  background: #0072FF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

.profile-section .banner-left-content a i {
  position: relative;
  left: 10px;
}

.profile-section .banner-left-content h3 {
  color: white;
  font-size: 30px;
  font-weight: 700;
}

.profile-section .banner-left-content span {
  font-weight: 600;
  color: white;
  font-size: 15px;
  margin-bottom: 20px;
  display: block;
}

.profile-section .banner-left-content p {
  font-size: 15px;
  color: #ededee;
}

.profile-section .banner-left-content .info {
  padding-top: 30px;
  padding-bottom: 30px;
}

.profile-section .banner-left-content .info .item {
  text-align: center;
}

.profile-section .banner-left-content .info i {
  height: 75px;
  display: inline-block;
}

.profile-section .banner-left-content .info span {
  color: #97C5FF;
  font-size: 16px;
  font-weight: 400;
}


.about-section {
  background: #24417B;
  padding: 60px 0;
}

.about-section .banner-left-content {
  display: flex;
  align-items: center;
}

.about-section .banner-left-content a {
  padding: 15px 25px 15px 16px;
  position: relative;
  border-radius: 3px;
  background: #0072FF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

.about-section .banner-left-content a i {
  position: relative;
  left: 10px;
}

.about-section .banner-left-content h3 {
  color: white;
  font-size: 30px;
  font-weight: 700;
  padding-right: 10px;
  padding-left: 10px;
}

.about-section .banner-left-content span {
  font-weight: 600;
  color: white;
  font-size: 15px;
  margin-bottom: 20px;
  display: block;
}

.about-section .banner-left-content p {
  font-size: 15px;
  color: #ededee;
  text-align: justify;
  padding-right: 10px;
  padding-left: 10px;
}

.about-section .banner-left-content .info {
  padding-top: 30px;
  padding-bottom: 30px;
}

.about-section .banner-left-content .info .item {
  text-align: center;
}

.about-section .banner-left-content .info i {
  height: 75px;
  display: inline-block;
}

.about-section .banner-left-content .info span {
  color: #97C5FF;
  font-size: 16px;
  font-weight: 400;
}

.things-should-section {
  background: #F0F4F5;
}

.things-should-section .item-block {
  background: white;
}

.things-should-section .item-block figure {
  margin: 0;
}

.things-should-section .item-block figure img {
  width: 100%;
}

.things-should-section .item-block .content {
  padding: 30px;
}

.things-should-section .item-block .content h4 {
  font-size: 22px;
  font-weight: 700;
  color: #090A22;
}

.things-should-section .item-block .content p {
  font-size: 14px;
  color: #787878;
  font-weight: 600;
}

.things-should-section .item-block .content a {
  color: #787878;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.things-should-section .item-block .content a:hover {
  text-decoration: none;
  color: #050D31;
}

.footer {
  background-color: #163151;
}

.footer h6 {
  color: red;
  font-size: 24px;
  font-weight: 600;
  color: white;
  margin-bottom: 25px;
}

.footer ul {
  margin: 0;
  padding: 0;
}

.footer ul li {
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}

.footer ul li i {
  padding-right: 15px;
  width: 30px;
  display: inline-block;
}

.blog-list {
  display: flex;
  align-items: center;
}

.footer ul .view-all-btn {
  background: #244063;
  width: 100%;
  display: block;
  text-align: center;
  padding: 8px 10px;
  color: #DFEDFF;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

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

.blog-list figure {
  width: 50px;
  height: 50px;
  background: red;
  border-radius: 50%;
  display: inline-block;
  margin: 0;
}

.blog-list span {
  padding-left: 10px;
  font-size: 13px;
  color: #a7b8cc;
}

.blog-list span h6 {
  font-size: 16px;
  margin: 0;
}

.main-banner {
  background: #fff;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-banner .banner-left-content {
  align-content: center;
}

.main-banner .home-banner-content h2 {
  color: #263E6C;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 10px;
}

.main-banner .home-banner-content p {
  color: #050D31;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 50px;
}

.main-banner .home-banner-content .btn-block {
  display: flex;
}

.main-banner .home-banner-content .btn-block .btn-item {
  background: #24417B;
  margin-right: 30px;
  position: relative;
}

.main-banner .home-banner-content .btn-block .btn-item a {
  padding: 12px 20px 12px 20px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.main-banner .home-banner-content .btn-block .btn-item span {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

/* .main-banner .home-banner-content .btn-block .btn-item:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background-color: #152e60;
  background-image: url("../img/arrow-right-white.svg");
  background-position: center 50%;
  background-repeat: no-repeat;
  content: "";
} */
.main-banner .container {
  height: 100%;
  display: flex;
  align-content: center;
}

.main-banner .row {
  height: 100%;
  display: flex;
  align-content: center;
}

.things-should-section {
  padding: 100px 0;
}

.things-should-section .title .left-item h3 {
  color: #4A525D;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.things-should-section .title .left-item h3 span {
  display: block;
}

.things-should-section .title .left-item p {
  font-weight: 600;
  font-size: 14px;
  color: #5F6670;
  margin-bottom: 30px;
}

.things-should-section .nav-tabs {
  margin-top: 60px;
  margin-bottom: 50px;
  border: 0;
}

.things-should-section .nav-tabs .nav-link {
  margin-right: 15px;
  border: 0;
  border-radius: 10px;
  border: solid 1px #8ca1b3;
  padding: 12px 35px;
  color: #1b2730;
  font-size: 15px;
  font-weight: 600;
}

.things-should-section .nav-tabs .nav-link:hover,
.things-should-section .nav-tabs .nav-link.active {
  background-color: #7d00ff;
  border: solid 1px #7d00ff;
  color: #fff;
}

.things-should-section .things-slider .slide-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.things-should-section .things-slider .slide-item figure {
  margin: 0;
  position: relative;
}

.things-should-section .things-slider .slide-item figure:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  background: rgb(3, 10, 16);
  background: linear-gradient(4deg, rgb(3, 10, 16) 0%, rgba(21, 103, 173, 0) 100%);
  height: 100%;
}

.things-should-section .things-slider .slide-item .slider-content {

  width: 100%;
  padding: 20px;
}

.things-should-section .things-slider .slide-item .slider-content .tag-item {
  display: flex;
  margin-bottom: 15px;
}

.things-should-section .things-slider .slide-item .slider-content .tag-item span {
  border-radius: 6px;
  border: solid 1px white;
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  padding: 8px 18px;
  margin-right: 10px;
}

.things-should-section .things-slider .slide-item .slider-content h4 {
  color: white;
  font-size: 22px;
}

.things-should-section .things-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -50px !important;
}

.things-should-section .things-slider .owl-nav .owl-prev {
  background: #fff !important;
  background-image: url("../img/arrow-icon-left.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 15px 14px !important;
  position: absolute;
  top: -13%;
  left: 15px;
  padding: 0 18px 0 15px;
  border-radius: 50px !important;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
}

.things-should-section .things-slider .owl-nav .owl-next {
  background: #fff !important;
  background-image: url("../img/arrow-icon-right.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 15px 14px !important;
  position: absolute;
  top: -13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px !important;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
}

.partners-section {
  background-color: #f2f4f6;
  padding: 90px 0;
}

.partners-section .title {
  display: flex;
  align-items: center;
}

.partners-section .title h2 {
  color: #1b2730;
  font-size: 58px;
  font-weight: 700;
}

.partners-section .title .btn-block {
  margin-left: auto;
}

.partners-section .title .btn-block a {
  background: #e1e5ea;
  padding: 0 15px;
  line-height: 35px;
  height: 35px;
  margin-left: 10px;
  border-radius: 4px;
  text-decoration: none;
  color: #1b2730;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
}

.partners-section .title .btn-block a:hover {
  background-color: #7d00ff;
  color: #fff;
}

.partners-section figure {
  width: 100%;
  margin: 0;
}

.partners-section .partners-logo {
  margin: 50px auto 0;
  position: relative;
  text-align: center;
}

.press-section {
  padding: 90px 0;
}

.press-section .title {
  margin-bottom: 30px;
}

.press-section .title h2 {
  color: #1b2730;
  font-size: 58px;
  font-weight: 700;
}

.press-section .slide-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.press-section .slide-item figure {
  margin: 0;
}

.press-section .slide-item figure:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  background: rgb(3, 10, 16);
  background: linear-gradient(4deg, rgb(3, 10, 16) 0%, rgba(21, 103, 173, 0) 100%);
  height: 100%;
}

.press-section .slide-item .slider-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}

.press-section .slide-item .slider-content h4 {
  color: white;
  font-size: 22px;
}

.press-section .slide-item .slider-content p {
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.press-section .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -60px !important;
}

.press-section .owl-nav .owl-prev {
  background: #fff !important;
  background-image: url("../img/arrow-icon-left.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 15px 14px !important;
  position: absolute;
  top: -13%;
  left: -80px;
  padding: 0 18px 0 15px;
  border-radius: 50px !important;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
}

.press-section .owl-nav .owl-next {
  background: #fff !important;
  background-image: url("../img/arrow-icon-right.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 15px 14px !important;
  position: absolute;
  top: -13%;
  right: -80px;
  padding: 0 15px 0 18px;
  border-radius: 50px !important;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
}

.boarderless-section {
  background: url("../img/boarderless-image.png") no-repeat center top;
  background-color: #1b2730;
  background-size: auto;
  height: 900px;
  background-size: contain;
  padding: 130px 0;
}

.boarderless-section .title {
  text-align: center;
}

.boarderless-section .title h2 {
  color: #fff;
  font-weight: 700;
  font-size: 58px;
  margin-bottom: 100px;
}

.boarderless-section .item {
  margin-bottom: 50px;
}

.boarderless-section .item h2 {
  font-size: 55px;
  font-weight: 700;
  color: #fff;
}

.boarderless-section .item h2 span {
  font-size: 30px;
}

.boarderless-section .item p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.boarderless-section .item.left-item {
  text-align: right;
}

.cta-section {
  background: url("../img/cta-bg.png") no-repeat;
  background-size: cover;
  height: 630px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-section .title {
  text-align: center;
  margin-bottom: 60px;
}

.cta-section h3 {
  color: white;
  font-size: 50px;
  font-weight: 700;
}

.cta-section .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-section .btn-wrap .btn-item {
  background: #7e00ff;
  margin-right: 30px;
  position: relative;
}

.cta-section .btn-wrap .btn-item span {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.cta-section .btn-wrap .btn-item:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background-color: #7200e5;
  background-image: url("../img/arrow-right-white.svg");
  background-position: center 50%;
  background-repeat: no-repeat;
  content: "";
}

.cta-section .btn-wrap .btn-item a {
  padding: 12px 60px 12px 30px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}

.cta-section .btn-wrap .btn-item a:hover {
  color: #f3e7ff;
}

footer {
  margin: 0;
  padding: 50px 0 0 0;
}

footer ul {
  margin: 0;
  padding: 0;
  padding-top: 85px;
  margin-left: 60px;
}

footer ul li {
  list-style: none;
  margin-bottom: 15px;
}

footer ul li a {
  text-decoration: none;
  color: #4d4d4d;
  font-size: 15px;
  font-weight: 500;
}

footer ul li a:hover {
  color: #7200e5;
}

footer .manage {
  display: flex;
  margin-top: 20px;
  border: 1px solid #bcb5ff;
  padding: 12px 25px 12px;
  border-radius: 4px;
  position: relative;
}

footer .manage i {
  position: absolute;
  width: 10px;
  right: 15px;
  top: 50%;
  margin-top: -12px;
}

footer .manage a {
  margin: 0;
  color: #7e00ff;
  font-size: 15px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
  line-height: 24px;
}

footer .manage a span {
  display: block;
}

footer .newsletter h5 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

footer .newsletter p {
  color: #7891ae;
  font-size: 14px;
  line-height: 20px;
}

footer .newsletter .field {
  position: relative;
  padding: 0;
  min-height: 50px;
  margin: 23px 0 0 2px;
  position: relative;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  background: #ffffff;
  background-clip: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

footer .newsletter .field input {
  background: transparent;
  width: 100%;
  height: 50px;
  padding-left: 50px;
  padding-right: 130px;
  border: 0;
  font-size: 15px;
}

footer .newsletter .field button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  line-height: 50px;
  padding: 0 0 0 5px;
  width: 125px;
  border-radius: 3px;
  background: #415886;
  font-size: 15pxs;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
}

footer .newsletter .field i {
  position: absolute;
  z-index: 1;
  left: 15px;
  top: 12px;
}

footer .bottom {
  border-top: solid 1px #2c486a;
  padding: 20px 0;
}

footer .bottom .copyright {
  font-size: 12px;
  color: #acbaca;
}

footer .bottom .social-icons {
  margin-left: auto;
}

footer .bottom .social-icons a {
  text-decoration: none;
  margin-left: 15px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
}

footer .bottom .social-icons a:hover {
  opacity: 0.8;
}

footer .copy-right-wrap {
  align-items: center;
  display: flex;
}

.about-banner {
  background: url("../img/about-banner.jpg") no-repeat center top;
  background-size: cover;
  height: 750px;
}

.about-banner .banner-content {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  background-color: #24417B;
}

.about-banner .banner-content h2 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 50px;
}

.about-banner .banner-content p {
  text-align: left;
}

.about-banner h5 {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 15px;
}

.about-banner-auto {
  background: url("../img/about-banner.jpg") no-repeat center top;
  background-size: cover;
  height: auto;
}

.about-banner-auto .banner-content {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  background-color: #24417B;
}

.about-banner-auto .banner-content h2 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 50px;
}

.about-banner-auto .banner-content p {
  text-align: left;
}

.about-banner-auto h5 {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 15px;
}

.team-section {
  padding: 100px 0 0;
}

.team-section .title {
  color: #363636;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 110px;
  display: block;
}

.team-section .item {
  text-align: center;
  position: relative;
  margin-bottom: 110px;
}

.team-section .item figure {
  position: absolute;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #dbdbdb;
  top: -75px;
  left: 50%;
  margin-left: -75px;
}

.team-section .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-section .item .content {
  border: solid 1px #dbdbdb;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 30px;
  padding-top: 100px;
  width: 100%;
}

.team-section .item .content h3 {
  font-size: 18px;
  color: #253f74;
  font-weight: 700;
}

.team-section .item .content h4 {
  font-size: 16px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-section .item .content h4 i {
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.team-section .item .content span {
  color: #999999;
  font-size: 16px;
}

.team-section .item .content p {
  display: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.team-section .item:hover figure {
  z-index: 55;
}

.team-section .item:hover .content {
  position: absolute;
  z-index: 2;
  background-color: #fff;
}

.team-section .item:hover .content p {
  display: block;
}

.buy-banner {
  background: url("../img/about-banner.jpg") no-repeat center top;
  background-size: cover;
  height: 850px;
  position: relative;
}

.buy-banner .banner-content {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}

.buy-banner .banner-content h2 {
  font-weight: 700;
  font-size: 55px;
  margin-bottom: 15px;
}

.buy-banner .banner-content p {
  font-size: 18px;
  width: 700px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.buy-banner .banner-image-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.workflow-section {
  padding: 100px 0;
}

.workflow-section .title {
  color: #363636;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 35px;
}

.workflow-section .item {
  background: #7000e2;
  border-radius: 12px;
  padding: 0 30px 0 30px;
  min-height: 270px;
  position: relative;
}

.workflow-section .item figure {
  margin-bottom: 0;
}

.workflow-section .item h5 {
  color: white;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.workflow-section .item p {
  color: white;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.workflow-section .item:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url("../img/arrow-right.png") no-repeat;
  right: -20px;
  top: 50%;
  background-size: contain;
  margin-top: -5px;
}

.how-banner {
  background: url("../img/how-banner.jpg") no-repeat center top;
  background-size: cover;
  height: 900px;
  position: relative;
}

.how-banner .banner-content {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding-top: 100px;
}

.how-banner .banner-content h2 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 15px;
}

.how-banner .banner-content p {
  font-size: 18px;
  width: 700px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.how-banner .banner-image-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.erp-section {
  padding: 100px 0;
}

.erp-section h2 {
  color: #1a1a1a;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px;
}

.erp-section h2 span {
  color: #7F00FD;
}

.erp-section figure {
  text-align: center;
}

.erp-section .content-block {
  padding-right: 50px;
}

.erp-section .content-block h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.erp-section .content-block ul {
  margin: 0;
  padding: 0;
  padding-left: 15px;
}

.erp-section .content-block ul li {
  list-style: disc;
  list-style-position: outside;
  margin-bottom: 30px;
}

.result-section {
  background: url("../img/result-bg.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  padding: 100px 0 160px 0;
}

.result-section h2 {
  font-weight: 700;
  font-size: 55px;
  margin-bottom: 35px;
}

.result-section .block-wrapper {
  border: solid 1px #7D01F9;
  padding: 30px;
  border-radius: 10px;
}

.result-section .item-block {
  text-align: center;
  padding: 0 20px;
  width: 20%;
}

.result-section .item-block img {
  width: 100%;
}

.result-section .item-block h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}

.result-section .item-block h3 {
  font-size: 50px;
  font-weight: 700;
}

.result-section .item-block p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
}

.best-software-secetion {
  padding: 100px 0;
  background-color: #F3F4F6;
}

.best-software-secetion h4 {
  font-size: 48px;
  font-weight: 700;
  color: #1b2730;
}

.best-software-secetion .item {
  margin-bottom: 50px;
  display: inline-block;
  padding: 0 100px 0 0;
}

.best-software-secetion .item h5 {
  color: #1b2730;
  font-size: 20px;
  font-weight: 700;
}

.best-software-secetion .item p {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 400;
}

.your-option {
  padding: 100px 0;
  position: relative;
}

.your-option .title {
  color: #363636;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 35px;
}

.your-option .content-item {
  background-color: #7000e2;
  border-radius: 14px;
}

.your-option .content-item .top-block {
  padding: 30px;
  position: relative;
}

.your-option .content-item .top-block h2 {
  font-size: 35px;
  color: white;
  font-weight: 700;
}

.your-option .content-item .top-block p {
  color: white;
  font-size: 16px;
  padding: 0;
  margin: 0;
}

.your-option .content-item .top-block p span {
  border-bottom: solid 1px white;
}

.your-option .content-item .top-block:after {
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: -12px;
  content: "";
  background: url("../img/arrow-top.svg");
  width: 14px;
  height: 14px;
  background-size: contain;
}

.your-option .content-item .bottom-block {
  background-color: #5900b5;
  padding: 30px;
  border-radius: 0 0 14px 14px;
  position: relative;
}

.your-option .content-item .bottom-block:after {
  position: absolute;
  left: 35px;
  margin-left: -7px;
  top: -12px;
  content: "";
  background: url("../img/arrow-bottom.svg") no-repeat center 0;
  width: 14px;
  height: 14px;
  background-size: contain;
}

.your-option .content-item .bottom-block h5 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  padding: 0;
  color: white;
}

.your-option .content-item .bottom-block span {
  color: white;
  font-size: 15px;
  padding: 0;
  margin: 0;
  font-weight: 400;
}

.your-option h6 {
  margin: 0;
  font-size: 35px;
  font-weight: 700;
  padding: 0;
  text-align: center;
  margin-top: 45px;
}

.step-section {
  background-color: #dce0e2;
  padding: 100px 0 0 0;
  text-align: center;
}

.step-section .title {
  color: rgb(54, 54, 54);
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 35px;
  line-height: 50px;
}

.manage-banner {
  background: url("../img/inner-banner.jpg") no-repeat center top;
  background-size: cover;
  height: 900px;
  position: relative;
}

.manage-banner .banner-content {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding-top: 100px;
}

.manage-banner .banner-content h2 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 15px;
}

.manage-banner .banner-content p {
  font-size: 18px;
  width: 700px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.manage-banner .banner-content a {
  background: url("../img/mange-banner-btn.png") no-repeat;
  padding: 12px 15px;
  text-decoration: none;
  color: white;
  font-weight: 600;
  display: inline-block;
  margin-top: 30px;
  background-size: contain;
}

.manage-banner .banner-image-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.banner-image-home-round img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  padding-bottom: 10px;
  display: block;
}

.banner-image-home img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.treatment-home-image {
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
  padding-bottom: 10px;
}

.btn-custom-main {
  background: #263E6C !important;
  color: #fff !important;
  border-radius: 8px;
  border: none;
  font-size: 1.08rem;
  font-weight: 600;
  font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
  padding: 0.75rem 1.5rem;
  letter-spacing: 0.02em;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 2px 8px rgba(44, 62, 80, 0.07);
}

.btn-custom-main:hover,
.btn-custom-main:focus {
  background: #1a2947 !important;
  color: #fff !important;
}

@media only screen and (max-width: 767px) {
  .main-banner {
    overflow: hidden;
  }

  .main-banner .home-banner-content .btn-block .btn-item a {
    font-size: 15px;
  }

  .main-banner .home-banner-content .btn-block .btn-item span {
    font-size: 11px;
  }

  .main-banner .home-banner-content p {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .main-banner .home-banner-content h2 {
    font-size: 35px;
    margin-bottom: 15px;
  }

  .banner-image-home img {
    width: 100%;
  }

  .banner-image-home-round img {
    width: 100%;
    border-radius: 50%;
  }

  .about-banner {
    background: url("../img/about-banner.jpg") no-repeat center top;
    background-size: cover;
    height: 500px;
  }

  .about-banner .banner-content {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    height: 400px !important;
    /* adjust as needed */
  }

  .treatment-home-image img {
    width: 100%;
    border-radius: 5px;
  }

  .home-banner-content {
    padding-top: 30px;
  }

  .things-should-section {
    padding: 60px 0;
  }

  .things-should-section h3 {
    font-size: 45px;
    line-height: 55px;
  }

  .things-should-section .nav-item {
    margin-bottom: 15px;
  }

  .things-should-section .nav-tabs .nav-link {
    border-radius: 10px;
    padding: 10px 30px;
    font-size: 14px;
  }

  .things-should-section .item {
    margin: 0 50px;
  }

  .things-should-section .item .slide-item .slider-content {
    padding: 30px;
  }

  .partners-section {
    padding: 50px 0;
  }

  .partners-section .title h2 {
    color: #1b2730;
    font-size: 30px;
    font-weight: 700;
  }

  .partners-section .partners-logo img {
    width: 85%;
  }

  .partners-section .btn-block {
    display: flex;
  }

  .press-section {
    padding: 60px 0;
  }

  .press-section .title h2 {
    color: #1b2730;
    font-size: 45px;
    font-weight: 700;
  }

  .press-section .slie-wrapper {
    padding: 0 50px;
  }

  .boarderless-section {
    padding: 30px 0;
    height: auto;
  }

  .boarderless-section .title h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .cta-section {
    height: 500px;
  }

  .cta-section .btn-wrap {
    display: block;
  }

  .cta-section .btn-wrap .btn-item {
    margin-bottom: 15px;
    margin-right: 0;
  }

  footer ul {
    padding-top: 0;
    margin-left: 0;
  }

  footer .manage {
    margin-bottom: 20px;
  }

  .boarderless-section .item.left-item {
    text-align: center;
  }

  .boarderless-section .item {
    text-align: center;
  }

  .cta-section .title {
    text-align: center;
    margin-bottom: 50px;
  }

  .cta-section .title h3 {
    color: white;
    font-size: 35px;
    font-weight: 700;
  }

  .about-banner img {
    width: 100%;
  }

  .navbar-toggler {
    position: absolute;
    right: 15px;
  }

  .menu-wrapper {
    background: #24417B;
    position: absolute;
    top: 64px;
    width: 100%;
    left: 0;
    height: auto;
    opacity: .9;
  }

  .menu-wrapper .nav-list {
    padding: 15px 30px;
  }

  .menu-wrapper .nav-list li {
    width: 100%;
    margin: 0;
    line-height: 60px;
    text-transform: uppercase;
    text-align: center;
  }


  .menu-wrapper .nav-list li a {
    text-decoration: none;
    color: rgb(186, 212, 224) !important;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
  }

  .menu-wrapper .nav-list li a:hover {
    color: white !important;
  }


  .menu-wrapper .client-login-btn {
    margin: 0 30px;
    margin-bottom: 15px;
    width: 190px;
  }

  .menu-wrapper .chat-btn {
    margin: 0 30px;
    margin-bottom: 30px;
    width: 190px;
    display: none;
  }

  .menu-wrapper .chat-btn i {
    position: relative;
    top: 0px;
    margin-left: 15px;
  }

  .menu-wrapper .chat-btn img {
    width: auto;
  }

  .navbar-toggler:focus {
    border: 0 !important;
    box-shadow: none !important;
  }

  .navbar-toggler {
    border: 0 !important;
    color: #495D86 !important;
  }

  .navbar-toggler.collapsed .icon-close {
    display: none !important;
  }

  .navbar-toggler.collapsed .icon-bar {
    display: block !important;
  }

  .navbar-toggler:not(.collapsed) .icon-close {
    display: block !important;
  }

  .navbar-toggler:not(.collapsed) .icon-bar {
    display: none !important;
  }

  header.fixed-bg .navbar-brand img {
    width: auto;
  }

  .topheader .left span {
    margin-right: 15px;
  }
}

.insurance-logo {
  height: 50px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
  background: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  margin: 5px;
}

.insurance-logo-bcbs {
  height: 100px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
  background: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  margin: 5px;
}

.accordion-button:not(.collapsed) {
  color: #2c3e50;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, .125);
}

/*# sourceMappingURL=common.css.map */

/* OwlCarousel 2.3.4 button reset */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  display: block;
}