@charset "UTF-8";
/*
Theme Name: Moristan - Hospital & Clinic HTML Template
Theme URI: http://zwin.io/html/moristan
Author: Zwin
Author URI: http://zwin.io/
Description: Moristan is a Hospital & Clinic HTML Template For the Crazy Design Lover build with Bootstrap 4 framework.
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Typography
# Normalize
# Accessibility
# Globals
# Alignments
# Clearings
# Posts and pages
# Captions
# Galleries
# Unit test
# guterberg
# Gutenberg	Default Style
# Block Color Palette Colors
# Sections
    ## Breadcrumb
    ## Comments
    ## Widgets
    ## Nav Bar
    ## Top Bar
    ## Info Bar
    ## Selectbox
    ## Header
    ## Navbar 
    ## Slider Area    
    ## Service Area
    ## Doctor Area
    ## Statistics Area
    ## Appointment Area
    ## Map Area
    ## Latest Stories Area
    ## Footer Area
    ## About Us Area
    ## About Our Doctor Area
    ## Why Choose Area
    ## About Our Mission Area
    ## Time Line Area
    ## Service Neurology Area
    ## Service Dental Area
    ## Service Ophtalmologue Area
    ## Service Teeth Canel Area
    ## Service Teeth Quality Area
    ## Service Canal Price Area
    ## Error 404

# Elements
    ## Back Top
    ## Preloader
    ## Search Popup
    ## Video Popup
    ## Button
    ## Section Title
    ## Counter Item

# Pages 
    ##
    ##
    ##
    ##
--------------------------------------------------------------*/
/*-----------------
    # Typography
-----------------*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700&display=swap");

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
:root {
  --main-color-one: #A554A1;
  --heading-color: #626262;
  --paragraph-color: #111111;
  --heading-color: #003367;
  --heading-font: 'Raleway', sans-serif;
  --body-font: 'Montserrat', sans-serif;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: var(--body-font);
  height: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body.modal-open {
  padding-right: 0 !important;
}

body {
  margin: 0;
  padding: 0;
  color: var(--paragraph-color);
  overflow-x: hidden;
  font-family: var(--body-font);
  height: 100%;
}

.container-fluid {
  width: 100%;
  max-width: 1920px;
  margin: auto;
}

h1 {
  font-size: 48px;
  line-height: 1.0833333333333333;
}

h2 {
  font-size: 36px;
  line-height: 1.4444444444444444;
}

h3 {
  font-size: 24px;
  line-height: 1.0833333333333333;
}

h4 {
  font-size: 20px;
  line-height: 1.2380952380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--body-font);
}

p {
  color: var(--paragraph-color);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}

a {
  color: inherit;
  text-decoration: none;
  color: var(--paragraph-color);
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}

pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

ol {
  counter-reset: counter;
  padding-left: 0;
}

ol li {
  list-style: none;
  margin-bottom: 1rem;
}

/*input and button type focus outline disable*/
button,
input {
  border: none;
  background: transparent;
}

button:focus {
  outline: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="submit"]:focus {
  border: none !important;
}


ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}





@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(165, 84, 161, 0.75);
    box-shadow: 0 0 0 0 rgba(165, 84, 161, 0.75);
  }

  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(165, 84, 161, 0);
    box-shadow: 0 0 0 15px rgba(165, 84, 161, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(165, 84, 161, 0);
    box-shadow: 0 0 0 0 rgba(165, 84, 161, 0);
  }
}

@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(165, 84, 161, 0.75);
    box-shadow: 0 0 0 0 rgba(165, 84, 161, 0.75);
  }

  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(165, 84, 161, 0);
    box-shadow: 0 0 0 15px rgba(165, 84, 161, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(165, 84, 161, 0);
    box-shadow: 0 0 0 0 rgba(165, 84, 161, 0);
  }
}



@-webkit-keyframes pulse3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(165, 84, 161, 0.75);
    box-shadow: 0 0 0 0 rgba(165, 84, 161, 0.75);
  }

  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(165, 84, 161, 0);
    box-shadow: 0 0 0 15px rgba(165, 84, 161, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(165, 84, 161, 0);
    box-shadow: 0 0 0 0 rgba(165, 84, 161, 0);
  }
}

@keyframes pulse3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(165, 84, 161, 0.75);
    box-shadow: 0 0 0 0 rgba(165, 84, 161, 0.75);
  }

  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(165, 84, 161, 0);
    box-shadow: 0 0 0 15px rgba(165, 84, 161, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(165, 84, 161, 0);
    box-shadow: 0 0 0 0 rgba(165, 84, 161, 0);
  }
}


@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 134, 134, 0.75);
    box-shadow: 0 0 0 0 rgba(255, 134, 134, 0.75);
  }

  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 134, 134, 0);
    box-shadow: 0 0 0 15px rgba(255, 134, 134, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 134, 134, 0);
    box-shadow: 0 0 0 0 rgba(255, 134, 134, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 134, 134, 0.75);
    box-shadow: 0 0 0 0 rgba(255, 134, 134, 0.75);
  }

  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 134, 134, 0);
    box-shadow: 0 0 0 15px rgba(255, 134, 134, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 134, 134, 0);
    box-shadow: 0 0 0 0 rgba(255, 134, 134, 0);
  }
}





/*-----------------------------------
            Horizontal Scroll Design
    -------------------------------------*/
.horizontal-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.horizontal-scroll .button-group {
  display: inline-block;
  border-bottom: 2px solid rgba(255, 134, 134, 0.3);
  padding: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.horizontal-scroll .button-group .button {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  color: #626262;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  font-family: var(--heading-font);
  padding: 10px 30px;
}

.horizontal-scroll .button-group .button.is-checked {
  border-bottom: 2px solid #A554A1;
  margin-bottom: -2px;
}

/*-----------------------------------
            Blog Pagination Design
    -------------------------------------*/










input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

code {
  color: #faa603;
}

.dark-bg {
  background-color: #111d5c;
}

.section-bg-1 {
  background-color: #f4f7fc;
}









/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.padding-left-0 {
  padding-left: 0;
}

.padding-right-0 {
  padding-left: 0;
}

.gray-bg {
  background-color: #f8f8f8;
}

.padding-top-5 {
  padding-top: 5px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-15 {
  padding-top: 15px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-25 {
  padding-top: 25px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-top-75 {
  padding-top: 75px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-top-95 {
  padding-top: 95px;
}

.padding-top-100 {
  padding-top: 100px;
}

.padding-top-105 {
  padding-top: 105px;
}

.padding-top-110 {
  padding-top: 110px;
}

.padding-top-115 {
  padding-top: 115px;
}

.padding-top-120 {
  padding-top: 120px;
}

.padding-top-130 {
  padding-top: 130px;
}

.padding-top-140 {
  padding-top: 140px;
}

.padding-bottom-5 {
  padding-bottom: 5px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-25 {
  padding-bottom: 25px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-35 {
  padding-bottom: 35px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-45 {
  padding-bottom: 45px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-bottom-55 {
  padding-bottom: 55px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-bottom-65 {
  padding-bottom: 65px;
}

.padding-bottom-70 {
  padding-bottom: 70px;
}

.padding-bottom-75 {
  padding-bottom: 75px;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.padding-bottom-85 {
  padding-bottom: 85px;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

.padding-bottom-95 {
  padding-bottom: 95px;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

.padding-bottom-110 {
  padding-bottom: 110px;
}

.padding-bottom-105 {
  padding-bottom: 105px;
}

.padding-bottom-115 {
  padding-bottom: 115px;
}

.padding-bottom-120 {
  padding-bottom: 120px;
}

.padding-bottom-130 {
  padding-bottom: 130px;
}

.padding-bottom-135 {
  padding-bottom: 135px;
}

.padding-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.padding-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.padding-top-150 {
  padding-top: 150px;
}

.padding-bottom-190 {
  padding-bottom: 190px;
}

.padding-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.padding-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.padding-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.padding-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.padding-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-55 {
  margin-top: 55px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-top-90 {
  margin-top: 90px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-55 {
  margin-bottom: 55px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.margin-top-120 {
  margin-top: 120px;
}

.margin-left-160 {
  margin-left: 160px;
}

.min-height-600 {
  min-height: 600px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  clear: both;
  margin-right: 20px;
}

.alignright {
  float: right;
  clear: both;
  margin-left: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

.alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}

.alignwide {
  max-width: 1100px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,

.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}






/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}








dl,
ol,
ul {
  padding-left: 15px;
}





.footer-widget .table td,
.footer-widget .table th {
  padding: 0.50rem !important;
}



/*---------------------
    ## Breadcumb 
----------------------*/
.breadcrumb-area {
  padding-left: 85px;
  padding-right: 85px;
}

.breadcrumb-area.style-04 .page-title .heading-1 {
  text-transform: capitalize;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.breadcrumb-area.style-04 .page-list li {
  color: #FFFFFF;
}

.breadcrumb-area.style-04 .page-list li:first-child a {
  color: var(--main-color-one);
}

.breadcrumb-area.style-04 .page-list li:first-child a:hover {
  color: #FFFFFF;
}

.breadcrumb-area.style-03 {
  min-height: 350px;
  position: relative;
}

.breadcrumb-area.style-03 .breadcrumb-content {
  background: #FFFFFF;
  border-radius: 20px 20px 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 400px;
  text-align: center;
}

.breadcrumb-area.style-03 .breadcrumb-content .page-title .heading-1 {
  font-size: 46px;
  line-height: 56px;
  text-transform: capitalize;
}

.breadcrumb-area.style-02 {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.breadcrumb-area.style-02 .breadcrumb-content {
  padding-left: 40px;
}

.breadcrumb-area .page-title .heading-1 {
  color: var(--heading-color);
  font-size: 46px;
  line-height: 56px;
  font-weight: 600;
  font-family: var(--heading-font);
  margin-bottom: 15px;
  text-transform: uppercase;
}

.breadcrumb-area .page-list {
  margin: 0;
  padding: 0;
}

.breadcrumb-area .page-list li {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  color: #A7A7A7;
  font-size: 14px;
  line-height: 25px;
  font-family: var(--body-font);
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.breadcrumb-area .page-list li:first-child {
  padding-left: 0;
}

.breadcrumb-area .page-list li:first-child a {
  color: var(--main-color-one);
}

.breadcrumb-area .page-list li:first-child a:hover {
  color: #A7A7A7;
}

.breadcrumb-area .page-list li:first-child:after {
  display: none;
}

.breadcrumb-area .page-list li:after {
  position: absolute;
  left: 10px;
  top: 0;
  content: "/";
  font-family: 'fontawesome';
}


/*--------------------------------------------------------------
	## WIdgets
--------------------------------------------------------------*/
.widget {
  background-color: #F4F7FC;
  margin-bottom: 30px;
  padding: 25px 30px 30px 30px;
}

.widget select {
  width: 100%;
  height: 50px;
  padding: 10px 20px;
}

.widget .widget-title {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 31px;
  margin-bottom: 20px;
  position: relative;
}

.widget.widget_calendar {
  padding-right: 24px;
  padding-left: 24px;
}

.widget:last-child {
  margin-bottom: 0px;
}

.widget.widget_nav_menu ul li.menu-item-has-children:after {
  display: none;
}

.widget.footer-widget .subscribe-form .form-group .form-control {
  background-color: #515457;
  color: #FFFFFF;
}

.widget.footer-widget .subscribe-form .form-group .form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(255, 255, 255, 0.6);
}

.widget.footer-widget .subscribe-form .form-group .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.6);
}

.widget.footer-widget .subscribe-form .form-group .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.6);
}

.widget.footer-widget .subscribe-form .form-group .form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(255, 255, 255, 0.6);
}

.widget.footer-widget .subscribe-form .submit-btn:hover {
  background-color: #FFFFFF;
  color: var(--main-color-one);
}

.widget.footer-widget {
  background-color: transparent !important;
  padding: 0;
  margin-bottom: 30px;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget ul li ul {
  margin-left: 20px;
}

.widget ul li {
  display: block;
  -ms-word-wrap: break-word;
  word-break: break-word;
}

.widget ul li:first-child {
  margin-top: 0px;
}

.widget ul li:last-child {
  margin-bottom: 0px;
}

.widget ul li a {
  color: inherit;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.widget ul li a:hover {
  color: var(--main-color-one);
}

.footer-widget.widget_nav_menu ul li a {
  position: relative;
}

.footer-widget.widget_nav_menu ul li a:after {
  position: absolute;
  left: 2px;
  bottom: -8px;
  content: "";
  font-family: "fontawesome";
  font-weight: 900;
  color: var(--main-color-one);
}

.widget_search .search-form {
  position: relative;
}

.widget_search .search-form .form-group {
  margin-bottom: 0;
}

.widget_search .search-form .form-group .form-control {
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 70px 0 15px;
}

.widget_search .search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  font-size: 18px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: var(--main-color-one);
  color: #fff;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
  border: none;
  cursor: pointer;
}

.widget_search .search-form .submit-btn:hover {
  background-color: var(--secondary-color);
  color: #fff;
}

.widget_author_meta {
  text-align: center;
}

.widget_author_meta .thumb {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.widget_author_meta .thumb img {
  border-radius: 50%;
}

.widget_author_meta .content .name {
  font-size: 21px;
  font-weight: 700;
}

.widget_author_meta .content p {
  font-size: 16px;
  line-height: 26px;
}

.widget_author_meta .content ul {
  margin-top: 25px;
}

.widget_author_meta .content ul li {
  display: inline-block;
  margin: 0 5px;
}

.widget_author_meta .content ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.widget_author_meta .content ul li a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}

.widget_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 5px;
  color: inherit;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 5px;
  font-size: 16px !important;
}

.widget_tag_cloud .tagcloud a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}

.widget ul li ul.sub-menu {
  position: initial;
}

.widget ul li ul.sub-menu {
  visibility: visible;
  opacity: 1;
  background-color: transparent;
  border-top: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 10px;
}

.widget ul li ul.sub-menu li a {
  padding: 0 0 0px 10px;
}

.widget ul li ul.sub-menu li a:hover {
  background-color: transparent;
}

.widget.widget_nav_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget.widget_nav_menu ul li:last-child {
  margin-bottom: 0;
}

.widget.widget_nav_menu ul li a {
  border: none;
}

.widget.widget_nav_menu ul li>ul {
  margin-left: 15px;
}

.widget.footer-widget.widget_calendar table {
  margin-bottom: 0;
}

.widget.footer-widget.widget_calendar caption {
  padding-bottom: 0;
}

.widget.footer-widget .widget-title {
  color: white;
}

.widget.footer-widget p,
.footer-widget.widget_tag_cloud .tagcloud a,
.widget.footer-widget.widget_calendar caption,
.widget.footer-widget.widget_calendar th,
.widget.footer-widget.widget_calendar td {
  color: #707070;
}

.widget.footer-widget ul li a,
.widget.footer-widget ul li,
.widget.footer-widget tr {
  color: white;
}

.widget.footer-widget ul li a:hover {
  color: var(--main-color-one);
}

.widget .social_share {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.widget .social_share li {
  width: calc(100% / 3);
  margin: 0;
  display: block;
  padding: 20px 0 12px 0;
  text-align: center;
  border-radius: 5px;
  color: #FFFFFF;
}

.widget .social_share li i {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}

.widget .social_share li.facebook {
  background-color: #3b5999;
}

.widget .social_share li.twitter {
  background-color: #55acee;
}

.widget .social_share li.instagram {
  background-color: #e4405f;
}

.widget .social_share li a:hover {
  color: #FFFFFF;
}

.widget .social_share li+li {
  margin-left: 10px;
}

.widget .recent_post_item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget .recent_post_item li {
  display: block;
}

.widget .recent_post_item li+li {
  margin-top: 20px;
}

.widget .recent_post_item li.single-recent-post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.widget .recent_post_item li.single-recent-post-item .thumb {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}

.widget .recent_post_item li.single-recent-post-item .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.widget .recent_post_item li.single-recent-post-item .content .title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.widget .recent_post_item li.single-recent-post-item .content .time {
  font-size: 14px;
  font-weight: 500;
}




.copyright-area {
  padding: 20px 0;
  text-align: center;
  color: #838282;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}



/*----------------------------
    Info Bar
----------------------------*/


.appointment-section.sergery-style .appointment-form-area .select-items div:hover {
  background: #A554A1;
}

.appointment-form-area .custom-select,
.select-box-area .custom-select {
  position: relative;
  padding: 0;
  border: none;
  height: 50px;
}

.appointment-form-area .custom-select select,
.select-box-area .custom-select select {
  display: none;
}

.appointment-form-area .select-selected,
.select-box-area .select-selected {
  border-radius: 24px;
  background-color: #DEE5E9;
}

.appointment-form-area .select-selected::after,
.select-box-area .select-selected::after {
  content: '';
  clear: both;
  display: inline-block;
}

.appointment-form-area .select-selected:after,
.select-box-area .select-selected:after {
  position: absolute;
  content: "";
  top: 22px;
  right: 18px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #626262 transparent transparent transparent;
}

.appointment-form-area .select-selected.select-arrow-active:after,
.select-box-area .select-selected.select-arrow-active:after {
  border-color: transparent transparent #626262 transparent;
  top: 11px;
}

.appointment-form-area .select-items div,
.appointment-form-area .select-selected,
.select-box-area .select-items div,
.select-box-area .select-selected {
  color: #626262;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 300;
  font-style: italic;
  padding: 17px 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.appointment-form-area .select-items,
.select-box-area .select-items {
  position: absolute;
  background-color: #dee5e9;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 24px;
  -webkit-box-shadow: 0 0 4px;
  box-shadow: 0 0 4px;
}

.appointment-form-area .select-hide,
.select-box-area .select-hide {
  display: none;
}

.appointment-form-area .select-items div:first-child,
.select-box-area .select-items div:first-child {
  border-radius: 24px 24px 0 0;
}

.appointment-form-area .select-items div:last-child,
.select-box-area .select-items div:last-child {
  border-radius: 0 0 24px 24px;
}

.appointment-form-area .select-items div:hover,
.appointment-form-area .same-as-selected,
.select-box-area .select-items div:hover,
.select-box-area .same-as-selected {
  background-color: var(--main-color-one);
  color: #FFFFFF;
}

.appointment-form-area .margin-15,
.select-box-area .margin-15 {
  margin: 0 0 15px 0;
  display: block;
}

.appointment-form-area.remove-bg .select-selected,
.appointment-form-area.remove-bg .select-items,
.select-box-area.remove-bg .select-selected,
.select-box-area.remove-bg .select-items {
  background-color: #FFFFFF;
  border: 1px solid #DEE5EA;
}

/*--------------------------------------------------------------
	## Header
--------------------------------------------------------------*/
/* header {
  padding: 45px 0;
} */

header.plastic-header-style-02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

header.slider-style-05 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

header.header-style-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}

header.header-style-3 .search-area .search-icon {
  color: #FFFFFF;
}

header.header-style-3 .search-area .search-icon::before {
  background: #FFFFFF;
}

header.header-style-3 .search-area .menu-toggle span {
  background-color: #FFFFFF;
}

header.plastic-header-style .search-area .search-icon {
  color: #626262;
}

header.plastic-header-style .search-area .search-icon:hover {
  color: #A554A1;
}

header.plastic-header-style .search-area .menu-toggle span {
  background-color: #626262;
}

header.plastic-header-style .search-area .menu-toggle:hover span {
  background-color: #A554A1;
}

header.plastic-header-style-02 .search-area .search-icon {
  color: #626262;
}

header.plastic-header-style-02 .search-area .search-icon:hover {
  color: #A554A1;
}

header.plastic-header-style-02 .search-area .menu-toggle {
  margin-right: 6px;
}

header.plastic-header-style-02 .search-area .menu-toggle span {
  background-color: #000000;
}

header.plastic-header-style-02 .search-area .menu-toggle:hover span {
  background-color: #A554A1;
}

header .header-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 70px 15px 85px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .header-area .logo-area {
  z-index: 9;
  width: 7%;
  /* min-width: 250px; */
  display: flex;
  justify-content: center;
}

header .header-area .navbar-area {
  z-index: 9;
  width: 100%;
  justify-content: flex-end;
}

header .navbar-expand-lg .navbar-collapse {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header .search-area {
  /* width: 5%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-item-align: center;
  align-self: center;
  z-index: 9;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

header .search-area .search-icon {
  color: #626262;
  line-height: 20px;
  font-weight: 600;
  font-family: Flaticon;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

header .search-area .search-icon:hover {
  color: var(--main-color-one);
}

header .search-area .menu-toggle {
  padding: 1px;
  margin-left: 12px;
  cursor: pointer;
}

header .search-area .menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #585858;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 3px 5px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

header .search-area .menu-toggle span:nth-child(2) {
  width: 12px;
}

header .search-area .menu-toggle:hover span {
  background-color: #A554A1;
}

header .search-area .menu-toggle:hover span:nth-child(2) {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

header .social-icon {
  margin-right: 3%;
  float: right;
  height: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

header .social-icon a i {
  color: #626262;
  padding: 14px;
  font-size: 14px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

header .social-icon a i:hover {
  color: #A554A1;
}


.header-bg {
  background: #F5F8F9;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  height: 80vh;
  z-index: 0;
  min-height: 600px;
  border-radius: 0 0 0 20px;
}

.header-heading-style {
  background-color: #F5F8F9;
  min-height: 420px;
  height: 40vh;
  border-radius: 0 0 0 20px;
}

/*----------------------------------------------
    # Nav bar 
----------------------------------------------*/
.navbar.navbar-area.white .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar.navbar-area .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-area {
  padding: 0;
  /*--------------------------
        Plastic Surgery Nav End
    ----------------------------*/
}

.navbar-area.nav-style-03 .nav-container .navbar-collapse .navbar-nav>li>a::after {
  background-color: #A554A1;
}

.navbar-area.nav-style-03 .nav-container .navbar-collapse .navbar-nav li a {
  color: #F5F8F9;
}

.navbar-area.nav-style-03 .nav-container .navbar-collapse .navbar-nav li a:hover {
  color: #A554A1;
}

.navbar-area.nav-style-03 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
  color: #A554A1;
}

.navbar-area.nav-style-03 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children a::before {
  background-color: #FFFFFF;
}

.navbar-area.nav-style-03 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a {
  color: #A554A1;
}

.navbar-area.nav-style-03 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu li a:hover {
  color: #A554A1;
}

.navbar-area.nav-absolute {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0px;
  z-index: 1;
}

.navbar-area.plastic-surgery-nav .nav-container .navbar-collapse .navbar-nav>li>a::after {
  background: #A554A1;
}

.navbar-area.plastic-surgery-nav .nav-container .navbar-collapse .navbar-nav li a {
  color: #000000;
}

.navbar-area.plastic-surgery-nav .nav-container .navbar-collapse .navbar-nav li a:hover {
  color: #A554A1;
}

.navbar-area.plastic-surgery-nav .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
  color: #A554A1;
  cursor: pointer;
}

.navbar-area.plastic-surgery-nav .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a {
  color: #A554A1;
}

.navbar-area.plastic-surgery-nav .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu li a:hover {
  color: #A554A1;
}

.navbar-area .nav-container .navbar-brand .site-title {
  font-weight: 700;
  font-size: 30px;
  font-family: var(--heading-font);
  line-height: 90px;
  color: var(--heading-color);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav {
  display: block;
  margin-top: 15px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav>li>a::after {
  content: "";
  clear: both;
  display: block;
  background: var(--main-color-one);
  height: 2px;
  width: 0px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav>li>a:hover::after {
  width: 15px;
}

@media(max-width:600px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
    margin-left: -215px;
  }
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
  color: var(--main-color-one);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item a::after {
  width: 15px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
  position: relative;
  z-index: 0;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children>a {
  position: relative;
  z-index: 0;
  cursor: pointer;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children>a::before {
  display: none;
  position: absolute;
  right: 8px;
  top: 50%;
  width: 5px;
  height: 5px;
  line-height: 5px;
  font-size: 5px;
  border-radius: 50%;
  background-color: var(--paragraph-color);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  z-index: 9;

}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  position: absolute;
  min-width: 180px;
  margin: 0;
  list-style: none;
  left: 50%;
  top: 130%;
  -webkit-box-shadow: 0 0 2px #D6D6D6;
  box-shadow: 0 0 2px #D6D6D6;
  border-radius: 6px;
  background-color: #FFFFFF;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
  display: block;
  margin-left: 0;
  line-height: 24px;
  font-size: 16px;
  padding: 0 16px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child a {
  border-radius: 8px 8px 0 0;
  padding-top: 16px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:last-child a {
  border-radius: 0 0 8px 8px;
  padding-bottom: 16px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a {
  color: var(--main-color-one);
  padding-left: 10px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  display: block;
  font-size: 14px;
  padding: 5px;
  font-weight: 500;
  white-space: nowrap;
  color: var(--paragraph-color);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
  padding-right: 0px;
  display: block;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children::before {
  display: none;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>a {
  position: relative;
  z-index: 0;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>a::before {
  position: absolute;
  right: -8px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  background-color: var(--paragraph-color);
  display: none;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
  left: 100%;
  top: -24px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.menu-item-has-children {
  display: none;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu li:first-child a {
  padding-top: 16px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu li:last-child a {
  padding-bottom: 16px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu li a {
  background-color: #FFFFFF;
  color: #838282;
  padding: 5px;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu li a:hover {
  color: var(--main-color-one);
  padding-left: 10px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover:before {
  color: #FFFFFF;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1.6rem;
  display: block;
  color: #626262;
  font-weight: 600;
  letter-spacing: .5px;
  padding: 0 1rem;
  font-family: var(--heading-font);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover {
  color: var(--main-color-one);
}

.navbar-toggler {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
}

/*----------------------------------
            Mobile Cross Menu
------------------------------------*/
.cross-menu {
  padding: 5px 10px;
  display: block;
  border-radius: 4px;
}


.cross-menu .bar1,
.cross-menu .bar2,
.cross-menu .bar3 {
  width: 30px;
  height: 2px;
  background-color: #626262;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: block;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 6px);
  -ms-transform: rotate(-45deg) translate(-4px, 6px);
  transform: rotate(-45deg) translate(-4px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -8px);
  -ms-transform: rotate(45deg) translate(-5px, -8px);
  transform: rotate(45deg) translate(-5px, -8px);
}

@media only screen and (max-width: 991px) {
  header .search-area {
    position: absolute;
    top: 6.5%;
    right: 2%;
  }

  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
  }

  .navbar-area .nav-container .navbar-brand {
    display: block;
  }

  .navbar-area .nav-container .navbar-brand .navbar-toggler {
    border: none;
  }

  .navbar-area .nav-container .navbar-collapse {
    position: absolute;
    top: 0;
    left: 50%;
    width: 400px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
    line-height: 30px;
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
    border-bottom: none;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
    margin-left: 0;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    top: 25px;
    right: 20px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
    padding-bottom: 0;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu {
    visibility: visible;
    height: auto;
    opacity: 1;
    border-bottom: none;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu {
    padding: 10px 0 10px 40px;
    height: auto;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: initial;
    display: block;
    width: 100%;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    padding-bottom: 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    max-height: 250px;
    overflow-y: scroll;
    -webkit-transition: height 500ms;
    -moz-transition: height 500ms;
    -o-transition: height 500ms;
    transition: height 500ms;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    padding-left: 50px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
    content: "\f107";
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    padding: 0;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
    top: 30px;
    color: #FFFFFF;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
    border-top: none;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children>.sub-menu {
    padding: 0;
    height: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .navbar-area .nav-container {
    margin: 0 15px;
  }
}

/*--------------------------------------
            Slider Scss Start Here
----------------------------------------*/
.home-slider {
  padding: 2vh 0 5.9vh 0;
  overflow: hidden;
  /*---------Slick Arrow Start-------------*/
  /*---------Slick Arrow End-------------*/
  /*---------Home Slider 01, 05 Controller Start-------------*/
  /*---------Home Slider 01, 05 Controller End-------------*/
  /*-------------- Scroll Done Start Here ------------*/
  /*-------------- Scroll Done End Here ------------*/
}

.home-slider .slick-arrow .arrow-line {
  width: 0px;
  height: 10px;
  background-color: #A554A1;
  display: table;
  margin: auto;
}

.home-slider .slick-arrow .arrow-down {
  position: relative;
  width: 11px;
  margin-right: 13px;
}

.home-slider .slick-arrow .arrow-down .caret-down {
  position: absolute;
  top: 3px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #A554A1;
}

.home-slider .slick-arrow .arrow-up {
  position: relative;
  width: 12px;
}

.home-slider .slick-arrow .arrow-up .caret-up {
  position: absolute;
  top: 0px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #A554A1;
}

.home-slider .controller-area {
  width: 100%;
  position: absolute;
  bottom: 5%;
  left: 0;
}

.home-slider .controller-area.surgery-controller-style .surgery-controller {
  position: absolute;
  left: 11%;
  bottom: 20%;
}

.home-slider .controller-area.surgery-controller-style .surgery-controller .controller-wrapper {
  margin: inherit;
}

.home-slider .controller-area.surgery-controller-style .surgery-controller .controller-wrapper .active-controller {
  color: #A554A1;
}

.home-slider .controller-area.surgery-controller-style .surgery-controller .controller-wrapper .total-controller {
  color: #A554A1;
}

.home-slider .controller-area.surgery-controller-style .surgery-controller .controller-wrapper .home-slider-progressbar .home-slider-progress {
  background-color: #A554A1;
}

.home-slider .controller-area.surgery-controller-style .surgery-controller .controller-wrapper .home-slider-progressbar .home-slider-progress-active {
  background-color: #A554A1;
}

.home-slider .controller-area .controller-wrapper {
  position: relative;
  width: 200px;
  margin: auto;
}

.home-slider .controller-area .controller-wrapper .active-controller {
  color: #A554A1;
  position: absolute;
  top: -10px;
  left: -25px;
}

.home-slider .controller-area .controller-wrapper .total-controller {
  color: #A554A1;
  position: absolute;
  top: -10px;
  right: -25px;
}

.home-slider .controller-area .controller-wrapper .home-slider-progressbar {
  position: relative;
  z-index: 0;
  width: 200px;
}

.home-slider .controller-area .controller-wrapper .home-slider-progressbar .home-slider-progress {
  width: 200px;
  height: 1px;
  background-color: #A554A1;
  position: absolute;
}

.home-slider .controller-area .controller-wrapper .home-slider-progressbar .home-slider-progress-active {
  position: absolute;
  top: -1px;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #A554A1;
}

.home-slider.slider-style-05 {
  padding: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.home-slider.slider-style-05 .slider-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-slider.slider-style-05 .slider-wrap .slider-left-content {
  width: 10%;
  height: 100vh;
}

.home-slider.slider-style-05 .slider-wrap .slider-left-content .social-icon {
  width: 100%;
}

.home-slider.slider-style-05 .slider-wrap .slider-left-content .slider-bottom-area {
  height: 45vh;
}

.home-slider.slider-style-05 .slider-wrap .slider-left-content .slider-bottom-area .scroll-down-area {
  width: 100%;
  height: 73%;
}

.home-slider.slider-style-05 .slider-wrap .slider-left-content .slider-bottom-area .scroll-down-area .scroll-down {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 108px;
}

.home-slider.slider-style-05 .slider-wrap .slider-right-content {
  width: 90%;
  height: 100%;
}

.home-slider.slider-style-05 .dental-slider .slick-current .slider-items .slider-content-area .slider-content .slider-heading,
.home-slider.slider-style-05 .dental-slider .slick-active .slider-items .slider-content-area .slider-content .slider-heading {
  -webkit-animation: fadeInDown 2s 0s both;
  animation: fadeInDown 2s 0s both;
}

.home-slider.slider-style-05 .dental-slider .slick-current .slider-items .slider-content-area .slider-content p,
.home-slider.slider-style-05 .dental-slider .slick-active .slider-items .slider-content-area .slider-content p {
  -webkit-animation: fadeInUp 2s 0s both;
  animation: fadeInUp 2s 0s both;
}

.home-slider.slider-style-05 .dental-slider .slick-current .slider-items .slider-content-area .slider-content .main-btn-wrap,
.home-slider.slider-style-05 .dental-slider .slick-active .slider-items .slider-content-area .slider-content .main-btn-wrap {
  -webkit-animation: fadeInUp 2s 0s both;
  animation: fadeInUp 2s 0s both;
}

.home-slider.slider-style-05 .dental-slider .slick-current .slider-items .slider-content-area .slider-child-img,
.home-slider.slider-style-05 .dental-slider .slick-active .slider-items .slider-content-area .slider-child-img {
  -webkit-animation: fadeInRight 2s 0s both;
  animation: fadeInRight 2s 0s both;
}

.home-slider.slider-style-05 .dental-slider .slick-prev.slick-arrow {
  position: absolute;
  right: 4%;
  top: 45%;
  z-index: 1;
  height: 9%;
  width: 12px;
  cursor: pointer;
}

.home-slider.slider-style-05 .dental-slider .slick-next.slick-arrow {
  position: absolute;
  right: 5%;
  top: 46%;
  height: 9%;
  width: 11px;
  margin-right: 6px;
  cursor: pointer;
}

.home-slider.slider-style-05 .dental-slider .social-icon {
  width: 10%;
  height: 40vh;
}

.home-slider.slider-style-05 .dental-slider .slider-bottom-area {
  width: 100%;
  position: absolute;
  bottom: 9%;
  left: 1%;
}

.home-slider.slider-style-05 .dental-slider .slider-items {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center !important;
  width: 100%;
  height: 100vh;
  min-height: 550px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.home-slider.slider-style-05 .dental-slider .slider-items .slider-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-slider.slider-style-05 .dental-slider .slider-items .slider-content-area .slider-content {
  width: 35%;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
  align-content: center;
}

.home-slider.slider-style-05 .dental-slider .slider-items .slider-content-area .slider-child-img {
  width: 55%;
}



.home-slider.slider-style-03 {
  padding: 0;
  width: 100%;
  height: 100%;
}

.home-slider.slider-style-03 .container-fluid,
.home-slider.slider-style-03 .row {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.home-slider.slider-style-03 .banner-video-area {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
}

.home-slider.slider-style-03 .banner-video-area:after {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.home-slider.slider-style-03 #myVideo {
  min-width: 100%;
  min-height: 100%;
}

.home-slider.slider-style-03 .slider-content-area {
  width: 100%;
}

.home-slider.slider-style-03 .slider-content-area .slider-content {
  width: 51%;
  padding-left: 9%;
  margin: 0;
  position: absolute;
  top: 51.5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-slider.slider-style-03 .slider-content-area .slider-content .slider-heading {
  color: #FFFFFF;
  margin-bottom: 50px;
}

.home-slider.slider-style-03 .slider-content-area .slider-content .slider-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.home-slider.slider-style-03 .slider-content-area .slider-content .slider-video .video-text {
  color: rgba(255, 255, 255, 0.97);
  font-size: 14px;
  font-family: var(--body-font);
  font-weight: 500;
  line-height: 18px;
  padding-right: 20px;
}

.home-slider.slider-style-03 .slider-bottom-area {
  position: absolute;
  bottom: 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-slider.slider-style-03 .slider-bottom-area .social-icon {
  width: 50%;
  min-height: inherit;
  height: inherit;
  text-align: inherit;
  display: inherit;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  padding-left: 8.5%;
}

.home-slider.slider-style-03 .slider-bottom-area .social-icon .icon {
  color: #859db5;
}

.home-slider.slider-style-03 .slider-bottom-area .social-icon .icon:hover {
  color: #A554A1;
}

.home-slider.slider-style-03 .slider-bottom-area .scroll-down-area {
  width: 35px;
}

.home-slider.slider-style-03 .slider-bottom-area .scroll-down-area .scroll-down-btn a {
  width: 16px;
  height: 30px;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  position: relative;
  display: block;
}

.home-slider.slider-style-03 .slider-bottom-area .scroll-down-area .scroll-down-btn a::before {
  position: absolute;
  top: 3px;
  left: 4px;
  content: '';
  width: 6px;
  height: 10px;
  border-radius: 5px;
  background-color: #FFFFFF;
  -webkit-animation: scrollDown 2s infinite;
  animation: scrollDown 2s infinite;
}

.home-slider.slider-style-02 {
  padding: 0;
}

.home-slider.slider-style-02 .plastic-surgery-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.home-slider.slider-style-02 .plastic-surgery-slider .slider-arrow-area {
  width: 9%;
  position: relative;
}

.home-slider.slider-style-02 .plastic-surgery-slider .slider-arrow-area .arrow-top {
  position: absolute;
  top: 12%;
  left: 0%;
  font-size: 7vw;
  color: rgba(165, 84, 161, 0.25);
  font-weight: 500;
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 {
  width: 86%;
  position: relative;
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slick-current .slider-items .slider-content-area .slider-content .slider-heading,
.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slick-active .slider-items .slider-content-area .slider-content .slider-heading {
  -webkit-animation: fadeInDown 2s 0s both;
  animation: fadeInDown 2s 0s both;
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slick-current .slider-items .slider-content-area .slider-content p,
.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slick-active .slider-items .slider-content-area .slider-content p {
  -webkit-animation: fadeInUp 2s 0s both;
  animation: fadeInUp 2s 0s both;
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slick-current .slider-items .slider-content-area .slider-content .main-btn-wrap,
.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slick-active .slider-items .slider-content-area .slider-content .main-btn-wrap {
  -webkit-animation: fadeInUp 2s 0s both;
  animation: fadeInUp 2s 0s both;
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: -8%;
  bottom: 5%;
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slick-dots li {
  width: 2px;
  height: 45px;
  background: rgba(133, 150, 167, 0.5);
  margin: 10px 10px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slick-dots li button {
  display: none;
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slick-dots li.slick-active {
  width: 2px;
  height: 55px;
  margin-top: 0;
  background: #A554A1;
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slider-items {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  position: relative;
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slider-items .slider-content-area {
  width: 42%;
  margin-right: 8%;
  min-height: 600px;
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slider-items .slider-content-area .slider-content {
  width: 40%;
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slider-items .slider-img-area {
  position: relative;
  width: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
  min-height: 600px;
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slider-items .slider-img-area .sergery-style {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .slider-controller-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .slider-controller-wrapper .slider-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 465px;
  height: 225px;
  position: relative;
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .slider-controller-wrapper .slider-controller .left-controller {
  width: 50%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .slider-controller-wrapper .slider-controller .right-controller {
  width: 50%;
  height: 100%;
  background-color: rgba(133, 150, 167, 0.8);
  color: #FFFFFF;
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .slider-controller-wrapper .slider-controller .right-controller .content .heading-03 {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: var(--body-font);
  padding: 50px 25px 0 25px;
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .slider-controller-wrapper .slider-controller .right-controller .number {
  font-size: 35px;
  line-height: 40px;
  font-weight: 300;
  font-family: var(--body-font);
  padding: 50px 0 0 30px;
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .slider-controller-wrapper .slider-controller .slider-arrow-wrappr {
  position: absolute;
  width: 100%;
  height: 100%;
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .slider-controller-wrapper .slider-controller .slider-arrow-wrappr .slider-arrow-items {
  position: relative;
  width: 100%;
  height: 100%;
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .slider-controller-wrapper .slider-controller .slider-arrow-wrappr .slider-arrow-items .slick-next,
.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .slider-controller-wrapper .slider-controller .slider-arrow-wrappr .slider-arrow-items .slick-prev {
  position: absolute;
  color: #FFFFFF;
  font-size: 20px;
  cursor: pointer;
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .slider-controller-wrapper .slider-controller .slider-arrow-wrappr .slider-arrow-items .slick-next {
  bottom: 20px;
  right: 20px;
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .slider-controller-wrapper .slider-controller .slider-arrow-wrappr .slider-arrow-items .slick-prev {
  top: 20px;
  left: 20px;
}

.home-slider.slider-style-02 .plastic-surgery-slider .social-icon-area {
  width: 5%;
}

.home-slider.slider-style-02 .plastic-surgery-slider .social-icon-area ul {
  padding: 15vh 0 0 0;
}

.home-slider.slider-style-02 .plastic-surgery-slider .social-icon-area ul li {
  line-height: 20vh;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-transform: uppercase;
  padding: 20px 0;
  color: #8596A7;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.home-slider.slider-style-02 .plastic-surgery-slider .social-icon-area ul li:hover {
  color: #A554A1;
}

.home-slider.slider-style-01 {
  position: relative;
  padding-top: 0;
}

.home-slider.slider-style-01 .slick-prev.slick-arrow {
  cursor: pointer;
  position: absolute;
  right: 0%;
  z-index: 9;
  bottom: 45%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-box-shadow: 0 0 5px 3px rgba(165, 84, 161, 0.16);
  box-shadow: 0 0 5px 3px rgba(165, 84, 161, 0.16);
  border-radius: 50%;
  padding: 20px;
  background: rgba(165, 84, 161, 0.9);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  bottom: 30%;
}

.home-slider.slider-style-01 .slick-next.slick-arrow {
  cursor: pointer;
  position: absolute;
  /* right:93%; */
  z-index: 9;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  bottom: 45%;
  -webkit-box-shadow: 0 0 5px 3px rgba(165, 84, 161, 0.16);
  box-shadow: 0 0 5px 3px rgba(165, 84, 161, 0.16);
  border-radius: 50%;
  padding: 20px;
  background: rgba(165, 84, 161, 0.9);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  bottom: 30%;
}

.home-slider.slider-style-01 .slick-arrow .arrow-line {
  background-color: #FFFFFF;
}

.home-slider.slider-style-01 .slick-arrow .arrow-down {
  margin-right: 1px;
}

.home-slider.slider-style-01 .slick-arrow .arrow-down .caret-down {
  border-top: 10px solid #FFFFFF;
}

.home-slider.slider-style-01 .slick-arrow .arrow-up .caret-up {
  border-bottom: 10px solid #FFFFFF;
}

.home-slider.slider-style-01 .surgery-slide-wrapper {
  width: 100%;
}

.home-slider.slider-style-01 .surgery-slide-wrapper .slick-current .surgery-slider-items .slider-content-area .slider-content .slider-heading,
.home-slider.slider-style-01 .surgery-slide-wrapper .slick-active .surgery-slider-items .slider-content-area .slider-content .slider-heading {
  -webkit-animation: fadeInDown 2s 0s both;
  animation: fadeInDown 2s 0s both;
}

.home-slider.slider-style-01 .surgery-slide-wrapper .slick-current .surgery-slider-items .slider-content-area .slider-content p,
.home-slider.slider-style-01 .surgery-slide-wrapper .slick-active .surgery-slider-items .slider-content-area .slider-content p {
  -webkit-animation: fadeInUp 2s 0s both;
  animation: fadeInUp 2s 0s both;
}

.home-slider.slider-style-01 .surgery-slide-wrapper .slick-current .surgery-slider-items .slider-content-area .slider-content .main-btn-wrap,
.home-slider.slider-style-01 .surgery-slide-wrapper .slick-active .surgery-slider-items .slider-content-area .slider-content .main-btn-wrap {
  -webkit-animation: fadeInUp 2s 0s both;
  animation: fadeInUp 2s 0s both;
}

.home-slider.slider-style-01 .surgery-slide-wrapper .surgery-slider-items {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.home-slider.slider-style-01 .surgery-slide-wrapper .surgery-slider-items .slider-content-area {
  width: 30%;
}

.home-slider.slider-style-01 .surgery-slide-wrapper .surgery-slider-items .slider-content-area .slider-content {
  position: absolute;
  top: 44%;
  left: 8.5%;
  margin: 0;
  width: 35%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-slider.slider-style-01 .surgery-slide-wrapper .surgery-slider-items .slider-img-area {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(#f4f4f4), color-stop(#e8e8ea), color-stop(#dddddf), to(#d1d2d5));
  background-image: -webkit-linear-gradient(left, #ffffff, #f4f4f4, #e8e8ea, #dddddf, #d1d2d5);
  background-image: -o-linear-gradient(left, #ffffff, #f4f4f4, #e8e8ea, #dddddf, #d1d2d5);
  background-image: linear-gradient(to right, #ffffff, #f4f4f4, #e8e8ea, #dddddf, #d1d2d5);
  width: 100%;
  min-height: 500px;
  height: 80vh;
}

.home-slider.slider-style-01 .surgery-slide-wrapper .surgery-slider-items .slider-img-area .slider-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 100%;
  width: 100%;
  margin: auto;
}

@media (max-width:500px) {
  .home-slider.slider-style-01 .surgery-slide-wrapper .surgery-slider-items .slider-img-area {
    min-height: 0px !important;
    height: 54vh;
  }
}

.home-slider.slider-style-01 .surgery-controller-style {
  position: inherit;
  bottom: inherit;
  left: inherit;
}

.home-slider.slider-style-01 .surgery-controller-style .surgery-controller {
  bottom: 16%;
}

.home-slider.slider-style-01 .surgery-controller-style .social-icon {
  width: 3%;
  position: fixed;
  right: 2%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  min-height: inherit;
  height: inherit;
  background-color: #ae51a2ce;
  border-radius: 50px;
  padding: 10px;
}

.home-slider.slider-style-01 .surgery-controller-style .social-icon .icon {
  color: #FFFFFF;
  cursor: pointer;
}

.home-slider.slider-style-01 .surgery-controller-style .social-icon .icon:hover {
  color: #0a0a0a;
}

.home-slider .scroll-down-area {
  width: 12%;
  position: relative;
}

.home-slider .scroll-down-area .carousel-dots-area .slick-dots {
  padding: 0;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 28%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-slider .scroll-down-area .carousel-dots-area .slick-dots li {
  position: relative;
  z-index: 0;
  height: 40px;
}

.home-slider .scroll-down-area .carousel-dots-area .slick-dots li:not(:last-child):after {
  position: absolute;
  left: 48%;
  top: 80%;
  width: 5px;
  height: 5px;
  line-height: 5px;
  content: "";
  background-color: rgba(98, 98, 98, 0.37);
  border-radius: 50%;
  cursor: pointer;
}

.home-slider .scroll-down-area .carousel-dots-area .slick-dots li button {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: rgba(98, 98, 98, 0.37);
  font-size: 14px;
  line-height: 24px;
  font-family: var(--body-font);
  font-weight: 400;
}

.home-slider .scroll-down-area .carousel-dots-area .slick-dots li.slick-active button {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  font-size: 18px;
  color: var(--heading-color);
  font-weight: 500;
  padding: 1px 3px;
}

.home-slider .scroll-down-area .slider-bottom-area {
  width: 100%;
  position: absolute;
  bottom: 4%;
}

.home-slider .scroll-down-area .scroll-down {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  bottom: 27px;
  right: 15%;
  width: 108px;
}

.home-slider .scroll-down-area .scroll-down a {
  color: var(--heading-color);
  font-family: "Raleway", sans-serif;
  font-size: 13.4px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 2px;
  position: relative;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.home-slider .scroll-down-area .scroll-down a::after {
  content: "";
  clear: both;
  display: table;
  width: 70px;
  height: 2px;
  background: #A554A1;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  position: absolute;
  bottom: 6px;
  right: 104px;
}

.home-slider .slider-content {
  padding-left: 5px;
}

.home-slider .slider-content .slider-heading {
  color: var(--heading-color);
  font-size: 46px;
  line-height: 56px;
  font-weight: 600;
  font-family: var(--body-font);
  margin: 0;
  /* text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.7), -2px -2px 4px rgba(255, 255, 255, 0.7), 2px -2px 4px rgba(255, 255, 255, 0.7), -2px 2px 4px rgba(255, 255, 255, 0.7); */
}

.home-slider .slider-content p {
  color: var(--paragraph-color);
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  font-family: var(--body-font);
  /* text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.7), -2px -2px 4px rgba(255, 255, 255, 0.7), 2px -2px 4px rgba(255, 255, 255, 0.7), -2px 2px 4px rgba(255, 255, 255, 0.7); */
}

.home-slider .home-slider-wrapper {
  width: 80%;
  border-radius: 20px;
  overflow: hidden;
}

.home-slider .home-slider-wrapper .slick-current .slider-items .slider-content-area .slider-content .slider-heading,
.home-slider .home-slider-wrapper .slick-active .slider-items .slider-content-area .slider-content .slider-heading {
  -webkit-animation: fadeInDown 2s 0s both;
  animation: fadeInDown 2s 0s both;
}

.home-slider .home-slider-wrapper .slick-current .slider-items .slider-content-area .slider-content p,
.home-slider .home-slider-wrapper .slick-active .slider-items .slider-content-area .slider-content p {
  -webkit-animation: fadeInUp 2s 0s both;
  animation: fadeInUp 2s 0s both;
}

.home-slider .home-slider-wrapper .slick-current .slider-items .slider-content-area .slider-content .main-btn-wrap,
.home-slider .home-slider-wrapper .slick-active .slider-items .slider-content-area .slider-content .main-btn-wrap {
  -webkit-animation: fadeInUp 2s 0s both;
  animation: fadeInUp 2s 0s both;
}

.home-slider .home-slider-wrapper .slider-items {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.home-slider .home-slider-wrapper .slider-items .slider-content-area {
  width: 25%;
}

.home-slider .home-slider-wrapper .slider-items .slider-content-area .slider-content {
  width: 40%;
  position: absolute;
  top: 49.5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-slider .home-slider-wrapper .slider-items .slider-img {
  width: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 76vh;
  min-height: 500px;
  border-radius: 20px;
}

.home-slider .social-icon {
  width: 8%;
  min-height: 300px;
  height: 55vh;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.home-slider .social-icon .icon {
  color: #626262;
  padding: 10px 0px 10px 0px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.home-slider .social-icon .icon:hover {
  color: #A554A1;
}

@media (max-width: 1520px) {
  .home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slider-items .slider-content-area {
    width: 42%;
  }

  .home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slider-items .slider-img-area {
    width: 50%;
  }
}

@media (max-width: 1450px) {
  .home-slider .home-slider-wrapper .slider-items .slider-content-area .slider-content {
    width: 40%;
  }

  .home-slider.slider-style-01 .surgery-slide-wrapper .surgery-slider-items .slider-content-area .slider-content {
    width: 50%;
  }


}

@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    -webkit-transform: translate(0, 12px);
    transform: translate(0, 12px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes scrollDown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    -webkit-transform: translate(0, 12px);
    transform: translate(0, 12px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.service {
  background-color: #F5F8F9;
}

.service.sergery-style-02 {
  background-color: #FFFFFF;
}

.service.style-02 {
  background-color: #FFFFFF;
}

.service .common-title .heading {
  margin: auto;
  text-transform: capitalize;
}

.service .service-left {
  /* padding-top: 110px; */
  padding-bottom: 50px;
}

.service .service-left .heading-3 {
  color: var(--heading-color);
  font-size: 30px;
  line-height: 40px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0;
}

.service .service-left p {
  margin: 0;
}

.service .service-right {
  padding-left: 55px;
}

.service .service-right .service-item:nth-child(2) {
  margin-top: 40px;
}

/* .service .service-right .right-column-two {
  margin-top: 80px;
  margin-left: -55px;
} */

.service-item {
  width: 250px;
  background: #FFFFFF;
  padding: 45px 40px;
  /* border-radius: 20px; */
  margin: 0 35px;
  text-align: center;
  border-bottom: 2px solid #ae51a2ce;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.service-item:hover {
  -webkit-box-shadow: 0 0 15px #CBC9C9;
  box-shadow: 0 0 15px #CBC9C9;
}

.service-item img {
  height: 55px;
}

.service-item .heading-6 {
  color: #585858;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 10px;
  word-break: break-all;
}

.service-item p {
  line-height: 24px;
  margin-bottom: 0;
}

.our-doctor {
  position: relative;
  background-color: #FFFFFF;
}

.our-doctor .common-title .heading {
  text-transform: capitalize;
  margin: auto;
}

.our-doctor .carousel-inner {
  border-radius: 20px;
}

.our-doctor .carousel-inner .carousel-item .doctor-slider-img,
.our-doctor .carousel-inner .carousel-item .doctor-slider-content {
  position: relative;
}

.our-doctor .carousel-inner .carousel-item .doctor-slider-img img {
  border-radius: 20px;
}

.our-doctor .carousel-inner .carousel-item .doctor-slider-img:before {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 1;
  content: "";
  border-radius: 20px;
}

.our-doctor .carousel-inner .carousel-item .doctor-slider-img:after {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 1;
  content: "";
  border-radius: 20px;
}

.our-doctor .carousel-inner .carousel-item .doctor-slider-img:hover:before,
.our-doctor .carousel-inner .carousel-item .doctor-slider-img:hover:after {
  width: 100%;
  height: 100%;
}

.our-doctor .carousel-inner .carousel-item .doctor-slider-content {
  padding-left: 20px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 100%;
}

.our-doctor .carousel-inner .carousel-item .doctor-slider-content .heading-4 {
  color: var(--heading-color);
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

.our-doctor .carousel-inner .carousel-item .doctor-slider-content .heading-6 {
  font-size: 16px;
  line-height: 26px;
  color: #8596A7;
  font-weight: 600;
  margin: 0;
}

.our-doctor .carousel-inner .carousel-item .doctor-slider-content p {
  margin-bottom: 0;
}

.our-doctor .carousel-inner .carousel-item .doctor-slider-content .main-btn-wrap {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 30px;
}

.our-doctor .carousel-inner .carousel-item .doctor-slider-content {
  padding-right: 20px;
}

.our-doctor .carousel-control-prev-icon,
.our-doctor .carousel-control-next-icon {
  position: absolute;
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  padding: 25px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  background: #FFFFFF;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.our-doctor .carousel-control-prev-icon.sky:hover,
.our-doctor .carousel-control-next-icon.sky:hover {
  background-color: #A554A1;
}

.our-doctor .carousel-control-prev-icon:hover,
.our-doctor .carousel-control-next-icon:hover {
  color: #FFFFFF;
  background-color: #A554A1;
}



.progress-section.sky .percentCount {
  color: #A554A1;
}

.progress-section .single-progressbar {
  position: relative;
}

.progress-section .title {
  color: #626262;
  padding: 0 50px;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  z-index: 9;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}

.progress-section .proggress {
  height: 90px !important;
  border-radius: 170px;
  line-height: 35px;
  text-align: left;
  background-image: -webkit-gradient(linear, left top, right top, from(#F2F5F7), to(#F5F8F9));
  background-image: -webkit-linear-gradient(left, #F2F5F7, #F5F8F9);
  background-image: -o-linear-gradient(left, #F2F5F7, #F5F8F9);
  background-image: linear-gradient(to right, #F2F5F7, #F5F8F9);
  padding: 30px 0;
  border-radius: 170px !important;
}

.progress-section .percentCount {
  font-size: 16px;
  color: #A554A1;
  position: absolute;
  right: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.progress-section .percentCount.sky {
  color: #A554A1;
}

.progress-section .percentCount {
  float: none;
  margin-top: 0;
  clear: both;
  position: absolute !important;
  top: 50%;
  right: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.progress-section.sergery-style .percentCount {
  color: #A554A1;
}

.appointment-section {
  background-color: #FFFFFF;
  border-radius: 10px;
}

.appointment-section.style-02 .common-title .heading {
  position: absolute;
  top: -15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #FFFFFF;
}

.appointment-section.style-02 .appointment-content .appointment-form-area {
  padding-left: 5%;
  padding-right: 5%;
}

.appointment-section .common-title .heading {
  margin: auto;
  padding: 25px;
  color: white;
}

.appointment-section .appointment-content {
  /* border: 1px solid rgba(133, 150, 167, 0.36); */
  border-radius: 20px;
  width: 100%;
  /* padding: 100px 0 95px 0; */
}

.appointment-section .appointment-content::after {
  content: "";
  display: table;
  clear: both;
}

.appointment-section .appointment-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.appointment-section .appointment-content .appointment-img-area {
  max-width: 335px;
  width: 40%;
}

.appointment-section .appointment-content .appointment-img-area img {
  width: 100%;
  border-radius: 0 20px 20px 0;
}

.appointment-section .appointment-content .appointment-img-area .doctor-info {
  padding-left: 40px;
}

.appointment-section .appointment-content .appointment-img-area .doctor-info .name .heading-06 {
  color: #626262;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--body-font);
  font-weight: 600;
  padding-top: 10px;
  margin: 0;
}

.appointment-section .appointment-content .appointment-img-area .doctor-info .designation span {
  color: var(--paragraph-color);
  font-size: 14px;
  line-height: 24px;
  font-family: var(--body-font);
  font-weight: 500;
}

.appointment-section .appointment-content .appointment-form-area {
  width: 100%;
  margin: 0 auto;
}

.appointment-section .appointment-content .appointment-form-area input::-webkit-input-placeholder {
  color: #626262;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 300;
  font-style: italic;
}

.appointment-section .appointment-content .appointment-form-area input:-ms-input-placeholder {
  color: #626262;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 300;
  font-style: italic;
}

.appointment-section .appointment-content .appointment-form-area input::-ms-input-placeholder {
  color: #626262;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 300;
  font-style: italic;
}

.appointment-section .appointment-content .appointment-form-area input::placeholder {
  color: #626262;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 300;
  font-style: italic;
}

.appointment-section .appointment-content .appointment-form-area .main-btn-wrap {
  display: block;
  margin: 20px auto 0;
}

.appointment-section .appointment-content .appointment-form-area .form-control {
  border: none;
  border-radius: 24px;
  background-color: #DEE5E9;
  padding: 10px 30px;
  height: 50px;
}

.nav-pills .nav-link.active {
  color: #626262;
  background-color: transparent;
}

.calendar-icon {
  position: relative;
}

.calendar-icon .icon,
.calendar-icon i {
  position: absolute;
  color: #626262;
  right: 9px;
  top: 50%;
  font-size: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.r .calendar-icon.style-02 .form-control {
  background-color: transparent;
  border: 1px solid #DEE5E9;
}

.r .calendar-icon .form-control {
  border: none;
  border-radius: 24px;
  margin: 30px 0;
  background-color: #DEE5E9;
  padding: .375rem 30px;
}

.r .calendar-icon input::-webkit-input-placeholder {
  color: #626262;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 300;
  font-style: italic;
}

.r .calendar-icon input:-ms-input-placeholder {
  color: #626262;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 300;
  font-style: italic;
}

.r .calendar-icon input::-ms-input-placeholder {
  color: #626262;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 300;
  font-style: italic;
}

.r .calendar-icon input::placeholder {
  color: #626262;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 300;
  font-style: italic;
}

/*=========================================
         Googel Map
============================================*/
.google-map-section #google-map {
  width: 100%;
  min-height: 400px;
  height: 100%;
}

.google-map-section iframe {
  width: 100%;
  min-height: 400px;
  height: 100%;
}



.carousel-right-area {
  width: 79%;
  margin-right: 0;
  margin-left: 11%;
  max-width: 1500px;
}

.carousel-right-area.style-02 {
  width: 80%;
  margin-left: 20%;
}

.latest-stories {
  background-color: #FFFFFF;
  padding-top: 50px;
}

.latest-stories .common-title .heading {
  margin: 0;
}

.latest-stories .storiest-carousel {
  border-radius: 20px;
  overflow: hidden;
}

.latest-stories .storiest-carousel.style-02 .item .carousel-content:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(165, 84, 161, 0.5)), to(rgba(165, 84, 161, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(165, 84, 161, 0.5), rgba(165, 84, 161, 0.5));
  background-image: -o-linear-gradient(top, rgba(165, 84, 161, 0.5), rgba(165, 84, 161, 0.5));
  background-image: linear-gradient(to bottom, rgba(165, 84, 161, 0.5), rgba(165, 84, 161, 0.5));
}

.latest-stories .storiest-carousel.style-02 .slick-next:hover,
.latest-stories .storiest-carousel.style-02 .slick-prev:hover {
  background-color: #A554A1;
}

.latest-stories .storiest-carousel .item {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 1;
  max-width: 335px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  width: 95% !important;
}

.latest-stories .storiest-carousel .item .carousel-content {
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.45)), to(rgba(0, 0, 0, 0.55)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.45), rgba(0, 0, 0, 0.55));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.45), rgba(0, 0, 0, 0.55));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.45), rgba(0, 0, 0, 0.55));
  height: 100%;
  width: 100%;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.latest-stories .storiest-carousel .item .carousel-content .hover-icon {
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #FFFFFF;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  border-radius: 50%;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  visibility: hidden;
  opacity: 0;
}

.latest-stories .storiest-carousel .item .carousel-content .hover-icon .icon {
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.latest-stories .storiest-carousel .item .carousel-content .stories-text {
  position: absolute;
  bottom: 0;
  padding: 0 40px 20px 40px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.latest-stories .storiest-carousel .item .carousel-content .stories-text .date {
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  line-height: 35px;
}

.latest-stories .storiest-carousel .item .carousel-content .stories-text .text .heading-06 {
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.latest-stories .storiest-carousel .item .carousel-content:hover {
  cursor: pointer;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(0, 0, 0, 0.7)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0.7));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0.7));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0.7));
}

.latest-stories .storiest-carousel .item .carousel-content:hover .hover-icon {
  visibility: visible;
  opacity: 1;
}

.latest-stories .storiest-carousel .item .carousel-content:hover .stories-text {
  visibility: hidden;
  opacity: 0;
}

.latest-stories .storiest-carousel .slick-next,
.latest-stories .storiest-carousel .slick-prev {
  position: absolute;
  background: #FFFFFF;
  width: 60px;
  line-height: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 47%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.latest-stories .storiest-carousel .slick-next span,
.latest-stories .storiest-carousel .slick-prev span {
  font-size: 50px;
}

.latest-stories .storiest-carousel .slick-next:hover,
.latest-stories .storiest-carousel .slick-prev:hover {
  color: #FFFFFF;
  background-color: #A554A1;
}

.latest-stories .storiest-carousel .slick-next {
  left: 74%;
}

.latest-stories .storiest-carousel .slick-prev {
  left: 24%;
}


/* galler-carousel */

.latest-stories .gallery-carousel {
  border-radius: 20px;
  overflow: hidden;
}

.latest-stories .gallery-carousel.style-02 .item .carousel-content:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(165, 84, 161, 0.5)), to(rgba(165, 84, 161, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(165, 84, 161, 0.5), rgba(165, 84, 161, 0.5));
  background-image: -o-linear-gradient(top, rgba(165, 84, 161, 0.5), rgba(165, 84, 161, 0.5));
  background-image: linear-gradient(to bottom, rgba(165, 84, 161, 0.5), rgba(165, 84, 161, 0.5));
}

.latest-stories .gallery-carousel.style-02 .slick-next:hover,
.latest-stories .gallery-carousel.style-02 .slick-prev:hover {
  background-color: #A554A1;
}

.latest-stories .gallery-carousel .item {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 1;

  border-radius: 20px;
  position: relative;
  overflow: hidden;
  width: 95% !important;
}

.latest-stories .gallery-carousel .item .carousel-content {
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.45)), to(rgba(0, 0, 0, 0.55)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.45), rgba(0, 0, 0, 0.55));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.45), rgba(0, 0, 0, 0.55));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.45), rgba(0, 0, 0, 0.55));
  height: 100%;
  width: 100%;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.latest-stories .gallery-carousel .item .carousel-content .hover-icon {
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #FFFFFF;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  border-radius: 50%;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  visibility: hidden;
  opacity: 0;
}

.latest-stories .gallery-carousel .item .carousel-content .hover-icon .icon {
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.latest-stories .gallery-carousel .item .carousel-content .stories-text {
  position: absolute;
  bottom: 0;
  padding: 0 40px 20px 40px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.latest-stories .gallery-carousel .item .carousel-content .stories-text .date {
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  line-height: 35px;
}

.latest-stories .gallery-carousel .item .carousel-content .stories-text .text .heading-06 {
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.latest-stories .gallery-carousel .item .carousel-content:hover {
  cursor: pointer;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(0, 0, 0, 0.7)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0.7));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0.7));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0.7));
}

.latest-stories .gallery-carousel .item .carousel-content:hover .hover-icon {
  visibility: visible;
  opacity: 1;
}

.latest-stories .gallery-carousel .item .carousel-content:hover .stories-text {
  visibility: hidden;
  opacity: 0;
}

.latest-stories .gallery-carousel .slick-next,
.latest-stories .gallery-carousel .slick-prev {
  position: absolute;
  background: #FFFFFF;
  width: 60px;
  line-height: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 47%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.latest-stories .gallery-carousel .slick-next span,
.latest-stories .gallery-carousel .slick-prev span {
  font-size: 50px;
}

.latest-stories .gallery-carousel .slick-next:hover,
.latest-stories .gallery-carousel .slick-prev:hover {
  color: #FFFFFF;
  background-color: #A554A1;
}

.latest-stories .gallery-carousel .slick-next {
  left: 74%;
}

.latest-stories .gallery-carousel .slick-prev {
  left: 24%;
}

@media (max-width: 1700px) {

  .carousel-right-area,
  .about-our-doctor .container,
  .ophtalmologue-section .container {
    width: 83%;
    margin-left: 7%;
  }

  .teeth-canel .container,
  .carousel-right-area.style-02,
  .ophtalmologue-section .container {
    width: 84%;
    margin-left: 16%;
  }
}

@media (max-width: 1600px) {

  .carousel-right-area,
  .about-our-doctor .container,
  .ophtalmologue-section .container {
    width: 85%;
    margin-left: 15%;
  }

  .teeth-canel .container,
  .carousel-right-area.style-02,
  .ophtalmologue-section .container {
    width: 86%;
    margin-left: 14%;
  }
}

@media (max-width: 1550px) {
  .carousel-right-area {
    width: 87%;
    margin-left: 7%;
  }

  .about-our-doctor .container,
  .ophtalmologue-section .container {
    width: 88%;
    margin-left: 12%;
  }

  .teeth-canel .container,
  .carousel-right-area.style-02,
  .ophtalmologue-section .container {
    width: 88%;
    margin-left: 12%;
  }
}

@media (max-width: 1500px) {

  .carousel-right-area,
  .about-our-doctor .container,
  .ophtalmologue-section .container {
    width: 87%;
    margin-left: 13%;
  }

  .teeth-canel .container,
  .carousel-right-area.style-02,
  .ophtalmologue-section .container {
    width: 88.5%;
    margin-left: 11.5%;
  }
}

@media (max-width: 1450px) {
  .carousel-right-area {
    width: 89%;
    margin-left: 11%;
  }

  .about-our-doctor .container,
  .ophtalmologue-section .container,
  .teeth-canel .container,
  .carousel-right-area.style-02 {
    width: 90%;
    margin-left: 10%;
  }
}

@media (max-width: 1400px) {

  .carousel-right-area,
  .about-our-doctor .container {
    width: 90%;
    margin-left: 10%;
  }

  .teeth-canel .container,
  .carousel-right-area.style-02 {
    width: 91%;
    margin-left: 9%;
  }

  .ophtalmologue-section .container {
    width: 92%;
    margin-left: 8%;
  }
}

@media (max-width: 1350px) {

  .carousel-right-area,
  .about-our-doctor .container {
    width: 92%;
    margin-left: 8%;
  }

  .teeth-canel .container,
  .carousel-right-area.style-02 {
    width: 93%;
    margin-left: 7%;
  }

  .ophtalmologue-section .container {
    width: 94%;
    margin-left: 6%;
  }
}

@media (max-width: 1300px) {

  .carousel-right-area,
  .about-our-doctor .container {
    width: 93%;
    margin-left: 7%;
  }

  .ophtalmologue-section .container {
    width: 95%;
    margin-left: 5%;
  }

  .teeth-canel .container,
  .carousel-right-area.style-02 {
    width: 94%;
    margin-left: 6%;
  }

  .about-our-doctor .container {
    width: 90%;
    margin-left: 10%;
  }
}

@media (max-width: 1100px) {
  .about-our-doctor .container .about-doctor .carousel-item .slider-content {
    width: 100%;
  }
}

/*-------------------------
    Footer Area
-------------------------*/
.footer-area {
  background-color: #F7F9FA;
}

.footer-area.footer-style-03 {
  background-color: #626262;
}

.footer-area.footer-style-03 .logo-widget ul li .icon {
  color: #DEE5EA;
}

.footer-area.footer-style-03 .logo-widget ul li .icon:hover {
  color: #A554A1;
}

.footer-area.footer-style-03 .logo-widget ul li,
.footer-area.footer-style-03 .logo-widget ul a {
  color: #DEE5EA;
}

.footer-area.footer-style-03 .footer-social-icon .icon {
  color: #DEE5EA;
}

.footer-area.footer-style-03 .footer-social-icon .icon:hover {
  color: #A554A1;
}

.footer-area.footer-style-03 .widget-title {
  color: #DEE5EA;
}

.footer-area.footer-style-03 .widget_nav_menu ul li a {
  color: #DEE5EA;
}

.footer-area.footer-style-03 .widget_nav_menu ul li a::after {
  background: rgba(222, 229, 234, 0.5);
}

.footer-area.footer-style-03 .widget_nav_menu ul li a:hover::after {
  width: 15px;
}

.footer-area.footer-style-03 .widget_nav_menu ul li a:hover {
  color: rgba(222, 229, 234, 0.5);
}

.footer-area.surgery-footer .logo-widget ul li .icon:hover {
  color: #A554A1;
}

.footer-area.surgery-footer .widget-title::after {
  background-color: #A554A1;
}

.footer-area.surgery-footer .footer-social-icon .icon:hover {
  color: #A554A1;
}

.footer-area.surgery-footer .subscribe-area .input-group .form-control {
  border: 1px solid #A554A1;
}

.footer-area.surgery-footer .subscribe-area .input-group .input-group-append .input-group-text {
  background-color: #A554A1;
}

.footer-area .footer-top {
  padding: 60px 100px 30px 100px;
}

.footer-area .logo-widget img {
  margin-bottom: 20px;
  width: 40%;
  background-color: white;
  padding: 5px;
}

.footer-area .logo-widget ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: .86rem;
  line-height: 23px;
  margin-bottom: 10px;
}

.footer-area .logo-widget ul li .icon {
  padding-right: 8px;
  font-size: 12px;
  color: white;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer-area .logo-widget ul li .icon:hover {
  color: #A554A1;
}

.footer-area .logo-widget ul li,
.footer-area .logo-widget ul a {
  color: white;
}

.footer-area .logo-widget ul a {
  padding-right: 10px;
}

.footer-area .social-media-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-area .social-media-img .images {
  max-width: 75px;
  margin: 3px;
}

.footer-area .social-media-img .images img {
  width: 100%;
}

.footer-area .details {
  color: white;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
}

.footer-area tr {
  color: #707070;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
}

.footer-area td {
  border: 1px solid white;
  padding: 10px;
}

.footer-area .footer-social-icon .icon {
  font-size: 12px;
  color: white;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer-area .footer-social-icon .icon:hover {
  color: #A554A1;
}

.footer-area .widget-title::after {
  content: "";
  clear: both;
  display: table;
  height: 2px;
  width: 40px;
  background: #A554A1;
  margin-top: 10px;
  margin-bottom: 25px;
}

.footer-area .widget-title.style-02::after {
  background: #71C1C7;
}

.footer-area .widget_nav_menu ul li {
  font-size: 14px;
  line-height: 30px;
}

.footer-area .widget_nav_menu ul li a {
  color: #A7A7A7;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
}

.footer-area .widget_nav_menu ul li a::after {
  content: '';
  clear: both;
  display: table;
  height: 2px;
  width: 0;
  background: #A7A7A7;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer-area .widget_nav_menu ul li a:hover::after {
  width: 15px;
}



.subscribe-area p {
  color: #707070;
  font-size: 14px;
  font-family: var(--body-font);
  font-weight: 500;
  line-height: 26px;
}

.subscribe-area .input-group .form-control {
  border: 1px solid var(--main-color-one);
  background-color: transparent;
  border-radius: 50px 0 0 50px;
}

.subscribe-area .input-group .form-control::-webkit-input-placeholder {
  color: #585858;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  line-height: 25px;
  font-style: italic;
  font-weight: 300;
  padding-left: 14px;
}

.subscribe-area .input-group .form-control:-ms-input-placeholder {
  color: #585858;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  line-height: 25px;
  font-style: italic;
  font-weight: 300;
  padding-left: 14px;
}

.subscribe-area .input-group .form-control::-ms-input-placeholder {
  color: #585858;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  line-height: 25px;
  font-style: italic;
  font-weight: 300;
  padding-left: 14px;
}

.subscribe-area .input-group .form-control::placeholder {
  color: #585858;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  line-height: 25px;
  font-style: italic;
  font-weight: 300;
  padding-left: 14px;
}

.subscribe-area .input-group .input-group-append {
  margin-left: -20px;
}

.subscribe-area .input-group .input-group-append .input-group-text {
  background-color: var(--main-color-one);
  border: none;
  border-radius: 50px;
  z-index: 3;
  font-size: 14px;
  padding: 0 45px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  cursor: pointer;
}

.subscribe-area .input-group .input-group-append .input-group-text input[type="submit"] {
  color: #FFFFFF;
}

.copyright-area.sergery-style .copyright-area-inner::before {
  background-color: #A554A1;
}

.copyright-area.sergery-style .copyright-area-inner .coypright-icon {
  color: #A554A1;
}

.copyright-area.style-02 .copyright-area-inner::before {
  background-color: #71C1C7;
}

.copyright-area.style-02 .copyright-area-inner .coypright-icon {
  color: #71C1C7;
}

.copyright-area-inner {
  color: white;
}

.copyright-area.style-03 {
  color: #A7A7A7;
}

/* 
.copyright-area .copyright-area-inner::before {
  content: "";
  clear: both;
  display: inline-block;
  height: 2px;
  width: 40px;
  background-color: #A554A1;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
} */

.copyright-area .copyright-area-inner .coypright-icon {
  color: #A554A1;
  margin: 2px 6px;
}

.about-bg {
  min-height: 420px !important;
  height: 40vh !important;
}

.about-us-section .about-img-area {
  padding-right: 120px;
}

.about-us-section .about-img-area img {
  border-radius: 0 20px 20px 0;
}

.about-us-section .about-content-area {
  width: 85%;
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /* padding-top: 100px; */
}

@media (max-width:768px) {
  .about-us-section .about-content-area {
    padding-top: 50px;
  }
}

.about-us-section .about-content-area .heading-04 {
  color: var(--main-color-one);
  font-size: 20px;
  line-height: 30px;
  font-family: var(--body-font);
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.about-us-section .about-content-area .common-title .heading {
  font-family: var(--body-font);
  font-weight: 600;
}

.about-us-section .about-content-area .common-title .heading span {
  color: #A7A7A7;
}

.about-our-doctor {
  position: relative;
}

.about-our-doctor .container {
  max-width: 1480px;
  margin-right: 0;
}

.about-our-doctor .about-doctor .carousel-item {
  overflow: hidden;
}

.about-our-doctor .about-doctor .carousel-item .slider-content {
  float: left;
  padding-right: 85px;
  margin-top: 40px;
}

.about-our-doctor .about-doctor .carousel-item .slider-content .heading-04 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: var(--heading-color);
}

.about-our-doctor .about-doctor .carousel-item .slider-content .heading-06 {
  font-size: 18px;
  line-height: 22px;
  color: #8596A7;
  font-weight: 600;
  margin: 0;
}

.about-our-doctor .about-doctor .carousel-item .slider-content .social-icon a i {
  padding: 15px 15px 0 0;
}

.about-our-doctor .about-doctor .carousel-item .slider-content p {
  padding: 30px 0 0 0;
  margin: 0;
}

.about-our-doctor .about-doctor .carousel-item .slider-content .main-btn-wrap {
  margin: 20px 0 20px;
}

.about-our-doctor .about-doctor .carousel-item .slider-img {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 100%;
  min-height: 470px;
  border-radius: 20px 0 0 20px;
  float: left;
}


.check-box-area ul {
  padding: 0;
}

.check-box-area li {
  padding: 0 0 20px 0;
  color: var(--paragraph-color);
  font-size: 14px;
  font-family: var(--body-font);
  line-height: 20px;
  font-weight: 400;
}

.check-box li {
  position: relative;
  z-index: 0;
  padding-left: 50px;
}

.check-box li::after {
  position: absolute;
  z-index: 1;
  content: '\f10f';
  clear: both;
  display: table;
  font-family: "Flaticon";
  left: 0;
  top: 0;
  color: #A554A1;
  font-size: 30px;
}

.why-choose-content {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 100%;
}

.tab-navbar-area {
  width: 44%;
}

.tab-navbar-area .nav-tabs {
  border-bottom: 1px solid rgba(255, 134, 134, 0.3);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.tab-navbar-area .nav-tabs .nav-item {
  margin-bottom: -1px;
  position: relative;
  z-index: 0;
}

.tab-navbar-area .nav-tabs .nav-item .nav-link {
  color: #626262;
  font-size: 18px;
  font-family: var(--heading-font);
  line-height: 24px;
  font-weight: 500;
  padding: 20px 35px;
  border: none;
  position: relative;
}

.tab-navbar-area .nav-tabs .nav-item .nav-link:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background-color: #A554A1;
  content: '';
  visibility: hidden;
  opacity: 0;
}

.tab-navbar-area .nav-tabs .nav-item .nav-link.active:after {
  visibility: visible;
  opacity: 1;
}


.paragraph-wrap {
  padding-right: 50px;
}



.heading-03 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  text-transform: capitalize;
}

.award-purpose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mission-img-area {
  margin-top: -100px;
}

.mission-img-area img {
  border-radius: 20px;
}

.time-line-area {
  position: relative;
}



.year-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 10%;
  width: 10%;
}

.year-area ul li {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  font-family: var(--body-font);
  color: #A7A7A7;
  padding: 25px 0;
  cursor: pointer;
}

.year-area ul li.active {
  color: #A554A1;
}



.slick-current.slick-active .items-content p,
.slick-current.slick-active .items-content .heading-03 {
  -webkit-animation: fadeInDown 2s 0s both;
  animation: fadeInDown 2s 0s both;
}

.items-content {
  width: 50%;
  padding: 70px 0 0 35px;
  background-color: rgba(255, 255, 255, 0.5);
}

.items-content .heading-03 {
  font-size: 26px;
  line-height: 36px;
  font-family: var(--body-font);
  font-weight: 500;
  text-transform: capitalize;
}

.items-content p {
  font-size: 14px;
  font-family: var(--body-font);
  font-weight: 400;
  line-height: 30px;
  color: #838282;
}

.items-img {
  height: 750px;
  width: 35%;
}

.items-img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}





.neurology-section .neurology-content-area {
  padding: 0 50px 0 0;
}

.neurology-section .neurology-content-area .common-title .heading {
  margin: 0;
}

.neurology-section .neurology-content-area .neurology-content p {
  color: #585858;
  line-height: 30px;
}

.neurology-section .neurology-img-area img {
  border-radius: 20px;
}

.dental-section .dental-img-area {
  margin-right: 60px;
  position: relative;
}

.dental-section .dental-img-area .dental-img img {
  border-radius: 0 20px 20px 0;
  width: 100%;
}

.dental-section .dental-img-area .dental-overlay {
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(84, 84, 84, 0.7)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(84, 84, 84, 0.7));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(84, 84, 84, 0.7));
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(84, 84, 84, 0.7));
  width: 100%;
  height: 100%;
  border-radius: 0 20px 20px 0;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.dental-section .dental-img-area .dental-overlay .icon {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  font-size: 22px;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.dental-section .dental-img-area:hover .dental-overlay {
  visibility: visible;
  opacity: 1;
}

.dental-section .dental-img-area:hover .dental-overlay .icon {
  visibility: visible;
  opacity: 1;
}

.dental-section .dental-content-area .common-title .heading {
  margin: 0;
}

.dental-section .dental-content-area .dental-content p {
  color: #585858;
  line-height: 30px;
}

.ophtalmologue-section .container {
  margin-right: 0;
  max-width: 1505px;
  padding-right: 0;
}

.ophtalmologue-section .container .ophtalmologue-img img {
  border-radius: 20px;
}

.ophtalmologue-section .container {
  margin-left: 220px;
}

.ophtalmologue-section .container .common-title .heading {
  margin: 0;
  word-break: break-all;
}

.ophtalmologue-section .container {
  width: 55%;
}

.ophtalmologue-section .container p {
  color: #585858;
  line-height: 30px;
}

.teeth-canel .container {
  /* max-width: 1520px; */
  margin-right: 0;
  /* overflow-x: hidden; */
}

.teeth-canel .canel-content-area {
  padding: 0px 50px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 100%;
}

.teeth-canel .canel-content-area .common-title .heading {
  font-family: var(--body-font);
  font-weight: 500;
  text-transform: inherit;
}

.teeth-canel .canel-content-area {
  margin: 50px 0;
}

.teeth-canel .canel-img-area img {
  border-radius: 20px 0 0 20px;
}

.common-title .heading {
  font-family: var(--body-font);
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
}

.content-area {
  padding-bottom: 40px;
}



/*---------------------------------------
    ## Back Top
---------------------------------------*/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  z-index: 99;
  font-size: 20px;
  cursor: pointer;
  display: none;
  background-color: #ad64aa;
}

.back-to-top i {
  color: white;
  font-size: 20px;
}

/*-------------------------
    ## Preloader Css
---------------------------*/
.pre-wrap {
  position: fixed;
  content: '';
  -webkit-transform: translate(-100%, -240%);
  -ms-transform: translate(-100%, -240%);
  transform: translate(-100%, -240%);
  font-size: 62px;
}

.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  /* background-color: rgba(2, 48, 71, 0.8); */
  background-color: #ffffffb4;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(../img/logo.png);
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 1s ease;
  opacity: 1;
}

.preloader-inner .cancel-preloader {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.preloader-inner .cancel-preloader a {
  background-color: #FFFFFF;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--main-color-one);
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  display: block;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.preloader-inner .cancel-preloader a:hover {
  background-color: var(--secondary-color);
  color: #FFFFFF;
}

.spinner {
  margin: 120px auto;
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: center;
}

.dot1,
.dot2 {
  width: 90%;
  height: 90%;
  display: inline-block;
  position: absolute;
  top: 0;
  /* background-color: var(--main-color-one); */
  background-image: url(../img/logo.png);
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/*------------------------------------
     Overlay Close btn Design
 -------------------------------------*/
.overlay-content .closebtn {
  font-size: 40px;
  cursor: pointer;
  color: #000000;
  border-radius: 50%;
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.searchOverlay {
  position: relative;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
  overflow-x: hidden;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.searchOverlay .logo-area .logo {
  padding: 45px 0 0 85px;
}

.searchOverlay .overlay-content {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.searchOverlay .overlay-content .closebtn {
  background: #FFFFFF;
  left: 100%;
  bottom: 100%;
}

.searchOverlay .overlay-content .Search-section {
  position: relative;
}

.searchOverlay .overlay-content .Search-section input[type="text"] {
  padding: 40px;
  font-size: 14px;
  width: 100%;
  background: transparent;
  border: 2px solid #A554A1;
  border-radius: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #FFFFFF;
}

.searchOverlay .overlay-content .Search-section input[type="text"]::-webkit-input-placeholder {
  color: #FFFFFF;
}

.searchOverlay .overlay-content .Search-section input[type="text"]:-ms-input-placeholder {
  color: #FFFFFF;
}

.searchOverlay .overlay-content .Search-section input[type="text"]::-ms-input-placeholder {
  color: #FFFFFF;
}

.searchOverlay .overlay-content .Search-section input[type="text"]::placeholder {
  color: #FFFFFF;
}

.searchOverlay .overlay-content .Search-section button[type="submit"] {
  padding: 15px;
  background: #A554A1;
  font-size: 15px;
  border: none;
  cursor: pointer;
  color: #FFFFFF;
  width: 55px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 3%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*-----------------------------
    Overlay Side Nav design
 ------------------------------*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
  overflow-x: hidden;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.sidenav .sidenav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.sidenav .sidenav-wrap .logo-area {
  width: 70%;
}

.sidenav .sidenav-wrap .logo-area .logo {
  padding: 45px 0 0 85px;
}

.sidenav .sidenav-wrap .overlay-content {
  width: 30%;
}

.sidenav .sidenav-wrap .overlay-content .overlay-menu {
  width: 100%;
  height: 100vh;
  background-color: #FFFFFF;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.sidenav .sidenav-wrap .overlay-content .overlay-menu .logo img {
  height: 55px;
}

.sidenav .sidenav-wrap .overlay-content .overlay-menu .side-menu {
  padding: 0;
}

.sidenav .sidenav-wrap .overlay-content .overlay-menu .side-menu .items .itme-nav {
  color: #111;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--heading-font);
  font-weight: 500;
  padding: 10px 30px;
  display: block;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.sidenav .sidenav-wrap .overlay-content .overlay-menu .side-menu .items .itme-nav:hover {
  background-color: var(--main-color-one);
  color: #FFFFFF;
}

.sidenav .sidenav-wrap .overlay-content .overlay-menu .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sidenav .sidenav-wrap .overlay-content .overlay-menu .social-icon .icon {
  color: #FFFFFF;
  font-size: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.sidenav .sidenav-wrap .overlay-content .overlay-menu .social-icon .icon:hover {
  background-color: var(--main-color-one);
}

.sidenav .sidenav-wrap .overlay-content .closebtn {
  top: 50px;
  right: 30px;
}

.form-control {
  padding: .375rem 2.75rem;
}

/*---------------------------------------
    ## Button
---------------------------------------*/
.button-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-section ul li {
  width: 33.33%;
  padding: 50px 0;
}

.main-btn-wrap .main-btn,
.main-btn-wrap-2 .main-btn,
.main-btn-wrap-inactive .main-btn {
  font-size: 15px;
  font-family: var(--body-font);
  line-height: 30px;
  border-radius: 40px;
  font-weight: 400;
  padding: 15px 20px;
  display: table;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-transform: capitalize;
  min-width: 230px;
  text-align: center;
}

.main-btn-wrap.surgery-btn .main-btn {
  background: rgba(165, 84, 161, 0.9);
  -webkit-box-shadow: 0px 6px 20px -8px rgba(165, 84, 161, 0.9);
  box-shadow: 0px 6px 20px -8px rgba(165, 84, 161, 0.9);
  margin-left: 45px;
}


.main-btn-wrap.surgery-btn .main-btn:hover {
  -webkit-box-shadow: 0px 10px 20px -8px #A554A1;
  box-shadow: 0px 10px 20px -8px #A554A1;
  background: #A554A1;
}

.main-btn-wrap .main-btn {
  color: #FFFFFF;
  background: var(--main-color-one);
  -webkit-box-shadow: 0px 6px 20px -8px var(--main-color-one);
  box-shadow: 0px 6px 20px -8px var(--main-color-one);
}

.main-btn-wrap .main-btn:hover {
  -webkit-box-shadow: 0px 10px 20px -8px #A554A1;
  box-shadow: 0px 10px 20px -8px #A554A1;
  background: #A554A1;
}

.main-btn-wrap-2 .main-btn {
  color: #A554A1;
  border: 1px solid #A554A1;
}

.main-btn-wrap-2.modal-btn a {
  min-width: inherit;
  padding: 5px 20px;
}

.main-btn-wrap-inactive .main-btn {
  color: #FFFFFF;
  background: rgba(255, 134, 134, 0.6);
  -webkit-box-shadow: 0px 6px 20px -8px rgba(255, 134, 134, 0.9);
  box-shadow: 0px 6px 20px -8px rgba(255, 134, 134, 0.9);
}

/*----------------------------------------
  ## Section title
----------------------------------------*/
.common-title .heading {
  /* color:white; */
  font-size: 36px;
  line-height: 46px;
  font-family: var(--heading-font);
  font-weight: 600;
  display: table;
  letter-spacing: 2px;
}

.common-title .heading::before {
  content: "";
  clear: both;
  display: table;
  height: 3px;
  width: 50px;
  background-color: #A554A1;
  margin: 0 auto 4px;
}

.common-title .heading.line-none::before {
  content: "";
  display: none;
}

.common-title .heading.line-left::before {
  margin: 0 0 4px 0;
}

.common-title.style-02 .heading::before {
  background-color: #71C1C7;
}

.common-title.sergery-heading .heading::before {
  background-color: #A554A1;
}

/*-----------------------------
    Accordion Item
-----------------------------*/
.accordion-wrapper.style-03 .card+.card {
  margin-top: 10px;
}

.accordion-wrapper.style-03 .card .card-header a {
  background: none;
  border: 1px solid #8596A7;
  padding: 20px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.accordion-wrapper.style-03 .card .card-header a:hover {
  background: #E7ECEF;
}

.accordion-wrapper.style-03 .card .card-header a:after {
  font-size: 20px;
}

.accordion-wrapper.style-03 .card .card-header a[aria-expanded="false"]:after {
  font-size: 20px;
}

.accordion-wrapper.style-02 {
  width: 100%;
  margin-left: 15px;
}

.accordion-wrapper.style-02 .card+.card {
  margin-top: 30px;
}

.accordion-wrapper.style-02 .card .card-header a {
  background: none;
  border: 1px solid #8596A7;
  padding: 30px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.accordion-wrapper.style-02 .card .card-header a:hover {
  background: #E7ECEF;
}

.accordion-wrapper.style-02 .card .card-header a:after {
  font-size: 30px;
}

.accordion-wrapper.style-02 .card .card-header a[aria-expanded="false"]:after {
  font-size: 30px;
}

.accordion-wrapper .card {
  border: none;
  background-color: transparent;
}

.accordion-wrapper .card+.card {
  margin-top: 10px;
}

.accordion-wrapper .card .card-header {
  background-color: transparent;
  padding: 0;
  border: none;
}

.accordion-wrapper .card .card-header a {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  background-color: rgba(231, 236, 239, 0.6);
  padding: 12px 30px;
  cursor: pointer;
  position: relative;
  border-radius: 60px;
  color: #626262;
}

.accordion-wrapper .card .card-header a:after {
  position: absolute;
  right: 30px;
  content: "-";
  font-family: "fontawesome";
}

.accordion-wrapper .card .card-header a[aria-expanded="false"]:after {
  content: "+";
}

.accordion-wrapper .card .card-body {
  padding: 15px 30px 5px;
}

.accordion-wrapper .card .card-body p,
.accordion-wrapper .card .card-body ul li {
  color: var(--paragraph-color);
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  padding: 0 !important;
}

.accordion-wrapper .card .card-body .rating-area i {
  font-size: 20px;
  color: #A554A1;
}

/*---------------------------
        Counter Item 
-----------------------------*/
.single-couterup {
  border: 2px solid #A554A13B;
  border-radius: 20px;
  text-align: center;
  padding: 25px 0 25px;
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgb(221 139 210 / 59%);
}

.single-couterup:hover {
  transform: translateY(-10px);
}

.single-couterup .icon {
  width: 90px;
  height: 90px;
  background: #F5F7F8;
  border-radius: 50%;
  line-height: 60px;
  margin: auto;
  color: var(--main-color-one);
  position: relative;
  animation: rotate-icon 3s infinite linear;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-couterup .icon img {
  width: 60%;
  height: 60%;
  object-fit: contain;
  border-radius: 50%;
  animation: imagePulse 1.5s ease-in-out infinite;
}

.single-couterup .content .count-num {
  font-size: 55px;
  font-family: var(--body-font);
  line-height: 65px;
  color: #626262;
  font-weight: 600;
  padding: 15px 0;
  display: inline-block;
  opacity: 0;
  animation: countUp 2s ease-in-out forwards;
}

.single-couterup .content .title {
  font-size: 16px;
  font-family: var(--body-font);
  line-height: 22px;
  color: rgba(165, 84, 161, 0.9);
  font-weight: 500;
}

@keyframes countUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



@keyframes imagePulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}


/*--------------------------------------
            Testimonials Scss Start Here
----------------------------------------*/
.testimonial-section {
  background-color: #FFFFFF;
}

.testimonial-section .common-title .heading {
  text-transform: capitalize;
  margin: auto;
}

.testimonial-section.style-02 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(227, 239, 244, 0.3)), to(rgba(130, 200, 206, 0.2)));
  background-image: -webkit-linear-gradient(left, rgba(227, 239, 244, 0.3), rgba(130, 200, 206, 0.2));
  background-image: -o-linear-gradient(left, rgba(227, 239, 244, 0.3), rgba(130, 200, 206, 0.2));
  background-image: linear-gradient(to right, rgba(227, 239, 244, 0.3), rgba(130, 200, 206, 0.2));
}

.testimonial-section.style-02 .testimonials-carousel .testimonials-carousel-controller {
  position: absolute;
  left: 20%;
  top: 10%;
  width: 120px;
}

.testimonial-section.style-02 .testimonials-carousel .testimonials-carousel-controller .active-controller {
  position: absolute;
  left: -25px;
  top: -10px;
  color: #A554A1;
}

.testimonial-section.style-02 .testimonials-carousel .testimonials-carousel-controller .total-controller {
  position: absolute;
  right: -25px;
  top: -10px;
  color: #A554A1;
}

.testimonial-section.style-02 .testimonials-carousel .testimonials-carousel-controller .testimonial-progressbar {
  position: relative;
  z-index: 0;
}

.testimonial-section.style-02 .testimonials-carousel .testimonials-carousel-controller .testimonial-progressbar .progress-line {
  height: 1px;
  width: 100%;
  background-color: #A554A1;
  position: absolute;
  left: 0;
}

.testimonial-section.style-02 .testimonials-carousel .testimonials-carousel-controller .testimonial-progressbar .progress-active-line {
  position: absolute;
  z-index: 1;
  top: -1px;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #A554A1;
}

.testimonial-section.sergery-style {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(227, 233, 237, 0.3)), to(rgba(165, 84, 161, 0.4)));
  background-image: -webkit-linear-gradient(left, rgba(227, 233, 237, 0.3), rgba(165, 84, 161, 0.4));
  background-image: -o-linear-gradient(left, rgba(227, 233, 237, 0.3), rgba(165, 84, 161, 0.4));
  background-image: linear-gradient(to right, rgba(227, 233, 237, 0.3), rgba(165, 84, 161, 0.4));
}

.testimonial-section.default-style .testimonials-carousel .testimonials-carousel-controller,
.testimonial-section.sergery-style .testimonials-carousel .testimonials-carousel-controller {
  left: 25%;
  width: 200px;
  position: absolute;
}

.testimonial-section.default-style .testimonials-carousel .testimonials-carousel-controller .active-controller,
.testimonial-section.default-style .testimonials-carousel .testimonials-carousel-controller .total-controller,
.testimonial-section.sergery-style .testimonials-carousel .testimonials-carousel-controller .active-controller,
.testimonial-section.sergery-style .testimonials-carousel .testimonials-carousel-controller .total-controller {
  color: #838282;
  font-size: 30px;
  line-height: 40px;
}

.testimonial-section.default-style .testimonials-carousel .testimonials-carousel-controller .active-controller,
.testimonial-section.sergery-style .testimonials-carousel .testimonials-carousel-controller .active-controller {
  left: -45px;
}

.testimonial-section.default-style .testimonials-carousel .testimonials-carousel-controller .controller-devided,
.testimonial-section.sergery-style .testimonials-carousel .testimonials-carousel-controller .controller-devided {
  font-size: 35px;
  top: -15px;
}

.testimonial-section .testimonials-carousel {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonial-section .testimonials-carousel .testimonial-arrow {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.testimonial-section .testimonials-carousel .testimonial-arrow.sky .slick-next:hover,
.testimonial-section .testimonials-carousel .testimonial-arrow.sky .slick-prev:hover {
  background-color: #A554A1;
}

.testimonial-section .testimonials-carousel .testimonial-arrow .slick-next,
.testimonial-section .testimonials-carousel .testimonial-arrow .slick-prev {
  color: #000000;
  background-color: #FFFFFF;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.testimonial-section .testimonials-carousel .testimonial-arrow .slick-next:hover,
.testimonial-section .testimonials-carousel .testimonial-arrow .slick-prev:hover {
  color: #FFFFFF;
  background-color: #A554A1;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.testimonial-section .testimonials-carousel .testimonial-arrow .slick-next {
  margin-left: 20px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.testimonial-section .testimonials-carousel .testimonial-carousel-img {
  width: 55%;
}

.testimonial-section .testimonials-carousel .testimonial-carousel-img .slick-arrow {
  position: absolute;
  bottom: 30%;
  z-index: 9;
}

.testimonial-section .testimonials-carousel .testimonial-carousel-img .right_active_item .carousel-items {
  height: 565px !important;
  margin-top: 35px !important;
}

.testimonial-section .testimonials-carousel .testimonial-carousel-img .carousel-items {
  height: 420px;
  margin-top: 180px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 95% !important;
  overflow: hidden;
}

.testimonial-section .testimonials-carousel .testimonial-carousel-img .carousel-items img {
  border-radius: 20px;
  -o-object-fit: fill;
  object-fit: fill;
  margin: auto;
}

.testimonial-section .testimonials-carousel .testimonial-content-wrap {
  width: 40%;
  margin-left: 5%;
  position: absolute;
  top: 52%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.testimonial-section .testimonials-carousel .testimonial-content-wrap .carousel-items .content {
  width: 50%;
}

.testimonial-section .testimonials-carousel .testimonial-content-wrap .carousel-items .content .heading-4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: var(heading-color);
}

.testimonial-section .testimonials-carousel .testimonial-content-wrap .carousel-items .content .heading-6 {
  font-size: 16px;
  line-height: 26px;
  color: #8596A7;
  font-weight: 600;
}

@media (max-width: 1850px) {
  .testimonial-section .testimonials-carousel .testimonial-carousel-img .right_active_item .carousel-items {
    height: 540px !important;
    margin-top: 60px !important;
  }
}

@media (max-width: 1750px) {
  .testimonial-section .testimonials-carousel .testimonial-carousel-img .right_active_item .carousel-items {
    height: 520px !important;
    margin-top: 80px !important;
  }
}

@media (max-width: 1700px) {
  .testimonial-section .testimonials-carousel .testimonial-carousel-img .right_active_item .carousel-items {
    height: 505px !important;
    margin-top: 95px !important;
  }
}

@media (max-width: 1650px) {
  .testimonial-section .testimonials-carousel .testimonial-carousel-img .right_active_item .carousel-items {
    height: 485px !important;
    margin-top: 115px !important;
  }
}

@media (max-width: 1600px) {
  .testimonial-section .testimonials-carousel .testimonial-carousel-img .right_active_item .carousel-items {
    height: 500px !important;
    margin-top: 100px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .testimonial-section .testimonials-carousel .testimonial-carousel-img .carousel-items img {
    height: 100%;
  }
}

@media (max-width: 1200px) {
  .testimonial-section .testimonials-carousel .testimonial-content-wrap {
    top: 45%;
  }

  .testimonial-section .testimonials-carousel .testimonial-carousel-img .carousel-items {
    height: 570px !important;
    margin-top: 30px !important;
  }
}

/*===========================================================
                    Side form popup
============================================================*/
.appointment-section.style-02 {
  background-color: transparent;
}

.modal-design .address-area .address-content {
  padding: 0 20px;
}

.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
  visibility: hidden;
  display: none;
  overflow-y: auto;
}

.modal-design {
  width: 100%;
  border-radius: 20px;
  position: relative;
}

.modal-design .appointment-section .appointment-content {
  border: none;
}

.modal-design .modal-wrapper {
  width: 50%;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 20px;
  border-radius: 20px;
  margin: auto;
}

.modal-design .modal-wrapper {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

.modal-design .modal-wrapper .row {
  padding: 0;
  margin: 0;
}

.modal-design .modal-wrapper .close-button {
  position: absolute;
  height: 40px;
  width: 40px;
  color: #FFFFFF;
  background-color: #A554A1;
  right: -30px;
  top: -30px;
  border-radius: 50%;
  font-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}

.modal-design .modal-wrapper .close-button:hover {
  background-color: rgba(255, 134, 134, 0.8);
}


.modal-design {
  border-radius: 20px;
}

.logo-area,
.modal-design .logo-area {
  /* position: absolute; */
  top: 5%;
  left: 4.5%;
  z-index: 1;
}


.modal-image,
.modal-design #google-map,
.modal-design #google-map2,
.modal-design .modal-image {
  width: 60%;
  height: 430px;
  border-radius: 20px 0 0 20px;
}

.modal-image img,
.modal-design .modal-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px 0 0 20px;
}


.modal-design {
  width: 40%;
  position: relative;
}


.modal-design .address-area .address-content {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80%;
}


.modal-design .address-area .address-content .heading-04 {
  color: var(--heading-color);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.modal-design .address-area .address-content ul {
  padding: 0;
}

.modal-design .address-area .address-content .items {
  color: var(--paragraph-color);
  font-size: 12px;
  line-height: 22px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-img,
.modal-design .modal-img {
  width: 100%;
  position: relative;
  z-index: 0;
}

.modal-img img,
.modal-design .modal-img img {
  border-radius: 20px;
  width: 100%;
}

.modal-img,
.modal-design .modal-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.appointment-section .container .appointment-content,
.modal-design .appointment-section .container .appointment-content {
  border: none;
  padding: 50px 0;
}

.appointment-section,
.modal-design .appointment-section {
  width: 100%;
  border-radius: 20px;
}

.popup-show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}




.close-popup {
  position: absolute;
  height: 40px;
  width: 40px;
  color: #FFFFFF;
  background-color: #A554A1;
  right: -30px;
  top: -30px;
  border-radius: 50%;
  font-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.close-popup:hover {
  background-color: rgba(255, 134, 134, 0.8);
}



.progressbar-wrapper {
  position: relative;
  z-index: 0;
  width: 220px;
  margin: auto;
}

.progressbar-wrapper .active-controller,
.progressbar-wrapper .total-controller {
  position: absolute;
  top: -15px;
  color: var(--main-color-one);
  font-size: 20px;
}

.progressbar-wrapper .active-controller {
  left: -25px;
}

.progressbar-wrapper .total-controller {
  right: -15px;
}

.progressbar-wrapper .progressbar-line-wrap {
  position: relative;
  width: 200px;
}

.progressbar-wrapper .progressbar-line-wrap .full-line {
  width: 100%;
  height: 1px;
  background-color: var(--main-color-one);
  display: block;
}

.progressbar-wrapper .progressbar-line-wrap .active-line {
  width: 50%;
  height: 3px;
  background-color: var(--main-color-one);
  display: block;
  position: absolute;
  top: -1px;
}

.basic-form input[type="text"]:focus {
  border: none;
}

.basic-form .form-column-one .form-control {
  background-color: #E4EAED;
}

.basic-form .form-column-two .form-control {
  background-color: #D6D6D6;
}

.basic-form .form-column-three .form-control {
  background-color: #D6D6D6;
}

.same-style .form-control {
  padding: 10px 30px;
  border: none;
  margin: 30px 0 0 0;
  resize: none;
  display: block;
  height: inherit;
}

.same-style .form-control::-webkit-input-placeholder {
  color: #838282;
  font-size: 15px;
  line-height: 26px;
  font-family: var(--body-font);
  font-weight: 500;
}

.same-style .form-control:-ms-input-placeholder {
  color: #838282;
  font-size: 15px;
  line-height: 26px;
  font-family: var(--body-font);
  font-weight: 500;
}

.same-style .form-control::-ms-input-placeholder {
  color: #838282;
  font-size: 15px;
  line-height: 26px;
  font-family: var(--body-font);
  font-weight: 500;
}

.same-style .form-control::placeholder {
  color: #838282;
  font-size: 15px;
  line-height: 26px;
  font-family: var(--body-font);
  font-weight: 500;
}

.same-style input.form-control {
  border-radius: 50px;
}

.same-style textarea.form-control {
  border-radius: 20px;
}

/*--------------------------------------
          Valid State Input
----------------------------------------*/
.state-input .form-column-one .form-control {
  border: 1px solid #E4EAED;
}

.state-input .error-column .form-control {
  border: 1px solid var(--main-color-one);
}

.state-input .error-column .error-column-input,
.state-input .error-column .errow-column-textarea {
  position: relative;
  z-index: 0;
}

.state-input .error-column .error-column-input:after,
.state-input .error-column .errow-column-textarea:after {
  content: "\f11d";
  font-family: Flaticon;
  position: absolute;
  right: 10px;
  z-index: 1;
  font-size: 18px;
  color: var(--main-color-one);
}

.state-input .error-column .error-column-input:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.state-input .error-column .errow-column-textarea:after {
  bottom: 10px;
}

/*---------------------------------------
    ## Button
---------------------------------------*/
.button-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-section ul li {
  width: 33.33%;
  padding: 50px 0;
}

.main-btn-wrap .main-btn,
.main-btn-wrap-2 .main-btn,
.main-btn-wrap-inactive .main-btn {
  font-size: 15px;
  font-family: var(--body-font);
  line-height: 30px;
  border-radius: 40px;
  font-weight: 400;
  padding: 15px 20px;
  display: table;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-transform: capitalize;
  min-width: 230px;
  text-align: center;
}

.main-btn-wrap.surgery-btn .main-btn {
  background: rgba(165, 84, 161, 0.9);
  -webkit-box-shadow: 0px 6px 20px -8px rgba(165, 84, 161, 0.9);
  box-shadow: 0px 6px 20px -8px rgba(165, 84, 161, 0.9);
}

.main-btn-wrap.surgery-btn .main-btn:hover {
  -webkit-box-shadow: 0px 10px 20px -8px #A554A1;
  box-shadow: 0px 10px 20px -8px #A554A1;
  background: #A554A1;
}

.main-btn-wrap .main-btn {
  color: #FFFFFF;
  background: var(--main-color-one);
  -webkit-box-shadow: 0px 6px 20px -8px var(--main-color-one);
  box-shadow: 0px 6px 20px -8px var(--main-color-one);
}

.main-btn-wrap .main-btn:hover {
  -webkit-box-shadow: 0px 10px 20px -8px #A554A1;
  box-shadow: 0px 10px 20px -8px #A554A1;
  background: #A554A1;
}

.main-btn-wrap-2 .main-btn {
  color: #A554A1;
  border: 1px solid #A554A1;
}

.main-btn-wrap-2.modal-btn a {
  min-width: inherit;
  padding: 5px 20px;
}

.main-btn-wrap-inactive .main-btn {
  color: #FFFFFF;
  background: rgba(255, 134, 134, 0.6);
  -webkit-box-shadow: 0px 6px 20px -8px rgba(255, 134, 134, 0.9);
  box-shadow: 0px 6px 20px -8px rgba(255, 134, 134, 0.9);
}

.flat-icon .icon-title .heading-04 {
  color: #838282;
  font-size: 21px;
  line-height: 32px;
  font-weight: 500;
  padding: 30px 0;
  margin: 0;
}

.flat-icon .icons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flat-icon .icons-wrap .icon {
  background-color: #E8E8E8;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  font-size: 50px;
  margin: 10px 50px;
}

.icon-alert .alert-box {
  position: relative;
  z-index: 0;
  -webkit-box-shadow: 0 8px 15px #8596A7;
  box-shadow: 0 8px 15px #8596A7;
  text-align: center;
  border-radius: 20px;
  padding: 20px 75px;
  max-width: 380px;
  min-height: 360px;
}

.icon-alert .alert-box .close-btn {
  top: 5%;
  right: 5%;
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.alert-box .close-btn {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  background-color: #FFFFFF;
  text-align: center;
  -webkit-box-shadow: 0 0 6px #626262;
  box-shadow: 0 0 6px #626262;
  font-size: 30px;
  cursor: pointer;
}

.alert-box .alert-content p {
  color: #8596A7;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  font-family: var(--body-font);
  margin: 0;
}

.alert-box .alert-content .icon {
  font-size: 90px;
}

.alert-box.warning .alert-content p {
  color: var(--main-color-one);
}

.alert-box.warning .alert-content .icon {
  color: var(--main-color-one);
}

/*---------------------------------
       Basic Alert SCSS
-----------------------------------*/
.basic-alert .alert-box {
  position: relative;
  z-index: 0;
  -webkit-box-shadow: 0 0 10px #E2EEF7;
  box-shadow: 0 0 10px #E2EEF7;
  border-radius: 20px;
  padding: 35px 50px;
}

.basic-alert .alert-box .close-btn {
  top: 50%;
  right: 3%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.basic-alert .alert-box.warning {
  -webkit-box-shadow: 0 0 5px var(--main-color-one);
  box-shadow: 0 0 5px var(--main-color-one);
}



.contact-section .form-area .common-title {
  padding-bottom: 30px;
}

.contact-section .form-area .common-title .heading {
  margin: 0;
}

.contact-section .form-area .form-top ul {
  margin-bottom: 25px;
  padding-left: 0;
}

.contact-section .form-area .form-top ul li {
  color: #707070;
  font-size: 14px;
  font-family: var(--body-font);
  font-weight: 500;
  line-height: 30px;
}

.contact-section .form-area .form-top ul li span {
  width: 100px;
  display: inline-block;
  color: #585858;
}

.form-bottom .form-group label {
  font-size: 14px;
  font-family: var(--body-font);
  font-weight: 500;
  line-height: 30px;
  color: #585858;
}

.form-bottom .form-group .form-control {
  background-color: rgba(133, 150, 167, 0.15);
  border: none;
  border-radius: 25px;
  padding: 10px 20px;
  resize: none;
}

.form-bottom .form-group .text-character {
  font-size: 10px;
  text-align: right;
  display: block;
  margin-top: 5px;
}

.form-bottom .main-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-bottom .main-btn-wrap .main-btn {
  min-width: 200px;
  margin-left: 5px;
  margin-right: 5px;
}

.form-bottom .main-btn-wrap .main-btn.border {
  background: transparent;
  color: #A554A1;
  border: 1px solid #A554A1 !important;
}

/*----------------------------------------
            Custom Calender
------------------------------------------*/
.calendar {
  display: block;
}

.calendar .form-control {
  font-size: 11px;
  color: #626262;
  font-style: italic;
  padding: 19px 30px !important;
}

label {
  display: block;
  margin-bottom: 0;
}

input:focus {
  outline: none;
}

#ui-datepicker-div {
  display: none;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
}

.ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: #626262;
}

.ui-datepicker-calendar tbody td {
  width: 2rem;
  text-align: center;
  padding: 0;
}

.ui-datepicker-calendar tbody td a {
  display: block;
  border-radius: 0.25rem;
  line-height: 2rem;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  color: #626262;
  font-size: 0.875rem;
  text-decoration: none;
}

.ui-datepicker-calendar tbody td a:hover {
  background-color: rgba(255, 134, 134, 0.5);
}

.ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: var(--main-color-one);
  color: #FFFFFF;
}

.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.25rem;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.ui-datepicker-header a.ui-datepicker-prev {
  left: 10px;
  background-repeat: no-repeat;
  background-size: 0.5rem;
  background-position: 50%;
}

.ui-datepicker-header a.ui-datepicker-prev::after {
  content: "\f108";
  font-family: Flaticon;
  font-size: 10px;
}

.ui-datepicker-header a.ui-datepicker-next {
  right: -10px;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50%;
}

.ui-datepicker-header a.ui-datepicker-next::after {
  content: "\f109";
  font-family: Flaticon;
  font-size: 10px;
}

.ui-datepicker-header a>span {
  display: none;
}

.ui-datepicker-title {
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0.25rem;
}

/*--------------------------------
        Blog Page 01 Start
----------------------------------*/
.blog-page-content .widget_search .search-form .submit-btn:hover {
  background-color: rgba(255, 134, 134, 0.9);
}

.blog-page-content .widget_search .search-form .form-group .form-control {
  border: none;
  -webkit-box-shadow: 0px 0px 6px 1px #dcd9d9;
  box-shadow: 0px 0px 6px 1px #dcd9d9;
}

.blog-page-content .widgets-area .widget {
  border-radius: 20px;
  background-color: #F6F8F9;
}

.blog-page-content .widgets-area .widget .widget-title {
  font-size: 20px;
}

.blog-page-content .widgets-area .widget .widget-title::after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #A554A1;
  display: block;
  margin-top: 5px;
}

.blog-page-content .widgets-area .widget .recent_post_item li.single-recent-post-item .thumb {
  width: 80px;
  height: 80px;
  margin-right: 0;
}

.blog-page-content .widgets-area .widget .recent_post_item li.single-recent-post-item .thumb img {
  border-radius: 20%;
}

.blog-page-content .widgets-area .widget.widget_recent_posts .single-recent-post-item .content .title {
  line-height: 26px;
  margin-bottom: 0;
  font-weight: 500;
}

.blog-page-content .widgets-area .widget.widget_recent_posts .single-recent-post-item .content .time {
  padding-bottom: 10px;
  display: block;
}

.blog-page-content .widgets-area .widget.widget_category ul {
  padding-left: 0;
}

.blog-page-content .widgets-area .widget.widget_category ul a {
  border: 1px solid rgba(3, 79, 190, 0.1);
  padding: 10px 15px;
  display: block;
  border-radius: 5px;
  display: block;
  margin-top: 10px;
}

.blog-page-content .widgets-area .widget.widget_category ul a .right {
  float: right;
}

.blog-page-content .widgets-area .widget.widget_category ul a:hover {
  background-color: #FFFFFF;
  border: 1px solid transparent;
  -webkit-box-shadow: 1px 4px 6px rgba(39, 39, 122, 0.1);
  box-shadow: 1px 4px 6px rgba(39, 39, 122, 0.1);
}

.blog-page-content .widgets-area .widget_follow_us ul {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-page-content .widgets-area .widget_follow_us .social-icon {
  color: #111112;
  border: 1px solid #909090;
  width: 40px;
  height: 40px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-page-content .widgets-area .widget_follow_us .social-icon:hover {
  background-color: #A554A1;
  color: #FFFFFF;
  border: 1px solid #A554A1;
}

.blog-page-content .widgets-area .widget_archive .form-control {
  height: 50px;
  padding: 10px 20px;
  border: 1px solid #909090;
}

.blog-page-content .widgets-area .widget_archive .caret-icon {
  font-size: 18px;
  padding-right: 10px;
}

.blog-page-content .widgets-area .widget_instagram_items {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-page-content .widgets-area .widget_instagram_items .instagram-thumb img {
  width: 90px;
  height: 90px;
  border-radius: 20px;
  padding: 10px;
  display: block;
}

.blog-page-content .widgets-area .widget_tags .tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-page-content .widgets-area .widget_tags .tagcloud a {
  color: #838282;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-family: var(--body-font);
  border: 1px solid #707070;
  padding: 10px 20px;
  display: block;
  margin: 10px;
  min-width: 125px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-page-content .widgets-area .widget_tags .tagcloud a:hover {
  color: #FFFFFF;
  background-color: #A554A1;
  border: 1px solid #A554A1;
}

.blog-page-content .widgets-area .add-widget img {
  border-radius: 20px;
}

.blog-page-content .icon {
  color: var(--main-color-one);
  margin-right: 5px;
}

.blog-post-single-item .thumb {
  position: relative;
  padding-bottom: 25px;
}

.blog-post-single-item .thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
}

.blog-post-single-item .thumb img {
  border-radius: 20px;
}

.blog-post-single-item .content .post-meta {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-post-single-item .content .post-meta li {
  margin-right: 20px;
  margin-bottom: 10px;
}

.blog-post-single-item .content .post-meta li a {
  color: #111112;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--body-font);
  font-weight: 400;
  display: block;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-post-single-item .content .post-meta.two {
  padding-bottom: 20px;
}

.blog-post-single-item .content .post-meta.two li a {
  color: #838282;
  border: 1px solid #EFEFEF;
  border-radius: 30px;
  padding: 8px 16px;
}

.blog-post-single-item .content .post-meta.two li:hover a {
  color: #111112;
}

.blog-post-single-item .content .title {
  font-size: 26px;
  line-height: 36px;
  font-family: var(--heading-font);
  font-weight: 500;
  margin: 0;
}

.blog-post-single-item .content p {
  margin: 0;
}

/*--------------------------------
        Blog  Details Page
----------------------------------*/
.blog-page-content .blog-details-items .content .title {
  font-size: 30px;
  line-height: 40px;
  font-family: var(--heading-font);
  font-weight: 500;
}

.blog-page-content .blog-details-items .content .post-meta .list-wrap {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-page-content .blog-details-items .content .post-meta .list-wrap a {
  color: rgba(51, 51, 51, 0.8);
  font-size: 14px;
  line-height: 24px;
  font-family: var(--body-font);
  font-weight: 400;
}

.blog-page-content .blog-details-items .content .post-meta .list-wrap li:not(:last-child) a {
  padding-right: 30px;
}

.blog-page-content .blog-details-items .thumb img {
  border-radius: 20px;
}

.blog-page-content .blog-details-items blockquote {
  background-color: #F0EFFF;
  padding: 35px 30px 40px 30px;
  position: relative;
  margin: 0;
  z-index: 0;
}

.blog-page-content .blog-details-items blockquote p {
  color: #111112;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 600;
  font-style: italic;
}

.blog-page-content .blog-details-items blockquote .quote-icon {
  position: absolute;
  right: 0;
  bottom: -32px;
  font-size: 100px;
  color: rgba(255, 134, 134, 0.2);
  z-index: -1;
}

.blog-page-content .blog-details-items blockquote .blockquote-footer {
  color: #111112;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--heading-font);
  font-weight: 400;
}

.blog-page-content .blog-details-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-page-content .blog-details-footer .tag-text {
  color: #666666;
  font-size: 22px;
  line-height: 32px;
  font-family: var(--body-font);
  font-weight: 600;
  margin-bottom: 0;
}

.blog-page-content .blog-details-footer .list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-page-content .blog-details-footer .list-wrap a {
  color: #CCCCCC;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--body-font);
  font-weight: 400;
  border: 1px solid #CCCCCC;
  border-radius: 30px;
  display: block;
  padding: 6px 20px;
  margin: 0 8px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-page-content .blog-details-footer .list-wrap a:hover {
  background-color: #A554A1;
  border: 1px solid #A554A1;
  color: #FFFFFF;
}

.blog-page-content .blog-details-footer .share-text {
  color: #666666;
  font-size: 22px;
  line-height: 32px;
  font-family: var(--body-font);
  font-weight: 400;
  margin-bottom: 0;
}

.blog-page-content .blog-details-footer .social-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-page-content .blog-details-footer .social-icon-wrap .icon {
  color: #CCCCCC;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-page-content .blog-details-footer .social-icon-wrap .icon:hover {
  color: #A554A1;
}

.blog-page-content .blog-details-next-previous {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #A554A1;
  border-top: 1px solid #A554A1;
}

.blog-page-content .blog-details-next-previous .previous-btn,
.blog-page-content .blog-details-next-previous .next-btn {
  color: #909090;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--body-font);
  font-weight: 400;
}

.blog-page-content .blog-details-next-previous .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 0;
  width: 130px;
}

.blog-page-content .blog-details-next-previous .home-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 5px;
}

.blog-page-content .blog-details-testimonial_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  background-color: #F6F8F9;
}

.blog-page-content .blog-details-testimonial_wrap .thumb {
  margin-right: 20px;
  width: 20%;
}

.blog-page-content .blog-details-testimonial_wrap .thumb img {
  border-radius: 20px;
  width: 120px;
}

.blog-page-content .blog-details-testimonial_wrap .content {
  width: 80%;
}

.blog-page-content .blog-details-testimonial_wrap .content .write-by {
  text-transform: uppercase;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--body-font);
  font-weight: 300;
  padding-bottom: 5px;
}

.blog-page-content .blog-details-testimonial_wrap .content .name {
  color: #111112;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--body-font);
  font-weight: 600;
  margin-bottom: 0;
}

/*-------------------------------
       Blog Commetn Section
---------------------------------*/
.comments-title {
  font-size: 20px;
  line-height: 30px;
  font-family: var(--body-font);
  font-weight: 600;
  margin-bottom: 0;
}

/*------------------------
    Custom Checkbox
--------------------------*/
.checkbox {
  position: absolute;
  left: -9999px;
}

.checkbox+label {
  position: relative;
  display: inline-block;
  padding: 1px 24px;
}

.checkbox+label:before,
.checkbox+label:after {
  position: absolute;
  top: 0;
  content: '';
  border-radius: 1px;
}

.checkbox+label:before {
  top: 4px;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid rgba(133, 150, 167, 0.4);
  border-radius: 4px;
}

.checkbox+label:after {
  width: 0;
  height: 0;
}

.checkbox:checked+label:before {
  border-color: #FFFFFF;
  background-color: var(--main-color-one);
}

.checkbox:checked+label:after {
  width: 6px;
  height: 13px;
  top: 3px;
  left: 5px;
  color: #FFFFFF;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  -webkit-transform: rotate(37deg);
  -ms-transform: rotate(37deg);
  transform: rotate(37deg);
}

.roppup-modal .img-wrapper {
  border-radius: 20px;
  overflow: hidden;
}

.roppup-modal .img-wrapper img {
  border-radius: 20px !important;
  width: 700px;
  height: 445px;
}

.gallery-filter-images .gallery-grid {
  margin-bottom: 20px;
}

/* .gallery-filter-images .gallery-grid::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(98, 98, 98, 0.5)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(98, 98, 98, 0.5));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(98, 98, 98, 0.5));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(98, 98, 98, 0.5));
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  visibility: hidden;
  opacity: 0;
} */

.gallery-filter-images .gallery-grid img {
  border-radius: 20px;
}

.gallery-filter-images .gallery-grid .plus-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  z-index: 2;
  font-size: 20px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.gallery-filter-images .gallery-grid:hover .plus-icon,
.gallery-filter-images .gallery-grid:hover::after,
.gallery-filter-images .gallery-grid:hover .gallery-content {
  visibility: visible !important;
  opacity: 1 !important;
}

.gallery-filter-images .gallery-grid .gallery-content {
  position: absolute;
  left: 5%;
  bottom: 5%;
  z-index: 2;
  color: #FFFFFF;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.gallery-filter-images .gallery-grid .gallery-content .date {
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  font-family: var(--heading-font);
}

.gallery-filter-images .gallery-grid .gallery-content .text {
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  font-family: var(--body-font);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), -1px -1px 5px rgba(0, 0, 0, 0.4);
}

.help-section {
  position: relative;
  z-index: 0;
}

.help-section .image-area {
  width: 100%;
  height: auto;
}

.help-section .image-area img {
  border-radius: 0 20px 20px 0;
}

.help-section .content-area {
  padding-left: 10%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.help-section .content-area .heading-04 {
  color: var(--main-color-one);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--body-font);
}

.help-section .content-area .common-title .heading {
  font-weight: 600;
  font-family: var(--body-font);
}

.help-section .content-area .search-btn {
  position: relative;
  z-index: 0;
}

.help-section .content-area .search-btn input::-webkit-input-placeholder {
  color: #4E4D4D;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--body-font);
  font-weight: 300;
}

.help-section .content-area .search-btn input:-ms-input-placeholder {
  color: #4E4D4D;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--body-font);
  font-weight: 300;
}

.help-section .content-area .search-btn input::-ms-input-placeholder {
  color: #4E4D4D;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--body-font);
  font-weight: 300;
}

.help-section .content-area .search-btn input::placeholder {
  color: #4E4D4D;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--body-font);
  font-weight: 300;
}

.help-section .content-area .search-btn .form-control {
  border: 2px solid var(--main-color-one);
  border-radius: 40px;
  padding: 15px 15px 15px 25px;
  height: 60px;
}

.help-section .content-area .search-btn .search-icon {
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--main-color-one);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  color: #FFFFFF;
}

/*------------------------------------------
      Help Page Another Question Section
--------------------------------------------*/




.question-img img {
  border-radius: 20px;
}

section.membership-filter-section {
  overflow-x: hidden;
}


.common-title {
  padding-bottom: 0px;
}


.form-bottom .common-title .heading {
  color: var(--heading-color);
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  font-family: var(--body-font);
}

.form-bottom .common-title p {
  color: #777474;
  font-size: 14px;
  font-family: var(--body-font);
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 5px;
}

.form-bottom .common-title a {
  color: var(--main-color-one);
}

.form-bottom .form input::-webkit-input-placeholder {
  color: #585858;
  font-size: 12px;
  line-height: 22px;
  font-family: var(--body-font);
  font-weight: 500;
  font-style: italic;
}

.form-bottom .form input:-ms-input-placeholder {
  color: #585858;
  font-size: 12px;
  line-height: 22px;
  font-family: var(--body-font);
  font-weight: 500;
  font-style: italic;
}

.form-bottom .form input::-ms-input-placeholder {
  color: #585858;
  font-size: 12px;
  line-height: 22px;
  font-family: var(--body-font);
  font-weight: 500;
  font-style: italic;
}

.form-bottom .form input::placeholder {
  color: #585858;
  font-size: 12px;
  line-height: 22px;
  font-family: var(--body-font);
  font-weight: 500;
  font-style: italic;
}

.form-bottom .form .main-btn-wrap .main-btn {
  width: inherit;
  margin: 25px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-bottom .form .main-btn-wrap .main-btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.question-img img {
  border-radius: 20px;
}






.style-left .heading-04 {
  color: #626262;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
}

.style-left .heading-style {
  background-color: #F5F7F8;
  border-radius: 30px;
  text-align: center;
  padding: 20px 40px;
}

.style-left .heading-style .heading-02 {
  color: var(--main-color-one);
  font-size: 90px;
  line-height: 100px;
  font-weight: 500;
}

.style-left .heading-style p {
  color: #A7A7A7;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.style-right {
  padding-left: 8%;
}

.style-right .heading-04 {
  color: #838282;
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
}

.style-right .heading-style {
  padding-top: 10px;
}

.style-right .heading-style .regular,
.style-right .heading-style .medium,
.style-right .heading-style .semi-bold {
  color: #626262;
  font-size: 20px;
  line-height: 40px;
}

.style-right .heading-style .regular {
  font-weight: 400;
}

.style-right .heading-style .medium {
  font-weight: 500;
}

.style-right .heading-style .semi-bold {
  font-weight: 600;
}

.style-right .heading-style .extra-bold {
  font-weight: 700;
}

/*---------------------------------
        Heading Font 
-----------------------------------*/
.heading-font .heading-wrap {
  padding: 30px 0 0 0;
}

.heading-font .heading-wrap .title {
  color: #626262;
  font-size: 26px;
  line-height: 36px;
  padding-left: 60px;
  margin-bottom: 30px;
  font-weight: 500;
}

.heading-font .heading-wrap .title .pixel {
  color: #838282;
  padding-left: 10px;
}

.heading-font .heading-wrap .heading {
  border: 1px solid #B0C4D9;
  border-radius: 70px;
  padding: 30px 60px;
}

.heading-font .heading-wrap .heading h1,
.heading-font .heading-wrap .heading h2,
.heading-font .heading-wrap .heading h3,
.heading-font .heading-wrap .heading h4,
.heading-font .heading-wrap .heading h5,
.heading-font .heading-wrap .heading h6 {
  color: #838282;
  margin: 0;
}

.heading-font .heading-wrap .heading h1 {
  font-size: 46px;
  line-height: 57px;
}

.heading-font .heading-wrap .heading h2 {
  font-size: 40px;
  line-height: 49px;
}

.heading-font .heading-wrap .heading h3 {
  font-size: 34px;
  line-height: 42px;
}

.heading-font .heading-wrap .heading h4 {
  font-size: 28px;
  line-height: 34px;
}

.heading-font .heading-wrap .heading h5 {
  font-size: 24px;
  line-height: 29px;
}

.heading-font .heading-wrap .heading h5 {
  font-size: 20px;
  line-height: 24px;
}

/*---------------------------------
        Heading Element 
-----------------------------------*/
.inline-element .inline-element-wrap {
  padding: 0 0 0 50px;
}

.inline-element .inline-element-wrap p {
  color: #A7A7A7;
  font-size: 16px;
  line-height: 26px;
  padding: 20px 0 0 0;
  margin: 0;
}

mark {
  background-color: var(--main-color-one);
  color: #FFFFFF;
  border-radius: 4px;
}

.common-title .center::after {
  margin: 10px auto;
}

/*# sourceMappingURL=style.css.map */

/* Doctors Box */
.doctorbox {
  background-color: #FFFFFF;
}

.doctorbox.style-02 .doctorbox-column::after {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(165, 84, 161, 0.49)), to(rgba(165, 84, 161, 0.49)));
  background-image: -webkit-linear-gradient(rgba(165, 84, 161, 0.49), rgba(165, 84, 161, 0.49));
  background-image: -o-linear-gradient(rgba(165, 84, 161, 0.49), rgba(165, 84, 161, 0.49));
  background-image: linear-gradient(rgba(165, 84, 161, 0.49), rgba(165, 84, 161, 0.49));
}

.doctorbox.sergery-style .doctorbox-column::after {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.49)), to(rgba(51, 51, 51, 0.49)));
  background-image: -webkit-linear-gradient(rgba(51, 51, 51, 0.49), rgba(51, 51, 51, 0.49));
  background-image: -o-linear-gradient(rgba(51, 51, 51, 0.49), rgba(51, 51, 51, 0.49));
  background-image: linear-gradient(rgba(51, 51, 51, 0.49), rgba(51, 51, 51, 0.49));
}

.doctorbox .common-title .heading {
  margin: auto;
  text-transform: capitalize;
}

.doctorbox .doctorbox-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 3%;
}

.doctorbox .doctorbox-wrap .doctorbox-column {
  width: 31.33%;
  margin: 0 1%;
  border-radius: 20px;
  background-size: cover;
  background-position: center center;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  z-index: 0;
}

.doctorbox .doctorbox-wrap .doctorbox-column::after {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(131, 148, 165, 0.49)), to(rgba(131, 148, 165, 0.49)));
  background-image: -webkit-linear-gradient(rgba(131, 148, 165, 0.49), rgba(131, 148, 165, 0.49));
  background-image: -o-linear-gradient(rgba(131, 148, 165, 0.49), rgba(131, 148, 165, 0.49));
  background-image: linear-gradient(rgba(131, 148, 165, 0.49), rgba(131, 148, 165, 0.49));
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.doctorbox .doctorbox-wrap .doctorbox-column .doctorbox-content {
  padding: 70px 0 70px;
  text-align: center;
  color: #FFFFFF;
}

.doctorbox .doctorbox-wrap .doctorbox-column .doctorbox-content ul {
  padding-left: 0;
}

.doctorbox .doctorbox-wrap .doctorbox-column .doctorbox-content .heading-6 {
  /* text-transform: uppercase; */
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #FFFFFF;
  margin: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.doctorbox .doctorbox-wrap .doctorbox-column .doctorbox-content .doctorbox-pricebox {
  overflow: hidden;
  position: relative;
  min-width: 140px;
  display: inline-block;
}

.doctorbox .doctorbox-wrap .doctorbox-column .doctorbox-content .doctorbox-pricebox .heading-2 {
  color: #FFFFFF;
  font-size: 27px;
  line-height: 70px;
  font-weight: 600;
  margin: 0;
  padding: 10px 0 0 0;
}

.doctorbox .doctorbox-wrap .doctorbox-column .doctorbox-content .year {
  text-transform: capitalize;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  /* position: absolute;
  right: 8px;
  bottom: 0; */
}

.doctorbox .doctorbox-wrap .doctorbox-column .doctorbox-content ul {
  padding-top: 18px;
}

.doctorbox .doctorbox-wrap .doctorbox-column .doctorbox-content ul li {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

/* Depatments Pages - Box */
.dep-box {
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0px 0px 10px #999999;
}

/* Video Content */
.video-styling {
  border-radius: 20px;
  padding: 10px;
  margin: 10px 0;
}

/* offer */

#offer-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fffefca6;
  padding: 10px;
  text-align: center;
  opacity: 0;
  /* Start with 0 opacity */
  transition: opacity 0.5s ease-in-out;
  z-index: 30;
}

#inner-offer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.way {
  position: relative;
}


.close-btn {
  position: absolute;
  top: 2%;
  right: 3%;
  cursor: pointer;
  background: transparent;
  border: none;

}

.close-btn svg {
  background-color: black;
  color: white;
  border-radius: 50%;

  width: 25px;
  height: 25px;
}

.more-gallery {
  display: flex;
  justify-content: center;
  padding-bottom: 25px;
}

.more-gallery button {
  background: rgba(165, 84, 161, 0.9);
  color: white;
  font-size: 15px;
  font-family: var(--body-font);
  line-height: 30px;
  border-radius: 40px;
  font-weight: 400;
  padding: 15px 20px;
  display: table;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-transform: capitalize;
  min-width: 230px;
  text-align: center;
}

.seat-poster {
  display: flex !important;
  justify-content: center !important;
}

.doctor-profile-section {
  background-color: #f0f4f8;
  /* Background color for the section */
  padding: 50px;
  /* Padding around the section */
  border-bottom: 3px solid transparent;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 500ms ease;

}

.doctor-profile {
  display: flex;
  /* Flexbox for row-wise layout */
  align-items: center;
  /* Vertically centers the items */
  margin-bottom: 20px;
  /* Space between profiles */
  border: 1px solid #e0e0e0;
  /* Optional border */
  padding: 15px;
  /* Padding inside the profile block */
  border-radius: 8px;
  /* Rounded corners */
  background-color: white;
  /* Background color for profile block */
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);

}

.profile-image {
  flex: 0 0 auto;
  /* Prevents the image from stretching */
  margin-right: 20px;
  /* Space between image and text */
  text-align: center;
  /* Center the role heading under the image */
}

.profile-image h4.doctor-role {
  margin-top: 10px;
  /* Space above the role heading */
  font-size: 16px;
  /* Adjust font size for the role */
  color: #892c8f;
  /* Color for the role */
}

.profile-content {
  flex: 1;
  /* Text content takes the remaining space */
}

.doctor-name {
  margin: 0;
  /* Removes default margin */
  font-weight: bold;
  /* Makes the name bold */
  font-size: 18px;
  /* Font size for doctor name */
}

.doctor-designation {
  display: block;
  /* Makes designation take full width */
  font-size: 14px;
  /* Font size for designation */
  color: #892c8f;
  /* Change color as needed */
}

.doctor-description {
  font-size: 14px;
  /* Font size for description */
  color: #666;
  /* Color for description */
  margin-top: 5px;
  /* Space above the description */
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .profile-inner {
    flex-direction: column;
    /* Stacks image on top of content on smaller screens */
    align-items: center;
    /* Center align items */
  }

  .profile-image {
    margin-right: 0;
    /* Remove right margin for mobile */
    margin-bottom: 15px;
    /* Space below the image */
    text-align: center;
    /* Center the image */
  }

  .doctor-role {
    margin-top: 10px;
    /* Add space above the role text */
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .profile-inner {
    flex-direction: row;
    /* Keep items in a row */
    justify-content: center;
    /* Center content horizontally */
  }

  .profile-image {
    margin-right: 15px;
    /* Slightly reduce right margin */
    margin-bottom: 0;
    /* Remove bottom margin */
  }

  .profile-content {
    text-align: left;
    /* Align text to the left */
  }
}

.job-details {
  margin-top: 15px;
  /* Space above the list */
  padding-left: 20px;
  /* Indentation for list items */
  color: #666;
  /* Text color for details */
  font-size: 14px;
  /* Font size for details */
}

.job-details li {
  margin-bottom: 5px;
  /* Space between list items */
}

/* Floating Button with Tooltip Styles */
.floating-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #2196F3;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 999;
}

/* Tooltip styles */
.floating-btn::before {
  content: "Kindly Enter your Details";
  position: absolute;
  right: 70px;
  background-color: #333;
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

/* Arrow for tooltip */
.floating-btn::after {
  content: "";
  position: absolute;
  right: 65px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 5px solid #333;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

/* Show tooltip on hover */
.floating-btn:hover::before,
.floating-btn:hover::after {
  opacity: 1;
  visibility: visible;
}

/* Button hover effect */
.floating-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  /* background-color: #1976D2; */
}

/* Icon inside button */
.floating-btn i {
  font-size: 24px;
}

/* Previous styles remain the same */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.5); */
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-form {
  background-color: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 400px;
  max-width: 100%;
  position: relative;
  margin: 20px;
  animation: formAppear 0.3s ease-out;
}

@keyframes formAppear {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.form-group {
  margin-bottom: 15px;
  position: relative;
}

.form-group label {

  margin-bottom: 5px;

  text-transform: capitalize;
  font-size: 15px;
  line-height: 1.6rem;
  display: block;
  color: #626262;
  font-weight: 500;
  letter-spacing: .5px;
  /* padding: 0 1.3rem; */
  font-family: var(--heading-font);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.form-group input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}

.location-icon {
  position: absolute;
  right: 10px;
  top: 45px;
  cursor: pointer;
  color: #2196F3;
}

.location-loading {
  position: absolute;
  right: 10px;
  top: 33px;
  color: #666;
  display: none;
}

/* Rest of the previous styles */
.button-group {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
}

button {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.submit-btn {
  background-color: rgba(165, 84, 161, 0.9);
  color: white;
}

.cancel-btn {
  background-color: rgba(165, 84, 161, 0.9);
  color: white;
}

.close-btn {
  position: absolute;
  top: 0px;
  right: 10px;
  background: none;
  border: none;
  font-size: 40px;
  cursor: pointer;
  padding: 5px;
}

.floating-btn {
  position: fixed;
  bottom: 20px;
  right: 160px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(165, 84, 161, 0.9);
  color: white;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 999;
}

.fa-map-marker-alt:before {
  color: rgba(165, 84, 161, 0.9);
}

.floating-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.floating-btn i {
  font-size: 24px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.spinner {
  animation: spin 1s linear infinite;
}


.count {
  font-size: 50px;
  color: #626262;
  font-weight: 600;
}

.modal-content-2 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
  margin-left: -30%;

}

/* 
.main-btn {
  margin-left: 100px !important;
} */

.para {
  line-height: 40px !important;
}

.b-h3 {
  margin-top: 20px;
}

.b-ul {
  line-height: 40px;
}

.table-responsive {
  width: 75%;
}

.blog-section {
  padding: 40px 0;
  background: #fff;
}

.blog-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 55px;
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.blog-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  flex: 0 1 calc(50% - 15px);
  /* Accounts for gap */
  max-width: calc(110.333% - 25px);
  margin-top: 50px;
}

.blog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(165, 84, 161, 0.15);
}

.blog-image {
  width: 100%;
  height: 180px;
  position: relative;
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-card:hover .blog-image img {
  transform: scale(1.05);
}

.blog-content {
  padding: 15px;
}

.blog-category {
  color: #A554A1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
  display: inline-block;
  padding: 3px 10px;
  background: rgba(165, 84, 161, 0.1);
  border-radius: 15px;
}

.blog-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.4;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card:hover .blog-title {
  color: #A554A1;
}

.blog-excerpt {
  color: #666;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid #eee;
}

.read-more {
  color: #A554A1;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}

.read-more i {
  font-size: 11px;
}

.read-more:hover {
  text-decoration: underline;
}

.blog-date {
  color: #888;
  font-size: 12px;
}

/* Media Queries */
@media (min-width: 768px) {
  .blog-card {
    flex: 0 1 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-card {
    max-width: calc(110% - 28px);
  }

  .blog-flex {
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .blog-card {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .blog-flex {
    gap: 30px;
    padding: 0 15px;
  }

  .blog-image {
    height: 200px;
  }
}

/* Additional responsive adjustments */
@media (max-width: 480px) {
  .blog-content {
    padding: 12px;
  }

  .blog-title {
    font-size: 15px;
  }

  .blog-excerpt {
    font-size: 12px;
  }

  .blog-category {
    font-size: 11px;
  }
}




/* Modal Styles */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  z-index: 9999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  /* Background overlay */
  overflow-y: hidden !important;
}

.modal-content {
  background-color: #fff;
  margin: 2% auto;
  padding: 5px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  position: relative;
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.footer-links {
  line-height: 35px;
}

.modal-content .close {
  font-size: 30px;
  font-weight: 900;
}

.way img {
  width: 400px;
}

.color-h1 {
  color: white !important;
}

.color-p p {
  color: white !important;
}

.locationLoading {
  display: none;
}

.check-box-area {
  padding: 10px 0;
}

.common-title {
  text-align: center;
}

.common-title-pad {
  padding-top: 3%;
}

.cancel-area {
  display: flex;
  align-items: center;
}

.why-p {
  max-width: 90%;
  margin: 3% 0 0 0;
}

.why-row {
  display: flex;
  justify-content: center;
  margin-top:4%;
}

.vascular-align {
  display: flex;
  align-items: center;
}


.para {
  line-height: 40px !important;
}

.b-h3 {
  margin-top: 20px;
}

.b-ul {
  line-height: 40px;
}

.table-responsive {
  width: 75%;
}




.blog-details-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.blog-header {
  text-align: center;
  margin-bottom: 40px;
}

.blog-main-content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.blog-text-content {
  flex: 1;
  max-width: 60%;
}

.blog-image-section {
  flex: 1;
  max-width: 40%;
  position: sticky;
  top: 20px;
}







.title {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.4;
}

.para {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.b-h3 {
  font-size: 20px;
  color: #A554A1;
  margin: 25px 0 15px;
}

.b-ul {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 20px;
}

.b-ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 1.6;
}

/* .b-ul li::before { */
/* content: '•'; */
/* color: #A554A1;
        position: absolute;
        left: 0;
        font-size: 20px;
    } */

.table-responsive {
  margin: 20px 0;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.table th {
  background: #A554A1;
  color: white;
  padding: 12px;
}

.table td {
  padding: 10px;
  border: 1px solid #ddd;
}

@media (max-width: 992px) {
  .blog-main-content {
    flex-direction: column;
  }

  .blog-text-content,
  .blog-image-section {
    max-width: 100%;
  }

  .blog-image-section {
    position: relative;
    top: 0;
    order: -1;
    /* Moves image to top on mobile */
  }
}



.title {
  font-size: 28px;
  color: #333;
  margin-bottom: 25px;
  line-height: 1.4;
  font-weight: 600;
}

.para {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

/* Image Container */
.b-img {
  padding: 15px;
  position: relative;
}

.b-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
  transition: transform 0.3s ease;
}

.b-img img:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 6px 20px rgba(165, 84, 161, 0.2); */
}

/* Strong Text Styling */
strong {
  color: #A554A1;
  font-weight: 600;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .col-lg-6 {
    margin-bottom: 30px;
  }

  .title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .content-image-section {
    padding: 20px 0;
  }

  .b-img {
    padding: 10px;
  }
}

.para {
  line-height: 40px !important;
}

.b-h3 {
  margin-top: 20px;
}

.b-ul {
  line-height: 40px;
}

.table-responsive {
  width: 75%;
}

.blog-section {
  padding: 40px 0;
  background: #fff;
}

.blog-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 55px;
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.blog-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  flex: 0 0 calc(45.333% - 37px);
  /* Accounts for gap */
  max-width: calc(110.333% - 25px);
}

.blog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(165, 84, 161, 0.15);
}

.blog-image {
  width: 100%;
  height: 180px;
  position: relative;
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-card:hover .blog-image img {
  transform: scale(1.05);
}

.blog-content {
  padding: 15px;
}

.blog-category {
  color: #A554A1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
  display: inline-block;
  padding: 3px 10px;
  background: rgba(165, 84, 161, 0.1);
  border-radius: 15px;
}

.blog-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.4;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card:hover .blog-title {
  color: #A554A1;
}

.blog-excerpt {
  color: #666;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid #eee;
}

.read-more {
  color: #A554A1;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}

.read-more i {
  font-size: 11px;
}

.read-more:hover {
  text-decoration: underline;
}

.blog-date {
  color: #888;
  font-size: 12px;
}

/* Media Queries */


@media (min-width: 768px) and (max-width: 991px) {
  .blog-card {
    flex: 0 0 calc(50% - 28px);
    max-width: calc(110% - 28px);
  }

  .blog-flex {
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .blog-card {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .blog-flex {
    gap: 30px;
    padding: 0 15px;
  }

  .blog-image {
    height: 200px;
  }
}

/* Additional responsive adjustments */
@media (max-width: 480px) {
  .blog-content {
    padding: 12px;
  }

  .blog-title {
    font-size: 15px;
  }

  .blog-excerpt {
    font-size: 12px;
  }

  .blog-category {
    font-size: 11px;
  }
}

.para {
  line-height: 40px !important;
}

.b-h3 {
  margin-top: 20px;
}

.b-ul {
  line-height: 40px;
}

.table-responsive {
  width: 75%;
}




.blog-details-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.blog-header {
  text-align: center;
  margin-bottom: 40px;
}

.blog-main-content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.blog-text-content {
  flex: 1;
  max-width: 60%;
}

.blog-image-section {
  flex: 1;
  max-width: 40%;
  position: sticky;
  top: 20px;
}







.title {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.4;
}

.para {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.b-h3 {
  font-size: 20px;
  color: #A554A1;
  margin: 25px 0 15px;
}

.b-ul {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 20px;
}

.b-ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 1.6;
}

/* .b-ul li::before {
        content: '•';
        color: #A554A1;
        position: absolute;
        left: 0;
        font-size: 20px;
    } */

.table-responsive {
  margin: 20px 0;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.table th {
  background: #A554A1;
  color: white;
  padding: 12px;
}

.table td {
  padding: 10px;
  border: 1px solid #ddd;
}

@media (max-width: 992px) {
  .blog-main-content {
    flex-direction: column;
  }

  .blog-text-content,
  .blog-image-section {
    max-width: 100%;
  }

  .blog-image-section {
    position: relative;
    top: 0;
    order: -1;
    /* Moves image to top on mobile */
  }
}



.title {
  font-size: 28px;
  color: #333;
  margin-bottom: 25px;
  line-height: 1.4;
  font-weight: 600;
}

.para {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

/* Image Container */
.b-img {
  padding: 15px;
  position: relative;
}

.b-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
  transition: transform 0.3s ease;
}

.b-img img:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 6px 20px rgba(165, 84, 161, 0.2); */
}

/* Strong Text Styling */
strong {
  color: #A554A1;
  font-weight: 600;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .col-lg-6 {
    margin-bottom: 30px;
  }

  .title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .content-image-section {
    padding: 20px 0;
  }

  .b-img {
    padding: 10px;
  }
}




@media only screen and (min-width: 992px) and (max-width: 1680px) {
  .testimonial-section.style-02 .testimonials-carousel .testimonials-carousel-controller {
    top: 7%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1450px) {
  header.plastic-header-style-02 .header-area {
    background-color: #fff4;
    box-shadow: 0px 0px 5px 0px #8394A5;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 9;
  }

  header.plastic-header-style-02 {
    padding: 0;
  }

  header.plastic-header-style-02 .search-area .menu-toggle {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 1450px) {
  .modal-design .modal-wrapper {
    width: 60%;
  }

  .carousel-control-next,
  .carousel-control-prev {
    width: 6%;
  }
}

/* Medium Layout: 1200px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-our-doctor .about-doctor .carousel-item .slider-content {
    padding-right: 40px;
  }

  .testimonial-section .common-title.sergery-heading.padding-bottom-30 {
    padding-bottom: 10px;
  }

  .testimonial-section.default-style .common-title.padding-bottom-30,
  .testimonial-section.style-02 .common-title.padding-bottom-5 {
    padding-bottom: 10px;
  }

  .testimonial-section.default-style .common-title.padding-bottom-35 {
    padding-bottom: 10px;
  }



  .mission-tab-area.padding-top-100 {
    padding-top: 50px;
  }

  .teeth-canel.padding-100 {
    padding-bottom: 60px;
  }

  header .header-area {
    padding: 0px 30px 0 30px;
  }

  .footer-area .footer-top {
    padding: 60px 30px 30px 30px;
  }

  .breadcrumb-area {
    padding-left: 30px;
    padding-right: 30px;
  }

  .modal-design .modal-wrapper {
    width: 70%;
  }


  .testimonial-section .testimonials-carousel .testimonial-carousel-content .carousel-items .content,

  .about-us-section .about-content-area {
    width: 80%;
  }


  .modal-design #google-map {
    width: 60%;
  }

  .home-slider .home-slider-wrapper .slider-items .slider-content-area .slider-content {
    width: 70%;
  }

  .home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slider-items .slider-content-area {
    width: 50%;
    margin-right: 0;
  }

  .home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slider-items .slider-content-area .slider-content {
    width: 60%;
  }

  .header-bg {
    width: 46%;
  }


  .home-slider.slider-style-05 .dental-slider .slider-items .slider-content-area .slider-content {
    width: 60%;
    padding-right: 10px;
  }

  .modal-design .address-area,
  .home-slider.slider-style-05 .dental-slider .slider-items .slider-content-area .slider-child-img {
    width: 40%;
  }

  .service .service-right .right-column-two {
    margin-left: 0;
  }




  .blog-filter-section .content-item .content-area .blog-content,
  .blog-filter-section .content-item:nth-child(2n) .content-area .blog-content {
    padding: 20px;
  }

  .home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slider-items .slider-content-area .slider-content p {
    margin: 10px 0;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
    left: -100%;
  }



  .footer-area .social-media-img .images {
    max-width: 50px;
  }

  .testimonial-section .testimonials-carousel .testimonials-carousel-controller {
    display: none;
  }

  .testimonial-section.style-02 .testimonials-carousel .testimonials-carousel-controller {
    top: -0%;
    text-align: inherit;
  }

  .padding-90 {
    padding-top: 50px;
    padding-bottom: 50px;
  }




  .mission-img-area {
    margin-top: -50px;
  }

  .mission-tab-area.padding-top-60 {
    padding-top: 10px;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1025px) {
  .carousel-control-prev {
    left: -5px;
  }

  .carousel-control-next {
    right: -5px;
  }

  .subscribe-area .input-group .input-group-append .input-group-text {
    padding: 0 25px;
  }

  .home-slider.slider-style-03 .slider-content-area .slider-content {
    width: 70%;
  }

  .single-couterup .content .count-num {
    font-size: 50px;
    line-height: 60px;
  }

  .testimonial-section.padding-100.sergery-style {
    padding-bottom: 30px;
  }

  .testimonial-section.padding-100.style-02 {
    padding-bottom: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .latest-stories .storiest-carousel .slick-next {
    left: 66%;
  }

  .latest-stories .storiest-carousel .slick-prev {
    left: 32%;
  }
}

/* Medium Layout: 1025px. */
@media only screen and (max-width: 1025px) {

  .main-btn-wrap .main-btn,
  .main-btn-wrap-2 .main-btn,
  .main-btn-wrap-inactive .main-btn {
    min-width: 180px;
    padding: 10px 20px;
  }



  .latest-stories.padding-top-95.padding-bottom-100 {
    padding-top: 30px;
  }

  .about-us-section {
    padding-bottom: 40px;
  }

  .teeth-canel .canel-content-area {
    padding: 0;
  }

  .price-area .right-column ul {
    padding-left: 0;
  }

  .latest-stories.padding-95 {
    padding-top: 30px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-area .input-group .input-group-append .input-group-text {
    padding: 0 25px;
  }

  .service .service-right .right-column-two {
    margin-left: -50px
  }
}



/* Tablet Layout: 991px. */
@media only screen and (max-width: 991px) {

  .testimonial-section.default-style .common-title.padding-bottom-30,
  .testimonial-section.style-02 .common-title.padding-bottom-5,
  .testimonial-section .common-title.sergery-heading.padding-bottom-30 {
    padding-bottom: 0px;
  }

  .about-our-doctor .common-title.padding-bottom-40 {
    padding-bottom: 35px;
  }

  .home-slider.slider-style-02 .plastic-surgery-slider .slider-arrow-area .arrow-top {
    top: 15%;
  }

  .teeth-canel.padding-100 {
    padding-top: 90px;
  }


  .coundown-section.padding-100 {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .service.padding-100 {
    padding-top: 91px;
  }

  .latest-stories .storiest-carousel .slick-next {
    left: 67%;
  }

  .latest-stories .storiest-carousel .slick-prev {
    left: 33%;
  }

  .latest-stories.padding-95 {
    padding-top: 55px;
  }

  .testimonial-section.default-style .common-title.padding-bottom-35 {
    padding-bottom: 0;
  }

  header {
    padding: 20px 0;
  }

  .mission-tab-area.padding-top-60 {
    padding-top: 0px;
  }



  .ophtalmologue-img {
    padding-right: 15px;
  }




  .teeth-canel .canel-img-area img {
    border-radius: 20px;
  }

  .carousel-control-prev {
    left: 0px;
  }

  .carousel-control-next {
    right: 0px;
  }


  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children>a::before,
  .navbar-area .nav-container .navbar-collapse .navbar-nav>li>a::after {
    background-color: transparent;
    display: none;
  }



  .testimonial-section .testimonials-carousel,
  .our-doctor,
  .latest-stories,
  .home-slider {
    overflow-x: hidden;
  }


  .home-slider.slider-style-02 .plastic-surgery-slider {
    overflow: hidden;
  }

  .testimonial-section .testimonials-carousel .testimonial-carousel-img {
    margin-top: 10px;
  }

  .mission-img-area {
    transform: inherit;
  }

  .tab-navbar-area {
    width: 100%;
  }

  .modal-design .address-area .address-content ul {
    width: 100%;
    padding: 0 20px;
  }

  .modal-design .appointment-section .appointment-content .appointment-img-area {
    display: none;
  }

  .modal-design .appointment-section .appointment-content .appointment-form-area {
    width: 100%;
    padding-left: 0;
  }

  .modal-design .appointment-section .appointment-content .appointment-form-area .col-lg-6 {
    max-width: 50%;
  }

  .modal-design .appointment-section .appointment-content .appointment-form-area {
    padding: 0;
  }



  .logo-area,
  .modal-design .logo-area {
    display: none;
  }



  .appointment-section .appointment-content .appointment-form-area {
    padding: 0 5%;
  }



  .appointment-section.style-02 .appointment-content .appointment-img-area {
    display: none;
  }

  .appointment-section.style-02 .container {
    padding: 0;
  }


  .modal-image {
    height: 350px;
    overflow: hidden;
  }

  .appointment-section.style-02 .appointment-content .appointment-form-area {
    width: 100%;
    padding: 0;
  }

  .appointment-section.style-02 .row {
    margin: 0;
  }

  .appointment-section.style-02 .col-md-6,
  .appointment-section.style-02 .col-md-12 {
    padding: 0;
    margin: 0;
  }

  .appointment-section.style-02 .appointment-content .appointment-form-area .row .col-lg-6 {
    max-width: 50%;
  }



  .appointment-section .container .appointment-content {
    padding: 70px 45px;
  }


  .address-content .main-btn-wrap-2 a {
    margin: auto;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li a,
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    display: inline-block;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children>a::before {
    top: 35%;
  }

  .navbar-area.nav-style-03 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children a::before {
    background-color: var(--paragraph-color);
  }

  /* Display None */
  .home-slider .scroll-down-area .scroll-down a,
  .home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .slider-controller-wrapper,
  .header-bg,
  .home-slider.slider-style-03 .slider-bottom-area .scroll-down-area,
  header .search-area,
  .home-slider.slider-style-02 .plastic-surgery-slider .social-icon-area {
    display: none
  }



  .ophtalmologue-section .container {
    width: 100%;
    margin: auto;
  }

  .testimonial-section .testimonials-carousel .testimonial-carousel-content .carousel-items .content {
    width: 99%
  }

  .modal-design .modal-wrapper,
  .modal-design .address-area .address-content {
    width: 80%;
  }

  .dental-section .dental-content-area {
    width: 80%;
    margin: 50px auto 0;
  }

  .footer-area .social-media-img .images {
    max-width: 75px;
  }

  .home-slider.slider-style-03 .slider-content-area .slider-content,
  .home-slider .home-slider-wrapper .slider-items .slider-content-area .slider-content,
  .items-content,
  .home-slider.slider-style-01 .surgery-slide-wrapper .surgery-slider-items .slider-content-area .slider-content {
    width: 70%;
  }

  .home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slider-items .slider-content-area {
    width: 60%;
  }


  .home-slider.slider-style-05 .dental-slider .slider-items .slider-content-area .slider-content,
  .home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slider-items .slider-content-area .slider-content {
    width: 50%;
  }



  .appointment-section .appointment-content ul {
    justify-content: center;
  }

  /* Padding */
  .blog-filter-section .content-item {
    padding: 50px 80px;
  }

  .appointment-section .appointment-content {
    padding: 50px 0;
  }


  .common-title,
  .modal-design .address-content p,
  .neurology-section .neurology-content-area,
  header .header-area,
  .our-doctor .carousel-inner .carousel-item .doctor-slider-content,
  .appointment-section .appointment-content ul,

  .coundown-section.padding-top-50.padding-bottom-50,
  .help-section.padding-top-50.padding-bottom-80 {
    padding: 0;
  }


  .mission-tab-area.padding-top-100 {
    padding-top: 0;
  }



  .service .service-right {
    padding-left: 0px;
  }

  header .header-area .logo-area {
    padding-left: 15px;
    width: 25%;
  }

  .about-us-section .about-content-area {
    padding-top: 15px;
    padding-bottom: 40px;
  }

  .timeline-section.padding-top-40.padding-bottom-110 {
    padding-bottom: 50px;
  }

  .paragraph-wrap,
  .about-our-doctor .container .about-doctor .carousel-item .slider-content {
    padding-right: 0;
  }

  .help-section .content-area {
    position: inherit;
    padding-left: 30px;
    padding-top: 20px;
  }


  .blog-filter-section .content-item:nth-child(2n) .content-area .blog-content,
  .blog-filter-section .content-item .content-area .blog-content {
    padding: 20px;
  }

  .items-content {
    padding: 25px 20px 0
  }

  /*---Spacing Solved---*/
  .membership-filter-section.padding-top-130.padding-bottom-100 {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .testimonial-section.padding-100 {
    padding-bottom: 55px;
  }

  .appointment-section.padding-80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-filter-section .padding-bottom-100,
  .latest-stories.padding-top-20.padding-bottom-100,
  .padding-top-70.padding-bottom-100,
  .pagination-two.padding-bottom-100 {
    padding-bottom: 80px;
  }

  .help-section .padding-top-20.padding-bottom-30 {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .membership-filter-section.padding-top-90.padding-bottom-40 {
    padding-top: 70px;
    padding-bottom: 10px;
  }


  .testimonial-content-wrap .padding-90 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .heading-two.padding-90 {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .heading-three.padding-bottom-100,
  .padding-top-100.padding-bottom-90 {
    padding-bottom: 80px;
  }

  .common-title.padding-bottom-65 {
    padding-bottom: 45px;
  }

  /* .common-title {
    padding-bottom: 20px;
  } */

  .content-area {
    padding: 0 0px 25px 0;
  }

  .latest-stories .storiest-carousel .slick-next,
  .latest-stories .storiest-carousel .slick-prev {
    z-index: 1;
  }



  .blog-filter-section.padding-top-130.padding-bottom-100 {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .help-section.padding-top-140 {
    padding-top: 0;
  }

  .padding-100 {
    padding-top: 90px;
  }

  .common-title.padding-bottom-90 {
    padding-bottom: 80px;
  }

  .doctor-slider-content .padding-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .horizontal-scroll.padding-top-100.padding-bottom-50,
  .blog-details-section.padding-top-100,
  .padding-top-100,
  .inline-element.padding-top-100 {
    padding-top: 80px;
  }



  .about-us-section.padding-top-140 {
    padding-top: 10px;
  }

  .about-our-doctor.our-doctor.padding-100 {
    padding-top: 55px;
  }

  .about-our-doctor .about-doctor .carousel-item .slider-content {
    margin-top: 0;
  }


  .common-title.padding-top-40.padding-bottom-80 {
    padding-bottom: 45px;
  }

  .content-item.padding-bottom-100 {
    padding-bottom: 60px;
    margin: 0;
  }

  .comments-title {
    padding-top: 10px;
    font-size: 32px;
    line-height: 42px;
  }

  .flat-icon.padding-bottom-100 {
    padding-bottom: 80px;
  }

  .latest-stories .carousel-right-area {
    width: 100%;
    margin: auto;
    text-align: center;
  }

  .latest-stories .storiest-carousel .item .catousel-content .stories-text {
    text-align: left;
  }

  .accordion-page.padding-top-130.padding-bottom-100 {
    padding-top: 0px;
    padding-bottom: 80px;
  }

  .font-family.padding-top-130 {
    padding-top: 0;
  }

  .heading-font.padding-top-100 {
    padding-top: 80px;
  }

  .style-right {
    padding-left: 0;
    padding-top: 30px;
  }

  .style-left .heading-04 {
    margin: 0;
    padding-bottom: 30px;
  }

  .testimonial-section .testimonials-carousel .testimonial-carousel-img .carousel-items {
    height: 510px !important;
  }

  .service .service-left {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .padding-50 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .flat-icon.padding-top-100.padding-bottom-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }



  .button-section ul li {
    padding: 20px 0;
  }



  .quality-section.padding-top-100.padding-bottom-70 {
    padding-top: 90px;
  }

  .our-mission-section.padding-top-70.padding-bottom-80 {
    padding-bottom: 30px;
  }

  .accordion-wrapper.style-02 .card .card-header a {
    padding: 15px;
  }

  .breadcrumb-area.padding-90 {
    padding: 40px 20px;
  }

  .accordion-page.padding-90,
  .latest-stories.padding-top-50 {
    padding-top: 0;
  }

  .service-left .padding-top-30.padding-bottom-35 {
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .latest-stories.padding-top-95.padding-bottom-100 {
    padding-bottom: 80px;
  }

  .about-us-section .padding-top-20.padding-bottom-40 {
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .blog-details-section .blog-details-item p {
    padding-top: 5px;
  }

  .canel-content-area .common-title.padding-bottom-20 {
    padding-bottom: 10px;
  }

  .home-slider.slider-style-05 .dental-slider .slider-items .slider-content-area .slider-content {
    padding-right: 20px;
  }

  /*--------Font Size-------*/
  .home-slider .slider-content .slider-heading {
    font-size: 36px;
    line-height: 46px;
  }

  .common-title .heading {
    font-size: 30px;
    line-height: 40px;
  }

  .blog-details-section .common-title .heading {
    font-size: 26px;
    line-height: 36px;
  }




  /* Margin */
  .horizontal-scroll.margin-bottom-100 {
    margin-bottom: 50px;
  }

  .horizontal-scroll.margin-top-60 {
    margin-bottom: 40px;
  }

  .blog-filter-section .content-item {
    margin: 0 0;
  }

  .our-doctor .carousel-inner .carousel-item .doctor-slider-content {
    margin-top: 12px;
  }

  .about-our-doctor .about-doctor .carousel-item .slider-content .main-btn-wrap {
    margin: 40px 0 40px;
  }

  .our-doctor .carousel-inner .carousel-item .doctor-slider-content {
    padding-bottom: 20px;
  }

  .home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slider-items .slider-content-area .slider-content p {
    margin: 10px 0;
  }

  .home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slider-items .slider-content-area {
    margin-right: 0;
  }

  .mission-img-area,
  .teeth-canel .canel-content-area {
    margin-top: 30px;
  }





  .slider-p-margin {
    margin-bottom: 30px;
  }

  .icon-alert .alert-box {
    margin: 20px auto;
  }

  .single-couterup {
    margin: 15px 0;
  }

  .modal-design .row,
  .comments-title,
  .form-area .main-btn-wrap {
    margin: 0;
  }

  header.plastic-header-style-02 .search-area .menu-toggle {
    margin-right: -10px;
  }

  .our-doctor .common-title .heading,
  .common-title .heading,
  .tab-navbar-area,

  .latest-stories .common-title .heading,
  .neurology-img-area {
    margin: auto;
  }

  .ophtalmologue-section .container,
  .margin-left-160,
  .neurology-section .neurology-content-area {
    margin-left: 0;
  }



  .neurology-section .neurology-content-area {
    padding-top: 50px;
  }

  .navbar-toggler {
    left: 100%;
    transform: translateX(-120%);
  }


  .about-our-doctor .about-doctor .carousel-item .slider-img {
    min-height: 700px;
  }

  .items-img {
    height: 600px;
  }

  .modal-design .address-area .address-content {
    position: inherit;
    top: 0;
    left: 0;
    margin: 0 auto 20px;
    transform: inherit;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
  }



  .about-our-doctor .container .about-doctor .carousel-item .slider-img {
    border-radius: 30px;
  }

  .about-our-doctor .container {
    max-width: inherit;
    margin-left: 0;
  }

  header .header-area {
    flex-wrap: wrap;
  }


  .about-us-section .about-content-area {
    position: inherit;
    transform: translate(0);
    top: 0;
    padding: 20px 0;
  }

  .blog-filter-section .content-item .content-area .blog-content {
    top: 45%;
  }

  .navbar-area.nav-style-03 .nav-container .navbar-collapse .navbar-nav li a {
    color: inherit;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child a,
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:last-child a,
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu {
    border-radius: 0;
  }

  .testimonial-section .testimonials-carousel .testimonials-carousel-controller {
    display: none;
  }

  .testimonial-section .testimonials-carousel .testimonial-carousel-img .right_active_item .carousel-items {
    height: 0 !important;
  }

  .testimonial-section.style-02 .testimonials-carousel .testimonials-carousel-controller {
    top: 6px;
    text-align: inherit;
  }

  .neurology-section .col-lg-6 {
    order: 2;
  }



  .breadcrumb-area .page-title .heading-1 {
    font-size: 36px;
    line-height: 46px;
  }

  .main-btn-wrap a,
  .main-btn-wrap input[type="submit"],
  .main-btn-wrap [type="button"],
  .main-btn-wrap-2 a,
  .main-btn-wrap-2 input[type="submit"],
  .main-btn-wrap-2 [type="button"],
  .main-btn-wrap-inactive a,
  .main-btn-wrap-inactive input[type="submit"],
  .main-btn-wrap-inactive [type="button"] {
    padding: 10px 10px;
    min-width: 200px;
  }

  .home-slider .controller-area {
    bottom: 10%;
  }

  .button-section ul li {
    width: 230px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li .sub-menu li {
    border-bottom: none;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li .sub-menu li a {
    display: block !important;
  }

  .testimonial-section .testimonials-carousel,
  .latest-stories.padding-top-20.padding-bottom-100 .carousel-right-area {
    width: 96%;
    margin: auto;
  }

  .heading-3 {
    margin: 0;
    font-size: 26px;
    line-height: 36px;
  }

  .carousel-right-area,
  .about-our-doctor .container {
    width: 95%;
    margin: auto;
  }

  .latest-stories .common-title .heading.line-left::before {
    margin: auto;
  }



  .footer-area .footer-top {
    padding: 60px 30px 30px 30px;
  }

  .teeth-canel .container,
  .carousel-right-area.style-02 {
    margin: auto;
  }

  .question-img {
    padding-top: 50px;
  }

  .common-title .heading {
    margin: auto;
    padding-bottom: 20px;
  }



  .appointment-section.style-02 .appointment-content .appointment-form-area .main-btn-wrap {
    padding-left: 15px;
  }


  .blog-details-footer .right {
    padding-top: 10px;
  }

  .blog-page-content .blog-details-footer .list-wrap a {
    margin-bottom: 10px;
  }

  .blog-page-content .blog-details-items .content .title {
    font-size: 26px;
    line-height: 36px;
  }
}




/* Tablet Layout wide: 768px. */

@media only screen and (max-width: 768px) {

  /* width */
  .testimonial-section .testimonials-carousel .testimonial-carousel-img,
  .testimonial-section .testimonials-carousel .testimonial-carousel-content .carousel-items .content,
  .testimonial-section .testimonials-carousel .testimonial-carousel-content,
  .ophtalmologue-section .container,
  .tab-navbar-area,
  .blog-filter-section .content-item .content-area .blog-content,
  .blog-filter-section .content-item .content-area .blog-img,
  .appointment-section .container .appointment-content .appointment-img-area,
  .testimonial-section .testimonials-carousel .testimonial-content-wrap,
  .appointment-section .appointment-content .appointment-form-area,
  .home-slider.slider-style-05 .slider-wrap .slider-right-content {
    width: 100%;
  }

  .dental-section .dental-content-area,
  .dental-section .dental-content-area,

  .home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 {
    width: 90%
  }

  .home-slider.slider-style-05 .dental-slider .slider-items .slider-content-area .slider-content {
    width: 75%;
  }




  .blog-filter-section .content-item .author-img {
    width: 30%
  }

  .appointment-section.style-02 .container {
    max-width: 100%;
  }

  /* padding */
  .year-area ul {
    padding: 0;
  }

  .appointment-section.padding-top-80.padding-bottom-100 {
    padding-top: 75px;
  }





  .testimonial-section.padding-80.default-style {
    padding-bottom: 0;
  }



  .service .service-left {
    padding-top: 0;
  }

  .blog-filter-section .content-item {
    padding: 40px;
  }





  .home-slider.slider-style-05 .dental-slider .slider-items .slider-content-area .slider-content {
    padding-left: 20px;
  }

  .items-content .heading-03 {
    padding-bottom: 0;
  }

  .ophtalmologue-section .container {
    margin-left: 0px;
    margin-right: 0;
    width: 90%;
  }

  /*---Spacing Solution---*/
  .appointment-section .appointment-content .appointment-img-area {
    margin: auto;
    padding-bottom: 10px;
  }

  .appointment-section .appointment-content .appointment-img-area img {
    border-radius: 20px;
  }


  .our-doctor.padding-top-25 {
    padding-top: 20px;
  }

  .testimonial-content-wrap .padding-90 {
    padding-top: 0;
  }

  .testimonial-section .testimonials-carousel .testimonial-carousel-img {
    padding-bottom: 20px;
  }



  .question-img {
    text-align: center;
  }

  /* Margin */
  .service-item,
  .font-family .heading,
  .heading-font .heading,
  .inline-element .heading,

  .tab-navbar-area,
  .subscribe-area .input-group {
    margin: auto;
  }










  /* Dinsplay None */
  .blog-filter-section .content-item .post-date,
  .home-slider.slider-style-03 .slider-bottom-area .scroll-down-area .scroll-down-btn a,
  .modal-area .logo-area img,
  .home-slider .social-icon,
  .home-slider .controller-area,
  .home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .slider-controller-wrapper,
  .home-slider .scroll-down-area .scroll-down,
  .testimonial-section .testimonials-carousel .testimonial-arrow {
    display: block !important;
  }

  /* Text Center */
  .widget.footer-widget .text-wrap,
  .font-family .common-title,
  .heading-font .common-title,
  .inline-element .common-title,
  .primary-font,
  .page-header {
    text-align: center;
  }

  .blog-filter-section .content-item .content-area .blog-content,
  .blog-filter-section .content-item .content-area .blog-img {
    min-height: 450px;
    margin: 20px 0;
  }

  .blog-filter-section .content-item .content-area .blog-img {
    overflow-x: hidden;
  }

  .testimonial-section .testimonials-carousel .testimonial-content-wrap {
    margin: 0;
    position: inherit;
    top: 0;
    right: 0;
    transform: translateY(-0%);
    padding: 0 20px;
  }

  .testimonial-section .testimonials-carousel .testimonials-carousel-controller {
    top: -1%;
  }

  .testimonial-section .testimonials-carousel {
    flex-wrap: wrap;
  }







  .testimonial-section.style-02 .testimonials-carousel .testimonials-carousel-controller {
    top: 7px;
  }

  .service .service-right .right-column-two {
    margin-top: 40px;
    margin-left: 0;
  }

  .latest-stories .storiest-carousel .slick-next,
  .latest-stories .storiest-carousel .slick-prev {
    display: none !important;
  }

  .subscribe-area .input-group .form-control {
    border: 2px solid #A554A1;
  }


  .latest-stories.padding-100 .container {
    max-width: inherit;
    width: 94%;
    margin: auto;
  }

  .service.three.padding-100 .common-title {
    margin-top: 80px;
  }

  .blog-filter-section .padding-bottom-100 {
    padding-bottom: 50px;
  }



}

@media only screen and (max-width: 740px) {

  .our-doctor .carousel-control-next,
  .our-doctor .carousel-control-prev {
    display: none;
  }


  .service .service-right .right-column-two {
    margin-left: 0;
  }

  .home-slider .slider-content .slider-heading,
  .breadcrumb-area .page-title .heading-1 {
    font-size: 30px;
    line-height: 40px;
  }

  .comments-title {
    font-size: 30px;
    line-height: 40px;
  }

  .common-title .heading {
    font-size: 28px;
    line-height: 38px;
  }

  .service .service-left .heading-3,
  .heading-3,
  .heading-03,
  .items-content .heading-03,
  .blog-details-section .common-title .heading,
  .name .common-title .heading-03,
  .common-title .heading,
  .form-bottom .common-title .heading,
  .blog-post-single-item .content .title,
  .blog-page-content .blog-details-items .content .title {
    font-size: 24px;
    line-height: 34px;
  }

  .our-doctor .carousel-inner .carousel-item .doctor-slider-content .heading-4,
  .testimonial-section .testimonials-carousel .testimonial-content-wrap .carousel-items .content .heading-4,
  .about-our-doctor .about-doctor .carousel-item .slider-content .heading-04 {
    font-size: 22px;
    line-height: 32px;
  }



  .items-content {
    padding: 0 20px 0;
  }


}


/* medium tablet layout 599px */
@media only screen and (max-width: 599px) {
  .blog-page-content .blog-details-testimonial_wrap {
    flex-wrap: wrap;
  }

  .check-box li {
    padding-left: 40px;
  }

  .blog-page-content .blog-details-testimonial_wrap .thumb {
    margin-bottom: 10px;
    width: 100%;
    margin-right: 0;
  }

  .blog-page-content .blog-details-testimonial_wrap .content {
    width: 100%;
  }

  .faq-section.padding-100 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-slider.slider-style-03 .slider-content-area .slider-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-slider.slider-style-03 .slider-content-area .slider-content {
    width: 100%;
  }

  .home-slider.slider-style-01 .surgery-slide-wrapper .surgery-slider-items .slider-content-area .slider-content {
    left: 0;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .horizontal-scroll .button-group .button {
    padding: 10px 15px;
  }


  .children {
    padding-left: 0;
  }



  .form-area {
    width: 100%;
  }

  .about-our-doctor .about-doctor .carousel-item .slider-img {
    min-height: 600px;
  }

  .service.three.padding-100 .common-title {
    margin-top: 40px;
  }

  .form-bottom .main-btn-wrap .main-btn {
    padding: 10px;
  }



  .modal-design .modal-wrapper .close-button {
    top: -15px;
    right: -15px;
  }

  .items-img img {
    height: inherit;
  }

  .modal-design .address-area .address-content .items {
    justify-content: space-around;
  }

  .modal-design .modal-wrapper {
    width: 90%;
  }

  .modal-design .modal-image,

  .modal-image,
  .modal-design .modal-image img,
  .modal-design #google-map {
    display: none;
  }

  .modal-design {
    min-height: 300px;
  }




  .modal-design {
    width: 100%;
  }

  .close-popup,
  .close-popup,
  .close-popup {
    top: -15px;
    right: -15px;
  }

  .navbar-area .nav-container .navbar-collapse {
    width: 90%;
    margin: auto;
  }

  .modal-design .appointment-section .appointment-content .appointment-form-area .col-lg-6,
  .appointment-section.style-02 .appointment-content .appointment-form-area .row .col-lg-6 {
    max-width: 100%;
  }


  .appointment-section.style-02 .appointment-content .appointment-form-area {
    padding: 50px 30px;
  }

  .appointment-section .container .appointment-content {
    margin-top: 0;
    padding: 0;
  }

  /* Width   */

  .modal-design,
  .items-img,
  .items-content,
  .home-slider.slider-style-05 .dental-slider .slider-items .slider-content-area .slider-content,
  .home-slider .home-slider-wrapper {
    width: 100%;
  }

  .dental-section .dental-content-area {
    width: 98%
  }



  .home-slider .home-slider-wrapper .slider-items .slider-content-area .slider-content {
    width: 100%
  }




  /* Padding */


  .blog-filter-section .content-item {
    padding: 25px;
  }



  .container {
    padding: 0 30px;
  }

  .common-title .heading,
  .home-slider .home-slider-wrapper {
    padding: 0 20px;
  }

  .testimonial-section .testimonials-carousel .testimonial-carousel-img .carousel-items {
    height: 450px !important;
  }


  /* Margin */
  .common-title .center::after,
  .navbar-area .nav-container,
  .form-area .main-btn-wrap,

  .accordion-wrapper.style-02 {
    margin: 0;
  }

  .home-slider.slider-style-05 .dental-slider .main-btn-wrap a {
    margin: auto;
  }

  .home-slider .slider-content p {
    margin-bottom: 0px;
  }

  .home-slider-one .slider-content p {
    display: none;
  }

  /* Display None */
  .year-area,
  .home-slider .scroll-down-area,
  .home-slider .social-icon {
    display: none;
  }

  .latest-stories .storiest-carousel .slick-prev,
  .latest-stories .storiest-carousel .slick-next {
    display: none !important
  }

  /* Text align */


  .help-section .content-area .search-btn input::placeholder {
    text-align: left
  }

  .home-slider.slider-style-02 .plastic-surgery-slider .slider-arrow-area .arrow-top {
    top: 15%;
  }


  .items-content {
    position: absolute;
    padding-top: 17%;
    height: 100%;
  }

  .items {
    position: relative;
  }



  .home-slider.slider-style-05 .dental-slider .slider-items .slider-content-area {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .home-slider.slider-style-05 .dental-slider .slider-items .slider-content-area .slider-child-img {
    order: 1;
    margin: 0 auto;
    width: 40%;
  }

  .home-slider.slider-style-05 .dental-slider .slider-items .slider-content-area .slider-content {
    order: 2;
    text-align: center;
  }


  .service .service-right {
    padding-left: 0px;
  }

  .latest-stories .carousel-right-area {
    width: 100%;
    margin: auto;
    text-align: center;
  }


}


@media screen and (max-height: 480px) {
  .service.three.padding-100.sergery-style-02 {
    padding-top: 50px;
  }

  .appointment-section .appointment-content .appointment-form-area .main-btn-wrap {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  .our-doctor .carousel-inner .carousel-item .doctor-slider-content .main-btn-wrap {
    padding-left: 5px;
  }

  .blog-page-content .blog-details-next-previous .home-btn {
    display: none;
  }
}

/* mobile tablet layout 450px */
@media only screen and (max-width: 450px) {
  .horizontal-scroll .button-group {
    border-bottom: 0;
  }

  .home-slider .slider-content .slider-heading,
  .breadcrumb-area .page-title .heading-1 {
    font-size: 28px;
    line-height: 38px;
  }

  .subscribe-area .input-group .input-group-append .input-group-text {
    padding: 0 20px;
  }

  .our-doctor .carousel-inner .carousel-item .doctor-slider-content .main-btn-wrap {
    padding-right: 0;
  }

  .main-btn-wrap .main-btn,
  .main-btn-wrap-2 .main-btn,
  .main-btn-wrap-inactive .main-btn {
    min-width: 150px;
  }

  .mission-tab-area.padding-top-60 {
    padding-top: 18px;
  }



  .doctor-slider .carousel-item .d-flex .main-btn {
    margin-right: 15px;
  }

  .appointment-form-area .margin-15 {
    margin: 0 0 10px 0;
  }

  .appointment-section.style-02 .appointment-content .appointment-form-area {
    padding: 40px 20px;
  }

  .common-title .heading {
    padding-bottom: 0;
  }


  .progress-section .title {
    padding: 0 0 0 20px;
  }

  /* .common-title.padding-bottom-65,
  .common-title {
    padding-bottom: 25px;
  } */

  .latest-stories.padding-top-95.padding-bottom-100 {
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .our-doctor .carousel-inner .carousel-item .doctor-slider-content {
    margin-top: 0px;
  }

  .doctor-slider-content .padding-60 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .testimonial-content-wrap .padding-90,
  .padding-bottom-100.sergery-style {
    padding-bottom: 50px;
  }

  .appointment-section.padding-80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }


  .horizontal-scroll.padding-top-100.padding-bottom-50 {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .content-item.padding-bottom-100 {
    padding-bottom: 20px;
  }

  .blog-filter-section .content-item {
    padding: 10px 0 0 0;
  }

  .dental-section .dental-content-area {
    margin: 50px auto 0;
  }

  .ophtalmologue-img {
    padding-bottom: 50px;
  }

  .neurology-section .padding-top-70 {
    padding-top: 50px;
  }

  .accordion-page.padding-top-130.padding-bottom-100 {
    padding-bottom: 50px;
  }



  .heading-font.padding-top-100 {
    padding-top: 50px;
  }

  .r.padding-top-70.padding-bottom-100 {
    padding-top: 50px;
  }

  .heading-one.padding-top-100 {
    padding-top: 50px;
  }

  .common-title.padding-40 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-two.padding-90 {
    padding-bottom: 50px;
    padding-top: 30px;
  }

  .heading-three.padding-bottom-100 {
    padding-bottom: 50px;
  }

  .container-fluid.pr-0 {
    padding-right: 15px !important;
  }

  .paragraph-area.padding-top-60.padding-bottom-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .paragraph-area p:nth-child(1) {
    margin-bottom: 10px;
  }



  .appointment-section .appointment-content .appointment-img-area .doctor-info {
    padding-bottom: 15px;
  }

  .latest-stories.padding-top-20.padding-bottom-100 .carousel-right-area {
    text-align: center;
  }

  .latest-stories .storiest-carousel .item .catousel-content .stories-text {
    padding: 0 20px;
  }

  .horizontal-scroll.padding-top-100.padding-bottom-50,
  .blog-details-section.padding-top-100,
  .padding-top-100,
  .inline-element.padding-top-100 {
    padding-top: 50px;
  }

  .latest-stories.padding-top-20.padding-bottom-100,
  .r.padding-top-70.padding-bottom-100,
  .pagination-two.padding-bottom-100 {
    padding-bottom: 50px;
  }

  .testimonial-content-wrap .padding-90 {
    padding-bottom: 30px;
  }



  /* width */


  .home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slider-items .slider-content-area .slider-content {
    width: 96%;
    padding-right: 20px;
  }




  .testimonial-section .testimonials-carousel .testimonial-carousel-img .carousel-items {
    height: 400px !important;
  }

  /* Display None */
  .home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slider-items .slider-img-area .sergery-style {
    display: none;
  }

  /* Padding */
  .blog-filter-section .content-item {
    padding: 20px;
  }


  .tab-navbar-area .nav-tabs .nav-item .nav-link {
    padding: 20px 10px;
  }



  /* Margin */
  .our-doctor .carousel-inner .carousel-item .doctor-slider-content .heading-4 {
    margin-top: 20px
  }

  .home-slider.slider-style-05 .dental-slider .slider-items .slider-content-area .slider-content {
    margin-top: 0;
  }


  .appointment-section .common-title .heading {
    margin: auto;
    text-align: center;
    color: white;
  }

  .form-bottom .main-btn-wrap {
    flex-wrap: wrap;
  }

  .breadcrumb-area.style-03 .breadcrumb-content {
    min-width: 280px;
  }
}


/* mobile tablet layout 414px */

@media only screen and (max-width: 414px) {
  .footer-area .footer-top {
    padding: 60px 0px 30px 0px;
  }


}

/* mobile tablet layout 375px */

@media only screen and (max-width: 384px) {}

/* mobile tablet layout 360px */

@media only screen and (max-width: 360px) {}



.social-icon-a {
  width: 3%;
  position: fixed;
  right: 2%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  min-height: inherit;
  height: inherit;
  background-color: #ae51a2ce;
  border-radius: 50px;
  padding: 10px;
  line-height: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

@media(max-width:950px) {
  .social-icon-a {
    width: 4%;
  }

  .home-slider.slider-style-01 .surgery-controller-style .social-icon {
    width: 4%;
  }

  .about-us-section .about-img-area {
    padding: 18px !important;

  }
}

@media(max-width:768px) {
  .social-icon-a {
    width: 6%;
  }

  .home-slider.slider-style-01 .surgery-controller-style .social-icon {
    width: 6%;
  }

  .table-responsive {
    width: 100%;
  }
}

@media(max-width:600px) {
  .social-icon-a {
    width: 7%;
  }

  .home-slider.slider-style-01 .surgery-controller-style .social-icon {
    width: 7%;
  }
}

@media(max-width:500px) {
  .social-icon-a {
    width: 8%;
  }

  .home-slider.slider-style-01 .surgery-controller-style .social-icon {
    width: 8%;
  }
}

@media(max-width:450px) {
  .social-icon-a {
    width: 9%;
  }
}

@media(max-width:400px) {
  .social-icon-a {
    width: 10%;
  }

  .home-slider.slider-style-01 .surgery-controller-style .social-icon {
    width: 10%;
  }
}

.social-icon-a .icon {
  color: #FFFFFF !important;
  cursor: pointer;
}

.social-icon-a .icon:hover {
  color: #0a0a0a;
}

@media (max-width:320px) {
  .popup-form {
    display: none !important;
  }
}

@media(max-width:768px) {
  .main-btn-wrap.surgery-btn .main-btn {
    margin-left: 0;
  }

  .main-btn {
    margin-left: 0px !important;
  }
}

.home-content {
  position: absolute;
  top: 44% !important;
  left: 51.5% !important;
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .home-content {
    width: 50% !important;
  }
}

@media only screen and (max-width: 599px) {
  .home-content {
    width: 73% !important;
    top: 50% !important;
    left: 29% !important;
  }
}

@media only screen and (max-width: 500px) {
  .home-content {
    width: 74% !important;
    top: 40% !important;
    left: 29% !important;
  }

  .home-heading {
    font-size: 30px !important;
    line-height: 41px !important;
  }
}

.home-heading {
  background: #f9f9f96e;
}

.home-content-1 {
  margin-top: 128px !important;
}

.home-heading-1 {
  background: #f9f9f96e;
  padding: 20px;
}


@media (max-width: 1450px) {
  .home-content-1 {
    width: 60% !important;
  }
}

@media (max-width: 768px) {
  .home-content-1 {
    width: 80% !important;
  }
}

@media (max-width: 500px) {
  .home-content-1 {
    margin-top: 100px !important;
    width: 100% !important;
    height: auto;
  }

  .home-heading-1 {
    background: #f9f9f96e;

  }
}

.doctor-card {
  background: #C5CAD3;
  border-radius: 15px;
  padding: 30px;
  height: 100%;
  text-align: center;
  transition: transform 0.3s ease;
  margin-bottom: 30px;
  /* Added margin bottom for each card */
}

.doctor-card:hover {
  transform: translateY(-5px);
}

.doctor-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.doctor-name {
  /* color: #fff; */
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

.doctor-degree {
  color: #fff;
  font-size: 18px;
  margin: 5px 0;
}

.doctor-specialty {
  color: #fff;
  font-size: 16px;
  margin: 0;
  line-height: 1.4;
}

/* Responsive Grid */
@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .doctor-name {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .doctor-name {
    font-size: 20px;
  }

  .doctor-degree {
    font-size: 16px;
  }

  .doctor-specialty {
    font-size: 14px;
  }
}

.doctor-page {
  padding: 15px;
}


.slider-content {
  padding: 20px;
}

.heading-04 {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.heading-06 {
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}

.slider-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 15px;
}

.slider-content ul {
  list-style: none;
  padding-left: 20px;
}

.slider-content ul li {
  margin-bottom: 10px;
}

.slider-content ul li p {
  margin: 0;
  padding: 0;
}

.doctor-image {
  display: block;
  margin: auto;
  max-width: 80%;
  height: auto;
}

@media (max-width: 768px) {
  .video-styling {
    width: 520px;
  }

}

@media (max-width: 600px) {
  .video-styling {
    width: 500px;
  }

}

@media (max-width: 500px) {
  .video-styling {
    width: 400px;
  }

}

@media (max-width: 400px) {
  .video-styling {
    width: 350px;
  }

}

@media (max-width: 330px) {
  .video-styling {
    width: 300px;
  }

}

@media (max-width: 768px) {
  .gallery-01 video {
    width: 450px;
  }

}

@media (max-width: 600px) {
  .gallery-01 video {
    width: 420px;
  }

}

@media (max-width: 500px) {
  .gallery-01 video {
    width: 320px;
  }

}

@media (max-width: 400px) {
  .gallery-01 video {
    width: 270px;
  }

}

@media (max-width: 330px) {
  .gallery-01 video {
    width: 220px;
  }

}


.thanks-banner {
  display: none;
  position: fixed;
  /* width: 100%; */
  max-width: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1100;
  background-color: rgba(165, 84, 161, 0.9);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.banner-content {
  position: relative;
}

.banner-close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #ff4444;
  color: white;
  border: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.banner-image {
  max-width: 100%;
  height: auto;
  display: block;
  max-height: 80vh;
}

.banner-content button {
  padding: 0px 10px;
}

/* Container for the service section */
#service .service-right {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Adjusting the service items */
.service-item {
  /* display: flex; */
  align-items: flex-start;
  /* Align items to the start of the container */
  padding: 10px;
  background-color: #fff;
  /* border-radius: 8px; */
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
  margin-bottom: 20px;
  height: 200px;
  /* Set a fixed height to make all items the same size */
}

/* Style for the icons */
.service-icon {
  width: 50px;
  /* Uniform icon size */
  height: 50px;
  margin-right: 20px;
}

/* Service content */
.service-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Ensures equal space between the heading and text */
  height: 70%;
  /* Ensure content fills available space */
}

/* Heading style */
.heading-6 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

/* Text style */
.service-item p {
  font-size: 14px;
  color: #666;
  margin: 0;
  flex-grow: 1;
  /* Allow text to fill remaining space */
  text-align: left;
}

/* Adjust button styling */
.main-btn-wrap {
  text-align: center;
  ;
}

.main-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #ff0000;
  color: white;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
}

.main-btn:hover {
  background-color: #cc0000;
}

.homexpert {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f5f5f5 url(images/expert-chart.png) no-repeat 12% bottom;

}

.stats-section {
  padding: 50px 0;
  background: #bb55aece;
  background-image: url(/assets/img/chart.png), linear-gradient(to right, #ae51a2ce, #ae51a2ce);
  background-repeat: no-repeat;
  background-position: right bottom;
  min-height: 233px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.counter1 {
  color: white;
}

.stats-text {
  color: white;
  padding: 15px 0px;
}

.form-margin {
  margin-bottom: 0px !important;
}

.scrollable-section {
  max-height: 90vh;
  /* 90% of viewport height */
  overflow-y: auto;
  /* Enable vertical scrolling */
  overflow-x: hidden;
  /* Hide horizontal scrolling */
  padding-right: 5px;
  /* Add some padding on the right for the scrollbar */
}

/* Custom scrollbar styling for better appearance */
.scrollable-section::-webkit-scrollbar {
  width: 6px;
}

.scrollable-section::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.scrollable-section::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.scrollable-section::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Responsive adjustments */
@media screen and (max-height: 700px) {
  .scrollable-section {
    max-height: 85vh;
    /* Adjust for smaller screens */
  }
}

@media screen and (max-width: 768px) {
  .scrollable-section {
    max-height: 80vh;
    /* Further adjust for mobile */
    padding-right: 0;
  }

  .count {
    font-size: 40px;
  }
}

.footer-area {
  background-image: url(/assets/img/bg-footer.png);
  background-size: cover;
}


gmpx-store-locator {
  width: 100%;
  height: 100%;
  --gmpx-color-surface: #fff;
  --gmpx-color-on-surface: #212121;
  --gmpx-color-primary: #1967d2;
  --gmpx-font-family-base: "Roboto", sans-serif;
  --gmpx-font-size-base: 0.875rem;
}

.more-gallery1 button {
  position: fixed;
  bottom: 23px;
  left: 77.5%;
  transform: translateX(-50%);
  z-index: 1000;
  padding: 12px 24px;
  background-color: #ac5696;
  /* Change to match your design */
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.more-gallery1 button:hover {
  background-color: #ad64aa;
  /* Darker shade for hover state */
}

@media(max-width:768px) {
  .more-gallery1 button {
    left: 30%;
    transform: translateX(-50%);
  }

  .more-gallery1 button {
    padding: 8px 8px;
    font-size: 12px;
  }
}

.stats-section {
  position: relative;
  /* padding: 80px 0; */
  background-image: url('/assets/img/medical.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /* Makes background fixed when scrolling */
  color: white;
}

.stats-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(172, 86, 150, 0.9);
  /* #ac5696 with opacity */
  z-index: 1;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.stats-box {
  width: 23%;
  padding: 30px 15px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.6s ease;
}

.stats-box.active {
  transform: translateY(0);
  opacity: 1;
}

.stat-icon {
  margin-bottom: 15px;
  text-align: center;
}

.counter {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
  /* Bright white for numbers */
  display: inline-block;
}

.stats-text {
  font-size: 18px;
  font-weight: 500;
  color: #f4f9ff;
  /* Light blue-white for text */
  position: relative;
  padding-bottom: 15px;
}

.stats-text::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-color: white;
  /* Orange accent from Abirami site */
  transition: width 1s ease;
}

.stats-box.active .stats-text::after {
  width: 50px;
}

.pulse {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

/* Responsive styles */
@media (max-width: 991px) {
  .stats-box {
    width: 48%;
  }
}

@media (max-width: 576px) {
  .stats-box {
    width: 100%;
  }
}

.akc-departments-section {
  position: relative;
  background-image: url('/assets/img/dep.png');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 0;
  color: #333;
}

/* Overlay for better readability */
.akc-departments-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(54 54 54 / 60%);
  z-index: 1;
}

.akc-dept-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.akc-dept-section-title {
  text-align: center;
  margin-bottom: 50px;
}

.akc-dept-section-title h2 {
  color: white;
  margin: 0;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

.akc-dept-section-title h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  background: white;
}

/* Carousel styling */
.akc-departments-carousel {
  margin: 0 auto;
  max-width: 1000px;
}

.akc-dept-item {
  padding: 15px;
  text-align: center;
}

.akc-dept-card {
  background: white;
  border-radius: 8px;
  padding: 25px 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.akc-dept-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.akc-dept-icon {
  margin-bottom: 15px;
}

.akc-dept-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.akc-dept-name {
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
}

/* Slick carousel custom styling */
.akc-departments-carousel .slick-prev,
.akc-departments-carousel .slick-next {
  z-index: 10;
  width: 40px;
  height: 40px;
}

.akc-departments-carousel .slick-prev {
  left: -50px;
}

.akc-departments-carousel .slick-next {
  right: -50px;
}

.akc-departments-carousel .slick-prev:before,
.akc-departments-carousel .slick-next:before {
  font-size: 40px;
  color: white;
}

/* Responsive adjustments */
@media (max-width: 1100px) {
  .akc-departments-carousel .slick-prev {
    left: -30px;
  }

  .akc-departments-carousel .slick-next {
    right: -30px;
  }
}

@media (max-width: 768px) {
  .akc-dept-card {
    height: 150px;
  }

  .akc-dept-icon img {
    width: 50px;
    height: 50px;
  }

  .akc-dept-name {
    font-size: 16px;
  }

  .akc-departments-carousel .slick-prev {
    left: -20px;
  }

  .akc-departments-carousel .slick-next {
    right: -20px;
  }
}

.home-slider.slider-style-01 .slick-prev.slick-arrow {
  display: none !important;
}

.home-slider.slider-style-01 .slick-next.slick-arrow {
  display: none !important;
}

.latest-stories .gallery-carousel .slick-prev,
.latest-stories .gallery-carousel .slick-next {
  display: none !important;
}

.home-slider.slider-style-01 .surgery-controller-style .social-icon {
  display: none !important;
}



/* Main Section Styling */
.doctor-section {
  padding: 50px 0;
  background-color: #f5f9fc;
}

.doctor-section .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center;
}

.doctor-section .col-lg-4 {
  padding: 0 15px;
  margin-bottom: 30px;
}

.third-box {
  height: 100%;
  transition: transform 0.3s ease;
}

.third-box-inner {
  background-color: #e8c1db;
  /* Lighter purple background matching the image */
  border-radius: 10px;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: all 0.3s ease;
}

.blend-mode-multiply {
  background-blend-mode: multiply;
}

/* Content Styling - Left side text */
.third-box-inner-data {
  flex: 1;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 2;
}

.third-box-inner-data h4 {
  color: #1f3c88;
  /* Dark blue color for doctor name */
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  word-wrap: break-word;
}

.third-box-inner-data h4 span {
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1f3c88;
}

.third-box-inner-data p {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
  word-wrap: break-word;
}

/* Button Styling */
.circle-btn {
  margin-top: auto;
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.common-btn {
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  color: #ac5696;
  padding: 8px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid #ac5696;
  white-space: nowrap;
}

.common-btn:hover {
  background-color: #ac5696;
  color: white;
}

.common-btn i {
  margin-left: 5px;
}

/* Image Styling - Right side image */
.third-box-inner-pic {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.third-box-inner-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
  transition: transform 0.3s ease;
}

/* Card height standardization */
.doctor-section .col-lg-4 {
  display: flex;
}

.doctor-section .third-box {
  width: 100%;
}

/* Enhanced Responsive Styling */
/* Large Desktops */
@media (min-width: 1200px) {
  .doctor-section .container-fluid {
    max-width: 1140px;
    margin: 0 auto;
  }

  .third-box:hover {
    transform: translateY(-5px);
  }

  .third-box:hover .third-box-inner {
    box-shadow: 0 10px 20px rgba(172, 86, 150, 0.2);
  }

  .third-box:hover .third-box-inner-pic img {
    transform: scale(1.05);
  }

  .third-box-inner {
    height: 280px;
    /* Fixed height for consistent card sizes */
  }
}

/* Desktop & Smaller */
@media (max-width: 1199px) {
  .doctor-section .container-fluid {
    padding: 0 25px;
  }

  .third-box-inner-data h4 {
    font-size: 20px;
  }

  .third-box-inner {
    height: 300px;
    /* Fixed height for consistent card sizes */
  }
}

/* Tablets & Smaller */
@media (max-width: 991px) {
  .doctor-section {
    padding: 40px 0;
  }

  .doctor-section h2 {
    margin-bottom: 25px;
  }

  .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }

  .third-box {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .third-box-inner {
    min-height: 200px;
    height: auto;
    padding-bottom: 80px;
    /* Space for the button */
  }

  .third-box-inner-pic {
    width: 40%;
  }

  .circle-btn {
    bottom: 25px;
    left: 25px;
  }
}

/* Medium Tablets */
@media (max-width: 768px) {
  .doctor-section {
    padding: 30px 0;
  }

  .third-box-inner {
    flex-direction: row;
    padding: 25px;
    padding-bottom: 80px;
    /* Space for the button */
  }

  .third-box-inner-data {
    max-width: 55%;
    justify-content: center;
    align-items: center;
  }

  .third-box-inner-pic {
    position: absolute;
    right: 0;
    width: 45%;
    height: 100%;
  }

  .third-box-inner-pic img {
    height: 100%;
    object-fit: cover;
  }

  .circle-btn {
    bottom: 25px;
    left: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}

/* Small Tablets & Large Phones */
@media (max-width: 640px) {
  .doctor-section h2 {
    font-size: 24px;
  }

  .third-box-inner {
    padding: 20px;
    padding-bottom: 70px;
    /* Space for the button */
  }

  .third-box-inner-data {
    max-width: 55%;
  }

  .third-box-inner-data h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .third-box-inner-data p {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .common-btn {
    padding: 7px 16px;
    font-size: 13px;
  }

  .circle-btn {
    bottom: 20px;
    left: 20px;
  }
}

/* Mobile Phones */
@media (max-width: 480px) {
  .doctor-section {
    padding: 25px 0;
  }

  .doctor-section h2 {
    font-size: 22px;
    padding: 5px !important;
  }

  .third-box {
    margin-bottom: 20px;
  }

  .third-box-inner {
    border-radius: 8px;
    padding: 15px;
    flex-direction: column;
    height: auto;
    padding-bottom: 60px;
    /* Space for the button */
  }

  .third-box-inner-data {
    max-width: 100%;
    margin-bottom: 200px;
  }

  .third-box-inner-data h4 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .third-box-inner-data p {
    font-size: 13px;
    line-height: 1.4;
  }

  .circle-btn {
    position: absolute;
    bottom: 15px;
    left: 15px;
    margin-top: 0;
  }

  .common-btn {
    padding: 6px 14px;
    font-size: 12px;
    border-radius: 18px;
  }

  .third-box-inner-pic {
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: 70px;
    /* Position above the button */
    width: 100%;
    height: 180px;
    justify-content: center;
  }

  .third-box-inner-pic img {
    width: auto;
    max-height: 180px;
    object-fit: contain;
  }
}

/* Extra Small Mobile Phones */
@media (max-width: 360px) {
  .doctor-section h2 {
    font-size: 20px;
  }

  .third-box-inner {
    padding: 12px;
    padding-bottom: 55px;
    /* Space for the button */
  }

  .third-box-inner-data {
    margin-bottom: 170px;
  }

  .third-box-inner-data h4 {
    font-size: 16px;
  }

  .third-box-inner-data p {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .circle-btn {
    bottom: 12px;
    left: 12px;
  }

  .common-btn {
    padding: 5px 12px;
    font-size: 11px;
  }

  .third-box-inner-pic {
    height: 160px;
    bottom: 60px;
    /* Position above the button */
  }

  .third-box-inner-pic img {
    max-height: 160px;
  }
}

/* Orientation-specific styles */
@media (max-width: 768px) and (orientation: landscape) {
  .third-box-inner {
    flex-direction: row;
    min-height: 180px;
    padding-bottom: 25px;
  }

  .third-box-inner-data {
    max-width: 60%;
    margin-bottom: 0;
    padding-bottom: 40px;
    /* Space for the button */
  }

  .third-box-inner-pic {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40%;
    height: 100%;
  }

  .third-box-inner-pic img {
    height: 100%;
    max-height: none;
  }

  .circle-btn {
    bottom: 15px;
    left: 25px;
  }
}

/* Font Awesome Icons */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-calendar:before {
  content: "\f073";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-angle-double-right:before {
  content: "\f101";
}

/* Top Bar Styles */
.top-bar {
  background-color: #ac5696;
  color: white;
  padding: 10px 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.top-bar-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  align-items: center;
}

.top-bar-links .dropdown {
  cursor: pointer;
  background: white;
  color: black;
  padding: 0 14px;
  border-radius: 5px;
  position: relative;
  z-index: 101;
}

.top-bar-links li {
  margin-left: 20px;
  position: relative;
  padding: 5px 0;
}

.top-bar-links li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  font-weight: 600;
}

.top-bar-links li a:hover {
  color: #f0f0f0;
}

.top-bar-links .emergency a {
  font-weight: bold;
  color: #ffea00;
}

.top-bar-links .dropdown {
  cursor: pointer;
  background: white;
  color: black;
  padding: 0 14px;
  border-radius: 5px;
  position: relative;
}

.top-bar-links .dropdown>span {
  display: block;
  padding: 5px 0;
}

.top-bar-links .dropdown ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  list-style: none;
  padding: 10px 0;
  z-index: 100;
  display: none;
}

.top-bar-links .dropdown:hover ul {
  display: block;
}

.top-bar-links .dropdown ul li {
  margin: 0;
  padding: 0;
}

.top-bar-links .dropdown ul li a {
  color: #333;
  padding: 8px 15px;
  display: block;
}

.top-bar-links .dropdown ul li a:hover {
  background-color: #f5f5f5;
  color: #ac5696;
}

/* Main Header Styles */
.main-header {
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 99;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.logo {
  max-width: 180px;
}

.logo img {
  width: 45%;
  height: auto;
  display: block;
}

.main-menu {
  list-style: none;
  display: flex;
}

.main-menu>li {
  margin-left: 30px;
  position: relative;
}

.main-menu>li>a,
.main-menu>li>span {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  display: block;
  padding: 10px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.main-menu>li>a:hover,
.main-menu>li>span:hover {
  color: #ac5696;
}

.main-menu .dropdown {
  position: relative;
}

.main-menu .dropdown span::after {
  content: '▼';
  font-size: 9px;
  margin-left: 5px;
  position: relative;
  top: -2px;
}

.main-menu .dropdown ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  background: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 10px 0;
  border-radius: 5px;
  z-index: 100;
  display: none;
}

.main-menu .dropdown:hover>ul {
  display: block;
}

.main-menu .dropdown ul li {
  margin: 0;
  padding: 0;
}

.main-menu .dropdown ul li a,
.main-menu .dropdown ul li span {
  color: #333;
  padding: 8px 15px;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.main-menu .dropdown ul li a:hover,
.main-menu .dropdown ul li span:hover {
  background-color: #f5f5f5;
  color: #ac5696;
}

.main-menu .dropdown ul .dropdown {
  position: relative;
}

.main-menu .dropdown ul .dropdown span::after {
  content: '►';
  font-size: 9px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.main-menu .dropdown ul .dropdown ul {
  left: 100%;
  top: 0;
}

/* Mobile Menu Styles */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  color: #333;
  cursor: pointer;
}

.mobile-top-bar {
  display: none;
  background-color: #ac5696;
  padding: 10px 15px;
}

.mobile-top-links {
  display: flex;
  justify-content: space-between;
}

.mobile-top-links a {
  color: white;
  text-decoration: none;
  font-size: 10px;
}

.mobile-top-links .emergency {
  font-weight: bold;
  color: #ffea00;
}

.bk-appointment a:hover,

.model {
  background-color: #ac5696;

}

.mobile-menu-close {
  display: none;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .main-menu>li {
    margin-left: 20px;
  }
}

@media (max-width: 992px) {

  /* Top bar adjustments */
  .top-bar {
    display: none;
    /* Hide desktop top bar */
  }

  .mobile-top-bar {
    display: block;
  }

  /* Header adjustments */
  .mobile-menu-toggle {
    display: block;
  }

  header {
    padding: 0px;
  }


  nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100vh;
    background: white;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    transition: right 0.3s ease;
    z-index: 1000;
  }

  nav.active {
    right: 0;
  }

  .main-menu {
    flex-direction: column;
    padding: 20px;
  }

  .main-menu>li {
    margin: 0;
    border-bottom: 1px solid #eee;
  }

  .main-menu>li>a,
  .main-menu>li>span {
    padding: 12px 0;
  }

  .main-menu .dropdown ul {
    position: static;
    width: 100%;
    box-shadow: none;
    display: none;
    padding: 0 0 0 15px;
  }

  .main-menu .dropdown.active>ul {
    display: block;
  }

  .main-menu .dropdown span::after {
    float: right;
    content: '+';
    font-size: 18px;
    top: 0;
  }

  .main-menu .dropdown.active>span::after {
    content: '-';
  }

  .main-menu .dropdown ul .dropdown ul {
    left: 0;
    padding-left: 15px;
  }

  .main-menu .dropdown ul .dropdown span::after {
    right: 0;
    content: '+';
  }

  /* Overlay when menu is open */
  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
  }



  /* Close button in mobile menu */
  .mobile-menu-close {
    display: block;
    text-align: right;
    padding: 15px;
    font-size: 24px;
    color: #333;
    cursor: pointer;
  }
}

@media (max-width: 576px) {
  .logo {
    max-width: 140px;
  }
}

.top-bar .emergency {
  position: relative;
  width: 30%;

  overflow: hidden;
}

.emergency-number {
  display: inline-block;
  white-space: nowrap;
  font-size: 16px;
  /* Adjust size if necessary */
  font-weight: bold;
  color: white;

}

@keyframes scroll-left {
  0% {
    right: 100%;
    /* Starts from the right */
  }

  100% {
    right: -100%;
    /* Ends off the screen to the left */
  }
}

.top-social {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid currentColor;
  transition: all 0.3s ease;
}

.top-social:hover {
  background-color: white;
  color: #ac5696;
  transform: translateY(-3px);
}

.footer-area {
  background-image: url(/assets/img/bg-footer.png);
  background-size: cover;
}

.widget.footer-widget ul li a,
.widget.footer-widget ul li,
.widget.footer-widget tr {
  color: white;
}

.widget.footer-widget .widget-title,
.copyright-area-inner,
.footer-area .footer-social-icon .icon,
.footer-area .logo-widget ul li .icon,
.footer-area .details,
.fa-map-marker-alt:before {
  color: white !important;
}

.footer-area .logo-widget img {
  background: white;
  padding: 5px;
}

.footer-area td {
  border: 1px solid white;
}

.service.sergery-style-02 {
  padding: 15px;
}

.owl-controls {
  padding: 10px;
}

.slick-dots {
  display: none !important;
}

/* Background image and transparent overlay for Testimonial Section */
.testimonial-section {
  position: relative;
  background-image: url('/assets/img/testimonial-bg.jpg');
  /* Replace with your actual image path */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 1;
}

/* Transparent color overlay */
.testimonial-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(173, 100, 170, 0.75);
  /* Purple overlay with 75% opacity */
  z-index: -1;
}

/* Ensure content appears above the overlay */
.testimonial-section .auto-container {
  position: relative;
  z-index: 2;
}

.appointment-section {
  background-image: url(/assets/img/contact/docs.jpg);
  background-size: cover;
  border-radius: 0px;
}

.appointment-section:after {
  height: 0px;

}

.appointment-section::before {
  position: relative;
}

.custom-select {
  background-color: #ffffff00;
}

.social-media {
  display: flex;
}
.social-media i{
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-header .logo{
  position: relative;
    z-index: 9;
    padding: 15px 0;
    -webkit-transition: .3s;
    transition: .3s;
}

 .location-contact-info {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }
    
    .address-info {
        flex: 0 0 60%;
        text-align: left;
    }
    
    .phone-info {
        flex: 0 0 35%;
        text-align: right;
    }
    
    .info-title {
        font-weight: bold;
        margin-bottom: 8px;
    }
    
    .info-content {
        line-height: 1.6;
    }
    
    .location-card {
        margin-bottom: 30px;
    }
    
    .card-inner {
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }
    
    .card-header {
        background-color: #f8f9fa;
        padding: 15px 20px;
        border-bottom: 1px solid #e0e0e0;
    }
    
    .card-header h2 {
        margin: 0;
        color: #333;
        font-size: 22px;
    }
    
    .card-body {
        padding: 20px;
    }
    
    .map-container {
        width: 100%;
        height: 300px;
        overflow: hidden;
        border-radius: 4px;
    }
    
    .map-container iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }
    
    /* Responsive adjustments */
    @media (max-width: 768px) {
        .location-contact-info {
            flex-direction: column;
        }
        
        .address-info, .phone-info {
            flex: 0 0 100%;
            text-align: left;
            margin-bottom: 15px;
        }
        
        .phone-info {
            margin-top: 15px;
        }
    }
 
        .page-title {
            text-align: center;
            margin-bottom: 30px;
        }
        
        .page-title h1 {
            color: #512e86;
            font-size: 32px;
        }
        
        .locations-grid {
            display: flex;
            flex-wrap: wrap;
            margin: -15px;
        }
        
        .location-card {
            width: 100%;
            padding: 15px;
        }
        
        @media (min-width: 768px) {
            .location-card {
                width: 50%;
            }
        }
        
        .card-inner {
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            height: 100%;
        }
        
        .card-header {
            background: linear-gradient(to right, rgba(227, 233, 237, 0.5), rgba(165, 84, 161, 0.5));
            padding: 15px;
            border-bottom: 1px solid #eee;
        }
        
        .card-header h2 {
            color: #512e86;
            font-size: 20px;
            margin: 0;
        }
        
        .card-body {
            padding: 15px;
        }
        
        .map-container {
            width: 100%;
            height: 250px;
            background-color: #eee;
            margin-bottom: 15px;
            border-radius: 4px;
            overflow: hidden;
        }
        
        .map-container iframe {
            width: 100%;
            height: 100%;
            border: none;
        }
        
        .location-info {
            margin-bottom: 20px;
        }
        
        .info-title {
            font-weight: bold;
            color: #512e86;
            margin-bottom: 5px;
        }
        
        .info-content {
            color: #555;
            line-height: 1.5;
        }
        
        .contact-btn {
            display: inline-block;
            background-color: #512e86;
            color: white;
            padding: 10px 20px;
            border-radius: 4px;
            text-decoration: none;
            font-weight: bold;
            transition: background-color 0.2s;
        }
        
        .contact-btn:hover {
            background-color: #3e2266;
        }


         .whatsapp-widget {
            position: fixed;
            bottom: 20px;
            right: 90px;
            z-index: 9999;
            background: #25D366;
            border-radius: 50px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            transition: all 0.3s ease;
            animation: pulse 2s infinite;
        }

        .whatsapp-widget:hover {
            transform: scale(1.1);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
            animation: none;
        }

        .whatsapp-widget a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 60px;
            height: 60px;
            color: white;
            text-decoration: none;
            border-radius: 50%;
            font-size: 28px;
        }

        /* Pulse animation */
        @keyframes pulse {
            0% {
                box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
            }
            70% {
                box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
            }
            100% {
                box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
            }
        }

        /* Responsive design */
        @media (max-width: 768px) {
            .whatsapp-widget {
                bottom: 25px;
                right: 90px;
            }
            
            .whatsapp-widget a {
                width: 50px;
                height: 50px;
                font-size: 24px;
            }
        }

        .gallery-filter-images{
          margin-left: 100px;
        }
        @media (max-width: 768px) {
          .gallery-filter-images{
            margin-left: 50px!important;
          }
        }
