/*===============================================
Template Name: healtip - Consulting & Hospital HTML5 Template
Author:  https://templatmonoster.net/user/templycraft
Description: Description
Version: 1.0.0
Text Domain: healtip
Tags: consulting, finance, corporate, business, consultant, multipurpose, technology, it-solution, software, agency, company, portfolio, bangking, insurance, digital-agency, digital-marketing.
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. healtip Header Top Menu Area Css
02. healtip Nav Menu Area Css 
03. healtip Section Title Css
04. healtip Service Area css
05. healtip About Area Css
06. healtip Counter Area Css
07. healtip Testimonial Area Css
08. healtip Team Area Css
09. healtip Form Box Css
10. healtip Blog Area Css
11. healtip footer Area Css
12. healtip Subscribe Area Css
13. healtip Scrollup Section
14. healtip Bounce Animation Css 
15. healtip Animation Dance
16. healtip Contact  US Css
17. healtip Loader Css
=======================*/

/*================================
<--  healtip Nav Menu Area Css -->
==================================*/

.healtip_nav_manu {
  transition: 0.5s;
  z-index: 2;
  position: relative;
  padding: 20px 10px 20px;
}

.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  background: #101210 !important;
  transition: 0.5s !important;
  z-index: 922;
  -webkit-animation: 300ms running fadeInDown;
  animation: 500ms running fadeInUp;
  animation-name: slideInDown;
}

.sticky .healtip_menu > ul > li > a {
  color: #fff;
}

.sticky .header-button a {
  background: var(--primary-color);
}

.sticky .header-button a i {
  color: #fff;
}

/* healtip Menu Css*/
nav.healtip_menu {
  text-align: center;
  position: relative;
  z-index: 1;
}

.healtip_menu ul {
  list-style: none;
  display: inline-block;
}

.healtip_menu > ul > li {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.healtip_menu > ul > li > a {
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  padding: 0px 15px;
  margin: 17px 2px;
  transition: 0.5s;
  color: #002570;
  font-weight: 500;
}

.healtip_menu > ul > li > a:hover {
  color: #616BF9;
}

a.mdy-hover {
  position: relative;
}

a.mdy-hover:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #616BF9;
  opacity: 0;
  transition: 0.5s;
}

a.mdy-hover:hover:before {
  opacity: 1;
}

/*healtip Right Side*/

.healtip-right-side {
  display: flex;
  float: right;
  align-items: center;
}

.header-button a {
  font-size: 15px;
  padding: 14px 30px;
  font-weight: 500;
  color: #fff;
  background: #002570;
  border: 1px solid #002570;
  text-transform: uppercase;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  margin: 0 9px 0 14px;
}
.header-button a::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000D44;
  z-index: -1;
  border-radius: 30px;
  transform: scale(0);
  transition: 0.5s;
}
.header-button a:hover:before{
  transform: scale(1);
}
.header-button a img {
  padding-left: 5px;
  position: relative;
  top: -1px;
}

/* sub menu  
====================*/

.logo-box {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 9;
}

.healtip_menu ul .sub-menu .sub-menu .sub-menu li {
  position: relative;
}

.healtip_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

.healtip_nav_manu.sticky .logo_img {
  display: none;
}

.main_sticky {
  display: none;
}

.healtip_nav_manu.sticky .main_sticky {
  display: inherit;
}

.mobile-menu.mean-container {
  overflow: hidden;
}

/*===========================
<-- Hosting Loader Css -->
=============================*/

.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 666;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    transition: all 2s 1s ease;
    width: 96px;
    box-sizing: content-box;
    height: 48px;
    background: #FFF;
    border-color: #616BF9;
    border-style: solid;
    border-width: 2px 2px 50px 2px;
    border-radius: 100%;
    position: relative;
    animation: 3s yinYang linear infinite;
}

.loader:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: #FFF;
    border: 18px solid #616BF9;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    box-sizing: content-box;
}

.loader:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #616BF9;
    border: 18px solid #FFF;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    box-sizing: content-box;
}

  @keyframes yinYang {
    100%{transform: rotate(360deg)}
  }


.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #0d71ff;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: all 1s 1.6s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: all 1s 1.6s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}

/*------back-to-top------------*/
.prgoress_indicator {
    position: fixed;
    right: 50px;
    bottom: 75px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px #0d71ff;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
  }
  .prgoress_indicator.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) !important;
  }
  .prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #000D44;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}
.prgoress_indicator::before {
    position: absolute;
    content: "\f633";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    font-weight: 900;
    opacity: 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    font-family: bootstrap-icons !important;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear !important;
}
  .prgoress_indicator:hover ::after {
    color: var(--primary-color-one);
  }
  .prgoress_indicator:hover ::before {
    opacity: 1;
  }
  .prgoress_indicator svg path {
    fill: none;
  }
  .prgoress_indicator svg.progress-circle path {
    stroke: #000D44;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}


/*
<!-- ============================================================== -->
<!-- Start Hero Section -->
<!-- ============================================================== -->*/

.hero-section {
  background: url(../images/slider/bannar.jpg);
  background-position: center;
  background-repeat: no-repeat;
  height: 790px;
  position: relative;
  padding-top: 100px;
  margin-top: 90px;
}
.row.hero-bg {
  position: relative;
  z-index: 1;
}

.hero-content h1 {
  font-size: 65px;
  line-height: 75px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  font-weight: 600;
  position: relative;
  z-index: -1;
}

.hero-content h4 {
  font-size: 25px;
  line-height: 35px;
  color: #fff;
  margin: 0 0 15px;
  font-weight: 500;
  position: relative;
  z-index: -1;
}
.hero-content p {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin: 12px auto 15px;
  width: 70%;
  font-weight: 400;
}
.hero-btm-boxs {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 20px;
}

/* healtip Btn */

a.healtip-btn {
  position: relative;
  padding: 17px 42px;
  overflow: hidden;
  display: inline-block;
  background-color: #fff;
  color: var(--primary-color);
  font-weight: 500;
  transition: 500ms;
  z-index: 1;
  border-radius: 30px;
}

.healtip-btn__hover {
  background-color: var(--primary-color);
  width: 18.66%;
  height: 0;
  display: block;
  position: absolute;
  transition: all 500ms ease;
  z-index: -1;
}

.healtip-btn__hover:nth-child(2),
.healtip-btn__hover:nth-child(4),
.healtip-btn__hover:nth-child(6) {
  top: 0;
}

.healtip-btn__hover:nth-child(2) {
  left: 16.66%;
}

.healtip-btn__hover:nth-child(4) {
  left: 49.98%;
}

.healtip-btn__hover:nth-child(6) {
  left: 83.3%;
}

.healtip-btn__hover:nth-child(1),
.healtip-btn__hover:nth-child(3),
.healtip-btn__hover:nth-child(5) {
  bottom: 0;
}

.healtip-btn__hover:nth-child(1) {
  left: 0;
}

.healtip-btn__hover:nth-child(3) {
  left: 33.32%;
}

.healtip-btn__hover:nth-child(5) {
  left: 66.64%;
}

a.healtip-btn:hover .healtip-btn__hover {
  height: 100%;
}

a.healtip-btn i {
  padding-left: 7px;
  position: relative;
  top: 3px;
  transform: rotate(-45deg);
  display: inline-block;
}

a.healtip-btn:hover {
  color: #fff;
}

/* Btn End */

.hero-socail-icon {
  position: absolute;
  right: -230px;
  bottom: 206px;
  animation: 1s 1.5s fadeInDown both;
}

.hero-socail-icon a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin: 20px 0 0;
  transition: 0.3s;
}

.hero-socail-icon a:hover {
  color: var(--secondary-color);
}

.hero-cnct-nmbr {
  position: absolute;
  left: -256px;
  bottom: 160px;
}

.hero-cnct-nmbr h4 {
  position: relative;
  color: #fff;
  writing-mode: tb;
  font-size: 18px;
  font-weight: 500;
}

.hero-cnct-nmbr h4:before {
  position: absolute;
  content: "";
  left: 12px;
  top: -118px;
  width: 2px;
  height: 100px;
  background-image: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.9999999999999999) 0%,
    rgba(27, 31, 73, 0) 100%
  );
}

/* Shape */
.hero-shape {
    position: absolute;
    left: 160px;
    top: -60px;
    z-index: -1;
    animation: rotateme 8s linear infinite;
}
.hero-shape2 {
  position: absolute;
    right: 160px;
    top: -60px;
    z-index: -1;
    animation: rotateme 8s linear infinite;
}
.hero-shape3 {
    position: absolute;
    left: 80px;
    bottom: 0px;
    animation: moveLeftBounce 3s linear infinite;
}
.hero-section .hero-dna-shape {
  transform: scale(0.65) rotate(-90deg);
}
.hero-section .hero-animation {
    position: absolute;
    right: 450px;
    bottom: -740px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: rotate(-45deg);
}
.hero-animation span {
  width: 80px;
  height: 4px;
  background: #008cb4;
  margin: 6px;
  position: relative;
  transform-style: preserve-3d;
  animation: dnaAnim 2.5s linear infinite;
}
.hero-animation span:before, .hero-animation span:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #008cb4;
  position: absolute;
  top: calc(50% - 5px);
}
.hero-animation span:after {
  right: -8px;
}
.hero-animation span:before {
  left: -8px;
}
.hero-animation span:nth-child(1) {
  animation-delay: 0.1s;
}
.hero-animation span:nth-child(2) {
  animation-delay: 0.2s;
}
.hero-animation span:nth-child(3) {
  animation-delay: 0.3s;
}
.hero-animation span:nth-child(4) {
  animation-delay: 0.4s;
}
.hero-animation span:nth-child(5) {
  animation-delay: 0.5s;
}
.hero-animation span:nth-child(6) {
  animation-delay: 0.6s;
}
.hero-animation span:nth-child(7) {
  animation-delay: 0.7s;
}
.hero-animation span:nth-child(8) {
  animation-delay: 0.8s;
}
.hero-animation span:nth-child(9) {
  animation-delay: 0.9s;
}
.hero-animation span:nth-child(10) {
  animation-delay: 1s;
}
.hero-animation span:nth-child(11) {
  animation-delay: 1.1s;
}
.hero-animation span:nth-child(12) {
  animation-delay: 1.2s;
}
.hero-animation span:nth-child(13) {
  animation-delay: 1.3s;
}
.hero-animation span:nth-child(14) {
  animation-delay: 1.4s;
}
.hero-animation span:nth-child(15) {
  animation-delay: 1.5s;
}
.hero-animation span:nth-child(16) {
  animation-delay: 1.6s;
}
.hero-animation span:nth-child(17) {
  animation-delay: 1.7s;
}
.hero-animation span:nth-child(18) {
  animation-delay: 1.8s;
}

@keyframes dnarotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(359deg);
  }
}
@keyframes dnaAnim {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(359deg);
  }
}

/*wood animation*/
@keyframes wooo {
  0% {
    transform: rotate3d(0, 0, 0);
  }
  50% {
    transform: rotate3d(0, 1, 0, 180deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 359deg);
  }
}

/* Left Animation */

@keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*
<!-- ============================================================== -->
<!-- Start Brand Section-->
<!-- ============================================================== -->*/

.counter-serction {
  background: var(--primary-color);
  padding: 90px 0 60px;
  position: relative;
}
.counter-single-box {
    text-align: center;
    margin-bottom: 30px;
}
.counter-title h2 {
  font-size: 32px;
  color: #fff;
  margin: 0;
  line-height: 42px;
  font-weight: 700;
  padding: 0 0 25px;
}

.odometer-wrapper.counter-box-title .odometer {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  margin: 0;
}
.odometer-wrapper.counter-box-title span {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  margin: 0;
}
.counter-desc p {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  padding: 0px 0 0;
}

/* Button Hover */

/* Box-hover */

.healtip-hover-btn {
  background-color: #616BF9;
  height: 100%;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 25%;
  z-index: -1;
}

.hover-btn {
  left: 0;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
  border-radius: 30px 0 0px 30px;
}
.hover-btn2 {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.hover-btn3 {
  left: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.hover-btn4 {
  left: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border-radius: 0 30px 30px 0;
}

.header-button a:hover .healtip-hover-btn {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*
<!-- ============================================================== -->
<!-- Start service Section-->
<!-- ============================================================== -->*/

.service-serction {
  padding: 100px 0 70px;
  background: url(../images/resource/bg.jpg);
  position: relative;
}
.service-single-box {
    padding: 30px 8px;
    position: relative;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    margin-bottom: 30px;
    z-index: 1;
}
.service-single-box::before{
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0%;
  background-color: #0d71ff;
  border-radius: 10px;
  z-index: -1;
  transition: .4s;
}
.service-single-box:hover:before{
  width: 100%;
  left: 0;
}
.service-single-box .box-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #e6e9ee;
    border-radius: 99px;
    text-align: center;
    margin: 0 auto 30px;
    transition: 0.4s ease-in-out;
}
.service-single-box .head-title h2 {
    font-size: 24px;
    color: #0d71ff;
    line-height: 35px;
    font-weight: 500;
    transition: 0.4s ease-in-out;
}
.service-single-box .service-content p {
    font-size: 16px;
    color: #0d71ff;
    margin: 12px 0 22px;
    transition: 0.4s ease-in-out;
}
.service-single-box .service-btn a{
  font-size: 16px;
  color: #616BF9;
  display: inline-block;
  padding: 10px 30px;
  position: relative;
  border: 1px solid #616BF9;
  border-radius: 30px;
  z-index: 1;
  transition: 0.4s ease-in-out;
}
.service-single-box .service-btn a::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  z-index: -1;
  transform: scale(0);
  transition: .4s;
}
.service-single-box:hover .box-icon{
  transform: scaleX(-1);
}
.service-single-box:hover .service-btn a::before{
  transform: scale(1);
}
.service-single-box:hover .head-title h2{
   color: #fff;
}
.service-single-box:hover .service-content p{
   color: #fff;
}
.service-serction .hero-dna-shape {
  transform: scale(0.65) rotate(0deg);
}
.service-serction .hero-animation {
    position: absolute;
    left: -250px;
    bottom: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: rotate(-45deg);
}

/*
<!-- ============================================================== -->
<!-- Start healtip About Section-->
<!-- ============================================================== -->*/

.about-serction {
  padding: 100px 0 120px;
  position: relative;
  z-index: 1;
}

.top-healtip-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(28, 32, 73, 0.10196078431372549);
  padding: 0 0 28px;
  margin-bottom: 60px;
}

/* About Left Side */

.about-thumb {
  position: relative;
  margin-left: 40px;
  z-index: 1;
}
.about-thumb img {
    position: relative;
    width: 100%;
    border-radius: 20px;
}
/* Abour Right Side */

.about-service-list h4 {
  font-size: 22px;
  font-weight: 600;
  padding: 30px 0 25px;
}

.about-service-list ul li {
  display: block;
  list-style: none;
  color: #000D44;
  border-top: 1px dashed #000D44;
  padding: 16px 0 17px;
}

.about-service-list ul li i {
  font-size: 17px;
  color: var(--secondary-color);
  display: inline-block;
  padding-right: 6px;
}

li.border-style {
  border-bottom: 1px dashed #000D44;
}

span.list-pd {
    padding: 0 0 0 40px;
}

/*---------------healtip-section-title------------*/
.healtip-section-title h4{
  font-size: 20px;
  color: #0d71ff;
  margin: 0;
  font-weight: 500;
}
.healtip-section-title h1 {
    font-size: 40px;
    color: #000D44;
    margin: 0 0 30px;
    font-weight: 600;
}
.healtip-section-title p {
    font-size: 16px;
    margin: 0 0 18px;
    color:#788094;
    line-height: 26px;
}

.about-serction .hero-dna-shape {
  transform: scale(0.65) rotate(-90deg);
}
.about-serction .hero-animation {
    position: absolute;
    right: 510px;
    bottom: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: rotate(-45deg);
}

@keyframes rotateme {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/* shape */

.healtip-shape {
  position: absolute;
  right: 53px;
  text-align: right;
  z-index: -1;
}

/* healtip btn */

.about-serction .healtip-btn a {
  margin-top: 50px;
}

.healtip-btn a {
  padding: 13px 32px;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  overflow: hidden;
  border: 1px solid #616BF9;
  background-color: #000D44;
}

.healtip-btn a:after {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  color: #fff;
  position: absolute;
  content: attr(data-text);
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #616BF9;
  background-image: url(../images/resource/mask-btn2.png);
  -webkit-mask: url(../images/resource/mask-btn2.png);
  mask: url(../images/resource/mask-btn2.png);
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  animation: mask_animation_2 0.7s steps(22) forwards;
  z-index: -1;
}

.healtip-btn a i {
  padding-left: 7px;
  position: relative;
  top: 3px;
  transform: rotate(-45deg);
  display: inline-block;
}

.healtip-btn a:hover:after {
  animation: mask_animation 0.7s steps(22) forwards;
}

.healtip-btn a:hover {
  color: var(--light);
}

@keyframes mask_animation {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }

  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

@keyframes mask_animation_2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }

  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}


/* mdy Contact */

.mdy-about-contact {
  display: flex;
  align-items: center;
  margin: 5px 0 0;
}

.healtip-contact {
  padding: 40px 0 0 30px;
}

.ctn-icon {
  display: inline-block;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.ctn-icon:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 32px;
  left: 30px;
  right: 0;
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #616BF9;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.ctn-title {
  display: inline-block;
}

.ctn-title h3 {
  font-size: 24px;
  font-weight: 600;
  padding-left: 5px;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 4px;
  }
  40% {
    opacity: 0.5;
    border-width: 3px;
  }
  65% {
    border-width: 2px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}



/* Key Frames */

.scroll {
  animation: scroll 10s linear infinite;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 1rem));
  }
}

/* Style Two */

.style-2.healtip-top-section {
  padding: 110px 60px 0px 50px;
}

/* Style Two */

.style-2.marquee-section {
  background: var(--primary-color);
  padding: 26px 65px 35px;
}

.style-2 .marquee-content h2 {
  font-size: 40px;
  color: #fff;
}

.style-2 .marquee-content h2 span img {
  width: 8%;
  margin: -11px 16px 0 20px;
}

/*
<!-- ============================================================== -->
<!-- Start healtip Section -->
<!-- ============================================================== -->*/

.healtip-top-section {
  padding: 110px 50px 0px 205px;
  background: #002570;
  position: relative;
}

.healtip-top-section .top-healtip-section {
  align-items: center;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14901960784313725);
}

.healtip-desc {
  width: 34%;
}

.healtip-desc p {
  font-size: 18px;
}

.healtip-top-section.style-2 .healtip-shape {
  position: absolute;
  top: 0;
  right: -12px;
  text-align: right;
  z-index: 1;
}

/*
<!-- ============================================================== -->
<!-- Start Appoinment Section-->
<!-- ============================================================== -->*/

.healtip-appoinment {
  background: url(../images/resource/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0 100px;
  border-radius: 30px;
  background-size: cover;
}

.row.appoinment {
  position: relative;
  z-index: 1;
}

.contact-form-box {
  padding: 35px 0 0;
}

.form-box input::placeholder {
  font-size: 17px;
  color: #002570;
}

.form-box input {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 20px;
  outline: 0;
  display: inline-block;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(0, 37, 112, 0.5);
  font-weight: 500;
}

.form-box textarea {
  width: 100%;
  padding: 15px 22px;
  outline: 0;
  margin-bottom: 25px;
  outline: 0;
  display: inline-block;
  height: 150px;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(0, 37, 112, 0.5);
  font-weight: 500;
}

.form-box textarea::placeholder {
  color: #002570;
  font-size: 17px;
}

/* Submit Button */

button.submit-btn {
  padding: 15px 40px;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  border-radius: 32px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  overflow: hidden;
  border: 1px solid #616BF9;
  background-color: var(--primary-color);
}

button.submit-btn:after {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  color: #fff;
  position: absolute;
  content: attr(data-text);
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #616BF9;
  background: url(../images/resource/mask-btn2.png);
  mask: url(../images/resource/mask-btn2.png);
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  animation: mask_animation_2 0.7s steps(22) forwards;
  z-index: -1;
}

button.submit-btn i {
  padding-left: 5px;
  position: relative;
  top: 2px;
  transform: rotate(-45deg);
  display: inline-block;
}

button.submit-btn:hover:after {
  animation: mask_animation 0.7s steps(22) forwards;
}

.button.submit-btn:hover {
  color: var(--secondary-color);
}

/* Appointment Style 1 */

.style-1.healtip-appoinment {
  margin-bottom: 120px;
}

.style-1 .testi-single-box {
  padding: 60px 45px 60px;
  border: 0;
}

.style-1.healtip-appoinment .healtip-shape-2 {
  top: -30px;
  right: 0;
  left: inherit;
}
.appoint-single-box {
  background-color: #fff;
    padding: 40px 40px;
    border-radius: 20px;
    position: relative;
    margin-left: 20px;
    z-index: 2;
    box-shadow: 0px 0px 30px rgba(2, 29, 53, 0.08);
}
.schedule-box.bg2 {
    background: #0d71ff;
    padding: 40px 40px;
    margin-right: 20px;
    margin-bottom: 30px;
    border-radius: 20px;
    position: relative;
    z-index: 2;
}
.schedule-box .box-title {
    color: #fff;
    margin-bottom: 15px;
    font-size: 30px;
}
.schedule-box .box-text {
    color: #fff;
    opacity: 0.8;
    margin-bottom: 22px;
}
.schedule-box .box-timing {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 16px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
.schedule-box .box-timing:last-child {
  margin-bottom: -0.5em;
  padding-bottom: 0;
  border-bottom: none;
}
.healtip-section-title2 h4{
    font-size: 30px;
    color: #000D44;
    line-height: 40px;
    margin: 0;
}
.appointment-form2 {
  background-color: #fff;
  box-shadow: 0px 10px 50px rgba(2, 29, 53, 0.06);
  border-radius: 20px;
  padding: 60px;
}
.appointment-form2 .form-title {
  text-align: center;
  margin-bottom: 30px;
  margin-top: -0.3em;
}

/*
<!-- ============================================================== -->
<!-- Start healtip Team Section -->
<!-- ============================================================== -->*/

.team-section {
  padding: 100px 0 120px;
  position: relative;
}

.team-section .top-healtip-section {
  margin-bottom: 0;
}

.team-section .healtip-shape {
  position: absolute;
  right: 350px;
  text-align: right;
  z-index: -1;
}

.team-single-box {
  padding: 30px 30px 32px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
  text-align: center;
  position: relative;
  z-index: 1;
}

.team-single-box::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 0;
  height: 0;
  z-index: 2;
  opacity: 0;
  border-top: 2px solid var(--secondary-color);
  border-left: 2px solid var(--secondary-color);
  transition: all linear 0.5s;
}

.team-single-box::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 0;
  height: 0;
  z-index: 2;
  opacity: 0;
  border-bottom: 2px solid var(--secondary-color);
  border-right: 2px solid var(--secondary-color);
  transition: all linear 0.5s;
}

.team-single-box:hover:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 20px;
}

.team-single-box:hover:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 20px;
}

.team-thumb {
  position: relative;
  z-index: 21;
}

.team-thumb img {
  border-radius: 25px;
  width: 100%;
}

.team-thumb:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  transition: 0.5s;
  border-radius: 20px;
  background-image: linear-gradient(
    0deg,
    rgba(0, 125, 255, 0.8999999999999999) 0%,
    rgba(0, 125, 255, 0.9999999999999999) 20%,
    rgba(0, 125, 255, 0) 50%,
    rgba(0, 125, 255, 0) 100%
  );
}

.social-icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}

.social-icon ul li {
  display: inline-block;
  padding-right: 9px;
  list-style: none;
}

.social-icon ul li i {
  width: 42px;
  line-height: 42px;
  height: 42px;
  border-radius: 21px;
  background-color: #ffffff;
  color: var(--primary-color);
  transition: 0.5s;
}

.team-thumb img {
  border-radius: 25px;
}

.team-content h5 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 26px 0 0;
}

.team-content h2 {
  font-size: 25px;
  color: #000D44;
  font-weight: 600;
}

.team-single-box:hover .social-icon {
  bottom: 35px;
  opacity: 1;
}

.team-single-box:hover .team-thumb:after {
  height: 100%;
}

/* Swiper */

.team-section .swiper {
  padding-top: 50px;
  padding-bottom: 80px;
}
.style-2 .swiper-slide {
  background-position: center;
  background-size: cover;
}

.style-2 .swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 11px)
  ) !important;
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 11px)
  ) !important;
}

/* Swiper Active Hover */

.swiper-slide.swiper-slide-active .team-single-box .team-thumb:after {
  height: 100%;
}

.swiper-slide.swiper-slide-active .team-single-box::before {
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 20px;
}

.swiper-slide.swiper-slide-active .team-single-box::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 20px;
}

.swiper-slide.swiper-slide-active .team-single-box .social-icon {
  bottom: 35px;
  opacity: 1;
}

/* Team Style 2 */

.upp.style-2 .team-single-box2 {
  margin-bottom: 30px;
}

.upp.style-2 .team-thumb:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-image: linear-gradient(
    127deg,
    rgba(0, 125, 255, 0.9999999999999999) 0%,
    rgba(0, 125, 255, 0.9999999999999999) 20%,
    rgba(0, 125, 255, 0) 50%,
    rgba(0, 125, 255, 0) 100%
  );
  width: 100%;
  height: 0;
  border-radius: 20px;
  transition: 0.5s;
}

.upp.style-2 .team-content {
  padding: 16px 0 65px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
  border-radius: 20px;
  margin-bottom: -34px;
}

.upp.style-2 .team-content h2 {
  font-size: 26px;
  font-weight: 700;
}

.upp.style-2 .team-content h5 {
  font-size: 15px;
  font-weight: 400;
  padding: 0;
  margin-top: 6px;
}

/*thumb icon*/
.social-icon2 {
  position: absolute;
  top: 50px;
  left: 25px;
  right: 0;
  opacity: 0;
}

.social-icon2 ul li {
  display: block;
  margin-right: 3px;
  list-style: none;
}
.social-icon2 ul li:nth-child(1) a {
  transition-delay: 0.1s;
}
.social-icon2 ul li:nth-child(2) a {
  transition-delay: 0.3s;
}
.social-icon2 ul li:nth-child(3) a {
  transition-delay: 0.4s;
}
.social-icon2 ul li:nth-child(4) a {
  transition-delay: 0.6s;
}
.social-icon2 ul li a {
  width: 37px;
  height: 37px;
  line-height: 37px;
  border-radius: 19px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
  text-align: center;
  display: inline-block;
  transition-delay: 0.5s;
  overflow: hidden;
  transform: translateY(-100px);
  opacity: 0;
  position: relative;
  z-index: 1;
  color: var(--primary-color);
}
.social-icon2 ul li a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #0d71ff;
  transform: scale(0);
  transition: 0.5s;
}
.social-icon2 ul li a i {
  transition: 0.5s;
  color: #000;
}

/*all Team hover*/

.upp.style-2 .team-single-box2:hover .social-icon2 {
  top: 25px;
  opacity: 1;
}

.upp.style-2 .team-single-box2:hover .social-icon2 ul li a {
  opacity: 1;
  transform: translateY(0px);
  overflow: hidden;
  visibility: visible;
}

.social-icon2 ul li a:hover i {
  color: #fff;
}

.social-icon2 ul li a:hover:before {
  transform: scale(1);
}

.upp.style-2 .team-single-box2:hover .team-thumb:before {
  height: 100%;
}

.upp.style-2.team-section .healtip-shape {
  position: absolute;
  right: 0;
  text-align: right;
  z-index: -1;
}

/*
<!-- ============================================================== -->
<!-- Start healtip Blog Section-->
<!-- ============================================================== -->*/

.blog-section {
  padding: 110px 0 80px;
  background: #fff;
}

.style-0.blog-section {
  padding: 0px 0 90px;
  background: transparent;
}

.blog-single-box {
  position: relative;
  margin-bottom: 30px;
}

.blog-thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.blog-section .blog-single-box .blog-thumb img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-section .blog-single-box .blog-thumb img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.blog-section .blog-single-box:hover .blog-thumb img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
.blog-section .blog-single-box:hover .blog-thumb img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.blog-thumb .healtip-hover-box {
  background-color: rgba(0, 17, 112, 0.3);
  z-index: 1;
}

.blog-thumb img {
  border-radius: 30px;
  width: 100%;
}

.blog-content {
  padding: 23px 42px 0 0;
}

.blogs-category ul li {
  font-size: 16px;
  color: #0d71ff;
  display: inline-block;
  margin: 0 20px 0 24px;
  position: relative;
  z-index: 1;
}

.blogs-category ul li:before {
  position: absolute;
  content: "";
  top: 7px;
  left: -23px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: rgba(0, 126, 255, 0.2);
}

.blog-title h2 a {
  font-size: 23px;
  color: #000D44;
  font-weight: 600;
  line-height: 30px;
  display: inline-block;
  padding: 4px 0 0;
  transition: 0.5s;
}

.blog-title h2 a:hover {
  color: var(--secondary-color);
}

.blog-single-box:hover .healtip-hover-box {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.blog-thumb .hover-bx {
  border-radius: 30px 0 0px 30px;
}

.blog-thumb .hover-bx4 {
  border-radius: 0px 30px 30px 0px;
}

/* Blog Style 2 */

.blog-section.style-2 {
  padding: 110px 0 90px;
  background: transparent;
}

.style-2 .blog-single-box {
  padding: 25px 25px 35px;
  background-color: rgba(243, 248, 253, 0.30196078431372547);
  border: 2px solid #ffffff;
  margin-bottom: 30px;
  border-radius: 15px;
}

.style-2 .blog-thumb img {
  border-radius: 15px;
}

.style-2 .healtip-button a {
  padding: 10px 25px;
  font-size: 17px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
  margin-top: 30px;
  transition: 0.5s;
}

.style-2 .blog-thumb .hover-bx {
  border-radius: 15px 0 0px 15px;
}

.style-2 .blog-thumb .hover-bx4 {
  border-radius: 0px 15px 15px 0px;
}

.style-2 .blog-single-box:hover .healtip-btn .healtip-btn__hover {
  height: 100%;
}

.style-2 .blog-single-box:hover .healtip-button a {
  border: 2px solid var(--primary-color);
  color: #fff;
}

/* Blog Details */

.search-bx {
  position: relative;
  z-index: 1;
  padding: 0 0 10px;
}

.search-bx input {
  padding: 10px 30px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
}

.search-bx button.subscribe-btn {
  height: 50px;
  width: 50px;
  border: 0;
  border-radius: 50%;
  background: var(--secondary-color);
  color: #fff;
  position: absolute;
  right: 8px;
  top: 5px;
}


/*
<!-- ============================================================== -->
<!-- Start healtip Subcribe Section-->
<!-- ============================================================== -->*/

.healtip-subscribe {
  background: url(../images/resource/sbcribe-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0 60px;
}

.subscribe-content {
  display: flex;
  align-items: center;
}

.subscribe-icon {
  font-size: 51px;
  width: 120px;
  height: 120px;
  line-height: 110px;
  border-radius: 60px;
  text-align: center;
  background-color: #ffffff;
  display: inline-block;
  padding: 0 33px;
}

.subscribe-title h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  padding-left: 30px;
  color: #fff;
  margin: 0;
}

/*
<!-- ============================================================== -->
<!-- Start healtip Footer Section-->
<!-- ============================================================== -->*/

.footer-section {
  padding: 100px 0 100px;
  background: var(--primary-color);
  position: relative;
  z-index: 1;
}

.company-logo img {
  filter: brightness(5);
}

.company-info-desc p {
  padding: 52px 0 10px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 26px;
}

.subscribe_form {
  position: relative;
}

.subscribe_form input {
  width: 100%;
  height: 60px;
  padding: 0 0px;
  outline: 0;
  display: inline-block;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  font-weight: 500;
  color: #fff;
  transition: 0.5s;
}

.subscribe_form input:hover {
  padding: 0 15px 0 15px;
  border-radius: 3px;
}
.subscribe_form input::placeholder {
  font-size: 18px;
  color: #97a9bf;
}

.subscribe_form button {
  font-size: 24px;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  top: 14px;
  display: inline-block;
  border: 0;
  background: transparent;
  transition: 0.5s;
}

.subscribe_form:hover button {
  right: 14px;
}

.subscribe_form input:focus,
button:focus {
  outline-color: var(--secondary-color);
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
}

/* widget */

h4.widget-title {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  padding: 0 0 22px;
}

/*footer menu*/
.menu-quick-link-content {
  padding: 10px 0 0;
}

ul.footer-menu li {
  display: block;
  list-style: none;
  margin-bottom: 16px;
}

ul.footer-menu li a {
  font-weight: 500;
  color: #fff;
  display: inline-block;
  transition: 0.5s;
}

ul.footer-menu li a:hover {
  color: #000D44;
}

.place-location p {
  font-size: 16px;
  color: #fff;
  opacity: .8;
  font-weight: 500;
  padding: 10px 0 0;
}

.healtip-info h5 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 11px 0 6px;
}

.healtip-info p {
  font-size: 16px;
  color: #fff;
  opacity: .8;
  font-weight: 500;
}
.healtip-company-desc p{
  font-size: 16px;
  color: #fff;
  opacity: .8;
  font-weight: 500;
}
.footer-btm {
    margin-top: 60px;
}

/*=============================================
  Search Popup
===============================================
***/

.search-box-btn i {
  display: inline-block;
  color: var(--primary-color);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.5s;
  background: #d7e8fc;
}

.style-2 .search-box-btn i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: rgba(215, 231, 251, 0);
  border: 1px solid #002570;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.search-popup {
  width: 100%;
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--primary-color);
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 500ms ease;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.search-popup .close-search:before {
  position: absolute;
  content: "";
  left: -6px;
  top: -5px;
  border-bottom: 5px solid #ffffff;
  border-top: 5px solid var(--secondary-color);
  border-right: 5px solid #fff;
  border-left: 5px solid var(--secondary-color);
  height: 74px;
  width: 76px;
  border-radius: 50%;
  animation: spin 10s infinite alternate linear,
    glow 5s infinite alternate linear;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
}
.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 22px;
  color: var(--primary-color);
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  border: none;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000;
}
.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .style-two.close-search:before {
  position: inherit;
  border: 0;
}

.flaticon-multiply:before {
  content: inherit;
}
button.close-search i {
  font-size: 25px;
  color: #fff;
  display: inline-block;
}
span.flaticon-multiply i {
  display: inline-block;
  color: var(--secondary-color);
}

/* Spin Animation */

@keyframes spin {
  0% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/*
<!-- ============================================================== -->
<!-- Start Breatcome Secttion -->
<!-- ============================================================== -->*/

.breatcome-section {
  background-color: #0d71ff;
  height: 420px;
  margin-top: 100px;
}

.breatcome-content h1 {
  font-size: 45px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
}

ul.breatcome-item li {
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  padding: 10px 0 0;
}

ul.breatcome-item li a {
  color: #fff;
  transition: 0.5s;
  padding: 0 26px 0 0;
  position: relative;
  z-index: 1;
}

ul.breatcome-item li a:before {
  position: absolute;
  content: "/";
  right: 7px;
  top: -3px;
}

ul.breatcome-item li a:hover {
  color: var(--secondary-color);
}

/* Blog Details */

.healtip-section {
    position: relative;
    padding: 100px 0;
}
.healtip-thumb {
    overflow: hidden;
    border-radius: 20px;
}
.healtip-title h2 {
    font-size: 32px;
    color: #000D44;
    margin: 25px 0 15px;
}
.search-bx {
  position: relative;
  z-index: 1;
  padding: 0 0 10px;
}
.search-bx input {
  padding: 10px 30px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
}

.search-bx button.subscribe-btn {
  height: 50px;
  width: 50px;
  border: 0;
  border-radius: 50%;
  background: var(--secondary-color);
  color: #fff;
  position: absolute;
  right: 8px;
  top: 5px;
}

/* Category Box */

.healtip-category-items {
  margin-bottom: 40px;
}

.category-content {
  padding-left: 20px;
}

.category-content h4 {
  margin: 0;
}

.category-content h4 a {
  font-size: 18px;
  color: #000D44;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
  transition: 0.5s;
}

.category-content h6 {
  font-size: 15px;
  font-weight: 400;
  margin: 9px 0 0;
}

.category-content h4 a:hover {
  color: var(--secondary-color);
}

.healtip-category-items.upp {
  margin: 0 0 15px;
}

.post-content.upp {
  border: 0;
}

.healtip-category-box {
    padding: 20px 35px 24px;
    border-radius: 20px;
    background-color: rgba(243, 248, 253, 0.30196078431372547);
    border: 2px solid #ffffff;
    margin-bottom: 30px;
}
h3.category-title {
    font-size: 28px;
    color: #000D44;
    font-weight: 600;
    padding: 0px 0 14px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    display: inline-block;
}
h3.category-title:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #0c5adb;
    transition: 0.5s;
}
h3.category-title:hover:before {
    width: 100%;
}
ul.healtip-service {
    list-style: none;
}
ul.healtip-service li {
    padding: 13px 24px 13px;
    height: 56px;
    display: block;
    list-style: none;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    margin: 0 0 15px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
ul.healtip-service li:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #000D44;
    transition: 0.5s;
    border-radius: 5px;
}
ul.healtip-service li a {
    font-size: 15px;
    color: #65677a;
    transition: 0.5s;
}
ul.healtip-service li a i {
    padding: 0 12px 0 0;
    font-size: 17px;
    display: inline-block;
    color: var(--secondary-color);
    transition: 0.5s;
}
ul.healtip-service li:hover:before {
    width: 100%;
    left: 0;
}
ul.healtip-service li:hover a {
   color: #fff;
}

.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background-color: var(--theme-color2);
    z-index: 100;
    display: none;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

