/*----------------------------------------------------
@File: Default Styles
@Author: Rocky Ahmed
@URL: http://wethemez.com
Author E-mail: rockybd1995@gmail.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: Builder Construction 
@Author: Rocky Ahmed
@Developed By: Rocky Ahmed
@Developer URL: http://rocky.wethemez.com
Author E-mail: rockybd1995@gmail.com

@Default Styles

Table of Content:
01/ Variables
02/ predefin
03/ header
04/ button
05/ banner
06/ breadcrumb
07/ about
08/ team
09/ project 
10/ price 
11/ team 
12/ blog 
13/ video  
14/ service  
15/ career  
16/ contact 
17/ footer

=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/*=================== fonts ====================*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Playfair+Display:400,700");

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

.row.m0 {
  margin: 0px;
}

body {
  line-height: 27px;
  font-size: 14px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: normal;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Be Vietnam Pro", serif;
  font-weight: bold;
}

button:focus {
  outline: none;
  box-shadow: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1366px) {
  .container {
    max-width: 1250px;
  }
}

.area-padding-top {
  padding-top: 60px;
}

.background_one {
  background: #f7f7f7;
}

.border-bottom {
  border-bottom: 1px solid #e8edf1;
}

img {
  max-width: 100%;
}

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

/* Main Title Area css
============================================================================================ */

/* End Main Title Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.header_area {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  transition: background 0.4s, all 0.3s linear;
}

.header_area .navbar {
  background: transparent;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
}

.header_area .navbar .logo_h {
  color: #fff;
  height: 80px;
  max-width: 175px;
}

.header_area .navbar .navbar-brand {}

.header_area .navbar .nav .nav-item {
  margin-right: 45px;
}

.header_area .navbar .nav .nav-item .nav-link {
  font: 500 12px/80px "Be Vietnam Pro", sans-serif;
  text-transform: uppercase;
  color: #020a21;
  padding: 0px;
  display: inline-block;
  font-size: 14px;
}

.header_area .navbar .nav .nav-item .nav-link:after {
  display: none;
}

.header_area .navbar .nav .nav-item.submenu>.nav-link {
  position: relative;
  padding-right: 25px;
}

.header_area .navbar .nav .nav-item.submenu>.nav-link:after {
  content: "\f107" !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  border: none !important;
  display: inline-block !important;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  transition: all 0.3s ease;
}

.header_area .navbar .nav .nav-item.submenu:hover>.nav-link:after {
  transform: translateY(-50%) rotate(180deg);
}

.header_area .navbar .nav .nav-item:hover .nav-link,
.header_area .navbar .nav .nav-item.active .nav-link {
  color: #3698ad;
}

.header_area .navbar .nav .nav-item.submenu {
  position: relative;
}

.header_area .navbar .nav .nav-item.submenu ul {
  border: none;
  padding: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin: 0px;
  background: #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-top: 3px solid #3698ad;
}

@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu ul {
    position: absolute;
    top: 120%;
    left: 0px;
    min-width: 240px;
    text-align: left;
    opacity: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block !important;
    border: none;
    padding: 0px;
    border-radius: 0px;
  }
}

.header_area .navbar .nav .nav-item.submenu ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  transition: all 400ms linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
  display: block;
  float: none;
  margin-right: 0px;
  border-bottom: 1px solid #ededed;
  margin-left: 0px;
  transition: all 0.4s linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
  line-height: 45px;
  color: #020a21;
  padding: 0px 16px;
  transition: all 150ms linear;
  display: block;
  margin-right: 0px;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
  border-bottom: none;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
  background: #3698ad;
  color: #fff;
}

@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
  margin-top: 0px;
}

/* Level 2 Submenu Support */
.header_area .navbar .nav .nav-item.submenu ul .nav-item.submenu {
  position: relative;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item.submenu .nav-link:after {
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item.submenu:hover>.nav-link:after {
  transform: translateY(-50%) rotate(0deg);
  color: #fff;
}

@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu ul .nav-item.submenu ul {
    left: 100%;
    top: 0px !important;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease-in;
  }

  .header_area .navbar .nav .nav-item.submenu ul .nav-item.submenu:hover>ul {
    visibility: visible;
    opacity: 1;
  }
}

.header_area .navbar .nav .nav-item:last-child {
  margin-right: 0px;
}

.header_area+section,
.header_area+row,
.header_area+div {
  margin-top: 122px;
}

.header_area.navbar_fixed .main_menu {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: #fff;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
  line-height: 70px;
}

.header_top_bar {
  background: #3698ad;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.top_menu {
  border-bottom: 1px solid #e8edf1;
}

.top_menu .header_social {
  float: right;
}

.top_menu .header_social li {
  display: inline-block;
  margin-right: 15px;
}

.top_menu .header_social li a {
  font-size: 13px;
  color: #fff;
  display: inline-block;
  line-height: 42px;
  transition: all 300ms linear 0s;
}

.top_menu .header_social li:last-child {
  margin-right: 0px;
}

@media (max-width: 991px) {
  .top_menu .header_social li {
    margin-right: 7px;
  }
}

.top_menu .dn_btn {
  line-height: 42px;
  display: inline-block;
  font-size: 14px;
  margin-right: 50px;
  font-family: "Be Vietnam Pro", serif;
  font-weight: normal;
  color: #ebebeb;
  transition: all 300ms linear 0s;
}

.top_menu .dn_btn:hover {
  color: #fff;
}

.top_menu .dn_btn:last-child {
  margin-right: 0px;
}

.top_menu .dn_btn i {
  margin-right: 10px;
}

@media (max-width: 991px) {
  .top_menu .dn_btn {
    margin-right: 5px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .top_menu {
    display: none;
  }
}

#search_input_box {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  z-index: 999;
  text-align: center;
  padding: 0 20px;
  background: #3698ad;
}

#search_input_box ::placeholder {
  color: #fff;
}

#search_input_box .form-control {
  background: transparent;
  border: 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  padding: 0;
}

#search_input_box .btn {
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
}

.form-control:focus {
  box-shadow: none;
}

.navbar_fixed #search_input_box {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 1140px;
  z-index: 999;
  text-align: center;
  padding: 0 20px;
  top: 80px;
}

.feature-section {
  position: relative;
  padding: 80px 0 60px;
  overflow: hidden;
}

.feature-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #3698ad 0%, #73c2c7 100%);
  z-index: 0;
}

.feature-section .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .feature-section {
    padding: 60px 0 30px;
  }
}

.white-header h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.white-header h3::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
}

.bg-icon {
  position: absolute;
  color: rgba(255, 255, 255, 0.08);
  z-index: 0;
  pointer-events: none;
  animation: float 10s infinite ease-in-out;
}

.bg-icon i {
  font-size: 180px;
}

.bg-icon.icon-1 {
  top: 5%;
  left: -50px;
  animation-delay: 0s;
}

.bg-icon.icon-2 {
  bottom: 5%;
  right: -50px;
  animation-delay: 2s;
}

.bg-icon.icon-3 {
  top: 15%;
  right: 15%;
  transform: rotate(15deg);
  animation-delay: 4s;
}

.bg-icon.icon-4 {
  bottom: 15%;
  left: 15%;
  transform: rotate(-15deg);
  animation-delay: 6s;
}

.bg-icon.icon-5 {
  top: 50%;
  left: 40%;
  transform: rotate(10deg);
  animation-delay: 1s;
}

.bg-icon.icon-6 {
  top: 30%;
  left: 80%;
  transform: rotate(-10deg);
  animation-delay: 3s;
}

.bg-icon.icon-7 {
  bottom: 40%;
  right: 40%;
  transform: rotate(5deg);
  animation-delay: 5s;
}

.bg-icon.icon-8 {
  top: 60%;
  left: 10%;
  transform: rotate(-20deg);
  animation-delay: 7s;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}

.card-feature {
  padding: 40px 10px;
  border: 0;
  border-radius: 10px;
  background: rgb(255 255 255 / 95%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card-feature:hover {
  background: #fff;
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.card-feature:hover .card-feature__title {
  color: #3698ad;
}

.card-feature:hover .feature-number {
  background: #3698ad;
  color: #fff;
}

.card-feature__icon {
  margin-bottom: 20px;
}

.feature-number {
  width: 50px;
  height: 50px;
  background: #fff;
  color: #3698ad;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.card-feature__title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
  line-height: 1.4;
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  .card-feature__title {
    font-size: 16px;
  }
}

.card-feature__subtitle {
  margin-bottom: 0;
  color: #797979;
}

.card-feature:hover {
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(33, 20, 106, 0.1);
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Home Banner Area css
============================================================================================ */
/* 5. Banner */
.banner-area {
  /* min-height: 600px; */
  position: relative;
}

@media screen and (min-width: 992px) {
  .d-md-block {
    display: block !important;
  }

  .d-md-none {
    display: none !important;
  }
}

.home-banner,
.home-banner-2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* min-height: 600px; */
  display: flex;
  align-items: center;
}

/* .home-banner {
  background-image: url("../img/banner/home-banner.jpg");
}

.home-banner-2 {
  background-image: url("../img/banner/home-banner-2.png");
} */

.home_banner_slider .owl-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}

.home_banner_slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.home_banner_slider .owl-dots .owl-dot.active {
  background: #3698ad;
  width: 30px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .banner-area {
    /* min-height: 520px; */
  }

  .home-banner,
  .home-banner-2 {
    /* min-height: 520px; */
  }
}

.banner-area h1 {
  font-size: 45px;
  color: #000;
  font-weight: 600;
  font-family: "Be Vietnam Pro", serif;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .banner-area h1 {
    font-size: 26px;
  }
}

.banner-area p {
  text-align: justify;
  margin-bottom: 50px;
}

@media (min-width: 576px) and (max-width: 767px) {
  .banner-area p {
    padding-right: 113px;
  }
}

.banner-area .main_btn {
  margin-right: 10px;
}

@media (max-width: 575px) {
  .banner-area .main_btn {
    margin-bottom: 10px;
  }
}

/* Desktop positioning for Banner Button */
@media (min-width: 992px) {

  .home-banner .container,
  .home-banner-2 .container {
    position: relative;
  }

  .banner_btn_right {
    position: absolute;
    right: 65px;
    bottom: -75px;
    margin: 0 !important;
    z-index: 10;
  }
}

.banner_btn_right {
  margin-top: 20px;
}

@media (min-width: 1400px) {
  .banner-area {
    min-height: 600px;
  }

  /* .home-banner, .home-banner-2 {
    min-height: 600px;
  } */
  .banner_btn_right {
    right: -100px;
    bottom: -100px;
  }
}

.banner_area {
  position: relative;
  z-index: 1;
  min-height: 300px;
}

.banner_area .banner_inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 300px;
  background: url(../img/banner/banner-2.jpg) no-repeat scroll center center;
  z-index: 1;
  background-size: cover;
}

.banner_area .banner_inner .banner_content h2 {
  color: #000;
  font-size: 40px;
  font-family: "Be Vietnam Pro", serif;
  margin-bottom: 12px;
  font-weight: bold;
}

.banner_area .banner_inner .banner_content p {
  color: #666666;
  font-size: 15px;
}

.banner_area .banner_inner .banner_content .page_link {
  display: inline-block;
}

.banner_area .banner_inner .banner_content .page_link a {
  font-size: 14px;
  color: #000;
  font-family: "Be Vietnam Pro", sans-serif;
  margin-right: 7px;
  position: relative;
  font-weight: 500;
}

.banner_area .banner_inner .banner_content .page_link a:before {
  content: "/";
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
}

.banner_area .banner_inner .banner_content .page_link a:last-child {
  margin-right: 0px;
}

.banner_area .banner_inner .banner_content .page_link a:last-child:before {
  display: none;
}

.banner_area .banner_inner .banner_content .page_link a:hover {
  color: #000;
}

/* End Home Banner Area css
============================================================================================ */
/* banner section start
============================================================================================ */

/* banner section end
============================================================================================ */
/* breadcrumb section start
============================================================================================ */

/* breadcrumb section end
  ============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Start Blog Area css
============================================================================================ */
.single-blog {
  transition: all 300ms linear 0s;
}

.single-blog .thumb {
  overflow: hidden;
  margin-bottom: 25px;
}

.single-blog .thumb img {
  height: 275px;
  width: 100%;
  object-fit: cover;
  transition: all 300ms linear 0s;
}

.single-blog .short_details {
  background: #fff;
  padding: 0;
  transition: all 300ms linear 0s;
}

.single-blog .short_details a {
  color: #020a21;
}

.single-blog .short_details a:hover {
  color: #3698ad;
}

.single-blog .meta-bottom {
  margin-bottom: 15px;
}

.single-blog .meta-bottom a {
  display: inline-block;
  color: #797979;
  position: relative;
  font-size: 13px;
  margin-right: 30px;
  transition: all 300ms linear 0s;
}

.single-blog .meta-bottom a i {
  margin-right: 10px;
}

.single-blog .meta-bottom a:hover {
  color: #3698ad;
}

.single-blog .meta-top {
  margin-bottom: 6px;
}

.single-blog .meta-top a {
  display: inline-block;
  font-size: 13px;
  color: #797979;
  text-transform: uppercase;
  position: relative;
  transition: all 300ms linear 0s;
}

.single-blog .meta-top a:hover {
  color: #3698ad;
}

.single-blog h4 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 30px;
  transition: all 300ms linear 0s;
}

@media (max-width: 1199px) {
  .single-blog h4 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .single-blog h4 {
    margin-bottom: 8px;
  }
}

.single-blog:hover .short_details {
  background: #ffffff;
}

.single-blog:hover img {
  transform: scale(1.1);
}

/* End Blog Area css
============================================================================================ */
/* Latest Blog Area css
============================================================================================ */

/* End Latest Blog Area css
============================================================================================ */
/* Causes Area css
============================================================================================ */

/* End Causes Area css
============================================================================================ */
/*================= latest_blog_area css =============*/

/*========= blog_categorie_area css ===========*/

/*============ blog_left_sidebar css ==============*/
.blog_item {
  margin-bottom: 50px;
}

.blog_details {
  padding: 30px 0 20px 10px;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

@media (min-width: 768px) {
  .blog_details {
    padding: 60px 30px 35px 35px;
  }
}

.blog_details p {
  margin-bottom: 30px;
}

.blog_details a {
  color: #2a2a2a;
}

.blog_details a:hover {
  color: #3698ad;
}

.blog_details h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .blog_details h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.blog-info-link li {
  float: left;
  font-size: 14px;
}

.blog-info-link li a {
  color: #999999;
}

.blog-info-link li i,
.blog-info-link li span {
  font-size: 13px;
  margin-right: 5px;
}

.blog-info-link li::after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}

.blog-info-link li:last-child::after {
  display: none;
}

.blog-info-link::after {
  content: "";
  display: block;
  clear: both;
  display: table;
}

.blog_item_img {
  position: relative;
}

.blog_item_img .blog_item_date {
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  color: #fff;
  background: #3698ad;
  padding: 8px 15px;
  text-align: center;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .blog_item_img .blog_item_date {
    bottom: -20px;
    left: 40px;
    padding: 13px 30px;
  }
}

.blog_item_img .blog_item_date h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .blog_item_img .blog_item_date h3 {
    font-size: 30px;
  }
}

.blog_item_img .blog_item_date p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .blog_item_img .blog_item_date p {
    font-size: 18px;
  }
}

.blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
  color: #2a2a2a;
}

.blog_right_sidebar .widget_title::after {
  content: "";
  display: block;
  padding-top: 15px;
  border-bottom: 1px solid #f0e9ff;
}

.blog_right_sidebar .single_sidebar_widget {
  background: #fbf9ff;
  padding: 30px;
  margin-bottom: 30px;
}

.blog_right_sidebar .search_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
  border-right: 0;
}

.blog_right_sidebar .search_widget .form-control::placeholder {
  color: #999999;
}

.blog_right_sidebar .search_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

.blog_right_sidebar .search_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

.blog_right_sidebar .search_widget .input-group button i,
.blog_right_sidebar .search_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

.blog_right_sidebar .newsletter_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
}

.blog_right_sidebar .newsletter_widget .form-control::placeholder {
  color: #999999;
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

.blog_right_sidebar .newsletter_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

.blog_right_sidebar .post_category_widget .cat-list li {
  border-bottom: 1px solid #f0e9ff;
  transition: all 0.3s ease 0s;
  padding-bottom: 12px;
}

.blog_right_sidebar .post_category_widget .cat-list li:last-child {
  border-bottom: 0;
}

.blog_right_sidebar .post_category_widget .cat-list li a {
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
  margin-bottom: 0px;
}

.blog_right_sidebar .post_category_widget .cat-list li+li {
  padding-top: 15px;
}

.blog_right_sidebar .post_category_widget .cat-list li:hover a {
  color: #3698ad;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
  justify-content: center;
  align-self: center;
  padding-left: 20px;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
  transition: all 0.3s linear;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body a {
  color: #2a2a2a;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
  color: #3698ad;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
}

.blog_right_sidebar .popular_post_widget .post_item+.post_item {
  margin-top: 20px;
}

.blog_right_sidebar .tag_cloud_widget ul li {
  display: inline-block;
}

.blog_right_sidebar .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid #eeeeee;
  background: #fff;
  padding: 4px 20px;
  margin-bottom: 8px;
  margin-right: 5px;
  transition: all 0.3s ease 0s;
  color: #888888;
  font-size: 13px;
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #3698ad;
  color: #fff;
}

.blog_right_sidebar .instagram_feeds .instagram_row {
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
}

.blog_right_sidebar .instagram_feeds .instagram_row li {
  width: 33.33%;
  float: left;
  padding-right: 6px;
  padding-left: 6px;
  margin-bottom: 15px;
}

.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 30px 0px;
}

.blog-pagination {
  margin-top: 80px;
}

.blog-pagination .page-link {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  margin-left: -1px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 0 !important;
  color: #8a8a8a;
  border: 1px solid #f0e9ff;
  margin-right: 10px;
}

.blog-pagination .page-link i,
.blog-pagination .page-link span {
  font-size: 13px;
}

.blog-pagination .page-link:hover {
  background-color: #3698ad;
  color: #fff;
}

.blog-pagination .page-item.active .page-link {
  background-color: #fbf9ff;
  border-color: #f0e9ff;
  color: #888888;
}

.blog-pagination .page-item:last-child .page-link {
  margin-right: 0;
}

/*============ Start Blog Single Styles  =============*/
.single-post-area .blog_details {
  box-shadow: none;
  padding: 0;
}

.single-post-area .social-links {
  padding-top: 10px;
}

.single-post-area .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}

.single-post-area .social-links li a {
  color: #cccccc;
  padding: 7px;
  font-size: 14px;
  transition: all 0.2s linear;
}

.single-post-area .social-links li a:hover {
  color: #2a2a2a;
}

.single-post-area .blog_details {
  padding-top: 26px;
}

.single-post-area .blog_details p {
  margin-bottom: 20px;
  font-size: 15px;
}

.single-post-area .blog_details h2 {
  color: #2a2a2a;
}

.single-post-area .quote-wrapper {
  background: rgba(130, 139, 178, 0.1);
  padding: 15px;
  line-height: 1.733;
  color: #888888;
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .single-post-area .quote-wrapper {
    padding: 30px;
  }
}

.single-post-area .quotes {
  background: #fff;
  padding: 15px 15px 15px 20px;
  border-left: 2px solid #3698ad;
}

@media (min-width: 768px) {
  .single-post-area .quotes {
    padding: 25px 25px 25px 30px;
  }
}

.single-post-area .arrow {
  position: absolute;
}

.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}

.single-post-area .navigation-top {
  padding-top: 15px;
  border-top: 1px solid #f0e9ff;
}

.single-post-area .navigation-top p {
  margin-bottom: 0;
}

.single-post-area .navigation-top .like-info {
  font-size: 14px;
}

.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
  font-size: 16px;
  margin-right: 5px;
}

.single-post-area .navigation-top .comment-count {
  font-size: 14px;
}

.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
  font-size: 16px;
  margin-right: 5px;
}

.single-post-area .navigation-top .social-icons li {
  display: inline-block;
  margin-right: 15px;
}

.single-post-area .navigation-top .social-icons li:last-child {
  margin: 0;
}

.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
  font-size: 14px;
  color: #999999;
}

.single-post-area .navigation-top .social-icons li:hover i,
.single-post-area .navigation-top .social-icons li:hover span {
  color: #3698ad;
}

.single-post-area .blog-author {
  padding: 40px 30px;
  background: #fbf9ff;
  margin-top: 50px;
}

@media (max-width: 600px) {
  .single-post-area .blog-author {
    padding: 20px 8px;
  }
}

.single-post-area .blog-author img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 30px;
}

@media (max-width: 600px) {
  .single-post-area .blog-author img {
    margin-right: 15px;
    width: 45px;
    height: 45px;
  }
}

.single-post-area .blog-author a {
  display: inline-block;
  color: #2a2a2a;
}

.single-post-area .blog-author a:hover {
  color: #3698ad;
}

.single-post-area .blog-author p {
  margin-bottom: 0;
  font-size: 15px;
}

.single-post-area .blog-author h4 {
  font-size: 16px;
}

.single-post-area .navigation-area {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-top: 55px;
}

.single-post-area .navigation-area p {
  margin-bottom: 0px;
}

.single-post-area .navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
  color: #2a2a2a;
}

.single-post-area .navigation-area .nav-left {
  text-align: left;
}

.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}

.single-post-area .navigation-area .nav-left .thumb img {
  transition: all 300ms linear 0s;
}

.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  transition: all 300ms linear 0s;
}

.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: .5;
}

@media (max-width: 767px) {
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}

.single-post-area .navigation-area .nav-right {
  text-align: right;
}

.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}

.single-post-area .navigation-area .nav-right .thumb img {
  transition: all 300ms linear 0s;
}

.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  transition: all 300ms linear 0s;
}

.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: .5;
}

.comments-area {
  background: transparent;
  border-top: 1px solid #eee;
  padding: 45px 0;
  margin-top: 50px;
}

@media (max-width: 414px) {
  .comments-area {
    padding: 50px 8px;
  }
}

.comments-area h4 {
  margin-bottom: 35px;
  color: #2a2a2a;
  font-size: 18px;
}

.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}

.comments-area a {
  color: #2a2a2a;
}

.comments-area .comment-list {
  padding-bottom: 48px;
}

.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}

@media (max-width: 413px) {
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }

  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }

  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}

.comments-area .thumb {
  margin-right: 20px;
}

.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}

.comments-area .date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  margin-left: 20px;
}

.comments-area .comment {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px;
}

.comments-area .btn-reply {
  background-color: transparent;
  color: #888888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400;
}

.comment-form {
  border-top: 1px solid #eee;
  padding-top: 45px;
  margin-top: 50px;
  margin-bottom: 20px;
}

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

.comment-form h4 {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 22px;
  color: #2a2a2a;
}

.comment-form .name {
  padding-left: 0px;
}

@media (max-width: 767px) {
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}

.comment-form .email {
  padding-right: 0px;
}

@media (max-width: 991px) {
  .comment-form .email {
    padding-left: 0px;
  }
}

.comment-form .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

.comment-form .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.comment-form .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

.comment-form .form-control::placeholder {
  color: #777777;
}

.comment-form textarea {
  padding-top: 18px;
  border-radius: 12px;
  height: 100% !important;
}

.comment-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #777;
}

.comment-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #777;
}

.comment-form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #777;
}

.comment-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #777;
}

/*============ End Blog Single Styles  =============*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*=================== contact banner start ====================*/
.contact-info {
  margin-bottom: 12px;
}

.contact-info__icon {
  margin-right: 20px;
}

.contact-info__icon i,
.contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}

.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  color: #2a2a2a;
}

.contact-info .media-body h3 a {
  color: #2a2a2a;
}

.contact-info .media-body h3 a:hover {
  color: #3698ad;
}

.contact-info .media-body p {
  color: #999999;
}

/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2a2a2a;
}

.form-contact label {
  color: #3698ad;
  font-size: 14px;
}

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

.form-contact .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

.form-contact textarea {
  border-radius: 12px;
  height: 100% !important;
}

/*=================== contact form end ====================*/
/* Contact Success and error Area css
============================================================================================ */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}

.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  color: #3698ad;
  padding-bottom: 10px;
  font-family: "Be Vietnam Pro", serif;
}

.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Appointment Area css
======================================================================= */
.appointment-area .appointment-form {
  position: relative;
  z-index: 1;
}

.appointment-area .appointment-form label {
  display: block;
  color: #33363e;
  font-size: 16px;
  font-family: "Be Vietnam Pro", serif;
  margin-bottom: 10px;
}

.appointment-area .appointment-form input {
  display: block;
  width: 100%;
  border: 1px solid #e8edf1;
  height: 50px;
  padding: 0 15px;
}

.appointment-area .appointment-form input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.appointment-area .appointment-form textarea {
  display: block;
  width: 100%;
  border: 1px solid #e8edf1;
  padding: 15px 15px;
  height: 150px;
  margin-bottom: 50px;
}

.appointment-area .appointment-form .form-group {
  margin-bottom: 25px;
}

.appointment-area form {
  margin-top: 24px;
  display: inline-block;
  width: 100%;
}

.appointment-area .card {
  border: none;
  border-radius: 0;
}

.appointment-area .card .card-header {
  border-radius: 0;
  border: none;
  background-color: #fff;
}

.appointment-area .card .card-header:first-child {
  border-radius: 0;
}

.appointment-area .card .btn-link.collapsed {
  border-bottom: 1px solid #e9ecef;
  font-weight: 400;
  color: #1d1d1d;
  font-size: 16px;
  width: 100%;
  text-align: left;
  box-shadow: none;
  white-space: normal;
  transition: all 300ms linear 0s;
}

.appointment-area .card .btn-link.collapsed:hover {
  text-decoration: none;
}

@media (max-width: 1199px) {
  .appointment-area .card .btn-link.collapsed {
    font-size: 14px;
  }
}

.appointment-area .card .card-body {
  font-weight: 300;
  font-size: 14px;
  line-height: 27px;
  background: #f7f7f7;
}

.appointment-area .card .card-header {
  padding: 0;
}

.appointment-area .card .btn-link {
  font-weight: 400;
  color: #1d1d1d;
  font-size: 16px;
  width: 100%;
  text-align: left;
  padding: 25px 0;
  white-space: normal;
  transition: all 300ms linear 0s;
}

.appointment-area .card .btn-link:hover {
  text-decoration: none;
}

@media (max-width: 1199px) {
  .appointment-area .card .btn-link {
    font-size: 14px;
  }
}

.appointment-area h3 {
  font-size: 24px;
  color: #33363e;
  text-transform: capitalize;
  margin-bottom: 35px;
}

.appointment-area .appointment-inner {
  z-index: 11;
  position: relative;
}

@media (max-width: 1199px) {
  .appointment-inner .accordion {
    margin-bottom: 50px;
  }
}

.appointment-area .card h5 .btn.collapsed::after {
  content: "\e61a";
  font-family: 'themify';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  right: 6px;
  position: absolute;
  top: 30px;
}

@media (max-width: 600px) {
  .appointment-area .card h5 .btn.collapsed::after {
    display: none;
  }
}

.appointment-area .card h5 .btn::after {
  content: "\e622";
  font-family: 'themify';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  right: 6px;
  position: absolute;
  top: 30px;
}

@media (max-width: 600px) {
  .appointment-area .card h5 .btn::after {
    display: none;
  }
}

.appointment-area {
  background: #3698ad;
  padding: 80px 0;
  color: #fff;
}

@media (max-width: 991px) {
  .appointment-area {
    padding: 30px 0;
  }
}

.appointment-left-info h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  margin-top: 15px;
  margin-bottom: 20px;
}

.appointment-logo-box {
  margin-bottom: 20px;
}

.appointment-logo-box img {
  max-width: 274px;
  filter: brightness(0) invert(1);
  /* Make logo white if it's dark */
}

.contact-info-list {
  padding: 0;
  margin-bottom: 40px;
}

.contact-info-list li {
  list-style: none;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.contact-info-list li i {
  margin-right: 15px;
  font-size: 20px;
}

.working-hours-box {
  background: rgba(255, 255, 255, 0.1);
  padding: 25px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.working-hours-box h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.working-hours-box h4 i {
  margin-right: 10px;
}

.hours-item {
  margin-bottom: 15px;
}

.hours-item strong {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  margin-bottom: 5px;
}

.hours-item span {
  font-size: 15px;
  font-weight: 600;
}

.appointment-form-box {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.appointment-form-box h3 {
  color: #003a45;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 30px;
  text-align: center;
}

.appointment-form-box .form-control {
  height: 50px;
  border: 1px solid #e8edf1;
  border-radius: 5px;
  padding-left: 20px;
  font-size: 14px;
  background: #fbfbfb;
}

.appointment-form-box .date-input-picker {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%233698ad' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
}

.appointment-form-box input[type="date"].date-input-picker::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}

.appointment-form-box textarea.form-control {
  height: auto;
  padding-top: 15px;
}

.appointment-form-box .form-control:focus {
  border-color: #3698ad;
  box-shadow: none;
  background: #fff;
}

.appointment-form-box .main_btn {
  width: 100%;
  border-radius: 5px;
  height: 55px;
  line-height: 55px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .contact-info-list li {
    font-size: 14px;
  }
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============== Elements Area css ================*/
.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.area-padding {
  padding: 130px 0 50px;
}

.sample-text-area {
  padding: 100px 0px;
}

.sample-text-area .title_color {
  margin-bottom: 30px;
}

.sample-text-area p {
  line-height: 26px;
}

.sample-text-area p b {
  font-weight: bold;
  color: #3698ad;
}

.sample-text-area p i {
  color: #3698ad;
  font-style: italic;
}

.sample-text-area p sup {
  color: #3698ad;
  font-style: italic;
}

.sample-text-area p sub {
  color: #3698ad;
  font-style: italic;
}

.sample-text-area p del {
  color: #3698ad;
}

.sample-text-area p u {
  color: #3698ad;
}

/*============== End Elements Area css ================*/
/*==============Elements Button Area css ================*/

.title_color {
  color: #020a21;
}

.button-group-area {
  margin-top: 15px;
}

.button-group-area:nth-child(odd) {
  margin-top: 40px;
}

.button-group-area:first-child {
  margin-top: 0px;
}

.button-group-area .link {
  text-decoration: underline;
  color: #020a21;
  background: transparent;
}

.button-group-area .link:hover {
  color: #fff;
}

.button-group-area .disable {
  background: transparent;
  color: #007bff;
  cursor: not-allowed;
}

.button-group-area .disable:before {
  display: none;
}

.primary {
  background: #52c5fd;
}

.primary:before {
  background: #2faae6;
}

.success {
  background: #4cd3e3;
}

.success:before {
  background: #2ebccd;
}

.info {
  background: #38a4ff;
}

.info:before {
  background: #298cdf;
}

.warning {
  background: #f4e700;
}

.warning:before {
  background: #e1d608;
}

.danger {
  background: #f54940;
}

.danger:before {
  background: #e13b33;
}

.primary-border {
  background: transparent;
  border: 1px solid #52c5fd;
  color: #52c5fd;
}

.primary-border:before {
  background: #52c5fd;
}

.success-border {
  background: transparent;
  border: 1px solid #4cd3e3;
  color: #4cd3e3;
}

.success-border:before {
  background: #4cd3e3;
}

.info-border {
  background: transparent;
  border: 1px solid #38a4ff;
  color: #38a4ff;
}

.info-border:before {
  background: #38a4ff;
}

.warning-border {
  background: #fff;
  border: 1px solid #f4e700;
  color: #f4e700;
}

.warning-border:before {
  background: #f4e700;
}

.danger-border {
  background: transparent;
  border: 1px solid #f54940;
  color: #f54940;
}

.danger-border:before {
  background: #f54940;
}

.link-border {
  background: transparent;
  border: 1px solid #3698ad;
  color: #3698ad;
}

.link-border:before {
  background: #3698ad;
}

.radius {
  border-radius: 3px;
}

.circle {
  border-radius: 20px;
}

.arrow span {
  padding-left: 5px;
}

.e-large {
  line-height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.large {
  line-height: 45px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.medium {
  line-height: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.small {
  line-height: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
}

/*==============End Elements Button Area css ================*/
/* =================================== */
/*  Elements Page Styles
/* =================================== */
/*---------- Start Elements Page -------------*/

.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

.switch-wrap {
  margin-bottom: 10px;
}

.switch-wrap p {
  margin: 0;
}

/*---------- End Elements Page -------------*/
.sample-text-area {
  padding: 100px 0 70px 0;
}

.sample-text {
  margin-bottom: 0;
}

.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

.typo-list {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .typo-sec {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .element-wrap {
    margin-top: 30px;
  }
}

sup,
sub,
u,
del {
  color: #f8b600;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #777777;
}

.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

.circle {
  border-radius: 20px;
}

.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.genric-btn:focus {
  outline: none;
}

.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

.genric-btn.large {
  line-height: 45px;
}

.genric-btn.medium {
  line-height: 30px;
}

.genric-btn.small {
  line-height: 25px;
}

.genric-btn.radius {
  border-radius: 3px;
}

.genric-btn.circle {
  border-radius: 20px;
}

.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.genric-btn.arrow span {
  margin-left: 10px;
}

.genric-btn.default {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border:hover {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.primary {
  color: #fff;
  background: #f8b600;
  border: 1px solid transparent;
}

.genric-btn.primary:hover {
  color: #f8b600;
  border: 1px solid #f8b600;
  background: #fff;
}

.genric-btn.primary-border {
  color: #f8b600;
  border: 1px solid #f8b600;
  background: #fff;
}

.genric-btn.primary-border:hover {
  color: #fff;
  background: #f8b600;
  border: 1px solid transparent;
}

.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.link {
  color: #222222;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

.genric-btn.link:hover {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.link-border {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

.genric-btn.link-border:hover {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #fff;
  border-left: 2px solid #f8b600;
}

@media (max-width: 991px) {
  .progress-table-wrap {
    overflow-x: scroll;
  }
}

.progress-table {
  background: #fff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

.progress-table .country {
  width: 28.07%;
}

.progress-table .visit {
  width: 19.74%;
}

.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

.progress-table .table-head {
  display: flex;
}

.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
  color: #222222;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}

.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}

.progress-table .table-row .country img {
  margin-right: 15px;
}

.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-gallery-image:hover {
  opacity: .8;
}

.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #f8b600;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

.ordered-list {
  margin-left: 30px;
}

.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #f8b600;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list li span {
  font-weight: 300;
  color: #777777;
}

.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #f8b600;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-alpha li span {
  font-weight: 300;
  color: #777777;
}

.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #f8b600;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-roman li span {
  font-weight: 300;
  color: #777777;
}

.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input:focus {
  outline: none;
}

.input-group-icon {
  position: relative;
}

.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

.input-group-icon .icon i {
  color: #797979;
}

.input-group-icon .single-input {
  padding-left: 45px;
}

.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

.single-textarea:focus {
  outline: none;
}

.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-primary:focus {
  outline: none;
  border: 1px solid #f8b600;
}

.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.default-switch input+label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #f8b600;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.default-switch input:checked+label {
  left: 19px;
}

.single-element-widget {
  margin-bottom: 30px;
}

.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-switch input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.primary-switch input+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.primary-switch input+label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.primary-switch input:checked+label:after {
  left: 19px;
}

.primary-switch input:checked+label:before {
  background: #f8b600;
}

.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-switch input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.confirm-switch input+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.confirm-switch input+label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.confirm-switch input:checked+label:after {
  left: 19px;
}

.confirm-switch input:checked+label:before {
  background: #4cd3e3;
}

.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-checkbox input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.single-defination h4 {
  color: #020a21;
}

.primary-checkbox input:checked+label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none;
}

.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-checkbox input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-checkbox input:checked+label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none;
}

.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-checkbox input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-checkbox input:checked+label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none;
}

.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-radio input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-radio input:checked+label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none;
}

.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-radio input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-radio input:checked+label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none;
}

.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-radio input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.unordered-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.ordered-list {
  list-style: none;
  padding: 0px;
}

.disabled-radio input:checked+label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none;
}

.default-select {
  height: 40px;
}

@media (max-width: 991px) {
  .left-align-p p {
    margin-top: 20px;
  }
}

.form-select {
  height: 40px;
  width: 100%;
}

.mt-10 {
  margin-top: 10px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Button Area css
============================================================================================ */
.main_btn {
  display: inline-block;
  background: #3698ad;
  padding: 0px 18px;
  color: #fff;
  font-family: "Be Vietnam Pro", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 48px;
  border-radius: 0px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  border: 1px solid #3698ad;
  cursor: pointer;
  text-transform: capitalize;
  transition: all 300ms linear 0s;
}

.main_btn:hover {
  background: #fff;
  color: #3698ad;
  border: 1px solid #fff;
}

.main_btn_light {
  display: inline-block;
  border: 1px solid #3698ad;
  padding: 0px 18px;
  color: #33363e;
  font-family: "Be Vietnam Pro", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 48px;
  border-radius: 0px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  border: 1px solid #3698ad;
  cursor: pointer;
  text-transform: capitalize;
  transition: all 300ms linear 0s;
}

.main_btn_light:hover {
  background: #3698ad;
  color: #fff;
}

.link_one {
  font-size: 15px;
  font-family: "Be Vietnam Pro", serif;
  color: #33363e;
  letter-spacing: 1.5px;
  position: relative;
}

.link_one:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -14px;
  height: 2px;
  width: 40px;
  background: #33363e;
}

.link_one:hover:after {
  width: 100%;
  background: #3698ad;
  transition: all 300ms linear 0s;
}

/*=================== custom button rule start ====================*/
.button {
  font-family: "Be Vietnam Pro", serif;
  display: inline-block;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 54px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #3698ad;
  text-transform: uppercase;
  background: #3698ad;
  cursor: pointer;
  transition: all 300ms linear 0s;
}

@media (max-width: 767px) {
  .button {
    font-size: 13px;
    padding: 9px 24px;
  }
}

.button:hover {
  background: #3698ad;
  color: #fff;
}

.button-contactForm {
  background: #3698ad;
  color: #fff;
  border-color: #3698ad;
  padding: 12px 25px;
}

.button-contactForm:hover {
  border-color: #2a2a2a;
  background: #2a2a2a;
  color: #fff;
}

/* End Main Button Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* testimonial section css start
============================================================================================ */
.testimonial {
  background: #f7f7f7;
  background-image: url("../img/background/bg_2.png");
  background-size: cover;
  padding: 460px 0 95px 0;
  position: relative;
  margin-top: -335px;
}

.testi_slider {
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.testi_slider .testi_item {
  text-align: center;
}

.testi_slider .testi_item img {
  width: auto;
  margin: auto;
}

.testi_slider .testi_item p i,
.testi_slider .testi_item p span {
  font-size: 30px;
  color: #525869;
  position: relative;
  bottom: 4px;
  right: 3px;
}

.testi_slider .testi_item_content {
  padding: 25px 10px;
}

@media (min-width: 991px) {
  .testi_slider .testi_item_content {
    padding: 25px 45px;
  }
}

.testi_slider .testi_item_content h4 {
  font-size: 20px;
  color: #33363e;
  font-weight: 400;
  margin-bottom: 0;
}

.testi_slider .testi_item_content p {
  font-style: italic;
  font-size: 20px;
  margin-bottom: 45px;
}

.testi_slider .testi_item .testimonial_image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 18px;
}

.testi_slider .testi_item .testimonial_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* testimonial section css end
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Team section start
============================================================================================ */
.card-team {
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
}

.card-team img {
  height: 333px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.card-team:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.card-team__body {
  padding: 30px 20px;
  border-top: 4px solid #3698ad;
  transition: all 0.4s ease;
}

.doctor-type {
  display: inline-block;
  background: rgba(54, 152, 173, 0.1);
  color: #3698ad;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 4px 15px;
  border-radius: 20px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.card-team__body h3 {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 700;
}

.card-team__body h3 a {
  color: #003a45;
  transition: all 0.3s ease;
}

.card-team__body h3 a:hover {
  color: #3698ad;
}

.card-team__body p {
  margin-bottom: 0;
  color: #797979;
  font-size: 14px;
}

/* Custom Owl Dots for Team Slider */
.team_slider .owl-dots {
  margin-top: 50px;
  text-align: center;
}

.team_slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #d6d6d6;
  display: inline-block;
  margin: 0 6px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.team_slider .owl-dots .owl-dot.active {
  background: #3698ad;
  transform: scale(1.3);
}

/* Team section end
============================================================================================ */
/* Team section start
============================================================================================ */
.card-team {
  border: 0;
  border-radius: 0;
  transition: all 300ms linear 0s;
}

@media (max-width: 991px) {
  .card-team {
    margin-bottom: 30px;
  }
}

.card-team__body {
  border: 1px solid #e8edf1;
  border-top: 0;
  padding: 28px 30px 6px;
  transition: all 300ms linear 0s;
}

@media (max-width: 1199px) {
  .card-team__body {
    padding: 28px 20px 6px;
  }
}

.card-team__body h3 {
  font-size: 20px;
  margin-bottom: 3px;
}

.card-team__body h3 a {
  color: #2a2a2a;
}

.card-team__body p {
  margin-bottom: 26px;
}

.card-team__social {
  float: right;
}

.card-team__social li {
  display: inline-block;
  margin-right: 14px;
}

@media (max-width: 1199px) {
  .card-team__social li {
    margin-right: 10px;
  }
}

.card-team__social li:last-child {
  margin-right: 0;
}

.card-team__social li a {
  color: #777884;
}

.card-team__social li a:hover {
  color: #3698ad;
}

.card-team:hover {
  background: #fff;
}

.card-team .team-footer {
  padding-top: 18px;
  border-top: 1px solid #e8edf1;
}

.card-team .team-footer .dn_btn {
  font-size: 14px;
  color: #797979;
}

.card-team .team-footer .dn_btn i {
  margin-right: 9px;
  font-size: 13px;
}

/* Team section end
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Start Hotline Area css
============================================================================================ */
.hotline-area {
  color: #fff;
  background-image: url("../img/background/bg1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.hotline-area:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3698ad;
  opacity: .7;
  z-index: -1;
}

.hotline-area h2 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 45px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .hotline-area h2 {
    margin-bottom: 26px;
  }
}

.hotline-area span {
  font-size: 60px;
  font-weight: 800;
  font-family: "Be Vietnam Pro", sans-serif;
  margin-bottom: 28px;
  display: block;
}

@media (max-width: 767px) {
  .hotline-area span {
    font-size: 25px;
    margin-bottom: 0;
  }
}

.hotline-area p {
  font-size: 14px;
}

/* End Hotline Area css
============================================================================================ */
/* Brands  Area css
============================================================================================ */
.brands-area {
  padding: 40px 0;
}

.single-brand-item {
  cursor: pointer;
  margin: 0 auto;
  height: 80px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.single-brand-item img {
  max-width: 140px;
  max-height: 50px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: all 300ms linear 0s;
}

.single-brand-item:hover img {
  transform: scale(1.1);
  transition: all 300ms linear 0s;
}

@media (max-width: 991px) {
  .brands-area {
    padding: 30px 0;
  }
}

/* End Brands  Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Service  Area css
============================================================================================ */
.card-service {
  padding: 40px 35px;
  border: 0;
  border-radius: 0;
  background: #fff;
  border: 1px solid #e8edf1;
  z-index: 22;
  position: relative;
  transition: all 300ms linear 0s;
}

.card-service__icon {
  margin-bottom: 12px;
  height: 72px;
  width: 72px;
  background: #ecf0f8;
  display: inline-block;
  text-align: center;
  line-height: 72px;
  border-radius: 51px;
  margin-bottom: 32px;
}

.card-service__icon i {
  color: #43464e;
}

.card-service__title {
  font-size: 20px;
  font-weight: 600;
  color: #33363e;
  border-top: 1px solid #e8edf1;
  padding-top: 26px;
  margin-bottom: 16px;
}

.card-service__subtitle {
  margin-bottom: 0;
  color: #797979;
  margin-bottom: 24px;
}

.card-service__link {
  font-size: 15px;
  font-family: "Be Vietnam Pro", serif;
  color: #33363e;
  letter-spacing: 1.5px;
  position: relative;
}

.card-service__link:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -14px;
  height: 2px;
  width: 40px;
  background: #33363e;
}

.card-service__link:hover:after {
  width: 100%;
  background: #3698ad;
  transition: all 300ms linear 0s;
}

.area-heading {
  margin-bottom: 60px;
}

.area-heading h3 {
  font-size: 36px;
  color: #33363e;
  position: relative;
}

.area-heading p {
  font-size: 14px;
  color: #797979;
  padding-left: 40px;
  margin-top: 5px;
}

@media (max-width: 1199px) {
  .area-heading p {
    padding-left: 0;
    text-align: center;
  }
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* About Area css
============================================================================================ */


/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============== footer-area css ===============*/
@media (max-width: 991px) {
  .footer-area .single-footer-widget {
    margin-bottom: 10px;
  }
}

.footer-area .single-footer-widget h4 {
  color: #33363e;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .footer-area .single-footer-widget h4 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .footer-area .single-footer-widget h4 {
    margin-bottom: 15px;
  }
}

.footer-area .single-footer-widget ul {
  padding-left: 0;
}

.footer-area .single-footer-widget ul li {
  margin-bottom: 8px;
  list-style: none;
}

.footer-area .single-footer-widget ul li a {
  transition: all 300ms linear 0s;
  color: #797979;
}

.footer-area .single-footer-widget ul li a:hover {
  color: #3698ad;
}

.footer-area .single-footer-widget .form-wrap {
  margin-top: 25px;
}

.footer-area .single-footer-widget input {
  height: 50px;
  border: none;
  width: 80% !important;
  font-weight: 300;
  border: 1px solid #e8edf1;
  color: #797979;
  border-radius: 0;
  font-size: 14px;
  padding: 10px;
  padding-left: 20px;
}

.footer-area .single-footer-widget input:focus {
  outline: none;
  box-shadow: none;
}

.footer-area .single-footer-widget .click-btn {
  height: 50px;
  background: #3698ad;
  color: #fff;
  border-radius: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 8px 20px;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  border: 0;
  transition: all 300ms linear 0s;
}

.footer-area .single-footer-widget .click-btn span {
  font-weight: 500;
}

.footer-area .single-footer-widget .click-btn:focus {
  outline: none;
  box-shadow: none;
}

.footer-area .single-footer-widget .click-btn:hover {
  background-position: right center;
}

.footer-area .footer-bottom {
  margin-top: 45px;
  padding: 30px 0;
  border-top: 1px solid #e8edf1;
}

@media (max-width: 991px) {
  .footer-area .footer-bottom {
    margin-top: 20px;
    text-align: center;
  }
}

.footer-area .footer-bottom a {
  color: #3698ad;
}

.footer-area .footer-bottom .footer-social {
  text-align: right;
}

.footer-area .footer-bottom .footer-social a {
  background: #33363e;
  width: 30px;
  display: inline-table;
  height: 30px;
  text-align: center;
  line-height: 30px;
  transition: all 300ms linear 0s;
}

.footer-area .footer-bottom .footer-social a:hover {
  background: #3698ad;
}

.footer-area .footer-bottom .footer-social a:hover i {
  color: #fff;
}

.footer-area .footer-bottom .footer-social i {
  color: #cccccc;
  transition: all 300ms linear 0s;
}

@media (max-width: 991px) {
  .footer-area .footer-bottom .footer-social {
    text-align: center;
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .header_area .navbar-collapse {
    padding: 15px 0px;
  }
}

@media (max-width: 767px) {

  .footer-bottom {
    margin-top: 35px;
  }
}

/*---------------------------------------------------- */

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

/* Fixed Action Buttons Styling */
.fixed-actions-left {
  position: fixed;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10000;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.action-btn {
  display: flex;
  align-items: center;
  background: #3698ad;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 30px;
  text-decoration: none !important;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.action-btn i {
  min-width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.action-btn .btn-info {
  white-space: nowrap;
  padding-right: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.action-btn:hover {
  width: 220px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.action-btn:hover .btn-info {
  opacity: 1;
}

.hotline-fixed {
  background: linear-gradient(45deg, #ff4d4d, #f01d1d);
}

.facebook-fixed {
  background: linear-gradient(45deg, #1877f2, #0d5ec9);
}

.youtube-fixed {
  background: linear-gradient(45deg, #f93939, #cb1616);
}

.tiktok-fixed {
  background: linear-gradient(45deg, #0d0c0c, #000000);
}

.messenger-fixed {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10000;
  width: 60px;
  height: 60px;
  transition: all 0.3s ease;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2));
}

.messenger-fixed img {
  width: 100%;
  height: auto;
}

.messenger-fixed:hover {
  transform: scale(1.1) rotate(10deg);
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.3));
}

@media (max-width: 768px) {
  .fixed-actions-left {
    left: 10px;
  }

  .messenger-fixed {
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
  }
}


/* Bootstrap Datepicker Custom Styling */
.datepicker {
  padding: 20px !important;
  border-radius: 20px !important;
  border: none !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2) !important;
  font-family: "Be Vietnam Pro", sans-serif;
  z-index: 9999 !important;
  min-width: 320px;
}

.datepicker table {
  width: 100%;
}

.datepicker table tr td,
.datepicker table tr th {
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  border-radius: 8px !important;
  border: 2px solid transparent !important;
  /* Space between items */
  background-clip: padding-box !important;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover {
  background-color: #3698ad !important;
  color: #fff !important;
}

.datepicker table tr td.today {
  background-color: #e1f2f5 !important;
  color: #3698ad !important;
  font-weight: bold;
}

.datepicker table tr td.day:hover {
  background: #f0f8fa !important;
  color: #3698ad !important;
}

.datepicker-dropdown:after {
  border-bottom: 6px solid #fff !important;
}

.datepicker .datepicker-switch {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #3698ad !important;
  padding: 10px 0 !important;
}

.datepicker .prev,
.datepicker .next {
  color: #3698ad !important;
  font-size: 20px !important;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover {
  background: #f7f7f7 !important;
}

.datepicker table tr td span {
  width: 25% !important;
  height: 60px !important;
  line-height: 60px !important;
  margin: 2px !important;
  border-radius: 10px !important;
}

.datepicker table tr td span.active {
  background-color: #3698ad !important;
}


/* ===== SECTION ===== */
.ttb-section {
  padding: 60px 0 70px;
  background: rgb(245 237 230 / 40%);
}

.ttb-section .section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #3698ad;
  text-align: center;
  margin-bottom: 40px;
}

/* ===== CARD ===== */
.ttb-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  /* 
        DĂ¹ng padding-bottom Ä‘á»ƒ giá»¯ tá»‰ lá»‡, KHĂ”NG dĂ¹ng height cá»‘ Ä‘á»‹nh
        â†’ hĂ¬nh áº£nh báº¥t ká»³ kĂ­ch thÆ°á»›c nĂ o cÅ©ng khĂ´ng bá»ƒ layout
        Large card: ratio ~40% (5:2), small card: ratio ~60% (5:3)
      */
  padding-bottom: 60%;
  height: 0;
  cursor: pointer;
  transition: transform .3s ease, box-shadow .3s ease;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .10);
}

.ttb-card.large {
  padding-bottom: 42%;
}

.ttb-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .18);
}

/* background image â€” phá»§ toĂ n bá»™ card, object-fit cover */
.ttb-card .card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .5s ease;
}

.ttb-card:hover .card-img {
  transform: scale(1.06);
}

/* overlay gradient */
.ttb-card .card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(42, 125, 123, .72) 0%,
      rgba(58, 181, 176, .35) 55%,
      rgba(244, 130, 74, .45) 100%);
  transition: opacity .3s;
}

.ttb-card.orange-card .card-overlay {
  background: linear-gradient(135deg,
      rgba(244, 130, 74, .75) 0%,
      rgba(255, 160, 106, .40) 55%,
      rgba(42, 125, 123, .40) 100%);
}

/* ===== DECORATIVE SHAPE â€” bottom-right corner ===== */
.ttb-card::after {
  content: '';
  position: absolute;
  bottom: -28px;
  right: -28px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .13);
  pointer-events: none;
  z-index: 2;
}

/* second smaller circle, offset */
.ttb-card .card-overlay::after {
  content: '';
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .10);
  pointer-events: none;
}

/* card body */
.ttb-card .card-body-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px 20px 16px;
  z-index: 3;
}

.ttb-card .card-label {
  font-size: .97rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  max-width: 90%;
  text-shadow: 0 1px 6px rgba(0, 0, 0, .25);
}

/* "Xem thĂªm" button */
.ttb-card .btn-more {
  align-self: flex-end;
  background: rgba(255, 255, 255, .92);
  color: var(--teal);
  font-size: .8rem;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  padding: 8px 18px;
  cursor: pointer;
  transition: background .25s, color .25s;
  white-space: nowrap;
  position: relative;
  line-height: 1.7;
  z-index: 4;
}

.ttb-card.orange-card .btn-more {
  color: var(--orange);
}

.ttb-card .btn-more:hover {
  background: #fff;
  color: var(--teal);
}

/* ===== GRID â€” desktop ===== */
.ttb-grid {
  display: grid;
  gap: 16px;
  /* khoáº£ng cĂ¡ch trĂ¡i pháº£i giá»¯a cĂ¡c card */
  row-gap: 16px;
  /* khoáº£ng cĂ¡ch trĂªn dÆ°á»›i giá»¯a cĂ¡c hĂ ng */
}

.ttb-row-1 {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 16px;
  /* khoáº£ng cĂ¡ch giá»¯a row 1 vĂ  row 2 */
}

.ttb-row-2 {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 16px;
  /* khoáº£ng cĂ¡ch giá»¯a row 2 vĂ  row 3 */
}

.ttb-row-3 {
  grid-template-columns: repeat(3, 1fr);
}

/* ===== MOBILE â€” hide grid, show carousel ===== */
@media (max-width: 767px) {
  .ttb-desktop {
    display: none !important;
  }

  .ttb-mobile {
    display: block !important;
  }

  .ttb-section .section-title {
    font-size: 1.5rem;
  }

  /* giá»¯ ratio, khĂ´ng dĂ¹ng height cá»‘ Ä‘á»‹nh trĂªn mobile */
  .owl-stage-outer {
    padding-bottom: 8px;
  }

  .ttb-card {
    padding-bottom: 62%;
  }

  .ttb-card.large {
    padding-bottom: 62%;
  }

  /* owl dots color */
  .owl-dots .owl-dot span {
    background: #c8bfb8;
  }

  .owl-dots .owl-dot.active span,
  .owl-dots .owl-dot:hover span {
    background: var(--teal);
  }
}

@media (min-width: 768px) {
  .ttb-desktop {
    display: block !important;
  }

  .ttb-mobile {
    display: none !important;
  }
}

/* placeholder bg when no real image */
.bg-teal-ph {
  background: linear-gradient(135deg, #2a7d7b, #5ecfca);
}

.bg-orange-ph {
  background: linear-gradient(135deg, #f4824a, #ffc59a);
}

/* ============================================================
       SECTION WRAPPER
    ============================================================ */
.gt-section {
  position: relative;
  overflow: hidden;
  padding: 64px 0 80px;
  background: #fff;
}

/* Decorative peach blob â€” top right (giá»‘ng áº£nh máº«u) */
.gt-section::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -80px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 180, 140, .28) 0%, rgba(244, 180, 140, .0) 70%);
  pointer-events: none;
}

/* second blob â€” bottom right */
.gt-section::after {
  content: '';
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 160, 120, .22) 0%, rgba(244, 160, 120, .0) 70%);
  pointer-events: none;
}

/* ============================================================
       HEADING BLOCK
    ============================================================ */
.gt-heading {
  margin-bottom: 24px;
}

.gt-heading .label-small {
  display: block;
  font-size: clamp(1.6rem, 4vw, 2rem);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -.5px;
  text-transform: uppercase;
}

.gt-heading .label-big {
  display: block;
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 900;
  color: #3698ad;
  line-height: 2;
  text-transform: uppercase;
}

/* "Vá» chĂºng tĂ´i" pill button */
.gt-heading .btn-about {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fde9da;
  color: var(--orange);
  font-family: 'Mulish', sans-serif;
  font-size: .88rem;
  font-weight: 700;
  border: none;
  border-radius: 50px;
  padding: 7px 16px 7px 18px;
  cursor: pointer;
  text-decoration: none;
  transition: background .2s, color .2s;
  white-space: nowrap;
  vertical-align: middle;
  margin-left: 18px;
  /* align inline with first heading line */
  position: relative;
  top: -4px;
}

.gt-heading .btn-about .icon-wrap {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
}

.gt-heading .btn-about:hover {
  background: var(--orange);
  color: #fff;
}

.gt-heading .btn-about:hover .icon-wrap {
  background: #fff;
  color: var(--orange);
}

/* ============================================================
       CARDS ROW
    ============================================================ */
.gt-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: start;
}

.gt-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 6px 28px rgba(0, 0, 0, .08);
  padding: 28px 16px 32px;
  transition: transform .28s ease, box-shadow .28s ease;
  height: 100%;
}

.gt-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .13);
}

.gt-card .card-title {
  font-size: 1.08rem;
  font-weight: 700;
  color: #3698ad;
  margin-bottom: 16px;
  text-align: center;
}

.gt-card .card-body-text {
  font-size: .8rem;
  line-height: 1.75;
  color: var(--text);
  margin: 0;
  text-align: center;
}

/* core values list â€” left-aligned */
.gt-card .values-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: justify;
}

.gt-card .values-list li {
  font-size: .8rem;
  line-height: 1.7;
  color: #333333;
  padding-left: 12px;
  position: relative;
}

.gt-card .values-list li::before {
  content: '-';
  position: absolute;
  left: 0;
  color: #8f8f8f;
  font-weight: 700;
}

.gt-card .values-list li strong {
  color: var(--teal-dark);
}


/* ============================================================
       RESPONSIVE
    ============================================================ */

/* Tablet: 2 columns */
@media (max-width: 991px) {
  .gt-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .gt-heading .label-small {
    font-size: clamp(1.4rem, 3.5vw, 2rem);
  }

  .gt-heading .label-big {
    font-size: clamp(2rem, 5vw, 3.6rem);
  }
}

/* Mobile: 1 column, heading stacks */
@media (max-width: 575px) {
  .gt-section {
    padding: 48px 0 60px;
  }

  .gt-cards {
    grid-template-columns: 1fr;
  }

  .gt-heading {
    margin-bottom: 36px;
  }

  .gt-heading .label-small {
    font-size: 1.5rem;
  }

  .gt-heading .label-big {
    font-size: 1.8rem;
  }

  /* Move pill below heading on very small screens */
  .gt-heading .btn-about {
    display: inline-flex;
  }

  .gt-heading .heading-row-1 {
    display: block;
  }

  .gt-card {
    padding: 22px 18px 26px;
  }
}

/* Medium mobile: allow pill beside heading */
@media (min-width: 576px) and (max-width: 767px) {
  .gt-heading .label-small {
    font-size: 1.7rem;
  }

  .gt-heading .label-big {
    font-size: 2.6rem;
  }

  .gt-cards {
    grid-template-columns: 1fr;
  }
}

/* --- CUSTOM MOBILE SUBMENU STYLES --- */
.submenu-toggle-btn {
  display: none;
  /* Mặc định ẩn trên Desktop */
}

@media (max-width: 991px) {

  /* Ẩn mũi tên mặc định của Desktop */
  .header_area .navbar .nav .nav-item.submenu>.nav-link:after {
    display: none !important;
  }

  /* Định vị nút toggle mũi tên bên phải của menu chính */
  .header_area .navbar .nav .nav-item.submenu {
    position: relative;
  }

  .submenu-toggle-btn {
    display: flex !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 40px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    color: #020a21;
    font-size: 14px;
    transition: all 0.3s ease;
  }

  /* Khi menu con mở rộng, đổi màu icon toggle và xoay 180 độ */
  .submenu-toggle-btn.open {
    transform: rotate(180deg);
    color: #3698ad;
  }

  /* Định dạng lại khối menu con cho đẹp và thụt lề rõ ràng */
  .header_area .navbar .nav .nav-item.submenu ul.dropdown-menu {
    display: none;
    /* Khởi tạo ẩn, sẽ dùng jQuery slideToggle */
    float: none;
    position: relative;
    width: 100%;
    box-shadow: none;
    border-top: none;
    background: #f8fbfb;
    /* Màu nền xám nhẹ hiện đại */
    padding: 8px 0 8px 15px;
    border-left: 2px solid #3698ad;
    /* Viền nhấn bên trái giúp phân biệt cấp bậc rõ ràng */
    margin: 0;
  }

  .header_area .navbar .nav .nav-item.submenu ul.dropdown-menu .nav-item {
    border-bottom: none;
  }

  .header_area .navbar .nav .nav-item.submenu ul.dropdown-menu .nav-item .nav-link {
    line-height: 35px;
    font-size: 13px;
    color: #555555;
    padding: 0 10px;
  }

  .header_area .navbar .nav .nav-item.submenu ul.dropdown-menu .nav-item:hover .nav-link {
    background: transparent;
    color: #3698ad;
  }
}

/* ============================================================
   MEDIC VIDEO GALLERY SECTION
============================================================ */
.medic-video-section {
  background: #f8fbfb;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

/* Background blob effects (matching style of gt-section) */
.medic-video-section::before {
  content: '';
  position: absolute;
  top: -80px;
  left: -80px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(54, 152, 173, 0.08) 0%, rgba(54, 152, 173, 0) 70%);
  pointer-events: none;
}

/* Video Card Styling */
.video-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(54, 152, 173, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  margin: 10px 5px 25px;
  /* Margin to allow shadows to render */
  display: flex;
  flex-direction: column;
}

.video-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(54, 152, 173, 0.12);
}

.video-thumbnail-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Ratio */
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  cursor: pointer;
  background: #000;
}

.video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.video-card:hover .video-thumbnail {
  transform: scale(1.06);
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(2, 10, 33, 0.2) 0%, rgba(2, 10, 33, 0.65) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  z-index: 2;
}

.video-badge {
  align-self: flex-start;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 50px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.badge-medical {
  background: #3698ad;
  /* primary theme teal */
}

.badge-surgery {
  background: #f4824a;
  /* primary theme orange */
}

.badge-facility {
  background: #2a7d7b;
  /* dark teal */
}

.badge-care {
  background: #20c997;
  /* light green-teal */
}

.badge-patient {
  background: #e83e8c;
  /* pinkish-red */
}

/* Play Button with Pulsing Wave */
.play-btn-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: #3698ad;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 3;
}

/* Pulse Animation Ring */
.play-btn-circle::before {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  opacity: 1;
  animation: playPulse 2s infinite;
  transition: all 0.3s ease;
}

.play-btn-circle i {
  margin-left: 3px;
  /* Center-align the play triangle */
  transition: transform 0.3s ease;
}

.video-card:hover .play-btn-circle {
  background: #f4824a;
  color: #ffffff;
  transform: translate(-50%, -50%) scale(1.1);
}

.video-card:hover .play-btn-circle::before {
  border-color: rgba(244, 130, 74, 0.4);
}

.video-card:hover .play-btn-circle i {
  transform: scale(1.1);
}

@keyframes playPulse {
  0% {
    transform: scale(0.95);
    opacity: 0.8;
  }

  50% {
    transform: scale(1.15);
    opacity: 0.4;
  }

  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

.video-duration {
  align-self: flex-end;
  background: rgba(2, 10, 33, 0.7);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: 0.5px;
}

/* Video Info Block */
.video-info {
  padding: 22px 20px;
  background: #ffffff;
  border: 1px solid #edf2f5;
  border-top: none;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.video-title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #020a21;
  margin-bottom: 10px;
  line-height: 1.45;
  transition: color 0.25s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.9rem;
  /* Fallback for older browsers */
}

.video-card:hover .video-title {
  color: #3698ad;
}

.video-desc {
  font-size: 0.85rem;
  color: #777777;
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ============================================================
   GLOBAL OWL CAROUSEL DOTS STYLING
   (Excluding custom sliders like .team_slider and .home_banner_slider)
============================================================ */
.owl-carousel:not(.team_slider):not(.home_banner_slider) .owl-dots {
  text-align: center;
  margin-top: 30px;
  width: 100%;
  line-height: 1;
}

.owl-carousel:not(.team_slider):not(.home_banner_slider) .owl-dots .owl-dot {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
  display: inline-block;
}

.owl-carousel:not(.team_slider):not(.home_banner_slider) .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: #c8bfb8 !important;
  /* Elegant gray-brown */
  margin: 5px 6px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.owl-carousel:not(.team_slider):not(.home_banner_slider) .owl-dots .owl-dot.active span,
.owl-carousel:not(.team_slider):not(.home_banner_slider) .owl-dots .owl-dot:hover span {
  background: #3698ad !important;
  /* Theme blue/teal */
  width: 22px;
  border-radius: 4px;
}


/* ============================================================
   LIGHTBOX VIDEO POPUP MODAL
============================================================ */
.video-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.video-lightbox.active {
  visibility: visible;
  opacity: 1;
}

.lightbox-overlay {
  position: absolute;
  inset: 0;
  background: rgba(2, 10, 33, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  /* Safari support */
}

.lightbox-container {
  position: relative;
  width: 90%;
  max-width: 900px;
  background: #000000;
  border-radius: 16px;
  overflow: visible;
  /* To allow close button to position outside */
  transform: scale(0.85);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 2;
}

.video-lightbox.active .lightbox-container {
  transform: scale(1);
}

.lightbox-close {
  position: absolute;
  top: -45px;
  right: -10px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.85);
  font-size: 2.5rem;
  cursor: pointer;
  line-height: 1;
  transition: all 0.3s ease;
  outline: none !important;
}

.lightbox-close:hover {
  color: #f4824a;
  transform: rotate(90deg);
}

.lightbox-video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 aspect ratio */
  background: #000;
  border-radius: 16px;
  overflow: hidden;
}

.lightbox-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Lightbox Responsive Rules */
@media (max-width: 767px) {
  .lightbox-close {
    top: 15px;
    right: 15px;
    background: rgba(2, 10, 33, 0.65);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  }

  .lightbox-close:hover {
    background: #f4824a;
    color: #ffffff;
    transform: scale(1.1);
  }
}