:root {
  --primary-color: #1a2334;
  --secondary-color: #656c76;
  --link-color: #007bff;
  --light-color: #f0eee7;
  --red-color: #cc0000;
  --primary-font: "Open Sans", sans-serif;
  --secondary-font: "Montserrat", sans-serif;
  --common-transition: all 0.4s;
}

/*====== Header ======*/
.header-area {
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 99992;
  width: 100%;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.25);
}

.header-top {
  padding: 10px 0;
}

.header-nav {
  background-color: var(--primary-color);
  border-bottom: 1px solid #646c76;
}

.head-cta .main-btn {
  font-weight: 700;
  letter-spacing: 1.5px;
  background-color: var(--red-color);
}

.head-cta .main-btn:hover {
  background-color: var(--primary-color);
}

.head-cta .main-btn img {
  width: 20px;
  margin-left: 0;
  margin-bottom: 3px;
}

.site-logo img {
  width: 150px;
}
.middle-text {
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .header .header-area .header-top .container {
    max-width: 100%;
  }
  .site-logo img {
    width: 110px;
  }
}

@media all and (max-width: 991px) {
  .middle-text {
    display: none;
  }
}
@media (max-width: 575px) {
  .head-cta .main-btn {
    font-size: 10px;
    padding: 7px 10px;
    text-align: center;
    min-width: 100px;
  }
  .head-cta .main-btn img,
  .head-cta .main-btn i {
    display: none;
  }
  .site-logo img {
    width: 75px;
  }
}

/*====Side Navigation====*/
.menu-icon {
  display: flex;
  margin-left: auto;
  text-align: center;
  width: 30px;
  height: 30px;
}

.menu-icon-in {
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: inline-block;
}

.menu-icon-in span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background-color: var(--secondary-color);
  border-radius: 10px;
}

.menu-icon-in span:nth-child(1) {
  top: 10%;
}

.menu-icon-in span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.menu-icon-in span:nth-child(3) {
  bottom: 10%;
}

.menu-icon-in.open span:nth-child(1) {
  top: 13px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 100%;
  background-color: #f3f3f3;
}

.menu-icon-in.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.menu-icon-in.open span:nth-child(3) {
  top: 13px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  width: 100%;
  background-color: #f3f3f3;
}

.menu-icon-in:hover span {
  background-color: #f3f3f3;
}

.overflow-nav {
  overflow-y: scroll;
}

.dvLeft.open {
  left: 0;
}

#slidebar-out {
  color: #732525;
  font-size: 1.6rem;
  position: absolute;
  right: 12px;
  top: 8px;
  cursor: pointer;
}

#menubar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

#menubar::-webkit-scrollbar {
  width: 10px;
  background-color: #fff0;
}

#menubar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 2px rgb(0 0 0 / 0.3);
  background-color: #443b34;
}
.menu-icon-in span,
.menu-icon-in.open span:nth-child(3),
.menu-icon-in.open span:nth-child(1),
.menu-icon-in:hover span {
  background-color: var(--secondary-color);
}

@media all and (min-width: 992px) {
  .dvLeft {
    display: none;
  }
}
@media (max-width: 1199px) {
  .menu-icon-in span {
    height: 3px;
  }
  .dvLeft {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9998;
    overflow-x: hidden;
    overflow-y: auto;
    left: -320px;
    width: 300px;
    background-color: #fff;
    padding: 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 1px 0 5px #0000003d;
    -moz-box-shadow: 1px 0 5px #0000003d;
    -webkit-box-shadow: 1px 0 5px #0000003d;
  }
  .mask-overlay {
    content: "";
    position: fixed;
    background: linear-gradient(180deg, rgb(0 0 0 / 50%), rgb(41 61 102 / 30%));
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
  }
  body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
}

@media all and (max-width: 991.5px) {
  .dvLeft {
    left: -320px;
    width: 300px;
    padding-top: 120px;
  }
}

@media all and (max-width: 767px) {
  .dvLeft {
    padding-top: 86px;
  }
}

/*====== Top Navigation =====*/
.logo-small,
.small-phone {
  visibility: hidden;
  position: absolute;
}
@media (min-width: 1200px) {
  .navbar {
    padding: 0;
  }

  .navbar-nav.ml-auto {
    margin-left: 0 !important;
  }

  .navbar a:hover {
    text-decoration: none;
  }
  .navbar-nav > li {
    position: relative;
    padding: 0 1rem;
  }

  .navbar-nav > li:first-child {
    padding-left: 0;
  }

  .navbar-nav > li:last-child {
    padding-right: 0;
  }

  .navbar-light .navbar-nav > li > a {
    color: #fff !important;
    position: relative;
    text-transform: capitalize;
    padding: 1rem 0;
    display: block;
    border-radius: 0;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: var(--secondary-font);
  }

  .navbar-light .navbar-nav > li.dropdown > a {
    padding-right: 20px;
  }

  .navbar-light .navbar-nav > li span.dropdown-caret {
    display: none;
  }

  .navbar-light .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 4px;
    left: 0;
    background: var(--secondary-color);
    box-shadow: 0 0 3px 1px #fff;
    visibility: hidden;
    transform: scaleX(0);
    -webkit-transition: 0.25s linear;
    -moz-transition: 0.25s linear;
    -o-transition: 0.25s linear;
    -ms-transition: 0.25s linear;
    transition: 0.25s linear;
  }

  .navbar-light .navbar-nav > li.dropdown:hover > a:before,
  .navbar-light .navbar-nav > li > a:hover:before {
    visibility: visible;
    transform: scaleX(1);
  }

  .dropdown .dropdown-menu {
    background: #fff;
    top: 120%;
    z-index: 99;
    display: block;
    min-width: 24rem;
    width: max-content;
    border-radius: 0;
    border: 0;
    opacity: 0;
    visibility: hidden;
    left: 5px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.21);
    padding: 0;
    position: relative;
    margin: 0;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -o-transition: top 0.3s;
    -ms-transition: top 0.3s;
    transition: top 0.3s;
  }

  .dropdown:hover > .dropdown-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }

  .navbar-nav > li:last-child > .dropdown-menu {
    left: inherit;
    right: 0;
  }

  .navbar-light .navbar-nav .dropdown-menu a {
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 1.5rem;
    padding: 10px;
    display: block;
    line-height: normal;
    border-radius: 0;
    position: relative;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    transition: transform 0.3s;
  }

  .navbar-light .navbar-nav > li:hover > a {
    color: var(--secondary-color);
  }

  .navbar-light .navbar-nav .dropdown-menu a:hover,
  .navbar-nav > li.dropdown .dropdown-menu li.dropdown:hover > a {
    color: var(--primary-color);
    transform: translateX(5px);
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    transition: transform 0.3s;
  }

  .navbar-nav .dropdown-menu > li {
    position: relative;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
  }

  .navbar-nav .dropdown-menu li:last-child {
    border-bottom: 0;
  }

  .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0 !important;
  }

  .navbar-nav > .dropdown > a::after {
    position: absolute;
    right: 2px;
    content: "\f107";
    font-family: FontAwesome;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #fff !important;
  }

  .navbar-nav > .dropdown:last-child .dropdown::after {
    display: none;
  }

  .navbar-light .navbar-nav > li:hover > a:after {
    color: var(--secondary-color);
  }

  .navbar-nav li.dropdown:last-child:hover .dropdown-menu:after {
    left: inherit;
    right: 10%;
  }

  .navbar-light .navbar-nav > li.dropdown .dropdown-menu li.dropdown a {
    padding-right: 25px;
  }

  .navbar-light .navbar-nav > li.dropdown .dropdown-menu li.dropdown > a::after {
    position: absolute;
    right: 10px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    content: "\f0da";
    font-family: FontAwesome;
    font-weight: 900;
    color: #000;
  }

  .navbar-nav > li.dropdown .dropdown-menu li.dropdown > a:hover::after,
  .navbar-nav > li.dropdown .dropdown-menu li.dropdown:hover > a::after {
    color: var(--primary-color);
  }
  .navbar-nav .nav-link.active {
    color: var(--primary-color);
  }

  a.nav-link:hover {
    color: var(--primary-color) !important;
  }

  .navbar-light .navbar-nav > li > a:hover:before {
    background-color: var(--primary-color);
  }
  .navbar-nav > .dropdown > a:hover::after,
  .navbar-nav > .dropdown > a.nav-link.active::after {
    color: #fff !important;
  }
  .dropdown-item.active {
    color: var(--primary-color) !important;
    background-color: #c6d9ff;
  }
}

@media (max-width: 1199px) {
  .navigation {
    margin-top: 15px;
  }
  /* ===== Navigation ===== */
  li.nav-item.dropdown.current .nav-link {
    background-color: var(--secondary-color);
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .navigation .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    font-family: var(--secondary-font);
  }

  a.dropdown-item:visited {
    color: var(--secondary-color);
  }
  a.dropdown-item.active,
  .navigation .nav-link.active {
    color: var(--primary-color) !important;
    background-color: #c6d9ff;
  }

  /* ===== Caret ===== */
  .dropdown-caret {
    cursor: pointer;
    margin-left: auto;
    transition: transform 0.3s ease;
  }

  /* ===== Dropdown menu (closed) ===== */
  .dropdown-menu {
    display: none;
    position: static;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
  }

  /* ===== OPEN STATE ===== */
  .nav-item.current > .dropdown-menu {
    display: block;
    background-color: #f4f6fa;
  }

  /* Rotate caret when open */
  .nav-item.current .dropdown-caret .fa-caret-down:before {
    content: "\f0d8";
  }

  /* ===== Dropdown items ===== */
  .dropdown-item {
    padding: 10px 16px;
    color: var(--secondary-color);
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding-top: 10px;
    border-top: 1px solid rgb(255 255 255);
  }

  .dropdown-item:hover {
    background: var(--secondary-color);
    color: #fff;
  }
  #ulmenu > .nav-item + .nav-item {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid rgba(253, 201, 201, 0.45);
  }
}
/*======= Contact Form ======*/
.dynamic-form .form-grid {
  gap: 2rem;
}
.dynamic-form .form-title {
  display: none;
}

.dynamic-form .form-group {
  flex: 1 1 445px;
}

.dynamic-form .form-actions {
  text-align: center;
  margin-top: 2.5rem;
}

.dynamic-form .btn-submit {
  background: var(--primary-color);
  padding: 8px 20px;
  font-size: 1.6rem;
  min-width: 150px;
}

.dynamic-form .floating-label {
  font-size: 1.6rem;
  color: var(--secondary-color);
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.dynamic-form .form-control {
  font-size: 1.6rem;
  width: 100%;
  padding: 8px;
  box-shadow: inset 0 0 4px -0.5px rgb(212 212 212 / 50%);
}

.dynamic-form .btn-submit:hover {
  background: var(--secondary-color);
}

/*===== Hero Section ====*/
.slider-wrapper {
  position: relative;
  width: 100%;
  background-image: url(https://cdn.moumachi.com.bd/websites/2026/32120/images/hero-banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  height: 600px;
}
.slider-text {
  position: relative;
}

.slider-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #061738de;
}

.slider-text .mega-heading {
  font-size: 55px;
  position: relative;
  line-height: normal;
  letter-spacing: 1px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: rgb(31 35 35 / 50%) -3px 3px 5px;
}

.slider-text p {
  color: #ffffff;
  text-shadow: rgb(31 35 35 / 50%) -3px 3px 5px;
  font-size: 18px;
}

.slider-text .main-btn {
  margin-top: 20px;
}
.slider-content .img-box {
  position: relative;
}

@media (max-width: 1199px) {
  .slider-text .mega-heading {
    font-size: 36px;
  }
  .slider-text p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .slider-wrapper .img-box img {
    width: 65%;
  }
  .slider-text {
    text-align: center;
  }
  .slider-wrapper {
    height: 650px;
  }
}

@media (max-width: 575px) {
  .slider-wrapper {
    height: 550px;
  }
  .slider-text .mega-heading {
    font-size: 24px;
  }
  .slider-text p {
    font-size: 14px;
  }
  .slider-text a.main-btn {
    margin-top: 10px;
  }
}

/*========== Footer ==========*/
.footer {
  background-color: var(--primary-color);
}

.footer-top {
  padding: 25px 0;
}

.footer-logo img {
  width: 120px;
  height: auto;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 8px;
}
a.social-icon {
  text-align: end;
}

.social-icon img {
  width: 30px;
}

.footer-links ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 20px;
  margin-bottom: 0;
  justify-content: center;
}

.footer-links ul a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.footer-bottom {
  background: var(--primary-color);
  color: white;
  padding-block: 15px;
  border-top: 1px solid #636363;
}

.footer-bottom a {
  color: #fff;
}

.powered-by img {
  max-width: 20px;
  margin: 0 2px;
}

.powered-by a {
  color: #febb02 !important;
  text-decoration: none;
}

.powered-by p {
  margin-bottom: 0;
}

.footer-bottom p {
  margin-bottom: 0;
}
.social-icons {
  display: grid;
  grid-template-columns: repeat(auto-fit, 32px);
  justify-content: end;
  gap: 10px;
}

.social-icons img {
  background: #fff;
  padding: 5px;
  border-radius: 8px;
  box-shadow: 0 0 3px 0 #00000038;
  width: 32px;
}
@media (max-width: 991px) {
  .footer-logo {
    text-align: center;
  }
  .social-icons {
    justify-content: center;
  }
  .footer-links ul {
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .footer-links ul a {
    font-size: 13px;
  }
}
/*====== Service Boxs ======*/
.service-box {
  padding-bottom: 40px;
  height: 100%;
  position: relative;
  box-shadow: 0 0 10px 0px rgb(0 0 0 / 15%);
  border: 1px solid #e9e9e9;
}

.box-content .small-heading {
  font-size: 18px;
  text-transform: capitalize;
}

.box-content {
  padding: 15px;
  padding-bottom: 5px;
}

.box-links {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 42px;
}

.box-links a {
  padding: 10px 15px;
  background-color: var(--secondary-color);
  font-size: 15px;
  position: relative;
  display: flex;
  align-items: center;
  transition: all ease 0.3s;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  word-spacing: 2px;
}

.box-links a i {
  line-height: 22px;
  transform: translateX(5px);
  transition: all 0.5s ease;
  font-size: 10px;
}

.service-box:hover .box-links a i {
  transform: translateX(10px) !important;
}
.box-content .small-heading a {
  color: var(--primary-color);
  border-bottom: 1px solid #9ba0a682;
  padding-bottom: 2px;
}

@media (max-width: 767px) {
  .box-links a {
    padding: 7px 15px;
    font-size: 12px;
  }
  .box-content .small-heading {
    font-size: 20px;
    line-height: 32px;
  }
}

/*====== CTA ====*/
.cta {
  background-color: #f5f7fa !important;
  border: 1px solid #d3d9e1;
}
.cta-box {
  padding: 40px;
  background-color: var(--primary-color);
  border-radius: 20px;
  color: #fff;
  max-width: 1050px;
  margin: auto;
  text-align: center;
}
.ctaBtn {
  margin-top: 25px;
}

.ctaBtn .main-btn {
  border: 2px solid #ffffff;
  background-color: var(--red-color);
}
.ctaBtn .main-btn:first-child {
  margin-right: 10px;
}
.ctaBtn .main-btn:hover {
  border: 2px solid #fff;
  background-color: var(--primary-color);
}
@media (max-width: 575px) {
  .ctaBtn .main-btn {
    min-width: 150px;
    font-size: 15px;
    padding: 8px 15px;
  }
}
@media (max-width: 425px) {
  .ctaBtn .main-btn:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .ctaBtn .main-btn {
    display: block;
  }
  .common-box .content {
    padding: 15px;
  }
}
.footer .common-box {
  color: #fff;
  background-color: transparent;
  box-shadow: none;
}
.footer .common-box p {
  font-weight: 500;
}
.footer .common-box p:last-child {
  margin-bottom: 0;
}
.whyChoose .common-box .img-box {
  padding: 20px;
  padding-bottom: 0;
}

.whyChoose .common-box img {
  max-width: 90px;
}

.whyChoose .common-box .content {
  padding: 20px;
}

.whyChoose .common-box .content .title-xs {
  margin-bottom: 0;
}
.common-sec.whyChoose {
  background-color: var(--secondary-color) !important;
  text-align: center;
  color: #fff;
}
a.main-btn.call img {
  width: 15px;
  margin-right: 3px;
  margin-bottom: 3px;
}

/*====== review sec  ======*/
.review-card {
  background-color: #2d374b;
  border-radius: 10px;
  padding: 2rem;
  display: grid;
  grid-gap: 10px;
  transition: all ease 0.5s;
  height: 100%;
  color: #fff;
}

.r_header,
.r_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}

.r_body {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  border-top: 1px solid #666b77;
  padding-top: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #666b77;
}

.review-card:hover .cardLinks .circle-btn i {
  color: #fff;
  background-color: var(--site-secondary-color);
}

.review-card:hover .r_header a {
  text-decoration: underline;
}

.review-star {
  font-size: 2.2rem;
}

.review-star::before {
  content: "★★★★★";
  color: #ccc;
  display: inline-block;
}

.review-star[data-rating^="1"]::before {
  content: "★☆☆☆☆";
  color: #ffc107;
}

.review-star[data-rating^="2"]::before {
  content: "★★☆☆☆";
  color: #ffc107;
}

.review-star[data-rating^="3"]::before {
  content: "★★★☆☆";
  color: #ffc107;
}

.review-star[data-rating^="4"]::before {
  content: "★★★★☆";
  color: #ffc107;
}

.review-star[data-rating^="5"]::before {
  content: "★★★★★";
  color: #ffc107;
}

.review-card .r_footer {
  align-items: center;
}

.review-card .r_footer .cardLinks .circle-btn {
  font-size: 14px;
}

.review-card .cardLinks .circle-btn i {
  width: 30px;
  height: 30px;
}

.review-card .r_header a {
  font-size: 18px;
  font-weight: 500;
}
.r_footer img {
  max-width: 60px;
}

@media (min-width: 576px) {
  .r_body {
    min-height: 140px;
  }
}

@media (max-width: 575px) {
  .r_body {
    padding-bottom: 12px;
  }
}

.common-box.imgTitle-box {
  padding: 15px;
  border-radius: 18px;
  margin-bottom: 0;
  background: rgb(45 55 75);
  box-shadow: none;
}

.common-box.imgTitle-box img {
  background-color: #fff;
  padding: 5px;
}

.common-box.imgTitle-box .content {
  padding: 0;
}

.common-box.imgTitle-box .content a {
  color: #fff;
  display: block;
  padding: 15px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.common-card {
  background: #edf2f9;
  padding: 30px;
  height: 100%;
  border-radius: 10px;
}
.common-card .img-box {
  text-align: left;
}

.common-card .img-box img {
  width: 75px;
}
.details-block details {
  background-color: #dae6ff;
  border-radius: 10px;
  border: 1px solid #fff;
}

.details-block details + details {
  margin-top: 15px;
}

.details-block details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.details-block details summary:after {
  font-size: 26px;
  text-align: center;
  font-weight: 700;
}

.details-block details summary:after {
  content: "\002B";
}

.details-block details[open] summary:after {
  content: "\2212";
}

.details-block details summary strong {
  font-weight: 700;
}

.details-block details[open] .expand {
  padding-left: 15px;
  position: relative;
  margin: 0 20px 15px 20px;
  border-left: 2px solid #7ba4ff;
}
.common-sec.realResult {
  background-color: var(--primary-color);
  color: #fff;
}

@media (max-width: 575px) {
  .common-box.imgTitle-box .content a {
    font-size: 15px;
  }
}

/* Pricing page */
.left-bar {
  position: relative;
  border-left: 5px solid #dc3545;
  padding-left: 15px;
}
.price-review-box,
.price-cart-box {
  margin-top: 30px;
}
.pricing__options .pricing __options__item ul li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0;
}
.c-prim-lime {
  color: #d4fd52 !important;
}
.pricing__options .pricing__options__item ul li i.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pricing__options__item {
  background-color: var(--primary-color);
  border-radius: 16px;
  padding: 36px 24px;
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
  position: relative;
  color: #fff;
}
.pricing__options .pricing__options__item ul {
  padding-left: 0;
}
.pricing__options .pricing__options__item ul li {
  gap: 20px !important;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
}
@media (min-width: 992px) {
  .pricing__options .pricing__options__item:first-child {
    border-radius: 16px 0 0 16px;
  }
}
@media (min-width: 992px) {
  .pricing__options .pricing__options__item:nth-child(2) {
    /* border-radius: 16px 0 0 16px; */
  }
}
@media (min-width: 992px) {
  .pricing__options .pricing__options__item:last-child {
    border-radius: 0 16px 16px 0;
  }
}
.tt-lo {
  text-transform: lowercase;
}
.c-wt-40 {
  color: rgba(255, 255, 255, 0.4) !important;
  font-size: 18px;
}
.c-wt-70 {
  color: rgba(255, 255, 255, 0.7) !important;
}
.micro {
  font-size: 13px;
}
.common-sec.price {
  background: url("/images/assets/background/space-3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-attachment: fixed;
  background-color: var(--common-primary-text);
  color: #000;
}
.pricing__options__item {
  box-shadow: rgb(255 255 255 / 35%) 0px 5px 15px;
}
.pricing__options__item h2.h3 {
  font-weight: 600;
}
.pricing__options__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  background-color: #1e4de9;
  gap: 10px;
  padding: 5px 10px;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.5s;
}
.pricing__options__item a:hover {
  color: #1e4de9 !important;
  background-color: #ffffff;
}
table.plans tbody tr td i.fa.fa-check,
table.plans tbody tr td i.fa.fa-close {
  color: var(--common-primary-text);
}
.pricing__options .pricing__options__item:nth-child(2) {
  border-radius: 16px;
}
tbody.compare-plans tr td {
  text-align: center;
}
tbody.compare-plans tr td:first-child {
  text-align: left;
}
.pricing-table.all-pricing.comparison table tbody:first-child tr th {
  font-weight: 400;
}
.pricing-table.all-pricing.comparison table tbody:last-child tr td {
  text-align: center;
}
.pricing-table.all-pricing.comparison table tbody:last-child tr td:first-child {
  text-align: left;
}
.common-sec.price .container .common-primary-bg {
  width: 100%;
  overflow: scroll;
}
.pricing__options .pricing__options__item:nth-child(2) {
  position: relative;
}
.m-plans__ribbon {
  display: block;
  margin: 0;
  position: absolute;
  top: -5px;
  right: -4px;
  outline: 1px solid #fff0;
  width: 10rem;
  height: 10rem;
  overflow: hidden;
}
.m-plans__ribbon::before {
  content: "";
  background-color: #dc3545;
  display: block;
  position: absolute;
  height: 4px;
  width: 16px;
  top: 0px;
  left: 0;
  z-index: 1;
}
.m-plans__ribbon span {
  background-color: #dc3545;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  font-size: 11px;
  position: absolute;
  top: 44px;
  right: -47px;
  padding: 0.0625rem 0 0.0625rem 3.125rem;
  width: 16rem;
  z-index: 2;
  transform: rotate(45deg);
}
.m-plans__ribbon::after {
  content: "";
  background-color: #dc3545;
  display: block;
  position: absolute;
  height: 1rem;
  width: 0.25rem;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .m-plans__ribbon span {
    font-size: 9px;
  }
}
@media (max-width: 575px) {
  .m-plans__ribbon span {
    top: 38px;
    right: -41px;
  }
}
.gradient-card__body .fa.fa-quote-left {
  font-size: 50px;
  color: #dc3545 !important;
}
.pricing__options__item a {
  color: #ffffff !important;
  background-color: #1e4de9;
}
.pricing__options__item a:hover {
  color: #1e4de9 !important;
  background-color: #ffffff;
}
.gradient-card__body p:last-child span {
  font-size: 13px;
  font-weight: 200;
}
@media (max-width: 425px) {
  .pricing-table table {
    border-spacing: 0 !important;
  }
}
@media (max-width: 425px) {
  .pricing-table.all-pricing.comparison table tbody:first-child tr th,
  .all-pricing table tbody tr td {
    font-size: 9px !important;
  }
  table tbody:nth-child(2) tr th a,
  .pricing-table > div {
    font-size: 9px;
  }
}

.gradient-card__body .fa.fa-quote-left {
  font-size: 36px;
}
div.gradient-card__body.quote {
  padding: 15px;
  background-color: #19191c;
}
@media (max-width: 991px) {
  td.managed,
  td.premium,
  td.dominate {
    display: table-cell !important;
  }
  .m-plans__ribbon {
    width: 11rem;
    height: 11rem;
  }
  .m-plans__ribbon span {
    width: 18rem;
  }
  p.pricing-paragraph::before {
    height: 274px;
  }
}

th.bold-text span {
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 991px) {
  .all-pricing {
    .premium,
    .dominate {
      display: table-cell !important;
    }
  }
  .price-review-box,
  .price-cart-box {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .pricing-table table tbody tr th span {
    font-size: 15px;
  }
  .pricing-table table tbody tr th {
    font-size: 13px;
  }
  .price-review-box,
  .price-cart-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .pricing-table table tbody tr th span {
    font-size: 11px;
  }
  .pricing-table table tbody tr th {
    font-size: 9px;
  }
  .all-pricing table tbody tr td:first-child {
    font-size: 9px;
  }
  .pricing-table div {
    font-size: 11px;
  }
}

.common-primary-bg {
  background-color: #f6f1ff !important;
}

.gradient-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  border: 3px solid #fff0;
  background: linear-gradient(45deg, #614ce1, #54f792) border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  transition: var(--common-transition);
  pointer-events: none;
}

.tim-profile {
  display: grid;
  grid-template-columns: 250px 1fr;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background: #f5f7fa;
  border: 1px solid #cfd3d8;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .tim-profile {
    grid-template-columns: 1fr;
  }

  .tim-photo img {
    height: 180px;
    margin: 0 auto;
  }

  .tim-photo {
    margin: 0 auto;
    text-align: center;
  }

  .profile-page-bio {
    text-align: center;
  }
}
.keyFeatured .common-box .img-box span {
  padding: 15px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 15px;
}

.keyFeatured .common-box .img-box img {
  width: 70px;
  height: 70px;
}

.keyFeatured .common-box {
  background-color: #faf9f5;
  transition: all 0.4s;
  padding: 15px;
  box-shadow: none;
}
.keyFeatured .common-box .content {
  padding: 0;
}
.keyFeatured .common-box:hover {
  background-color: #f2f0ec;
}

.video-box {
  position: relative;
}

.video-box img {
  border-radius: 5px;
  width: 100%;
}

.video-btn {
  position: absolute;
  text-align: center;
  color: inherit;
  font-size: 25px;
  border: none;
  height: 65px;
  width: 100px;
  border-radius: 50% / 15%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  background-color: rgb(220 53 69 / 90%);
  box-shadow: none;
  transition: 0.5s;
}

.video-btn .fa-play {
  color: #fff;
  position: relative;
  z-index: 99;
  -webkit-transition: color 0.5s;
  transition: 0.5s;
  text-decoration: none;
  line-height: 80px;
}

.video-btn:hover {
  color: inherit;
  background-color: red;
}

.video-btn:hover .fa-play {
  color: #fff;
}

.video-btn:before,
.video-btn:after {
  display: none;
}
@media (max-width: 575px) {
  .video-btn {
    font-size: 20px;
    height: 50px;
    width: 80px;
  }
}
