@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet');

body {
  font-family:"Poppins", sans-serif;
  color:#000000;
  font-size:16px;
  font-weight:normal;
  overflow-x:hidden;
  margin:0;
}

a {
  text-decoration:none;
}

img {
  max-width:100%;
  height:auto;
}

a:focus,
input:focus,
input[type="submit"]:focus,
button:focus,
select:focus {
  outline:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight:bold;
  color:var(--black);
  margin:0;
}

p {
  color:var(--blacklight);
  font-size:16px;
  padding:0;
  margin:0;
  line-height:28px;
}

h1 {
  font-size:70px;
}

h2 {
  font-family:"Poppins", sans-serif;
  font-style:normal;
  font-weight:600;
  font-size:33px;
  line-height:normal;
  text-align:center;
  color:#092945;
}

h3 {
  font-size:32px;
}

h4 {
  font-size:24px;
}

h5 {
  font-size:20px;
}

h6 {
  font-size:18px;
  line-height:normal;
}

*,
::before,
::after {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

:root {
  --primary:#5291f7;
  --secondary:#ef4444;
  --primarylight:#f9f6f1;
  --white:#ffffff;
  --black:#000;
  --blacklight:#4f4f4f;
}

.dflex {
  display:flex;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width:100%;
  margin-left:auto;
  margin-right:auto;
  padding-left:20px;
  padding-right:20px;
}

.pt_72 {
  padding-top:43px;
}

.pt_47 {
  padding-top:47px;
}

.pt_45 {
  padding-top:45px;
}

.pb_45 {
  padding-bottom:45px;
}

.pb_72 {
  padding-bottom:58px;
}

.mb_48 {
  margin-bottom:48px;
}

.btn-blue {
  background:var(--primary);
  color:var(--white);
  border:1px solid var(--primary);
  padding:16px 64px 16px 35px;
  border-radius:100px;
  font-weight:600;
  font-size:16px;
  position:relative;
  align-items:center;
}

.btn-blue:before {
  content:"";
  background-image:url(../images/arrow.svg);
  background-repeat:no-repeat;
  background-position:center;
  background-color:#5384ef;
  width:38px;
  height:38px;
  border-radius:50%;
  position:absolute;
  right:12px;
  top:6px;
}

.btn-blue:hover {
  background:#fff;
  border:1px solid var(--primary);
  color:var(--primary);
}

.btn-blue:hover::before {
  background-color:var(--primary);
}

.subtitle {
  font-size:20px;
  text-transform:capitalize;
  color:var(--secondary);
  font-family:"Poppins", sans-serif;
  font-weight:500;
  margin-bottom:2px;
}

.login-block {
  display:flex;
  align-items:center;
  gap:16px;
}

.language {
  color:var(--primary);
  border-radius:250px;
  font-weight:600;
  font-size:16px;
  display:block;
  padding:16px 50px 16px 30px;
  border:1px solid var(--primary);
  -webkit-appearance:none;
  -moz-appearance:none;
  background:url(../images/select-arrow.svg) no-repeat #fff;
  background-position-x:75%;
  background-position-y:20px;
}

.text_center {
  text-align:center;
}

.hover-img {
  overflow:hidden;
}

.hover-img:hover img {
  transition:0.5s all ease-in-out;
  -webkit-transform:scale(1.08);
  transform:scale(1.08);
}

.hover-img img {
  -webkit-transition:all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition:all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}

.hover-effect-top {
  overflow:hidden;
}

.hover-effect-top img {
  margin-top:12px;
  -webkit-transform:scale(1.5);
  transform:scale(1.1);
  -webkit-transition:0.3s ease-in-out;
  transition:0.3s ease-in-out;
}

.hover-effect-top:hover img {
  margin-top:0;
}

.form-control {
  display:block;
  width:100%;
  font-size:14px;
  font-weight:500;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  border-radius:5px;
  border:1px solid #dee2e6;
  padding:12px 12px;
  font-family:"Poppins", sans-serif;
  position:relative;
}

/* header css */

.home_page header {
  position:absolute;
  width:100%;
  z-index:2;
}

.top-header {
  align-items:center;
  justify-content:space-between;
  background:var(--white);
  border-radius:10px;
}

.top-header {
    padding: 8px 24px;
    margin-top: 20px;
    box-shadow: 10px 10px 60px 12px rgba(0, 0, 0, 0.05);
    margin-bottom:20px;
}

header .navigation .navbar ul {
  display:flex;
  list-style:none;
  padding-left:0;
}

header .navigation .navbar ul .nav-item {
  padding-left:22px;
  padding-right:22px;
}
header .navigation .navbar ul .nav-item .nav-link {
    color: #092945;
    font-weight: 600;
    font-size: 18px;
}


.header-top {
  text-align:center;
  padding:12px;
  background:#f5ece0;
}

.header-top p {
  color:var(--blacklight);
  font-weight:600;
  text-transform:capitalize;
}

.home_page header .header-top p {
  color:var(--white);
}

.home_page header .header-top {
  background:transparent;
}

.logo {
  margin-top:5px;
}
.menu-img {
  padding-left:15px;
  padding-right:15px;
  margin-top:16px;
}

/* header css */


.slide-wrapper {
  position:relative;
  display:flex;
  flex-direction:column;
}
h1 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 71px;
    text-transform: capitalize;
    color: #092945;
}


/* .banner-search button {
  background:var(--primary);
  color:var(--white);
  border:none;
  height:50px;
  border-radius:150px;
  font-family:"Poppins", sans-serif;
  font-weight:600;
  padding:14px 30px;
  position:absolute;
  right:125px;
  font-size:16px;
  cursor:pointer;
} */

.banner-search button:hover {
  background:var(--secondary);
}

.banner-search .location img {
  height:auto;
}

.banner-search .terms {
  color:var(--white);
  font-weight:500;
  padding-top:12px;
}

.banner-search .terms a {
  color:var(--secondary);
}

.banner-search .location {
  width:50px;
  height:50px;
  background:var(--secondary);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-left:18px;
}

.slick-slider .slick-prev:before {
  left:0;
  background-image:url(../images/arrow-left.svg);
  width:40px;
  height:40px;
  position:relative;
  right:0;
  background-repeat:no-repeat;
  background-position:center;
  color:#000;
  content:"";
  display:block;
  opacity:initial;
}

.slick-prev {
  left:50px !important;
  z-index:1;
  opacity:inherit;
}

.slick-slider .slick-next:before {
  left:0;
  background-image:url(../images/arrow-right.svg);
  width:40px;
  height:40px;
  position:relative;
  right:0;
  background-repeat:no-repeat;
  background-position:center;
  color:#000;
  content:"";
  display:block;
  opacity:initial;
}

.slick-next {
  right:50px !important;
  z-index:1;
  opacity:inherit;
}

body .slick-prev,
body .slick-next {
  width:40px;
  height:40px;
}
.slide-wrapper .slick-prev,
.slide-wrapper .slick-next {
  z-index:99;
}
/* about us */

.col_30 {
  width:30%;
}

.col_70 {
  width:70%;
}

.about-us .dflex {
  align-items:center;
  flex-wrap:wrap;
}

.about-img {
  border:1px solid #dfdfdf;
  border-radius:800px;
  margin-bottom:0;
  padding:19px;
  display:inline-block;
  background:#ffffff;
}

.about-img .hover-img {
  border-radius:800px;
}

.about-img img {
  border-radius:800px;
  width:100%;
  height:380px;
}

.about-content {
  padding-left:85px;
}

.about-content h2 {
  margin-bottom:8px;
}

.about-content p {
  font-weight:500;
  line-height:28px;
  margin-bottom:30px;
}

.image-flower {
  position:absolute;
  left:0;
  bottom:-35px;
}

.about-us .col_30 {
  position:relative;
  width:21%;
}

.image-rotate {
  position:absolute;
  top:0;
  right:0;
}

.rotate-arrow {
  position:absolute;
  top:50%;
  transform:translate(0px, -50%);
  left:0;
  right:0;
  margin:0 auto;
  text-align:center;
}

.image-rotate .rotate-arrow img {
  width:auto;
}

.about-us {
  position:relative;
  background-color:var(--primarylight);
}

/*.about-us:after {
    position:absolute;
    content:'';
    background-image:url(../images/about-bg.svg);
    right:0;
    width:458px;
    height:663px;
    top:0;
    background-position:right;
    background-repeat:no-repeat;
    z-index:-1;
    }*/

/*.about-us:before {
    position:absolute;
    content:'About Us';
    right:0;
    bottom:-13px;
    z-index:-1;
    font-size:150px;
    text-transform:uppercase;
    font-weight:bold;
    color:#E5E5E5;
    -webkit-text-fill-color:#ffffff00;
    -webkit-text-stroke-width:1px;
    -webkit-text-stroke-color:#E5E5E5;
    background:transparent;
}
*/
/* about us */

/* Featured Therapist  */

.therapist {
  background-color:var(--primarylight);
  position:relative;
  padding-left:20px;
  padding-right:20px;
}

.name {
  font-size:18px;
  font-weight:500;
  padding-top:15px;
  color:var(--secondary);
}

.therapist-block h6 {
  font-family:"Poppins", sans-serif;
  font-weight:500;
  padding-right:24px;
  margin:8px 0;
}

.therapist-block .location {
  width:30px;
  height:30px;
  background:var(--secondary);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:9px;
}

.therapist-block .dflex {
  align-items:center;
  gap:8px;
}

.therapist-block .hover-effect-top {
  height:338px;
}

.therapist-block .hover-effect-top img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top;
}
.therapist-block .dflex span.location {
  width:22px;
  height:22px;
  padding:6px;
}
.therapist-block .dflex span {
  color:#6e7279;
  font-size:13px;
  font-weight:500;
}

.price {
  font-size:18px;
  color:var(--primary);
  font-weight:600;
  margin-top:10px;
}

.therapist .slick-slide {
  margin:0 12px 12px;
}

.therapist .slick-prev {
  left:-40px !important;
}

.therapist .slick-slider .slick-prev:before {
  background-image:url(../images/arrowred-left.svg);
}

.therapist .slick-next {
  right:-40px !important;
}

.therapist .slick-slider .slick-next:before {
  background-image:url(../images/arrowred-right.svg);
}

.image-separator {
  padding:0 50px;
}

.line {
  background:#d9d6d2;
  height:1px;
  width:100%;
}

.separator {
  display:flex;
  align-items:center;
  padding-top:55px;
  padding-bottom:55px;
}

.image-separator img {
  max-width:135px;
}

.marquee-two {
  display:flex;
  align-items:center;
}

.marquee-group {
  display:flex;
  align-items:center;
}

.marquee-two .text {
  font-size:80px;
  color:#606060;
  -webkit-text-fill-color:#ffffff00;
  -webkit-text-stroke-width:1px;
  -webkit-text-stroke-color:#606060;
  font-family:"Poppins", sans-serif;
  padding-left:100px;
  position:relative;
}

.marquee-two .text:after {
  background-image:url(../images/shape-marquee.svg);
  content:"";
  position:absolute;
  left:18px;
  height:105px;
  width:78px;
  -webkit-transition:all 0.3s ease;
  transition:all 0.3s ease;
}




.map-img {
  width:40%;
}

.map {
  width:60%;
}

.map-locaion {
  max-width:560px;
  margin-right:auto;
  width:100%;
  max-height:465px;
  overflow-y:auto;
  padding-right:13px;
}

.map-block {
  display:flex;
  border-radius:0 20px 20px 0;
  border:1px solid #dfdfdf;
  margin-bottom:20px;
}


.map-detail {
  padding:20px;
  border-left:0;
  width:60%;
}

.map-detail h6 {
  font-family:"Poppins", sans-serif;
  font-weight:500;
  margin-bottom:20px;
}

.detail-content {
  display:flex;
  align-items:center;
  gap:5px;
  margin-bottom:15px;
}

.detail-content a {
  color:var(--blacklight);
  font-size:14px;
  font-weight:500;
}

.map-img img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.detail-content span {
  color:var(--blacklight);
  font-size:14px;
  font-weight:500;
}

.read-more {
  color:var(--primary);
  font-weight:600;
  font-size:14px;
  display:flex;
  align-items:center;
  gap:4px;
}

.read-more:after {
  content:"";
  background-image:url(../images/read-more.svg);
  background-repeat:no-repeat;
  width:14px;
  height:14px;
  vertical-align:middle;
  background-size:contain;
  background-position:center;
}


/* Our Services  */
.services {
  background-color:var(--primarylight);
}

.service-block {
  background:var(--white);
  text-align:center;
  padding:58px 0 0;
  position:relative;
}

.service-block p {
  font-weight:500;
  padding:0 40px;
}

.service-block .btn-blue {
  display:block;
  margin:20px auto 20px;
  max-width:157px;
}

.service-block:nth-child(2) {
  background:#f5ece0;
}

.service-block:nth-child(3) {
  background:#f2efea;
}

.service-block h3 {
  font-weight:500;
  margin-bottom:20px;
}

.service-block-back {
  position:absolute;
  top:0;
  opacity:0;
  height:100%;
  width:100%;
  color:#fff;
}

.service-back-content {
  position:absolute;
  top:50%;
  transform:translate(0px, -50%);
  left:0;
  right:0;
}

.service-image {
  position:relative;
  height:100%;
}

.service-image img {
  height:100%;
}

.service-block:hover .service-block-back {
  opacity:1;
}

.service-back-content h3 {
  color:var(--white);
}

.service-back-content p {
  color:var(--white);
}

.service-image:after {
  position:absolute;
  content:"";
  background:#00000057;
  height:100%;
  width:100%;
  top:0;
  left:0;
}

/* Our Services  */

/* Find massage therapists  */
.therepist-bg {
  background-image:url(../images/therepist-bg.png);
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  padding:80px 0;
}

.therepist-bg .subtitle {
  color:var(--white);
}

.therepist-bg h2 {
  color:var(--white);
  max-width:640px;
  margin-bottom:28px;
  font-size:45px;
}

/* Find massage therapists  */

.testimonial {
  /* background-color:var(--primarylight); */
  /* position:relative; */
  width:50%;
  flex:1;
  /* background-image:url("/public/assets/images/bg.png");
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat; */
}

.testimonial-slider {
  max-width:765px;
  margin:auto;
  text-align:center;
}

.rating {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  font-size:0;
}

.rating.rat-1 img:nth-child(2),
.rating.rat-1 img:nth-child(3),
.rating.rat-1 img:nth-child(4),
.rating.rat-1 img:nth-child(5) {
  display:none;
}

.rating.rat-2 img:nth-child(3),
.rating.rat-2 img:nth-child(4),
.rating.rat-2 img:nth-child(5) {
  display:none;
}

.rating.rat-3 img:nth-child(4),
.rating.rat-3 img:nth-child(5) {
  display:none;
}

.rating.rat-4 img:nth-child(5) {
  display:none;
}

.rating.rat-5 img:nth-child(6) {
  display:none;
}

.testimonial-block p {
    font-size: 18px;
    line-height: 32px;
    margin: 14px 0 0;
    font-weight: 500;
    color: #384755;
}

.review-client {
  font-size:30px;
  font-family:"Poppins", sans-serif;
  font-weight:500;
}

.testimonial-block .review-client {
    margin-top: 20px;
    color: #092945;
    font-size: 18px;
    font-weight: 600;
}

.testimonial-block .review-client span {
    font-size: 18px;
    color: #092945;
    font-weight: 400;
}

.review-client span {
  font-size:24px;
  color:var(--blacklight);
}

.review-img img {
  margin:auto;
  text-align:center;
  border-radius:150px;
  width:80px;
  height:80px;
  object-fit:cover;
  margin-top:30px;
}

.testimonial .slick-dots li button:before {
  color:#adc1ef !important;
  font-size:70px;
  opacity:initial;
}

.testimonial .slick-dots {
  bottom:-40px;
}

.testimonial .slick-dots li.slick-active button:before {
  color:#2563eb !important;
}

.footer-block.footer-about {
  width:34%;
  display:flex;
  align-items:center;
}

.footer-block {
  width:22%;
}

.footer-block p {
  color:var(--white);
  margin-top:18px;
}
.footer-block.footer-about p {
  display:none;
}
.footer-block h6 {
  font-size:20px;
  /* color:var(--white); */
  font-weight:bold;
  font-family:"Poppins", sans-serif;
  margin-bottom:20px;
}

.footer-block ul {
  padding-left:0;
  list-style:none;
}

.footer-block ul li {
  color:#000;
  margin-bottom:10px;
}

footer {
  background:#fafafb;
  color:#000;
  padding-top:60px;
  position:relative;
}
/* footer:after {
  position:absolute;
  content:"";
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:#000000;
  background:linear-gradient(
    90deg,
    rgb(0 0 0 / 62%) 0%,
    rgb(34 7 7 / 62%) 100%
  );
} */
.logo-footer {
  margin-top:-23px;
}

ul.social-links {
  display:flex;
  gap:8px;
}

ul.social-links a {
  border-radius:50%;
  width:40px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--white);
}

.footer-block ul.social-links a {
  color:var(--white);
}

.footer-block ul.social-links a:hover {
  color:var(--white);
  background:var(--primary);
  border:1px solid var(--primary);
}

footer .dflex {
  flex-wrap:wrap;
  z-index:2;
  position:relative;
  /* padding-bottom:50px; */
}

.footer-bottom {
  background:#000;
  padding:23px 0 22px;
  z-index:2;
  position:relative;
  border-top:1px solid #ffffff2b;
}
.footer-bottom p {
  color:var(--white);
  font-size:14px;
  text-align:center;
  line-height:20px;
}

.footer-bottom-links {
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
}

.copyright-company {
  align-items:center;
  display:flex;
}

.footer-block ul li a {
  /* color:#dddddd; */
  font-weight:500;
}

.footer-block ul li a:hover {
  color:var(--primary);
}

.rotate-animate {
  animation:animName 8s linear infinite;
}
ul.social-links li.fb a {
  background-color:#3b5998;
}

ul.social-links li.youtube a {
  background-color:#cd201f;
}

ul.social-links li.instagram a {
  background-color:#d72198;
}
@keyframes animName {
  0% {
    transform:rotate(0deg);
  }

  100% {
    transform:rotate(360deg);
  }
}

.vert-move {
  -webkit-animation:mover 1s infinite alternate;
  animation:mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform:translateY(0);
  }

  100% {
    transform:translateY(-10px);
  }
}

@keyframes mover {
  0% {
    transform:translateY(0);
  }

  100% {
    transform:translateY(-10px);
  }
}



/* therapists page */
.therapists-list {
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  grid-gap:30px;
}

.therapists-list .therapist-block {
  border:1px solid rgba(37, 99, 235, 0.1);
  box-shadow:0px 2px 4px rgba(0, 0, 0, 0.06);
  padding-bottom:12px;
}
.therapists-list .therapist-block .hover-img img {
  height:100%;
  object-fit:cover;
  width:100%;
  object-position:top;
}
.therapists-list .therapist-block .hover-img {
  height:320px;
}
.therapist-content {
  padding:12px;
}

.therapist-content h6 {
  margin:0;
  padding:0;
}

.therapist-name {
  font-weight:500;
  color:var(--secondary);
  font-style:italic;
  font-size:14px;
}

.techniques {
  font-weight:500;
  color:var(--blacklight);
  font-size:14px;
  margin:10px 0;
}

.therapist-content .dflex {
  margin:13px 0;
}

.therapist-content .dflex span {
  font-size:14px;
  text-transform:capitalize;
}

.therapist-content .dflex img {
  width:18px;
  height:18px;
}

.therapist-content .price {
  font-size:16px;
  font-weight:bold;
}

.therapists-list .therapist-block p {
  font-size:14px;
  padding:14px 12px;
  border-top:1px solid #e9effd;
  font-weight:500;
  line-height:22px;
}

.pagination {
  border:1px solid #ece7e7;
  width:100%;
  margin:70px 0 24px;
  padding:20px 0;
}

.pagination ul {
  display:flex;
  list-style:none;
  padding-left:0;
  justify-content:center;
  margin:0;
  gap:18px;
}

.pagination ul a {
  color:var(--black);
  font-size:18px;
}

.pagination ul .arrow {
  padding:8px 16px;
  background:var(--primary);
  height:36px;
}

.pagination ul a.active {
  color:var(--primary);
  font-weight:bold;
}

.breadcrumb {
  background:var(--primarylight);
  padding:12px;
}

.breadcrumb ul {
  display:flex;
  flex-wrap:wrap;
  list-style:none;
  margin:0;
  padding-left:0;
}

.breadcrumb ul a {
  font-size:14px;
  color:#3c3838;
  font-weight:500;
  position:relative;
  padding-right:0;
}

.breadcrumb ul li {
    padding-right: 20px;
    color: #3C3838;
    font-weight: 500;
    display: block;
    font-size: 14px;
}

.breadcrumb ul a:after {
  content:"";
  position:absolute;
  top:6px;
  width:8px;
  height:8px;
  border-top:2px solid #3c3838;
  border-left:2px solid #3c3838;
  transform:rotate(135deg);
  margin-left:5px;
}

.breadcrumb ul a.active:after {
  display:none;
}

/* therapists page */

/* about us inner page */
.vision-mission {
  background-image:url(../images/bg-about.png);
  padding:58px 0;
}

.about-left {
  display:flex;
  width:80%;
}
.about-us-section .dflex {
  align-items:self-start;
  flex-wrap:wrap;
}
.about-sidebar {
  width:20%;
  border:1px solid rgba(37, 99, 235, 0.15);
  box-shadow:0px 0px 34px rgba(30, 27, 27, 0.04);
  padding:25px 20px 25px 15px;
}

.about-inner-img {
  width:40%;
}

.about-inner-content {
  width:60%;
  padding-left:40px;
  padding-right:25px;
}

.about-inner-img img {
  width:100%;
  border-radius:15px;
  height:450px;
  object-fit:cover;
}

.about-us-section {
  padding:60px 0;
}

.about-sidebar li {
  margin-bottom:6px;
  position:relative;
  padding-left:14px;
}

.about-sidebar li:before {
  position:absolute;
  content:"";
  background-image:url(../images/arrow-double.svg);
  width:10px;
  height:10px;
  background-position:center;
  background-size:contain;
  background-repeat:no-repeat;
  top:6px;
  left:0;
}

.about-sidebar ul {
  list-style:none;
  padding-left:0;
}

.about-sidebar ul a {
  color:var(--blacklight);
  font-weight:500;
  position:relative;
}

.about-sidebar h3 {
  font-family:"Poppins", sans-serif;
  font-size:18px;
  color:var(--secondary);
}

.about-inner-content p {
  font-weight:500;
  margin-bottom:20px;
}

.about-inner-content h2 {
  margin-bottom:20px;
}

.about-inner-content p b {
  color:var(--secondary);
}

.about-sidebar .quick-link {
  margin-bottom:24px;
}

.vision-block {
  background:#ffffff;
  box-shadow:0px 4px 34px rgba(0, 0, 0, 0.07);
  border-radius:15px;
  text-align:center;
  padding:38px 27px;
  margin:auto;
}

.vision-mission .dflex {
  gap:34px;
}

.vision-mission-icon {
  width:170px;
  height:170px;
  background-clip:content-box;
  border-radius:50%;
  display:flex;
  justify-content:center;
  align-items:center;
  box-sizing:border-box;
  flex:0 0 auto;
  margin:auto;
  border:1px dashed #ef4444;
}

.vision-mission-icon .facitlity-icon-img {
  background:#fef2f2;
  border-radius:50%;
  padding:16px 13px;
  width:160px;
  height:160px;
  display:flex;
  justify-content:center;
  align-items:center;
}

.vision-block h6 {
  font-family:"Poppins", sans-serif;
  margin:20px 0 14px;
}

.vision-block p {
  font-weight:500;
}

.our-story {
  padding:64px 0;
}

.story-content {
  width:66%;
  padding-right:74px;
}

.story-img {
  width:34%;
}

.our-story h2 {
  margin-bottom:20px;
}

.story-content p {
  font-weight:500;
  margin-bottom:16px;
}

.story-content p b {
  color:var(--secondary);
}

.story-img img {
  border-radius:15px;
}

.clients-succeed {
  background-image:url(../images/bg-about.png);
  padding:58px 0;
}

.clients-succeed h2 {
  text-align:center;
  max-width:460px;
  margin:0 auto 15px;
}

.clients-succeed h2 span {
  font-style:italic;
  text-decoration:underline;
}

.clients-succeed p {
  max-width:520px;
  text-align:center;
  margin:auto;
  color:var(--black);
  font-weight:500;
  margin-bottom:45px;
}

.counter.dflex {
  justify-content:center;
  max-width:1108px;
  margin:auto;
  flex-wrap:wrap;
}

.counter-block {
  width:25%;
  text-align:center;
  border-right:1px solid #e4e4e4;
}

.counter-block h5 {
  font-family:"Poppins", sans-serif;
  font-size:55px;
  margin-bottom:5px;
}

.counter-block p {
  margin-bottom:0;
  color:var(--blacklight);
  font-size:18px;
}

.counter-block:last-child {
  border:none;
}

/* about us inner page */

/* blog  page */

.blog-list {
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  grid-gap:30px;
}

.blog-list-block {
    border: 1px solid rgba(37, 99, 235, 0.1);
    padding-bottom: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.blog-detail {
  padding:16px 8px 16px 16px;
}

.blog-detail .date-time {
    margin-bottom: 12px;
    font-family: "Poppins", sans-serif;
    color: #092945;
    font-size: 16px;
}

.blog-list-block img {
  position:relative;
}

.date {
  position:absolute;
  top:0;
  background:var(--primary);
  color:var(--white);
  font-size:14px;
  font-weight:500;
  padding:8px 12px;
}

.blog-list-block .blog-img {
  position:relative;
}

.blog-detail h6 {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 27px;
    font-weight: 500;
    color: #092945;
}

.blog-detail h6 a {
  color:#000;
}

.blog-detail p {
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #092945;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
}

.blog-detail .read-more {
  font-size:16px;
  display:inline-block;
  margin-top:10px;
  text-decoration:underline;
}

.blog-detail .read-more:hover {
  color:var(--secondary);
}

.blog-detail .read-more::after {
  display:none;
}

.blog-content {
  width:70%;
  padding-right:60px;
}

.blog-recent {
  width:30%;
}

.sidebar-recent-post {
  background:#ffffff;
  border:1px solid rgba(37, 99, 235, 0.15);
  box-shadow:0px 0px 34px rgba(30, 27, 27, 0.04);
  padding:20px;
}

.sidebar-recent-post h4 {
  font-family:"Poppins", sans-serif;
  font-size:20px;
}

.recent-post-block {
  display:flex;
  gap:18px;
  border-bottom:1px solid #dee8fc;
  padding:16px 0;
}

.sidebar-recent-post a {
  color:var(--black);
}

.recent-post-block img {
  width:110px;
  height:72px;
  object-fit:cover;
  border-radius:4px;
}

.blog_date img {
  width:16px;
  height:auto;
}

.recent-post-content p {
  font-size:15px;
  font-weight:500;
  line-height:22px;
  color:var(--black);
}

.blog_date {
  display:flex;
  align-items:center;
  gap:5px;
  margin-top:6px;
}

.blog_date span {
  font-size:14px;
  font-weight:500;
}

.blog-content h4 {
  font-family:"Poppins", sans-serif;
  font-weight:600;
  margin-bottom:20px;
  font-size:24px;
}

.blog-image {
  margin-bottom:37px;
  margin-top:35px;
}

.blog-image img {
  border-radius:15px;
}

.blog-content .blog_date {
  margin-bottom:10px;
  font-size:18px;
  font-weight:500;
}

.blog-content h6 {
  font-size:20px;
  color:var(--black);
  font-family:"Poppins", sans-serif;
  font-weight:600;
  margin-bottom:12px;
}

.blog-content p {
  font-weight:500;
  margin-bottom:20px;
}

.recent-post-block:last-child {
  border:none;
}

.blog-page .image {
  margin:0;
  padding:0;
  margin-bottom:28px;
  margin-top:28px;
}

.blog-page .image img {
  border-radius:15px;
  width:100%;
}

.blog-content strong {
  color:var(--black);
  font-weight:600;
}

.blog-content h1 {
  font-size:24px;
  font-weight:600;
  margin-bottom:18px;
}

.blog-content h2 {
  font-family:"Poppins", sans-serif;
  font-size:20px;
  font-weight:600;
  margin-bottom:18px;
}

.blog-content h3 {
  font-size:18px;
  font-weight:600;
  margin-bottom:18px;
}

.blog-content h5 {
  font-size:18px;
  font-weight:600;
  margin-bottom:18px;
}

.blog-content ul {
  padding-left:20px;
}

.blog-content ul li {
  font-weight:500;
  margin-bottom:12px;
  color:var(--blacklight);
  font-size:16px;
  line-height:28px;
}

/* blog  page */

body.sign-up .user .btn-user {
  background:var(--primary);
  color:var(--white);
  padding:12px 30px;
  border-radius:100px;
  font-weight:600;
  font-size:16px;
  position:relative;
  border:none;
  align-items:center;
  font-family:"Poppins", sans-serif;
  margin-top:10px;
  cursor:pointer;
}

body.sign-up .user .btn-user:hover {
  background:var(--secondary);
}

.sign-up .package.nextlevel .container {
  max-width:1055px;
}

.sign-up .package.nextlevel .container .user {
  box-shadow:rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding:29px;
}

.sign-up .package.nextlevel .text-center {
  text-align:center;
}

.sign-up .package.nextlevel p {
  margin-top:17px;
}

.sign-up .package.nextlevel p a {
  color:var(--primary);
  text-decoration:underline;
}

.sign-up .package.nextlevel .container .user.Step2 label {
  font-weight:500;
}

.sign-up .package.nextlevel .container .user.Step2 label #emailaddress {
  color:var(--secondary);
}

.sign-up .package.nextlevel .container .user.Step2 p {
  font-weight:500;
  font-size:15px;
  margin-bottom:9px;
}

.sign-up .package.nextlevel .container .user.Step3 .form-group {
  margin-bottom:18px;
  position:relative;
}

.sign-up .package.nextlevel .container .user .input-group-append {
  position:absolute;
  right:13px;
  top:38px;
}

.sign-up .package.nextlevel .container .user .input-group-append i {
  opacity:0.5;
}

.sign-up .package.nextlevel .container .user.Step3 label.form-label {
  font-weight:500;
  font-size:15px;
  margin-bottom:8px;
  color:#4f4f4f;
  display:block;
}

.form-control select {
  border:1px solid #dee2e6;
  padding:4px 12px;
  font-family:"Poppins", sans-serif;
}

.form-label.label-error {
  color:#ff0000 !important;
  font-size:14px !important;
}

div#therapist-signup-loader .spinner {
  margin:10px auto;
}

/* therapists detail  page */
.therapists-content {
  width:55%;
  padding-right:45px;
}

.therapists-image {
  width:45%;
  position:sticky;
  top:40px;
  align-self:flex-start;
}

.therapists-image img {
  width:100%;
  border-radius:0 !important;
}
#thumbnail-slider img {
  object-fit:cover;
}
.therapists-detail {
  padding:30px 0 60px;
}

.therapists-title {
  display:flex;
  align-items:center;
  gap:10px;
}

.therapists-title span {
  color:#8a8a8a;
  font-weight:bold;
  font-size:16px;
  font-family:"Poppins", sans-serif;
  font-style:italic;
}

.therapists-title img {
  margin-top:10px;
}

.therapists-facility {
  display:flex;
  margin-top:30px;
  flex-wrap:wrap;
  gap:20px;
}

.therapists-facility .facility-block {
  width:30%;
  background:#f5f6fb;
  padding:20px 8px;
  text-align:center;
  max-width:180px;
  font-size:14px;
  font-weight:500;
}
.therapists-facility .facility-block img {
  margin:auto;
  margin-bottom:17px;
}
.therapists-facility .facility-block p {
  color:var(--black);
  font-size:14px;
  font-weight:500;
  line-height:20px;
}

.overview-section {
  margin:45px 0 34px;
}

.overview-section p {
  font-weight:500;
}

.therapy-title {
  background:var(--primary);
  color:var(--white);
  font-weight:600;
  font-size:17px;
  border-radius:5px;
  padding:5px 10px;
  margin-bottom:12px;
  display:inline-block;
  font-family:"Poppins", sans-serif;
}
.travel-schedule-section {
  margin-bottom:34px;
}
.location-section iframe {
  width:100%;
}

.rates-section {
  margin:34px 0;
}

.therapists-content table {
  width:100%;
  border-collapse:collapse;
  border:1px solid #e2e2e2;
}

.therapists-content th,
.therapists-content td {
  padding:10px;
  text-align:center;
}

.therapists-content th {
  text-align:center;
  border-bottom:1px solid #e2e2e2;
  font-size:14px;
  font-weight:bold;
}

.therapists-content td.service-title {
  font-size:16px;
  font-weight:500;
  text-align:left;
}

td.service-title .service-description {
  font-size:13px;
  color:#4f4f4f;
  max-width:218px;
  display:block;
  margin-top:12px;
  line-height:20px;
}

.therapists-content td {
  font-size:14px;
  font-weight:500;
}

.rates-hours .day-rates {
  text-align:left;
  font-size:16px;
  color:#000;
}

.rates-hours td {
  color:#4f4f4f;
  font-size:16px;
}

.specials-section {
  margin:34px 0;
}

.payment-section {
  margin:34px 0;
}

.payment-section ul {
  padding-left:19px;
  list-style:disc;
}

.payment-section ul li {
  color:#4f4f4f;
  font-weight:500;
  margin-bottom:11px;
}

.specials-section p {
  font-weight:500;
}

.specials-section p b {
  color:#000;
}

.payment-specials {
  display:flex;
  gap:70px;
}

.additional-section p {
  font-weight:500;
  margin-bottom:5px;
}

.additional-section p b {
  color:#000;
}

.education-section {
  margin:34px 0;
}

.education-section p {
  font-weight:500;
  margin-bottom:5px;
}

.education-section p b {
  color:#000;
}

.education-section a {
  color:var(--primary);
  font-weight:600;
  text-transform:capitalize;
  text-decoration:underline;
}

.testimonials-section .testimonial-block {
  background:#f9f6f1;
  padding:24px 40px;
  text-align:center;
}

.testimonials-section .testimonial-block p {
  font-size:16px;
  margin:0;
}

.testimonials-section .testimonial-block .review-client {
  font-size:24px;
  margin-top:14px;
}

.therapists-contact {
  background:var(--primary);
}

.therapists-contact .dflex {
  align-items:center;
  justify-content:end;
  gap:8px;
}

.therapists-contact .dflex a {
  padding:12px 8px;
  max-height:58px;
}
.therapists-thumbnail {
  display:flex;
  gap:12px;
  margin-top:10px;
}

.therapists-thumbnail .thumbnail_img {
  width:20%;
}

.therapists-thumbnail .thumbnail_img img {
  height:105px;
  object-fit:cover;
}
.therapy-search {
  max-width:990px;
  margin:auto;
}
.therapy-search .search-form {
  display:flex;
  max-width:initial;
  justify-content:center;
  margin:0 auto 52px;
  gap:20px;
}
.therapy-search .search-form .search-block {
  width:50%;
}
.therapy-search .search-form .search-block .ts-control {
  background:#f2f2f2;
  padding:0;
  border-radius:150px;
  padding-left:22px;
  font-size:16px;
  height:50px;
}
.therapy-search .search-form .search-block .ts-control input {
  height:auto;
}

.ts-wrapper.plugin-remove_button .item {
  font-size:16px;
  font-weight:500;
  color:#686363;
}
.therapy-search .search-form button {
  position:static;
  padding:13px 30px;
  height:47px;
}

.therapy-search .search-form input {
  background:#f2f2f2;
  font-size:16px;
}

.therapy-search label {
  font-size:14px;
  margin-bottom:7px;
  display:inline-block;
  font-weight:500;
  color:var(--blacklight);
}

.therapy-search h2 {
  margin-bottom:42px;
}
.therapists-thumbnail .thumbnail_img.active img {
  border:2px solid var(--secondary);
}
.therapists-image .splide__track {
  border-radius:0 !important;
}
.therapists-contact .dflex img {
  width:24px;
  height:24px;
}
.therapists-image .bg-black {
  background-color:#000000b0;
}
/* therapists detail  page */

/* search page */
/* .search-form button:hover {
  background:var(--secondary);
} */


#locationInput::placeholder {
  color:#000;
  opacity:1;
}


.two-cols .col select {
    width: 100%;
}


.search-page h3 {
  text-align:center;
  margin-bottom:30px;
  font-family:"Poppins", sans-serif;
}

.search-list {
  display:grid;
  grid-template-columns:repeat(5, 1fr);
  grid-gap:22px;
  list-style:none;
  padding-left:0;
  margin-bottom:57px;
}

.search-list li a {
  border:1px solid rgba(37, 99, 235, 0.15);
  box-shadow:0px 0px 34px rgba(30, 27, 27, 0.04);
  display:block;
  width:100%;
  color:#383434;
  font-size:18px;
  text-decoration:underline;
  text-align:center;
  padding:25px 0;
  font-weight:500;
  cursor:pointer;
}

.search-list li a:hover {
  background:var(--primary);
  color:var(--white);
  text-decoration:none;
}

.most-viewed {
  padding-bottom:50px;
}

.most-viewed h2 {
  text-align:center;
  margin-bottom:30px;
}

.most-viewed-list {
  display:grid;
  grid-template-columns:repeat(5, 1fr);
  grid-gap:28px;
}

.search-page {
  padding-bottom:18px;
}

.most-viewed-list h6 {
  font-family:"Poppins", sans-serif;
  font-weight:500;
  margin-top:5px;
}

.most-viewed-block .location {
  color:#383434;
  font-weight:500;
  margin-top:2px;
}

.most-viewed-block img {
  height:280px;
  object-fit:cover;
  width:100%;
}

/* search page */

/* cms page */

.cms-page h2 {
  font-size:34px;
  margin-bottom:24px;
}

.cms-page h3 {
  font-size:20px;
  margin-bottom:24px;
  font-family:"Poppins", sans-serif;
}

.cms-page p {
  color:#000;
  margin-bottom:20px;
}

.cms-page h4 {
  font-family:"Poppins", sans-serif;
  font-size:18px;
  margin-bottom:24px;
  margin-top:33px;
  color:var(--secondary);
}

.cms-page strong {
  margin-bottom:20px;
  display:block;
  text-transform:capitalize;
}

.cms-page ul {
  padding-left:20px;
}

.cms-page ul li {
  margin-bottom:18px;
  line-height:28px;
  font-size:16px;
}

.cms-page a {
  color:var(--primary);
  font-weight:500;
}

.cms-page table {
  max-width:1060px;
  margin-bottom:24px;
}

.cms-page table tr td {
  border:1px solid #e9e1e1;
  padding:10px;
}

.cms-page table tr th {
  background:#efefef;
  padding:10px;
  text-align:left;
}

/* cms page */

/* login page */

.login-section h2 {
  text-align:center;
  margin-bottom:28px;
}

.login-section .card .form-group {
  margin-bottom:21px;
}

.login-section .card .btn-user.btn-block {
  background:var(--primary);
  color:var(--white);
  padding:14px 30px;
  border-radius:150px;
  font-weight:600;
  font-size:16px;
  position:relative;
  border:none;
  align-items:center;
  font-family:"Poppins", sans-serif;
  margin-top:0;
  cursor:pointer;
  width:100%;
  text-transform:uppercase;
  display:block;
}

.form-group .error {
  color:var(--secondary) !important;
  font-size:14px;
}

.login-section .card .text_center {
  margin-top:18px;
}

.login-section .card .text_center a.small {
  color:var(--secondary);
  font-weight:600;
  text-decoration:underline;
}

label.error {
  font-size:14px;
}

.login-content {
  width:50%;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction:column;
  padding:0 38px;
  background-image:url(../images/banner2.png);
  background-position:center;
  background-size:cover;
  position:relative;
}

.login-content:after {
  position:absolute;
  content:"";
  background:#0f297e73;
  width:100%;
  height:100%;
}

.login-section .card {
  width:50%;
  padding:45px 45px 80px;
}

.login-content h2 {
  color:#fff;
  margin-bottom:12px;
  z-index:2;
}

.login-content p {
  color:#fff;
  text-align:center;
  z-index:2;
  font-weight:500;
  font-size:17px;
  max-width:720px;
}

.login-section .card form#loginform {
  max-width:550px;
  margin:auto;
}

.login-section .card form#loginform label {
  font-size:14px;
  margin-bottom:12px;
  display:block;
  font-weight:500;
  color:var(--blacklight);
}

.custom-control.custom-checkbox.small {
  display:flex;
  align-items:center;
  gap:5px;
}

.login-section
  .card
  form#loginform
  .custom-control.custom-checkbox.small
  label.custom-control-label {
  margin-bottom:0;
}

.custom-control.custom-checkbox.small label.custom-control-label {
  margin-bottom:0;
}

.login-section .card form#loginform .form-control {
  height:50px;
  background:#f2f2f2;
  border:none;
  border-radius:150px;
  padding:25px;
}

.form-label span.required {
  color:var(--secondary);
}

/* login page */

.browse-cities .btn-blue {
  padding:10px 35px 10px 35px;
  margin-left:23px;
}
.browse-cities .btn-blue::before {
  background-image:none;
  background-color:transparent;
}
.browse-cities select {
  border-radius:150px;
  height:48px;
}

/* 04-07-25 */

.browse-cities .flex {
  display:block;
}

.browse-cities .flex form#browseCityForm {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
}
.country-uk {
  width:34%;
}
.cities-list {
  display:grid;
  grid-template-columns:repeat(6, 6fr);
  grid-gap:30px;
  margin-top:41px;
}
.cities-block h6 {
  text-align:center;
  margin-top:9px;
  font-size:16px;
}
.browse-cities .mb_48 {
  margin-bottom:24px;
}
.review-page-section {
  padding:10px 20px 26px;
}
/* 04-07-25 */

.therapist-block a {
  display:block;
}

.therapist-block .therapist-content h6,
.therapist-block a .name {
  position:relative;
  display:inline-block;
}

.therapist-block .therapist-content h6 img,
.therapist-block a .name img {
  display:inline-block;
  width:25px;
}

.therapist-block .therapist-content h6 img {
  top:3px;
}

.therapist-block .name-techniques h6 {
  display:inline-block;
}
.therapist-block .name-techniques h6 span.name {
  display:inline-block;
  color:#8a8a8a;
  font-weight:bold;
  font-size:13px;
  font-family:"Poppins", sans-serif;
  font-style:italic;
  padding:0px;
}

.therapist-block h6 span.name img {
  width:18px;
}



.slide-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
}


.slick-slider .slider-block img {
    width: 100%;
    height: 861px;
    object-fit: cover;
}

.banner-form {
    position: absolute;
    top: 55%;
    transform: translate(0px, -50%);
    max-width: 100%;
    margin-top: 0px;
    z-index: 1;
    width: 100%;
}

.banner-form h1 {
    width: 100%;
    max-width: 685px;
}

.banner-form .search-container {
    max-width: 550px;
    margin-top: 30px;
    font-family: "Poppins", sans-serif;
}
.banner-form .search-container .heading-block {
    background: #5391F7;
    padding: 0px;
    margin-bottom: 17px;
}

.banner-form .search-container .heading-block h3 {
    color: #ffffff;
    font-size: 23px;
    font-weight: 500;
}
.terms-sec {
    text-align: center;
    padding: 10px 0;
}

.terms-sec p {
    color: #092945;
    font-weight: 400;
    line-height: normal;
}


.terms-sec p a {
    color: #4f8dfd;
    font-weight: 500;
}

.banner-form .search-form .search-row button#locateButton img.icon {
    width: 17px;
}

.banner-form .search-form {
    position: relative;
    margin-top: 20px;
    width: 100%;
    background: #5391F7;
    border: 1px solid #5391F7;
    border-radius: 20px;
    overflow: hidden;
    padding: 21px 30px;
}

.banner-form .search-form .search-row {
    display: flex;
    align-items: center;
    padding: 0px 0px;
    justify-content: space-between;
}

.banner-form .search-form .search-row.location-row {
    background: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 0 10px;
}

.banner-form .search-form .search-row.two-cols {
    flex-wrap: wrap;
    margin-top: 12px;
}

.banner-form .search-form .search-row button#locateButton {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.banner-form .search-form .search-btn {
    margin-top: 18px;
    width: 100%;
    padding: 0px 40px;
    background: #4f8dfd;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    height: 39px;
}


.banner-form .search-form input {
    background: var(--white);
    border: none;
    color: #384755;
    height: 52px;
    border-radius: 0px;
    font-weight: 500;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    position: relative;
    width: 100%;
    padding: 0 8px;
    max-width: 100%;
    flex: 1;
}


/* Modern browsers */
.banner-form .search-form input::placeholder {
 color: #506374 !important;
  opacity: 1; /* Firefox uses lower opacity by default */
}

/* Older Safari / Chrome */
.banner-form .search-form input::-webkit-input-placeholder {
 color: #506374 !important;
}

/* Older Firefox */
.banner-form .search-form input::-moz-placeholder {
 color: #506374 !important;
  opacity: 1;
}

/* IE 10+ */
.banner-form .search-form input:-ms-input-placeholder {
 color: #506374 !important;
}

/* Legacy Edge */
.banner-form .search-form input::-ms-input-placeholder {
 color: #506374 !important;
}


.banner-form .search-form .search-row .col select:focus,
.banner-form .search-form input:focus {
    outline: none !important;
    border: none;
    box-shadow: none;
}


.banner-form .search-form .search-row .col:last-child {
    border: none;
}

.banner-form .search-form .icon {
    height: 100%;
    max-width: 20px;
    width: 100%;
}

.banner-form .search-form .search-row .col {
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
    width: 49%;
    background: #ffffff;
    padding: 0px 13px;
    border-radius: 6px;
}

.banner-form .search-form .search-row .col select {
    border: none;
    font-size: 18px;
    font-weight: 400;
    color: #384755;
    height: 52px;
}


.search-form .search-row.two-cols .field-date {
    position: relative;
    display: flex;
    flex: 1;
}
.search-form .search-row.two-cols .field-date label {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    display: none;
    background: #ffffff;
}





/* 3 blocks css */

.how-it-works .steps {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}



.how-it-works .step {
    display: flex;
    gap: 30px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 30%;
    min-height: 250px;
    border: 1px solid #dadada;
    padding: 30px 20px;
    background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.how-it-works .step p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 29px;
    color: #092945;
    text-align: center;
}



/* ===============================
POPULAR CITIES
=================================== */



.common_space {
    padding: 50px 0;
}


.popular-cities {
    background-color: #fafafb;
}

.popular-cities .menu-wrapper {
    padding: 0 30px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    max-width: 100%;
}

.popular-cities .menu-wrapper .menu-item {
    height: 100%;
    overflow: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    display: inline-flex;
    transition: transform 0.3s ease;
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    align-items: center;
}

.menu-item::-webkit-scrollbar {
    display: none;
}

.popular-cities .menu-wrapper .menu-item a {
    display: inline-block;
    font-size: 18px;
    padding: 5px 20px;
    color: #092945;
    font-weight: 500;
    line-height: normal;
}

.popular-cities .menu-wrapper .menu-item a.active {
    color: #5391f7;
    padding: 10px 20px;
    border-radius: 27px;
    border: 1px solid #5391f7;
}

.popular-cities .menu-wrapper .pointer {
    height: 40px;
    width: 30px;
    line-height: 38px;
    text-align: center;
    position: absolute;
    top: 10%;
}

.popular-cities .menu-wrapper .pointer.left-pointer {
    left: 0;
}

.popular-cities .menu-wrapper .pointer.right-pointer {
    right: 0;
}


.popular-cities .menu-wrapper .pointer i {
    color: #5391F7;
    cursor: pointer;
}

.popular-cities .tab-content {
    padding: 20px;
}


.popular-cities .tab-content .tab-pane {
    display: none;
}

.popular-cities .tab-content .tab-pane.active {
    display: block;
}


.popular-cities .tab-content .city-cards {
    display: grid;
    justify-content: center;
    margin-bottom: 40px;
    grid-template-columns: repeat(3, 3fr);
    column-gap: 30px;
}
.popular-cities .tab-content .city-cards .city-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: drop-shadow(0px 25px 45px rgba(0, 0, 0, 0.05));
}


.popular-cities .tab-content .profiles {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    width: 100%;
    max-width: 391px;
    margin: 40px auto 0;
}

.popular-cities .tab-content .profile {
    flex: 0 0 calc(33.333% - 10px);
    scroll-snap-align: start;
    background: none;
    border-radius: 8px;
    text-align: center;
    padding: 0px;
    min-width: 107px;
}


.popular-cities .tab-content .profiles::-webkit-scrollbar {
  height: 8px; /* horizontal scrollbar height */
}

.popular-cities .tab-content .profiles::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.popular-cities .tab-content .profiles::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.popular-cities .tab-content .profiles::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.popular-cities .dropdown {
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 339px;
    width: 100%;
    margin: 0 auto;
}


.popular-cities .country-select {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    cursor: pointer;
    min-width: 339px;
    user-select: none;
    margin-top: 10px;
    justify-content: center;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.popular-cities .country-select img {
    width: 53px;
    border-radius: 2px;
    height: 30px;
    object-fit: contain;
}

.popular-cities .country-select .arrow img {
    width: 14px;
}

.popular-cities .country-select .country_name {
    font-weight: 600;
    font-size: 23px;
    color: #092945;
}

.popular-cities .country-select .arrow {
    margin-left: auto;
    font-size: 14px;
    transition: transform 0.2s;
}


.popular-cities .dropdown-menu {
  position: absolute;
    top: 86%;
     left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    min-width: 250px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 10;
    display: none;
        overflow: auto;
    height: 200px;
}



.popular-cities .dropdown-menu::-webkit-scrollbar {
  width: 10px;
}

.popular-cities .dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.popular-cities .dropdown-menu::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.popular-cities .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}



.popular-cities .dropdown.open .dropdown-menu{
    display: block;
}

.popular-cities .dropdown-menu .item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    cursor: pointer;
}

.popular-cities .dropdown-menu img {
    width: 20px;
    height: auto;
}



.popular-cities .tab-content .city-cards .city-card h3 {
    color: #092945;
    font-size: 21px;
    font-weight: 600;
    padding: 21px 0;
}

.popular-cities .tab-content .city-cards .profiles .profile a img {
    width: 100px;
    height: 100px;
    border-radius: 12px;
    object-fit: cover;
    margin-bottom: 8px;
}
.popular-cities .tab-content .city-cards .profiles .profile a p {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #092945;
}


.customer_reviews {
    background-image: url(/public/assets/images/bg.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}


.customer_reviews .strip {
    width: 50%;
    background-color: #f6f9fe;
    padding: 0px 10px 43px 40px;
}

.customer_reviews .strip:before {
    content: "";
    background-color: #ebf3ff;
    width: 50%;
    height: 100%;
    right: 0px;
    position: absolute;
}

.customer_reviews .flex-section {
    display: flex;
    flex-wrap: wrap;
}

.customer_reviews .strip_container {
    position: relative;
    z-index: 1;
    padding-top: 47px;
}

.customer_reviews .strip_container .strip_heading {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 33px;
    line-height: 39px;
    text-transform: capitalize;
    color: #092945;
    margin-bottom: 28px;
}

.customer_reviews .strip_container .strip_img {
    background-image: url(/public/assets/images/strip-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 550px;
    width: 100%;
    height: 100%;
    border-radius: 22px;
    overflow: hidden;
}

.customer_reviews .strip_container .strip-content {
    padding: 55px 30px;
}

.customer_reviews .strip_container .strip-title {
    font-size: 41px;
    font-weight: 600;
    color: #07215f;
    width: 330px;
    line-height: 45px;
    padding-top: 0px;
}

.customer_reviews .strip_container .stip-btn {
    padding: 15px 35px;
    background-color: #07215f;
    font-size: 26px;
    font-weight: 600;
    border-radius: 15px;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
}

.bts-popup-container .half-div h2 span {
    display: block;
}

.bts-popup {
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    visibility: visible;
    overflow: auto;
}


.bts-popup .bts-popup-container {
    background-image: url(../images/popupbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 90%;
    max-width: 862px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    position: absolute;
    transform: translate(0%, -50%);
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 50%;
    background-color: #ffffff;
}

.bts-popup-container .half-div ul li span img {
    width: 24px;
}



.bts-popup-container .half-div {
    padding: 30px 15px 30px 43px;
    width: 100%;
    max-width: 646px;
}

.bts-popup-container .half-div h2 {
    text-align: center;
    width: 100%;
    max-width: 328px;
    position: relative;
    padding-left: 0px;
    font-size: 39px;
    line-height: 52px;
    margin-bottom: 12px;
}

.bts-popup-container .half-div p {
    font-size: 20px;
    color: #092945;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 10px;
}

.bts-popup-container .half-div ul li {
    position: relative;
    padding-left: 34px;
}

.bts-popup-container .half-div ul li span {
    position: absolute;
    left: 0px;
    top: 7px;
}

.bts-popup-container .half-div h2 img {
    display: inline-block;
    position: absolute;
    left: 0px;
    width: 49px;
}


.bts-popup-container .half-div ul {
    margin-top: 13px;
    margin-bottom: 15px;
}
.bts-popup-container .half-div .bts-popup-button a {
    border-radius: 11px;
    padding: 15px;
    background-color: #2563eb;
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
    max-width: 346px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
}

.bts-popup-container .bts-popup-close {
    position: absolute;
    background-image: url(/public/assets/images/cross.svg);
    background-position: center;
    background-repeat: no-repeat;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}



/* ==================================
Packages page design css
==================================== */





.inner-head {
background: #EEEEFD; /* Fallback for older browsers */
background: -webkit-linear-gradient(top, #EEEEFD 0%, #FEF7E2 100%); /* Safari 5.1-6, Chrome 10-25 */
background: -moz-linear-gradient(top, #EEEEFD 0%, #FEF7E2 100%); /* Firefox 3.6-15 */
background: -o-linear-gradient(top, #EEEEFD 0%, #FEF7E2 100%); /* Opera 11.1-12 */
background: linear-gradient(180deg, #EEEEFD 0%, #FEF7E2 100%); /* Standard syntax */
padding:40px 20px;
text-align: center;
}

.inner-head h3 {
    color: #092945;
    font-size: 23px;
    font-weight: 700;
    margin-top: 9px;
}

.inner-head h2 {
    text-transform: none;
}


.inner-width h1 {
    margin-bottom: 20px;
}

.inner-width h4 {
    font-size: 23px;
    color: #092945;
    font-weight: 500;
    margin-bottom: 18px;
}

.inner-width p.label {
    background: #5391F7;
    display: inline-block;
    color: #FFFFFF;
    font-size: 21px;
    font-weight: 600;
    padding: 10px 46px;
    letter-spacing: 1px;
    margin-bottom: 14px;
    width: auto;
    max-width: none;
}

.inner-width p {
    color: #092945;
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    max-width: 499px;
    margin: 0 auto;
}



.package .package-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
}


.package .package-block .package-item {
    border: solid 2px #DADADA;
    border-radius: 12px;
}

.package .package-block .package-item .package-header {
    background: #F4F8FF;
    text-align: center;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.package .package-block .package-item .package-header h4 {
    color: #092945;
    font-size: 29px;
    font-weight: 700;
    text-transform: uppercase;
}

.package .package-block .package-item .package-header p {
    color: #092945;
    font-size: 19px;
    font-weight: 600;
    width: 70%;
    margin: 0 auto;
}


.package .package-block .package-item .package-header .tab-top {
    position: absolute;
    top: 30px;
    right: -48px;
    width: 201px;
    background: #2563eb;
    color: white;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: 37px;
    transform: rotate(45deg);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.package .package-block .package-item .package-body ul.features {
    text-align: center;
}

.package .package-block .package-item .package-body ul.features li {
    font-weight: 600;
    padding: 18px 25px;
    color: #092945;
    font-size: 19px;
    text-align: center;
}


.package .package-block .package-item .package-body ul.features li:nth-child(even) {
    background: #F4F8FF;
}


.package .package-block .package-item .package-body ul.features li span.price {
    color: #092945;
    font-size: 63px;
    display: flex;
    align-items: baseline;
    line-height: 1;
    margin: 0px;
    justify-content: center;
}

.package .package-block .package-item .package-body ul.features li span.price small {
    color: #092945;
    font-size: 20px;
}


.package .package-block .package-item .package-body ul.features li:first-child {
    min-height: 91px;
}

.package .package-block .package-item .package-header p span {
    display: block;
}


.package .package-block .package-item .package-body ul.features li svg {
    margin: 0 auto;
}


.package .package-block .package-item .package-body ul.features li.verify-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.package .package-block .package-item .package-body ul.features li.verify-icon img {
    margin-left: 11px;
}

.package .package-block .package-item .package-body ul.features li button {
    background: #5391F7;
    line-height: 68px;
    font-size: 27px;
    font-weight: 500;
    padding: 0px;
}


.package-msg.text_center {
    margin-top: 25px;
}

.package-msg.text_center p a {
    color: #5391F7;
    font-weight: 500;
}

.package-msg.text_center p {
    color: #092945;
    font-size: 23px;
      font-weight: 600;
}


.package .package-block .package-item .package-header.package-green .tab-top {
    display: none;
}

.form-blocks {
    width: 95%;
    max-width: 746px;
    margin:40px auto 70px;
    background: #ffffff;
    border-radius: 30px;
    padding: 48px 90px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    border: none;
}

.form-blocks .logo-form img {
    max-width: 324px;
    width: 100%;
}


.form-blocks .logo-form {
    margin-bottom: 23px;
}

.form-blocks form .form-group {
    margin-bottom: 30px;
}

.form-blocks form .form-group label {
    color: #092945;
    font-size: 17px;
    font-weight: 600;
}

.form-blocks form .form-group select, .form-blocks form .form-group input {
    border-radius: 10px;
    height: 70px;
    padding: 0px 14px;
    border: solid 1px #7ba3c7;
    width: 100%;
    color: #092945;
    font-weight: 500;
    font-size: 20px;
}

 .form-blocks form .form-group input:placeholder{
   color: #092945;
    font-weight: 500;
    font-size: 20px;
 }


 .form-blocks form .form-group input::placeholder {
   color: #092945;
    font-weight: 500;
    font-size: 20px;
}


 .form-blocks form .form-group input::-webkit-input-placeholder {
   color: #092945;
    font-weight: 500;
    font-size: 20px;
}


 .form-blocks form .form-group input::-moz-placeholder {
   color: #092945;
    font-weight: 500;
    font-size: 20px;
}


 .form-blocks form .form-group input:-ms-input-placeholder {
   color: #092945;
    font-weight: 500;
    font-size: 20px;
}

.inner-form .resgiter-fields .form-group .agree-terms {
    position: relative;
}

.inner-form .resgiter-fields .form-group .agree-terms input {
    width: 15px;
    height: 15px;
    padding: 0px;
    border-radius: 0px;
    background-color: #ffffff;
    position: relative;
    top: -2px;
}

.inner-form .resgiter-fields .form-group .agree-terms input[type=checkbox]:checked {
    background-color: #3b82f6;
}


.inner-form .resgiter-fields .form-group .agree-terms label {
    margin-left: 3px;
    font-weight: 500;
}

.inner-form .resgiter-fields .form-group .agree-terms a.terms {
    color: #2563EB;
}

.form-blocks.register-form .inner-form .resgiter-fields .submit {
    width: 100%;
}

.resgiter-fields .form-group .upload-img {
    position: relative;
    display: flex;
    align-items: center;
}

.resgiter-fields .form-group .upload-img .icon-upload {
    background: #F1F2F6;
    height: 90px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
}

.resgiter-fields .form-group .upload-img .icon-upload svg {
    width: 44px;
    height: 40px;
}

.resgiter-fields .form-group .upload-img input#image {
    position: absolute;
    z-index: 1;
    display: block;
    border: none;
    opacity: 0;
}

.form-blocks form button {
    width: 100%;
    border: solid 1px #0052D8;
    height: 70px;
    background: #3B82F6;
    box-shadow: none;
    font-size: 23px;
    font-weight: 500;
}

.form-blocks form button:focus,
.form-blocks form button:hover {
    background: #0052D8;
    outline: none;
}


.form-blocks .inner-form p {
    font-size: 18px;
    font-weight: 500;
    color: #092945;
    margin-bottom: 10px;
}

.form-blocks .inner-form p.italic {
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 17px;
}

.form-blocks.register-form {
    padding: 48px 60px;
}

.form-blocks.register-form .inner-form .resgiter-fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-blocks.register-form .inner-form .resgiter-fields .form-group {
    width:49%;
    margin-bottom: 20px;
}

.form-blocks.register-form .inner-form .resgiter-fields .form-group.full-width {
    width: 100%;
}

.form-blocks.register-form .inner-form .resgiter-fields .form-group .control {
    position: relative;
}

.form-blocks.register-form .inner-form .resgiter-fields .form-group .control span.icon {
    position: absolute;
    top: 50%;
    transform: translate(15px, -50%);
}


.resgiter-fields .form-group.icons-base .control select,
.resgiter-fields .form-group.icons-base .control input {
    padding-left: 53px;
}


main ul.breadcrumb {
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

main ul.breadcrumb li.breadcrumb-item {
    color: #5391F7;
    font-weight: 500;
    display: block;
    font-size: 14px;
    margin: 0 5px;
    position: relative;
    padding:0 7px;
}

main ul.breadcrumb li.breadcrumb-item a {
    color: #3C3838;
    font-weight: 500;
    display: block;
    font-size: 14px;
}


main ul.breadcrumb li.breadcrumb-item:before {
    background-image: url(../images/right-arrow.svg);
    content: "";
    width: 6px;
    height: 10px;
    position: absolute;
    right: -7px;
    top: 6px;
}

main ul.breadcrumb li.breadcrumb-item:last-child:before{
  display: none;
}



.form-blocks form .form-group .forgot-pass {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.form-blocks form .form-group .forgot-pass a.forgot {
    color: #2563EB;
    font-size: 18px;
    font-weight: 500;
}

.inner-form h2.title-top {
    text-align: left;
    margin-bottom: 22px;
}


.form-blocks .inner-form p.dont-have {
    margin-top: 18px;
    text-align: center;
    font-size: 21px;
    color: #092945;
}


.form-blocks .inner-form p.dont-have a {
    color: #2563EB;
    font-weight: 600;
}


.form-blocks .inner-form h3.subheading {
    font-size: 18px;
    color: #092945;
    font-weight: 500;
}


.testimonial-block {
    text-align: center;
}

.courses-public header {
    position: relative;
    width: 100%;
    z-index: 2;
}

.courses-banner {
    position: relative;
}

.courses-banner .content-fill {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    right: 0;
    transform: translate(0px, -50%);
}

.courses-banner span.tag {
    color: #092945;
    font-size: 23px;
    font-weight: 600;
}

.courses-banner .content-fill h2 {
    text-align: left;
    font-size: 73px;
    width: 51%;
    line-height: 1;
    margin: 10px 0 27px;
}

.courses-banner .content-fill p {
    color: #666666;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
    margin: 24px 0;
}

.courses-banner .content-fill .action {
    display: flex;
    align-items: center;
}

.courses-banner .content-fill .action a.btn.start-learn {
    font-size: 21px;
    background: #2563EB;
    color: #fff;
    padding: 13px 76px;
    border-radius: 5px;
    margin-right: 12px;
    font-weight: 500;
    border: solid 1px #2563EB;
}
.courses-banner .content-fill .action a.btn.watch-learn span.icon {
    margin-right: 7px;
}

.courses-banner .content-fill .action a.btn.watch-learn {
    font-size: 21px;
    background: #fff;
    padding: 13px 44px;
    border-radius: 5px;
    margin-right: 6px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #092945;
    border: solid 1px #DAE5F6;
}




section.what-you-learn {
    padding: 42px 0;
}



section.what-you-learn .learn-boxes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin-top: 29px;
}


section.what-you-learn .learn-boxes .learn-blocks {
    border: solid 1px #DADADA;
    text-align: center;
    padding: 23px 20px;
}

section.what-you-learn .learn-boxes .learn-blocks span.icon {
    display: block;
    text-align: center;
    margin: 18px 0;
    min-height: 97px;
}

section.what-you-learn .learn-boxes .learn-blocks span.icon svg {
    margin: 0 auto;
}


section.what-you-learn .learn-boxes .learn-blocks h3 {
    color: #092945;
    font-size: 21px;
    width: 93%;
    margin: 0 auto;
}


section.curriculum-courses {
    background: #FAFAFB;
    padding: 47px 0 71px;
}
section.curriculum-courses .curriculum-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 34px;
    margin-top: 45px;
}

section.curriculum-courses .curriculum-grid .curriculum-row {
    display: flex;
    align-items: center;
    border: solid 1px #C8C8C8;
    background: #ffffff;
    border-radius: 5px;
    padding: 16px 20px;
    flex-wrap: wrap;
}

section.curriculum-courses .curriculum-grid .curriculum-row span {
    width: 80%;
    color: #092945;
    font-size: 21px;
    font-weight: 600;
}


section.curriculum-courses .curriculum-grid .curriculum-row strong {
    color: #092945;
    font-size: 21px;
    font-weight: 400;
    text-align: center;
    width: 20%;
}

section.curriculum-courses .curriculum-grid .curriculum-row.header {
    background: #2563EB;
}


section.curriculum-courses .curriculum-grid .curriculum-row.header strong,
section.curriculum-courses .curriculum-grid .curriculum-row.header span {
    color: #fff;
}

.customer_reviews .strip .get-start {
    position: relative;
    z-index: 10;
    padding: 43px 10px 43px 40px;
}

.customer_reviews .strip .get-start h3 {
    color: #092945;
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 14px;
}


.customer_reviews .strip .get-start ul li {
    color: #4F4F4F;
    font-size: 23px;
    font-weight: 500;
    padding-left: 45px;
    position: relative;
    margin-bottom: 10px;
}


.customer_reviews .strip .get-start ul li:before {
    content: "";
    background-image: url('../images/check-sign.svg');
    width: 30px;
    height: 30px;
    display: block;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: 3px;
}

section.blog-main-page ul.breadcrumb {
    margin: 10px 0;
}


.breadcrumb ul li a {
    color: #5391F7;
    font-weight: 500;
}


.blog-list-block .blog-img .hover-img img {
    height: 216px;
    width: 100%;
    object-fit: cover;
}



.view-courses-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 15px 0;
}
.view-courses-col .courses-img {
    width: 27.333%;
}

.view-courses-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.view-courses-col .view-courses {
    flex: 1;
    padding-left: 41px;
}

.courses-main .btn.button {
    background: #4f8dfd;
    border: solid 1px #4f8dfd;
    border-radius: 4px;
    color: #ffffff;
    padding: 8px 20px;
    display: inline-block;
    font-weight: 600;
    margin-top: 13px;
}

.view-courses-col .view-courses h3 {
    margin-bottom: 25px;
    line-height: normal;
}


.view-courses-col .view-courses span.price {
    display: block;
}

.courses-main {
    padding-top: 45px;
    padding-bottom: 45px;
}

.courses-main .courses-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 20px;
    margin: 20px 0;
}

.courses-main .courses-grid .courses-colum {
    background: #ffffff;
    box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
}

.courses-main .courses-grid .courses-colum .courses-content {
    padding: 20px 20px;
}


.courses-main .courses-grid .courses-colum .courses-content h5 {
    font-size: 16px;
    font-weight: 600;
}

.courses-banner {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 22px;
}

.courses-banner .courses-banner-img img {
    height: 453px;
    object-position: center;
}

.courses-banner .courses-content {
    padding: 14px 20px;
    text-align: center;
}
