/* ----------------------------------
-------------------------------------

Table of contents
        
    01. Template default css
    02. Navbar
        - Navbar Default
        - Navbar Sticky
        - Navbar Transparent
        - Navbar With Topbar
    03. Banner
        - Zoom Effect
        - Slide Effect
    04. Features
        - Version One
        - Version Two
    05. About Area
    06. Departments
        - Slider Version With Icon
        - Grid Version
        - Grid Carousel Version
    07. Consultation Process
    08. Why Choose Us
    09. Doctors
        - Tab Version
        - Grid Version
    10. Testimonials
    11. Appoinment Form
    12. Fun Factor
    13. Health Tips
    14. Gallery
    15. Opening Hours
    16. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    17. Concat Area
    18. Error 404
    19. Footer
    20. PHP Contact Form
    21. Others

*/


/*
** General Styles for HTML tags
*/

* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #666666;
}
.box{
  display: block;
  position: relative;
  border-radius: 10px;
  padding: 10px;
  background: #fff;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}
.box:hover{
  background-color: rgb(255, 241, 244);
}

html, body, .wrapper {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #233645;
  font-weight: normal;
  line-height: 1.2;
  font-family: Inter, sans-serif;
  letter-spacing: 0;
  margin: 0;
}

h1,h2,h3,h4,h5,h6 {
  margin-bottom: 15px;
}

h4 {
  font-size: 22px;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a, .btn, button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
}

a img, iframe {
  border: none;
}

p {
  color: #666666;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

input:focus, textarea:focus, 
 select:focus {
  outline: none;
  box-shadow: inherit;
}
.shadow {
  position: relative;
  z-index: 1;
}

.shadow.dark::after {
  background: #000000a8 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: #000000a8 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.light::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: #c58c0c none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme-hard::after {
  background: #c58c0c none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.mixed::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 33, 71, 0.8) 100%) repeat scroll 0 0;
  z-index: -1;
  opacity: .7;
}


ul {
  margin: 0;
  list-style-type: none;
}

a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #233645;
}

a:hover {
  color: #233645;
}

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

b, strong {
  font-weight: 900;
}

.btn.active, .btn:active {
  background-image: inherit !important;
}

.btn.focus, 
 .btn:active:focus, 
 .btn:active:hover, 
 .btn:focus, 
 .btn:hover {
  outline: 0;
}

.btn.circle {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

.btn.active, .btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}
/* Default CSS */
.container-medium {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

.container-full {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}
.flaco{
  width: 65px;
}

@media (min-width:576px) {
  .container-medium {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container-medium {
    max-width: 720px;
  }
  
}

@media (min-width:992px) {
  .container-medium {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container-medium {
    max-width: 1400px;
    width: 80%;
  }
}

@media (min-width:576px) {
  .container-full {
    max-width: 540px;
  }
  .flaco{
    margin-bottom: 13px;
    width: 183px !important;
  }
}

@media (min-width:768px) {
  .container-full {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container-full {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container-full {
    max-width: 1400px;
    width: 90%;
  }
}

.fixed-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.bg-bottom-center {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.bg-contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-gray {
  background-color: #f7f7f7;
}

.bg-gray-hard {
  background-color: #d1eeec;
}

.bg-theme-small {
  background-color: #edf5ff;
}

.bg-light {
  background-color: #ffffff;
}

.bg-theme {
  background-color: #001426;
}

.bg-light-gradient {
  background: linear-gradient(90deg, rgba(244,247,252,1) 36%, rgba(255,255,255,1) 100%);
}

.gradient-bg {
  background-image: linear-gradient(90deg, rgba(2,59,166,1) 0%, rgba(67,126,235,1) 100%);
  background-color: #001426;
}

.container-md {
  width: 90%;
  margin: auto;
  position: relative;
}

.text-italic {
  font-style: italic;
}

.text-light h1, 
 .text-light h2, 
 .text-light h3, 
 .text-light h4, 
 .text-light h5, 
 .text-light h6, 
 .text-light p, 
 .text-light a {
  color: #ffffff;
}

.shadow {
  position: relative;
  z-index: 1;
}

.shadow.dark::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.light::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: #001426 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme-hard::after {
  background: #001426 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.mixed::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 33, 71, 0.8) 100%) repeat scroll 0 0;
  z-index: -1;
  opacity: .7;
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
  position: relative;
}

.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}
.default-paddings {
  padding-top: 60px;
  padding-bottom: 60px;
}

.default-padding-mx {
  padding-top: 150px;
  padding-bottom: 150px;
}

.default-padding-top {
  padding-top: 120px;
}

.default-padding-bottom {
  padding-bottom: 120px;
}
.default-padding-bottoms {
  padding-bottom: 60px;
}
.sticky-container{
  padding:0px;
  margin:0px;
  position:fixed;
  right:-170px;
  top:230px;
  width:210px;
  z-index: 1100;
}
.sticky li{
  list-style-type:none;
  background-color:#fff;
  color:#efefef;
  height:43px;
  padding:0px;
  margin:0px 0px 1px 0px;
  -webkit-transition:all 0.25s ease-in-out;
  -moz-transition:all 0.25s ease-in-out;
  -o-transition:all 0.25s ease-in-out;
  transition:all 0.25s ease-in-out;
  cursor:pointer;
}
.sticky li:hover{
  margin-left:-115px;
}
.sticky li img{
  float:left;
  margin:5px 4px;
  margin-right:5px;
}.sticky li i{
  float:left;
  color: #fff;
  background-color: #f4131e;
  font-size: 30px;
  padding: 5px;
  margin-right:5px;
  min-width: 42px;
  max-width: 42px;
}
.sticky-container .sticky li:nth-child(2) i {
  background-color: #16c0f1;
}
.sticky-container .sticky li:nth-child(3) i {
background-color: #1388f4;
}
.sticky-container .sticky li:nth-child(4) i {
background: #d6249f;
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}

.sticky li p{
  padding-top:5px;
  margin:0px;
  line-height:16px;
  font-size:11px;
}
.sticky li p a{
  text-decoration:none;
  color:#2C3539;
}
.sticky li p a:hover{
  text-decoration:underline;
}
.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px;
}

.default-padding-bottom.bottom-less {
  margin-bottom: -30px;
}

.icon-bar1 {
  position: fixed;
   display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrapwrap;
	flex-wrap: nowrap;
    width: 100%;
	left: 0;
	bottom: 0;
	z-index: 2500;
}

.icon-bar1 a {
  display: block;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  transition: all 0.3s ease;
  color: white;
  font-size: 14px;
border-right: 1px solid #fff;
}



.facebook {
  background: maroon;
  color: #000;
  width: 100%;
}

.twitter {
  background:#0F172B;
  color: #000;
  width: 100%;
}

.google {
  background: #60c34a;
  color: #ffffff;
  width: 100%;
}
@media (min-width:1025px) { 
    .display-none {
        display: none;
    }
    
    
}
@media (min-width:1281px) { 
    
      .display-none {
        display: none;
    }
  }
  @media only screen and (max-width: 500px) {
    .bounce{
      display: none;
    }
  }

.default-padding-top.bottom-less {
  margin-bottom: -30px;
}

.default-padding.bottom-30 {
  padding-top: 120px;
  padding-bottom: 30px;
}

.default-padding.bottom-20 {
  padding-top: 120px;
  padding-bottom: 20px;
}

.padding-xl {
  padding-top: 180px;
  padding-bottom: 180px;
}

.top-border {
  border-top: 1px solid #e7e7e7;
}

.align-center {
  align-items: center;
}

.btn {
  display: inline-block;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 25px;
  text-transform: capitalize;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  border-radius: 5px;
  font-size: 17px;
}

.btn.btn-icon i {
  font-size: 50px;
  align-items: center;
  float: left;
  margin-right: 10px;
}

.btn.btn-icon {
  padding: 0;
  line-height: 50px;
}

.btn.btn-icon:hover {
  color: #ffffff;
}

.btn-md {
  padding: 15px 25px;
}

.btn-sm {
  padding: 10px 25px;
  font-size: 14px;
}

.btn i {
  height: 30px;
  background: #ffffff;
  color: #001426;
  line-height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-left: 0;
  margin-right: 5px;
}

.btn.btn-light.effect i {
  background: #001426;
  color: #ffffff;
}

.btn-theme.border i {
  background: #001426;
  color: #ffffff;
  transition: all 0.35s ease-in-out;
}

.btn-theme.border:hover i {
  background: #ffffff;
  color: #001426;
}

.btn.btn-sm-pro {
  font-size: 10px;
  font-weight: 600;
  margin-top: 5px;
  padding: 4px 35px;
  display: inline-block;
}

.btn-border-light {
  border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover, 
 .btn.btn-sm-pro.btn-border-light:focus {
  background-color: #ffffff;
  color: #233645;
  border: 2px solid #ffffff;
}

.btn-dark {
  background-color: #233645;
  color: #ffffff;
  border: 2px solid #233645;
}

.btn-dark.border {
  background-color: transparent;
  color: #233645;
  border: 2px solid #233645 !important;
}

.btn-dark.border:hover {
  background-color: #233645;
  color: #ffffff !important;
  border: 2px solid #233645 !important;
}

.btn-gray.border {
  background-color: transparent;
  color: #001426;
  border: 2px solid #e7e7e7 !important;
}

.btn-gray.border:hover {
  background-color: #001426;
  color: #ffffff !important;
  border: 2px solid #001426 !important;
}

.btn-gray.effect {
  background: #fafafa;
  border: 1px solid #e7e7e7 !important;
}

.btn.btn-light {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #233645;
}

.btn.btn-light.border {
  background: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff;
}

.btn.btn-light.border:hover {
  background: #ffffff none repeat scroll 0 0 !important;
  border: 2px solid #ffffff !important;
  color: #233645 !important;
}

.btn-standard {
  display: inline-block;
  text-align: center;
  color: #001426;
  position: relative;
  margin-top: 15px;
  border: 1px solid #e7e7e7;
  padding: 10px 30px;
  text-transform: capitalize;
  border-radius: 30px;
  font-weight: 800;
}

.btn-standard.md {
  padding: 13px 45px;
}

.btn-standard i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  color: #001426;
  font-size: 15px;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 10px #96aac1;
  z-index: 1;
  margin-right: 5px;
  background: #ffffff;
}

.bg-theme .btn-standard:hover,
.bg-dark .btn-standard:hover,
.bg-gradient .btn-standard:hover,
.shadow .btn-standard:hover {
  background: #ffffff;
  color: #001426;
}

.btn-dark:hover, 
 .btn-dark:focus {
  color: #233645 !important;
  background: transparent;
}

.bg-dark {
  background: #001426 !important;
}

.bg-dark-hard {
  background: #08111e;
}

.bg-gradient {
  background: linear-gradient(90deg, rgb(181 140 77) 0%, rgb(118 93 62) 100%);
}

.bg-gradient-light {
  background-image:linear-gradient(90deg, rgb(181 140 77) 0%, rgb(118 93 62) 100%);
}

.btn-theme {
  background-color: #001426;
  color: #ffffff !important;
  border: 2px solid #001426;
}

.btn-theme.border {
  background-color: transparent;
  color: #001426 !important;
  border: 2px solid #001426 !important;
  background: #ffffff;
}

.btn-theme.border:hover {
  background-color: #001426;
  color: #ffffff !important;
  border: 2px solid #001426;
}

.btn-theme.effect:hover, 
 .btn-theme.effect:focus {
  background: #001426 none repeat scroll 0 0;
  border: 2px solid #001426;
  color: #ffffff;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
  border: 2px solid #ffffff;
  color: #ffffff;
}

/* Gradient Button */

.btn-gradient,
.btn-gradient:focus {
  position: relative;
  z-index: 1;
  color: #ffffff !important;
}

.btn-gradient:hover {
  color: #ffffff;
}

.btn-gradient::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
 background: linear-gradient(90deg, #b98f4e 0%, #725a3d 100%);
    transition: all 0.35s ease-in-out;
    z-index: -1;
    box-shadow: 0 0 10px #785f3e, inset 0 0 1px 1px #b78e4e;
}

.btn i {
  font-size: 14px;
}

.btn-gradient.icon-normal i {
  border: none;
  background: transparent;
  font-size: 20px;
  line-height: inherit;
  position: relative;
  top: 2px;
  margin-right: 0;
  height: auto;
  width: auto;
}

.btn-gradient.icon-left i {
  margin-left: 0;
  margin-right: 5px;
}

.inc-icon i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 28px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 10px;
  border-radius: 50%;
  margin-left: 5px;
  border: 1px dashed rgba(255, 255, 255, 0.5);
}

.relative {
  position: relative;
  z-index: 1;
}

.btn-simple.md {
  padding: 15px 60px;
}

.btn-simple.light {
  background: #ffffff;
}

.btn-simple {
  display: inline-block;
  border: 1px solid #e7e7e7;
  padding: 10px 40px;
  border-radius: 30px;
  color: #001426;
  font-weight: 700;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

a.btn-simple.md.light {
  color: #001426;
}

a.btn-simple.md.light:hover {
  color: #ffffff;
}

.btn-simple:after {
  background: linear-gradient(90deg, rgba(65,84,241,1) 0%, rgba(14,32,173,1) 75%);
  color: #ffffff;
  border-color: transparent;
  position: absolute;
  left: -100%;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all 0.25s ease-in-out;
}

.btn-simple:hover {
  color: #ffffff;
}

.btn-simple:hover::after {
  left: 0;
}

.bg-fixed {
  background-attachment: fixed !important;
  background-position: center center !important;
  background-size: cover !important;
}

.bg-cover {
  background-position: center center !important;
  background-size: cover !important;
}

.overflow-hidden {
  overflow: hidden;
}

.less-margin {
  margin: 0;
}

button, button:focus {
  border: none !important;
  box-shadow: inherit !important;
  outline: inherit !important;
}

header {
  position: relative;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
  position: relative;
  z-index: 1;
  margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
  border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
  width: 100%;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
  width: 0;
}

.attr-nav .social.right li {
  margin-left: 20px;
}

.attr-nav .social li a {
  font-size: 16px;
}

/* Navbar */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
  display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
  margin-right: 0;
  padding: 35px 20px;
}

.attr-nav > a.btn-theme.effect:hover, 
.attr-nav > a.btn-theme.effect, 
.attr-nav > a.btn-theme.effect:focus {
  background: #001426 none repeat scroll 0 0;
  border: 2px solid #001426;
  color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

.attr-nav.social li {
  display: inline-block;
  padding: 25px 0 !important;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.attr-nav.social li a {
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #001426;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  padding: 0 !important;
  text-align: center;
  width: 40px;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
  display: inline-block;
  padding: 20px 0 !important;
}

.site-heading h2 {
  display: inline-block;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.site-heading.less-info h2 {
  margin-bottom: 0;
}

.site-heading h4 {
  color: #001426;
  font-weight: 600;
  text-transform: uppercase;
}

.site-heading.clean h2 {
  padding-bottom: 0;
}

.site-heading.clean h2 span {
  color: #001426;
}

.site-heading h2 span {
  color: #001426;
}

.site-heading.barber h2 span {
  color: #bc9355;
}

.site-heading p {
  margin: 0;
  margin-top: 20px;
  padding: 0 7%;
}

.site-heading h2::before {
  background: #001426 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 40px;
}

.site-heading h2::after {
  background: #001426 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: 20px;
  position: absolute;
  width: 5px;
}

.site-heading.text-left h2::before {
  left: 0;
  margin-left: 0;
}

.site-heading.text-left h2::after {
  left: 45px;
  margin-left: 0;
}

.shadow .site-heading h2, 
.shadow .site-heading p {
  color: #ffffff;
}

.bg-theme .site-heading h2::before,
.shadow .site-heading h2::before,
.half-bg .site-heading h2::before {
  background: #ffffff none repeat scroll 0 0;
}

.site-heading h2 span {
  color: #001426;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px;
  padding: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 2500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
  }
}

/* ============================================================== 
     # Top Bar 
=================================================================== */

.top-bar-area.inc-border {
  border-bottom: 1px solid #e7e7e7;
}

.top-bar-area li {
  display: inline-block;
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
  z-index: 1;
}

.top-bar-area li:first-child {
  margin: 0;
  padding: 0;
  border: none;
}

.top-bar-area p {
  margin: 0;
  font-weight: 500;
}

.top-bar-area p a {
  text-decoration: underline;
  font-weight: 600;
}

.top-bar-area.inc-border {
  border-bottom: 1px solid #e7e7e7;
}

.top-bar-area .button a {
  display: inline-block;
  padding: 6px 25px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.top-bar-area li::after {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  height: 19px;
  width: 1px;
  border-left: 1px solid #dddddd;
}

.top-bar-area li:first-child::after {
  display: none;
}

.top-bar-area .item-flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar-area .social ul {
  margin-left: 30px;
}

.top-bar-area .social ul li::after {
  display: none;
}

.top-bar-area .social li {
  margin-left: 10px;
}

.top-bar-area.inc-pad {
  padding: 15px 0;
}

.top-bar-area.inc-padding {
  padding: 10px 0;
}

.top-bar-area .button i {
  margin-right: 5px;
}

/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
  padding: 150px 0;
  position: relative;
}

.breadcrumb-area .fixed-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.5;
}

.breadcrumb-area .col-lg-8.offset-lg-2 {
  z-index: 9;
}

.breadcrumb-area h1 {
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
}

.breadcrumb-area .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.page-title-area {
  padding: 150px 0;
}

.page-title-area h1 {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 40px;
  margin-top: -10px;
  margin-bottom: 0;
}

.breadcrumb-area .breadcrumb li::after {
  content: "";
  font-family: 'themify';
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  right: -13px;
  height: 8px;
  width: 8px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  top: 10px;
}

.breadcrumb-area .breadcrumb li i {
  margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
  padding: 0;
  position: relative;
  z-index: 1;
  margin: 0 7px;
  padding: 0 7px;
}

.breadcrumb-area .breadcrumb li:last-child::after {
  display: none;
}

.breadcrumb-area .breadcrumb a, 
.breadcrumb-area .breadcrumb li {
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  color: #ffffff;
}

.breadcrumb-area .breadcrumb li.active {
  color: #dddddd;
  text-decoration: underline;
}

/* Shape */
.banner-area .fixed-shape-left-top {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
}

.shape-left-top {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}

.shape-right-top {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.shape-left-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.shape-right-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.shape-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.shape-bottom img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.shape-top {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.shape-top img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}



/* ============================================================== 
     # Banner 
=================================================================== */
body, 
.banner-area, 
.banner-area div {
  height: 100%;
}

.banner-area.auto-height, 
.banner-area.auto-height div {
  height: auto;
}

.banner-area.auto-height .content {
  padding: 150px 0;
}

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area .box-cell, 
 .banner-area .box-cell div {
  height: auto;
}

.banner-area {
  position: relative;
  overflow: hidden;
}

.banner-area .wavesshape {
  bottom: -2px;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
}

.banner-area .wavesshape.shape {
  bottom: -50px;
  height: auto;
}

.banner-area .content {
  position: relative;
  z-index: 9;
}

.banner-area.wavesshape {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow::before {
  border-bottom: 0 solid transparent;
  border-right: 100vw solid #fff;
  border-top: 80px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 101;
}

.banner-area.shadow-inner .content {
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-area.content-double .double-items {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

.banner-area .banner-carousel .owl-item.center img {
  transform: scale(4);
  -webkit-transform: scale(4);
  -moz-transform: scale(4);
  -ms-transform: scale(4);
  -o-transform: scale(4);
}

.banner-area .banner-carousel .owl-item img {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

/* Animation delays */
.banner-area .item h1:first-child, 
 .banner-area .item h2:first-child, 
 .banner-area .item h3:first-child, 
 .banner-area .item h4:first-child, 
 .banner-area .item h5:first-child, 
 .banner-area .item h6:first-child {
  animation-delay: .5s;
}

.banner-area .item h1:nth-child(2), 
 .banner-area .item h2:nth-child(2), 
 .banner-area .item h3:nth-child(2), 
 .banner-area .item h4:nth-child(2), 
 .banner-area .item h5:nth-child(2), 
 .banner-area .item h6:nth-child(2) {
  animation-delay: .7s;
}

.carousel-caption h1:nth-child(3), 
 .carousel-caption h2:nth-child(3), 
 .carousel-caption h3:nth-child(3), 
 .carousel-caption h4:nth-child(3), 
 .carousel-caption h5:nth-child(3), 
 .carousel-caption h6:nth-child(3) {
  animation-delay: .9s;
}

.banner-area .item p {
  animation-delay: .5s;
}

.banner-area .item ul {
  animation-delay: .6s;
}

.banner-area .item a, 
 .banner-area .item button {
  animation-delay: .7s;
}

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active, 
 .carousel-fade .carousel-inner .next.left, 
 .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next, 
 .carousel-fade .carousel-inner .prev, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}
/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner .carousel-item .slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}

#particles-js,
#ripple {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner-area .carousel-control {
  background: transparent none repeat scroll 0 0;
  font-size: 40px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 1;
  color: #233645;
}

.banner-area .carousel-control.light {
  color: #ffffff;
}

.banner-area .carousel-control.shadow {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-shadow: inherit;
  top: 50%;
  width: 50px;
  z-index: 1;
}

.banner-area .carousel-control.shadow::after {
  background: #1e2726 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.banner-area .carousel-control.left {
  left: -80px;
}

.banner-area:hover .carousel-control.left {
  left: 20px;
}

.banner-area:hover .carousel-control.shadow.left {
  left: 0px;
}

.banner-area .carousel-control.right {
  right: -80px;
}

.banner-area.heading-double:hover .carousel-control.right {
  right: 20px;
}

.banner-area:hover .carousel-control.right {
  right: -10px;
}

.banner-area:hover .carousel-control.shadow.right {
  right: 20px;
}

/* Carousel Indicators */

.banner-area .carousel-indicator {
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 100%;
}

.banner-area .carousel-indicators {
  position: absolute;
  right: auto;
  left: 0;
  width: auto;
  height: auto;
  top: auto;
  bottom: 0;
  margin: 0;
  padding: 30px 0;
}

.banner-area .carousel-indicators li {
  display: block;
  height: 20px;
  width: 20px;
  margin: 10px 5px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  position: relative;
  z-index: 1;
}

.banner-area .carousel-indicators li.active {
  border: 2px solid #ffffff;
}

.banner-area .carousel-indicators li::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.banner-area.video-bg-live .mbYTP_wrapper {
  z-index: 1 !important;
}

.double-items > .row div {
  height: auto;
}

/* Shape */
.banner-area .shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}

.banner-area .shape img {
  width: 100%;
}

.banner-area.inc-shape .content {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.banner-area.inc-shape .content::after {
  position: absolute;
  left: -50px;
  top: 0;
  content: "\f21e";
  font-family: "Font Awesome 5 Free";
  height: 100%;
  width: 350px;
  color: #ffffff;
  z-index: -1;
  opacity: 0.2;
  font-weight: 600;
  font-size: 150px;
}

.banner-area.auto-height .fixed-shape-left-top {
  opacity: 0.06;
}

/* Content */

.banner-area.bg-fixed .carousel-inner {
  position: absolute;
  height: 100%;
  width: 100%;
}

.banner-area.bg-fixed .carousel-inner div {
  height: 100%;
  width: 100%;
}

.banner-area.top-pad-70 .content {
  padding-top: 70px;
}

.banner-area h4 {
  color: white;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 25px;
}

.banner-area h2 {
  font-weight: 300;
  font-size: 67px;
  line-height: 1;
  color: white;
  margin-bottom: 25px;
}

.banner-area.heading-double h2 {
  margin-bottom: 30px;
}

.banner-area h2 strong {
  display: block;
}

.banner-area p {
  padding-right: 20%;
  font-size: 18px;
  line-height: 34px;
}

.banner-area a {
  margin-top: 15px;
  margin-right: 5px;
}

.banner-area.text-medium h2 {
  font-size: 60px;
  line-height: 1.1;
}

.banner-area.text-default h2 {
  font-size: 50px;
  line-height: 1.2;
}

/* Appoinment form */
.banner-area .appoinment-box {
  padding: 80px 50px;
  position: relative;
  z-index: 1;
}

.banner-area .appoinment-box::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #ffffff;
  z-index: -1;
  opacity: 0.6;
  border-radius: 5px;
}

.banner-area .appoinment-box h2,
.banner-area .appoinment-box h3,
.banner-area .appoinment-box h4 {
  color: #232323;
  font-weight: 600;
  margin-bottom: 30px;
}

.banner-area .appoinment-box form {
  color: #232323;
}

.banner-area .appoinment-box form input, 
.banner-area .appoinment-box form .nice-select {
  background: transparent;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 0 25px;
}

.banner-area .appoinment-box form input::-webkit-input-placeholder {
 /* Chrome/Opera/Safari */
  color: #232323;
}

.banner-area .appoinment-box form input::-moz-placeholder {
 /* Firefox 19+ */
  color: #232323;
}

.banner-area .appoinment-box form input:-ms-input-placeholder {
 /* IE 10+ */
  color: #232323;
}

.banner-area .appoinment-box form input:-moz-placeholder {
 /* Firefox 18- */
  color: #232323;
}

.banner-area .appoinment-box button {
  padding: 12px 40px;
  background: linear-gradient(90deg, rgb(3 31 53) 0%, rgb(46 125 170) 100%);
  box-shadow: 0 0 10px rgba(255, 136, 0, 0.5), inset 0 0 1px 1px #001426;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
  width: 100%;
  border: none;
  border-radius: 30px;
}

.banner-area .appoinment-box button i {
  margin-left: 5px;
}

.banner-area ul li {
  display: inline-block;
  padding-right: 30px;
  margin-top: 20px;
}

.banner-area ul li i {
  display: inline-block;
  font-size: 50px;
  margin-bottom: 25px;
}

.banner-area ul li h5 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
}

.banner-area.auto-height.fixed-thumb .double-items .info {
  padding: 150px 0;
}

.banner-area.auto-height.fixed-thumb .thumb {
  transform: translateY(60px);
}

.banner-area.auto-height.fixed-thumb .thumb img {
  max-width: 120%;
}

.banner-area .video-play-button {
    top: 50px !important;
}

/* ============================================================== 
     # Video Button Play
=================================================================== */
.video-play-button {
  color: #001426;
  font-size: 30px;
  left: 50%;
  padding-left: 7px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button.theme:before,
.video-play-button.theme:after {
  background: #001426 repeat scroll 0 0;
}

.orange .video-play-button.theme:before,
.orange .video-play-button.theme:after {
  background: #FF5621 repeat scroll 0 0;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-play-button i {
  display: block;
  position: relative;
  z-index: 3;
  color: #001426;
}

.video-play-button.theme i {
  color: #ffffff;
}

.video-play-button.relative {
  position: relative;
  display: inline-block;
  left: 30px;
  height: 68px;
  width: 68px;
  line-height: 68px;
  text-align: center;
  margin-top: 0 !important;
  top: 35px;
  margin-left: 10px;
}

.video-play-button.relative::before, 
.video-play-button.relative::after {
  height: 68px;
  width: 68px;
  line-height: 68px;
}

.video-play-button.relative i {
  line-height: 70px;
  font-size: 25px;
}

/* Nice Select CSS */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 15px;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, 
.nice-select.open, 
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  margin: 0;
}

.nice-select .option:hover, 
.nice-select .option.focus, 
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/* ============================================================== 
     # About
=================================================================== */

.about-area .shape {
  opacity: 0.1;
}

.about-area .thumb-box {
  position: relative;
  z-index: 1;
  padding-right: 50px;
  margin-bottom: 50px;
}

.font11 {
  font-size: 18px;
  font-weight: 600;
}

.about-area .thumb-box img {
  /* clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%); */
}

.about-area .thumb-box .intro-video {
  position: absolute;
  right: 0;
  bottom: -50px;
  background: #ffffff;
  padding: 50px 30px;
  left: 120px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
}

.about-area .thumb-box .intro-video .video {
  padding-right: 30px;
}

.about-area .thumb-box .intro-video h5 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 15px;
}

.about-area .thumb-box .intro-video p {
  margin: 0;
}

.about-area ul {
  margin: 0 -15px;
}

.about-area ul li {
  float: left;
  width: 50%;
  padding: 0 15px;
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.about-area ul li i {
  font-size: 50px;
  margin-right: 20px;
  color: #001426;
}

.about-area ul li h5 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
}

.about-area .info {
  padding-left: 35px;
}

.about-area.reverse .info {
  padding-left: 15px;
  padding-right: 35px;
}

.about-area .info > h5 {
  text-transform: uppercase;
  color: #001426;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 25px;
}

.about-area .info > a {
  margin-top: 30px;
}

.about-area .info h2 {
  font-weight: 600;
  /* margin-bottom: 25px; */
}

.about-area blockquote {
  border-left: 3px solid #001426;
  padding-left: 15px;
  background: rgba(226, 36, 84, 0.06);
  padding: 30px;
}

.about-area .devider {
  margin-bottom: 25px;
}

.about-area .icon img {
  height: 50px;
  margin-right: 15px;
}

.about-area .content h5 {
  margin: 0;
}

.about-area ul.icon-less h5 {
  margin: 0;
}

.about-area ul.icon-less li {
  margin-top: 20px;
}

.about-area ul.icon-less {
  margin-top: -10px;
  margin-bottom: 8px;
  overflow: hidden;
}

.about-area table {
  background: #ffffff;
}

.about-area table tbody tr td {
    padding: 12px 20px;
}

.about-area table thead {
    background: #001426;
}

.about-area table thead tr td {
    border: none;
}

.about-area table thead tr th {
    border-bottom: none;
    color: #ffffff;
}

.about-area .shape {
    bottom: -50px;
}


.about-features-area .shape {
   text-align: right;
}

.about-features-area .shape img {
    width: 50%;
}

/* ============================================================== 
     # Top Entry
=================================================================== */

.top-entry-area .item i {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 40px;
  color: #001426;
  height: 100px;
  width: 100px;
  line-height: 100px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.top-entry-area .item .icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  margin-bottom: 40px;
}

.top-entry-area .item .icon img {
  height: 50px;
}

.top-entry-area .item i::after,
.top-entry-area .item .icon::after {
  position: absolute;
  left: -10px;
  top: -10px;
  content: "";
  height: 120px;
  width: 120px;
  background: url(assets/img/shape/3.svg);
  background-size: contain;
  z-index: -2;
  background-position: center;
  background-repeat: no-repeat;
}

.top-entry-area .item ul li {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-top: 1px dashed #cccccc;
  margin-top: 10px;
  padding-top: 15px;
}

.top-entry-area .item ul li p {
  margin: 0;
  font-weight: 600;
}

.top-entry-area .single-item .thumb {
  position: relative;
  z-index: 1;
}

.top-entry-area .single-item .thumb::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 300px;
  width: 300px;
  background: #001426;
  z-index: -1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.top-entry-area .single-item .thumb::before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 350px;
  width: 350px;
  background: #001426;
  z-index: -1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0.1;
}

.top-entry-area .single-item:first-child .item {
  padding-right: 30px;
}

.top-entry-area .single-item:last-child .item {
  padding-left: 30px;
}

.top-entry-area .item h4 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 25px;
}

/* ============================================================== 
     # Facilities
=================================================================== */
.facilites-area .facilites-box {
    background: #ffffff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    top: -80px;
    z-index: 1;
    margin-bottom: -80px;
    overflow: hidden;
    border-radius: 8px;
}

.facilites-area .facilites-box .single-item {
  padding: 0;
}

.facilites-area .facilites-box .item {
    display: flex;
    padding: 28px 31px;
    position: relative;
    z-index: 1;
}

.facilites-area .facilites-box i {
    display: inline-block;
    font-size: 50px;
    margin-right: 25px;
    color: #001426;
}

.facilites-area .facilites-box h4 {
    font-weight: 600;
}

.facilites-area .facilites-box .single-item:last-child .item {
    display: block;
    color: #ffffff;
    padding-right: 45px;
}

.facilites-area .facilites-box .single-item:last-child .item::after {
    position: absolute;
    left: 0;
    top: -50%;
    content: "";
    height: 200%;
    width: 100%;
    z-index: -1;
    background: #001426;
}

.facilites-area .facilites-box .single-item:last-child h4 {
  color: #ffffff;
}

.facilites-area .facilites-box .single-item:first-child {
    border-right: 1px solid #e7e7e7;
}

.facilites-area .facilites-box .single-item:first-child .item {
  padding-left: 45px;
}

.facilites-area .facilites-box .single-item .item ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    font-weight: 500;
}

.facilites-area .facilites-box .single-item .item ul li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.facilites-area .facilites-box .single-item .item .btn {
  margin-top: 5px;
}

/* ============================================================== 
     # Features
=================================================================== */

.features-area.half-bg {
  position: relative;
  z-index: 1;
}

.features-area.half-bg::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 50%;
  width: 100%;
  background: #ffffff;
  z-index: -1;
}

.features-area .single-item {
  margin-bottom: 30px;
}

.features-area .single-item:nth-child(2n) img {
  margin-bottom: 0;
  margin-top: 30px;
}

.features-area .single-item {
  margin-bottom: 30px;
}

.features-area .item .icon {
  display: inline-block;
  position: relative;
  z-index: 1;
  height: 100px;
  width: 100px;
  line-height: 95px;
  background: #fdeee7;
  border-radius: 50%;
  margin-bottom: 30px;
}

.features-area .single-item:nth-child(2n) .item .icon {
  background: #e9f6eb;
}

.features-area .single-item:nth-child(3n) .item .icon {
  background: #fbe8f1;
}

.features-area .single-item:nth-child(4n) .item .icon {
  background: #eaecf1;
}

.features-area .item .icon img {
  margin: 0;
}

.features-area .item .icon i {
  display: inline-block;
  font-size: 80px;
  margin-bottom: 30px;
  color: #001426;
}

.features-area .item img {
  height: 50px;
  width: 50px;
}

.features-area .item h4 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0;
}

.features-area .item a {
  display: block;
  padding: 50px 30px;
  box-shadow: 0 0 10px #e7e7e7;
  background: #ffffff;
}

.features-area .item ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.features-area .item ul li p {
  margin: 0;
}

/* ============================================================== 
     # Department
=================================================================== */

.department-area {
  position: relative;
  z-index: 1;
}

.department-area .department-items .single-item {
  margin-bottom: 30px;
}

.department-area .shape-bottom {
  margin-bottom: -120px;
  opacity: 0.08;
}

.department-area .shape-left-bottom.shape {
  bottom: -250px;
  left: -100px;
  transform: rotate(15deg);
}

.department-items .item {
  box-shadow: 0 0 10px #e7e7e7;
  background: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.deepu {
  box-shadow: 0 0 10px #e7e7e7;
  background: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.department-items .head-of {
  margin-top: 10px;
}

.department-items .thumb {
  position: relative;
  z-index: 1;
  margin: 10px;
  margin-bottom: 0;
}

.solid-thumb .department-items .thumb {
  margin: 0;
}

.department-items .item .info {
  padding: 30px;
  position: relative;
  z-index: 1;
}

.thumb-less .department-items .item .info {
  padding: 60px 37px;
}

.department-items .item .info .bottom > i {
    font-size: 60px;
    color: #001426;
    position: relative;
    z-index: 1;
}


.department-items .item .info .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.department-items .item .info .bottom a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    background: linear-gradient(90deg, rgb(3 31 53) 0%, rgb(46 125 170) 100%);
    color: #ffffff;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    font-size: 14px;
}

.department-items .item .info .bottom a::after {
    position: absolute;
    left: -10%;
    top: -10%;
    content: "";
    height: 120%;
    width: 120%;
    background: #001426;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.5;
}

.department-items .item .info::after {
  position: absolute;
  right: -50px;
  bottom: -80px;
  content: "";
  height: 150px;
  width: 150px;
  background: url(assets/img/shape/4.png);
  background-size: contain;
  z-index: -1;
  background-repeat: no-repeat;
  transform: rotate(-45deg);
  opacity: 0.3;
}

.department-items .item .info .title {
    position: relative;
    left: 0;
    right: 30px;
    top: -60px;
    background: #ffffff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
    padding: 10px 20px;
    z-index: 9;
    margin-bottom: -35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.department-items .item .info .title h4,
.department-items .item .info .title h5 {
  margin: 0;
  font-weight: 600;
}

.department-items .item .info .title i {
    display: inline-block;
    font-size: 40px;
    color: #001426;
    margin-right: 15px;
}

.department-items .item .info .title h4,
.department-items .item .info .title h5 {
  margin: 0;
  font-weight: 600;
}

.department-items .item .info .bottom > i {
  font-size: 60px;
  color: #001426;
  position: relative;
  z-index: 1;
}

.department-items .item .info .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}

.department-items .item .info .bottom a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  background: linear-gradient(90deg, rgb(3 31 53) 0%, rgb(46 125 170) 100%);
  color: #ffffff;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  font-size: 14px;
}

.department-items .item .info .bottom a::after {
  position: absolute;
  left: -10%;
  top: -10%;
  content: "";
  height: 120%;
  width: 120%;
  background: #001426;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.5;
}

.department-items .item .info ul {
  overflow: hidden;
}

.department-items .item .info ul li {
  float: left;
  width: 100%;
  padding: 0 15px;
  position: relative;
  z-index: 1;
  padding-left: 25px;
  margin-bottom: 10px;
}

.department-items .item .info ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  color: #001426;
  font-weight: 600;
}

.department-items .item .info h4 a {
  font-weight: 700;
}

.department-items .item .info > a {
  margin-top: 25px;
}

.solid-thumb .department-items .item .info > a {
    margin-top: 5px;
}

.department-items .item .info > a.btn-effect {
  display: inline-block;
  text-transform: capitalize;
  margin-top: 10px;
  color: #001426;
  position: relative;
  z-index: 1;
  padding-bottom: 5px;
  font-weight: 600;
}

.department-items .item .info > a.btn-effect::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  border-bottom: 1px dashed #001426;
  width: 50%;
  transition: all 0.35s ease-in-out;
}

.department-items .item .info .head-of p {
  margin: 0;
  color: #232323;
  text-transform: capitalize;
}

.department-items .item .info .head-of p strong {
  font-weight: 600;
}

.department-items.department-carousel.owl-carousel .owl-dots {
}

.department-items.department-carousel.owl-carousel .owl-dots .owl-dot {
  margin-bottom: -10px;
  margin-top: 20px;
}

.department-items.department-carousel.owl-carousel .owl-dots .owl-dot span {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  z-index: 1;
  border: 2px solid #cccccc;
}

.department-items.department-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #001426;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}


/* ============================================================== 
     # Feature Entry
=================================================================== */

.feature-entry-area .single-item {
  margin-bottom: 30px;
}

.feature-entry-area .item {
  padding: 80px 30px;
  box-shadow: 0 0 10px #e7e7e7;
}

.feature-entry-area .single-item:nth-child(2n) .item {
  background: #001426;
}

.feature-entry-area .item i {
  display: inline-block;
  font-size: 50px;
  margin-bottom: 30px;
  color: #001426;
  position: relative;
  z-index: 1;
  height: 100px;
  width: 100px;
  line-height: 100px;
}

.feature-entry-area .item i::after {
  position: absolute;
  left: -10%;
  top: -15%;
  content: "";
  height: 120%;
  width: 120%;
  background: url(assets/img/shape/3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  z-index: -1;
}

.feature-entry-area .single-item:nth-child(2n) .item i, 
.feature-entry-area .single-item:nth-child(2n) .item h4, 
.feature-entry-area .single-item:nth-child(2n) .item {
  color: #ffffff;
}

.feature-entry-area .single-item:nth-child(2n) .item i::after {
  background: url(assets/img/shape/10-light.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.2;
}

.feature-entry-items .item li {
  text-align: left;
  margin-top: 9px;
}

.feature-entry-items .item li .closed {
  background: #ffffff;
  color: #0cb8b6;
  padding: 0 15px;
  border-radius: 5px;
  font-weight: 600;
}

.feature-entry-items .item li span {
  font-weight: 600;
}

.feature-entry-area .item h4 {
  font-weight: 600;
}

.feature-entry-area .item a {
  margin-top: 10px;
}

.feature-entry-area .item .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #232323;
  font-weight: 700;
}

.feature-entry-area .item .contact p {
  margin-left: 15px;
  margin-bottom: 0;
}

/* ============================================================== 
     # Department Icon Version
=================================================================== */

.department-area.icon-only .single-item {
  margin-bottom: 30px;
}

.department-area .item-box .item {
  padding: 50px 30px 50px;
  background: #ffffff;
  box-shadow: 0 0 10px #e7e7e7;
  position: relative;
  z-index: 1;
}

.department-area .item-box .item .icon {
  display: inline-block;
  font-size: 45px;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
  color: #ffffff;
  height: 90px;
  width: 90px;
  line-height: 90px;
}

.department-area .item-box .item .icon::after {
  position: absolute;
  left: 3%;
  top: 2%;
  content: "";
  height: 95%;
  width: 95%;
  background: #001426;
  z-index: -1;
  border-radius: 50%;
}

.department-area .item-box .item .icon::before {
  position: absolute;
  left: -10%;
  top: -10%;
  content: "";
  height: 120%;
  width: 120%;
  background: url(assets/img/shape/7.png);
  filter: hue-rotate(191deg);
  z-index: -1;
  border-radius: 50%;
  opacity: 0.3;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.35s ease-in-out;
}

.department-area .item-box .item:hover .icon::before {
  animation: rotate-animation 10s infinite linear;
  opacity: 1;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.department-area .item-box .item h4 {
  font-weight: 600;
  margin-bottom: 35px;
  text-transform: capitalize;
  font-size: 22px;
}

.department-area .item-box .item a {
  margin-top: 15px;
}

.department-area .item-box .department-carousel.owl-carousel .owl-dots .owl-dot {
  margin-bottom: -10px;
  margin-top: 20px;
}

.department-area .item-box .department-carousel.owl-carousel .owl-dots .owl-dot span {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  z-index: 1;
  border: 2px solid #cccccc;
}

.department-area .item-box .department-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #001426;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}


/* ============================================================== 
     # Department tabs
=================================================================== */
.departments-area .departments-tabs li.nav-item {
    display: inline-block;
    margin: 0 6px;
    margin-bottom: 15px;
}

.departments-area .departments-tabs .nav-tabs {
    margin-bottom: 50px;
    text-align: center;
    border: none;
}

.departments-area .departments-tabs .info > ul {
    display: inline-block;
}

.departments-area .departments-tabs .info > ul .float-right {
    padding-left: 50px;
}

.departments-area .departments-tabs .info > ul li {
    margin-top: 10px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    padding-left: 30px;
}

.departments-area .departments-tabs .info > ul li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f123";
    font-family: 'Flaticon';
    color: #001426;
}

.departments-area.bg-gray .departments-tabs li.nav-item a {
  background: #ffffff;
}

.departments-area .departments-tabs li.nav-item a {
    border: none;
    background: #f4f7fc;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.departments-area .departments-tabs li.nav-item a i {
    display: block;
    font-size: 50px;
    margin-bottom: 15px;
}

.departments-area .departments-tabs li.nav-item a.active {
    color: #0cb8b6;
}

.departments-area .departments-tabs li.nav-item a.active::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    content: "";
    border-bottom: 2px solid #0cb8b6;
}

.departments-area .center-tabs .info ul {
    display: block;
}

.departments-area .center-tabs .info a {
    margin-top: 25px;
}

.departments-area .center-tabs .info h2 {
    font-weight: 600;
}

.departments-area .center-tabs .thumb {
    padding-right: 35px;
}

/* ============================================================== 
     # Department Single
=================================================================== */
.department-single-area .sidebar .widget {
    padding: 30px;
    background: #f7f7f7;
    margin-bottom: 30px;
    border-bottom: 3px solid #001426;
}

.department-single-area .sidebar .widget:last-child {
    margin-bottom: 0;
}

.department-single-area .sidebar .widget .title h4 {
    font-weight: 600;
    margin-bottom: 25px;
}

.department-single-area .sidebar .widget.link a {
    background: #ffffff;
    display: block;
    padding: 10px;
    padding-left: 25px;
}

.department-single-area .sidebar .widget.link li {
    margin-bottom: 10px;
}

.department-single-area .sidebar .widget.link li.active a {
  color: #001426;
}

.department-single-area .sidebar .widget.link a i {
    margin-right: 5px;
}

.department-single-area .sidebar .widget.link li:last-child {
    margin-bottom: 0;
}

.department-single-area .sidebar .widget.appoinment form input, 
.department-single-area .sidebar .widget.appoinment form textarea {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
}

.department-single-area .sidebar .widget.appoinment form textarea {
    min-height: 130px;
    padding-top: 15px;
}

.department-single-area .sidebar .widget.appoinment form button[type="submit"] {
    background: linear-gradient(90deg, rgb(3 31 53) 0%, rgb(46 125 170) 100%);
    color: #ffffff;
    font-weight: 600;
    padding: 10px 35px;
    width: 100%;
    border-radius: 30px;
}

.department-single-area .sidebar .widget.doctor h4 {
    font-weight: 600;
}

.department-single-area .sidebar .widget.doctor .overlay {
    margin-top: 25px;
}

.department-single-area .sidebar .widget.doctor h5 {
    color: #001426;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.department-single-area .sidebar .widget.opening-hours li {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.department-single-area .sidebar .widget.opening-hours li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.department-single-area .info .thumb {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.department-single-area .info .thumb .title {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    z-index: 1;
}

.department-single-area .info .thumb .title h3 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #ffffff;
}

.department-single-area .info .thumb::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 50%;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 160%) repeat scroll 0 0;
}

.department-single-area .info .thumb .title span {
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 600;
}

.department-single-area .info h1,
.department-single-area .info h2,
.department-single-area .info h3,
.department-single-area .info h4,
.department-single-area .info h5 {
  font-weight: 600;
}

.department-single-area .info h4 {
  margin-top: 25px;
}

.department-single-area .info ul {
  margin-bottom: 20px;
  overflow: hidden;
}

.department-single-area .info ul li {
    margin-top: 10px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    float: left;
    width: 50%;
    padding: 0 15px;
    padding-left: 30px;
}

.department-single-area .info ul li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f123";
    font-family: 'Flaticon';
    color: #001426;
}


/* ============================================================== 
     # Consultation
=================================================================== */

.consultation-area .process {
  padding-right: 65px;
}

.consultation-area .process .item {
  padding: 35px;
  background: #ffffff;
  text-align: center;
  border: 2px solid rgb(0, 0, 0);
}

.consultation-area .process .item i {
  display: inline-block;
  font-size: 55px;
  margin-bottom: 25px;
  color: #001426;
}

.consultation-area .process .item h5 {
  font-size: 18px;
  font-weight: 600;
}

.consultation-area .process .single-item {
  margin-top: 30px;
}

.consultation-area .process  h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.consultation-area .process .row {
  margin-top: -5px;
}

.consultation-area .form .appoinment-box {
  background: #001426;
  padding: 60px 37px;
  position: relative;
  z-index: 1;
}

.consultation-area .form .appoinment-box::after {
  position: absolute;
  left: -30px;
  top: -30px;
  content: "";
  height: 100%;
  width: 100%;
  background: #001426;
  z-index: -1;
  opacity: 0.2;
}

.consultation-area .appoinment-box h4 {
  text-transform: capitalize;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}

.consultation-area .appoinment-box h4::after {
  position: absolute;
  left: 50%;
  bottom: -60px;
  content: "";
  height: 100%;
  width: 30%;
  background: url(assets/img/shape/devider-light.png);
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
}

.consultation-area .form .appoinment-box form input, 
.consultation-area .form .appoinment-box form .nice-select {
  background: transparent;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0 25px;
  color: #ffffff;
}

.consultation-area .form .appoinment-box form .nice-select .current {
  color: #ffffff;
}

.consultation-area .form .appoinment-box form .nice-select {
  color: #232323;
}

.consultation-area .form .appoinment-box form .nice-select:after {
  border-color: #ffffff !important;
}

.consultation-area .form .appoinment-box form input::-webkit-input-placeholder {
 /* Chrome/Opera/Safari */
  color: #ffffff;
}

.consultation-area .form .appoinment-box form input::-moz-placeholder {
 /* Firefox 19+ */
  color: #ffffff;
}

.consultation-area .form .appoinment-box form input:-ms-input-placeholder {
 /* IE 10+ */
  color: #ffffff;
}

.consultation-area .form .appoinment-box form input:-moz-placeholder {
 /* Firefox 18- */
  color: #ffffff;
}

.consultation-area .form .appoinment-box form button {
  padding: 12px 40px;
  background: #ffffff;
  color: #001426;
  text-transform: capitalize;
  font-weight: 600;
  width: 100%;
  border: none;
  border-radius: 30px;
}

/* ============================================================== 
     # Choose Us
=================================================================== */
.choose-us-area .info {
  max-width: 720px;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 0;
}

.choose-us-area .info .info-box {
  padding: 80px 50px;
  background: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  left: -120px;
  border-bottom: 3px solid #001426;
}

.choose-us-area .info .info-box::after {
  position: absolute;
  right: -120px;
  top: -120px;
  content: "";
  height: 300px;
  width: 300px;
  background: url(assets/img/shape/dotted-shape.png);
  z-index: -1;
  background-repeat: no-repeat;
  opacity: 0.2;
}

.choose-us-area.shape-less .info .info-box::after {
  display: none;
}

.choose-us-area.shape-less .info .info-box::after {
  display: none;
}

.choose-us-area .fun-fact {
  display: flex;
  align-items: center;
}

.choose-us-area ul li {
  float: left;
  padding: 0 15px;
  width: 50%;
  margin-top: 20px;
  padding-left: 35px;
  position: relative;
  z-index: 1;
}

.choose-us-area ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #001426;
  font-weight: 600;
}

.choose-us-area ul li p {
  margin: 0;
}

.choose-us-area ul li h5 {
  font-weight: 600;
}

.choose-us-area ul li h5 strong {
  color: #001426;
}

.choose-us-area .fun-fact i {
  font-size: 60px;
  margin-right: 20px;
  color: #001426;
}

.choose-us-area .fun-fact .timer {
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
  color: #233645;
}

.choose-us-area .fun-fact .medium {
  font-weight: 600;
  margin-top: 5px;
  display: block;
}

.choose-us-area .info .info-box > h5 {
  color: #001426;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  position: relative;
  margin-bottom: 25px;
}

.choose-us-area .info h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.choose-us-area.inc-list .info h2 {
  margin-bottom: 10px;
}

.choose-us-area .info a {
  margin-top: 15px;
  display: inline-block;
}

.choose-us-area.inc-list .info a {
  margin-top: 30px;
}

.choose-us-area blockquote {
  border-left: 5px solid #001426;
  padding-left: 25px;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
}
/* .image1 {
  display: none !important;
}

@media only screen and (max-width: 500px) {
  .image2 {
      display: none;
  }

  .image1 {
      display: block;
  }
} */

/* ============================================================== 
     # Choose Us Version Two
=================================================================== */
.chooseus-area .info {
    padding-right: 35px;
}
.heading1{
  font-family: 'Hurricane', cursive;
  font-family: 'Kaushan Script', cursive;
  font-family: 'Lora', serif;
  font-family: 'Outfit', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-family: 'Protest Riot', sans-serif;
  font-family: 'Protest Strike', sans-serif;
  font-family: 'Raleway', sans-serif;
  font-family: 'Red Hat Mono', monospace;
  font-family: 'Shippori Antique', sans-serif;
}

.chooseus-area .info h2 {
    font-weight: 600;
    margin-bottom: 25px;
}

.chooseus-area .info h2 strong {
    color: #001426;
}

.chooseus-area .info ul {
  margin-top: 30px;
}

.chooseus-area .info ul li {
    padding-left: 50px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.chooseus-area .info ul li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f120";
    font-family: "Flaticon";
    font-size: 30px;
    color: #001426;
}

.chooseus-area .info ul li h5 {
    font-weight: 600;
}

.chooseus-area .info ul li:last-child {
    margin-bottom: 0;
}

.chooseus-area .info ul li p {
    margin: 0;
}

.chooseus-area .info a {
  margin-top: 30px;
}

.chooseus-area .thumb {
    position: relative;
    z-index: 1;
}

.chooseus-area .thumb::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    height: 450px;
    width: 450px;
    background: #001426;
    z-index: -1;
    border-radius: 30px;
    transform: rotate(45deg);
    margin-left: -225px;
}

.chooseus-area .thumb {
    text-align: center;
}

/* ============================================================== 
     # Doctors
=================================================================== */

.doctors-area .doctor-items .info {
  padding: 30px 40px;
  background: #ffffff;
  position: relative;
  z-index: 1;
}

.doctors-area .doctor-items .info::after {
  position: absolute;
  left: -15px;
  top: 30px;
  content: "";
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #ffffff;
}

.doctors-area .doctor-items .info h4 {
  font-weight: 600;
}

.doctors-area .doctor-items .info span {
  display: block;
  margin-bottom: 15px;
  color: #001426;
}

.doctors-area .doctor-items .info a {
  margin-top: 5px;
}

.doctors-area .nav-tabs {
  border: none;
  margin-right: 20px;
}

.doctors-area .nav-tabs li a {
  display: flex;
  border: none;
  padding: 20px 15px;
  background: rgba(30, 190, 182, 0.1);
  border-radius: inherit;
  align-items: center;
}

.doctors-area .nav-tabs li a.active {
  background: rgba(30, 190, 182, 1);
  color: #ffffff;
}

.doctors-area .nav-tabs li a i {
    font-size: 45px;
    min-width: 50px;
    margin-right: 15px;
}

.doctors-area .doctor-items .tab-pane .item {
  margin-top: 30px;
}

.doctors-area .doctor-items .tab-pane {
  margin-top: -30px;
}


/* ============================================================== 
     # Doctors Version Two
=================================================================== */

.team-default-area .single-item {
  margin-bottom: 30px;
}

.team-default-area .item .thumb {
  position: relative;
  z-index: 1;
}

.team-default-area .item .thumb .contact ul li {
  display: inline-flex;
  margin: 0 5px;
  position: relative;
  z-index: 1;
  padding: 0 5px;
}

.team-default-area .item .thumb .contact ul li a {
  display: inline-block;
  color: #ffffff;
}

.team-default-area .item .thumb .contact ul li::after {
  position: absolute;
  right: -7px;
  top: 5px;
  content: "";
  height: 18px;
  width: 1px;
  background: rgba(255, 255, 255, 0.7);
}

.team-default-area .item .thumb .contact ul li:last-child::after {
  display: none;
}

.team-default-area .item .thumb .contact {
  background: linear-gradient(90deg, rgb(3 31 53) 0%, rgb(46 125 170) 100%);
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translate(-50%, 0);
  padding: 10px 25px;
  border-radius: 30px;
}

.team-default-area .item {
  background: #ffffff;
}

.team-default-area .item .info {
  padding: 30px;
  padding-top: 50px;
}

.team-default-area .item .info h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.team-default-area .item .info span {
  color: #001426;
  text-transform: capitalize;
  font-weight: 600;
}


/* ============================================================== 
     # Testimonials
=================================================================== */

@media only screen and (min-width: 1367px) {
  .testimonials-area .container {
    margin-left: calc((100% - 1140px)/ 2);
    padding: 0;
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}

@media only screen and (min-width: 1000px) {

  .testimonials-area .testimonials-carousel.owl-carousel .owl-stage {
    left: -100px;
  }
}

.testimonials-area .heading {
  position: relative;
  z-index: 1;
}

.testimonials-area .heading::after {
  position: absolute;
  right: 0;
  top: -200%;
  height: 500%;
  width: 500%;
  background: #001426;
  z-index: -1;
  content: "";
}

.testimonials-area .heading::before {
  position: absolute;
  left: 0;
  top: -30px;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 120px;
  opacity: 0.2;
  color: #ffffff;
}

.testimonials-area .heading h5 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
}

.testimonials-area .heading h2 {
  text-transform: capitalize;
  font-weight: 600;
}

.testimonials-area .heading a {
  margin-top: 15px;
}

.testimonials-area .testimonials-carousel {
  padding-left: 35px;
}

.testimonials-area .item {
  box-shadow: 0 0 10px #e7e7e7;
  padding: 50px 30px;
  background: #ffffff;
}

.testimonials-area .item .provider {
  align-items: center;
  margin-bottom: 15px;
}

.testimonials-area .item .provider img {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin-right: 15px;
  margin: auto auto 30px;
}

.testimonials-area .item .provider h5 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 5px;
}

.testimonials-area .item  p {
  margin: 0;
}

.testimonials-area .item .provider span {
  text-transform: uppercase;
  font-size: 12px;
}

.testimonials-area .item .provider span strong {
  color: #001426;
}

.testimonials-area .testimonials-carousel.owl-carousel .owl-dots {
}

.testimonials-area .testimonials-carousel.owl-carousel .owl-dots .owl-dot {
  margin-bottom: -10px;
  margin-top: 20px;
}

.testimonials-area .testimonials-carousel.owl-carousel .owl-dots .owl-dot span {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  z-index: 1;
  border: 2px solid #cccccc;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.bounce {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    25%,
    50%,
    75%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-12px);
    }
}

.testimonials-area .testimonials-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #001426;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* ============================================================== 
     # Fun Factor
=================================================================== */
.fun-factor-area .fun-fact-items {
  position: relative;
  z-index: 1;
  padding: 45px 50px !important;
}

.fun-factor-area .fun-fact-items::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/img/shape/9.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
  opacity: 0.3;
}

.half-bg-light-bottom {
  position: relative;
  z-index: 1;
}

.half-bg-light-bottom::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 50%;
  width: 100%;
  background: #ffffff;
  z-index: -1;
}

.fun-factor-area .fun-fact-items .timer {
  display: inline-block;
  font-size: 40px;
  font-weight: 800;
  position: relative;
  z-index: 1;
  margin-left: -20px;
}

.fun-factor-area .fun-fact-items .timer::after {
  position: absolute;
  right: -25px;
  top: 0;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 20px;
}

.fun-factor-area .fun-fact-items .medium {
  display: block;
  margin-top: 10px;
  text-transform: capitalize;
  font-weight: 700;
}


/* ============================================================== 
     # Health Tips
=================================================================== */
.health-tips-area .heading h5 {
  color: #001426;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
}

.health-tips-area .heading h5::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 1px;
  width: 50%;
  background: #001426;
}

.health-tips-area .heading h2 {
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1.3;
}

.health-tips-area .thumb-box {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-right: 20px;
}

.health-tips-area .thumb-box::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #ffffff;
  margin-top: -7px;
}

.health-tips-area .thumb-box .overlay {
  background: #ffffff;
  position: absolute;
  right: -30px;
  bottom: -30px;
  padding: 30px;
  box-shadow: 0 0 10px #e7e7e7;
}

.health-tips-area .thumb-box .overlay i {
  position: absolute;
  display: none;
}

.health-tips-area .thumb-box .overlay h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.health-tips-area .thumb-box .overlay span {
  color: #001426;
  font-size: 14px;
}

.health-tips-area .info h4 {
  font-weight: 600;
  margin-bottom: 25px;
}

.health-tips-area .info .doctor {
  border-top: 1px solid #e7e7e7;
  margin-top: 25px;
  padding-top: 25px;
}

.health-tips-area .info .doctor h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

.health-tips-area .info .doctor h5 {
  font-size: 14px;
  color: #001426;
}

.health-tips-area .info ul li {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  padding-left: 20px;
}

.health-tips-area .info ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

.health-tips-area .tips-items.tips-carousel .owl-dots .owl-dot {
  margin-bottom: -10px;
  margin-top: 20px;
}

.health-tips-area .tips-items.tips-carousel .owl-dots .owl-dot span {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  z-index: 1;
  border: 2px solid #cccccc;
}

.health-tips-area .tips-items.tips-carousel .owl-dots .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #001426;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* ============================================================== 
     # Gallery
=================================================================== */

.gallery-area {
  padding-bottom: 105px;
}

.gallery-area .magnific-mix-gallery {
  margin: 0 -15px;
}

.mix-item-menu button {
  border: none;
  background: transparent;
  display: inline-block;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-weight: 600;
  position: relative;
  padding: 0 15px;
  cursor: pointer;
  z-index: 1;
  font-family: 'Poppins', sans-serif;
}

.mix-item-menu {
  display: inline-block;
  border: 1px solid #e7e7e7;
  padding: 15px 30px;
  margin-bottom: 30px;
  border-radius: 30px;
}

.mix-item-menu button.active {
  color: #0cb8b6;
}

.gallery-area.inc-colum {
  padding-bottom: 105px;
}

.gallery-area .gallery-items.colums-3 .pf-item {
  float: left;
  padding: 15px;
  width: 33.3333%;
}

.gallery-area .gallery-items.colums-2 .pf-item {
  float: left;
  padding: 15px;
  width: 50%;
}

.gallery-area .gallery-items.colums-4 .pf-item {
  float: left;
  padding: 15px;
  width: 25%;
}

.gallery-area .gallery-items.colums-6 .pf-item {
  float: left;
  padding: 15px;
  width: 16.6666%;
}

.gallery-area .effect-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.gallery-area .effect-box img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.gallery-area .effect-box:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.gallery-area .effect-box .info {
  text-align: left;
  position: absolute;
  bottom: 30px;
  left: 0px;
  right: 30px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.35s ease-in-out;
  opacity: 0;
}

.gallery-area .effect-box:hover .info {
  bottom: 0;
  opacity: 1;
}

.gallery-area .effect-box .info h4 {
  margin: 0;
  font-size: 18px;
  padding-left: 20px;
}

.gallery-area .effect-box .info > a {
  display: inline-block;
  padding: 15px 25px;
  background:linear-gradient(90deg, rgb(0 21 41) 0%,  rgb(33 72 108) 100%);
  color: #ffffff;
}


/* ============================================================== 
     # Blog
=================================================================== */

.blog-area .single-item {
  margin-bottom: 30px;
}

.blog-area.single .single-item {
  margin-bottom: 0;
}

.blog-area .single-item .item {
  box-shadow: 0 0 10px #e7e7e7;
}

.blog-area.full-blog .info .tags {
  position: relative;
  z-index: 1;
  padding-left: 30px;
}

.blog-area.full-blog .info .tags::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f02c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #001426;
}

.blog-area .item .info {
  background: #ffffff;
  padding: 30px;
}

.blog-area .single-item .info h4 {
  line-height: 1.3;
  font-weight: 600;
}

.blog-area .single-item .info h4 a {
  font-weight: 600;
}

.blog-area .item .info .meta {
  margin-top: 20px;
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
}

.blog-area.single .item .info .meta {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
}

.blog-area .item .info .meta ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-area.single .info .tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-area.single .item .info .tags ul.meta {
  margin: 0;
  padding: 0;
  border: none;
}

.blog-area .meta li a {
  font-weight: 600;
  color: #666666;
}

.blog-area .meta li a i {
  color: #001426;
}

.blog-area .item .info .meta ul li img {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  margin-right: 6px;
}

.blog-area .item .info .meta ul li a:hover,
.blog-area .item .info h4 a:hover {
  color: #001426;
}

.blog-area .item .info .date span {
  text-transform: uppercase;
  color: #001426;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

.blog-area .blog-items .thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.blog-area .blog-items .thumb .post-date {
  position: absolute;
  left: 30px;
  bottom: 30px;
  height: 70px;
  width: 80px;
  background: #001426;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  padding: 0 20px;
  line-height: 1.3;
  font-weight: 600;
  padding-top: 15px;
  border-radius: 5px 5px 0 5px;
  text-transform: uppercase;
}

.blog-area .blog-items .thumb .post-date::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  content: "";
  border-right: 15px solid #001426;
  border-top: 0;
  border-bottom: 15px solid transparent;
}

.blog-area .info .tags ul li {
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
  padding-right: 5px;
}

.blog-area .info .tags {
  margin-bottom: 10px;
}

.blog-area .info .tags ul li::after {
  position: absolute;
  right: -1px;
  bottom: 0;
  content: ",";
  font-weight: 600;
}

.blog-area .info .tags ul li:last-child::after {
  display: none;
}

.blog-area .info .tags ul li a {
  color: #666666;
  font-weight: 500;
}

.blog-area.full-blog .blog-items .single-item:last-child {
  margin-bottom: 0;
}

/* Pagination */

.blog-area .pagi-area .pagination {
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}

.blog-area .pagi-area .pagination li a {
  display: inline-block;
  padding: 15px 20px;
  margin: 5px;
  margin-bottom: 0;
  border-radius: 10px;
  color: #001426;
}

.blog-area .pagi-area .pagination li.active a {
  background: #001426;
  color: #ffffff;
  border-color: transparent;
}

/* Sidebar */

.blog-area.left-sidebar .blog-content {
  float: right;
}

.blog-area.left-sidebar .sidebar {
  padding-right: 35px;
}

.blog-area.right-sidebar .sidebar {
  padding-left: 35px;
}

.blog-area .sidebar .title {
  display: block;
}

.blog-area .sidebar .title h4 {
  font-weight: 800;
  margin-bottom: 30px;
  margin-top: -5px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  font-size: 20px;
  display: inline-block;
  padding-left: 15px;
}

.blog-area .sidebar .title h4::after {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  height: 18px;
  width: 2px;
  border-left: 3px solid #001426;
}

.blog-area .sidebar input[type="text"] {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 60px;
}

.blog-area .sidebar form {
  position: relative;
}

.blog-area .sidebar button[type="submit"] {
  background: linear-gradient(90deg, rgb(3 31 53) 0%, rgb(46 125 170) 100%);
  border: medium none;
  color: #ffffff;
  font-family: Inter, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  min-height: 50px;
  width: 50px;
  position: absolute;
  right: 5px;
  text-transform: uppercase;
  top: 5px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  border-radius: 50%;
}

.blog-area .sidebar input[type="submit"]:hover {
  background: #001426 none repeat scroll 0 0;
}

.blog-area .sidebar .sidebar-item {
  float: left;
  margin-bottom: 50px;
  width: 100%;
  background: #ffffff;
}

.blog-area .sidebar .sidebar-item:last-child {
  margin-bottom: 0;
}

.blog-area .sidebar .sidebar-item.category .sidebar-info, 
.blog-area .sidebar .sidebar-item.archives .sidebar-info {
  margin-top: -5px;
}

.blog-area .sidebar .sidebar-item.category li {
  display: block;
  padding: 10px 0;
  position: relative;
  margin: 3px 0;
}

.blog-area .sidebar .sidebar-item.category li a {
  display: inline-block;
  text-transform: capitalize;
  font-weight: 700;
  color: #666666;
}

.blog-area .sidebar .sidebar-item li a:hover {
  color: #001426;
}

.blog-area .sidebar .sidebar-item.category li a span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 10px;
  position: absolute;
  right: 0;
  background: #f1f1f1;
  top: 10px;
  color: #232323;
  font-size: 14px;
}

.blog-area .sidebar .sidebar-item.category li:first-child a span {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child {
  margin-top: 0;
  padding-top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child a::after {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-item.recent-post li a {
  color: #333333;
  display: block;
  font-weight: 600;
}

.sidebar-item.recent-post li a:last-child {
  display: inline-block;
}

.sidebar-item.recent-post .meta-title {
  font-family: Inter, sans-serif;
  margin-top: 5px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 13px;
}

.sidebar-item.recent-post .meta-title i {
  margin-right: 3px;
  font-weight: 500;
  color: #001426;
}

.sidebar-item.recent-post li a:hover {
  color: #001426;
}

.color-yellow .sidebar-item.recent-post li a:hover {
  color: #ff9800;
}

.sidebar-item.recent-post li a span {
  display: inline-block;
  color: #002359;
}

.sidebar-item.recent-post li span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
}

.sidebar-item.recent-post .meta-title a {
  color: #999999;
}

.sidebar-item.recent-post li {
  color: #cdd0d3;
}

.sidebar-item.recent-post li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.sidebar-item.recent-post li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.sidebar-item.recent-post li:last-child {
  margin: 0;
}

.sidebar-item.recent-post li .thumb {
  display: table-cell;
  padding-top: 5px;
  vertical-align: top;
  width: 80px;
}

.sidebar-item.recent-post .thumb img {
  width: 100%;
}

.sidebar-item.recent-post li .info {
  box-shadow: inherit;
  color: #837f7e;
  display: table-cell;
  line-height: 26px;
  padding: 0;
  padding-left: 25px;
  vertical-align: top;
}

.sidebar-item.recent-post li .info a {
  text-decoration: inherit;
  font-weight: 600;
}

.blog-area .sidebar-item.gallery ul {
  margin: -7px;
  overflow: hidden;
}

.sidebar-item.gallery ul li {
  box-sizing: border-box;
  float: left;
  padding: 7px;
  width: 33.333%;
}

.sidebar-item.gallery ul li img {
  min-height: 70px;
  width: 100%;
}

.sidebar-item.archives ul li {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.sidebar-item.archives ul li:last-child {
  margin-bottom: 0;
}

.sidebar-item.archives ul li a {
  display: inline-block;
  font-weight: 800;
  text-transform: capitalize;
  z-index: 1;
  padding-left: 25px;
  font-size: 14px;
  color: #666666;
}

.sidebar-item.archives ul li a::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "\f07b";
  font-family: "Font Awesome 5 Free";
  height: 8px;
  left: 0;
  position: absolute;
  width: 8px;
  font-weight: 500;
}

.sidebar-item.social-sidebar ul {
  margin-bottom: -10px;
  overflow: hidden;
}

.sidebar-item.social-sidebar li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.sidebar-item.social-sidebar li a {
  background: #002359 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  height: 50px;
  line-height: 54px;
  margin-bottom: 5px;
  text-align: center;
  width: 50px;
  font-size: 14px;
}

.sidebar-item.social-sidebar li a:hover {
  color: #ffffff !important;
}

.sidebar-item.social-sidebar li.facebook a {
  background: #3B5998 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.twitter a {
  background: #1DA1F2 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.pinterest a {
  background: #BD081C none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.g-plus a {
  background: #DB4437 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.linkedin a {
  background: #0077B5 none repeat scroll 0 0;
}

.sidebar-item.tags ul {
  margin-top: -8px;
}

.sidebar-item.tags ul li {
  display: inline-block;
}

.sidebar-item.tags ul li a {
  border: 1px solid #e7e7e7;
  display: inline-block;
  font-weight: 800;
  margin-top: 8px;
  margin-right: 5px;
  padding: 5px 25px;
  text-transform: capitalize;
  font-size: 13px;
  border-radius: 30px;
  color: #666666;
  background: #fafafa;
}

.sidebar-item.tags ul li a:hover {
  color: #001426;
}


/* Blog Single */
.blog-area.single .item .content-box span {
  background: #001426 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-family: Inter, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 3px 20px;
  text-transform: uppercase;
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
  font-weight: 500;
}

.blog-area.single .content-box .cats {
  float: left;
  margin-right: 5px;
}

.blog-area.single .content-box .meta .date {
  float: right;
  font-family: Inter, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-area.single .content-box .meta {
  overflow: hidden;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

.blog-area .blog-items .info > ul li {
  margin-bottom: 15px;
  color: #232323;
  position: relative;
  z-index: 1;
  padding-left: 18px;
}

.blog-area .blog-items .info > ul {
  margin-bottom: 25px;
  margin-top: 25px;
}

.blog-area .blog-items .info > ul li::after {
  position: absolute;
  left: 0;
  top: 11px;
  content: "";
  background: #666666;
  height: 7px;
  width: 7px;
  border-radius: 50%;
}

.blog-area.single .content-box .cats a:last-child::after {
  display: none;
}

.blog-area.single .item {
  margin-bottom: 0;
}

.blog-area .item blockquote {
  position: relative;
  z-index: 1;
  border: none;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #f7f7f7;
  padding: 50px 30px;
  border-left: 3px solid #001426;
  font-style: italic;
  padding-top: 100px;
}

.blog-area .item blockquote::after {
  position: absolute;
  left: 30px;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  color: #001426;
  font-size: 40px;
  top: 50px;
  font-weight: 600;
}

.blog-area .item blockquote p {
  margin: 0;
  position: relative;
  z-index: 1;
  line-height: 34px;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
}

.blog-area .blog-content .post-tags, 
.blog-area .blog-content .share {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-area .blog-content .share li {
  display: inline-block;
  margin-left: 15px;
}

.blog-area .blog-content .share li a {
  display: inline-block;
  color: #001426;
}

.blog-area .blog-content .share li.facebook a {
  color: #3B5998;
}

.blog-area .blog-content .share li.twitter a {
  color: #1DA1F2;
}

.blog-area .blog-content .share li.pinterest a {
  color: #BD081C;
}

.blog-area .blog-content .share li.g-plus a {
  color: #DB4437;
}

.blog-area .blog-content .share li.linkedin a {
  color: #0077B5;
}

.blog-area .blog-content .post-tags .tags a {
  background: #f7f7f7;
  padding: 10px 15px;
  font-size: 14px;
  margin-right: 3px;
  margin-bottom: 5px;
  display: inline-block;
}

.blog-area.single .post-pagi-area {
  margin-top: 15px;
  overflow: hidden;
}

.blog-area.single .post-pagi-area a {
  display: inline-block;
  font-weight: 800;
  text-transform: capitalize;
  color: #001426;
  padding: 8px 30px;
  border: 2px solid;
  border-radius: 30px;
}

.blog-area.single .post-pagi-area a:hover {
  color: #001426;
}

.blog-area.single.color-yellow .post-pagi-area a:hover {
  color: #ff9800;
}

.blog-area.single .post-pagi-area a:last-child {
  float: right;
}

.blog-area.single .post-pagi-area a:first-child i {
  margin-right: 3px;
}

.blog-area.single .post-pagi-area a:last-child i {
  margin-left: 3px;
}

.comments-area .commen-item .comments-info p {
  display: block;
  margin: 0;
}

.blog-area .contact-comments .submit {
  margin-bottom: 0;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
 /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Comments */

.blog-area .comments-form {
  margin-top: 50px;
}

.blog-area .blog-comments .comments-list {
    margin-bottom: 50px;
}

.blog-area .blog-comments .comments-list:last-child {
    margin-bottom: 0;
}

.comments-list .commen-item .avatar {
  float: left;
  height: 105px;
  width: 105px;
}

.comments-list .commen-item .content {
  display: table-cell;
  vertical-align: top;
}

.comments-list .commen-item .avatar img {
  height: 80px;
  width: 80px;
}

.comments-list .commen-item {
  margin-bottom: 50px;
}

.comments-list .commen-item:last-child {
  margin-bottom: 0;
}

.comments-list .commen-item.reply {
  padding-left: 80px;
}

.comments-area {
  margin-top: 40px;
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
  border-bottom: 1px solid #e2e2e2;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 25px;
  text-transform: capitalize;
}

.comments-list .commen-item .content h3, 
.comments-list .commen-item .content h4, 
.comments-list .commen-item .content h5 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
}

.comments-list .commen-item .content .title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 700;
}

.comments-list .commen-item .content .title span {
  border-left: 1px solid #e7e7e7;
  padding-left: 15px;
  margin-left: 15px;
}

.comments-info a {
  border: 1px solid #e7e7e7;
  color: #002359;
  display: inline-block;
  font-size: 12px;
  margin-top: 5px;
  padding: 1px 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.comments-info a:hover {
  color: #001426;
}

.color-yellow .comments-info a:hover {
  color: #ff9800;
}

.comments-info a i {
  margin-right: 10px;
}

.comments-form input, 
.comments-form textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e7e7e7;
  border-image: none;
  border-radius: inherit;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: inherit;
}

.comments-form textarea {
  min-height: 180px;
  padding: 15px;
}

.blog-area.full-blog.single-blog .form-group.submit {
  margin-bottom: 0;
}

.comments-form button {
  background: linear-gradient(90deg, rgb(3 31 53) 0%, rgb(46 125 170) 100%);
  border: 1px solid transparent;
  color: #ffffff;
  display: inline-block;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  margin-top: 20px;
  padding: 15px 45px;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  border-radius: 30px;
}

.comments-form button:hover {
  color: #ffffff;
  background-color: #001426;
  border: 1px solid transparent;
}

.comments-form .title h2, 
.comments-form .title h3, 
.comments-form .title h4 {
  border-bottom: 1px solid #e7e7e7;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 25px;
  text-transform: capitalize;
}

.blog-area .contact-comments .comments {
  margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
  float: left;
  padding: 0 15px;
}

.hole{
  margin: 0px 2px 16px;
  background-color: white;
  padding: 15px;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* ============================================================== 
     # Subscribe
=================================================================== */
.subscribe-area .subscribe-items {
  padding: 34px 50px;
}

.subscribe-area .subscribe-items form {
  max-width: 400px;
  margin: 30px auto auto;
  background: #ffffff;
  position: relative;
  border-radius: 30px;
}

.subscribe-area .subscribe-items form input {
  background: transparent;
  border: none;
  box-shadow: inherit;
  padding: 0 20px;
  border-radius: 30px;
  min-height: 60px;
}

.subscribe-area .subscribe-items form button {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #001426;
  color: #ffffff;
}

.subscribe-area h5 {
  text-transform: capitalize;
}

.subscribe-area h2 {
  font-weight: 600;
}

/* ============================================================== 
     # Contact
=================================================================== */

.contact-us-area .contact-items > .row {
  margin-left: 0;
}

.contact-us-area .contact-items .address-box {
  position: relative;
  z-index: 1;
}

.contact-us-area .contact-items .address-box ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-us-area .contact-items .address-box ul li {
  margin: 0 30px;
}

.contact-us-area .contact-items .address-box .address-info {
  position: absolute;
  left: 30px;
  bottom: 0;
  padding: 30px;
  background: #ffffff;
  right: 30px;
}

.contact-us-area .contact-items .address-box ul li h5 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
}

.contact-us-area .contact-items .address-box ul li h5 i {
    margin-right: 5px;
    color: #001426;
    font-size: 30px;
    position: relative;
    top: 5px;
}

.contact-us-area .address-items {
  padding: 50px;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center center;
}

.contact-us-area .address-items::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #001d4c;
  z-index: -1;
  opacity: 0.7;
}

.contact-us-area .address-items .item {
  margin-bottom: 30px;
}

.contact-us-area .address-items .item:last-child {
  margin-bottom: 0;
}

.contact-us-area .address-items .item h4 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 22px;
}

.contact-us-area .contact-form-box {
  padding-left: 50px;
}

.contact-us-area .contact-form-box h2 {
  font-weight: 600;
  margin-bottom: 20px;
}

.contact-us-area .contact-form-box h2 strong {
  display: block;
  color: #001426;
  margin-top: 5px;
  font-weight: 700;
}

.contact-us-area .contact-form-box input, 
.contact-us-area .contact-form-box textarea {
  border: none;
  border-bottom: 1px solid #e7e7e7;
  padding: 0;
  border-radius: inherit;
}

.contact-us-area .contact-form-box input:focus, 
.contact-us-area .contact-form-box textarea:focus {
  box-shadow: inherit;
}

.contact-us-area .contact-form-box textarea {
  min-height: 150px;
}

.contact-us-area form button {
  background: linear-gradient(90deg, rgb(3 31 53) 0%, rgb(46 125 170) 100%);
  padding: 12px 35px;
  border-radius: 30px;
  color: #ffffff;
  font-weight: 700;
  margin-top: 15px;
}

.contact-us-area .address-items .item li {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.contact-us-area .address-items .item li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.contact-us-area .address-items .item:last-child li {
  border: none;
  padding: 0;
}

form img.loader {
    margin-left: 10px;
}

/* Google Maps */

.google-maps iframe {
  border: medium none;
  height: 550px;
  margin-bottom: -10px;
  width: 100%;
}

.maps-area {
  overflow: hidden;
}


/* ============================================================== 
     # 404
=================================================================== */
.error-page-area .error-box {
  position: relative;
  z-index: 1;
}

.error-page-area .error-box h1 i {
  color: #001426;
  font-size: 120px;
  position: relative;
  top: -12px;
  margin: 0 5px;
}

.error-page-area .error-box h1 {
  font-size: 160px;
  line-height: 120px;
  font-weight: 800;
  margin-bottom: 30px;
}

.error-page-area .error-box h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.error-page-area .error-box a {
  margin-top: 15px;
}

.error-box .search {
  border-top: 1px solid #e7e7e7;
  margin-top: 30px;
  padding-top: 30px;
  text-align: center;
}

.error-box .search form {
  width: 400px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.error-box .search .input-group {
  margin: auto;
}

.error-box .search form input {
  box-shadow: inherit;
  border-radius: inherit;
  min-height: 60px;
}

.error-box .search form button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  min-height: 60px;
  background: #0cb8b6;
  border: none;
  padding: 0 30px;
  color: #ffffff;
}


/* ============================================================== 
     # Footer
=================================================================== */

footer .f-items.default-padding {
  padding-top: 70px;
}

footer .item {
  
  margin-top: 50px;
}

footer .f-item p {
  color: #ffffff;
}

footer .f-item.branches {
  background: rgba(255, 255, 255, 0.192);
  padding: 37px;
  border-bottom: 2px solid #001426;
}

footer .widget-title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 22px;
  color: white;
}

footer img {
  background-color: white;
  border-radius: 10px;
  margin-bottom: 30px;
}

footer .branches li strong {
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
}

footer .branches li {
  margin-bottom: 20px;
  color: #ffffff;
}

footer .branches li:last-child {
  margin: 0;
}

footer .f-item.link li {
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  padding-left: 20px;
}

footer .f-item.link li:last-child {
  margin-bottom: 0;
}

footer .f-item a {
  font-weight: 600;
  color: #ffffff;
}

footer .f-item a:hover {
  color: #ffffff;
}

footer .f-item.link li::after {
  position: absolute;
  left: 0;
  top: 12px;
  content: "";
  height: 6px;
  width: 6px;
  background: rgba(255, 255, 255, 0.4);
  z-index: -1;
  border-radius: 50%;
}

footer .address h5 {
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
}

footer .address span {
  color: #ffffff;
}

footer .address span i {
  margin-right: 5px;
  font-size: 20px;
  position: relative;
  top: 2px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  
  #callbook {
z-index: 999;
    display: block;

  }

}



footer .address li {
  display: flex;
  margin-top: 30px;
}

footer .address li i {
  font-size: 30px;
  min-width: 50px;
  display: inline-block;
}


/* Footer Bottom */
footer .footer-bottom li {
  display: inline-block;
  margin-left: 20px;
}

footer .footer-bottom {
  background: rgba(255, 255, 255, 0.03);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}

footer .footer-bottom p {
  margin: 0;
}

.footer-bottom i {
  margin-right: 5px;
}

.footer-bottom a {
  font-weight: 600;
}


/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(assets/img/preloader.gif) center no-repeat #fff;
  text-align: center;
}

/* ============================================================== 
     # Demo 
=================================================================== */

.demo-area.demo-conten.default-padding {
  padding-bottom: 30px;
}

.demo-area .single-item {
  position: relative;
  z-index: 1;
}

.demo-area .item {
    margin-bottom: 50px
}

.demo-area .single-item .info {
  padding: 15px 10px;
  text-align: center;
}
.demo-area .single-item .info h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    margin-top: 15px;
}
.banner-area .demo-banner h1 {
  font-weight: 600;
  margin-bottom: 30px;
}
.banner-area .demo-banner img {
  height: auto;
  margin-bottom: 30px;
  max-height: 80px;
}
.demo-area .def-heading h2 {
  font-weight: 600;
  margin: 25px 0;
  text-transform: uppercase;
  color: #333333;
}
.demo-footer {
  padding-bottom: 80px;
}

.introduction-area h2 span {
  color: #fd0060;
}

.introduction-area h4 {
  font-weight: 300;
  line-height: 30px;
}

.introduction-area h2 {
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.introduction-area h2::before {
  background: #fd0060 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 50px;
}

.introduction-area h2::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  width: 25px;
}

footer.demo .copyright {
  margin-top: 15px;
}
.demo-area .comming-soon.item img {
    opacity: 0.3;
}
.banner-area.demo-banner {
  padding: 50px 0;
}
.demo-area .site-heading {
  margin-bottom: 30px;
}
.demo-area img {
  background: #ffffff none repeat scroll 0 0;
  padding: 10px;
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.demo-area.demo-conten .single-item a {
    position: relative;
    display: block;
}

.demo-area.demo-conten .single-item a span {
    position: absolute;
    right: 15px;
    top: -14px;
    background: #001426;
    color: #ffffff;
    padding: 1px 35px;
    border-radius: 30px;
    box-shadow: 0 0 10px #cccccc;
}


    .physio-services-section {
        position: relative;
        padding: 100px 0;
        background:
            radial-gradient(circle at 10% 10%, rgba(42, 91, 151, 0.18), transparent 35%),
            radial-gradient(circle at 90% 80%, rgba(183, 151, 92, 0.10), transparent 30%),
            #f7f4ed;
        overflow: hidden;
    }

    .physio-services-section .section-subtitle {
        display: inline-block;
        color: #b7975c;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 12px;
    }

    .physio-services-section .section-title {
        color: #071d3b;
        font-size: 44px;
        line-height: 1.15;
        font-weight: 700;
        margin-bottom: 18px;
    }

    .physio-services-section .section-description {
        max-width: 700px;
        margin: 0 auto 55px;
        color: #687386;
        font-size: 16px;
        line-height: 1.8;
    }

    /* Service Card */

    .physio-service-card {
        height: 100%;
        background: #fffdf9;
        border: 1px solid rgba(7, 29, 59, 0.09);
        border-radius: 18px;
        overflow: hidden;
        position: relative;
        transition: all 0.4s ease;
        box-shadow: 0 12px 35px rgba(7, 29, 59, 0.07);
    }

    .physio-service-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 22px 50px rgba(7, 29, 59, 0.15);
        border-color: rgba(183, 151, 92, 0.35);
    }

    /* Image */

    .service-image {
        height: 235px;
        overflow: hidden;
        position: relative;
    }

    .service-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
    }

    .physio-service-card:hover .service-image img {
        transform: scale(1.07);
    }

    .service-image::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
            to top,
            rgba(7, 29, 59, 0.55),
            transparent 55%
        );
    }

    /* Number */

    .service-number {
        position: absolute;
        z-index: 2;
        top: 18px;
        left: 18px;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(7, 29, 59, 0.88);
        color: #f5e8cf;
        border: 1px solid rgba(255,255,255,0.25);
        font-size: 14px;
        font-weight: 700;
        backdrop-filter: blur(5px);
    }

    /* Content */

    .service-content {
        padding: 28px 27px 30px;
    }
    .physio-service-card {
    height: calc(100% - 30px) !important;
    margin-bottom: 30px !important;
}

.services-area .row {
    row-gap: 30px !important;
}

    .service-content h3 {
        color: #071d3b;
        font-size: 23px;
        line-height: 1.3;
        font-weight: 700;
        margin-bottom: 13px;
    }

    .service-content p {
        color: #6c7482;
        font-size: 14.5px;
        line-height: 1.75;
        margin-bottom: 20px;
    }

    /* Points */

    .service-points {
        list-style: none;
        padding: 0;
        margin: 0 0 24px;
    }

    .service-points li {
        position: relative;
        padding-left: 24px;
        margin-bottom: 10px;
        color: #303b4d;
        font-size: 14px;
        line-height: 1.5;
    }

    .service-points li::before {
        content: "✓";
        position: absolute;
        left: 0;
        top: 0;
        width: 17px;
        height: 17px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #071d3b;
        color: #e5c98d;
        font-size: 10px;
        font-weight: 700;
    }

    /* Button */

    .service-read-more {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        padding: 11px 20px;
        border-radius: 7px;
        background: linear-gradient(
            135deg,
            #071d3b,
            #123e70
        );
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.3px;
        transition: all 0.3s ease;
    }

    .service-read-more i {
        transition: transform 0.3s ease;
    }

    .service-read-more:hover {
        color: #ffffff;
        background: linear-gradient(
            135deg,
            #123e70,
            #071d3b
        );
        box-shadow: 0 8px 20px rgba(7, 29, 59, 0.22);
    }

    .service-read-more:hover i {
        transform: translateX(4px);
    }

    /* Bottom CTA */

    .services-bottom-cta {
        margin-top: 60px;
        padding: 38px 45px;
        border-radius: 18px;
        background: linear-gradient(
            135deg,
            #061a36,
            #0d315b,
            #123e70
        );
        position: relative;
        overflow: hidden;
    }

    .services-bottom-cta::before {
        content: "";
        position: absolute;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background: rgba(183, 151, 92, 0.10);
        right: -60px;
        top: -100px;
    }

    .services-bottom-cta h4 {
        color: #ffffff;
        font-size: 25px;
        margin-bottom: 8px;
        font-weight: 700;
    }

    .services-bottom-cta p {
        color: rgba(255,255,255,0.72);
        margin: 0;
        font-size: 14px;
    }

    .services-cta-btn {
        display: inline-block;
        padding: 13px 24px;
        background: #e2c78f;
        color: #071d3b;
        border-radius: 7px;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .services-cta-btn:hover {
        background: #f0dba9;
        color: #071d3b;
        transform: translateY(-2px);
    }


    /* Responsive */

    @media (max-width: 991px) {

        .physio-services-section {
            padding: 75px 0;
        }

        .physio-services-section .section-title {
            font-size: 36px;
        }

        .service-image {
            height: 220px;
        }

    }

    @media (max-width: 767px) {

        .physio-services-section {
            padding: 60px 0;
        }

        .physio-services-section .section-title {
            font-size: 30px;
        }

        .physio-services-section .section-description {
            margin-bottom: 35px;
        }

        .services-bottom-cta {
            padding: 30px 25px;
            text-align: center;
        }

        .services-bottom-cta .text-md-end {
            text-align: center !important;
            margin-top: 20px;
        }

    }


      .him-care-icon {
    width: 70px;
    height: 70px;
    border-radius: 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(
        145deg,
        rgba(255,255,255,0.16),
        rgba(255,255,255,0.05)
    );

    border: 1px solid rgba(255,255,255,0.35);

    box-shadow:
        0 0 15px rgba(255,255,255,0.12),
        inset 0 0 15px rgba(255,255,255,0.08);

    backdrop-filter: blur(8px);
}

.him-care-icon i {
    color: #ffffff !important;
    font-size: 30px;

    text-shadow:
        0 0 5px rgba(255,255,255,0.9),
        0 0 12px rgba(255,255,255,0.65),
        0 0 22px rgba(255,255,255,0.35);

    transition: all 0.3s ease;
}

.him-care-card:hover .him-care-icon {
    background: linear-gradient(
        145deg,
        rgba(255,255,255,0.22),
        rgba(255,255,255,0.07)
    );

    border-color: rgba(255,255,255,0.6);

    box-shadow:
        0 0 22px rgba(255,255,255,0.20),
        inset 0 0 18px rgba(255,255,255,0.10);
}

.him-care-card:hover .him-care-icon i {
    transform: scale(1.1);
    text-shadow:
        0 0 7px #ffffff,
        0 0 15px rgba(255,255,255,0.8),
        0 0 28px rgba(255,255,255,0.45);
}
    .premium-about-area {
        position: relative;
        padding: 60px 0;
        background: #f7f4ed;
        overflow: hidden;
    }
    /* =========================================
   HEAL IN MOTION - MOBILE BOTTOM NAV
========================================= */

.him-mobile-bottom-nav {
    display: none;
}


/* =========================================
   MOBILE ONLY
========================================= */

@media (max-width: 767px) {

    .him-mobile-bottom-nav {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;

        height: 68px;

        background: rgba(255, 255, 255, 0.97);
        backdrop-filter: blur(12px);

        display: flex;
        align-items: stretch;

        z-index: 99999;

        box-shadow: 0 -5px 25px rgba(0, 20, 38, 0.14);

        border-top: 1px solid rgba(0, 20, 38, 0.08);
    }


    .him-bottom-item {
        flex: 1;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        gap: 4px;

        text-decoration: none !important;

        color: #001426;

        font-size: 11px;
        font-weight: 700;

        position: relative;

        transition: all 0.3s ease;
    }


    .him-bottom-item i {
        font-size: 21px;

        line-height: 1;

        transition: all 0.3s ease;
    }


    .him-bottom-item span {
        line-height: 1;
    }


    /* Divider */

    .him-bottom-item:not(:last-child)::after {
        content: "";

        position: absolute;

        right: 0;
        top: 17px;
        bottom: 17px;

        width: 1px;

        background: #e5eaed;
    }


    /* WhatsApp */

    .him-bottom-item.whatsapp i {
        color: #20b85a;
    }


    /* Call */

    .him-bottom-item.call i {
        color: #1596a8;
    }


    /* Email */

    .him-bottom-item.email i {
        color: #001426;
    }


    /* Hover / Tap */

    .him-bottom-item:active {
        background: #f4f8f9;
    }

    .him-bottom-item:active i {
        transform: scale(1.15);
    }


    /* Prevent website content from hiding behind nav */

    body {
        padding-bottom: 68px;
    }

}

    /* Background Decoration */

    .premium-about-area::before {
        content: "";
        position: absolute;
        width: 420px;
        height: 420px;
        border-radius: 50%;
        background: rgba(24, 71, 118, 0.06);
        top: -180px;
        left: -180px;
    }

    .premium-about-area::after {
        content: "";
        position: absolute;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        background: rgba(183, 151, 92, 0.07);
        bottom: -150px;
        right: -100px;
    }

    .premium-about-area .container {
        position: relative;
        z-index: 2;
    }

    /* =========================
       IMAGE SIDE
    ========================== */

    .about-premium-image {
        position: relative;
        padding: 0 25px 25px 0;
    }

    .about-premium-image .image-main {
        position: relative;
        overflow: hidden;
        border-radius: 22px;
        height: 570px;
        background: #0a284b;
        box-shadow: 0 25px 55px rgba(7, 29, 59, 0.18);
    }

    .about-premium-image .image-main img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
    }

    .about-premium-image:hover .image-main img {
        transform: scale(1.04);
    }

    /* Image Overlay */

    .about-premium-image .image-main::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
            to top,
            rgba(5, 22, 44, 0.62),
            transparent 45%
        );
    }

    /* Gold Border */

    .about-image-border {
        position: absolute;
        left: 15px;
        bottom: 10px;
        width: 90%;
        height: 90%;
        border: 1px solid rgba(183, 151, 92, 0.45);
        border-radius: 22px;
        z-index: -1;
    }

    /* Experience Badge */

    .about-experience {
        position: absolute;
        z-index: 4;
        left: -5px;
        bottom: 55px;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background: linear-gradient(
            135deg,
            #071d3b,
            #123f70
        );
        border: 6px solid #f7f4ed;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        box-shadow: 0 15px 35px rgba(7, 29, 59, 0.22);
    }

    .about-experience strong {
        display: block;
        color: #e4c98e;
        font-size: 35px;
        line-height: 1;
        font-weight: 700;
    }

    .about-experience span {
        color: rgba(255,255,255,0.82);
        font-size: 11px;
        line-height: 1.4;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-top: 8px;
        max-width: 90px;
    }

    /* =========================
       CONTENT SIDE
    ========================== */

    .premium-about-info {
        padding-left: 45px;
    }

    .premium-about-info .about-tag {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        color: #b7975c;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 14px;
    }

    .premium-about-info .about-tag::before {
        content: "";
        width: 32px;
        height: 2px;
        background: #b7975c;
    }

    .premium-about-info h2 {
        color: #071d3b;
        font-size: 43px;
        line-height: 1.16;
        font-weight: 700;
        margin: 0 0 22px;
    }

    .premium-about-info h2 span {
        color: #b7975c;
    }

    .premium-about-info p {
        color: #687386;
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 15px;
    }

    .premium-about-info p strong {
        color: #263a53;
    }

    /* =========================
       ACTION BOXES
    ========================== */

    .about-action-list {
        display: flex;
        gap: 15px;
        margin: 27px 0 30px;
        padding: 0 !important;
        list-style: none;
    }

    .about-action-list li {
        flex: 1;
        display: flex;
        align-items: center;
        gap: 13px;
        padding: 15px 16px;
        background: #fffdf9;
        border: 1px solid rgba(7, 29, 59, 0.09);
        border-radius: 12px;
        box-shadow: 0 8px 25px rgba(7, 29, 59, 0.05);
        transition: all 0.3s ease;
    }

    .about-action-list li:hover {
        transform: translateY(-4px);
        border-color: rgba(183, 151, 92, 0.4);
        box-shadow: 0 12px 30px rgba(7, 29, 59, 0.09);
    }

    .about-action-list .icon {
        width: 43px;
        height: 43px;
        min-width: 43px;
        border-radius: 10px;
        background: #edf2f7;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .about-action-list .icon i {
        color: #071d3b !important;
        font-size: 18px;
    }

    .about-action-list .content h5 {
        margin: 0;
        font-size: 14px;
        line-height: 1.3;
        font-weight: 700;
    }

    .about-action-list .content h5 a {
        color: #071d3b;
        text-decoration: none;
    }

    .about-action-list .content h5 a:hover {
        color: #b7975c;
    }

    /* =========================
       BUTTON
    ========================== */

    .premium-about-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 13px 25px;
        border-radius: 7px;
        background: linear-gradient(
            135deg,
            #071d3b,
            #123f70
        );
        color: #fff;
        text-decoration: none;
        font-size: 13px;
        font-weight: 600;
        transition: all 0.3s ease;
        box-shadow: 0 8px 20px rgba(7, 29, 59, 0.14);
    }

    .premium-about-btn:hover {
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 12px 28px rgba(7, 29, 59, 0.22);
    }

    .premium-about-btn i {
        transition: transform 0.3s ease;
    }

    .premium-about-btn:hover i {
        transform: translateX(4px);
    }


    /* =========================
       TABLET
    ========================== */

    @media (max-width: 991px) {

        .premium-about-area {
            padding: 75px 0;
        }

        .premium-about-info {
            padding-left: 15px;
            margin-top: 50px;
        }

        .premium-about-info h2 {
            font-size: 36px;
        }

        .about-premium-image .image-main {
            height: 500px;
        }

    }


    /* =========================
       MOBILE
    ========================== */

    @media (max-width: 767px) {

        .premium-about-area {
            padding: 60px 0;
        }

        .about-premium-image {
            padding: 0 15px 20px 15px;
        }

        .about-premium-image .image-main {
            height: 390px;
            border-radius: 18px;
        }

        .about-image-border {
            left: 8px;
            bottom: 5px;
            width: 92%;
            height: 92%;
            border-radius: 18px;
        }

        .about-experience {
            width: 115px;
            height: 115px;
            left: 0;
            bottom: 35px;
            border-width: 5px;
        }

        .about-experience strong {
            font-size: 27px;
        }

        .about-experience span {
            font-size: 9px;
            margin-top: 5px;
        }

        .premium-about-info {
            padding-left: 15px;
            padding-right: 15px;
            margin-top: 35px;
        }

        .premium-about-info .about-tag {
            font-size: 11px;
            letter-spacing: 1.5px;
        }

        .premium-about-info h2 {
            font-size: 30px;
            line-height: 1.2;
        }

        .premium-about-info p {
            font-size: 14px;
            line-height: 1.75;
        }

        .about-action-list {
            display: block;
            margin-top: 25px;
        }

        .about-action-list li {
            width: 100%;
            margin-bottom: 12px;
        }

        .premium-about-btn {
            width: 100%;
            justify-content: center;
            padding: 14px 20px;
        }

    }


    /* ================================
       PREMIUM FUN FACT / STATS SECTION
    ================================= */

    .fun-factor-area {
        position: relative;
        padding-bottom: 80px;
        background: #f7f4ed;
    }

    .fun-fact-items {
        position: relative;
        overflow: hidden;
        border-radius: 22px;
        padding: 48px 25px;
        background:
            radial-gradient(
                circle at 10% 20%,
                rgba(183, 151, 92, 0.16),
                transparent 30%
            ),
            radial-gradient(
                circle at 90% 80%,
                rgba(56, 117, 180, 0.20),
                transparent 35%
            ),
            linear-gradient(
                135deg,
                #061a36 0%,
                #09294d 50%,
                #123f70 100%
            );
        box-shadow: 0 20px 50px rgba(7, 29, 59, 0.16);
    }

    /* Decorative Glow */

    .fun-fact-items::before {
        content: "";
        position: absolute;
        width: 260px;
        height: 260px;
        border-radius: 50%;
        top: -150px;
        left: -100px;
        background: rgba(255, 255, 255, 0.05);
        pointer-events: none;
    }

    .fun-fact-items::after {
        content: "";
        position: absolute;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        bottom: -130px;
        right: -70px;
        background: rgba(183, 151, 92, 0.08);
        pointer-events: none;
    }

    .fun-fact-items .row {
        position: relative;
        z-index: 2;
    }

    /* Individual Item */

    .fun-fact-items .item {
        position: relative;
    }

    .fun-fact {
        position: relative;
        padding: 12px 20px;
        min-height: 125px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    /* Vertical Divider */

    .fun-fact-items .item:not(:last-child) .fun-fact::after {
        content: "";
        position: absolute;
        right: 0;
        top: 15%;
        height: 70%;
        width: 1px;
        background: linear-gradient(
            to bottom,
            transparent,
            rgba(229, 201, 143, 0.45),
            transparent
        );
    }

    /* Number */

    .fun-fact .timer {
        display: inline-block;
        color: #f0d89f;
        font-size: 42px;
        line-height: 1.1;
        font-weight: 700;
        letter-spacing: -1px;
        margin-bottom: 12px;
        text-shadow: 0 5px 20px rgba(0,0,0,0.15);
    }

    /* Label */

    .fun-fact .medium {
        display: block;
        max-width: 190px;
        color: rgba(255, 255, 255, 0.78);
        font-size: 14px;
        line-height: 1.5;
        font-weight: 500;
    }


    /* ================================
       TABLET
    ================================= */

    @media (max-width: 991px) {

        .fun-factor-area {
            padding-bottom: 65px;
        }

        .fun-fact-items {
            padding: 40px 15px;
        }

        .fun-fact .timer {
            font-size: 36px;
        }

        .fun-fact .medium {
            font-size: 13px;
        }

    }


    /* ================================
       MOBILE
    ================================= */

    @media (max-width: 767px) {

        .fun-factor-area {
            padding-bottom: 50px;
        }

        .fun-fact-items {
            padding: 25px 10px;
            border-radius: 18px;
        }

        .fun-fact-items .item {
            width: 50%;
            padding: 0;
        }

        .fun-fact {
            min-height: 120px;
            padding: 18px 8px;
        }

        .fun-fact .timer {
            font-size: 30px;
            margin-bottom: 8px;
        }

        .fun-fact .medium {
            max-width: 145px;
            font-size: 12px;
            line-height: 1.45;
        }

        /* Horizontal divider between rows */

        .fun-fact-items .item:nth-child(1) .fun-fact::before,
        .fun-fact-items .item:nth-child(2) .fun-fact::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 10%;
            width: 80%;
            height: 1px;
            background: linear-gradient(
                to right,
                transparent,
                rgba(229, 201, 143, 0.25),
                transparent
            );
        }

        /* Remove vertical divider from right column */

        .fun-fact-items .item:nth-child(2) .fun-fact::after,
        .fun-fact-items .item:nth-child(4) .fun-fact::after {
            display: none;
        }

        /* Add vertical divider only between columns */

        .fun-fact-items .item:nth-child(1) .fun-fact::after,
        .fun-fact-items .item:nth-child(3) .fun-fact::after {
            content: "";
            position: absolute;
            right: 0;
            top: 15%;
            height: 70%;
            width: 1px;
            background: linear-gradient(
                to bottom,
                transparent,
                rgba(229, 201, 143, 0.35),
                transparent
            );
        }

    }


    /* ================================
       SMALL MOBILE
    ================================= */

    @media (max-width: 400px) {

        .fun-fact-items {
            padding: 20px 5px;
        }

        .fun-fact {
            min-height: 110px;
        }

        .fun-fact .timer {
            font-size: 26px;
        }

        .fun-fact .medium {
            font-size: 11.5px;
        }

    }

   /* ==========================================
   PREMIUM CTA SECTION
=========================================== */

.him-cta-area {
    position: relative;
    padding-bottom: 80px;
    background: #f7f4ed;
}


/* CTA BOX */

.him-cta-box {
    position: relative;
    overflow: hidden;
    min-height: 430px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 75px 30px;

    border-radius: 0;

    background-position: center;
    background-size: cover;
}


/* DARK BLUE OVERLAY */

.him-cta-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            135deg,
            rgba(3, 19, 40, 0.96),
            rgba(7, 39, 73, 0.91),
            rgba(9, 55, 94, 0.88)
        );

    z-index: 1;
}


/* DECORATIVE GLOW */

.him-cta-box::before {
    content: "";
    position: absolute;

    width: 450px;
    height: 450px;

    border-radius: 50%;

    top: -250px;
    right: -100px;

    background: rgba(229, 201, 143, 0.09);

    box-shadow:
        0 0 100px rgba(229, 201, 143, 0.08);
}


.him-cta-box::after {
    content: "";
    position: absolute;

    width: 300px;
    height: 300px;

    border-radius: 50%;

    bottom: -200px;
    left: -100px;

    background: rgba(255,255,255,0.035);
}


/* CONTENT */

.him-cta-content {
    position: relative;
    z-index: 3;
}


/* LABEL */

.him-cta-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding: 8px 16px;

    margin-bottom: 18px;

    border-radius: 50px;

    border: 1px solid rgba(229,201,143,0.35);

    background: rgba(255,255,255,0.06);

    color: #e5c98d;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2px;
}


.him-cta-label i {
    font-size: 13px;
}


/* SMALL HEADING */

.him-cta-small-heading {
    margin: 0 0 10px;

    color: rgba(255,255,255,0.82);

    font-size: 18px;
    font-weight: 500;
}


/* MAIN HEADING */

.him-cta-heading {
    margin: 0 auto 18px;

    max-width: 800px;

    color: #ffffff;

    font-size: 45px;
    line-height: 1.15;

    font-weight: 700;
}


.him-cta-heading span {
    color: #e5c98d;

    text-shadow:
        0 0 15px rgba(229,201,143,0.20);
}


/* DESCRIPTION */

.him-cta-text {
    max-width: 760px;

    margin: 0 auto 25px;

    color: rgba(255,255,255,0.67);

    font-size: 14px;
    line-height: 1.8;
}


/* CONTACT */

.him-cta-contact {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 15px;

    margin-bottom: 27px;
}


.him-cta-contact-label {
    color: rgba(255,255,255,0.55);

    font-size: 12px;
}


.him-cta-phone {
    display: inline-flex;

    align-items: center;
    gap: 9px;

    color: #ffffff;

    font-size: 18px;
    font-weight: 700;

    text-decoration: none;
}


.him-cta-phone:hover {
    color: #e5c98d;
}


.him-phone-icon {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(229,201,143,0.14);

    color: #e5c98d;

    font-size: 13px;
}


/* ==========================================
   SHINY BUTTON
=========================================== */

.him-cta-button-wrap {
    display: flex;
    justify-content: center;

    margin-bottom: 25px;
}


.him-cta-button {
    position: relative;

    display: inline-flex !important;

    align-items: center;
    justify-content: center;

    gap: 11px;

    min-width: 245px;

    padding: 15px 24px !important;

    overflow: hidden;

    border: 1px solid rgba(255,255,255,0.45) !important;

    border-radius: 8px !important;

    background:
        linear-gradient(
            135deg,
            #f1dca9,
            #d9b96f
        ) !important;

    color: #071d3b !important;

    font-size: 13px;

    font-weight: 700;

    box-shadow:
        0 8px 25px rgba(0,0,0,0.20),
        0 0 20px rgba(229,201,143,0.18);

    transition: all 0.35s ease;
}


/* SHINE */

.him-cta-button::before {
    content: "";

    position: absolute;

    top: 0;
    left: -120%;

    width: 70%;
    height: 100%;

    transform: skewX(-25deg);

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,0.65),
            transparent
        );

    transition: left 0.6s ease;
}


.him-cta-button:hover::before {
    left: 150%;
}


.him-cta-button:hover {
    color: #071d3b !important;

    transform: translateY(-3px);

    box-shadow:
        0 13px 32px rgba(0,0,0,0.28),
        0 0 30px rgba(229,201,143,0.30);
}


/* WHATSAPP */

.him-whatsapp-icon {
    width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(7,29,59,0.10);

    font-size: 16px;
}


.him-arrow-icon {
    font-size: 11px;

    transition: transform 0.3s ease;
}


.him-cta-button:hover .him-arrow-icon {
    transform: translateX(4px);
}


/* ==========================================
   TRUST POINTS
=========================================== */

.him-cta-trust {
    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 22px;
}


.him-cta-trust span {
    display: inline-flex;

    align-items: center;

    gap: 6px;

    color: rgba(255,255,255,0.52);

    font-size: 11px;
}


.him-cta-trust i {
    color: #e5c98d;

    font-size: 11px;
}


/* ==========================================
   MOBILE
=========================================== */

@media (max-width: 767px) {

    .him-cta-area {
        padding-bottom: 50px;
    }

    .him-cta-box {
        min-height: auto;

        padding: 55px 20px;

        border-radius: 0;
    }

    .him-cta-label {
        font-size: 9px;

        letter-spacing: 1.4px;

        padding: 7px 12px;
    }

    .him-cta-small-heading {
        font-size: 15px;
    }

    .him-cta-heading {
        font-size: 30px;

        line-height: 1.2;
    }

    .him-cta-text {
        font-size: 13px;

        line-height: 1.7;
    }

    .him-cta-contact {
        flex-direction: column;

        gap: 7px;

        margin-bottom: 23px;
    }

    .him-cta-contact-label {
        font-size: 11px;
    }

    .him-cta-phone {
        font-size: 17px;
    }

    .him-cta-button {
        width: 100%;

        min-width: 0;

        padding: 14px 18px !important;
    }

    .him-cta-trust {
        flex-direction: column;

        align-items: center;

        gap: 9px;
    }

}
/* =========================================================
   PREMIUM CONSULTATION SECTION
   Theme: Dark Royal Blue + Beige + Off White
========================================================= */

.premium-consultation-area {
    position: relative;
    background: #f7f5ef;
    overflow: hidden;
    padding: 100px 0;
}


/* Decorative Background */
.premium-consultation-area::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(16, 42, 82, 0.035);
    top: -180px;
    left: -180px;
}

.premium-consultation-area::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(190, 163, 107, 0.07);
    bottom: -150px;
    right: -100px;
}

.premium-consultation-area .container {
    position: relative;
    z-index: 2;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.consultation-content {
    padding-right: 55px;
}


/* Small Section Tag */

.section-tag {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
}

.section-tag span {
    position: relative;
    display: inline-block;
    padding-left: 38px;
    color: #b69a63;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.section-tag span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 27px;
    height: 1px;
    background: #b69a63;
    transform: translateY(-50%);
}


/* Main Heading */

.consultation-title {
    margin: 0;
    max-width: 650px;
    color: #102a52;
    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.8px;
}

.consultation-title span {
    display: inline;
    color: #b08e52;
}


/* Gold Line */

.title-line {
    width: 65px;
    height: 3px;
    background: #b69a63;
    margin: 25px 0 28px;
    position: relative;
}

.title-line::after {
    content: "";
    position: absolute;
    left: 12px;
    top: 0;
    width: 18px;
    height: 3px;
    background: #102a52;
}


/* Description */

.consultation-description {
    color: #5e6570;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 18px;
}

.consultation-description strong {
    color: #102a52;
    font-weight: 700;
}


/* =========================================================
   ACTION CARDS
========================================================= */

.consultation-actions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 35px;
}

.consultation-action-item {
    min-width: 0;
}


.consultation-action-card {
    position: relative;
    height: 100%;
    min-height: 115px;
    display: flex;
    align-items: center;
    padding: 6px 9px;
    background: #102a52;
    border: 1px solid rgba(182, 154, 99, 0.35);
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none !important;
    transition: all 0.35s ease;
}


/* =========================================================
   HEAL IN MOTION
   CONDITIONS WE TREAT SECTION
========================================================= */

.him-conditions-area {
    position: relative;
    padding: 100px 0 90px;
    background: #f5f1e8;
    overflow: hidden;
}


/* ---------------------------------------------------------
   SECTION HEADING
--------------------------------------------------------- */

.him-conditions-area .site-heading {
    margin-bottom: 50px;
}

.him-conditions-area .site-heading h5 {
    display: inline-block;
    margin-bottom: 12px;
    color: #b89452;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.him-conditions-area .site-heading h2 {
    margin-bottom: 18px;
    color: #001426;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
}

.him-conditions-area .site-heading p {
    max-width: 780px;
    margin: 0 auto;
    color: #66717b;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   CARD
========================================================= */

.him-conditions-area .him-condition-card {
    position: relative;
    height: 100%;
    min-height: 355px;

    padding: 32px 30px;

    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #fbf9f4 45%,
            #f3eee3 100%
        );

    border: 1px solid rgba(184, 148, 82, 0.28);
    border-radius: 20px;

    box-shadow:
        0 12px 35px rgba(0, 20, 38, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);

    overflow: hidden;

    display: flex;
    flex-direction: column;

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}


/* GOLD TOP LINE */

.him-conditions-area .him-condition-card::before {
    content: "";
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: linear-gradient(
        90deg,
        #001426,
        #b89452,
        #001426
    );
}


/* SHINY BACKGROUND EFFECT */

.him-conditions-area .him-condition-card::after {
    content: "";

    position: absolute;

    width: 220px;
    height: 220px;

    top: -110px;
    right: -110px;

    border-radius: 50%;

    background: radial-gradient(
        circle,
        rgba(184, 148, 82, 0.18) 0%,
        rgba(184, 148, 82, 0.06) 40%,
        transparent 72%
    );

    pointer-events: none;
}


/* HOVER */

.him-conditions-area .him-condition-card:hover {
    transform: translateY(-9px);

    border-color: rgba(184, 148, 82, 0.55);

    box-shadow:
        0 20px 45px rgba(0, 20, 38, 0.15),
        0 0 25px rgba(184, 148, 82, 0.12);
}


/* =========================================================
   ICON
========================================================= */

.him-conditions-area .him-condition-icon {
    position: relative;

    width: 70px;
    height: 70px;

    min-width: 70px;

    margin-bottom: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(
        145deg,
        #001426 0%,
        #06365d 55%,
        #001426 100%
    );

    border: 1px solid rgba(184, 148, 82, 0.8);

    border-radius: 17px;

    box-shadow:
        0 10px 25px rgba(0, 20, 38, 0.25),
        inset 0 1px 2px rgba(255, 255, 255, 0.25);

    overflow: visible;

    z-index: 2;

    transition: all 0.4s ease;
}


/* ICON SHINE */

.him-conditions-area .him-condition-icon::before {
    content: "";

    position: absolute;

    top: 2px;
    left: 2px;

    width: 65%;
    height: 40%;

    border-radius: 15px;

    background: linear-gradient(
        135deg,
        rgba(255,255,255,0.28),
        rgba(255,255,255,0)
    );

    pointer-events: none;
}


/* ICON */

.him-conditions-area .him-condition-icon i {
    position: relative;

    z-index: 5;

    display: inline-block !important;

    width: auto !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #ffffff !important;

    font-family: "Font Awesome 5 Free" !important;

    font-size: 27px !important;

    font-weight: 900 !important;

    line-height: 1 !important;

    text-align: center;

    visibility: visible !important;

    opacity: 1 !important;

    text-shadow:
        0 0 5px rgba(255, 255, 255, 0.55),
        0 0 12px rgba(184, 148, 82, 0.5);
}


/* ICON HOVER */

.him-conditions-area .him-condition-card:hover
.him-condition-icon {
    transform: scale(1.06);

    background: linear-gradient(
        145deg,
        #06365d,
        #001426,
        #06365d
    );

    box-shadow:
        0 12px 30px rgba(0, 20, 38, 0.35),
        0 0 20px rgba(184, 148, 82, 0.18);
}


/* =========================================================
   CONTENT
========================================================= */

.him-conditions-area .him-condition-content {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;

    flex: 1;
}


.him-conditions-area .him-condition-content h4 {
    margin: 0 0 13px;

    color: #001426;

    font-size: 21px;
    line-height: 1.35;

    font-weight: 700;
}


.him-conditions-area .him-condition-content p {
    margin: 0 0 20px;

    color: #66717b;

    font-size: 15px;
    line-height: 1.75;

    flex: 1;
}


/* =========================================================
   EXPLORE TREATMENT LINK
========================================================= */

.him-conditions-area .him-condition-content a {
    display: inline-flex;
    align-items: center;

    width: fit-content;

    color: #001426;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none;

    transition: all 0.3s ease;
}


.him-conditions-area .him-condition-content a i {
    margin-left: 8px;

    color: #b89452;

    font-size: 12px;

    transition: all 0.3s ease;
}


.him-conditions-area .him-condition-content a:hover {
    color: #b89452;
}


.him-conditions-area .him-condition-content a:hover i {
    margin-left: 13px;
}


/* =========================================================
   GRID SPACING
========================================================= */

.him-conditions-area .mb-30 {
    margin-bottom: 30px;
}


/* =========================================================
   VIEW ALL BUTTON
========================================================= */

.him-conditions-area .btn-gradient {
    position: relative;

    margin-top: 20px;

    padding: 13px 27px;

    color: #ffffff !important;

    background: linear-gradient(
        135deg,
        #001426,
        #06365d,
        #001426
    );

    border: 1px solid #b89452;

    border-radius: 30px;

    font-size: 14px;
    font-weight: 600;

    box-shadow:
        0 8px 22px rgba(0, 20, 38, 0.22);

    transition: all 0.35s ease;
}


.him-conditions-area .btn-gradient i {
    margin-right: 7px;
    color: #d5b56f;
}


.him-conditions-area .btn-gradient:hover {
    color: #ffffff !important;

    transform: translateY(-3px);

    box-shadow:
        0 13px 30px rgba(0, 20, 38, 0.3),
        0 0 18px rgba(184, 148, 82, 0.2);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .him-conditions-area {
        padding: 80px 0 70px;
    }

    .him-conditions-area .site-heading h2 {
        font-size: 36px;
    }

    .him-conditions-area .him-condition-card {
        min-height: 370px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .him-conditions-area {
        padding: 65px 15px 55px;
    }

    .him-conditions-area .site-heading {
        margin-bottom: 35px;
    }

    .him-conditions-area .site-heading h5 {
        font-size: 13px;
    }

    .him-conditions-area .site-heading h2 {
        font-size: 29px;
        line-height: 1.3;
    }

    .him-conditions-area .site-heading p {
        font-size: 14px;
        line-height: 1.7;
    }


    /* Proper mobile gap */

    .him-conditions-area .col-md-6 {
        width: 100%;
    }

    .him-conditions-area .mb-30 {
        margin-bottom: 20px;
    }


    .him-conditions-area .him-condition-card {
        min-height: auto;

        padding: 28px 24px;

        border-radius: 17px;
    }


    .him-conditions-area .him-condition-icon {
        width: 62px;
        height: 62px;
        min-width: 62px;

        margin-bottom: 20px;

        border-radius: 15px;
    }


    .him-conditions-area .him-condition-icon i {
        font-size: 24px !important;
    }


    .him-conditions-area .him-condition-content h4 {
        font-size: 19px;
    }


    .him-conditions-area .him-condition-content p {
        font-size: 14px;
        line-height: 1.65;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .him-conditions-area {
        padding-left: 12px;
        padding-right: 12px;
    }

    .him-conditions-area .site-heading h2 {
        font-size: 26px;
    }

    .him-conditions-area .him-condition-card {
        padding: 25px 21px;
    }

}

/* ==========================================
   HEAL IN MOTION
   WHY CHOOSE US SECTION
========================================== */

.him-why-area {
    position: relative;
    padding: 100px 0;
    background: #f5f2ec;
    overflow: hidden;
}

.him-why-wrapper {
    position: relative;
}


/* ==========================================
   IMAGE
========================================== */

.him-why-image {
    position: relative;
    height: 100%;
    min-height: 650px;
    overflow: hidden;
    border-radius: 22px;
    background: #001426;
    box-shadow: 0 25px 60px rgba(0, 20, 38, 0.18);
}

.him-why-image img {
    width: 100%;
    height: 100%;
    min-height: 650px;
    object-fit: cover;
    display: block;
    transition: transform 0.7s ease;
}

.him-why-image:hover img {
    transform: scale(1.05);
}


/* Image dark gradient */

.him-image-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(0, 20, 38, 0.95) 0%,
            rgba(0, 20, 38, 0.35) 48%,
            rgba(0, 20, 38, 0.05) 100%
        );
}


/* Image text */

.him-image-content {
    position: absolute;
    left: 38px;
    right: 38px;
    bottom: 38px;
    z-index: 2;
}

.him-image-content span {
    display: inline-block;
    margin-bottom: 12px;

    padding: 7px 14px;

    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 30px;

    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}

.him-image-content h3 {
    margin: 0 0 12px;

    color: #ffffff;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
}

.him-image-content p {
    margin: 0;

    max-width: 380px;

    color: rgba(255,255,255,0.82);
    font-size: 14px;
    line-height: 1.7;
}


/* ==========================================
   RIGHT CONTENT
========================================== */

.him-why-content {
    padding: 25px 10px 20px 55px;
}


/* Tag */

.him-section-tag {
    display: inline-flex;
    align-items: center;

    margin-bottom: 14px;

    color: #2a4253;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
}

.him-section-tag::before {
    content: "";
    width: 28px;
    height: 2px;

    margin-right: 10px;

    background: #2a4253;
}


/* Heading */

.him-why-content h2 {
    margin: 0 0 18px;

    color: #001426;

    font-size: 43px;
    line-height: 1.15;
    font-weight: 700;
}

.him-why-content h2 span {
    display: block;
    color: #2a4253;
}


/* Intro */

.him-intro {
    margin: 0 0 28px;

    max-width: 700px;

    color: #59656d;

    font-size: 15px;
    line-height: 1.8;
}


/* ==========================================
   WHY ITEMS
========================================== */

.him-why-list {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.him-why-item {
    position: relative;

    display: flex;
    align-items: flex-start;

    padding: 16px 18px;

    background: rgba(255,255,255,0.78);

    border: 1px solid rgba(0, 20, 38, 0.07);

    border-radius: 13px;

    box-shadow: 0 8px 25px rgba(0, 20, 38, 0.04);

    transition: all 0.3s ease;
}

.him-why-item:hover {
    transform: translateX(7px);

    background: #ffffff;

    border-color: rgba(0, 97, 143, 0.18);

    box-shadow: 0 12px 30px rgba(0, 20, 38, 0.10);
}


/* ==========================================
   ICON
========================================== */

.him-why-icon {
    flex: 0 0 52px;

    width: 52px;
    height: 52px;

    margin-right: 16px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: linear-gradient(
        145deg,
        #001426,
        #00577f
    );

    box-shadow:
        0 7px 18px rgba(0, 20, 38, 0.18),
        inset 0 1px 0 rgba(255,255,255,0.25);
}

.him-why-icon i {
    color: #ffffff !important;

    font-size: 20px !important;

    line-height: 1 !important;

    opacity: 1 !important;
    visibility: visible !important;

    text-shadow:
        0 0 8px rgba(255,255,255,0.35);
}


/* Text */

.him-why-text {
    flex: 1;
}

.him-why-text h4 {
    margin: 0 0 5px;

    color: #001426;

    font-size: 16px;
    font-weight: 700;
}

.him-why-text p {
    margin: 0;

    color: #68747b;

    font-size: 13px;
    line-height: 1.55;
}


/* ==========================================
   BOTTOM CTA
========================================== */

.him-why-bottom {
    display: flex;
    align-items: center;
    gap: 25px;

    margin-top: 28px;
}


/* Button */

.him-why-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 13px 22px;

    color: #ffffff !important;

    background: linear-gradient(
        135deg,
        #001426,
        #2a4253
    );

    border-radius: 40px;

    font-size: 13px;
    font-weight: 700;

    text-decoration: none !important;

    box-shadow: 0 10px 25px rgba(0, 20, 38, 0.18);

    transition: all 0.3s ease;
}

.him-why-btn i:first-child {
    font-size: 17px;
}

.him-why-btn:hover {
    color: #ffffff !important;

    transform: translateY(-3px);

    box-shadow: 0 15px 30px rgba(0, 20, 38, 0.25);
}


/* Phone */

.him-call {
    display: flex;
    align-items: center;
    gap: 10px;
}

.him-call > i {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #2a4253;

    background: #ffffff;

    box-shadow: 0 5px 15px rgba(0,20,38,0.08);
}

.him-call small {
    display: block;

    color: #7a858b;

    font-size: 10px;
}

.him-call strong {
    display: block;

    color: #001426;

    font-size: 14px;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .him-why-area {
        padding: 75px 0;
    }

    .him-why-image {
        min-height: 500px;
        margin-bottom: 35px;
    }

    .him-why-image img {
        min-height: 500px;
    }

    .him-why-content {
        padding: 10px 0;
    }

    .him-why-content h2 {
        font-size: 38px;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .him-why-area {
        padding: 55px 15px;
    }

    .him-why-image {
        min-height: 420px;
        border-radius: 18px;
    }

    .him-why-image img {
        min-height: 420px;
    }

    .him-image-content {
        left: 25px;
        right: 25px;
        bottom: 25px;
    }

    .him-image-content h3 {
        font-size: 27px;
    }

    .him-why-content {
        padding: 35px 0 0;
    }

    .him-why-content h2 {
        font-size: 30px;
    }

    .him-intro {
        font-size: 14px;
    }

    .him-why-item {
        padding: 14px;
    }

    .him-why-icon {
        flex: 0 0 45px;
        width: 45px;
        height: 45px;
        margin-right: 12px;
    }

    .him-why-icon i {
        font-size: 17px !important;
    }

    .him-why-text h4 {
        font-size: 15px;
    }

    .him-why-text p {
        font-size: 12.5px;
    }

    .him-why-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .him-why-btn {
        width: 100%;
        justify-content: center;
    }

}
/* =========================================
   HEAL IN MOTION - DOCTORS SECTION
========================================= */

.him-doctors-area {
    background: #f7fafb;
    position: relative;
    overflow: hidden;
}

/* Doctor Card */

.him-doctor-card {
    background: #ffffff;
    border-radius: 24px;
    margin-top: 50px;
    padding: 30px;
    position: relative;
    overflow: hidden;

    box-shadow: 0 15px 45px rgba(0, 20, 38, 0.08);

    border: 1px solid rgba(0, 20, 38, 0.06);

    transition: all 0.4s ease;
}

.him-doctor-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 55px rgba(0, 20, 38, 0.13);
}


/* Doctor Image */

.him-doctor-image {
    position: relative;
    height: 470px;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(145deg, #001426, #2a4253);
}

.him-doctor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* Image Shine */

.him-doctor-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        transparent 30%,
        rgba(255,255,255,0.16),
        transparent 70%
    );

    transform: translateX(-100%);
    transition: 0.7s ease;
}

.him-doctor-card:hover .him-doctor-image::after {
    transform: translateX(100%);
}


/* Badge */

.him-doctor-badge {
    position: absolute;
    left: 20px;
    bottom: 20px;

    display: flex;
    align-items: center;
    gap: 9px;

    padding: 11px 18px;

    border-radius: 50px;

    background: rgba(0, 20, 38, 0.88);
    backdrop-filter: blur(8px);

    color: #ffffff;

    font-size: 13px;
    font-weight: 600;

    z-index: 2;
}

.him-doctor-badge i {
    color: #ffffff;
    font-size: 16px;
}


/* Content */

.him-doctor-content {
    padding: 25px 35px;
}

.him-doctor-label {
    display: inline-block;

    color: #2a4253;

    font-size: 13px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 1.2px;

    margin-bottom: 10px;
}

.him-doctor-content h3 {
    margin: 0 0 15px;

    color: #001426;

    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}

.him-doctor-content h3 span {
    font-size: 22px;
    color: #2a4253;
}

.him-doctor-intro {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.65;

    color: #263746;

    margin-bottom: 15px;
}

.him-doctor-content p:not(.him-doctor-intro) {
    color: #687783;

    font-size: 15px;
    line-height: 1.8;

    margin-bottom: 22px;
}


/* Specialties */

.him-doctor-specialties {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 12px;

    margin-bottom: 28px;
}

.him-doctor-specialties div {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 12px 14px;

    background: #f5f9fa;

    border-radius: 10px;

    color: #263746;

    font-size: 13px;
    font-weight: 600;

    transition: all 0.3s ease;
}

.him-doctor-specialties div:hover {
    background: #001426;
    color: #ffffff;
    transform: translateX(4px);
}

.him-doctor-specialties i {
    width: 25px;
    min-width: 25px;
    height: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #2a4253;

    font-size: 14px;
}

.him-doctor-specialties div:hover i {
    color: #ffffff;
}


/* Button */

.him-doctor-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding: 13px 24px;

    border-radius: 50px;

    background: linear-gradient(135deg, #001426, #2a4253);

    color: #ffffff !important;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none !important;

    box-shadow: 0 8px 20px rgba(21, 150, 168, 0.25);

    transition: all 0.3s ease;
}

.him-doctor-btn i {
    font-size: 17px;
}

.him-doctor-btn:hover {
    transform: translateY(-3px);

    box-shadow: 0 12px 28px rgba(21, 150, 168, 0.35);
    color: #ffffff !important;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .him-doctor-card {
        padding: 20px;
    }

    .him-doctor-image {
        height: 420px;
        margin-bottom: 20px;
    }

    .him-doctor-content {
        padding: 20px 15px;
    }

    .him-doctor-content h3 {
        font-size: 30px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575px) {

    .him-doctor-card {
        padding: 12px;
        border-radius: 18px;
        margin-top: 30px;
    }

    .him-doctor-image {
        height: 350px;
        border-radius: 14px;
    }

    .him-doctor-content {
        padding: 20px 8px 10px;
    }

    .him-doctor-content h3 {
        font-size: 27px;
    }

    .him-doctor-intro {
        font-size: 16px;
    }

    .him-doctor-specialties {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .him-doctor-specialties div {
        padding: 11px 12px;
    }

    .him-doctor-btn {
        width: 100%;
        justify-content: center;
    }

    .him-doctor-badge {
        left: 12px;
        bottom: 12px;
        padding: 9px 14px;
        font-size: 12px;
    }

}

/* Gold Top Line */

.consultation-action-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #b69a63;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}


.consultation-action-card:hover {
    background: #0b2245;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(16, 42, 82, 0.16);
}

.consultation-action-card:hover::before {
    transform: scaleX(1);
}


/* Action Icon */

.action-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1eadc;
    border-radius: 50%;
    margin-right: 12px;
}

.action-icon img {
    width: 31px;
    height: 31px;
    object-fit: contain;
    filter: none !important;
}


/* Action Text */

.action-content {
    min-width: 0;
    padding-right: 5px;
}

.action-content span {
    display: block;
    color: #c7aa72;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.action-content h5 {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
}


/* Arrow */

.action-arrow {
    margin-left: auto;
    color: #c7aa72;
    font-size: 13px;
    transition: all 0.3s ease;
}

.consultation-action-card:hover .action-arrow {
    transform: translateX(4px);
}


/* =========================================================
   APPOINTMENT CARD
========================================================= */

.consultation-form-wrapper {
    padding-left: 20px;
}


.appointment-card {
    position: relative;
    background: #102a52;
    padding: 42px 38px 30px;
    border-radius: 8px;
    box-shadow: 0 25px 60px rgba(16, 42, 82, 0.20);
    overflow: hidden;
}


/* Decorative Border */

.appointment-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #b69a63;
}

.appointment-card::after {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.06);
    right: -80px;
    top: -75px;
}


/* =========================================================
   FORM HEADER
========================================================= */

.appointment-header {
    position: relative;
    z-index: 2;
    margin-bottom: 28px;
}

.appointment-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #c7aa72;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.8px;
    margin-bottom: 13px;
}

.appointment-badge i {
    font-size: 12px;
}


.appointment-header h3 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
}

.appointment-header h3 span {
    color: #c7aa72;
}


.appointment-header p {
    margin: 0;
    color: rgba(255,255,255,0.70);
    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
   FORM
========================================================= */

.premium-appointment-form {
    position: relative;
    z-index: 2;
}


.premium-appointment-form .form-group {
    margin-bottom: 18px;
}


.premium-appointment-form label {
    display: block;
    margin-bottom: 7px;
    color: rgba(255,255,255,0.85);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3px;
}


/* Input Wrapper */

.input-wrapper {
    position: relative;
}


.input-wrapper > i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #b69a63;
    font-size: 12px;
    z-index: 2;
}


.input-wrapper .form-control,
.input-wrapper textarea {
    width: 100%;
    height: 48px;
    padding: 0 15px 0 42px;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 3px;
    background: rgba(255,255,255,0.08);
    color: #ffffff;
    font-size: 13px;
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease;
}


.input-wrapper .form-control::placeholder,
.input-wrapper textarea::placeholder {
    color: rgba(255,255,255,0.45);
}


.input-wrapper .form-control:focus,
.input-wrapper textarea:focus {
    border-color: #b69a63;
    background: rgba(255,255,255,0.11);
    box-shadow: 0 0 0 3px rgba(182,154,99,0.08);
}


/* Date / Time */

.input-wrapper input[type="date"],
.input-wrapper input[type="time"] {
    color-scheme: dark;
}


/* Textarea */

.textarea-wrapper {
    position: relative;
}

.input-wrapper textarea {
    height: 105px;
    resize: none;
    padding-top: 14px;
    line-height: 1.6;
}

.textarea-wrapper > i {
    top: 20px;
    transform: none;
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.appointment-submit {
    width: 100%;
    height: 54px;
    margin-top: 4px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: 1px solid #c7aa72;
    border-radius: 3px;
    background: #c7aa72;
    color: #102a52;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}


.appointment-submit i {
    font-size: 12px;
    transition: transform 0.3s ease;
}


.appointment-submit:hover {
    background: #f1eadc;
    border-color: #f1eadc;
    color: #102a52;
}


.appointment-submit:hover i {
    transform: translateX(5px);
}


/* =========================================================
   FORM FOOTER
========================================================= */

.appointment-footer {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.10);
}


.secure-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(199,170,114,0.12);
    border: 1px solid rgba(199,170,114,0.25);
    border-radius: 50%;
    color: #c7aa72;
    font-size: 12px;
}


.appointment-footer strong {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
}


.appointment-footer span {
    display: block;
    color: rgba(255,255,255,0.50);
    font-size: 13px;
    line-height: 1.5;

}

/* =========================================================
   PREMIUM HEALTH QUERY MODAL
   Dark Royal Blue + Beige + Off White
========================================================= */

.premium-query-modal .modal-dialog {
    max-width: 530px;
}


/* Modal */

.query-modal-content {
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 10px;
    background: #102a52;
    box-shadow: 0 30px 80px rgba(10, 30, 60, 0.35);
}


/* Top Gold Line */

.query-modal-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #c7aa72;
}


/* =========================================================
   HEADER
========================================================= */

.query-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 32px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.10);
}


.query-heading {
    display: flex;
    align-items: center;
    gap: 14px;
}


.query-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f1eadc;
    color: #102a52;
    font-size: 18px;
}


.query-small-title {
    display: block;
    margin-bottom: 5px;
    color: #c7aa72;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
}


.query-modal-header .modal-title {
    margin: 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
}


/* Close */

.query-close {
    width: 35px;
    height: 35px;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid rgba(255,255,255,0.15) !important;
    border-radius: 50%;
    background: rgba(255,255,255,0.06) !important;
    color: rgba(255,255,255,0.75) !important;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    text-shadow: none !important;
    opacity: 1 !important;
    transition: all 0.3s ease;
}


.query-close:hover {
    background: #c7aa72 !important;
    border-color: #c7aa72 !important;
    color: #102a52 !important;
    transform: rotate(90deg);
}


/* =========================================================
   BODY
========================================================= */

.query-modal-body {
    padding: 25px 32px 20px;
}


.query-intro {
    margin: 0 0 24px;
    color: rgba(255,255,255,0.65);
    font-size: 13px;
    line-height: 1.7;
}


/* Form Group */

.query-form-group {
    margin-bottom: 17px;
}


.query-form-group label {
    display: block;
    margin-bottom: 7px;
    color: rgba(255,255,255,0.85);
    font-size: 11px;
    font-weight: 600;
}


/* Input */

.query-input-wrapper {
    position: relative;
}


.query-input-wrapper > i {
    position: absolute;
    left: 15px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    color: #c7aa72;
    font-size: 12px;
}


.query-input-wrapper .form-control {
    width: 100%;
    height: 48px;
    padding: 0 15px 0 42px;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 4px;
    background: rgba(255,255,255,0.07);
    color: #ffffff;
    font-size: 13px;
    box-shadow: none;
    outline: none;
    transition: all 0.3s ease;
}


.query-input-wrapper .form-control::placeholder {
    color: rgba(255,255,255,0.42);
}


.query-input-wrapper .form-control:focus {
    border-color: #c7aa72;
    background: rgba(255,255,255,0.10);
    box-shadow: 0 0 0 3px rgba(199,170,114,0.08);
}


/* Textarea */

.query-textarea-wrapper > i {
    top: 18px;
    transform: none;
}


.query-input-wrapper textarea.form-control {
    height: 105px;
    padding: 14px 15px 14px 42px;
    resize: none;
    line-height: 1.6;
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.query-submit-btn {
    width: 100%;
    height: 52px;
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: 1px solid #c7aa72;
    border-radius: 4px;
    background: #c7aa72;
    color: #102a52;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}


.query-submit-btn i {
    transition: transform 0.3s ease;
}


.query-submit-btn:hover {
    background: #f1eadc;
    border-color: #f1eadc;
    color: #102a52;
}


.query-submit-btn:hover i {
    transform: translateX(5px);
}


/* =========================================================
   FOOTER
========================================================= */

.query-modal-footer {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 5px 32px 25px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.09);
}


.query-footer-icon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(199,170,114,0.25);
    border-radius: 50%;
    background: rgba(199,170,114,0.08);
    color: #c7aa72;
    font-size: 11px;
}


.query-modal-footer strong {
    display: block;
    margin-bottom: 2px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
}


.query-modal-footer span {
    display: block;
    color: rgba(255,255,255,0.45);
    font-size: 9px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {

    .premium-query-modal .modal-dialog {
        margin: 15px;
    }

    .query-modal-header {
        padding: 27px 20px 18px;
    }

    .query-modal-body {
        padding: 22px 20px 18px;
    }

    .query-modal-footer {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .query-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        font-size: 15px;
    }

    .query-modal-header .modal-title {
        font-size: 19px;
    }

    .query-small-title {
        font-size: 8px;
    }
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .consultation-title {
        font-size: 42px;
    }

    .consultation-content {
        padding-right: 30px;
    }

    .appointment-card {
        padding: 35px 28px 28px;
    }

    .consultation-action-card {
        padding: 15px 12px;
    }

    .action-icon {
        width: 45px;
        height: 45px;
        flex-basis: 45px;
    }

    .action-icon img {
        width: 27px;
        height: 27px;
    }

    .action-content h5 {
        font-size: 12px;
    }
}


@media (max-width: 991px) {

    .premium-consultation-area {
        padding: 75px 0;
    }

    .consultation-content {
        padding-right: 15px;
        margin-bottom: 50px;
    }

    .consultation-form-wrapper {
        padding-left: 15px;
    }

    .consultation-title {
        font-size: 42px;
    }

    .consultation-actions {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media (max-width: 767px) {

    .premium-consultation-area {
        padding: 60px 0;
    }

    .consultation-title {
        font-size: 34px;
    }

    .consultation-description {
        font-size: 14px;
        line-height: 1.8;
    }

    .consultation-actions {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .consultation-action-card {
        min-height: 85px;
    }

    .consultation-content {
        margin-bottom: 35px;
    }

    .appointment-card {
        padding: 32px 22px 25px;
    }

    .appointment-header h3 {
        font-size: 26px;
    }
}


@media (max-width: 480px) {

    .consultation-title {
        font-size: 30px;
    }

    .section-tag span {
        font-size: 10px;
        letter-spacing: 1.5px;
    }

    .appointment-card {
        padding: 30px 18px 22px;
    }

    .appointment-header h3 {
        font-size: 24px;
    }
}
        /* ================================
       MAIN SECTION
    ================================= */

        .him-care-section {
            width: 100%;
            padding: 90px 0;
            background: #f7f4ed;
            position: relative;
            overflow: hidden;
        }

        .him-care-container {
            width: 100%;
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 30px;
        }


        /* ================================
       SECTION HEADING
    ================================= */

        .him-care-heading {
            text-align: center;
            max-width: 750px;
            margin: 0 auto 55px;
        }

        .him-care-heading .him-small-title {
            display: inline-block;
            color: #b7975c;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 12px;
        }

        .him-care-heading h2 {
            margin: 0 0 15px;
            color: #071d3b;
            font-size: 42px;
            line-height: 1.2;
            font-weight: 700;
        }

        .him-care-heading h2 span {
            color: #b7975c;
        }

        .him-care-heading p {
            margin: 0;
            color: #6c7685;
            font-size: 15px;
            line-height: 1.8;
        }


        /* ================================
       CARDS GRID
    ================================= */

        .him-care-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 28px;
            align-items: stretch;
        }


        /* ================================
       CARD
    ================================= */

        .him-care-card {
            position: relative;
            height: 100%;
            min-height: 390px;
            padding: 38px 34px;
            border-radius: 20px;
            overflow: hidden;

            background:
                linear-gradient(145deg,
                    #061a36 0%,
                    #092b50 55%,
                    #123f70 100%);

            box-shadow:
                0 18px 45px rgba(7, 29, 59, 0.14);

            transition:
                transform 0.4s ease,
                box-shadow 0.4s ease;
        }

        .him-care-card:hover {
            transform: translateY(-8px);
            box-shadow:
                0 28px 60px rgba(7, 29, 59, 0.22);
        }


        /* Decorative circle */

        .him-care-card::before {
            content: "";
            position: absolute;
            width: 220px;
            height: 220px;
            border-radius: 50%;
            top: -120px;
            right: -80px;
            background: rgba(183, 151, 92, 0.10);
        }

        .him-care-card::after {
            content: "";
            position: absolute;
            width: 150px;
            height: 150px;
            border-radius: 50%;
            bottom: -90px;
            left: -60px;
            background: rgba(255, 255, 255, 0.035);
        }


        /* ================================
       CARD INNER
    ================================= */

        .him-care-inner {
            position: relative;
            z-index: 2;
            height: 100%;
            display: flex;
            flex-direction: column;
        }


        /* ================================
       ICON
    ================================= */

        .him-care-icon {
            width: 70px;
            height: 70px;
            border-radius: 17px;

            display: flex;
            align-items: center;
            justify-content: center;

            margin-bottom: 27px;

            background: rgba(255, 255, 255, 0.08);
            border: 1px solid rgba(229, 201, 143, 0.32);
        }

        .him-care-icon img {
            width: 46px;
            height: 46px;
            object-fit: contain;
        }


        /* ================================
       CARD NUMBER
    ================================= */

        .him-care-number {
            position: absolute;
            top: 0;
            right: 0;

            color: rgba(229, 201, 143, 0.35);
            font-size: 48px;
            line-height: 1;
            font-weight: 700;
        }


        /* ================================
       CARD CONTENT
    ================================= */

        .him-care-card h3 {
            color: #ffffff;
            font-size: 23px;
            line-height: 1.3;
            font-weight: 700;
            margin: 0 0 15px;
        }

        .him-care-card p {
            color: rgba(255, 255, 255, 0.68);
            font-size: 14px;
            line-height: 1.8;
            margin: 0 0 24px;
        }


        /* ================================
       DOCTOR LIST
    ================================= */

        .him-doctor-list {
            list-style: none;
            padding: 0;
            margin: 0 0 20px;
        }

        .him-doctor-list li {
            display: flex;
            align-items: center;
            gap: 10px;

            color: #f0d89f;
            font-size: 14px;
            font-weight: 600;

            margin-bottom: 10px;
        }

        .him-doctor-list li:last-child {
            margin-bottom: 0;
        }

        .him-doctor-list i {
            width: 22px;
            height: 22px;

            display: flex;
            align-items: center;
            justify-content: center;

            border-radius: 50%;

            background: rgba(229, 201, 143, 0.12);
            color: #e5c98d;

            font-size: 10px;
        }


        /* ================================
       PHONE
    ================================= */

        .him-phone-link {
            display: inline-flex;
            align-items: center;
            gap: 8px;

            color: rgba(255, 255, 255, 0.85);
            text-decoration: none;

            font-size: 13px;
            margin-top: auto;
        }

        .him-phone-link strong {
            color: #e5c98d;
        }

        .him-phone-link:hover {
            color: #ffffff;
        }


        /* ================================
       BUTTON
    ================================= */

        .him-consult-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 9px;

            width: fit-content;

            padding: 12px 21px;

            border-radius: 7px;

            background: #e4c98d;
            color: #071d3b;

            text-decoration: none;

            font-size: 13px;
            font-weight: 700;

            transition: all 0.3s ease;

            margin-top: auto;
        }

        .him-consult-button:hover {
            background: #f1dca9;
            color: #071d3b;
            transform: translateY(-2px);
        }


        /* ================================
       HOURS
    ================================= */

        .him-hours-list {
            list-style: none;
            padding: 0;
            margin: 0 0 15px;
        }

        .him-hours-list li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 15px;

            padding: 13px 0;

            border-bottom: 1px solid rgba(255, 255, 255, 0.09);

            color: rgba(255, 255, 255, 0.65);
            font-size: 13px;
        }

        .him-hours-list li:first-child {
            padding-top: 0;
        }

        .him-hours-list li:last-child {
            border-bottom: none;
        }

        .him-hours-list strong {
            color: #e5c98d;
            white-space: nowrap;
            font-weight: 600;
        }

        .him-hours-note {
            display: flex;
            align-items: center;
            gap: 7px;

            color: rgba(255, 255, 255, 0.48);
            font-size: 11px;
        }

        .him-hours-note i {
            color: #e5c98d;
        }


        /* ================================
       TABLET
    ================================= */

        @media (max-width: 991px) {

            .him-care-section {
                padding: 70px 0;
            }

            .him-care-grid {
                grid-template-columns: 1fr 1fr;
            }

            .him-care-card:last-child {
                grid-column: 1 / -1;
            }

            .him-care-heading h2 {
                font-size: 36px;
            }

        }


        /* ================================
       MOBILE
    ================================= */

        @media (max-width: 767px) {

            .him-care-section {
                padding: 55px 0;
            }

            .him-care-container {
                padding: 0 18px;
            }

            .him-care-heading {
                margin-bottom: 35px;
            }

            .him-care-heading h2 {
                font-size: 30px;
            }

            .him-care-heading p {
                font-size: 14px;
            }

            .him-care-grid {
                display: flex;
                flex-direction: column;
                gap: 20px;
            }

            .him-care-card {
                width: 100%;
                min-height: auto;
                padding: 30px 25px;
                border-radius: 17px;
            }

            .him-care-card:last-child {
                grid-column: auto;
            }

            .him-care-icon {
                width: 60px;
                height: 60px;
                margin-bottom: 22px;
            }

            .him-care-icon img {
                width: 40px;
                height: 40px;
            }

            .him-care-card h3 {
                font-size: 21px;
            }

            .him-care-card p {
                font-size: 13.5px;
            }

            .him-care-number {
                font-size: 38px;
            }

            .him-consult-button {
                width: 100%;
            }

        }


        /* ================================
       SMALL MOBILE
    ================================= */

        @media (max-width: 400px) {

            .him-care-container {
                padding: 0 14px;
            }

            .him-care-card {
                padding: 27px 21px;
            }

            .him-care-heading h2 {
                font-size: 27px;
            }

            .him-hours-list li {
                font-size: 11.5px;
            }

        }


