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

    [Master Stylesheet]

    Project:    Madula
    
    Version:    1.1

-----------------------------------------------------------------------------------

    [Table of contents]
    
        01. root
        02. navbar 
        03. two-bar
        04. mobile-nav
        05. Search Popup
        06. location
        07. Go To Top
        08. btn
        09. hero-section
        10. ul shaps
        11. heading
        12. services
        13. services-slider
        14. hover-img
        15. list-style
        16. about-text
        17. circle progressbar
        18. marquee
        19. project-style
        20. choose-us
        21. heading.two
        22. section-pricing
        23. ul.star
        24. review
        25. blog-one-style
        26. footer one
        27. subscribe
        28. social-icon
        29. footer-link
        30. contact-footer
        31. copyright
        32. header 2
        33. header two top-bar
        34. hero-style-two
        35. services-two
        36. section-about-two
        37. progress-bar
        38. portfolio-section
        39. btn-center
        40. appiontment form
        41. appiontment-img
        42. emergency-call
        43. team-text
        44. review-two
        45. blog-two-style
        46. footer two
        47. instagram-img
        48. skill-focus
        49. white_content
        50. hero three
        51. image-slider
        52. member-connected
        53. dentistry
        54. dental-services
        55. section-about-two
        56. dental-project
        57. working-process
        58. reviewtwo-slider
        59. blog-one-style.two
        60. footer.three
        61. banner
        62. breadcrumb
        63. blog-page
        64. service-page
        65. pricing-page
        66. services-details
        67. sidebar
        68. search-hare
        69. services-list
        70. services-details
        71. accordion
        72. stap-pagination
        73. project-details
        74. blog-details-page
        75. quotes
        76. tags-hare
        77. blog-comment
        78. blog-heading
        79. appiontment.contact-form
        80. contact-information
        81. map
        82. pagination
        83. mu-services-section
        84. mu-hero-section
        85. mu-appointment
        86. mu-shaps
        87. mu-progress
        88. mu-about-img
        89. service-24-7
        90. mu-our-project
        91. mu-accordion9
        92. img-hover
        93. mu-team-text
        94. brand-slide-2
        95. paga-content-info
        96. mu-appiontment
        97. pricing-card
        98. month-yearly-tab
        99. mu-list-style
        100. doctor-skill
        101. working-ratting
        102. mu-blog-one-style
        103. mu-subscribe
        104. mu-footer-bottom
        105. mu-footer-instagram
        106. mu-all-rights-text
        107. img-comp-slider
        108. before-after
        109. skin-care-img
        110. vip-customer
        111. specialoffer
        112. pricing-card-two
        113. team-style-3
        114. product-card
        115. gallery-tabs
        116. mu-quate-two
        117. mu-quate-two-slide
        118. header.mu-two
        119. mu-hero-two-text
        120. mu-footer-two
        121. header-three
        122. mu-hero-three
        123. psychology-about
        124. mu-service-three
        125. progress-stap-num
        126. three-team
        127. book-session
        128. customer-services
        129. testimonials
        130. mu-blog-one-style.blog-three
        131. footer-top-three
        132. pricing-table-three
        133. psychology-about-style
        134. transition time


-----------------------------------------------------------------------------------*/
 
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&amp;display=swap');

/* 01. root */
:root {
  --theme-colour: #eaa25a;
  --common-colour: #021935;
  --theme-colour2: #306d80;
  --common-colour2: #0B0B38;
  --theme-color3: #F6C5AE;
  --common-color3: #341818;
  --common-font: "Sora";
  --theme-color4: #B9DAE9;
}


body,html {
    font-family: "Urbanist" ; 
    overflow-x: hidden ;
}
p { 
    font-size: 16px;
    line-height: 30px;
    color: #646464;
    margin: 0;
    font-weight: 400;
}
*{
    margin: 0;
    padding: 0;
}
figure {
    margin-bottom: 0;
}
a,h1,h2,h3,h4,h5,h6{ 
    margin: 0;
    color: var(--common-colour);
    font-family: var(--common-font);
} 
 h1,h2,h3,h4,h5,h6{  
    font-family: var(--common-font);
} 
a { 
    margin: 0; 
} 
a{
    text-decoration: none;
}
ul{
    padding: 0;
    margin: 0;
}
li{ 
    display: block;

}
figure {
    overflow: hidden;
}
.gap {
    padding-top: 60px;
    padding-bottom: 60px;
}
.no-top {
    padding-top: 0;
}
.no-bottom {
    padding-bottom: 0;
} 
/* 02. navbar */
header {
    position: absolute;
    width: 100%;
    z-index: 211; 
}   
header .navbar {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    padding: 0;
}
header .navbar-logo {
  color: #ff3f34;
  text-decoration: none;
  font-size: 25px;
  padding: 0px 20px;
}
header .navbar-links {
  list-style-type: none;
  display: flex;
}
header .navbar-links li:not(:last-child) {
    padding-right: 42px;
}
header .navbar-links li a {
    display: block;
    text-decoration: none;
    color: #707070;
    transition: 0.4s all;
    padding-bottom: 10px;
    padding-top: 10px;
}
header .navbar-links li.navbar-dropdown {
  position: relative;
}
header .navbar-links li.navbar-dropdown:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translatey(0px);
    z-index: 1111;
}
header .navbar-links li.navbar-dropdown:hover .sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    border-left: 3px solid var(--theme-colour);
    opacity: 0;
    top: 20%;
}
header li.sub-menu-item-children:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    z-index: 1;
    right: 31px;
    background-color: black;
    clip-path: polygon(68% 50%, 0 0, 0 100%);
    top: 44%;
}
header .navbar-links li.navbar-dropdown .sub-menu li:hover .sub-menu {
    opacity: 1;
}
header .navbar-links li.navbar-dropdown .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translatey(10px);
    left: 0;
    width: 230px;
    box-shadow: 0px 10px 10px 3px hsl(0deg 0% 0% / 16%);
    z-index: 111;
    transition: 0.4s all;
    background-color: #fff;
}
header .navbar-links li.navbar-dropdown .sub-menu a {
    font-size: 16px;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 500;
    border: 0;
    position: relative;
    text-transform: capitalize;
    color: #000;
    background-color: #FFF;
}
header .navbar-links li.navbar-dropdown .sub-menu li a:hover {
    color: var(--theme-colour);
}
header .navbar-links li.navbar-dropdown .sub-menu li {
    position: relative;
}
header .navbar-links li.navbar-dropdown .sub-menu li:before {
    content: "";
    z-index: 11;
    position: absolute;
    height: 1px;
    background-color: #58585829;
    width: 75%;
    bottom: 0;
    left: 25px;
}
header li.menu-item-children > a:before {
    content: "";
    background-image: url(../img/down-arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 28px;
    width: 8px;
    height: 8px;
}
header .navbar-links li:hover > a {
    border-bottom: 5px solid var(--theme-colour);
}
header .navbar-links li > a {
    border-bottom: 5px solid transparent;
    color: var(--common-colour);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
} 
header nav.navbar ul.sub-menu li {
    padding: 0;
}  
/* 03. two-bar */
header .two-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 12px;
}
header .logo {
    z-index: 1;
}
header .header-search i{
    color: #fff;
    font-size: 20px;
    margin-right: 16px;
}
.header-menu-right {
    display: flex;
    align-items: center;
}  
.header-menu-right svg {
    width: 20px;
    fill: #000000;
    height: auto;
} 
/* 04. mobile-nav */
header .mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background-color: #fff;
    padding: 50px 40px 15px;
    z-index: 5;
    transition: 0.45s ease-in-out;
    transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
    -moz-transform: translateX(-101%);
    -o-transform: translateX(-101%);
    overflow-y: auto;
}
header .mobile-nav ul li a svg {
    width: 11px;
}
header .for #nav-icon4{
  color: black;   
}
header #nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
  top: 13px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.responsive-bar {
    display: none;
}
#nav-icon4 span:nth-child(3) {
  top: 25px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
} 
#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
} 
#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 35px;
  left: 8px;
} 
i#nav-icon4 {
    display: none;
}
#nav-icon4 {
  width: 40px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
  font-size: 25px;
  color: white;
}

#nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.mobile-nav > ul > li.menu-item-has-children:before {
    color: #fff;
    position: absolute;
    top: 17px;
    right: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 11px;
}
.mobile-nav > ul > li.menu-item-has-children.active:before {
    transform: rotate(0deg);
    color: var(--theme-colour);
}
.mobile-nav > ul > li {
    position: relative;
    border-bottom: 0px solid #d4d4d4;
    padding: 10px 0;
    display: block;
}
.mobile-nav > ul > li:not(:last-child) {
    border-bottom: 1px solid #8f8f8f69;
}
.mobile-nav > ul li > a {
    font-size: 14px;
    line-height: 26px;
    text-transform: capitalize;
    color: #000000;
}
.mobile-nav > ul > li > a {
}
.mobile-nav > ul > li.menu-item-has-children > ul.sub-menu {
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 5px;
    position: absolute;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translatey(15px);
    -webkit-transform: translatey(15px);
    -moz-transform: translatey(15px);
    -o-transform: translatey(15px);
    border-top: 1px solid #5b5b5b;
    margin-top: 8px;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li {
    padding: 5px 0;
    position: relative;
}
.res-log img {
    width: auto;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li:after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 19px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -18px;
    background-color: var(--theme-colour);
}
.mobile-nav ul > li.menu-item-has-children:before {
    content: "";
    background-image: url(../img/down-arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    right: 0;
    width: 10px;
    height: 10px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.mobile-nav > ul li.menu-item-has-children.active ul.sub-menu li:before {
    top: 12px;
    background-color: transparent;
    left: auto;
    content: "";
    position: absolute;
    transform: rotate(0deg);
}
.mobile-nav > ul  li.menu-item-has-children  ul.sub-menu {
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 5px;
    position: absolute;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(15px);
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -o-transform: translateX(15px);
    border-top: 1px solid #d1d1d1;
    margin-top: 8px;
}
.mobile-nav > ul  li.menu-item-has-children.active > ul.sub-menu{
    position: relative;
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transition-delay: 0.1s;
}
.res-log {
    margin-bottom: 30px;
}
.res-rights p{
    color: #d6d6d6;
    font-weight: bold;
    letter-spacing: 5px;
    margin-top: 30px;
}

.mobile-nav.open {
    transform: translateX(0) !important;
    z-index: 33333333;
    box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
-webkit-box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
}
li.menu-item-has-children.active {
    background-color: transparent;
}
.mobile-nav a#res-cross:before {
    content: "\f057";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 20px;
    color: var(--common-colour);
    font-size: 28px;
}
#mobile-menu i {
    color: #fff;
    background-color: transparent;
    font-size: 24px;
}
#mobile-menu {
    z-index: 1;
    display: none;
}
.responsive-bar-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
#mobile-menu i {
    margin-right: 20px;
    font-size: 26px;
}
.bottom-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    flex-wrap: wrap;
}
 
/* 05. Search Popup */
.search-popup{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: #5454ffd9;
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}
.search-popup{
    width: 100%;
}
.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}
.search-popup .close-search {
    top: 6%;
    position: absolute;
    left: 94%;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
    background-color: #021935;
    width: 50px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    -webkit-transition: all 500ms ease;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border: 0;
}
.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-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;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
.search-popup .form-group{
    position:relative;
    margin:0px; 
    overflow: hidden;
}
.checkbox-flex {
    display: flex;
}
.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;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
    outline: none;
    border: 0;
}
.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: 24px;
    color:var(--common-colour);
    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-box-btn {
    display: inline-block;
    padding-left: 22px;
}
.search-box-btn i {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    transition: .5s;
}
.upp.search-box-btn i {
    color: #9E9FA1;
}
.search-box-btn.search-box-outer span i {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    padding-left: 17px;
    position: relative;
    z-index: 1;
} 
.upp.search-box-btn.search-box-outer span i {
    color: #9E9FA1;
} 
.search-box-btn.search-box-outer span i:after {
    position: absolute;
    content: "0";
    right: -10px;
    top: -4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #ED1C24;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
} 
button.close-search i {
    font-size: 18px;
    color: #fff;
    display: inline-block;
}
span.flaticon-multiply i {
    display: inline-block;
    color: #ED1C24;
}
.header-search {
    display: flex;
    align-items: center;
}
.header-search-button.search-box-outer a {
    padding-right: 7px;
    border: 1px solid #D8D8D8;
    margin-right: 17px;
    padding-right: 17px;
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50%;
    color: #000;
    align-items: center;
    justify-content: center;
    padding: 0;
} 
.btn i {
    margin-left: 13px;
    font-size: 16px;
} 
.header-search-button.search-box-outer a:hover {
    background-color: var(--theme-colour);
    color: #FFF;
    border-color: var(--theme-colour);
}
.header-search-button.search-box-outer a:hover svg {
    fill: #fff;
}
.top-bar {
    border-bottom: 1px solid #CFCFCF;
    padding-bottom: 20px;
    padding-top: 20px;
} 
.top-bar-style {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top-left {
    display: flex;
    align-items: center;
} 
.header-top-left h3 {
    font-size: 16px;
    color: var(--common-colour2);
    font-weight: 400;
    border-right: 1px solid #DFDFDF;
    padding-right: 30px;
    margin-right: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
} 
.header-top-left h3 span {
    color: #89899F;
} 
.header-time span {
    color: var(--common-colour2);
} 
.header-time span i {
    padding-right: 10px;
    font-size: 18px;
    color: #5454ff;
}
header.mu {
    position: relative; 
    padding-bottom: 15px;
} 
.login {
    display: flex;
    justify-content: space-between;
    gap: 4px;
}
.login a {
    text-transform: capitalize;
}
.login a:hover {
    color: var(--theme-colour2);
}
/* 06. location */
.location svg {
    width: 30px;
    fill: white;
    height: auto;
}
/*=======================
   79. Preloader
=======================*/
 .preloader {
    background-color: var(--theme-colour);
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999999999999999999;
    right: 0;
    bottom: 0;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.preloader {
    bottom: 0%;
}
.page-loaded .preloader {
     bottom: -100%; 
}
 #loader:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 35px auto 0;
  color: #FFF;
  font-weight: 600;
  font-size: 14px; 
  letter-spacing: 2px;
  text-transform: uppercase;
  content: "Loading";
  -webkit-transition: none;
  transition: none;
}
#loader:after {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -38px;
    height: 70px;
    width: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: fa-spin 10s infinite linear;
    animation: fa-spin 10s infinite linear;
    background-image: url(../img/preloader.png);
    content: "";
}
/* 07. Go To Top */
 #scroll-percentage {
     position: absolute;
     box-shadow: 0px 0px 20px 0px rgba(184, 184, 184, 0.75);
     height: 60px;
     width: 60px;
     background-color: var(--common-colour);
     border-radius: 50%;
     position: fixed;
     bottom: 30px;
     right: 30px;
     transform: scale(0);
     display: grid;
     place-items: center;
     cursor: pointer;
     visibility: hidden;
     opacity: 0;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
     z-index: 1011; 
 }

 #scroll-percentage.active {
     bottom: 30px;
     transform: scale(1);
     opacity: 1;
     visibility: visible;
     animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
     transition: 0.3s; 
 } 
 #scroll-percentage-value {
     height: calc(100% - 6px);
     width: calc(100% - 6px);
     background-color: #fff;
     color: #000;
     border-radius: 50%;
     display: grid;
     place-items: center;
     font-size: 14px;
     font-weight: 600;
 } 
 #scroll-percentage-value i {
     font-size: 20px;
 } 
 @keyframes scrollToTop {
     0% {
         -webkit-transform: translate3d(0, 80%, 0);
         transform: translate3d(0, 80%, 0);
         visibility: visible
     }

     to {
         -webkit-transform: translateZ(0);
         transform: translateZ(0)
     }
 } 
 @keyframes wobble-vertical {
     16.65% {
         transform: translateY(8px);
     }

     33.3% {
         transform: translateY(-6px);
     }

     49.95% {
         transform: translateY(4px);
     }

     66.6% {
         transform: translateY(-2px);
     }

     83.25% {
         transform: translateY(1px);
     }

     100% {
         transform: translateY(0);
     }
 }  
.btn i {
    margin-left: 13px;
    font-size: 16px;
} 
.btn:hover i {transform: translateX(14px);display: inline-block;}

.btn i {
    display: inline-block;
}

.btn{
 outline: none;
 cursor: pointer;
 border: none;
 padding: 17px 30px;
 margin: 0;
 position: relative;
 display: inline-block;
 text-transform: capitalize;
 font-weight: 700;
 font-size: 15px;
 border-radius: 500px;
 overflow: hidden;
 background-color: var(--common-colour2);
 color: #ffffff;
} 
.btn span {
 position: relative;
 z-index: 10;
 transition: color 0.4s;
} 
.btn::before,
.btn::after {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 0;
} 
.btn::before {
 content: "";
 background-color: var(--theme-colour2);
 width: 120%;
 left: -10%;
 transform: skew(30deg);
 transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
} 
.btn:hover::before {
 transform: translate3d(100%, 0, 0);
} 
/* 09. hero-section */  
.hero-section {
    background-color: #F4F4FF;
    padding-top: 100px;
    padding-bottom: 0;
}
ul.experience-team {
    display: flex;
    margin-left: 14px;
} 
.experience {
    display: flex;
    align-items: center;
    gap: 18px;
} 
.counter {
    display: flex;
    gap: 60px;
    padding-top: 50px;
} 
ul.experience-team li img {
    border-radius: 50%; 
} 
ul.experience-team li {
    margin-left: -15px;
} 
ul.experience-team a {
    width: 60px;
    height: 60px;
    background-color: var(--common-colour);
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    border: 2px solid #fff;
} 
ul.experience-team a:hover {
    background-color: var(--theme-colour);
}
.experience h6 {
    font-weight: bold;
    color: var(--common-colour);
    padding-bottom: 3px;
} 
.experience > div span {
    color: var(--common-colour);
}  
.counter h2 {
    font-size: 52px;
    font-weight: bold;
    color: var(--common-colour);
} 
.counter span {
    color: var(--common-colour);
} 
.hero-text > span {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--common-colour);
} 
.hero-text > span i {
    color: #FC4F4F;
    padding-right: 10px;
} 
.hero-text {
    position: relative;
} 
.hero-text img.shaps-3 {
    position: absolute;
    top: 0;
    right: 0;
    animation: bellRing 5s infinite;
}
.hero-text h1 {
    font-size: 82px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: var(--common-font);
} 
.hero-text h1 span {
    color: var(--theme-colour);
}
.hero-text p {
    font-size: 22px;
    line-height: 34px;
    padding-bottom: 45px;
}
.hero-img {
    position: relative;
}
.hero-img img {
    width: 125%;
}
@keyframes bellRing {
  0%,
  100% {
    transform-origin: top;
  } 
  15% {
    transform: rotateZ(10deg);
  } 
  30% {
    transform: rotateZ(-10deg);
  } 
  45% {
    transform: rotateZ(5deg);
  } 
  60% {
    transform: rotateZ(-5deg);
  } 
  75% {
    transform: rotateZ(2deg);
  }
} 
/* 10. ul shaps */
ul.shaps li {
    position: absolute; 
}
ul.shaps li:nth-child(1) {
    top: 24%;
    left: 10%;
    bottom: auto;
    animation: topshap 3s infinite;
}
ul.shaps li:nth-child(2) {
    top: 37%;
    right: -20%;
    bottom: auto;
    animation: topshap 6s infinite;
}
ul.shaps li:nth-child(3) {
    top: 6%;
    right: 6%; 
}
ul.shaps li:nth-child(4) {
    right: -33%;
    bottom: 21%; 
}
ul.shaps li:nth-child(5) {
    top: 76%;
    left: -15%;
}   
ul.shaps li:nth-child(3) img,
ul.shaps li:nth-child(4) img,
ul.shaps li:nth-child(5) img {
    animation: fa-spin 10s infinite linear; 
}

/* 11. heading */
.heading span {
    font-weight: bold;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 22px;
    color: #eaa25a;
    font-family: 'Sora';
    padding-bottom: 6px;
    display: block;
}
.heading h2 {
    font-size: 50px;
    font-weight: 600; 
} 
.heading {
    padding-bottom: 50px;
    width: fit-content;
}
/* 12. services */
.services h4 a {
    font-size: 21px;
    font-weight: bold; 
    font-family: var(--common-font);
}
.services {
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    padding: 40px;
    position: relative;
    margin: 15px;
} 
.services:before {
    width: 100%;
    height: 0%;
    background-color: var(--theme-colour);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0; 
}
.services:hover:before {
    height: 100%;
}
.services > i {
    background-color: #F05DA8;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    margin-bottom: 25px;
    position: relative;
    padding: 15px;
    box-shadow: 0px 0px 24px 0px rgba(240,93,168,0.4);
-webkit-box-shadow: 0px 0px 24px 0px rgba(240,93,168,0.4);
-moz-box-shadow: 0px 0px 24px 0px rgba(240,93,168,0.4);
}
.services p {
    padding-top: 10px;
    padding-bottom: 20px;
    position: relative;
} 
.services a {
    font-weight: bold;position: relative;
} 
.services a i {
    margin-left: 12px;
    position: relative;
}
.services svg {
    stroke: #ffffff; 
    position: relative;
} 
.services:hover a,.services:hover p {
    color: #fff;
} 
.services:hover > i {
    background-color: #fff !important;
} 
.services:hover i svg {
    stroke: var(--common-colour);
    transform: rotate3d(1, 1, 1, 360deg);
} 
.services:hover a i {
    background-color: transparent;
}
.services.two > i {
    background-color: #69b741;
    box-shadow: 0px 0px 24px 0px rgba(105,183,65,0.4);
-webkit-box-shadow: 0px 0px 24px 0px rgba(105,183,65,0.4);
-moz-box-shadow: 0px 0px 24px 0px rgba(105,183,65,0.4);
}
.services.three > i {
    background-color: #58CBF2;
    box-shadow: 0px 0px 24px 0px rgba(88,203,242,0.4);
-webkit-box-shadow: 0px 0px 24px 0px rgba(88,203,242,0.4);
-moz-box-shadow: 0px 0px 24px 0px rgba(88,203,242,0.4);
}
.services.for > i {
    background-color: #9B52E1;
    box-shadow: 0px 0px 24px 0px rgba(155,82,225,0.4);
-webkit-box-shadow: 0px 0px 24px 0px rgba(155,82,225,0.4);
-moz-box-shadow: 0px 0px 24px 0px rgba(155,82,225,0.4);
}
/* 13. services-slider */
.swiper.services-slider {
    margin-left: -100px;
    margin-right: -100px;
    margin-top: -110px;
    padding-top: 110px;
}
.services-slider .swiper-button {
    position: absolute;
    top: 0px;
    width: 130px;
    right: 10%;
    /* background-color: #fff0bd; */
    display: block;
    height: 60px;
    z-index: 11;
    border-radius: 51px;
    z-index: 1111111;
} 
.services-slider.swiper-button-prev:after,.services-slider .swiper-button-next:after {
    display: none;
} 
.services-slider .swiper-pagination {
    left: 86%;
    position: absolute;
    width: 100px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.services-slider .swiper-button-prev,
.services-slider .swiper-button-next { 
    width: 50px;
    height: 50px;
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    color: var(--common-colour);
} 
.services-slider .swiper-button-prev:hover,
.services-slider .swiper-button-next:hover {
     color: #fff;
     background-color: var(--theme-colour);
     color: #f9f9f9;
     border-color:transparent;
}
/* 14. hover-img */
.hover-img:hover img {
   transform: scale(1.1) rotate(3deg);
}
.hover-img img {
    width: 100%;
}
.heading p {
    border-left: 3px solid #eaa25a;
    padding-left: 27px; 
    margin-top: 25px;
} 
/* 15. list-style */
ul.list-style {
    padding-top: 20px;
    padding-bottom: 34px;
} 
p{margin-bottom:15px;}
.list-style-two li{line-height: 40px;}
ul.list-style li {
    padding-bottom: 21px;
    
    padding-left: 20px;
    position: relative;
    color: var(--common-colour);
}
ul.list-style li:before {
    content: "";position: absolute;
    width: 10px;
    height: 10px;
    background-color: #eaa25a;
    border-radius: 50%;
    left: 0;
    top: 8px;
}
/* 16. about-text */
.about-text.heading {
    padding-bottom: 0;
    padding-left: 16px;
}
.about-text.heading h2 {
    font-size: 48px;
}
.about-img {
    width: 100%;
}
.about-text > img {
    margin-left: 30px;
    border-left: 1px solid #D8D8D8;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.about-service > div:hover i  {
  animation: bellRing 3s infinite;
}
/* 17. circle progressbar */
.progressbar {
    display: inline-block;
    width: 150px;
    margin-right: 0px;
}
.circle {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
    position: relative;
    z-index: 1;
} 
.circle div {
    color: var(--common-colour);
    position: absolute;
    top: 44%;
    left: 50%;
    margin: -20px 0 0 -86px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 40px;
    transform: translate(10px, 10px);
    font-weight: bold;
} 
.circle span {
    display: block;
    color: black;
    margin-top: 12px;
}
.progressbar-text h2 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    padding-top: 4px;
} 
.progressbar-text {
    padding-bottom: 17px;
    padding-left: 30px;
}
/* 18. marquee */
.marquee-icon {
    background-color:var(--theme-colour2);
    padding: 20px;
} 
.marquee-content {
    display: flex;
} 
.marquee-item {
    display: flex;
    align-items: center;
} 
.marquee-item h3 {
    font-size: 52px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
.marquee-content {
    animation: scroll-one 40s linear infinite;
} 
@keyframes scroll-one {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
} 
@keyframes scroll-two {
    0% { transform: translateX(0); } 
    100% {  transform: translateX(100%); }
}   
.marquee-content {
    display: flex;
} 
.marquee {
    display: flex;
    overflow: hidden;
    position: relative;
    z-index: 11;
} 
.marquee-icon {
    display: flex;
}
.marquee-item {
    margin-left: 60px;
    width: max-content;
    gap: 30px;
}  
.marquee-text {
    text-align: center;
    padding-top: 60px;
}
.marquee-text p {
    font-size: 18px;
}
.marquee.two .marquee-icon {
    background-color: var(--common-colour);
    transform: rotate(357deg);
} 
.marquee.two {
    margin-top: -70px;
    z-index: 1;
    padding-bottom: 120px;
    margin-left: -10px;
}
.marquee.two .marquee-content {
    animation: scroll-two 40s linear infinite;
} 
.marquee.two .marquee-content.two {
    margin-left: -100%;
}
/* 19. project-style */
.project-style {
    position: relative;
} 
.project-style img {
    width: 100%;
} 
.project-style {
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
} 
.project-text {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 2;
} 
.project-text span {
    color: #fff;
    line-height: 24px;
    background-color: #ffffff26;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 2px;
}  
.project-text h5 a {
    color: #fff;
    font-size: 22px;
    color: #fff;
    line-height: 34px;
    background-color: #ffffff26;
    padding: 15px;
    display: block;
    border-radius: 10px;
    border-top-left-radius: 0;
    padding-top: 3px;
    font-weight: 700;
    padding-bottom: 7px;
} 
.project-style > a {
    position: absolute;
    bottom: -20px;
    right: 20px;
    background-color: var(--common-colour);
    color: #fff;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    border: 5px solid #fff;
    z-index: 11;
} 
.project-style:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(360deg, var(--common-colour), transparent);
    z-index: 1;
}
.project-style:hover span,.project-style:hover h5 a {
    color: var(--common-colour);
    background-color: #fff;
}
.project-style:hover > a {
    background-color: var(--theme-colour);
}
/* 20. choose-us */
.choose-us {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 25px;
} 
.choose-us + .choose-us {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.choose-us i {
    width: 90px;
    height: 90px;
    background-color: #F05DA8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 0px 24px 0px rgba(240,93,168,0.4);
-webkit-box-shadow: 0px 0px 24px 0px rgba(240,93,168,0.4);
-moz-box-shadow: 0px 0px 24px 0px rgba(240,93,168,0.4);
} 
.choose-us i svg {
    width: 90px;
    height: 90px; 
    padding: 20px;
} 
.choose-us h4 {
    font-weight: bold;
    font-size: 32px;
    padding-bottom: 7px;
} 
.choose-us + .choose-us i {
    background-color: #58CBF2;
    box-shadow: 0px 0px 24px 0px rgba(88,203,242,0.4);
-webkit-box-shadow: 0px 0px 24px 0px rgba(88,203,242,0.4);
-moz-box-shadow: 0px 0px 24px 0px rgba(88,203,242,0.4);
} 
.choose-us:hover i svg {
    stroke: var(--common-colour);
    transform: rotate3d(1, 1, 1, 360deg);
}
.choose-img {
    text-align: end;
    margin-right: 40px;
    position: relative;
    margin-top: 50px;
} 
.circle-img {
    position: absolute;
    top: -18%;
    width: 212px;
    height: 212px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
} 
.circle-img img {
    width: 80px;
    height: 80px;
    padding: 17px;
    background-color: #5050f3;
    border-radius: 50%;
} 
.circle-img img.circle {
    position: absolute;
    width: auto;
    background-color: transparent;
    height: auto;
    animation: fa-spin 15s infinite linear;
    border-radius: 0;
}
.choose-img:before {
    content: "";
    position: absolute;
    width: 71%;
    height: 100%;
    background-color: #5050f3;
    left: 38px;
    z-index: -1;
    transform: rotate(5deg);
    top: 13%;
}
.meets-expertise {
    padding-bottom: 200px;
}
/* 21. heading.two */
.heading.two {
    text-align: center;
    margin: auto;
    width: 60%;
} 
.heading.two span {
    padding-bottom: 10px;
    display: block;
    font-family: 'Sora';
    font-weight: 600;
}
/* 22. section-pricing */
.section-pricing {
    position: relative;
    background-color: #F4F4FF;
}
.pricing-plan {
    background-color: #fff;
    padding: 30px;
    position: relative;
    z-index: 11; 
}
.pricing-plan:hover {
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}
.pricing-plan ul.list-style li {
    font-weight: 400;
} 
.pricing-plan ul.list-style li:before {
    background-color: #021833;
    width: 8px;
    height: 8px;
} 
.pricing-plan h5 {
    font-weight: bold;
    padding-bottom: 10px;
} 
.pricing-plan h3 {
    font-size: 52px;
    font-weight: bold;
    padding-bottom: 10px;
} 
.pricing-plan h3 span {
    font-size: 16px;
    padding-left: 6px;
}
 .pricing-plan ul.list-style {
    border-top: 1px solid #D8D8D8;
    padding-top: 26px;
    margin-top: 21px;
    padding-bottom: 30px;
    position: relative;
} 
.pricing-plan ul.list-style:before {
    content: "";
    position: absolute;
    width: 50%;
    background-color: var(--theme-colour);
    top: -1px;
    height: 1px;
}  
.pricing-plan img {
    position: absolute;
    right: 30px;
    top: 30px;
}
.pricing-plan.two {
    background-color: var(--theme-colour);
} 
.pricing-plan.two h5,
.pricing-plan.two > span,
.pricing-plan.two h3,
.pricing-plan.two li {
    color: #fff;
}
.pricing-plan.two ul.list-style li:before {
    background-color: #fff;
} 
.pricing-plan.two ul.list-style:before {
    display: none;
}
.pricing-plan.two .btn {
    border-color: #fff;
}
.pricing-plan.two .btn:hover {
    border-color: transparent;
    background-color: var(--common-colour);
}
.section-pricing ul.shaps li:nth-child(1) {
    top: 16%;
    left: 4%;
}
.section-pricing ul.shaps li:nth-child(2) {
    top: 27%;
    right: 4%;
}
.section-pricing ul.shaps li:nth-child(1) img,
.section-pricing ul.shaps li:nth-child(2) img {
    animation: fa-spin 10s infinite linear;     
}
.section-pricing ul.shaps li:nth-child(3) img,
.section-pricing ul.shaps li:nth-child(4) img {
    animation: fa-spin 20s infinite linear;     
} 
.section-pricing ul.shaps li:nth-child(3) {
    top: auto;
    bottom: 6%;
} .section-pricing ul.shaps li:nth-child(4) {
    top: 24%;
    left: 7%;
} 
/* 23. ul.star */
ul.star li i {
    color: #FFCC4A;
    font-size: 18px;
} 
ul.star li h6 {
    padding-left: 5px;
}
ul.star {
    display: flex;
    font-size: 14px;
    gap: 4px;
    margin-bottom: 10px;
} 
/* 24. review */
.review p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500; 
    padding-bottom: 21px;
} 
.review {
    position: relative; 
}
.review-admin {
    display: flex;
    align-items: center;
    gap: 15px;
} 
.review-admin h5 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 4px;
}
.review img.quotes {
    position: absolute;
    right: 10%;
    bottom: 8px;
    background-color: transparent;
    border: 0;
    padding: 0;
}
.swiper.review-slider {
    position: relative;
} 
.swiper.review-slider:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #bfbfbf;
    left: 50%;
    z-index: -1;
}
.review-slider .swiper-button {
    position: absolute;
    top: 50%;
    width: 78px;
    background-color: #F4F4FF;
    z-index: 1;
    height: 78px;
    border-radius: 50%; 
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
} 
.review-slider .swiper-button i {
    color: #011834;
} 
.review-slider .swiper-button i:hover {
    color: var(--theme-colour);
}
.brand-slide .swiper-slide {
    text-align: center;
}
/* 25. blog-one-style */
.btn-left {
    text-align: right;
}
.blog-one-style h6 a {
    padding: 10px;
    position: absolute;
    font-size: 24px;
    background-color: #fff;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    padding: 19px;
    line-height: 34px;
    font-weight: bold; 
    right: 5%;
    top: 53%;
    box-shadow: 0px 7px 31px -6px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 7px 31px -6px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 7px 31px -6px rgba(0,0,0,0.15);
} 
.blog-one-style:hover h6 a {
    background-color: var(--theme-colour);
    color: #fff;
}
.blog-one-style figure {
    margin-bottom: 20px;
}
.blog-one-style {
    position: relative;
} 
.blog-one-style h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 10px;
} 
.blog-one-style h3 a:hover {
    color: var(--theme-colour);
}
.blog-one-style .admin,.blog-one-style .comment {
    width: fit-content;
    display: inline;
    margin-right: 16px;
} 
.blog-one-style .admin svg, .blog-one-style .comment svg {
    transform: translateY(-2px);
}
.blog-one-style .comment {
     margin-right: 0px;
} 
.blog-one-style .admin a,.blog-one-style .comment a {
    color: #646464;
    display: inline-flex;
    align-items: center;
    gap: 7px;
} 
.blog-one-style .admin a:hover,
.blog-one-style .comment a:hover {
    color: var(--theme-colour);
}
.section-blog {
    position: relative;
}
.section-blog ul.shaps li:nth-child(1) {
    top: 18%;
    left: 5%;
}
.section-blog ul.shaps li:nth-child(1) img,
.section-blog ul.shaps li:nth-child(2) img {
    animation: fa-spin 10s infinite linear;
}
.section-blog ul.shaps li:nth-child(2) {
    top: 92%;
    right: 9%;
}
.body-bg{background: url('../img/body-bg.png') no-repeat center center scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
/* 26. footer one */
footer {
    position: relative;
    background-color: #0e0e0e;
}
/* 27. subscribe */
.subscribe {
    background-color: #eaa25a;
    padding: 50px;
    display: flex;
    align-items: center;
    border-radius: 20px;
} 
.subscribe h2 {
    font-size: 52px;
    font-weight: bold;
    color: #fff;
    line-height: 62px;
} 
.subscribe form { 
    width: 60%; 
} 
.subscribe form input {
    background-color: #fff;
    border: 0;
    width: 100%;
    height: 80px;
    padding-left: 30px;
    outline: none;
    border-radius: 12px;
} 
.subscribe form {
    position: relative;
} 
.subscribe form .btn {
    position: absolute;
    right: 7px;
    top: 11.5px;
    border-radius: 10px;
}
/* 28. social-icon */
ul.social-icon {
    display: flex;
    gap: 10px;
} 
ul.social-icon li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #444;
    border-radius: 50%;
} 
ul.social-icon li:hover a {
    background-color: #4e4eeb;
    color: #fff;
    border-color: transparent;
}
.footre-logo p {
    padding-top: 14px;
    padding-bottom: 30px;
} 
.footer-bottom {
    padding-top: 100px;
    padding-bottom: 100px;
}
/* 29. footer-link */
.footer-link {
    border-left: 1px solid #D8D8D8;
    padding-left: 80px;
    margin-left: 40px;
}
.footer-link h5 {
    font-weight: bold;
    color:#fff;
    font-size: 26px;
    text-transform: capitalize;
    padding-bottom: 18px;
}
ul.footer-link-list li:not(:last-child) {
    padding-bottom: 16px;
}
ul.footer-link-list li a{color: #ccc;}
ul.footer-link-list li a:hover {
    color: #5454fc;
}
/* 30. contact-footer */
.contact-footer ul.footer-link-list li span,
.contact-footer ul.footer-link-list li a{
    font-weight: 700;
     color: #ccc;
    font-family: 'Urbanist';
} 
.contact-footer ul.footer-link-list li h6{color: #aaa;}
.contact-footer ul.footer-link-list li h6 i {
    margin-right: 5px;
} 
.contact-footer ul.footer-link-list li h6 {
    padding-bottom: 6px;
    text-transform: capitalize;
    font-family: 'Urbanist';
}
.footer-link.contact-footer {
    padding-left: 70px;
}
/* 31. copyright */
.copyright {
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #d7d7d7;
} 
.copyright span {
    color: #eaa25a;
} 
.copyright ul {
    display: flex;
    gap: 30px;
} 
.copyright ul a:hover {
    color: #eaa25a;
}
.copyright ul li a {
    color: #646464;
    font-size: 16px;
    font-family: 'Urbanist';
}
/********************* home page 2 ******************/
/* 32. header 2 */
header.two {
    background-color: #fff;
    padding-bottom: 10px;
    position: relative;
} 
.contact-header {
    display: flex;
    align-items: center;
}
/* 33. header two top-bar */
.top-bar {
    display: flex;
    align-items: center;
} 
.top-bar ul.social-icon {
    justify-content: end;
    gap: 18px;
} 
.top-bar ul.social-icon a {
    width: auto;
    height: auto;
    border: 0;
} 
.header-two-top {
    border-bottom: 1px solid #D8D8D8;
} 
.top-bar ul.social-icon a {
    color: #646464;
    font-size: 20px;
} 
.top-bar ul.social-icon li:hover a {
    border: 0;
    background-color: transparent;
    color: var(--theme-colour);
}
.contact-header > div {
    display: flex;
    align-items: center;
    gap: 10px;
}  
.contact-header a {
    display: block;
    padding: 3px;
    color: #646464;
} 
.contact-header a:hover {
    color: var(--theme-colour);
}
.contact-header > div:last-child {
    border: 0;
    margin: 0;
}
.contact-header > div {
    border-right: 1px solid #d8d8d8;
    padding-right: 25px;
    margin-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* 34. hero-style-two */
.hero-style-two .experience .btn {
    background-color: #fff;
} 
.hero-style-two .experience .btn:hover {
    color: #000;
} 
.circle-image {
    position: absolute;
    left: 37%;
    top: 16%;
    display: flex;
} 
.circle-image img {
    animation: fa-spin 15s infinite linear;
}
.circle-image i {
    background-color: var(--theme-colour);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
    transform: rotate(327deg);
    margin-left: -73px;
}
.hero-section.hero-style-two {
    background-color: #011834;
    padding-top: 40px;
}
.hero-style-two .hero-text {
    position: relative;
    padding-top: 177px;
} 
.hero-style-two .hero-text h1 {
    color: #fff;
}
.hero-style-two .counter {
    display: flex;
    gap: 100px;
    padding-top: 50px;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    padding: 60px;
    width: 50vw;
    border-top-left-radius: 40px;
    padding-bottom: 40px;
}
.hero-section.style-two {
    background-color: #011834;
} 
.hero-style-two .hero-text h1 {
    color: #fff;
} 
.hero-style-two .counter > div:last-child {
    border-right: 0;
    padding-right: 0;
} 
.hero-style-two .counter > div {
    border-right: 1px solid #D8D8D8;
    padding: 15px 0;
    padding-right: 70px; 
}
.hero-style-two .hero-text img.shaps-3 {
    filter: grayscale(111111);
    position: absolute;
    top: auto;
    right: -7%;
    bottom: -7%; 
    width: 60px;
    animation: topshap 6s infinite;
}
.hero-style-two .hero-text h1 span {
    color: #fff;
}
.hero-style-two .hero-text p {
    font-size: 22px;
    color: #fff;
}
.hero-style-two .experience h6,
.hero-style-two .experience > div span {
    color: #fff;
} 
.hero-style-two ul.shaps li:nth-child(2) img,
.hero-style-two ul.shaps li:nth-child(1) img {
    width: auto;
} 
.hero-style-two ul.shaps li:nth-child(3) {
    top: 11%;
    right: -25%;
    bottom: auto;
} 
.hero-style-two ul.shaps li:nth-child(4) {
    top: 61%;
    width: 16px;
    right: -5%;
    bottom: auto;
} 
.hero-style-two ul.shaps li:nth-child(5) {
    top: 52%;
    left: 21%;
    bottom: a;
}
.hero-text {
    position: relative; 
}
.hero-style-two .hero-img img {
    padding-top: 40px;
    width: 125%;
}
/* 35. services-two */
.services-two {
    padding: 30px;
    border: 1px solid #D8D8D8;
} 
.services-two i {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    z-index: 5;
    position: relative;
} 
.services-two h3 a {
    font-size: 22px;
    font-weight: bold;
    padding-top: 20px;
    display: block;
    padding-bottom: 10px;
    z-index: 5;
    position: relative;
} 
.services-two p { 
    z-index: 5;
    position: relative;
} 
.services-two span {
    bottom: -85px;
    font-size: 140px;
    display: block;
    position: absolute;
    font-weight: bold;
    color: #011833;
    font-family: 'Sora';
} 
.services-two {
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
}
.services-two:before {
    width: 100%;
    height: 0% ;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--theme-colour);
}
.services-two:hover:before {
    height: 100%;
}
.services-two:after {
    width: 100%;
    height: 0% ;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0; 
    background-image : url(../img/graph-1.png);
    z-index: 0;
}
.services-two:hover:after {
    height: 100% ;
}
.services-two svg {
    stroke: var(--common-colour);
}
.services-two:hover svg {
    stroke: #fff;
    transform: rotate3d(1, 1, 1, 360deg);
}
.services-two:hover span, 
.services-two:hover p ,
.services-two:hover a   {
    color: #fff;
}
/* 36. section-about-two */
.section-about-two .heading p {
    border: 0;
    padding: 0;
}
.about-text-two h3 {
    font-weight: bold;
    padding-left: 22px;
    font-size: 24px;
} 
.about-text-two > div:hover svg {
    transform: rotate3d(1, 1, 1, 360deg);
}
.about-text-two {
    display: flex;
    justify-content: space-between;
    position: relative;
} 
.about-text-two > div {
    width: 45%;
} 
.about-text-two:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #D8D8D8;
    left: 49%;
}
.about-service {
    display: flex;
    align-items: center;
    gap: 50px;
    padding-top: 60px;
} 
.about-service > div {
    display: flex;
    align-items: center;
    gap: 23px;
} 
.about-service span {
    display: block; 
} 
.about-service a {
    font-weight: bold;
}
.about-two-img {
    position: relative;
}
.about-two-img img { 
    border-bottom-left-radius: 150px;
    border-top-right-radius: 150px;
}
.about-two-img .circle-img img {
    border-radius: 50%;
}
.about-two-img .circle-img img.circle {
    border-radius: 0;
}
.about-two-img .circle-img { 
    top: -8%;  
    border-radius: 50%; 
    left: -3%;
    z-index: 111;
}
/* 37. progress-bar */
.progress{
    width: 100%;
    height: 24px;
    border-radius: 0;
} 
.progress-bar {
    background: #011833;
}
.progressbar-active{
    animation-name: progress;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
}
@keyframes progress{
    0%{
        width:0;
    }
    100%{
        width:100%;
    }
}
/* 38. portfolio-section */
.portfolio-section {
    background-color: #F5F5F5;
}
.portfolio-section h2 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #D8D8D8;
    font-size: 200px;
    text-transform: uppercase; 
    font-weight: 900;
    text-align: center;
    padding-bottom: 10px;
    font-family: "Urbanist" ;
}
.portfolio img {
     width: 100%;
 } 
.portfolio {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
} 
.portfolio i {
    bottom: 0;
    width: 80px;
    height: 80px;
    background-color: var(--theme-colour);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
    transform: rotate(322deg);
}
.portfolio a:hover i {
    background-color: var(--common-colour);
    transform: rotate(360deg);

}
.portfolio-text {
    right: 30px;
    position: absolute;
    text-align: right;
    bottom: 0px;
    opacity: 0;
} 
.portfolio:hover .portfolio-text { 
    bottom: 30px;
    opacity: 1;
}  
.portfolio-text a,.portfolio-text span {
    color: #fff;
}
.portfolio-text a {
    display: block;
    font-size: 20px;
    font-weight: bold;
}  
.portfolio-text a:hover {
    color: var(--theme-colour);
}
.portfolio img {
    border-radius: 20px;
    border-bottom-left-radius: 30px;
} 
.portfolio > a {
    position: absolute;
    bottom: 0;
    z-index: 1111;
}
.portfolio:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%; 
    border-radius: 20px;
    background-image: linear-gradient(180deg, #ff000000, var(--common-colour));
    bottom: 0;
}
.portfolio:hover:before { 
    height: 100%;  
}
/* 39. btn-center */
.btn-center {
    text-align: center;
    padding-top: 60px;
} 
.btn-center .btn {
    background-color: var(--theme-colour);
    border: 1px solid #D8D8D8;
    color: #011834;
} 
.btn-center .btn:before {
    background-color: #F5F5F5;
} 
.btn-center .btn:hover {
    color: #fff;
    border-color: transparent;
}
/* 40. appiontment form */
form.appiontment {
    padding: 40px;
    border: 1px solid #D8D8D8;
    border-radius: 20px;
    background-color: #fff;
} 
form.appiontment input {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #D8D8D8;
    margin-bottom: 24px;
    border-radius: 10px;
    outline: none;
} 
form.appiontment textarea {
    width: 100%;
    height: 180px;
    outline: none;
    border: 1px solid #d7d7d7;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 18px;
} 
.appiontment .btn {
    width: 100%;
}
/* 41. appiontment-img */
.appiontment-img {
    position: relative;
} 
.appiontment-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--theme-colour);
    clip-path: polygon(22% 14%, 100% 45%, 100% 100%, 0% 100%);
    left: 0;
} 
.appiontment-img img {
    position: relative;
    z-index: 11;
} 
.appiontment-section {
    background-repeat: no-repeat;
    background-position: right;
}
.appiontment-section ul.shaps li:nth-child(1) {
    top: 5%;
    left: 82%;
}
.appiontment-section ul.shaps li:nth-child(3) {
    top: 21%;
    right: 98%;
}
 .appiontment-sectionul.shaps li:nth-child(4) {
    right: -11%;
    bottom: 21%;
}
/* 42. emergency-call */
.emergency-call span {
    display: block;
    color: #646464;
    padding-bottom: 3px;
}
.emergency-call {
    background-color: #fff;
    padding: 24px;
    position: absolute;
    z-index: 11;
    bottom: 40px;
    right: 5%;
    display: flex;
    align-items: center;
    border-radius: 20px;
} 
.emergency-call i {
    background-color: var(--theme-colour);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 11px;
} 
.emergency-call a {
    font-weight: bold;
}
.emergency-call a:hover {
    color: var(--theme-colour);
}
.emergency-call:before {
    content: "";
    position: absolute;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    width: 30px;
    height: 20px;
    background-color: #fff;
    bottom: -20px;
    left: 46%;
}
/* 43. team-text */
.team-text {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
} 
.team-text span {
    font-weight: bold;
    padding-bottom: 10px;
    display: block;
    color: var(--common-colour);
} 
.team-text a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: #D8D8D8 1px solid;
    border-radius: 50%;
} 
.team-text a:hover {
    color: var(--theme-colour);
    transform: rotate(90deg);
}
.team-text a:hover i {  
    color: #fff;
    background-color: var(--theme-colour);
    border-color: var(--theme-colour) ;
 }
.team-text a {
    font-weight: bold;
} 
.team-img {
    position: relative;
} 
.team-img ul.social-icon {
    position: absolute;
    bottom: 20px;
    left: 0px;
    gap: 5px;
    opacity: 0;
} 
.team-img ul.social-icon li a {
    background-color: #fff;
    border: 0;
} 
.team-img ul.social-icon li a:hover {
    background-color: var(--theme-colour);
    color: #fff;
}
.team:hover .team-img ul.social-icon {
    bottom: 20px;
    left: 20px;
    opacity: 1;
}
/* 44. review-two */
.review-two h6 {
    font-size: 28px;
    font-weight: bold;
    padding-right: 100px;
    line-height: 38px;
} 
.review-two-img {
    display: flex;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 24px;
    margin-bottom: 52px;
    align-items: center;
}
.review-two h4 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 5px;
} 
.review-two span {
    color: #646464;
} 
.swiper-review-two-img .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
} 
.swiper-review-two-img .swiper-wrapper .swiper-slide {
    width: 100% !important; 
}
.swiper-review-two-img {
    border-right: 1px solid #d8d8d8;
    margin-right: 40px;
}
.swiper-review-two-img .swiper-wrapper .swiper-slide img {
    width: 80px;
    border-radius: 50%;
    padding: 4px;
} 
.swiper-review-two-img .swiper-slide-thumb-active img {
    border: 1px solid var(--theme-colour);
    padding: 4px;
    width: 80px;
}
.swiper-review-two {
    position: relative;
} 
.swiper-review-two .swiper-pagination {
    width: 100px;
    right: 0;
    position: absolute;
    right: 0%;
    left: auto;
}
 .swiper-review-two .swiper-pagination span {
    width: 12px;
    height: 12px;
}
.swiper-review-two span.swiper-pagination-bullet-active {
    background-color: var(--theme-colour);
}
/* 45. blog-two-style */
.blog-two-style ul.mental-health {
    display: flex;
    align-items: center;
    gap: 25px;
    padding-top: 13px;
    padding-bottom: 6px;
    position: relative;
} 
.blog-two-style {
    border: 1px solid #cfcfcf;
    padding: 30px;
} 
.blog-two-style ul.mental-health li:nth-child(1):before {
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: var(--theme-colour);
    border-radius: 50%;
    content: "";
    top: 7px;
    left: 0;
} 
.blog-two-style ul.mental-health li:nth-child(2):before {
    content: "/";
    left: -5px;
    position: absolute;
    font-size: 20px;
    color: #646464;
    top: -4px;
} 
.blog-two-style ul.mental-health li {
    padding-left: 14px;
    position: relative;
} 
.blog-two-style h4 a {
    font-weight: bold;
    text-transform: capitalize;
    line-height: 34px;
    font-size: 24px;
    padding-bottom: 20px;
    display: block;
}
.blog-two-style h4 a:hover {
    color: var(--theme-colour);
}
.blog-two-style .btn {
    background-color: var(--theme-colour);
    border: 1px solid #D8D8D8;
    color: #011834;
} 
.blog-two-style .btn:before {
    background-color: #fff;
} 
.blog-two-style .btn:hover {
    color: #fff;
    border-color: transparent;
}
.blog-two-style ul.mental-health li:nth-child(1) {
    color: var(--theme-colour);
}
.portfolio-img svg {
    position: absolute;
    z-index: 111;
    left: -2px;
    bottom: -1px;
    fill: #f5f5f5;
} 
/* 46. footer two */
footer.footer-two {
    background-color: var(--common-colour);
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
}
footer.footer-two .contact-footer ul.footer-link-list li h6,
footer.footer-two .contact-footer ul.footer-link-list li span,
footer.footer-two .footre-logo p, 
footer.footer-two .footer-link a{
    color: #cbd5e1;
}    
footer.footer-two .footer-link h5 {
    color: #fff;
    display: inline-block;
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 20px;
} 
.footer-two ul.footer-link-list li:not(:last-child) {
    padding-bottom: 16px;
}
.footer-two .footer-link {
    border-left: 0;
    z-index: 111;
    position: relative;
}
.footer-two .footer-link { 
    padding-left: 60px;
    margin-left: 40px;
}
.footer-two .copyright ul {
    display: flex;
    gap: 10px;
}
.footer-two ul.footer-link-list li a i {
    padding-right: 10px;
}
.footer-two ul.footer-link-list li a:hover i {
    padding-left: 10px;
}
.footer-two ul.social-icon li a { 
    background-color: #ffffff14;
    color: #fff;
    border: 0;
}
.footer-two ul.social-icon li a:hover {
    background-color: var(--theme-colour);
}
.footre-logo ul.social-icon li a{color:#fff;}
.footer-two .copyright {
    border: 1px solid #3A4E65;
    align-items: center;
    border-radius: 50px;
    padding: 12px 24px;
    margin-top: 76px;
    z-index: 111;
    position: relative;
}
.footer-two .copyright p {
    color: #cbd5e1;
}
footer.footer-two .footer-link h5:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    bottom: 0;
    border-radius: 73px;
    background-image: linear-gradient(90deg, #ff000000, var(--common-colour));
}
footer.footer-two img.footer-line {
    position: absolute;
    top: 18%;
    left: 35%;
}
/* 47. instagram-img */
footer .instagram-img h3 {
     color: #fff; 
    text-transform: uppercase;
    font-size: 52px;
} 
.instagram-img {
    padding-left: 70px;
}
.compensate-for-scrollbar {
     margin-right: 0px !important; 
}
.instagram-img ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}
.footer-two-bottom {
    margin-top: -38px;
}
.instagram-img ul li figure:before {
    width: 100%;
    height: 0%;
    position: absolute;
    content: "";
    background-color: var(--theme-colour);
    opacity: .3;
    bottom: 0;
} 
.instagram-img ul li figure:hover:before {
    height: 100%;
}
.instagram-img ul li figure {
    position: relative;
    width: 100%;
    height: 100%;
}
/* 48. skill-focus */
.skill-focus span {
    font-size: 24px;
    font-weight: bold;
 } 
.skill-focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
} 
.skill-wrapper {
    padding-top: 53px;
} 
/* 49. white_content */
.textright {
    float: right;
    position: absolute;
    right: 6%;
    top: 2%;
}
.white_content {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 400px !important;
    height: 100%;
    padding: 70px 20px;
    background-color: var(--common-colour);
    z-index: 1002;
    overflow: hidden;
    padding-bottom: 0;
}
.white_content h2 {
    color: #fff;
    font-weight: 800;
    font-size: 31px;
    padding-bottom: 10px;
}
.cls-left h6 {
    display: none;
}
.cls-left ul li a {
    font-size: 18px;
    padding-bottom: 12px;
    color: black;
    position: relative;
    display: inline;
}
.white_content i {
    font-size: 35px;
    position: absolute;
    top: 5%;
    color: #fff;
    right: 0px;
}
.white_content h3 {
    font-weight: 800;
    color: #fff;
    padding-bottom: 10px;
    padding-top: 20px;
}
.white_content .social-medias a{
    color: #fff;
}
.white_content .social-medias a {
    font-size: 16px;
    position: relative;
    margin-right: 30px;
}
.white_content .social-medias {
    margin-top: 23px;
}
.white_content .social-medias a:after {
    content: "";
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.white_content img {
    border-radius: 12px; 
    width: 100%;
}
.white_content .social-medias a:before {
    border-bottom: 1px solid #6a6a6a;
    width: 100%;
}
.white_content .social-medias a:after {
    width: 0;
    border-bottom: 1px solid;
}
.white_content .social-medias a:hover:after {
    width: 100%;
}
.white_content p {
    color: #fff;
    display: flex;
    padding-top: 14px;
    width: 86%;
}
.white_content h4 {
    font-size: 20px;
    color: #fff;
    padding-bottom: 40px;
    width: 89%;
    line-height: 30px;
}
.white_content i:hover{
    color: #fff;
}
.white_content p i {
    position: relative;
}
.white_content p a {
    color: #fff;
}
p.num svg {
    fill: var(--theme-colour);
    width: 20px;
    margin-right: 10px;
    height: auto;
} 
/* 50. hero three */
.hero-section-three {
    padding-top: 180px;
    background-color: #F5F5F5;
    padding-bottom: 140px;
}
.hero-section-three {
    padding: 220px 0;
    background-color: #F5F5F5;
} 
.hero-text-three h1 {
    font-size: 164px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: sora;
}
.hero-section-three ul.shaps li:nth-child(1) {
    top: 16%;
    left: 10%;
    bottom: auto;
    animation: topshap 10s infinite;
}
.hero-section-three ul.shaps li:nth-child(2) {
    top: 77%;
    right: 5%;
    bottom: auto;
    animation: topshap 5s infinite;
}
@keyframes topshap {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(10px);
    }
    0% {
        transform: translateY(0px);
    }
}
/* 51. image-slider */
.image-slider img {
    height: 100vh;
    object-fit: cover;
    width: 100%;
} 
.image-slider .swiper-button span {
    width: 160px;
    height: 160px;
    background-color: #ffffff52;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 50%;
    font-size: 24px;
    text-transform: uppercase;
} 
.image-slider .swiper-button span:hover {
    background-color: #fff;
    color: #000;
}
.image-slider .swiper-button > div {
    width: 160px;
} 
.image-slider:hover .swiper-button .swiper-button-next {
    right: 20px;
}
.image-slider:hover .swiper-button .swiper-button-prev {
    left: 20px;
}
.image-slider .swiper-button .swiper-button-next {
    right: -200px;
}
.image-slider .swiper-button .swiper-button-prev {
    left: -200px;
}
/* 52. member-connected */
.member-connected {
    display: flex;
    align-items: center;
    width: 100%;
} 
.member-connected h4 {
    font-size: 52px;
    font-weight: bold;
    padding-left: 5px;
} 
.member-connected h5 {
    font-size: 16px;
    width: 50%;
    padding-left: 10px;
    line-height: 24px;
}
/* 53. dentistry */
.dentistry {
    align-items: center;
    display: flex;
} 
.dentistry h2 {
    font-size: 155px;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Sora';
}
.dentistry h2 span {
    color: #fff;
    position: relative;
    z-index: 1;
} 
.dentistry h2 span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(270deg, #ff000000, var(--common-colour));
    z-index: -1;
    top: 0;
}
/* 54. dental-services */
.dental-services {
    stroke : var(--common-colour);
    border: 1px solid #D8D8D8;
    text-align: center;
    padding: 30px;
}
.row-two {
    margin-right: -110px;
    margin-left: -110px;
}
.dental-services h3 a {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 16px;
    display: block;
    position: relative;
} 
.dental-services .btn.two {
    background-color: var(--common-colour); 
}
.dental-services > i {
    width: 90px;
    height: 90px;
    border: 1px solid #d8d8d8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 10px;
    position: relative;
} 
.dental-services p {
    padding-bottom: 20px;
    position: relative;
} 
.dental-services {
    position: relative;
}
.dental-services:before {
    position: absolute;
    width: 100%;
    height: 0%;
    background-color: var(--theme-colour);
    bottom: 0;
    content: "";
    left: 0;
}
.btn.two {
    background-color: var(--theme-colour);
    border: 1px solid #D8D8D8;
    color: #011834;
} 
.btn.two:before {
    background-color: #fff;
} 
.btn.two:hover {
    color: #fff;
    border-color: transparent;
}
.dental-services:hover p,
.dental-services:hover h3 a {
    color: #fff;
}
.dental-services:hover > i {
    background-color: #fff;
}
.dental-services:hover:before {
    height: 100%;
}
.dental-services:hover i svg {
    stroke: var(--common-colour);
    transform: rotate3d(1, 1, 1, 360deg);
}
/* 55. section-about-two */
.section-about-two ul.list-style li:before { 
    width: 8px;
    height: 8px; 
}
.section-about-two ul.list-style {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 40px;
}
.section-about-two ul.list-style li {
    width: 45%;
}
.section-about-two ul.list-style:before {
    left: 46%;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #D8D8D8;
    content: "";
    transform: translate(-50%, -50%);
    top: 50%;
}
.section-about-two {
    position: relative;
} 
.section-about-two img {
    position: relative;
    z-index: 11;
}
.section-about-two img.plus {
    position: absolute;
    top: 0;
    right: 7%;
    z-index: -1;
    z-index: -1;
}
.section-about-two img.dots-img {
    animation: fa-spin 20s infinite linear;
    position: absolute;
    bottom: 7%;
    right: 41%;
    z-index: -1;
}
/* 56. dental-project */
.dental-project {
    position: relative;
}  
.dental-project img {
    width: 100%;
}
.dental-project .dental-project-text {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 75%;
} 
.dental-project .dental-project-text span {
    background-color: #fff;
    color: #021833;
    display: inline-block;
    padding: 5px 15px;
    font-weight: bold;
    line-height: 26px; 
    margin-bottom: 5px;
    margin-left: 15px;
    opacity: 0;
}  
.dental-project-text h3 a {
    background-color: #5050f3;
    padding: 10px;
    font-size: 24px;
    color: #fff;
    width: 100%;
    padding-left: 12px;
    margin-left: -15px;
    opacity: 0;
} 
.dental-project-text h3 a {
    color: #fff;
    justify-content: space-between;
    display: flex;
    align-items: center;
    width: 100%;
} 
.dental-project-text h3 a i {
    background-color: #ffffff26;
    padding: 14px 16px;
    font-size: 18px;
}
.dental-project:hover .dental-project-text span {
    margin-left: 0px;
    opacity: 1;
}
.dental-project:hover .dental-project-text h3 a {
    margin-left: 0px;
    opacity: 1;
}
.dental-project-text h3 a:hover {
    background-color: var(--common-colour);
} 
.dental-project-slide {
    margin-left: -100px;
    margin-right: -100px;
    margin-top: -110px;
    padding-top: 110px;
}
.dental-project-slide .swiper-button {
    position: absolute;
    top: 0px;
    width: 130px;
    right: 10%; 
    display: block;
    height: 60px;
    z-index: 11;
    border-radius: 51px;
    z-index: 1111111;
} 
.dental-project-slide.swiper-button-prev:after,.dental-project-slide .swiper-button-next:after {
    display: none;
} 
.dental-project-slide .swiper-pagination {
    left: 86%;
    position: absolute;
    width: 100px;
}   
.dental-project-slide .swiper-button-prev,
.dental-project-slide .swiper-button-next { 
    width: 50px;
    height: 50px;
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    color: var(--common-colour);
} 
.dental-project-slide .swiper-button-prev:hover,
.dental-project-slide .swiper-button-next:hover {
     color: #fff;
     background-color: var(--theme-colour);
     color: #f9f9f9;
     border-color:transparent;
}
/* 57. working-process */
.working-process {
    text-align: center;
    position: relative;
} 
.working-process-img {
    position: relative;
    width: 100%;
    height: 252px;
} 
.working-process span {
    font-size: 52px;
    font-weight: bold;
    color: var(--common-colour);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
} 
.working-process:hover span {
    color: var(--theme-colour);
} 
.working-process-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 1;
} 
.working-process h3 {
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 10px;
    padding-top: 24px;
}
.working-process-img img.color-img {
    opacity: 0; 
}
.working-process:hover .working-process-img img.color-img {
    opacity: 1; 
}
.working-process-section {
    position: relative;
} 
.working-process-section img.working-process-line {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* 58. reviewtwo-slider */
.reviewtwo-slider .review {
    background-color: #ffffff;
    padding: 40px;
    border: 1px solid #D8D8D8;
}
.reviewtwo-slider .review-admin { 
    padding-top: 12px;
}
.reviewtwo-slider .review img.quotes {
    position: absolute;
    right: 10%;
    bottom: 48px;
}
.reviewtwo-slider { 
    margin-top: -110px;
    padding-top: 110px;
}
.review-admin img {
    border-radius: 50%;
} 
.reviewtwo-slider .swiper-button {
    position: absolute;
    top: 0px;
    width: 130px;
    right: 10%; 
    display: block;
    height: 60px;
    z-index: 11;
    border-radius: 51px;
    z-index: 1111111;
} 
.reviewtwo-slider.swiper-button-prev:after,.reviewtwo-slider .swiper-button-next:after {
    display: none;
} 
.reviewtwo-slider .swiper-pagination {
    left: 86%;
    position: absolute;
    width: 100px;
}   
.reviewtwo-slider .swiper-button-prev,
.reviewtwo-slider .swiper-button-next { 
    width: 50px;
    height: 50px;
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    color: var(--common-colour);
} 
.reviewtwo-slider .swiper-button-prev:hover,
.reviewtwo-slider .swiper-button-next:hover {
     color: #fff;
     background-color: var(--theme-colour);
     color: #f9f9f9;
     border-color:transparent;
}
.reviewtwo-slider .review:hover {
    background-color: #5050f3;
    border: 1px solid #5050f3;
} 
.reviewtwo-slider .review:hover p,
.reviewtwo-slider .review:hover h5,
.reviewtwo-slider .review:hover span {
    color: #fff;
} 
.reviewtwo-slider .review:hover img.quotes {
    filter: invert(1);
}
/* 59. blog-one-style.two */
.blog-one-style.two h3 a {
    font-size: 20px;
    line-height: 26px;
}
.blog-one-style.two h6 a {
    position: relative;
    background-color: transparent;
    color: #000;
    text-align: left;
    padding: 0;
    line-height: 22px;
    font-size: 22px;
    box-shadow: none;
}
.blog-one-style.two .blog-text {
    display: flex;
    align-items: self-start;
}
.blog-one-style h3 a {
    font-size: 22px;
}
.blog-one-style.two h6 a span {
    font-size: 14px;
} 
.blog-one-style.two:hover h6 a {
    color: var(--theme-colour);
}
.blog-one-style.two .blog-text > div {
    border-left: 1px solid #9b9b9b;
    margin-left: 15px;
    padding-left: 22px;
}
.blog-one-style.two .blog-text > div > a {
    font-weight: bold;
}
.blog-one-style.two .blog-text > div > a i {
    padding-left: 10px;
}
.blog-one-style.two .blog-text > div > a:hover {
    color: var(--theme-colour);
}
/* 60. footer.three */
footer.three {
    background-color: var(--common-colour);
} 
footer.three .subscribe {
    padding: 0;
    background-color: transparent;
} 
footer.three .footer-link {
    padding: 0;
    margin: 0;
    border: 0;
} 
footer.three .footer-link h5 {
    color: #fff;
} 
footer.three .footer-link ul.footer-link-list li a {
    color: #cbd5e1;
} 
footer.three .footre-logo p {
    color: #cbd5e1;
} 
footer.three ul.social-icon li a {
    background-color: #ffffff1c;
    border: 0;
    color: #fff;
}
footer.three .copyright p,footer.three .copyright a,
footer.three .contact-footer ul.footer-link-list li h6,
footer.three .contact-footer ul.footer-link-list li span {
    color: #cbd5e1;
}
footer.three .footer-link ul.footer-link-list li a:hover {
    color: var(--theme-colour);
} 
footer.three ul.social-icon li a:hover { 
    background-color: var(--theme-colour);
}
.instagram-img.footer-link li {
    width: 31%;
    height: auto;
} 
.instagram-img.footer-link li img {
    width: 100%;
  }
.instagram-img.footer-link ul {
    margin-top: 0;
    gap: 10px;
    flex-wrap: wrap;
} 
footer.three { 
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
}
footer.three .copyright a:hover {
    color: var(--theme-colour);
}
/* 61. banner */
.banner {
    /*background-color: #b7edfe;*/
    background-color:#7b939a;
}
.banner {
    position: relative;
    padding-top: 150px;
}
.banner ul.shaps li:nth-child(1) img {
    width: 80px;
}
.banner ul.shaps li:nth-child(3) {
    top: 23%;
    right: 14%;
}
.banner ul.shaps li:nth-child(4) {
    right: 91%;
    bottom: auto;
    top: 26%;
}
.banner  ul.shaps li:nth-child(2) {
    top: 83%;
    right: 3%;
    bottom: auto;
    animation: topshap 5s infinite;
}
/* 62. breadcrumb */
.title-area-data h2 {
    font-size: 52px;
    font-weight: bold;
    text-transform: capitalize;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "-";
}
.breadcrumb-item.active {
    text-transform: capitalize;
}
.breadcrumb li {
    font-size: 22px;
}
.breadcrumb {
    padding-top: 10px;
}
.banner-img img {
    width: 80%;
}
.banner ul.shaps li:nth-child(1) {
    top: 29%;
    left: 61%;
    bottom: auto;
} 
.title-area-data {
    position: relative;
} 
.title-area-data img {
    position: absolute;
    width: 46px;
    top: -22px;
    left: -32px;
}
/* 63. blog-page */
.blog-page .blog-one-style {
    margin-bottom: 40px;
}
/* 64. service-page */

.service-page .services > i {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: none;
}
.service-page .services svg {
    stroke: inherit;
}
.service-page .services {
    margin: 0px; 
    margin-bottom: 30px;
}
/* 65. pricing-page */
.pricing-page .pricing-plan {
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}
.project-page .project-style {
    position: relative;
    margin-right: 0px; 
    margin-left: 0px; 
    margin-bottom: 20px;
} 
/* 67. sidebar */
.sidebar {
    border: 1px solid #D8D8D8;
    padding: 30px;
    margin-bottom: 24px;
} 
.sidebar ul.social-icon li a {
    border-color: #D8D8D8;
}
.sidebar h3 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
    color: var(--common-colour);
    text-transform: capitalize;
}
/* 68. search-hare */
form.search-hare input {
    width: 100%;
    height: 60px;
    padding-left: 24px;
    border: 1px solid #d8d8d8;
    outline: none;
} 
form.search-hare button {
    position: absolute;
    right: 20px;
    background-color: transparent;
    border: 0;
    font-size: 16px;
    top: 17px;
    color: var(--common-colour);
}  
form.search-hare {
    position: relative;
}
/* 69. services-list */
ul.services-list li a {
    border: 1px solid #d8d8d8;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: space-between;
    color: #fff;
    z-index: 1;
    position: relative;
} 
ul.services-list li {
    width: 100%;
    background-color: #306d80;
    position: relative;
} 
ul.services-list {
    width: 100%;
} 
ul.services-list li:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #eaa25a;
} 
ul.services-list li:hover:before {
    width: 100%;
} 
ul.services-list li:hover a {
    color: #fff;
}
ul.services-list li:not(:last-child) {
    margin-bottom: 24px;
}
/* 70. services-details */
.services-details > i {
    align-items: center;
    background-color: #eaa25a;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
} 
.services-details h2 {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 52px;
    font-weight: bold;
}
.services-details h3 {
    padding-top: 50px;
    padding-bottom: 10px;
    font-size: 32px; 
    font-weight: bold;
}
.services-details-img {
    padding-top: 50px;
    padding-bottom: 50px;
} 
/* 71. accordion */ 
.accordion-item.active .icon:after {
  width: 0;
}
.accordion-item{
    border: 0;
}
.accordion-item.active .icon:before {
    background: var(--common-colour);
}
.accordion-img figure.accordion-img-two {
    background-color: var(--common-colour);
    margin-top: -156px;
    width: fit-content;
    margin-left: 130px;
}
.accordion-item .heading {
    display: block;
    text-transform: capitalize;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    transition: 0.3s ease-in-out;
}
.accordion-item .icon {
    display: block;
    position: absolute;
    top: 11px;
    transform: translateY(-50%);
    right: 13px; 
}
.accordion-item.active .title {
    color: var(--common-colour);
    background-color: #ffffff;
    border: 0;
}
 
.progress {
    height: 8px;
} 
.accordion-item .content {
  display: none;
}
.content p{
    font-size: 18px;
    font-weight: 500;
    color: #666;
}
.title {
    text-align: start;
    padding-right: 0;
    color: var(--common-colour);
    font-size: 24px;
    background-color: #fff;
    font-weight: 700;
    border-bottom: 2px solid #d8d8d8;
    padding-bottom: 24px;
}
.accordion-item.active .title {
    color: var(--common-colour);
    font-size: 24px;
}
.accordion-item.active {
    background-color: #fff; 
    border-bottom: 2px solid #d8d8d8;
}
.content {
    padding-bottom: 24px;
    padding-top: 0px;
    background-color: #24243500;
}
a.heading{
    width: 100%;
    margin: 0;
    padding: 0;
}
.accordion-item {
    background-color: transparent;
}
.accordion-item {
    margin-bottom: 10px; 
    margin-bottom: 24px;
}
.accordion-img {
    position: relative;
}
img.extra-images-two {
    position: absolute;
    top: 43%;
    right: 0;
    z-index: 1;
    animation: top-bottom 2s infinite ;
}
.accordion-img img.dots {
    top: auto;
    z-index: -0;
    right: -5%;
    bottom: 0;
}
.accordion-item.active .icon {
    transform: rotate(45deg);
    top: 0;
} 
.accordion {
    padding-top: 50px;
    padding-bottom: 25px;
}
/* 72. stap-pagination */
.stap-pagination {
    justify-content: space-between;
    display: flex;
    margin-top: 60px;
} 
.stap-pagination a {
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 20px;
} 
.stap-pagination a:hover i {
    background-color: var(--common-colour);
}
.stap-pagination i {
    background-color: #eaa25a;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 73. project-details */
.project-details {
    padding-top: 50px;
} 
.project-details h2 {
    font-size: 52px;
    font-weight: bold;
    padding-bottom: 10px;
} 
.project-details h3 {
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 10px;
} 
.project-details-img {
    padding-top: 50px;
}
.project-information {
    margin-top: 50px;
    background-color: #F4F4FF;
    padding: 30px;
} 
.project-information ul.information-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    gap: 30px;
} 
.project-information ul.information-list li {
    width: 42%;
} 
.project-information h4 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 30px;
} 
.project-information ul.information-list li h6 {
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
} 
.project-information ul.information-list li a:hover {
    color: var(--theme-colour) ;
}
.project-information ul.information-list:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #D8D8D8;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}
.project-information  ul.social-icon { 
    padding-top: 40px;
}
.project-information ul.social-icon li a {
    border: 0;
    background-color: #fff;
}
.project-information ul.social-icon li:hover a {
    background-color: #4e4eeb;
    color: #fff;
    border-color: transparent;
}
/* 74. blog-details-page */
.blog-details-page .blog-one-style figure {
    margin-bottom: 40px;
}
.blog-one-style h2 {
    font-size: 52px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}
.blog-detail-text h3 {
    font-size: 52px;
    font-weight: bold;
    padding-bottom: 10px;
} 
.blog-detail-text {
    padding-top: 50px;
    padding-bottom: 50px;
}
/* 75. quotes */
.quotes {
    background-color: #f4f4ff;
    padding: 30px;
    border-left: 5px solid #eaa25a;
    margin-top: 50px; 
} 
.quotes > div {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
} 
.quotes h5 {
    font-size: 24px;
    font-weight: bold;
    position: relative;
} 
.quotes h5:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--theme-colour);
    top: 12px;
    right: -110%;
}
.quotes p {
    font-weight: bold;
    color: var(--common-colour);
}  
/* 76. tags-hare */
.tags-hare {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D8D8D8;
    border-top: 1px solid #D8D8D8;
} 
ul.tags-list {
    display: flex;
    gap: 10px;
    margin-right: auto;
} 
ul.tags-list a {
    background-color: #f8f8f8;
    padding: 10px 20px;
    display: block;
} 
ul.tags-list a:hover {
    background-color: #eaa25a;
    color: #fff;
} 
.tags-hare h4 {
    font-size: 24px;
    font-weight: bold;
    padding-right: 24px;
}
.blog-details-page .stap-pagination {
    background-color: #f4f4ff;
    padding: 20px;
}
.blog-admin {
    border: 1px solid #d8d8d8;
    padding: 50px;
    display: flex;
    align-items:  center;
    gap: 35px;
    position: relative;
    margin-top: 60px;
} 
.blog-admin h5 {
    font-size: 24px;
    font-weight: bold;
} 
.blog-admin a {
    position: absolute;
    background-color: var(--common-colour);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    top: 50px;
    right: 50px;
} 
.blog-admin p {
    padding-top: 12px;
}
.blog-admin a:hover {
    background-color: var(--theme-colour);
}
/* 77. blog-comment */
ul.blog-comment-list li {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
} 
ul.blog-comment-list li.children {
    margin-left: 80px;
}
ul.blog-comment-list li h5 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
} 
ul.blog-comment-list li a {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    border: 1px solid #e5e5e5;
    padding: 4px 10px;
    font-size: 16px;
}
ul.blog-comment-list li a:hover {
    background-color: var(--theme-colour);
    color: #fff;
    border-color: var(--theme-colour) ;
} 
ul.blog-comment-list li:not(:last-child) {
    padding-bottom: 30px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 30px;
} 
.blog-comment {
    padding-top: 50px;
} 
.blog-comment h3 {
    font-size: 52px;
    font-weight: bold;
    padding-bottom: 50px;
}
ul.blog-comment-list li p {
    width: 88%;
}
/* 78. blog-heading */
.blog-heading {
    padding-top: 60px;
}
.blog-heading h3 {
    font-size: 52px;
    font-weight: bold;
    padding-bottom: 40px;
} 
form.appiontment.blog-form .btn,form.appiontment.contact-form .btn,
form.appiontment.contact-form input, form.appiontment.contact-form textarea, form.appiontment.contact-form,
form.appiontment.blog-form input, form.appiontment.blog-form textarea, form.appiontment.blog-form {
    border-radius: 0px;
} 
form.appiontment.blog-form .btn {
    border-radius: 0px;
}
.sidebar.instagram-img.footer-link {
    margin-left: 0;
}
.sidebar .btn {
    border-radius: 0;
    width: 100%;
    gap: 10px;
    margin-top: 20px;
} 
.sidebar .btn i {
    padding-right: 10px;
}  
.sidebar ul.tags-list {
    flex-wrap: wrap;
    gap: 11px;
} 
.sidebar ul.tags-list li a {
    font-size: 16px;
    border: 1px solid #d8d8d8;
    padding: 10px 12px;
}
/* 79. appiontment.contact-form */
form.appiontment.contact-form {
    padding: 0;
    border: 0;
}
/* 80. contact-information */
.contact-information {
    padding: 50px;
    background-color: var(--common-colour);
} 
.contact-information h3 {
    color: #fff;
    font-weight: 600;
    font-size: 32px;
    padding-bottom: 30px;
} 
.contact-information ul.information-list a,.contact-information ul.information-list h6 {
    color: #fff;
    display: block;
    font-weight: bold;
} 
.contact-information ul.information-list span {
    color: #fff;
    padding-bottom: 5px;
    display: block;
} 
.contact-information ul.information-list li:not(:last-child) {
    border-bottom: 1px solid #304F74;
    margin-bottom: 20px;
    padding-bottom: 20px;
} 

.contact-information {
    width: 96%;
    margin-left: auto;
}
.contact-information ul.social-icon {
    padding-top: 48px;
}
.contact-information ul.social-icon a {
    color: #000000;
    background-color: #fff;
    border: 0;
}
ul.information-list a:hover {
    color: var(--theme-colour);
}

/* 81. map */
.map {
    margin-bottom: 60px;
    width: 100%;
} 
.map iframe {
    width: 100%;
    height: 300px;
}
/* 82. pagination */
ul.pagination {
    justify-content: center;
    display: flex;
    margin-top: 40px;
}
ul.pagination li a {
    border-radius: 60px !important;
    font-weight: 600;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #021833;
}
ul.pagination li {
    margin-left: 7px;
} 
ul.pagination li a:hover {
    background-color: var(--theme-colour);
    color: #fff;
    border-color: var(--theme-colour);
}  
/* 83. mu-services-section */
.mu-services-section {
    position: relative;
}
.mu-services-section img.dots-img1 {
    position: absolute;
    top: 26%;
    transform: rotate(180deg);
    left: 5%;
    z-index: -1;
}
.mu-services-section img.dots-img2 {
    position: absolute;
    right: 6%;
    bottom: 10%;
    z-index: -1;
    animation: topshap 5s infinite;
}
.mu-services h4 a {
    font-size: 23px;
    font-weight: bold; 
    font-family: var(--common-font);
}
.mu-services {
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    padding: 40px;
    position: relative;
    margin: 15px;
    z-index: 111;
} 
.mu-services:before {
    width: 100%;
    height: 0%;
    background-color: var(--theme-colour2);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0; 
}
.mu-services:hover:before {
    height: 100%;
}
.mu-services > i {
    background-color: #F05DA8;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    margin-bottom: 25px;
    position: relative;
    padding: 15px;
    box-shadow: 0px 0px 24px 0px rgba(240,93,168,0.4);
    -webkit-box-shadow: 0px 0px 24px 0px rgba(240,93,168,0.4);
    -moz-box-shadow: 0px 0px 24px 0px rgba(240,93,168,0.4);
}
.mu-services p {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
} 
.mu-services > a {
    font-weight: bold;
    position: relative;
    border: 1px solid #e2e2e2;
    padding: 14px 23px;
    display: inline-block;
    border-radius: 50px;
    font-size: 16px;
    margin-top: 20px;
} 
.mu-services a i {
    margin-left: 12px;
    position: relative;
}
.mu-services > i svg {
    stroke: #ffffff;
    position: relative;
} 
.mu-services:hover a,.mu-services:hover p {
    color: #fff;
} 
.mu-services:hover > i {
    background-color: #fff !important;
} 
.mu-service-three:hover img,
.mu-services:hover > i svg {
    stroke: var(--common-colour2);
    transform: rotate3d(1, 1, 1, 360deg);
} 
.mu-services:hover a i {
    background-color: transparent;
}
.mu-services.two > i {
    background-color: #69b741;
    box-shadow: 0px 0px 24px 0px rgba(105,183,65,0.4);
-webkit-box-shadow: 0px 0px 24px 0px rgba(105,183,65,0.4);
-moz-box-shadow: 0px 0px 24px 0px rgba(105,183,65,0.4);
}
.mu-services.three > i {
    background-color: #58CBF2;
    box-shadow: 0px 0px 24px 0px rgba(88,203,242,0.4);
-webkit-box-shadow: 0px 0px 24px 0px rgba(88,203,242,0.4);
-moz-box-shadow: 0px 0px 24px 0px rgba(88,203,242,0.4);
}
.mu-services.for > i {
    background-color: #9B52E1;
    box-shadow: 0px 0px 24px 0px rgba(155,82,225,0.4);
-webkit-box-shadow: 0px 0px 24px 0px rgba(155,82,225,0.4);
-moz-box-shadow: 0px 0px 24px 0px rgba(155,82,225,0.4);
}
.mu-services a i svg {
    fill: #021935;
} 
.mu-services h4 {
    position: relative;
} 
.mu-services ul {
    position: relative;
} 
.mu-services:hover ul li {
    color: #fff;
} 
.mu-services ul li {
    padding-bottom: 4px;
    padding-left: 18px;
    position: relative;
} 
.mu-services ul li:before {
    content: "+";
    left: 0;
    position: absolute;
    font-weight: bold;
    color: var(--theme-colour2);
} 
.mu-services:hover ul li:before {
    color: #fdca00;
} 
.mu-services:hover > a {
    background-color: #fff;
    color: #02195c;
} 
.services-slider .swiper-button {
    position: absolute;
    top: 0px;
    width: 130px;
    right: 10%; 
    display: block;
    height: 60px;
    z-index: 11;
    border-radius: 51px;
    z-index: 1111111;
} 
.services-slider.swiper-button-prev:after,.services-slider .swiper-button-next:after {
    display: none;
} 
.services-slider .swiper-pagination {
    left: 86%;
    position: absolute;
    width: 100px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.services-slider .swiper-button-prev,
.services-slider .swiper-button-next { 
    width: 50px;
    height: 50px;
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    color: var(--common-colour2);
} 
.services-slider .swiper-button-prev:hover,
.services-slider .swiper-button-next:hover {
     color: #fff;
     background-color: var(--theme-colour2);
     color: #f9f9f9;
     border-color:transparent;
}
/* 84. mu-hero-section */
.mu-hero-section {
    background-color: var(--common-colour2);
    padding-top: 110px;
    padding-bottom: 100px;
    position: relative;
}
.mu-hero-text {
    padding-top: 140px;
}
.mu-hero-img > img {
    width: 154%;
}
.mu-hero-text > span {
    color: #fff;
    font-family: 'Sora';
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    transform: translatex(-20px);
} 
.mu-hero-text > span i {
    color: #FC4F4F;
    padding-right: 10px;
} 
.mu-hero-text h1 {
    font-size: 96px;
    color: #fff;
    line-height: 120px;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    transform: translateY(-20px);
} 
.mu-hero-text p {
    font-size: 24px;
    line-height: 36px;
    color: #C8C8C8;
    padding-bottom: 50px;
    padding-top: 16px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    transform: translateY(20px);
} 
.mu-hero-text h1 span {
    color: #FFCC00;
} 
a.video-pop {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 16px; 
} 
a.video-pop i {
    width: 60px;
    height: 60px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center; 
}  
.mu-hero-slider .mu-video {
    display: flex;
    gap: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    transform: translatex(10px);
}
.mu-video.about-video {
     align-items: center;
}
.mu-video.about-video a.video-pop {
    width: fit-content;
    border-radius: 50%;
    display: inline-block;
    margin-left: 10px;
}
.mu-hero-slider .swiper-slide-active .mu-hero-text h1 {
    opacity: 1;
    visibility: visible;
    transition-delay: .7s;
    transform: translateY(0);
}
.mu-hero-slider .swiper-slide-active .mu-hero-text > span {
    opacity: 1;
    visibility: visible;
    transition-delay: .5s;
    transform: translatex(0);
}
.mu-hero-slider .swiper-slide-active .mu-hero-text p {
    opacity: 1;
    visibility: visible;
    transition-delay: 1.0s;
    transform: translateY(0);
}
.mu-hero-slider .swiper-slide-active .mu-video {
    opacity: 1;
    visibility: visible;
    transition-delay: 1.3s;
    transform: translatex(0);
}
.mu-video .btn {
    background-color: #fff;
    }
.mu-video .btn:hover { 
    color: #000;
}
.mu-video .btn:hover svg {
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%)
     hue-rotate(280deg) brightness(106%) contrast(97%);
}
.mu-hero-img > span {
    background-color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 50px;
    font-weight: 600;
    position: absolute;
    top: 18%;
    padding-left: 48px;
    line-height: 26px;
    right: -52%; 
}
.mu-hero-img {
    position: relative;
} 
.mu-hero-img > span:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #00d911;
    border-radius: 50px;
    left: 20px;
    top: 14px;
    border: 5px solid #ffffffa1;
}
/* 85. mu-appointment */
.mu-appointment {
    background-color: #fff;
    padding: 24px;
    border-radius: 20px;
    margin-top: -190px;
    z-index: 11;
    position: relative;
    text-align: center;
    width: 240px; 
}
.mu-appointment h3 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 14px;
    padding-bottom: 6px;
} 
.mu-appointment span {
    color: #89899F;
    display: block;
    text-transform: uppercase;
    padding-bottom: 14px;
} 
.mu-appointment a {
    font-size: 12px;
    font-weight: bold;
    background-color: var(--common-colour2);
    color: #fff;
    padding: 12px 22px;
    border-radius: 50px;
    display: block;
}
.mu-appointment a:hover {
    background-color: var(--theme-colour2);
}
.mu-hero-section img.graph-img {
    position: absolute;
    right: 0;
    top: 0;
}
.mu-hero-section img.shaps-1 {
    position: absolute;
    top: 24%;
    left: 57%;
}
/* 86. mu-shaps */
ul.mu-shaps li img {
    animation: fa-spin 10s infinite linear;
    position: absolute;
}
ul.mu-shaps li:nth-child(1) img {
    top: 12%;
    left: 12%;
    width: 14px;
}
ul.mu-shaps li:nth-child(2) img {
    top: 16%;
    right: 6%;
    width: 35px;
}
ul.mu-shaps li:nth-child(3) img {
    bottom: 7%;
    left: 7%;
}
ul.mu-shaps li:nth-child(4) img {
    top: 20%;
    right: 36%;
}
ul.mu-shaps li:nth-child(5) img {
    right: 10%;
}
ul.mu-shaps li:nth-child(6) img {
    top: 39%;
    left: 6%;
    width: 24px;
}
.mu-hero-slider .swiper-pagination {
    position: absolute;
    right: 0;
    width: min-content;
    top: 50%;
    left: 35px;
    height: max-content;
    border-left: 3px solid #ffffff;
    padding-top: 25px;
    padding-left: 15px;
    padding-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
    overflow: hidden;
}
.mu-hero-slider .swiper-pagination span {
    display: block;
    font-size: 16px;
    color: #C8C8C8;
    background-color: transparent;
    line-height: 20px; 
    opacity: 1; 
    margin-bottom: 42px;
} 
.mu-hero-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #FFCC00;
    width: 100%;
    font-weight: bold;
    font-size: 32px;
    position: relative;
    padding-top: 0px;
    margin-bottom: 20px;
} 
.mu-hero-slider span.swiper-pagination-bullet:before {
    bottom: 0;
    content: "";
    position: absolute;
    width: 0%;
    height: 3px;
    background-color: #FFCC00;
    bottom: -28px; 
}
.mu-hero-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    width: 100%; 
}
/* 87. mu-progress */
.mu-progress h3 {
    font-size: 24px;
    font-weight: bold;
} 
.mu-progress span {
    font-size: 32px;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 12px;
    display: block;
    color: #021935;
} 
.mu-progress.feedback .progress-bar.progressbar-active {
    background-color: #1DA1FF;
    border-radius: 50px;
} 
.mu-progress.feedback .progress {
    background-color: #1d9ffb24;
    opacity: 1;
}
.mu-progress.doctor-exp .progress-bar.progressbar-active {
    background-color: #FFCC00;
    border-radius: 50px;
} 
.mu-progress.doctor-exp .progress {
    background-color: #FFCC0024;
    opacity: 1;
}
.mu-video.about-video {
    padding-top: 60px;
} 
.mu-video.about-video a.video-pop {
    color: var(--common-colour2);
    border: 1px solid #CFCFCF;
    border-radius: 50%;
}
.mu-progress .progress {
    height: 10px;
}
/* 88. mu-about-img */
.mu-about-img {
    text-align: end;
    position: relative;
    margin-bottom: 60px;
} 
.mu-about-img img.mu-about-img {
    position: absolute;
    left: 0;
    bottom: -120px;
    border: 10px solid #fff;
}
/* 89. service-24-7 */ 
.service-24-7 {
    position: absolute;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #CFCFCF;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    border-radius: 10px;
    top: 11%;
    left: 10%;
} 
.service-24-7 i {
    color: #fff;
    background-color: #2AC28E;
    padding: 16px;
    font-size: 20px;
    border-radius: 10px;
} 
.service-24-7 h3 {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 3px;
} 
.service-24-7 span {
    color: #89899F;
} 
.mu-about-img img {
    border-radius: 50px;
}
/* time-fully */
.time-fully {
    position: absolute;
    bottom: 18%;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cfcfcf;
    gap: 16px;
    right: -10%;
    animation: topshap 6s infinite;
} 
.time-fully h3 {
    font-size: 16px;
    font-weight: bold;
}
.mu-about-img img.graph-img {
    border-radius: 0;
    position: absolute; 
    left: -52%;
    bottom: -31%;
    z-index: 111; 
} 
/* 18. marquee */
/*.marquee-icon {
    background-color: #5050f3;
    padding: 20px;
} 
.marquee-content {
    display: flex;
} 
.marquee-item {
    display: flex;
    align-items: center;
} 
.marquee-item h3 {
    font-size: 52px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
.marquee-content {
    animation: scroll-one 40s linear infinite;
} 
@keyframes scroll-one {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
} 
@keyframes scroll-two {
    0% { transform: translateX(0); } 
    100% {  transform: translateX(100%); }
}   
.marquee-content {
    display: flex;
} 
.marquee {
    display: flex;
    overflow: hidden;
    position: relative;
    z-index: 11;
} 
.marquee-icon {
    display: flex;
}
.marquee-item {
    margin-left: 60px;
    width: max-content;
    gap: 30px;
}  
.marquee-text {
    text-align: center;
    padding-top: 60px;
}
.marquee-text p {
    font-size: 18px;
}
.marquee.two .marquee-icon {
    background-color: var(--common-colour2);
    transform: rotate(357deg);
} 
.marquee.two {
    margin-top: -70px;
    z-index: 1;
    padding-bottom: 120px;
    margin-left: -10px;
}
.marquee.two .marquee-content {
    animation: scroll-two 40s linear infinite;
} 
.marquee.two .marquee-content.two {
    margin-left: -100%;
}*/
.heading.two {
    text-align: center;
    width: auto;
}
/* 90. mu-our-project */
.mu-our-project-section {
    position: relative;
    margin-top: -108px;
    padding-top: 224px;
}
.mu-our-project {
    position: relative;
    overflow: hidden;
} 
.mu-our-project > div {
    position: absolute;
    top: 76%;
    background-color: #021935;
    padding: 24px;
    width: 89%;
    transform: translate(-50%, -50%);
    left: 50%;
} 
.mu-our-project h3 a {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 11px;
    display: block;
} 
.mu-our-project p {
    color: #89899F;
} 
.mu-our-project div > a {
    position: absolute;
    top: -10px;
    width: 60px;
    height: 60px;
    background-color: var(--theme-colour2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    right: -15px;
    transform: rotate(323deg);
} 
.mu-our-project {
    position: relative;
} 
.mu-our-project > div {
    position: absolute;
    top: 91%;
    background-color: #021935;
    padding: 24px;
    width: 89%;
    transform: translate(-50%, -50%);
    left: 50%;
    opacity: 0;
    z-index: 11;
}
.mu-our-project h3 a {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 11px;
    display: block;
} 
.mu-our-project p {
    color: #89899F;
    width: 90%;
} 
.mu-our-project div > a {
    position: absolute;
    top: -10px;
    width: 60px;
    height: 60px;
    background-color: var(--theme-colour2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    right: -15px;
    transform: rotate(323deg);
}  
.mu-our-project div > a:hover {
    transform: rotate(360deg);
    background-color: #fff;
}
.mu-our-project div > a:hover svg {
    fill: #000;
}
.mu-our-project div > a svg {
    fill: #fff;
}
.mu-our-project:hover > div {
    opacity: 1;
    top: 81%;
}
.mu-our-project h3 a:hover {
    color: var(--theme-colour2);
}
.row-two {
    margin-right: -110px;
    margin-left: -110px;
} 
/* 91. mu-accordion */ 
.mu-accordion .accordion-item.active .icon:after {
  width: 0;
}
.mu-accordion .accordion-item{
    border: 0;
}
.mu-accordion .accordion-item.active .icon:before {
    background: var(--common-colour2);
} 
.mu-accordion .accordion-item .heading {
    display: block;
    text-transform: capitalize;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    font-size: 22px;
    position: relative;
    transition: 0.3s ease-in-out;
}
.mu-accordion .accordion-item .icon {
    display: block;
    position: absolute;
    top: 0px;
    transform: rotate(270deg);
    right: 13px;
    opacity: .3;
}
.mu-accordion .accordion-item.active .title {
    color: var(--common-colour2);
    background-color: #ffffff;
    border: 0;
} 
.mu-accordion .accordion-item .content {
  display: none;
}
.mu-accordion .content p{
    font-size: 18px;
    font-weight: 500;
    color: #666;
}
.mu-accordion .title {
    text-align: start;
    padding-right: 0;
    color: var(--common-colour2);
    font-size: 22px;
    font-weight: 700;
    border: 0;
    background-color: transparent;
    padding-bottom: 0;
}
.accordion-item.active .title {
    color: var(--common-colour2);
    font-size: 22px;
}
.accordion-item.active {
    background-color: #fff; 
    border-bottom: 2px solid #d8d8d8;
}
.mu-accordion .content {
    padding-bottom: 24px;
    padding-top: 0px;
    background-color: #24243500;
    padding-top: 12px;
}
a.heading{
    width: 100%;
    margin: 0;
    padding: 0;
}
.accordion-item {
    background-color: transparent;
}
.accordion-item {
    margin-bottom: 10px; 
    margin-bottom: 24px;
}  
.accordion-item.active .icon {
    transform: rotate(0deg);
    top: 0;
    opacity: 1;
}  
.accordion-item {
    border: 1px solid #CFCFCF !important;
    border-radius: 6px !important;
    padding: 21px;
} 
/* 92. img-hover */
.img-hover {
    position: relative;
    overflow: hidden;
} 
.img-hover figure {
    position: relative;
}
.img-hover figure::after {
    position: absolute;
    width: 500%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}
.img-hover:hover figure::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: rgba(0,0,0,0);
} 
.mu-accordion-img img {
    width: 100%;
    border-radius: 30px;
    border: 5px solid #fff;
    position: relative;
    z-index: 1;
}
.mu-accordion-section .heading {
    width: 90%;
}
.mu-accordion .accordion-item a.heading {
    width: 100%;
}
.mu-accordion-section {
    position: relative;
} 
.mu-accordion-section img.graph-img {
    position: absolute;
    top: -10%;
    left: 36%;
    transform: rotate(160deg);
}
.mu-accordion-section img.dots-img1 {
    position: absolute;
    right: 10%;
    bottom: -4%;
    animation: topshap 6s infinite;
} 
/* 93. mu-team-text */
.mu-team-text {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
} 
.mu-team-text span {
    font-weight: bold;
    padding-bottom: 10px;
    display: block;
    color: var(--common-colour2);
} 
.mu-team-text a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: #D8D8D8 1px solid;
    border-radius: 50%;
} 
.mu-team-text a:hover {
    color: var(--theme-colour2);
    transform: rotate(90deg);
}
.mu-team-text a:hover i {  
    color: #fff;
    background-color: var(--theme-colour2);
    border-color: var(--theme-colour2) ;
 }
.mu-team-text a {
    font-weight: bold;
} 
.mu-team-img {
    position: relative;
} 
.mu-team-img ul.social-icon {
    position: absolute;
    bottom: 00px;
    left: 20px;
    gap: 5px;
    opacity: 0;
    flex-wrap: wrap;
    width: 50px;
    z-index: 111;
}
.heading.two span i {
    padding-right: 6px;
}
.mu-team:hover ul.social-icon {
    bottom: 20px;
    opacity: 1;
}
.mu-team-img ul.social-icon li a {
    background-color: #fff;
    border: 0;
} 
.mu-team-img ul.social-icon li a:hover {
    background-color: var(--theme-colour2);
    color: #fff;
}
.mu-team:hover .team-img ul.social-icon {
    bottom: 20px;
    left: 20px;
    opacity: 1;
}
ul.social-icon {
    display: flex;
    gap: 10px;
} 
ul.social-icon li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #444;
    border-radius: 50%;
} 
ul.social-icon li:hover a {
    background-color: #eaa256;
    color: #011833;
    border-color: transparent;
}
/* 94. brand-slide-2 */
.brand-slide-2 .swiper-slide {
    border: 1px solid #d9d9d9;
    text-align: center;
    padding: 30px;
}
.brand-slide-2 {
    padding-top: 100px;
    padding-bottom: 100px;
} 
.brand-slide-2 .swiper-slide:hover {
    background-color: #fff;
 } 
.brand-slide-2 .swiper-slide:hover img {
    transform: scale(1.1);
}
/* 95. paga-content-info */
.paga-content-info h4 a {
    color: var(--theme-colour2);
    font-size: 24px;
    font-weight: 600;
    display: block;
    padding-bottom: 34px;
    padding-top: 18px;
} 
.paga-content-info h3 {
    color: #89899F;
    font-size: 24px;
    width: 63%;
    line-height: 34px;
} 
.paga-content-info iframe {
    width: 100%;
    height: 318px;
    border-radius: 20px;
    position: relative;
}
/* 96. mu-appiontment */
.mu-appiontment input {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #CFCFCF;
    padding-left: 24px;
    background-color: #F8F8FF;
    margin-bottom: 24px;
    outline: none;
    padding-right: 20px;
} 
.mu-appiontment {
    background-color: #fff;
    padding: 30px 24px;
    border-radius: 20px;
    position: relative;
}  
form.mu-appiontment .nice-select.Advice {
    background-color: #f8f8ff;
    border: 1px solid #cfcfcf;
    width: 100%;
    height: 60px;
    padding-top: 8px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #89899F;
} 
.mu-appiontment textarea {
    width: 100%;
    height: 200px;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #cfcfcf;
    background-color: #f8f8ff;
    outline: none;
    margin-bottom: 15px;
} 
.mu-appiontment input {
    color: #89899F;
} 
form.mu-appiontment ::placeholder {
    color: #89899F;
} 
.mu-appiontment .btn {
    width: 100%;
}
.mu-appiontment a {
    width: 100%;
    border: 1px solid #cfcfcf;
    display: block;
    text-align: center;
    padding: 17px;
    border-radius: 50px;
    background-color: #f9f9ff;
    margin-bottom: 20px;
} 
.mu-appiontment a:hover {
    background-color: var(--common-colour2);
    color: #fff;
}
.mu-appiontment a:hover svg {
    fill: #fff;
}
.mu-appiontment a i {
    padding-left: 10px;
}
.paga-content-info > img {
    top: -40%;
    transform: scale(1.5) rotate(-13deg);
    position: absolute;
    right: -28%;
} 
.paga-content-info {
    position: relative;
}    
.heading-btn {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
/* 97. pricing-card */
.mu-pricing-section {
    position: relative;
}
.pricing-card {
  background: white;
  border-radius: 0;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  padding: 50px 30px;
  text-align: center;
  z-index: 11;
  position: relative;
}  
.pricing-card:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 40%;
    border: 1px solid #0022ff;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
}
.pricing-card.active:before { 
    height: 100%;
    opacity: 1;
}
.pricing-card.active .per-month {
    color: var(--theme-colour2);
}
.mu-pricing-section img.graph-img {
    position: absolute;
    top: 0;
    left: 53%;
    transform: scale(1.2) rotate(351deg);
}
.pricing-card h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
} 
.pricing-card .subtitle {
    color: #89899F;
    font-size: 14px;
}
.pricing-card .price {
  padding-top: 10px;
  font-size: 96px;
  font-weight: bold;
  color: var(--common-colour2);
  line-height: 90px;
} 
.pricing-card .per-month {
  font-size: 16px; 
  display: inline;
  margin-top: -10px;
  margin-bottom: 30px;
  margin-left: -20px;
} 
.pricing-card .join-btn {
  background: #f0f4ff;
  color: #000;
  border: none;
  padding: 12px 20px;
  border-radius: 50px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 30px;
  transition: background 0.3s ease;
}
.pricing-card ul.features {
    text-align: left;
    padding-top: 30px;
} 
.pricing-card a.btn {
    width: 100%;
} 
.pricing-card .btn { 
    color: #000;
    border: 1px solid #CFCFCF;
} 
.pricing-card .btn:before {
    background-color: #fff;
} 
.pricing-card .btn svg {
    fill: var(--common-colour2);
}
.pricing-card .btn:hover svg {
    fill: #fff;
}
.pricing-card .btn:hover {
    color: #fff;
}
.pricing-card ul.features li {
    padding-left: 18px;
    padding-bottom: 12px;
    position: relative;
} 
.pricing-card ul.features li.inactive {
    opacity: .4;
}
.pricing-card ul.features li:before {
    content: "+";
    position: absolute;
    left: 0;
    color: var(--theme-colour2);
    font-weight: bold;
}
.heading.two h3 span {
    display: inline;
    font-size: 24px;
} 
.heading.two h3 {
    padding-top: 26px;
    font-size: 24px;
}
/* 98. month-yearly-tab */
.month-yearly-tab {
    margin: auto;
    justify-content: center;
    margin-top: 30px;
    border: 1px solid #CFCFCF;
    width: max-content;
    border-radius: 50px;
    z-index: 111;
    position: relative;
}
.month-yearly-tab .nav-link {
    border-radius: 50px;
    padding: 15px 30px;
    color: #021935;
}   
.month-yearly-tab li:nth-child(1) .nav-link {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.month-yearly-tab li:nth-child(2) .nav-link {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
} 
.heading p span {
    display: inline;
    font-size: 16px;
}
/* 99. mu-list-style */
.mu-list-style li {
    padding-left: 18px; 
    position: relative;
    width: 42%;
}
.mu-list-style li:before {
    content: "+";
    position: absolute;
    left: 0;
    color: var(--theme-colour2);
    font-weight: bold;
}
ul.mu-list-style {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 22px;
    padding-bottom: 60px;
}
/* 100. doctor-skill */
.doctor-skill h3 {
    font-weight: bold;
    font-size: 32px;
} 
.doctor-skill img {
    border-left: 1px solid #CFCFCF;
    padding-left: 30px;
    margin-left: 30px;
}
.doctor-img {
    position: relative;
    text-align: right;
} 
.doctor-img img.doctor-bg {
    position: absolute;
    bottom: 0px;
    right: -67px;
    z-index: 0;
}
.doctor-img ul.mu-shaps li:nth-child(2) img {
    right: 0;
} 
.doctor-img ul.mu-shaps li:nth-child(1) img {
    top: 20%;
    left: 18%;
} 
.doctor-img ul.mu-shaps li:nth-child(3) img {
    bottom: 27%;
    left: -5%;
} 
.doctor-img ul.mu-shaps li:nth-child(4) img {
    top: 74%;
    right: -23%;
}
.doctor-img img {
    z-index: 11;
    position: relative;
}
.doctor-img .service-24-7 {
    z-index: 111;
    top: auto;
    bottom: 10%;
    left: -3%;
    animation: topshap 6s infinite;
} 
.doctor-img .service-24-7 i {
    background-color: #F05DA8;
}
.doctor-img img.dots {
    position: absolute;
    right: -19%;
    bottom: -8%;
}
/* 101. working-ratting */
.working-ratting {
    background-color: #fff;
    z-index: 11;
    position: absolute;
    top: 40%;
    right: -37%;
    display: flex;
    padding: 20px;
    border-radius: 25px;
    align-items: center;
    border: 1px solid #CFCFCF;
} 
.working-ratting ul {
    display: flex;
    gap: 7px;
} 
.working-ratting ul li i {
    color: #FFCC00;
} 
.working-ratting img {
    background-color: var(--theme-colour2);
    padding: 13px 17px;
    border-radius: 6px;
    margin-right: 20px;
} 
.working-ratting h3 {
    font-size: 22px;
    padding-bottom: 5px;
    font-weight: 600;
    color: var(--common-colour2);
} 
.quote > img {
    padding-bottom: 24px;
} 
.admin-img {
    display: flex;
    position: relative;
    gap: 15px;
    align-items: center;
} 
.quote p {
    padding-bottom: 22px;
} 
.admin-img h3 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 6px;
} 
.admin-img img {
    border-radius: 50%;
} 
.admin-img h4 {
    position: absolute;
    right: 0;
    font-size: 24px;
} 
.admin-img h4 i {
    color: #FFCC00;
    padding-right: 10px;
    font-size: 22px;
} 
.quote {
    background-color: #fff;
    padding: 40px;
}
.quote-slide .swiper-slide-active .quote {
    background-color: #eaa25a;
    filter: blur(0px) !important;
}
.quote-slide .swiper-slide .quote {
    filter: blur(2px);
}
.quote-slide .swiper-slide-active .quote span,
.quote-slide .swiper-slide-active .quote h3,
.quote-slide .swiper-slide-active .quote p,
.quote-slide .swiper-slide-active .admin-img h4 {
    color: #fff;
}  
.quote-slide .swiper-slide-active .quote > img {
    filter: brightness(0) invert(1);
}
/* 102. mu-blog-one-style */
.mu-blog-one-style h6 {
    position: absolute;
    top: 26px;
    left: 20px; 
    color: #fff; 
    text-align: center;
    z-index: 111;
}
.mu-section-blog {
    position: relative;
} 
.mu-section-blog img.graph-img {
    position: absolute;
    top: -10%;
    left: 37%;
}
.mu-blog-one-style figure {
    margin-bottom: 20px;
}
.mu-blog-one-style {
    position: relative;
} 
.mu-blog-one-style h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 10px;
} 
.mu-blog-one-style h3 a:hover {
    color: var(--theme-colour2);
}
.mu-blog-one-style .admin,.mu-blog-one-style .comment {
    width: fit-content;
    display: inline;
    margin-right: 16px;
} 
.mu-blog-one-style .admin svg, .mu-blog-one-style .comment svg {
    transform: translateY(-2px);
}
.mu-blog-one-style .comment {
     margin-right: 0px;
     border-left: 1px solid #89899F;
     padding-left: 15px;
} 
.mu-blog-one-style .admin a,.blog-one-style .comment a {
    color: #646464;
    display: inline-flex;
    align-items: center;
    gap: 7px;
} 
.mu-blog-one-style .admin a:hover,
.mu-blog-one-style .comment a:hover {
    color: var(--theme-colour2);
} 
.mu-blog-one-style h6 a {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
} 
.mu-blog-one-style h6 a span {
    display: block;
    font-size: 60px;
    line-height: 44px;
} 
.mu-blog-one-style .comment a {
    color: #646464;
} 
.mu-blog-one-style > a i {
    padding-left: 10px;
    fill: #021935;
} 
.mu-btn-center {
    text-align: center;
    margin-top: 60px;
} 
/* 103. mu-subscribe */
.mu-subscribe { 
    display: flex;
    align-items: center;
    border-radius: 20px;
} 
.mu-subscribe h2 {
    font-size: 52px;
    font-weight: bold;
    color: #fff;
    line-height: 62px;
} 
.mu-subscribe form { 
    width: 60%; 
} 
.mu-subscribe form input {
    background-color: #ffffff0d;
    border: 0;
    width: 100%;
    height: 70px;
    padding-left: 30px;
    outline: none;
    border-radius: 52px;
} 
.mu-subscribe form {
    position: relative;
} 
.mu-subscribe form .btn {
    position: absolute;
    right: 7px;
    top: 7px;
    border-radius: 50px;
    border: 0;
    padding: 16px 25px;
}

/* 104. mu-footer-bottom */
.mu-footer-bottom {
    border-top: 1px solid #252552;
    margin-top: 80px;
    padding-top: 80px;
}
.mu-footer {
    padding-top: 120px;
    position: relative;
} 
.mu-footer-logo ul.social-icon {
    padding-bottom: 16px;
} 
.mu-footer-logo p {
    padding-top: 27px;
    padding-bottom: 28px;
    color: #7979AF;
} 
.mu-footer-logo ul.social-icon a {
    color: #fff;
    background-color: #ffffff1c;
    border: 0;
}
.mu-footer-link h5 {
    color: #fff;
    display: inline-block;
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 20px;
}
.mu-footer-link h5:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    bottom: 0;
    border-radius: 73px;
    background-image: linear-gradient(90deg, #ff000000, var(--common-colour2));
}
.mu-footer-link-list a {
    color: #7979AF;
} 
.mu-footer-link-list li {
    padding-bottom: 15px;
} 
.mu-footer-link-list li i {
    padding-right: 10px;
} 
.mu-footer-link {
    padding-left: 20px;
    position: relative;
    z-index: 111;
}
.mu-footer-link-list a:hover {
    color: var(--theme-colour2);
}
.mu-footer-link p,.mu-footer-link span {
    color: #7979AF;
    display: block;
    padding-bottom: 10px; 
} 
.mu-footer-link > a {
    color: var(--theme-colour2);
    display: block;
    padding-bottom: 16px;
    font-weight: bold;
} 
.mu-footer-link > h3 a {
    color: #fff;
    font-weight: bold;
}
.mu-footer-link > h3 a:hover {
    color: var(--theme-colour2);
}
/* 105. mu-footer-instagram */    
.mu-footer-instagram {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
} 
.mu-footer-instagram {
    margin-top: 0;
    gap: 10px;
    flex-wrap: wrap;
}
.mu-footer-instagram li {
    width: 31%;
}
.mu-footer-instagram li figure:before {
    width: 100%;
    height: 0%;
    position: absolute;
    content: "";
    background-color: var(--theme-colour2);
    opacity: .3;
    bottom: 0;
} 
.mu-footer-instagram li figure:hover:before {
    height: 100%;
}
.mu-footer-instagram li figure {
    position: relative;
    width: 100%;
    height: 100%;
}
.mu-footer-instagram li figure img {
    width: 97px;
    height: 90px;
    object-fit: cover;
}
/* 106. mu-all-rights-text */
.mu-all-rights-text {
    display: flex;
    justify-content: space-between;
} 
.mu-all-rights-text p {
    color: #7979af;
}
.mu-all-rights-text p a {
    color: #ffcc00;
} 
.mu-all-rights {
    background-color: #0F0F3F;
    padding: 24px 0;
    margin-top: 120px;
} 
.mu-all-rights-text ul {
    display: flex;
    gap: 30px;
} 
.mu-all-rights-text ul li a {
    color: #7979AF;
    border-bottom: 1px solid;
    font-size: 16px;
}
.mu-all-rights-text ul li a:hover {
    color: #ffcc00;
}
.mu-footer img.graph-img {
    position: absolute;
    bottom: 24%;
    transform: scale(1.2) rotate(-10deg);
    right: 5%;
} 
.quote-slide,
.swiper.services-slider {
    margin-left: -100px;
    margin-right: -100px;
    margin-top: -110px;
    padding-top: 110px;
}
.mu-team-slider { 
    margin-top: -110px;
    padding-top: 110px;
}
.mu-our-project-slider {
    margin-left: -100px;
    margin-right: -100px;
    padding-bottom: 80px;
}
.mu-our-project-slider .swiper-pagination {
    bottom: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mu-our-project-slider span.swiper-pagination-bullet {
    border: 8px solid #ffffff; 
    width: 20px;
    height: 20px;
    background-color: red; 
    outline: 3px solid #CFCFCF;
    margin-right: 10px !important;
} 
.mu-our-project-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    height: 30px;
    outline-color: var(--theme-colour2);
    background-color: var(--theme-colour2);
}
.quote-slide .swiper-button,
.mu-team-slider .swiper-button {
    position: absolute;
    top: 0px;
    width: 130px;
    right: 0;
    display: block;
    height: 60px;
    z-index: 11;
    border-radius: 51px;
    z-index: 1111111;
}
.mu-team-slider.swiper-button-prev:after,
.mu-team-slider .swiper-button-next:after {
    display: none;
}
.quote-slide .swiper-pagination, 
.mu-team-slider .swiper-pagination {
    left: 86%;
    position: absolute;
    width: 100px;
} 
.quote-slide .swiper-button-prev,
.quote-slide .swiper-button-next,
.mu-team-slider .swiper-button-prev,
.mu-team-slider .swiper-button-next { 
    width: 50px;
    height: 50px;
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    color: var(--common-colour2);
} 
.quote-slide .swiper-button-prev:hover,
.quote-slide .swiper-button-next:hover,  
.mu-team-slider .swiper-button-prev:hover,
.mu-team-slider .swiper-button-next:hover {
     color: #fff;
     background-color: var(--theme-colour2);
     color: #f9f9f9;
     border-color:transparent;
}
.quote-slide .swiper-button {
    right: 10%;
}
/* 107. img-comp-slider */
.img-comp-container {
    position: relative;
    height: 700px;
}
.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow:hidden;
} 
.img-comp-img img {
  display:block;
  vertical-align:middle;
} 
.img-comp-img.img-comp-overlay {
    border-right: 3px solid #fff;
}
.img-comp-slider {
  position: absolute;
  z-index:9;
  cursor: ew-resize;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  opacity: 1.7;
  border-radius: 50%; 
}
.img-comp-slider:before {
    content: "";
    position: absolute;
    background-image: url(../img/after-before.html);
    width: 41px;
    height: 20px;
    background-size: cover; 
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
} 
/* 108. before-after */
.before-after div#comparison {
  width: 100%;
  height: 60vw;
  max-width: 100%;
  max-height: 700px;
  overflow: hidden;
  }
.before-after div#comparison figure { 
  background-image: url(../img/after.jpg); 
  background-size: cover;
  position: relative;
  font-size: 0;
  width: 100%; 
  height: 100%;
  margin: 0; 
} 
.before-after div#comparison figure > img { 
  position: relative;
  width: 100%;
}
.before-after div#comparison figure div { 
  background-image: url(../img/before.jpg);
  background-size: cover;
  position: absolute;
  width: 50%; 
  box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
  overflow: hidden;
  bottom: 0;
  height: 100%;
} 
.before-after div#comparison figure div {
    border-right: 3px solid #fff;
}
.before-after input[type=range]{
  -webkit-appearance:none;
  -moz-appearance:none;
  position: relative;
  top: -50%;
  left: 0%;
  background-color: rgb(255 255 255 / 0%);
  width: 100%;
  border-radius: 69px;
}
.before-after input[type=range]:focus { 
  outline: none; 
}
.before-after input[type=range]:active { 
  outline: none;  
} 
.before-after input[type=range]::-moz-range-track { 
  -moz-appearance:none;
    height:15px;
    width: 98%;
    background-color: rgba(255,255,255,0.1); 
    position: relative;
    outline: none;    
 }
.before-after input[type=range]::active { 
  border: none; 
  outline: none;
}
.before-after input[type=range]::-webkit-slider-thumb {
    -webkit-appearance:none;
    width: 20px; height: 15px;   
    background: #fff;
    border-radius: 0;
   }
.before-after input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  width: 20px;
  height: 15px;
  background: #fff;
  border-radius: 0;
} 
.before-after input[type=range]:focus::-webkit-slider-thumb {
    background: rgba(255,255,255,0.5);
   }
.before-after input[type=range]:focus::-moz-range-thumb {
    background: rgba(255,255,255,0.5);
}  
 
/* 109. skin-care-img */

.skin-care-img {
    position: relative;
} 
.skin-care-number {
    background-color: var(--theme-color3);
    padding: 34px;
    position: absolute;
    top: 14%;
    right: 38px;
    text-align: center;
    border-radius: 20px;
    width: 174px;
    border: 3px solid #fff;
    z-index: 444;
} 
.skin-care-number h2 {
    color: var(--common-color3);
    font-size: 52px;
    font-weight: 600;
}
.skin-care-number span {
    line-height: 20px;
    display: block;
    color: var(--common-color3);
}
.skin-care-img img.skin-care-1 {
    margin-left: auto;
    margin-top: -189px;
    display: flex;
    z-index: 111;
} 
.skin-care-img img {
    border-radius: 10px;
    z-index: 111;
    position: relative;
}
.skin-care-img img.dots-img {
    border-radius: 50%;
    position: absolute;
    left: 35%;
    z-index: 0;
    bottom: -6%;
    animation: fa-spin 15s infinite linear;
    width: 120px;
    height: 120px;
}
.skin-care-img img.dots-img-2 {
    position: absolute;
    top: 9%;
    left: -25%;
    animation: topshap 3s infinite;
} 
.heading-two span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: 600;
    color: var(--theme-color3);
    margin-bottom: 10px;
} 
.heading-two h2 {
    color: var(--common-color3);
    font-size: 52px;
    font-weight: 600;
} 
.heading-two {
    padding-bottom: 50px;
} 
.heading-two p {
    padding-top: 14px;
}
ul.skin-care-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 20px;
    border-bottom: 1px solid #CFCFCF;
    padding-bottom: 30px;
    margin-bottom: 60px;
} 
ul.skin-care-list li {
    width: 50%;
    margin-bottom: 30px;
    display: flex;
    gap: 20px;
}
ul.skin-care-list li i {
    align-items: center;
    width: 60px;
    height: 60px;
    border: 1px solid #CFCFCF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
} 
ul.skin-care-list li h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--common-color3);
}
ul.skin-care-list li:hover i {
    background-color: #d1d1d1;
}
.btn.two-color {
    color: var(--common-color3);
}
.btn.two-color::before {
    background-color: var(--theme-color3);
}
.btn.two-color {
    background-color: var(--common-color3);
}
.btn.two-color svg {
    fill: var(--common-color3);
}
.btn.two-color:hover svg {
    fill: #fff;
}
.btn.two-color:hover {
    color: #fff; 
}
.heading-two.two {
    width: 63%;
    margin: auto;
    text-align: center;
} 
.heading-two.two span {
    justify-content: center;
}
.skin-care img {
    border-bottom-left-radius: 350px;
    border-bottom-right-radius: 350px;
}

.skin-care > i {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid;
    position: relative;
}

.skin-care {
    background-color: #fff;
    padding-top: 130px !important;
    position: relative;
    padding: 30px;
}

.skin-care > img {
    position: absolute;
    right: 0;
    top: 0;
}

.skin-care h3 {
    font-size: 24px;
    font-weight: 600;
    padding-top: 24px;
    padding-bottom: 14px;
    color: var(--common-color3);
    position: relative;
}

.skin-care p {
    padding-bottom: 20px;
    position: relative;
}

.skin-care a {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--common-color3);
    position: relative;
}

.skin-care a svg {
    fill: var(--common-color3);
} 
.skin-care:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    background-color: var(--theme-color3);
    bottom: 0;
    right: 0;
} 
.skin-care:hover > i {
    background-color: var(--common-color3);
} 
.skin-care:hover > i img {filter: brightness(0) invert(1);} 
.skin-care > i img {
    border-radius: 0;
} 
.skin-care:hover:before {
    height: 100%;
} 
 .btn.two-color:before {
     background-color: var(--theme-color3);
} 
.btn-center .btn.two-color:before {
    background-color: #fff7ef;
}
.btn.two-color:hover {
    background-color: var(--common-color3);
}
.mu-map iframe {
    height: 340px;
    border-radius: 20px;
}
.appiontment.mu-style .btn {
    width: auto;
} 
.appiontment.mu-style textarea {
    height: 246px;
}
.appiontment.mu-style .nice-select.Advice {
    width: 100%;
    height: 50px;
    padding-top: 4px;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    margin-bottom: 24px;
}
.nice-select .list {
    width: 100%;
}
/* 110. vip-customer */
.vip-customer {
    display: flex;
    align-items: center;
    margin-top: 100px;
    position: relative;
    margin-bottom: 60px;
}
.vip-customer p {
    padding-left: 26px;
    color: var(--common-color3);
    font-weight: 600;
    background-color: #fff;
} 
.vip-customer ul.experience-team a {
    background-color: var(--common-color3);
    font-size: 20px;
} 
.vip-customer:before {
    background-color: #CFCFCF;
    width: 56%;
    right: 0;
    position: absolute;
    height: 1px;
    content: "";
}
.brand-slide.two {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 60px;
} 
/* 111. specialoffer */
.specialoffer {
    text-align: center;
    background-color: var(--theme-color3);
    border-bottom-left-radius: 400px;
    border-bottom-right-radius: 400px;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    border-bottom: 8px solid #fff;
}
.specialoffer h3 {
    font-size: 52px;
    font-weight: 600;
    color: var(--common-color3);
    padding-top: 24px;
} 
.specialoffer p {
    font-weight: 600;
    color: var(--common-color3);
} 
.specialoffer .circle div {
    color: var(--common-color3);
} 
.specialoffer h4 {
    font-size: 52px;
    font-weight: 600;
    color: var(--common-color3);
} 
.specialoffer > span {
    color: var(--common-color3);
    display: block;
    font-weight: 600;
    margin-bottom: 20px;
} 
.specialoffer .progressbar-text {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 0;
} 
.specialoffer .btn.two-color:before {
    background-color : #fff ;
}
.special-video {
    text-align: center;
    position: relative;
} 
.special-video a.video-pop {
    justify-content: center;
    margin-bottom: 30px;
} 
.special-video a.video-pop i {
    width: 80px;
    height: 80px;
} 
.special-video h2 {
    font-weight: 600;
    font-size: 80px;
    -webkit-text-fill-color: #ffffff42;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffffff;
} 
.special-offer {
    padding-bottom: 100px;
    position: relative;  
} 
.special-offer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--common-color3)78;
    backdrop-filter: blur(5px);
    top: 0;
}
/* 112. pricing-card-two */
.pricing-card-two {
    text-align: left;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    padding-left: 300px;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
} 
.pricing-card-two h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
} 
.pricing-card-two p {
    color: #fff;
    padding-bottom: 10px;
} 
.pricing-card-two .price {
    font-size: 92px;
    font-weight: bold;
    color: #fff;
    line-height: 90px;
    padding-top: 10px;
    z-index: 11;
    position: relative;
} 
.pricing-card-two .price span.per-month {
    font-size: 18px;
    margin-left: -16px;
}  
.pricing-card-two ul.features li {
    color: #fff;
    padding-bottom: 14px;
    padding-left: 22px;
    position: relative;
} 
.pricing-card-two ul.features {
    padding-bottom: 44px;
}
.pricing-card-two ul.features li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    left: 0;
    top: 7px;
} 
.pricing-card-mu {
    position: relative;
}
.pricing-card-mu:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--common-color3)78;
    backdrop-filter: blur(5px);
    top: 0;
}
.pricing-card-mu .btn.two-color:before {
    background-color: #fff;
} 
.pricing-card-mu .btn.two-color {
    border-radius: 0;
    width: 44%;
}
/* 113. team-style-3 */
.team-style-3 {
    padding-top: 30px;
    padding-left: 30px;
} 
.team-style-3 ul.social-icon {
    width: 50px;
    flex-wrap: wrap;
    position: absolute;
    bottom: 15px;
    left: 15px;
} 
.team-style-3 {
    position: relative;
    border: 1px solid #CFCFCF;
    border-radius: 30px;
    border-bottom-right-radius: 0;
    overflow: hidden;
} 
.team-style-3:before {
    width: 100%;
    height: 0%;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}
.team-style-3:hover:before {
    height: 100%;
}
.team-style-3 img {
    margin-left: auto;
    display: flex;
    position: relative;
    z-index: 1;
} 
.team-style-3 ul.social-icon li a {
    color: var(--common-color3);
    background-color: #fff;
    border: 0;
    box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.10);
-webkit-box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.10);
-moz-box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.10);
}
.team-style-3 ul.social-icon li a:hover {
    background-color: var(--common-color3);
    color: #fff;
}
.team-style-3 h2 a {
    color: var(--common-color3);
    font-weight: 600;
    font-size: 32px;
    position: relative;
    width: 68%;
    display: block;
}
.team-style-3 span {
    color: #666;
    position: relative;
}
/* 114. product-card */
.product-card {
    border: 1px solid #CFCFCF;
    border-radius: 10px;
    text-align: center;
    position: relative;
    padding: 30px;
    padding-top: 90px;
} 
.product-card .btn {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    opacity: 0;
} 
.product-card ul.star {
    justify-content: center;
    padding-top: 30px;
} 
.product-card ul.star i {
    font-size: 14px;
} 
.product-card h3 a {
    font-size: 24px;
    font-weight: bold;
    color: var(--common-color3);
} 
.product-card p {
    color: var(--common-color3);
    font-weight: 600;
    padding-top: 10px;
} 
ul.product-icons {
    position: absolute;
    top: 20px;
} 
ul.product-icons a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CFCFCF;
    border-radius: 50%;
    margin-bottom: 7px;
    color: #321717;
} 
ul.product-icons a.icon-btn.wishlist {
    color: red;
} 
ul.product-icons a:hover {
    background-color: #CFCFCF;
} 
.product-card h3 a:hover {
    color: var(--theme-color3);
}
.product-card:hover .btn {
    left: 50%;
    opacity: 1;
}
.product-card:hover img {
    filter: blur(2px);
}
.product-card:hover {
    box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.10);
    border-color: transparent;
}
.mu-product-slide {
    padding: 20px;
    margin: -20px;
    padding-bottom: 80px;
} 
.mu-product-slide .swiper-pagination span {
    background-color: transparent;
    border: 1px solid #444;
    width: 15px;
    height: 15px;
} 
.mu-product-slide .swiper-pagination span.swiper-pagination-bullet-active {
    border: 7px solid var(--common-color3);
}  
/* 115. gallery-tabs */
.nav-tabs.gallery-tabs {
    justify-content: center;
    border: 0;
    margin-bottom: 60px;
} 
.nav-tabs.gallery-tabs .nav-link.active {
    background-color: var(--theme-color3);
    border-radius: 0;
    color: var(--common-color3);
    border-color: var(--theme-color3);
} 
.nav-tabs.gallery-tabs .nav-link {
    padding: 15px 30px;
    font-weight: bold;
    border: 1px solid #CFCFCF;
    color: var(--common-color3);
    border-radius: 0;
    margin-left: 10px;
}
.gallery-tabs .mu-footer-instagram li figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.gallery-tabs .mu-footer-instagram {
    gap: 20px;
}
.gallery-tabs .mu-footer-instagram li {
    width: 24%;
}
.gallery-tabs .mu-footer-instagram li figure:before { 
    background-color: var(--common-color3);
    opacity: .5;  
    z-index: 1;
}
.gallery-tabs .mu-footer-instagram li figure:hover img {
        filter: blur(2px);
}
.tab-content.gallery-tabs {
    margin-bottom: 60px;
}
/* 116. mu-quate-two */
.mu-quate-two p {
    color: #898989;
    font-size: 32px;
    line-height: 45px;
    border-bottom: 1px solid #CFCFCF;
    padding-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.mu-quate-two p b {
    color: var(--common-color3);
}
.mu-quate-two .review-admin h5 {
    font-size: 24px;
    color: var(--common-color3);
}
.mu-review-img {
    position: relative;
    text-align: right;
} 
.working-ratting img {
    border-radius: 50%;
    background-color: transparent;
    padding: 0;
}  
.mu-review-img .working-ratting {
    border-radius: 58px;
    padding: 12px;
    padding-right: 30px;
    border: 0;
    box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.10);
    right: -29%;
} 
.mu-review-img .working-ratting h3 {
    font-size: 16px;
} 
.mu-review-img .working-ratting i {
    font-size: 12px;
}
.mu-review-img:before {
    content: "";
    position: absolute;
    width: 83%;
    height: 70%;
    background-color: var(--theme-color3);
    border-top-left-radius: 300px;
    bottom: 0;
    left: 14%;
} 
.mu-review-img img {
    position: relative;
}
/* 117. mu-quate-two-slide */ 
.mu-quate-two-slide .swiper-button {
    position: absolute;
    bottom: 0px;
    width: 130px;
    right: 0%;
    display: block;
    height: 60px;
    z-index: 11;
    border-radius: 51px;
    z-index: 1111111;
}
.mu-quate-two-slide .swiper-pagination {
    left: 86%;
    position: absolute;
    width: 100px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.mu-quate-two-slide .swiper-button-prev,
.mu-quate-two-slide .swiper-button-next { 
    width: 50px;
    height: 50px;
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    color: var(--common-colour2);
} 
.mu-quate-two-slide .swiper-button-prev:hover,
.mu-quate-two-slide .swiper-button-next:hover {
     color: #fff;
     background-color: var(--common-color3);
     color: #f9f9f9;
     border-color:transparent;
}
.mu-blog-two-style {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.mu-blog-two-style .mu-blog-one-style {
    width: min-content;
}
.mu-blog-two-style .mu-blog-one-style .admin a,
.mu-blog-two-style .blog-one-style .comment a,
.mu-blog-two-style .mu-blog-one-style .comment a,
.mu-blog-two-style .mu-blog-one-style a {
    color: var(--common-color3); 
}
.mu-blog-two-style .mu-blog-one-style a svg {
    fill: var(--common-color3);
}
.mu-blog-two-style .mu-blog-one-style a:hover,
.mu-blog-two-style .mu-blog-one-style .admin a:hover,
.mu-blog-two-style .blog-one-style .comment a:hover,
.mu-blog-two-style .mu-blog-one-style .comment a:hover  {
    color: var(--theme-color3);
}
/* 118. header.mu-two */
header.mu-two {
    position: relative;
    padding-bottom: 15px; 
}
header.mu-two .top-bar {
    border-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0; 
}
header.mu-two .header-two-top {
    background-color: var(--common-color3);
    border: 0;
}
.header-two-top .contact-header > div {
    padding-top: 0px;
    padding-bottom: 0px;
}
header.mu-two .contact-header p {
    color: #fff;
    border-color: #664D4D;
} 
header.mu-two .contact-header > div {
    border-color: #664D4D;
}
header.mu-two .top-bar ul.social-icon a {
    color: #fff;
    font-size: 16px;
}
header.mu-two .top-bar ul.social-icon a:hover {
    color: var(--theme-color3);
}
header.mu-two li.menu-item-children > a:before {
    content: "+";
    background-image: none;
    top: 15px;
}
header.mu-two .navbar-links li > a {
    text-transform: uppercase;
    font-size: 14px;
    color: var(--common-color3);
}
header.mu-two .btn {
    border-radius: 0;
}
header.mu-two .header-search-button.search-box-outer a:hover {
    background-color: var(--common-color3);
    color: #FFF;
    border-color: var(--common-color3);
}
header.mu-two .navbar-links li:hover > a {
    border-color: var(--common-color3);
}
.navbar-links li > a {
    border-bottom: 0px  ;
}
header.mu-two .navbar-links li.navbar-dropdown .sub-menu li a:hover {
    color: var(--common-color3);
}
/* 119. mu-hero-two-text */
.mu-hero-two-text {
    padding-top: 110px;
} 
.mu-hero-two-text h2 {
    font-size: 105px;
    font-weight: 600;
    line-height: 120px;
    color: var(--common-color3);
} 
.mu-hero-two-text p {
    font-size: 24px;
    line-height: 38px;
    border-left: 3px solid var(--theme-color3);
    padding-left: 24px;
    margin-top: 24px;
    margin-bottom: 42px;
}  
.mu-hero-two-text .btn.two-color.two:before {
    background-color: #fff3e8;
} 
.mu-hero-two-text .btn.two-color.two {
    margin-left: 10px;
} 
ul.acne-treatment {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin-top: 100px;
} 
ul.skin-care-list li:hover i img,
ul.acne-treatment li:hover img,
.skin-care:hover > i img {
    transform: rotate3d(1, 1, 1, 360deg); 
} 
ul.acne-treatment li img {
    display: block;
    margin: auto;
    margin-bottom: 12px;
}
ul.acne-treatment li:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 80%;
    background-color: #CFCFCF;
    top: 12px;
    right: -50%;
} 
ul.acne-treatment li {
    position: relative;
}
.mu-hero-two-img {
    position: relative;
} 
.mu-hero-two-img:before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border: #fff 52px solid;
    border-radius: 50%;
    right: -26%;
    top: 10%;
    animation: topshap 3s infinite;
} 
.mu-hero-two-img img {
    position: relative;
}
.mu-hero-two-section ul.shaps li:nth-child(3) {
    right: 40%;
    top: 28%;
}
.mu-hero-two-section ul.shaps li:nth-child(2) {
    top: 52%;
    right: 2%;
}
.customer-satisfied {
    background-color: #fff;
    width: fit-content;
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    padding-right: 60px;
    position: absolute;
    top: 56%;
} 
.customer-satisfied p {
    color: var(--common-color3);
    font-weight: bold;
    line-height: 22px;
}
.customer-satisfied span i {
    color: var(--theme-color3);
    padding-right: 6px;
    font-size: 14px;
}
/* 120. mu-footer-two */
.mu-footer-two-top {
    display: flex;
    justify-content: space-between;
    background-color: var(--theme-color3);
    padding: 60px;
    border-radius: 150px;
    align-items: center;
    transform: translateY(-90px); 
} 
.footer-contact {
    display: flex;
    align-items: center;
    gap: 14px;
} 
.footer-contact h3,.footer-contact a {
    font-size: 16px;
    color: var(--common-color3);
    font-weight: 600;
} 
.footer-contact i {
    font-size: 24px;
    background-color: #ffffff24;
    padding: 18px;
    border-radius: 50%;
    color: var(--common-color3);
} 
.footer-contact span {
    display: block;
    padding-bottom: 4px;
} 
footer.mu-footer-two {
    margin-top: 90px;
    background-color: var(--common-color3);
} 
.footer-contact:hover i {
    background-color: #fff;
}
.footer-link-two h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
} 
ul.footer-link-list-two a {
    color: #898989;
}
.footer-link-two p {
    color: #898989;
}
 ul.footer-link-list-two li {
    padding-bottom: 15px;
}
.footer-link-two p,
.footer-link-two form {
     width: 72%;
} 
 .footer-link-two form {
    padding-top: 30px;
}

.footer-link-two form input {
    width: 100%;
    border-radius: 50px;
    height: 60px;
    padding-left: 27px;
    background-color: #ffffff0f;
    border: 0;
    outline: 0;
    margin-bottom: 10px;
} 
.footer-link-two form .btn.two-color:hover { 
    color: #000;
}
.footer-link-two form .btn.two-color {
    background-color: #fff; 
}
ul.footer-link-list-two a i {
    opacity: 0;
    margin-left: -25px;
} 
ul.footer-link-list-two a:hover i {
    opacity: 1;
    margin-left: 0px;
}
.instagram-img.footer-link-two ul {
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    margin-top: 0;
} 
.instagram-img.footer-link-two ul li {
    width: 30%;
    height: auto;
} 
.instagram-img.footer-link-two ul li img {
    width: 100%;
    height: auto;
} 
.instagram-img.footer-link-two {
    padding: 0;
}
.instagram-img.footer-link-two ul li figure:before { 
    background-color: var(--theme-color3);
}
.footer-copyright {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    margin-top: 100px;
}

.footer-copyright p {
    color: var(--common-color3);
    font-weight: 600;
}
/* 121. header-three */
.header-three form.search {
    position: relative;
    margin-right: 30px;
} 
.header-three form.search button {
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 11px;
    left: 15px;
    color: #898989;
} 
.header-three form.search input {
    height: 45px;
    border-radius: 52px;
    padding-left: 40px;
    border: 1px solid #e2e2e2;
    width: 210px;
    outline: none;
} 
.header-three .login {
    display: flex;
    align-items: center;
}
.header-three .login a.sign-up {
    background-color: var(--theme-color4);
    padding: 12px 22px;
    color: #000000;
    font-size: 14px;
    margin-left: 14px;
    font-weight: 500;
}
.header-three .login a.sign-up:hover {
    background-color: #2D5B67;
    color: #fff;
}
header.mu-two.header-three .navbar-links li > a { 
    color: #000;
}
header.mu-two.header-three .navbar-links li:hover > a {
    border-color: var(--theme-color4);
}
/* 122. mu-hero-three */
.mu-hero-three {
    padding-top: 139px;
    position: relative;
}
.btn.three-color {
    border-radius: 0;
    color: #000;
    background-color: #2D5B67;
    height: 58px;
} 
.btn.three-color:before {
    background-color: var(--theme-color4);
} 
.btn.three-color:hover {
    color: #fff;
} 
.btn.three-color.two svg,
.btn.three-color:hover svg {
    fill: #fff;
}
.btn.three-color.two:before {
    background-color: transparent;
}
.btn.three-color.two {
    color: #fff;
    margin-left: 10px;
}
.swiper-button-three .swiper-button-next, .swiper-button-three .swiper-button-prev {
    height: 17px;
    z-index: 11111;
}
.swiper-button-three .swiper-pagination {
    bottom: 4px; 
} 
.mu-hero-three .swiper-button-three {
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, -50%);
    z-index: 1111;
    position: absolute;
    width: 140px;
    display: flex;
    align-items: center;
} 
 .mu-hero-three-text .btn.three-color.two:hover {
    background-color: #fff;
    color: #000;
} 
.mu-hero-three-text .btn.three-color.two:hover svg {
    fill: #000;
}
.mu-hero-three .swiper-button-three span.swiper-pagination-bullet {
    background-color: #fff;
}
.mu-hero-three-text > span {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    transform: translateY(-20px);
} 
.mu-hero-three-text h2 {
    font-size: 74px;
    line-height: 80px;
    color: #fff;
    padding-bottom: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    transform: translatex(-20px);
} 
.mu-hero-three-text h2 span {
    position: relative;
    display: inline-block;
    z-index: 11;
    color: #000;
} 
.mu-hero-three-text h2 span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 71%;
    background-color: var(--theme-color4);
    z-index: -1;
    top: 13px;
} 
.mu-hero-three-text p {
    font-size: 22px;
    color: #fff;
    line-height: 40px;
    padding-bottom: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    transform: translatex(20px);
}
.three-btn-style {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    transform: translateY(-20px);
}
.mu-hero-three-slide .mu-hero-three-img img {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease; 
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.mu-hero-three-slide .swiper-slide-active .mu-hero-three-img img {
    opacity: 1;
    visibility: visible;
    transition-delay: .5s; 
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);

}
.mu-hero-three-slide .swiper-slide-active .mu-hero-three-text > span {
    opacity: 1;
    visibility: visible;
    transition-delay: .5s;
    transform: translateY(0);
}
.mu-hero-three-slide .swiper-slide-active .mu-hero-three-text h2 {
    opacity: 1;
    visibility: visible;
    transition-delay: .9s;
    transform: translatex(0);
}
.mu-hero-three-slide .swiper-slide-active .mu-hero-three-text p {
    opacity: 1;
    visibility: visible;
    transition-delay: 1.2s;
    transform: translatex(0);
}
.mu-hero-three-slide .swiper-slide-active .three-btn-style {
    opacity: 1;
    visibility: visible;
    transition-delay: 1.5s;
    transform: translateY(0);
}
.mu-hero-three-img img {
    width: 108%;position: relative;
    z-index: 11;
} 
.mu-hero-three-text {
    padding-top: 120px;
}
img.three-shap {
    position: absolute;
    top: 0;
    right: 0;
}
.marquee-three .marquee-item h3 {
    font-size: 32px;
    text-transform: capitalize; 
    color: #000;
}
.marquee-three .marquee-icon {
    background-color: var(--theme-color4);
}
.mu-hero-three-text img {
    margin-right: 10px;
    filter: brightness(0) invert(1);
}
/* 123. psychology-about */
.psychology-about figure img {
    width: 100%;
}
.heading-three span {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 24px;
    font-weight: bold;
    z-index: 11;
}  
.heading-three h2 {
    padding-top: 10px;
    font-size: 52px;
    font-weight: bold;
    padding-bottom: 20px;
    color: #000;
    z-index: 11;
    position: relative;
}
.heading-three.two {
    text-align: center;
    position: relative;
    padding-bottom: 44px;
} 
.heading-three.two span {
    justify-content: center;
}
.heading-three.two h3 {
    position: absolute;
    font-size: 220px;
    top: 0;
    z-index: 0;
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #0000000a;
    line-height: 205px;
    left: 50%;
    top: 40px;
    transform: translate(-50%, -50%);
}
/* 124. mu-service-three */
.mu-service-three {
    text-align: right;
} 
.mu-service-three h3 a {
    font-size: 24px;
    font-weight: 600;
    color: #000;
} 
.mu-service-three h3 {
    padding-top: 14px;
    padding-bottom: 20px;
}
.mu-service-three h3 a:hover {
    color: var(--theme-color4);
}
.mu-service-three + .mu-service-three {
    margin-top: 60px;
}
.mu-service-three-img {
    text-align: center;
}
.mu-service-three.left-side {
    text-align: left;
}
.video-img a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 111;
}
.video-img a i {
    width: 100px;
    height: 100px;
    background-color: #fff;
    color: #000;
}
.video-img {
    position: relative;
    transform: translateY(-350px);
    margin-top: 350px;
    margin-bottom: -350px;
}
/* 125. progress-stap-num */
.progress-stap-num img {
    filter: brightness(0) invert(1);
} 
.progress-stap-num:hover img {
    filter: brightness(0) invert(0);
} 
.progress-stap-num i {
    background-color: #2D5B67;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
} 
.progress-stap-num i:before {
    position: absolute;
    content: "";
    border: 2px dashed #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
} 
.progress-stap-num:hover i:before {
    border-color: #000;
}
.progress-stap-num:hover i:before {
    animation: fa-spin 10s infinite linear;
}
.progress-stap-num h3 {
    font-size: 24px;
    color: #000;
    padding-top: 24px;
    padding-bottom: 13px;
    font-weight: 600;
}
.progress-stap {
    padding-top: 120px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}
.progress-stap-num span {
    background-color: #fff;
    top: 0;
    position: absolute;
    width: 40px;
    border-radius: 50%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #000;
    left: 90px;
} 
.progress-stap-num:hover span {
    background-color: #000;
    color: #fff;
}
.progress-stap-num {
    position: relative;
} 
.progress-stap-num:hover i {
    background-color: var(--theme-color4);
}
.progress-stap {
    position: relative;
} 
.progress-stap img.shaps-11 {
    position: absolute;
    right: 2%;
    animation: fa-spin 10s infinite linear;
    filter: brightness(0) invert(0);
    top: 26%;
}
.progress-stap-num p {
    color: #898989;
}
/* 126. three-team */
.three-team {
    text-align: center;
} 
.three-team-img {
    margin-bottom: 40px;
}
.three-team {
    text-align: center;
}

.three-team-img {
    margin-bottom: 20px;
    background-color: #F2FBFF;
    padding-top: 15px;
    position: relative;
} 
.three-team-img:before {content: "";position: absolute;width: 100%;height: 00%;background-color: var(--theme-color4);left: 0;t;bottom: 0;} 
.three-team-img img {
    position: relative;
} 
.three-team:hover .three-team-img:before {
    height: 100%;
}
.three-team h3 {
    font-size: 32px;
    font-weight: bold;
    color: #000;
} 
.three-team h3 a:hover {
    color: #2c5864;
} 
.three-team span {
    color: #898989;
    margin-top: 10px;
    display: block;
}  
ul.social-brands {
    position: absolute;
    background-color: #fff;
    padding: 16px;
    border-radius: 150px;
    top: 0px;
    left: 38px;
    padding-bottom: 3px;
    z-index: 11;
    opacity: 0;
} 
.three-team:hover ul.social-brands { 
    top: 13px; 
    opacity: 1;
}
ul.social-brands li a {
    font-size: 18px;
} 
ul.social-brands li a:hover {
    color: #2c5864;
}
ul.social-brands li {
    padding-bottom: 10px;
} 
/* 127. book-session */
.section-book-session .mu-map iframe {
    width: 97vw;
    border-radius: 0;
    height: 700px;
    margin-bottom: 0;
}
.book-session {
    background-color: #444;
    padding-top: 120px;
    margin-top: -160px;
    z-index: 1111;
    position: relative;
    padding-bottom: 120px;
} 
.book-session:before {
    content: "";
    position: absolute;
    width: 124%;
    background-color: var(--theme-color4);
    height: 100%;
    left: -20%;
    top: 0;
}
.book-session .heading-three,
form.appiontment {
    position: relative;
} 
.book-session form.appiontment {
    background-color: transparent;
    padding: 0;
} 
.book-session .heading-three img {
    filter: brightness(0) invert(0);
} 
.book-session .btn.three-color {
    color: #fff;
    width: 100%;
}
.book-session .btn.three-color:before {
    background-color: #2a5661;
}
/* 128. customer-services */
.customer-services {
    position: relative;
    display: flex;
    gap: 16px;
    margin-top: 30px;
    align-items: center;
}
.customer-services span {
    display: block;
}
.book-session .heading-three {
    padding-bottom: 30px;
} 
.customer-services i {
    padding: 13px;
    background-color: #ffffff26;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}  
.customer-services h3,
.customer-services a {
    font-weight: 600;
    color: #000;
    padding-top: 6px;
    display: block;
    font-size: 16px;
}
/* 129. testimonials */
.testimonials {
    display: flex;
    align-items: center;
    gap: 40px;
    border-bottom: 1px solid #CFCFCF;
    border-top: 1px solid #CFCFCF;
} 
.testimonials-img img {
    border-radius: 50%;
}  
.swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
    position: relative;
    top: 0;
    width: 48%;
    height: 54px;
    margin-top: 30px;
} 
.mu-quate-three-slide span.swiper-pagination-current {
    color: #2D5B67;
    font-size: 62px;
    line-height: 62px;
    font-weight: bold;
} 
.mu-quate-three-slide span.swiper-pagination-total {
    font-size: 24px;
    font-weight: bold;
} 
.testimonials .testimonials-img {
    border-left: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
} 
.testimonials-text p {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    color: #000;
    padding-bottom: 24px;
    padding-top: 24px;
} 
.testimonials-text {
    width: 54%;
} 
.testimonials-text h4 {
    font-size: 24px;
    color: #000;
} 
.testimonials-text h4 span {
    color: #898989;
    font-size: 16px;
}
.testimonials-name {
    display: flex;
    align-items: center;
} 
.testimonials-name h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 6px;
} 
.testimonials-name ul.star li i {
    background-color: #2d5b67;
    padding: 0;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
} 
.testimonials > img {
    width: 120px;
}
.testimonials-name ul.star {
    margin-bottom: 0;
    margin-left: 25px;
    border-left: 1px solid #cfcfcf;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 24px;
}
.mu-quate-three-slide {
    overflow: hidden;
}
.three-project + .three-project {
    margin-top: 24px;
} 
.heading-btn .heading-three {
    width: 57%;
}
/* 130. mu-blog-one-style.blog-three */
.mu-blog-one-style.blog-three {
    display: flex;
    align-items: center;
    border: 1px solid #CFCFCF;
    padding: 20px;
    gap: 10px;
    position: relative;
} 
.mu-blog-one-style.blog-three:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: var(--theme-color4);
    left: 0;
    bottom: 0;
}
.mu-blog-one-style.blog-three:hover:before {
    width: 100%;
}
.mu-blog-one-style.blog-three h6 {
    background-color: #000;
    padding: 10px;
    width: 60px;
    height: 60px;
    font-size: 16px;
    left: 10px;
    top: 10px;
    color: #fff;
}  
.mu-blog-one-style.blog-three:hover h6 {
    background-color: #2D5B67;
}
.mu-blog-one-style.blog-three:hover h6 a {
        color: #fff;
}
.mu-blog-one-style.blog-three h6 a {
    font-size: 12px;
    padding-top: 6px;
    display: block;
    color: #fff;
} 
.mu-blog-one-style.blog-three h6 a span {
    font-size: 28px;
    line-height: 13px;
}
.mu-blog-one-style.blog-three h3 {
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 20px;
    padding-top: 20px;
    position: relative;
    z-index: 11;
}
.mu-blog-one-style.blog-three:hover h3 {
    border-color: #000;
}
.mu-blog-one-style.blog-three a,
.mu-blog-one-style.blog-three h3 a {
    color: #000;
    position: relative;
    z-index: 11;
}
.mu-blog-one-style.blog-three > div > a i {
    padding-left: 10px;
    fill: #000;
    position: relative;
    z-index: 11;
}
.mu-blog-one-style.blog-three figure {
    margin: 0;
    width: 86%;
    position: relative;
    z-index: 11;
}
.mu-blog-one-style.blog-three > div {
    width: 100%;
    position: relative;
    z-index: 11;
}
.mu-blog-one-style.blog-three figure {
    margin: 0; 
}
/* 131. footer-top-three */
.footer-top-three {
    text-align: center;
    border-bottom: 1px solid #CFCFCF;
    padding-bottom: 80px;
    margin-bottom: 80px;
} 
.footer-top-three h2 {
    font-size: 96px;
    width: 80%;
    margin: auto;
    color: #000;
    font-weight: bold;
} 
.footer-top-three h2 span {
    color: var(--theme-color4);
    border-bottom: 5px solid;
    display: inline-block;
    line-height: 90px;
}
.footer-three ul.social-icon li a {
    color: #000;
    border-color: #CFCFCF;
}
.footer-three ul.social-icon li:hover a {
    background-color: var(--theme-color4); 
    border-color: var(--theme-color4);
}
.footer-three .footer-logo p {
    color: #898989;
}
.header-two-top .top-bar {
    border: 0;
} 
.footer-three .footer-link {
    border: 0;
    padding: 0;
    margin: 0;
} 
.footer-three .footer-link h5 {
    color: #000;
} 
.footer-three .footer-link ul li a {
    color: #898989;
}
.footer-three ul.contact-footer-link i {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    border: 1px solid #898989;
    border-radius: 50%;
    justify-content: center;
} 
.footer-three ul.contact-footer-link li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
} 
.footer-three ul.contact-footer-link li span {
    width: 100%;
    margin-left: 15px;
    color: #898989;
} 
.footer-three ul.contact-footer-link li a {
    margin-left: 15px;
} 
.footer-three .footer-link ul li a:hover {
    color: var(--theme-color4);
}
.footer-three-copyright {
    background-color: var(--theme-color4);
    color: #000;
    text-align: center;
    padding: 20px;
    margin-top: 100px;
} 
.footer-three-copyright p {
    color: #000;
    font-weight: 500;
}
 @keyframes video-popp {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translate(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translate(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}


/* 132. pricing-table-three */
 
.pricing-table-three table {
  width: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pricing-table-three th,
.pricing-table-three td {
  font-family: inherit;
  font-size: 0.875em;
  line-height: 1.45;
  color: #444;
  vertical-align: middle;
  padding: 25px 0px;
}
.pricing-table-three th {
  font-weight: 600;
}

.pricing-table-three colgroup:nth-child(1) {
  width: 25%;
  border: 0 none;
}
.pricing-table-three colgroup:nth-child(2) {
  width: 25%; 
}
.pricing-table-three colgroup:nth-child(3) {
  width: 25%;  
}
.pricing-table-three colgroup:nth-child(4) {
  width: 22%; 
} 
.pricing-table-three thead th { 
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); 
  background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); 
  text-align: center;
  position: relative; 
  padding: 3em 0 2em; 
  background-color: #F2FBFF;
  border-radius: 20px;
}
.pricing-table-three thead th:nth-child(1) {
  background: transparent;
}
.pricing-table-three thead th:nth-child(3) {
  background-color: var(--theme-color4);
}
.pricing-table-three thead th h2 {
  font-weight: 300;
  font-size: 2.4em;
  line-height: 1.2;
  color: #59c7fb;
}
.pricing-table-three thead th h2 + p {
  font-size: 1.25em;
  line-height: 1.4;
}
.pricing-table-three thead th:nth-child(3) h2 {
  font-size: 3.6em;
}
.pricing-table-three thead th:nth-child(3) h2 + p {
  font-size: 1.5em;
} 
.pricing-table-three tbody th span {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
}
.pricing-table-three tbody td { 
  text-align: center;
}
.pricing-table-three tbody tr:nth-child(even) th,
.pricing-table-three tbody tr:nth-child(even) td { 
  border: 0;
}
.pricing-table-three tbody tr:last-child td {
  border-bottom: 0 none;
  border: 0;
} 
.pricing-table-three tfoot th {
  padding: 2em 1em;
  border-top: 1px solid #ccc;
}
.pricing-table-three tfoot td {
  text-align: center;
  padding: 2em 1em;
  border-top: 1px solid #ccc;
} 
.pricing-table-three tfoot a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 1.125em 2em;
  background: #59c7fb;
  border-radius: 0.5em;
} 
table.pricing-table-three tbody tr {
    border-bottom: 1px solid #CFCFCF;
} 
.pricing-table-three tbody td i {
    border: 1px solid #cfcfcf; 
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
} 
.pricing-table-three thead th > span {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    display: block;
    padding-bottom: 14px;
} 
.pricing-table-three thead th a {
    border: 1px solid #CFCFCF;
    font-size: 16px;
    width: 80%;
    padding: 17px;
    display: block;
    border-radius: 50px;
    margin: auto;
    margin-top: 20px;
    color: #000;
} 
.pricing-table-three thead th:nth-child(3) a {
    background-color: #2D5B67;
    color: #fff;
    border: 0;
} 
.pricing-table-three thead th a:hover {
    color: #fff;
    border-color: transparent;
    background-color: #2d5b67;
}
.pricing-table-three thead th h3 {
    font-size: 62px;
    font-weight: bold;
} 
.pricing-table-three thead th h3 span {
    font-size: 16px;
}
.pricing-table-three {
    width: 100%;
}
.pricing-tab-style > div {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 30px;
    border: 1px solid #CFCFCF;
    padding: 40px;
    border-radius: 10px; 
    z-index: 111; 
}
.pricing-tab-style h2 {
    position: relative;
    margin-bottom: 50px;
    left: 0;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.pricing-tab-style .nav-tabs.gallery-tabs {
    margin: 0;
    background-color: var(--theme-color4);
    padding: 4px;
    border-radius: 50px;
} 
.pricing-tab-style .nav-tabs.gallery-tabs li button {
    width: 20px;
    height: 20px;
    border-radius: 71px;
    padding: 0;
    border: 0;
    margin: 0;
} 
.pricing-tab-style .nav-tabs.gallery-tabs .nav-link.active {
    border-radius: 50%;
    background-color: #000000;
} 
.pricing-tab-style div span {
    font-size: 16px;
    font-weight: bold;
}  
.pricing-tab-style {
    position: absolute;
    z-index: 111;
} 
.tab-block .tab-mnu {
  display: flex;
  list-style: none;
  gap: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #CFCFCF;
  padding-bottom: 30px;
}
.tab-block .tab-mnu:after {
  content: "";
  display: table;
  clear: both;
} 
.tab-block .tab-mnu li.active {
    border-bottom: 1px solid #444;
} 
.tab-block .tab-mnu li {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
} 
.tab-block .tab-mnu li:hover {
    color: var(--theme-color4);
}
/* 133. psychology-about-style */
.psychology-about-text ul li {
    margin-top: 18px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: bold;
} 
.psychology-about-text ul li i {
    background-color: var(--theme-color4);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.psychology-about-text .tab-cont ul {
    padding-top: 10px;
    padding-bottom: 30px;
}
.psychology-about-text .tab-cont > div img {
    width: 180px;
}
.psychology-about-style {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.psychology-about-style > div {
    border-right: 1px solid #cfcfcf;
    padding-right: 60px;
}
.psychology-about-style  .psychology-about-img {
    position: relative;
    border: 0;
    padding: 0;
} 
.psychology-about-style .psychology-about-img .psychology-about-img {
    transform: rotate(350deg) translatex(-73px) translatey(-22px);
    z-index: 0;
    margin-right: -56px;
} 
.psychology-about-style .psychology-about-img img {
    position: relative;
    z-index: 11;
} 
/* 134. transition time */
.progress-stap-num span,.three-team-img:before,.three-team h3 a,ul.social-brands li a,.mu-blog-one-style.blog-three h3,
.btn.three-color svg,.progress-stap-num i:before,.progress-stap-num span,.progress-stap-num i,.progress-stap-num img,
ul.acne-treatment li img,.gallery-tabs .mu-footer-instagram li figure img,.mu-quate-two-slide .swiper-button-prev:hover,
.mu-quate-two-slide .swiper-button-next:hover,ul.skin-care-list li i img,.skin-care > i img,.mu-service-three h3 a,
  .skin-care:before,.skin-care a,.skin-care img,.skin-care i,.product-card .btn,.product-card img,.progress-stap-num i:before,
.swiper-button-prev,.swiper-button-next,.pricing-card:before,.pricing-card .per-month,.product-card,.tab-block .tab-mnu li,
.mu-footer-link-list a,.mu-footer-link a,.mu-all-rights-text ul li a,span.swiper-pagination-bullet,
.mu-appiontment a,.mu-appiontment a svg,.mu-blog-one-style h3 a,.mu-blog-one-style a,.mu-footer-instagram li figure:before,
.mu-our-project h3 a,.mu-our-project div > a,.mu-our-project div > a svg,.mu-accordion .accordion-item .icon,
.header-search-button.search-box-outer a,.btn i,.login a,.mu-appointment a,.mu-services ul li:before,.mu-services ul li,
.mu-services:before,.mu-services > i,.mu-services a,.mu-services p,.mu-services svg ,.mu-hero-slider span.swiper-pagination-bullet:before,
.services-slider .swiper-button-prev , .services-slider .swiper-button-next,.mu-our-project > div,.mu-team-text a i,
.mu-team-text a,ul.social-icon li a,ul.social-icon,.brand-slide-2 .swiper-slide img,.brand-slide-2 .swiper-slide, 
.emergency-call a,.pricing-plan,ul.skin-care-list li i,.btn.two-color svg,.team-style-3:before,.footer-three ul li a,
.blog-admin a,ul.blog-comment-list li a,ul.information-list a,ul.pagination li a,ul.footer-link-list-two a i,
.stap-pagination a i,.project-information ul.information-list li a,ul.tags-list a,.footer-contact i,.footer-contact a,
.blog-one-style h6 a,ul.services-list li:before,ul.services-list li a,.portfolio-text a,ul.footer-link-list-two a,
.reviewtwo-slider .review img.quotes,.blog-one-style .admin a,.blog-one-style.two h6 a,ul.social-brands,
.blog-one-style .comment a,.blog-one-style.two .blog-text > div > a,.image-slider .swiper-button,
.reviewtwo-slider .review p,.reviewtwo-slider .review h5,.reviewtwo-slider .review span,.mu-service-three img,
.working-process-img img,.working-process span,.reviewtwo-slider .review,.accordion-item .icon,
.dental-services > i,.dental-services i svg,.dental-project-text span,.dental-project-text h3 a,
.white_content .social-medias a:after,.dental-services:before,.dental-services h3 a,.dental-services p,
.team-text a i,.team-img ul.social-icon,.team-text a,.blog-two-style h4 a,.dental-services h3,.pricing-table-three thead th a,
.services-two span,.services-two:before,.services-two p, .services-two svg,.instagram-img ul li figure:before,
.swiper-button-prev,ul.social-icon li a,.services-two:after,ul.experience-team a,.swiper-button > div ,
.swiper-button-next,.blog-one-style h3 a,.portfolio:before,.contact-header a,.image-slider .swiper-button,
.project-text span,.project-style a,.choose-us i svg,footer a,.portfolio-text,.portfolio i,.product-card h3 a,
.services:before,.services > i,.services a,.services p,.services svg,.footer-two ul.footer-link-list li a i,
.header-search-button.search-box-outer a,.hover-img img,.about-text-two svg,.image-slider .swiper-button span,
.mu-blog-one-style.blog-three h6,.mu-blog-one-style.blog-three h6 a,.mu-blog-one-style.blog-three:before {
    transition: .4s ease-in-out;
} 


header .navbar-links li.navbar-dropdown a span {
    position: absolute;
    top: -13px;
    font-size: 12px;
    background-color: #0022ff;
    padding: 4px 10px;
    border-radius: 20px;
    color: #fff;
    left: 36px;
}

header .navbar-links li.navbar-dropdown .sub-menu a span {
    position: absolute;
    left: auto;
    right: 30px;
    top: 15px;
}
header.mu-two .navbar-links li.navbar-dropdown a span {
    background-color: var(--theme-color3) ;
    color: #000;
}
header.mu-two.header-three .navbar-links li.navbar-dropdown a span {
    background-color: var(--theme-color4) ;
    color: #000;
} 