/* Author: aonetheme
=========================
This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.
This files [Table of contents] are outlined below
---------------------------------------------------

/*
======================
GENERAL
======================

1.Float clearfix
2.Heading & Title
3.Text align
4.Listing Style

5.Padding (around)
6.Padding (top)
7.Padding (bottom)
8.Padding (left)
9.Padding (right)
10.Padding (left right)
11.Padding (top bottom)

12.Margin (around)
13.Marging (top)
14.Marging (bottom)
15.Marging (left)
16.Marging (right)
17.Marging (left right)
18.Marging (top bottom)

19.Colum gap less
20.Background Effect
21.Overlay ( transparient box style)
22.Boxes Css
23.Box content
24.For icons with box
25.For only icons
26.Place icon with box
27.Icon box left align
28.Icon box right align
29.Icon box center align
30.Buttons
31.Theme default button
32.Button text uppercase
33.Button size
34.Owl Slider
35.Owl button top to center
36.Owl button top to left
37.Owl button top to right
38.Owl button bottom to center
39.Owl button bottom to left
40.Owl button bottom to right
41.Owl button vertical to center
42.Owl button show on hover
43.Owl slider button
44.Owl dots nav position

45.Text meant only for screen readers [Themeforest Required Classes ]
46.Tabs
45.Tabs style 1 [ default ]
46.Header Start
  a.Extra Nav
  b.logo for header
  c.main-bar
  d.Navbar Toggler
  e.Submenu direction
47.Title separators
48.Center-title
49.Play button
50.Widget Team
51.Widget Address
52.Recent Post Entry
53.Footer Dark
54.Widget Services
55.Footer Light version css
56.Accordians
57.Section Overlay
58.newsletter section
60.radio & checkbox
================*/
/*---------------------------------------------------


---------------------------------------------------
*/

@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600&family=Barlow+Condensed:wght@400;700&family=Gilda+Display:wght@400;700&display=swap");

body {
  color: #cec2c2;
  font-family: "Barlow", sans-serif;
  line-height: 1.7;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  font-size: 16px;
  background-color: #000;
}

a {
  color: #ad8545;
  outline: 0px none;
  text-decoration: none;
}

a:hover,
a:focus {
  outline: 0px none;
  text-decoration: none;
}

a:active,
a:hover,
a:focus {
  color: inherit;
}

.overflow-hide {
  overflow: hidden;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/*Float clearfix*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
ol.commentlist li:after {
  content: "";
  display: table;
  clear: both;
}

section,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
summary {
  display: block;
}

ul {
  padding: 0px;
}

::selection {
  background: #484848;
  color: #fff;
}

.form-select option {
  font-family: tahoma;
  font-size: 16px;
}

/*===Heading & Title====*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mulish";
  line-height: 1.2;
  color: #ad8545;
}

h1 {
  font-size: 60px;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  font-weight: 700;
}

h4 {
  font-size: 18px;
  font-weight: 700;
}

h5 {
  font-size: 16px;
  font-weight: 700;
}

h6 {
  font-size: 16px;
  font-weight: 700;
}

/*---Text align--- */
.text-justify {
  text-align: justify;
}

/*===Listing Style===*/
dl,
ul,
ol {
  list-style-position: outside;
  padding: 0px;
}

ul,
ol {
  margin-bottom: 24px;
}

ul li {
  padding: 0px;
}

ol li {
  padding: 0px;
}
/*----Margin (around)----*/
.m-a0 {
  margin: 0px;
}
/*---Marging (top)----*/
.m-t20 {
  margin-top: 20px;
}
/*---Marging (bottom)---*/
.m-b10 {
  margin-bottom: 10px;
}
.m-b30 {
  margin-bottom: 30px;
}
/*---Marging (left)---*/
.m-l20 {
  margin-left: 20px;
}
/*---Marging (right)---*/
.m-r10 {
  margin-right: 10px;
}
/*---Colum gap less---*/
.no-col-gap [class*="col-xs-"],
.no-col-gap [class*="col-sm-"],
.no-col-gap [class*="col-md-"],
.no-col-gap [class*="col-lg-"] {
  padding-left: 0px;
  padding-right: 0px;
}

/*===Overlay ( transparient box style)===*/
.opacity-07 {
  opacity: 0.7;
}
/*===Boxes Css===*/
.wt-box,
.wt-thum-bx,
.wt-post-thum {
  position: relative;
}
/*---Box content----*/
.wt-box {
  position: relative;
}
.wt-box.no-margin {
  margin-bottom: 0;
}
/*---Buttons--- */
.site-button-link {
  position: relative;
  color: #ad8545;
  font-size: 16px;
  z-index: 1;
  transition: 0.5s all ease;
  /*hover block section*/
}
.site-button-link:hover {
  color: #fff;
}
/* Theme default button */
.site-button {
  outline: none;
  color: #000;
  padding: 10px 20px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-table;
  background-color: #ad8545;
  border: none;
  font-size: 15px;
  transition: 0.5s all ease;
  border-radius: 10px;
}
.site-button i {
  padding-right: 5px;
}
.site-button:hover,
.site-button:active,
.site-button:focus {
  color: #000;
}
.mfp-video.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin: -25px;
  color: #fff;
  display: block;
  z-index: 10;
  font-size: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.mfp-video.video-play-btn:hover {
  background-color: #0f1221;
  color: #fff;
  border: 2px solid transparent;
}
.mfp-video.video-play-btn i {
  margin-right: -5px;
}
/*Button text uppercase */
.site-button.text-uppercase {
  text-transform: uppercase;
}

/*===Owl Slider===*/
.owl-carousel .owl-nav {
  margin-top: 40px;
  text-align: center;
}
.owl-carousel .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
/*---Owl dots button---*/
.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  outline: none !important;
}

.owl-carousel .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 5px 7px;

  border: 2px solid transparent;
  display: block;
  border-radius: 50%;
  transition: opacity 200ms ease;
}

.owl-carousel .owl-dots .owl-dot:hover span {
  background: #ad8545;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: none;
  border: 2px solid transparent;
  margin: 2px;
  height: 12px;
  width: 12px;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #fff;
}
/*---Owl button show on hover---*/
.owl-carousel .owl-item img {
  transform-style: inherit;
}
/*---Owl slider button---*/
.owl-carousel .owl-nav button.owl-prev {
  color: #fff !important;
  padding: 14px 14px !important;
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  cursor: pointer;
  border-radius: 0px;
  opacity: 1;
  margin-right: 5px;
  font-weight: 500;
  outline: none;
  margin-left: 0px;
}
.owl-carousel .owl-nav button.owl-prev i {
  font-style: normal;
}
.owl-carousel .owl-nav button.owl-prev:hover {
  color: #fff;
  opacity: 0.9;
}
.owl-carousel .owl-nav button.owl-prev:active {
  color: #fff;
  opacity: 0.9;
}
.owl-carousel .owl-nav button.owl-prev:focus {
  color: #fff;
  opacity: 0.9;
}
.owl-carousel .owl-nav button.owl-next {
  color: #fff !important;
  padding: 8px 10px !important;
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  cursor: pointer;
  border-radius: 0px;
  opacity: 1;
  margin-right: 0px;
  font-weight: 500;
  outline: none;
}
.owl-carousel .owl-nav button.owl-next i {
  font-style: normal;
}
.owl-carousel .owl-nav button.owl-next:hover {
  color: #fff;
  opacity: 0.9;
}
.owl-carousel .owl-nav button.owl-next:active {
  color: #fff;
  opacity: 0.9;
}
.owl-carousel .owl-nav button.owl-next:focus {
  color: #fff;
  opacity: 0.9;
}
/*---Owl dots nav position---*/
@media only screen and (max-width: 480px) {
  .owl-carousel .owl-nav button.owl-prev {
    margin: 0px;
  }
}
/*======================================
THEMEFOREST REQUIRED CLASSES
======================================*/
/*-------------------------------------
	Text meant only for screen readers
-------------------------------------*/
.sticky {
  clear: both;
}
/*-------------------------------------
	Tabs 
-------------------------------------*/
/*Header Start ============================*/
.site-header {
  position: relative;
  z-index: 999;
}
.extra-nav {
  display: flex;
  float: right;
  height: 70px;
  position: relative;
  z-index: 13;
}

.extra-nav .extra-cell {
  display: flex;
  padding-left: 25px;
  align-items: center;
}

.extra-nav .extra-cell:first-child {
  padding-left: 0px;
}

@media only screen and (max-width: 767px) {
  .aon-btn-signup,
  .aon-add-listing {
    font-size: 0;
    text-align: center;
    padding: 10px 10px;
    min-width: 40px;
    margin-left: 10px;
  }

  .aon-btn-signup i,
  .aon-add-listing i {
    font-size: 16px;
    padding: 0px;
    display: table;
    margin: auto;
  }

  .aon-btn-signup {
    display: inline-block;
    background: rgb(173, 133, 69);
    color: #ad8545;
    border-radius: 5px;
  }
}

@media (max-width: 540px) {
  .extra-nav .extra-cell {
    padding-left: 10px;
  }
}

.logo-header {
  /*--logo for header---*/
  display: table;
  float: left;
  width: 190px;
  height: 70px;
  vertical-align: middle;
  padding: 0px;
  font-size: 36px;
  color: #000;
  margin: 0px;
  position: relative;
  z-index: 11;
}

@media (max-width: 640px) {
  .logo-header {
    width: 120px;
  }
}

@media (max-width: 360px) {
  .logo-header {
    width: 120px;
  }
}

.logo-header .logo-header-inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.logo-header .logo-header-inner img {
  max-width: 100%;
  max-height: 100%;
}

.site-header ul,
.site-header ol {
  margin-bottom: 0px;
}

.main-bar {
  /*--main-bar--*/
  position: relative;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.5s ease;
  background: none;
  background-color: #000;
}

.main-bar .container,
.main-bar .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991px) {
  .main-bar .container,
  .main-bar .container-fluid {
    display: block;
  }
}

.main-bar:after,
.main-bar:after {
  clear: both;
  content: "";
  display: table;
}

.navbar-toggler {
  /*--Navbar Toggler---*/
  border: none;
  margin: 24px 0px 24px 15px;
  padding: 13px 10px;
}

.navbar-toggler:focus {
  box-shadow: none;
}
@media (max-width: 991px) {
  .navbar-toggler {
    display: block;
    margin-top: 14px;
    margin-bottom: 14px;
    float: right;
    outline: none !important;
  }
}
.navbar-toggler .icon-bar {
  background: linear-gradient(
    130deg,
    #c3942f 0%,
    #d89c27 18%,
    #dfc86f 37%,
    #e7dc96 50%,
    #dfc86f 64%,
    #d89c27 82%,
    #c99c30 100%
  ) !important;
  /* background: linear-gradient(259.34deg, #DCAD81 0%, #D8A97C 25%, #FFD2A4 50%, #D8A97C 75%, #DCAD81 100%) !important; */
  height: 3px;
  border-radius: 0px;
  display: block;
  width: 22px;
}
.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (max-width: 991px) {
  .navbar-toggler .icon-bar {
    background: #000;
  }
}
@media (max-width: 420px) {
  .navbar-toggler {
    margin-left: 10px;
  }
}

@media (max-width: 540px) {
  .is-fixed .navbar-toggler {
    margin-bottom: 0px;
  }
}

.is-fixed.mobile-sider-drawer-menu .header-nav .nav {
  height: 100vh !important;
  width: 100%;
}

/* .is-fixed.mobile-sider-drawer-menu .header-style-1 .header-nav .nav>li {
  padding: 12px 15px !important;
} */

.header-nav {
  position: relative;
  padding: 0px;
  z-index: 10;
  /*-- Submenu direction---*/
}

.navbar-collapse {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .header-nav {
    clear: both;
    margin: 0px -15px;
    border-bottom: 1px solid #e9e9e9;
  }

  .header-nav.navbar-collapse {
    align-items: start;
  }
}

.header-nav .nav {
  display: flex;
  justify-content: flex-end;
  flex-direction: inherit;
}

@media (max-width: 991px) {
  .header-nav .nav {
    float: none;
    margin: 0px;
    background: #f8f5f0;
    display: block;
    width: 100%;
    left: 0px;
  }
}
@media (max-width: 991px) {
  .header-nav .nav li {
    float: none;
  }
}
.header-nav .nav li i {
  font-size: 9px;
  margin-left: 3px;
  margin-top: -3px;
  vertical-align: middle;
  opacity: 0.7;
}

@media (max-width: 991px) {
  .header-nav .nav li i {
    float: right;
  }
}

.header-nav .nav > a >li {
  position: relative;
  margin: -10px 0px;
  padding: 10px 0px;
}

@media (max-width: 991px) {
  .header-nav .nav > a > li ul {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: #f9f9f9;
  }
}

.header-nav .nav > a {
  color: #fff;
  font-size: 15px;
  line-height: 25.2px;
  padding: 15px 10px;
  cursor: pointer;
  margin: 0px 0px;
  display: block;
  font-weight: 400;
}
.header-nav .nav > a:hover li {
  background: var(--text-gradient) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: tett !important;
  color: transparent !important;
  background-color: #2d2d2d !important;
  display: inline-block;
}
.color-fill .header-nav .nav > a {
  /* color: #ad8545; */
  color: white;
}

@media (max-width: 991px) {
  .header-nav .nav > a {
    padding: 12px 15px;
    border-bottom: 1px solid #e9e9e9;
    color: #000;
    background-color: #f8f5f0;
    font-weight: 600 !important;
    margin: 20px;
  }

  .header-nav .nav > a:hover {
    background-color: #f8f5f0 !important;
    color: #000 ;
  }
  /* .header-nav .nav > a:hover li {
    color: #000 !important;
  } */
}

.header-nav .nav > a:hover {
  background-color: transparent;
  color: #000 !important;
}

.header-nav .nav > a:active,
.header-nav .nav > a:focus {
  background-color: transparent;
}

@media (max-width: 991px) {
  /* .header-nav:has(a) */
  .header-nav .nav > li.active > a,
  .header-nav .nav > li.current-menu-item > a {
    color: #ad8545;
  }
}

@media (max-width: 991px) {
  .header-nav .nav > a:hover,
  .header-nav .nav > a:active,
  .header-nav .nav > a:focus {
    /*background-color: #f0f0f0;*/
    color: #000 !important;
    text-decoration: none;
  }
}

.header-nav .nav > li.active > a,
.header-nav .nav > li.current-menu-item > a {
  background-color: transparent;
  color: #ad8545;
}

.header-nav .nav > li:hover > a {
  color: #ad8545;
}

.header-nav .nav > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  transition: all 0.3s ease;
}

.header-nav .nav > li .sub-menu {
  background-color: #fff;
  display: block;
  left: 0px;
  top: 100%;
  list-style: none;
  margin: 20px 0 0;
  opacity: 0;
  padding: 0px;
  position: absolute;
  visibility: hidden;
  width: 220px;
  z-index: 10;
}

@media (max-width: 991px) {
  .header-nav .nav > a > li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: #f9f9f9;
    opacity: 1;
    margin: 0px !important;
    transition: none !important;
  }
}

.header-nav .nav > a > li .sub-menu li {
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  text-transform: none;
}

.header-nav .nav > a > li .sub-menu li a {
  color: #f8f5f0;
  display: block;
  font-size: 13px;
  padding: 14px 20px;
  padding-left: 20px;
  font-weight: 600;
}

.header-nav .nav > a > li .sub-menu li a:hover {
  color: #ad8545;
  text-decoration: none;
}

.header-nav .nav > a > li .sub-menu li:hover > a {
  color: #ad8545;
}

.header-nav .nav > a >li .sub-menu li:last-child {
  border-bottom: 0px;
}

.header-nav .nav > a > li .sub-menu li .fa {
  color: #000;
  display: block;
  float: right;
  position: absolute;
  right: 10px;
  top: 2px;
}

.header-nav .nav > a > li .sub-menu li > .sub-menu {
  left: 220px;
  margin: 0px 0px 0px 20px;
  transition: all 0.1s ease;
}

@media (max-width: 991px) {
  .header-nav .nav > a > li .sub-menu li > .sub-menu > li {
    float: none;
    display: block;
    width: auto;
  }
}

@media (max-width: 991px) {
  .header-nav .nav > a > li .sub-menu li > .sub-menu > li a {
    padding-left: 30px;
  }
}

.header-nav .nav > a > li .sub-menu li:hover > .sub-menu {
  left: 220px;
  margin: 0px;
  opacity: 1;
  top: -1px;
  visibility: visible;
}

.header-nav .nav > a > li .sub-menu li:hover > .sub-menu:before {
  background-color: transparent;
  bottom: 0px;
  content: "";
  display: block;
  height: 100%;
  left: -6px;
  position: absolute;
  top: 0px;
  width: 6px;
}

.header-nav .submenu-direction .sub-menu {
  left: auto;
  right: 0px;
}

.header-nav .submenu-direction .sub-menu li > .sub-menu {
  left: auto;
  /* right: 220px; */
  margin: 0px 20px 0px 0px;
}

.header-nav .submenu-direction .sub-menu li:hover > .sub-menu {
  left: auto;
  /* right: 220px; */
  margin: 0px 0px 0px 0px;
}

.header-nav.nav-animation .nav > a > li > ul.sub-menu li > a {
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 1;
}

.header-nav.nav-animation .nav > a > li:hover > ul.sub-menu li:hover > a {
  padding-left: 40px;
}

@media (max-width: 991px) {
  .header-nav .has-child {
    position: relative;
  }
}

.header-nav .has-child .submenu-toogle {
  position: absolute;
  right: 4px;
  top: 4px;
  color: #000;
  background-color: transparent;
  z-index: 900;
  cursor: pointer;
  padding: 10px;
  font-size: 16px;
  display: none;
}

@media (max-width: 991px) {
  .header-nav .has-child .submenu-toogle {
    display: block;
  }
}

.header-nav .has-child li .submenu-toogle {
  opacity: 0.9;
}

.header-nav
  .has-child.nav-active
  > a
  + .submenu-toogle.glyphicon-chevron-right:before {
  content: "\e114";
}

.header-nav .has-child.nav-active > a + .submenu-toogle.glyphicon-plus::before {
  content: "\2212";
}

@media (max-width: 991px) {
  .header-nav
    .has-child.nav-active
    > a
    + .submenu-toogle.fa.fa-angle-right::before {
    content: "\f107";
  }
}

@media (max-width: 991px) {
  .mobile-sider-drawer-menu .header-nav {
    position: fixed;
    width: 250px !important;
    z-index: 999;
    height: 100vh !important;
    overflow-y: inherit !important;
    left: -250px;
    top: 0px;
    transition: all 0.5s linear;
    background-color: #f8f5f0;
  }

  .mobile-sider-drawer-menu .header-nav .nav > a > li:hover > .sub-menu {
    animation: none !important;
  }

  .mobile-sider-drawer-menu
    .header-nav
    .nav
    > a > li
    .sub-menu
    li:hover
    > .sub-menu {
    animation: none !important;
  }

  .mobile-sider-drawer-menu.active .header-nav {
    left: 15px;
  }

  .mobile-sider-drawer-menu .icon-bar {
    transition: all 0.5s linear;
    position: relative;
  }

  .mobile-sider-drawer-menu #mobile-side-drawer {
    min-height: 15px;
    position: relative;
    height: 42px;
    width: 42px;
    margin-left: 10px;
    background: rgba(45, 45, 45, 1) !important;
    /* background: rgb(203,145,21);
    background: linear-gradient(130deg, #C3942F 0%, #D89C27 18%, #DFC86F 37%, #E7DC96 50%, #DFC86F 64%, #D89C27 82%, #C99C30 100%) */
  }

  .mobile-sider-drawer-menu.active .icon-bar.icon-bar-first {
    transform: rotate(-137deg) translateX(-3px) translateY(-2px);
  }

  .mobile-sider-drawer-menu.active .icon-bar.icon-bar-three {
    transform: rotate(-45deg) translateX(3px) translateY(-2px);
  }

  .mobile-sider-drawer-menu .icon-bar.icon-bar-two {
    position: relative;
    right: 0%;
  }

  .mobile-sider-drawer-menu.active .icon-bar.icon-bar-two {
    position: absolute;
    right: 100px;
    opacity: 0;
  }

  .mobile-sider-drawer-menu .is-fixed .header-nav .nav {
    overflow: auto;
    max-height: 100%;
  }

  .mobile-sider-drawer-menu .header-fixed .header-nav .nav {
    overflow: auto;
    max-height: 100%;
  }
}

.is-fixed .main-bar {
  position: fixed;
  top: 0px;
  left: 0px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.is-fixed.color-fill .main-bar {
  background-color: #000;
}

.is-fixed.color-fill .main-bar {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.is-fixed.color-fill .header-nav .nav > a > li {
  margin: 0px;
  padding: 0px;
}

@media (max-width: 991px) {
  .header-nav .nav > a > li {
    margin: 0px;
    padding: 0px;
  }
  .header-nav .nav > a {
    margin: 0px;
    padding: 10px 12px;
  }
  .header-nav .nav > a:hover > li{
    color:#000 !important;
  }

  .is-fixed.color-fill .header-nav .nav > a > li {
    margin: 0px;
    padding: 0px;
  }
}

@media (max-width: 767px) {
  .main-bar {
    padding: 0px;
  }
  .is-fixed .main-bar {
    padding: 0px;
  }
  .is-fixed.color-fill .main-bar {
    padding: 0px;
  }
}

/*Header End ===========================*/
/*Header Style 2*/
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1270px;
  }
}

/*--Play button--*/
.widget {
  margin-bottom: 40px;
}

/*Widget Services*/
button.scroltop {
  /* background: linear-gradient(259.34deg, #000 0%, #222 25%, #555 50%, #222 75%, #000 100%) !important; */
  background-color: #2d2d2d;
  border: none;
  position: fixed;
  right: 10px;
  bottom: 20px;
  color: #fff;
  margin: 0;
  cursor: pointer;
  display: none;
  border-radius: 12px;
  line-height: 20px;
  padding: 8px 12px;
  text-align: center;

  z-index: 999;
}

/*Widget News-Letter*/
.footer-top-newsletter {
  padding-top: 80px;
  background-color: black;
}
@media (max-width: 576px) {
  .footer-top-newsletter {
    padding-top: 40px;
  }
}
/* -------------------------------------changes -------------------------------------------------------------------------------- */
.sf-news-letter {
  background-color: var(--bg-content-color);
  /* padding: 20px 50px; */
  border-radius: 15px;
  padding: 15px 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.sf-news-letter span {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
}

.sf-news-l-form {
  display: flex;
  position: relative;
  min-width: 560px;
  margin-bottom: 0px;
}
.form-control-footer {
  background-color: black;
  border: none;
  border-radius: 10px;
  padding: 8px 20px;
  width: 100%;
  margin-right: 20px;
  color: white !important;
}
.sf-sb-btn-footer {
  padding: 6px 40px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600px;
  border: none;
}

.sf-news-l-form input[placeholder],
[placeholder],
[placeholder] {
  color: #fff !important;
}

@media only screen and (max-width: 576px) {
  .sf-news-letter span {
    font-size: 15px;
    width: 100%;
  }

  .form-control-footer {
    background-color: black;
    border: none;
    border-radius: 10px;
    padding: 4px 20px;
    width: 100%;
    font-size: 12px;
    margin-right: 20px;
    color: white !important;
  }

  .sf-sb-btn-footer {
    padding: 5px 15px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600px;
    border: none;
    background: var(--button-gradient);
    /* background: linear-gradient(130deg, #C3942F 0%, #D89C27 18%, #DFC86F 37%, #E7DC96 50%, #DFC86F 64%, #D89C27 82%, #C99C30 100%) !important; */
  }
}

@media only screen and (max-width: 991px) {
  .sf-news-letter span {
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }

  .sf-news-letter form {
    max-width: 700px;
    width: 100%;
  }

  .sf-news-l-form {
    min-width: 100px;
  }
}

/*Footer Light version css*/
.footer-light {
  background-color: #f8f5ff;
  color: #000;
}

.footer-light .logo-footer {
  margin-bottom: 25px;
  max-width: 240px;
}

.footer-light .footer-top {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #000;
}

@media only screen and (max-width: 640px) {
  .footer-light .footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.footer-light .widget-title {
  font-family: "Barlow", sans-serif;
  color: #000;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}

.footer-light .widget-title:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #000;
  width: 20px;
  height: 2px;
}

.footer-light .call-us {
  padding: 10px 20px 10px 0px;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .footer-light .call-us {
    margin: 15px 0px;
  }
}

.footer-light .call-us i {
  display: block;
  font-size: 42px;
  line-height: 42px;
  margin-right: 10px;
}

.footer-light .call-us a {
  display: block;
  color: #ad8545;
  font-size: 28px;
  line-height: 28px;
  font-weight: 800;
}

.footer-light .social-icons {
  margin: 30px 0px 0px 0px;
}

.footer-light .social-icons li {
  display: inline-block;
}

.footer-light .social-icons li a {
  height: 30px;
  width: 30px;
  background-color: #000;
  line-height: 30px;
  padding: 0px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  margin-right: 3px;
}

.footer-light .social-icons li a:hover {
  color: #fff;
  background-color: #ad8545;
}

.footer-light .footer-bottom {
  color: #fff;
  position: relative;
  z-index: 1;
}

.footer-light .footer-bottom .footer-bottom-info {
  display: flex;
  padding: 10px 0px;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991px) {
  .footer-light .footer-bottom .footer-bottom-info {
    display: block;
  }
}

.footer-light .footer-bottom .footer-bottom-info .call-us {
  background-color: #000;
  border-left: 4px solid #ad8545;
  padding: 10px 20px;
}

@media (max-width: 991px) {
  .footer-light .footer-bottom .footer-bottom-info .call-us {
    margin: 15px 0px;
  }
}

.footer-light .footer-bottom .footer-bottom-info .call-us span {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-light .footer-bottom .footer-bottom-info .call-us a {
  display: block;
  color: #ad8545;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
}
.footer-light .footer-bottom .footer-copy-right .copyrights-text {
  color: #000;
  font-size: 16px;
}
.footer-light .copyrights-nav {
  list-style: none;
  display: block;
  margin-bottom: 0px;
}
.footer-light .copyrights-nav li {
  display: inline-block;
  margin-right: 8px;
}
.footer-light .copyrights-nav li:first-child {
  margin-left: 0;
}
.footer-light .copyrights-nav li:last-child {
  margin-right: 0;
}
.footer-light .copyrights-nav li:last-child:after {
  display: none;
}
.footer-light .copyrights-nav li:after {
  content: "/";
  position: relative;
  right: -8px;
  color: #000;
}
.footer-light .copyrights-nav li a {
  color: #000;
  font-size: 16px;
}
.footer-light .copyrights-nav li a:hover {
  color: #ad8545;
}
.footer-light .copyrights-nav li a:active {
  color: #ad8545;
}
.footer-light .copyrights-nav li a:focus {
  color: #ad8545;
}
.footer-light .copyrights-nav li.active a {
  color: #fff;
}
.footer-light .widget_address li {
  color: #000;
}
.footer-light .widget_address li i {
  color: #000;
  font-weight: normal;
}
.footer-light .widget_services ul li a {
  color: #000;
}
.footer-light .widget_services ul li a:hover {
  color: #ad8545;
}
.footer-light .recent-posts-entry .wt-post-info .wt-post-header a {
  color: #000;
}
.footer-light .recent-posts-entry .wt-post-info .wt-post-header a:hover {
  color: #ad8545;
}
.footer-light .recent-posts-entry .wt-post-info .wt-post-meta ul li {
  color: #6a6a6a;
}
.sf-site-link ul {
  list-style: none;
  margin: 0px;
}
.sf-site-link ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .sf-site-link {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-top .row [class*="col-"]:last-child .sf-site-link {
    margin-bottom: 0px;
  }
}
.footer-bottom {
  padding-bottom: 30px;
}

/*Accordians*/
.acod-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.acod-title a {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.acod-head {
  position: relative;
  /*Accodian open close indicator css*/
}

.acod-head a {
  display: block;
  padding: 15px 20px 15px 50px;
  background-color: #f6f6f6;
}

.acod-head a.collapsed {
  color: #000;
}

.acod-head .fa {
  margin-right: 5px;
}

.acod-head a,
.acod-head:hover,
.acod-head:active,
.acod-head:focus {
  color: #000;
}

.acod-head .indicator {
  padding: 15px;
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  font-size: 22px;
}

.acod-head .indicator .fa {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.acod-head.acc-actives .indicator .fa:before {
  content: "\f067";
  font-family: "FontAwesome";
}

.acod-head [aria-expanded="false"] .indicator .fa:before {
  content: "\f105";
  font-family: "FontAwesome";
}

.acod-head [aria-expanded="true"] .indicator .fa:before {
  font-family: "FontAwesome";
  content: "\f107";
}

.acod-head .collapsed .indicator .fa:before {
  content: "\f105";
  font-family: "FontAwesome";
}

.acod-head .collapsed [aria-expanded="false"] .indicator .fa:before {
  content: "\f067";
  font-family: "FontAwesome";
}

.acod-head .indicator .fa:before {
  font-family: "FontAwesome";
  content: "\f107";
}

.acod-head [aria-expanded="true"] .indicator .fa:before {
  font-family: "FontAwesome";
  content: "\f107";
}

.form-control {
  border: 1px solid #e1e1e1;
  height: 50px;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 12px;
  border-radius: 5px;
}
.form-control:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
  background-color: #f8f8f8;
}

/*newsletter section*/
select {
  appearance: none;
  /* Remove default arrow */
  background-image: url(...);
  /* Add custom arrow */
  padding: 10px 30px 10px 10px;
  background-color: #fff;
}

/*radio & checkbox*/
.sf-radio-checkbox.radio-inline,
.sf-radio-checkbox.checkbox-inline {
  padding-left: 0 !important;
}

.sf-radio-checkbox label {
  font-weight: normal !important;
}

.sf-radio-checkbox input[type="checkbox"],
.sf-radio-checkbox input[type="radio"] {
  display: none;
  opacity: 0;
  margin-left: 1px !important;
}

.sf-radio-checkbox input[type="checkbox"] + label,
.sf-radio-checkbox input[type="radio"] + label {
  display: block;
  padding-left: 24px !important;
  position: relative;
  cursor: pointer;
  line-height: 1.3;
}

.sf-radio-checkbox input[type="checkbox"] + label:hover:before,
.sf-radio-checkbox input[type="radio"] + label:hover:before {
  border-color: #022278;
}

.sf-radio-checkbox input[type="checkbox"] + label:before,
.sf-radio-checkbox input[type="radio"] + label:before {
  background-color: #c4cada;
  border: 1px solid #afb6c9;
  content: "";
  display: inline-block;
  height: 20px;
  line-height: 1;
  margin-left: -24px;
  position: absolute;
  top: 0px;
  transition: all linear 0.1s;
  width: 20px;
  border-radius: 2px;
}

.sf-radio-checkbox input[type="checkbox"] + label:after {
  color: #fff;
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 0px;
  -webkit-font-smoothing: antialiased;
  left: 6px;
  position: absolute;
  top: 7px;
  transition: all linear 0.1s;
}

.sf-radio-checkbox input[type="checkbox"]:checked + label:before {
  border-width: 10px;
  border-color: #022278;
}

.sf-radio-checkbox input[type="checkbox"]:checked + label:after {
  font-size: 12px;
  left: 3px;
  top: 1px;
}

.sf-radio-checkbox input[type="radio"] + label:before {
  border-radius: 50%;
  content: "";
}

.sf-radio-checkbox input[type="radio"]:checked + label:before {
  border-color: #022278;
  border-width: 10px;
}

/*============================
	My Account css
=============================*/

#header-admin {
  width: calc(100% - 250px);
  height: 70px;
  background: #f8f9fb;
  border-bottom: none;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1000;
}

#header-admin .container {
  width: 100%;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

#header-admin.active {
  width: calc(100%);
}

#sidebar-admin-wraper {
  width: 250px;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 999;
  background: #fff;
  border-right: 1px solid #e8edf1;
  color: #fff;
  transition: all 0.3s;
  padding-top: 0px;
}

#sidebar-admin-wraper.active {
  margin-left: -250px;
}

#content {
  width: calc(100% - 250px);
  padding-top: 70px;
  min-height: 100vh;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f8f9fb;
}

#content.active {
  width: 100%;
}

@media (max-width: 991px) {
  #header-admin .container {
    width: 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 768px) {
  #sidebar-admin-wraper {
    margin-left: -250px;
    padding-top: 70px;
  }

  #sidebar-admin-wraper.active {
    margin-left: 0;
  }

  #content {
    width: 100%;
  }

  #content.active {
    width: calc(100% - 250px);
  }

  #header-admin {
    width: calc(100%);
  }

  #header-admin.active {
    width: calc(100% - 0px);
  }
}

.header-left {
  float: left;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.header-right {
  float: right;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.header-left,
.header-right {
  height: 70px;
}
.header-widget-wrap {
  margin: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header-widget-wrap > .header-widget {
  display: inline-flex;
  position: relative;
  cursor: pointer;
  -ms-flex-align: center;
  align-items: center;
}
.header-widget-wrap .dropdown-menu {
  width: 350px;
  min-width: 350px;
  top: 60px;
  left: auto;
  right: -15px;
  padding: 0;
}
.header-widget-wrap .dropdown-menu-header {
  padding: 15px 15px;
  font-weight: 600;
  font-size: 14px;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}
.header-widget-wrap .sf-toogle-dropdown {
  border: none;
}
.header-widget-wrap .sf-toogle-dropdown:before {
  content: "";
  position: absolute;
  top: -8px;
  right: 25px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.header-widget-wrap .dropdown-menu ul {
  list-style: none;
}
.header-widget-wrap .dropdown-menu ul > li {
  position: relative;
  clear: both;
  background-color: #f7f7f7;
  margin: 0 10px 10px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.header-widget-wrap .dropdown-menu ul > li.sf-read-msg {
  opacity: 0.5;
}
.header-widget-wrap .dropdown-menu ul > li > a {
  display: block;
  padding: 10px 75px 10px 10px;
  color: #777;
  font-size: 12px;
}
.header-widget-wrap .dropdown-menu ul > li a:after {
  content: "";
  display: table;
  clear: both;
}
.header-widget-wrap .dropdown-menu ul > li > a:hover {
  color: #000;
}
.header-widget-wrap .dropdown-menu ul > li > a .sf-author-pics {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.header-widget-wrap .dropdown-menu ul > li > a .sf-author-pics img {
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.header-widget-wrap .dropdown-menu ul > li > a .sf-author-texting {
  display: block;
  overflow: hidden;
  padding-top: 12px;
}
.header-widget .aon-admin-user + .dropdown-menu {
  width: 150px;
}
.header-widget-wrap .dropdown-menu ul > li > a .sf-booking-label {
  position: absolute;
  top: 21px;
  right: 10px;
  background-color: #666;
  color: #fff;
  display: block;
  padding: 1px 8px;
  border-radius: 10px;
  font-size: 10px;
}
.header-widget-wrap .dropdown-menu ul > li > a .sf-booking-label.bs-pending {
  background-color: #ea7f25;
}

.header-widget-wrap .dropdown-menu ul > li > a .sf-booking-label.bs-complete {
  background-color: #7ab734;
}

.aon-admin-messange {
  position: relative;
  color: #999;
  font-size: 24px;
  width: 70px;
  height: 69px;
  line-height: 70px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.aon-admin-messange:hover {
  background-color: #f0f4f7;
}

.aon-admin-messange span {
  position: absolute;
  top: 15px;
  right: 12px;
  width: 16px;
  height: 16px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 16px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-weight: bold;
  font-family: Arial;
}

.aon-admin-messange span {
  background-color: #00e6e6;
}

.feather-user-pic {
  width: 34px !important;
  height: 34px !important;
  border-radius: 30px;
  overflow: hidden;
}

@media only screen and (max-width: 650px) {
  .aon-admin-messange {
    font-size: 18px;
    width: 50px;
  }

  .feather-user-pic {
    width: 28px !important;
    height: 28px !important;
  }
}

.cus-account-logo {
  width: 120px;
}

#content.active {
  overflow: hidden;
}

#header-admin.active .container,
#content.active .content-admin-main {
  min-width: 480px;
}

@media only screen and (max-width: 480px) {
  #header-admin.active .container {
    min-width: 100%;
  }
}

/* Admin Nav */
.has-child .submenu-toogle {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  z-index: 1;
  cursor: pointer;
  padding: 7px;
  font-size: 16px;
  display: none;
}

.has-child li .submenu-toogle {
  opacity: 0.9;
}

.has-child.nav-active > a + .submenu-toogle.fa-angle-down:before {
  content: "\f106";
}

/*************************** 
SIMPLE INNER SCROLLBAR 
**************************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 5px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: transparent;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_track {
  left: -12px;
}

.scrollbar-inner
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_track {
  top: -12px;
}

.scrollbar-inner
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_size {
  left: -12px;
}

.scrollbar-inner
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_size {
  top: -12px;
}

.has-child .submenu-toogle {
  display: block;
}

.content-admin-main {
  padding: 30px;
}

.content-admin-main h2 {
  font-size: 36px;
}

.intro-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  z-index: 10;
  transition: opacity 0.8s ease-in-out;
}

.single-image {
  grid-column: span 1;
  max-width: 100%;
}

@media only screen and (max-width: 991px) {
  .content-admin-main {
    padding: 15px;
  }
}

.content-admin-main .panel {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
}

.content-admin-main textarea.form-control {
  height: auto;
}
.aon-card {
  border: 1px solid #e6ebf1;
  margin-bottom: 30px;
  border-radius: 10px;
}

.aon-card:last-child {
  margin-bottom: 0px;
}

.aon-card-body {
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}

@media only screen and (max-width: 991px) {
  .content-admin-main {
    padding: 15px !important;
  }

  .aon-card-body {
    padding: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .aon-card-body > h3 {
    font-size: 20px;
  }
}

input::placeholder {
  color: #9e9e9e; /* Change to your preferred color */
  opacity: 1; /* Ensure full visibility */
}
.aon-inputicon-box {
  position: relative;
}
.aon-inputicon-box .form-control {
  padding-left: 55px;
}
.aon-inputicon-box .aon-input-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 50px;
  z-index: 5;
  line-height: 50px;
  text-align: center;
}
.aon-inputicon-box .aon-input-icon:after {
  content: "";
  position: absolute;
  top: 30%;
  right: 0px;
  height: 40%;
  width: 1px;
  background: #ddd;
}

.content-admin-main .aon-inputicon-box .aon-input-icon {
  color: #6c7681;
}

.content-admin-main .form-control {
  background-color: #fff;
  border-color: #e8edf1;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 5px;
}

.content-admin-main .form-control:focus {
  background: #fff;
  box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
  border-color: #022279;
}

.content-admin-main .bootstrap-select .dropdown-toggle {
  background-color: #fff !important;
  border-color: #e8edf1 !important;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 5px;
  padding: 10px 12px;
  height: 50px;
}

.content-admin-main .bootstrap-select .dropdown-toggle:focus {
  background: #fff;
  box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
}

@media only screen and (max-width: 380px) {
  .aon-inputicon-box .form-control {
    padding-left: 40px;
  }

  .aon-inputicon-box .aon-input-icon {
    width: 35px;
  }

  .aon-inputicon-box .aon-input-icon:after {
    right: 2px;
  }
}

.admin-button,
.admin-button-secondry {
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  outline: none;
  cursor: pointer;
  outline: none;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  line-height: 1.42857;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
}

.admin-button {
  background-color: #ad8545;
  color: #fff;
}

.admin-button:active,
.admin-button:hover,
.admin-button:focus,
.active > .admin-button {
  background-color: #ad8545;
  color: #fff;
}

.admin-button-secondry {
  background-color: #022279;
}

.admin-button-secondry:active,
.admin-button-secondry:hover,
.admin-button-secondry:focus,
.active > .admin-button-secondry {
  background-color: #022279;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .admin-area-heading strong {
    display: block;
  }
}

/*Popup tabs*/
.ws-toggle-popup {
  width: 410px;
  top: 60px;
  left: auto;
  right: -15px;
  padding: 0;
  margin-top: 50px;
  position: absolute;
  z-index: 1000;
  float: left;
  opacity: 0;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;

  -webkit-box-shadow: 0 0 15px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 12px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header-widget {
  overflow: hidden;
}

.header-widget.active {
  overflow: visible;
}

.header-widget.active .ws-toggle-popup {
  display: block;
  margin-top: 0px;
  opacity: 1;
  overflow: hidden;
}

.ws-toggle-popup:before {
  content: "";
  position: absolute;
  top: -8px;
  right: 25px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.popup-tabs-wrap-section {
  width: 410px;
  right: 0px;
}
.popup-tabs-head {
  padding: 20px 25px;
  border-bottom: 1px solid #e8edf1;
}

@media only screen and (max-width: 1200px) {
  .ws-toggle-popup {
    width: 300px;
    margin-right: 0px;
  }

  .ws-toggle-popup::before {
    right: 70px;
  }
}

@media only screen and (max-width: 480px) {
  .header-widget-wrap > .header-widget .ws-toggle-popup {
    right: -50px;
  }

  .header-widget-wrap > .header-widget:nth-child(2) .ws-toggle-popup {
    left: -80px;
  }

  .header-widget-wrap
    > .header-widget:nth-child(2)
    .ws-toggle-popup.ws-toggle-popup::before {
    left: 90px;
    right: auto;
  }

  .header-widget-wrap > .header-widget:nth-child(3) .ws-toggle-popup {
    left: auto;
    right: 0px;
    width: 200px;
  }

  .header-widget-wrap
    > .header-widget:nth-child(3)
    .ws-toggle-popup.ws-toggle-popup::before {
    left: 110px;
    right: auto;
  }

  .header-widget-wrap > .header-widget:nth-child(4) .ws-toggle-popup {
    right: -80px;
  }

  .header-widget-wrap
    > .header-widget:nth-child(4)
    .ws-toggle-popup.ws-toggle-popup::before {
    right: 136px;
  }
}

@media only screen and (max-width: 360px) {
  .header-widget-wrap > .header-widget .ws-toggle-popup {
    right: 0px;
    margin-right: -100px;
  }

  .header-widget-wrap > .header-widget:nth-child(3) .ws-toggle-popup {
    width: 280px;
    margin-right: 0px;
  }
}
.user-welcome-area {
  padding: 0px;
  background: #fff;
  width: 220px;
  overflow: hidden;
}
.user-welcome-list {
  list-style: none;
  margin: 0px;
}
.user-welcome-list li {
  padding: 8px 20px;
  border-bottom: 1px solid #f0f2f3;
  font-size: 14px;
}
.action-dropdown .action-button {
  color: #022279;
  outline: none;
  border: none;
  padding: 5px 10px;
  background: none;
  color: #333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.action-dropdown .action-button:after {
  display: none;
}
.action-dropdown .action-button:focus {
  color: #022279;
}
.action-dropdown .dropdown-menu {
  border: none;
  padding: 5px 0px;
  margin-top: 12px;
  left: auto;
  right: 100%;
  margin-right: -50px;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.1);
}
.action-dropdown .dropdown-menu:after {
  content: "";
  position: absolute;
  top: -7px;
  right: 25px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
}
.action-dropdown .dropdown-menu > li > a {
  padding: 5px 15px;
  font-size: 12px;
  color: #99a3aa;
}
.action-dropdown .dropdown-menu > li > a i {
  margin-right: 5px;
  font-size: 16px;
  vertical-align: middle;
  color: #293742;
}
.action-dropdown .dropdown-menu > li > a:hover {
  background: none;
  color: #000;
}
.action-dropdown .dropdown-menu > li > a:hover i {
  color: #000;
}
.action-dropdown.dropdown-left {
  display: inline-block;
}
.action-dropdown.dropdown-left .fa {
  vertical-align: middle;
}
.action-dropdown.dropdown-left .dropdown-menu {
  top: 5px !important;
  margin: 0 10px 0 0;
  right: 25px !important;
  left: auto !important;
  transform: none !important;
}
.action-dropdown .dropdown-menu:after {
  top: 10px;
  right: -14px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
}
/*table section*/
.action-dropdown.dropdown-top .dropdown-menu {
  top: 100%;
  margin: 10px 0px 0 0;
  right: 0;
  min-width: 200px;
}
.action-dropdown.dropdown-top .dropdown-menu::after {
  top: -14px;
  right: 14px;
  border-bottom: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  left: auto;
}
/*=== >text ===*/
.text-white {
  color: #fff;
}
.text-black {
  color: #000;
}
.text-gray-dark {
  color: #d3d3d3;
}
.radio-inline-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.radio-inline-box .sf-radio-checkbox {
  margin-right: 20px;
  margin-bottom: 10px;
}
.radio-inline-box .sf-radio-checkbox label {
  font-size: 16px;
}
.header-toltip {
  position: absolute;
  top: 80% !important;
  left: 50%;
  white-space: nowrap;
  background: #022279 !important;
  display: table;
  padding: 5px 10px !important;
  font-size: 11px !important;
  color: #fff !important;
  border-radius: 3px !important;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "arial";
  font-weight: 600 !important;
  line-height: 16px !important;
}
.has-toltip:hover {
  overflow: visible !important;
  position: relative;
}
.has-toltip:hover .header-toltip {
  opacity: 1 !important;
  visibility: visible !important;
  top: 120% !important;
}
.sf-radio-check-2 {
  padding: 15px 0px;
  margin: 0px;
}
.sf-radio-check-2 label {
  margin: 0px;
}
.sf-radio-check-row {
  margin-left: -15px;
  margin-right: -15px;
}
.sf-raChe-6 {
  width: calc(50% - 30px);
  margin: 0px 15px 0px !important;
}
.grayscle-area {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
.dropzone {
  min-height: 150px;
  border: 2px dashed rgb(2, 34, 121);
  background: white;
  padding: 20px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.dropzone span {
  background-color: #ad8545;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
  display: table;
  margin: auto;
}
.table-striped > tbody > tr:nth-of-type(2n + 1) {
  --bs-table-accent-bg: #f6f8fa;
}
.page-item.active .page-link {
  background: #022279;
  border-color: #022279;
}
.page-link {
  color: #022279;
}
.page-link:hover {
  background-color: #022279;
  border-color: #022279;
  color: #fff;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin-top: 10px !important;
}
div.dataTables_wrapper div.dataTables_length select {
  min-width: 100px;
}
.action {
  width: 330px;
  display: none !important;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.action .dx-selectbox {
  width: 90px;
}
.aon-pro-avtar-pic {
  padding: 30px;
  border-radius: 10px;
  background: #f8f9fb;
  border: 1px solid #ddd;
  position: relative;
}
.aon-proAvtar-media {
  border-radius: 10px;
  overflow: hidden;
}
.aon-proAvtar-btn {
  display: table;
  margin: 0px -35px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  border-radius: 5px;
  padding: 10px 17px;
  width: 70px;
}
.aon-proAvtar-btn:hover {
  position: absolute;
}
.aon-inputicon-box .bootstrap-select .dropdown-toggle {
  padding-left: 40px;
}
.aon-divider-line {
  height: 1px;
  background: #ddd;
}
.form-control.t-area-height {
  height: 50px !important;
}
.sf-sm-btn-link {
  background: none;
  padding: 0px;
  border: none;
  color: #022279;
}
.aon-inputicon-box .form-select {
  padding-left: 55px;
}
.form-select {
  height: 35px;
  border-color: #e8edf1;
}
.form-select:focus {
  border-color: #1295a8;
  outline: 0;
  box-shadow: none;
  box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
}
.form-group {
  margin-bottom: 25px;
}
label {
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.btn-primary {
  background: #ad8545;
  border-color: #e17b04;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus {
  background-color: #e17b04;
  border-color: #e17b04;
}
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  outline: 0;
  box-shadow: none;
}
.btn-primary:focus {
  box-shadow: none;
}
table .sf-radio-checkbox input[type="checkbox"] + label,
table .sf-radio-checkbox input[type="radio"] + label {
  margin: 0px;
}
.dataTables_wrapper .row:last-child {
  border-top: 1px solid #c4cada !important;
  padding-top: 20px;
}
.active-team .cs-message-panel {
  right: 0%;
}
.active-edit-pro .cs-editpro-area {
  right: 0%;
}
.active-new-chart .cs-newchart-area {
  right: 0%;
}
.active-books-appointment .cs-books-appointment-area {
  right: 0%;
}
.active-edit-appointments .cs-edit-appointments-area {
  right: 0%;
}
body[class*="active-"] .cs-message-panel {
  box-shadow: 0 0px 150px 0px rgba(0, 0, 0, 0.3);
}
.aon-custom-nav {
  position: relative;
}
.aon-custom-nav:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #ddd;
}
.aon-custom-nav > .nav-item > .nav-link {
  color: #777;
  border-radius: 0;
  cursor: pointer;
}
.aon-custom-nav > .nav-item > .nav-link.active {
  color: #222;
  background: none;
  position: relative;
}
.aon-custom-nav > .nav-item > .nav-link.active:after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #1295a8;
  opacity: 1;
  position: absolute;
  content: "";
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .aon-custom-nav > .nav-item > .nav-link > h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .aon-custom-nav {
    display: block;
  }
  .aon-custom-nav > .nav-item > .nav-link {
    padding-left: 0px;
  }
}
/*--------------------------------------------
  team membar section
---------------------------------------------*/
.create-user-infos {
  display: none;
  padding: 30px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  border-radius: 10px;
  color: #999;
  background-color: #fff;
}
.create-user-notess {
  display: none;
  padding: 30px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  border-radius: 10px;
  color: #999;
  background-color: #fff;
}
.active-time-slide .cs-timeSlide-area {
  right: 0px;
}
.input_Timing-box {
  border: 1px solid #ddd;
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
  position: relative;
}
.input-timing-close {
  position: absolute;
  top: 25px;
  right: 20px;
  background: none;
  border: none;
  font-size: 18px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #f8374a;
  color: #fff;
  padding: 0;
  border-radius: 3px;
}
.input-timing-close:hover {
  color: #fff;
}
.aon-feedback-list {
  position: relative;
  list-style: none;
  margin: 0px 0px 0px 150px;
}
.aon-feedback-list:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -30px;
  height: 100%;
  width: 3px;
  background: #ddd;
  border-radius: 5px;
}
.aon-feedback-date {
  color: #fff;
  position: absolute;
  display: block;
  left: -150px;
  top: 0px;
  background: #ad8545;
  padding: 15px;
  border-radius: 5px;
}
.aon-feedback-list > li {
  position: relative;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #e6ebf1;
  border-radius: 10px;
  margin-bottom: 30px;
}
.aon-feedback-list > li:before {
  content: "";
  position: absolute;
  top: 25px;
  left: -38px;
  height: 16px;
  width: 16px;
  background: #fff;
  border-radius: 20px;
  border: 5px solid #063285;
}
.aon-feedback-head {
  padding-bottom: 15px;
}
.aon-feedback-head + .create-newChart-body {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.aon-feedback-date {
  color: #fff;
  position: absolute;
  display: block;
  left: -150px;
  top: 0px;
  background: #ad8545;
  padding: 15px;
  border-radius: 5px;
}
.aon-feedback-title {
  margin-bottom: 15px;
}
.aon-feedback-date:after {
  content: "";
  position: absolute;
  top: 27px;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #ad8545;
}
.create-feedback-body {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 13px;
}
.aon-feedback-date span {
  display: block;
  font-family: arial;
  line-height: 1;
}
.aon-feedback-date .aon-day {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}
.aon-feedback-date .aon-month {
  font-size: 14px;
  margin-bottom: 5px;
}
.aon-feedback-date .aon-year {
  font-size: 14px;
}
.aon-publish-label {
  display: inline-block;
  margin-right: 20px;
  color: #ad8545;
  font-size: 14px;
  border-radius: 5px;
  line-height: 1.2;
}
/*23 December */
.calen-list-nav {
  margin-bottom: 40px;
  text-align: center;
}
.calen-list-nav .nav-item {
  width: 33.333%;
}
.calen-list-nav .nav-item > .nav-link {
  padding: 15px 15px;
}

/*Appointment*/
.sf-appoi-row {
  margin-left: 0px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px;
}
.aon-date-box {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #ad8545;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
}
.aon-date-box strong,
.aon-date-box span {
  display: block;
  text-align: center;
  line-height: 1;
}
.aon-date-box strong {
  font-size: 30px;
  margin-bottom: 5px;
}
.aon-date-box span {
  font-size: 12px;
}
@media only screen and (max-width: 991px) {
  .sf-appoi-row > .d-flex {
    display: block !important;
  }
  .sf-appoi-first {
    margin-bottom: 10px;
  }
  .sf-appoi-second {
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 15px;
  }
  .sf-appoi-third {
    position: absolute;
    right: 15px;
    top: 15px;
  }
}
.sf-appoi-first {
  position: relative;
  padding-left: 65px;
}
.sf-appoi-first h4 {
  margin: 0px;
}
.sf-appoi-first img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  float: left;
  margin-right: 15px;
}
.sf-appoi-first p {
  margin-bottom: 0px;
}

@media only screen and (max-width: 480px) {
  .sf-appoi-first {
    padding-left: 0px;
    display: block !important;
    text-align: center;
  }
  .aon-date-box {
    position: inherit;
  }
  .sf-appoi-first img {
    float: none;
    margin-bottom: 10px;
  }
  .sf-appoi-info {
    margin-bottom: 10px;
  }
  .sf-appoi-second {
    margin-bottom: 10px;
    display: block;
    margin-right: 0px;
    text-align: center;
  }
}
.active-feedback-slide .cs-feedback-area {
  right: 0px;
}
/*Patient Booking*/
.aon-search2-bar-wrap {
  background: #000000;
}
.aon-search2-left {
  width: 80%;
  display: table;
}
.aon-search2-col {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 5px;
}
.aon-search-btn .site-button {
  width: 100%;
}
.aon-search2-right {
  width: auto;
}
.aon-search2-btn {
  padding: 12px 25px;
}
.aon-search2-right.a-s-auto {
  width: auto;
}
.aon-search2-table {
  display: table;
  width: 100%;
}
.aon-search-advance-btn {
  background: none;
  border: none;
  color: #fff;
  float: right;
}
.aon-search-advance-btn i {
  font-size: 28px;
  margin-right: 10px;
}
.aon-search-advance-btn strong {
  display: block;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.aon-search-advance-btn span {
  display: block;
  font-size: 16px;
  line-height: 1;
}
.aon-search-advance-btn span:last-child {
  letter-spacing: 1px;
  letter-spacing: 4.5px;
}
@media only screen and (max-width: 991px) {
  .aon-search2-left {
    width: 100%;
  }
  .aon-search2-table {
    width: 100%;
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .aon-search2-col.aon-search-col,
  .aon-search2-col.aon-category-col {
    display: block;
    width: 50%;
    margin-bottom: 15px;
  }
  .aon-search2-col.aon-search-btn {
    width: 100%;
  }
  .aon-search2-right.a-s-auto {
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .aon-search2-left,
  .aon-search2-right {
    width: 100%;
  }
  .aon-search2-left {
    margin-bottom: 15px;
  }
  .aon-search2-right.a-s-auto {
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .aon-search2-col.aon-search-col,
  .aon-search2-col.aon-category-col {
    width: 100%;
  }
}
.aon-footer-bottom-area {
  text-align: center;
}
/*Grid View*/
.sf-medi-rate span {
  display: inline-block;
  padding-right: 2px;
  color: #ad8545;
  font-size: 16px;
}
.sf-medi-rate span.sf-rating-lable {
  color: #00a900;
  font-size: 16px;
}
/*Site Pagination*/
.s-p-center {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.site-pagination {
  clear: both;
}
.site-pagination .pagination > li > a,
.site-pagination .pagination > li > span {
  margin: 0px 3px;
  border: none;
  text-align: center;
  font-weight: 500;
  border: 1px solid;
  border-image: linear-gradient(
      130deg,
      #c3942f 0%,
      #d89c27 18%,
      #dfc86f 37%,
      #e7dc96 50%,
      #dfc86f 64%,
      #d89c27 82%,
      #c99c30 100%
    )
    1 !important;
  color: #fff;
}
.site-pagination .pagination > li > a:focus .fa {
  color: #fff;
}
.site-pagination .pagination > li > a .fa {
  font-size: 12px;
}
.site-pagination .pagination > li > a {
  color: #022278;
}
.site-pagination .page-item.active .page-link {
  color: black;
  background: linear-gradient(
    130deg,
    #c3942f 0%,
    #d89c27 18%,
    #dfc86f 37%,
    #e7dc96 50%,
    #dfc86f 64%,
    #d89c27 82%,
    #c99c30 100%
  ) !important;
}
.site-pagination ul li {
  margin: 0px 6px;
}
.site-pagination .pagination > li > a,
.site-pagination .pagination > li > span {
  border: none;
  padding: 5px 2px;
  min-width: 36px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.site-pagination .pagination > li.disabled a {
  color: #6c757d;
  background-color: transparent !important;
  border: 1px solid #6c757d;
}
.site-pagination .pagination > li > a:hover,
.site-pagination .pagination > li > span:hover {
  color: #000;
  background: linear-gradient(
    130deg,
    #c3942f 0%,
    #d89c27 18%,
    #dfc86f 37%,
    #e7dc96 50%,
    #dfc86f 64%,
    #d89c27 82%,
    #c99c30 100%
  ) !important;
  border-color: #d8a97c;
}
.site-footer.footer-light {
  background-color: #000;
}
.aon-footer-bottom-area {
  background: linear-gradient(#000, #000) padding-box,
    repeating-linear-gradient(
        90deg,
        #c3942f,
        #d89c27 4px,
        transparent 3px,
        transparent 7px
      )
      border-box;
  border-top: 2px dashed transparent;
  color: #6b6b6b;
  padding-top: 30px;
}
.aon-socila-icon {
  list-style: none;
  margin: 20px 0px 0px;
}
.aon-socila-icon li {
  margin-right: 15px;
}
.aon-socila-icon li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff !important;
  display: block;
  font-size: 18px !important;
}
.aon-f-title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  position: relative;
  font-family: "Mulish serif";
  font-weight: 700;
}
.aon-docLocation-wrap {
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
  padding-bottom: 30px;
}
.aon-docPexpi-wrap {
  margin-bottom: 50px;
}
.aon-doctor-tabs {
  margin-bottom: 30px !important;
}
.aon-doctorTotal-rating {
  border: 2px solid #1b605b;
  padding: 20px;
  border-radius: 10px;
  white-space: nowrap;
}
.aon-doctorReview-wrap {
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
  padding-bottom: 30px;
}
.aon-docRating-title {
  font-size: 15px;
  text-align: center;
}
.aon-docRating-num {
  font-size: 48px;
  line-height: 1;
}
.aon-doctorReview-left {
  position: relative;
  text-align: center;
  min-width: 140px;
}
.aon-doctorReview-right {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  flex-grow: 1;
  padding-left: 40px;
  position: relative;
}
@media only screen and (max-width: 460px) {
  .aon-doctorReview-wrap {
    display: block !important;
  }
  .aon-doctorReview-left {
    margin-bottom: 20px;
  }
  .aon-doctorReview-right {
    padding-left: 0px;
  }
}
.aon-docReview-list {
  list-style: none;
  margin: 0px;
}
.aon-docReview-list li {
  margin-bottom: 20px;
}
.aon-docReview-list p {
  margin-bottom: 10px;
}
.aon-docReview-list .aon-docReview-more {
  color: #ad8545;
}
.aon-docReview-list .aon-docReview-meta {
  color: #222;
}
.aon-insuranc-list {
  display: -ms-flexbox;
  display: flex;
}
.aon-insuranc-list .feather-check {
  font-size: 18px;
  color: #4ecd69;
  padding-top: 5px;
  padding-right: 5px;
}
@media only screen and (max-width: 640px) {
  .aon-custom-nav.sf-doc-timeing-card-nav {
    display: flex;
  }
}
@media only screen and (max-width: 420px) {
  .aon-custom-nav.sf-doc-timeing-card-nav {
    display: block;
  }
}
.site-button.red {
  background-color: #ef1b1a;
}
/*exp-tabs*/
.sf-doc-exp-list-detail {
  list-style: none;
  margin-bottom: 0px;
}
.sf-doc-exp-list-detail li {
  padding-bottom: 15px;
  border-bottom: 1px solid #dedfe1;
  margin-bottom: 15px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .sf-doc-exp-list-detail li {
    display: block;
  }
}
.sf-doc-exp-list-detail li:last-child {
  border-bottom: 0px;
  margin: 0px;
  padding: 0px;
}
.sf-doc-exp-list-detail li .list-title {
  color: #2a2a2a;
  margin-right: 10px;
  font-weight: 600;
}
/*Patient Exp*/
.sf-patient-exp-list ul {
  list-style: none;
  margin-bottom: 0px;
}
.sf-patient-exp-list ul li {
  margin-bottom: 30px;
}
.sf-patient-exp-list ul li:last-child {
  margin-bottom: 0px;
}
.sf-patient-exp-body {
  padding: 0px;
  margin-left: 100px;
  border: 0px;
  position: relative;
}
.sf-patient-exp-body .sf-medi-rate .sf-rating-lable {
  color: #7b7b7b;
}
.sf-patient-exp-body img {
  position: absolute;
  left: -100px;
  top: 0px;
  width: 82px;
  height: 82px;
  border-radius: 50%;
}
.sf-patient-exp-head {
  display: flex;
  justify-content: space-between;
}
.sf-patient-exp-head .sf-pat-left {
  display: flex;
  justify-content: space-between;
}
.sf-patient-exp-head .sf-pat-left .sf-patient-exp-name {
  padding-right: 20px;
}
.sf-patient-exp-name {
  font-size: 18px;
  color: #2a2a2a;
}
@media only screen and (max-width: 575px) {
  .sf-patient-exp-head .sf-pat-left {
    display: block;
  }
  .sf-patient-exp-head {
    display: block;
  }
}
@media only screen and (max-width: 420px) {
  .sf-patient-exp-body {
    margin-left: 0px;
  }
  .sf-patient-exp-body img {
    position: inherit;
    left: auto;
  }
}
@media only screen and (max-width: 991px) {
  .sf-doc-location-map {
    margin-bottom: 30px;
  }
}
.aon-photo-gallery {
  background-image: url("../a9.png");
  height: 250px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
}
.aon-photo-num {
  width: 100%;
  font-size: 40px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.aon-photo-num:hover {
  color: #fff;
}
/*Home page One CSS*/
.aon-banner-wrap {
  background-color: #2c6c5e;
  padding-top: 100px;
}
.aon-search-advance-btn {
  background: none;
  border: none;
  color: #fff;
  float: right;
}
.aon-search-advance-btn i {
  font-size: 28px;
  margin-right: 10px;
}
.aon-search-advance-btn strong {
  display: block;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.aon-search-advance-btn span {
  display: block;
  font-size: 16px;
  line-height: 1;
}
.aon-search-advance-btn span:last-child {
  letter-spacing: 1px;
  letter-spacing: 4.5px;
}
.accordion-button:after {
  background-image: none;
  content: "\f067";
  font-family: "FontAwesome";
  line-height: 20px;
}
.accordion-button:not(.collapsed):after {
  background-image: none;
  content: "\f068";
  transform: none;
}
/*Home page Two CSS*/
.aon-banner2-wrap {
  background-color: #000000;
  background-image: url("#");
  padding-top: 100px;
}
.aon-med-testimonial2-area {
  padding: 90px 0px;
  border-top: 1px solid #ddd;
}
@media only screen and (max-width: 991px) {
  .aon-med-testimonial2-area {
    padding: 30px 0px;
  }
}
.aon-med-testimonial.aon-owl-arrow.left .owl-nav {
  padding-left: 50px;
}
@media only screen and (max-width: 480px) {
  .aon-med-testimonial.aon-owl-arrow.left .owl-nav {
    padding-left: 0px;
  }
}
/*provider mid Section*/
.active-plan .aon-price1-label {
  background: #fff;
  color: #ad8545;
}
.active-plan .aon-price1-num {
  color: #0c5e5c;
}
.active-plan .aon-price1-list li {
  color: #0c5e5c;
}
.active-plan .aon-price1-list li i {
  color: #0c5e5c;
}
.active-plan .aon-price1-time {
  color: #0c5e5c;
}
/*Booked Test*/
.site-button.round {
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding: 0px;
  border-radius: 50%;
  font-size: 24px;
  text-align: center;
}
.site-button.round i {
  padding-right: 0px;
}
.aon-page-jobs-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
/*Recent post widgets*/
.aon-recentpost-carousel .post-info {
  padding-bottom: 35px;
  border-bottom: 1px solid #ddd;
}
.aon-recentpost-carousel .aon-blog-style-1 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .aon-recentpost-carousel .aon-blog-style-1 .post-info {
    padding-bottom: 30px;
  }
}
/*BLog Detail*/
blockquote {
  margin: 30px 0px;
}
/*========================
Comment Form 
==========================*/
.aon-login-wrap {
  min-height: 100vh;
}
.aon-login-left {
  background: #ddd;
  background-image: url("../images/banner2/bg5.png");
  background-size: cover;
  background-position: right center;
  width: calc(100% - 600px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.aon-login-heading {
  max-width: 1050px;
  margin: 0px 30px;
  display: flex;
  flex-wrap: wrap;
  border: 10px solid #ad8545;
  align-items: center;
}
.aon-login-heading .aon-login-text,
.aon-login-heading .aon-login-pic {
  width: 50%;
  display: flex;
}
.aon-login-heading .aon-login-pic img {
  margin-top: -100px;
}
.aon-login-heading .aon-login-text {
  padding: 30px;
  font-size: 58px;
  line-height: 1.5;
  font-weight: 800;
  color: #fff;
  display: flex;
  align-items: center;
}
.aon-login-heading .aon-login-pic {
  display: flex;
  align-items: flex-end;
}
.login-sign-logo {
  display: table;
  margin: 0px auto;
}
.login-sign-head {
  text-align: center;
}
.login-sign-head strong {
  font-size: 50px;
  line-height: 60px;
  display: block;
  color: #fff;
}
.login-sign-head span {
  font-size: 18px;
  display: block;
  color: #777;
  letter-spacing: 2px;
}
.aon-login-right {
  width: 600px;
  background: #000;
}
.aon-login-form {
  width: 100%;
  padding: 30px;
}
@media only screen and (max-width: 1550px) {
  .aon-login-heading .aon-login-text {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1440px) {
  .aon-login-left {
    width: calc(100% - 500px);
  }
  .aon-login-right {
    width: 500px;
  }
}
@media only screen and (max-width: 1366px) {
  .aon-login-heading .aon-login-text {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .aon-login-heading .aon-login-text {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .aon-login-left {
    background-position: 75%;
  }
}
@media only screen and (max-width: 1100px) {
  .aon-login-heading .aon-login-text {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .aon-login-heading .aon-login-pic img {
    margin-top: 0;
  }
  .aon-login-heading {
    max-width: 90%;
    margin: 5%;
  }
  .aon-login-wrap {
    display: block !important;
  }
  .aon-login-heading .aon-login-text {
    font-size: 50px;
  }
  .aon-login-left {
    background-position: bottom right;
    width: 100%;
    margin-bottom: 30px;
  }
  .aon-login-right {
    width: 100%;
  }
  .login-sign-head strong {
    font-size: 30px;
  }
}
@media only screen and (max-width: 850px) {
  .aon-login-heading .aon-login-text {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .login-sign-head strong {
    font-size: 26px;
  }
  .aon-login-heading .aon-login-text {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .aon-login-heading .aon-login-text,
  .aon-login-heading .aon-login-pic {
    width: 100%;
  }
  .aon-login-heading .aon-login-text {
    font-size: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .aon-login-area .aon-custom-nav {
    display: flex;
  }
}
/* My Account Responsive */
.aon-admin-heading {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.aon-admin-heading h3 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: left !important;
  }
  div.table-responsive
    > div.dataTables_wrapper
    > div.row
    > div[class^="col-"]:last-child {
    padding-right: 0;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 460px) {
  .aon-feedback-list {
    margin-left: 30px;
  }
  .aon-feedback-date {
    position: relative;
    left: 0;
    margin-bottom: 30px;
    display: inline-block;
  }
  .aon-feedback-date::after {
    left: auto;
    right: 100%;
    top: 41px;
    border-width: 7px 12px 7px 0px;
    border-color: transparent #ad8545 transparent transparent;
  }
  .aon-admin-heading h3 {
    font-size: 20px;
  }
  .aon-feedback-list > li::before {
    top: 70px;
  }
}
.wt-product-gallery .product-view {
  position: absolute;
  top: 10px;
  right: 10px;
}
.wt-product-gallery .product-view .product-view-btn {
  background-color: #fff;
  color: #000;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  display: block;
  text-align: center;
}
#sync1 {
  border: 1px solid #ddd;
  margin-bottom: 13px;
}
#sync2 .item {
  border: 1px solid #ddd;
}
/* This CSS file is unnecessary if you are not using vertical buttons functionality */
.bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 11;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
  position: absolute;
  right: 0;
  height: 50%;
  padding: 0;
  width: 2em;
  text-align: center;
  line-height: 1;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0 4px 0 0;
  top: 0;
  background: #fff;
  border-color: #ddd;
  color: #777;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0 4px 0 0;
  bottom: 0;
  background: #fff;
  border-color: #ddd;
  color: #777;
}
.aon-admin-footer {
  position: fixed;
  z-index: 9;
  background: #fff;
  border-top: 1px solid #ddd;
  bottom: 0px;
  right: 0px;
  width: calc(100% - 250px);
  padding: 10px 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.active .aon-admin-footer {
  width: calc(100% - 0px);
}
.aon-admin-footer .alert-success {
  padding: 3px 15px;
  margin: 0px;
  font-size: 14px;
  border-color: #329366;
  background: none;
  color: #329366;
}
@media only screen and (max-width: 768px) {
  .aon-admin-footer {
    width: calc(100% - 0px);
  }
  .active .aon-admin-footer {
    width: calc(100% - 250px);
  }
  .cus-account-wrap .aon-admin-footer {
    border: 1px solid #e6ebf1;
    border-radius: 10px;
    padding: 15px 15px;
    text-align: center;
    position: static;
    display: block !important;
  }
  .aon-admin-footer-left {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .aon-admin-footer {
    border: 1px solid #e6ebf1;
    border-radius: 10px;
    padding: 15px 15px;
    text-align: center;
    position: static;
    display: block !important;
  }
}
@media only screen and (max-width: 575px) {
  .aon-admin-footer .alert-success {
    margin-right: 10px;
  }
  .aon-admin-footer .aon-admin-footer-right .admin-button {
    margin-bottom: 3px;
  }
}
.table > tbody > tr {
  background: #f3f5f6 !important;
}
.table > tbody > tr:after {
  content: "";
  height: 10px;
  display: table;
  width: 100%;
}
div.dataTables_wrapper div.dataTables_length select {
  background: #f3f5f6;
  min-width: 250px;
}
div.dataTables_wrapper div.dataTables_filter input {
  background: #f3f5f6;
  min-width: 250px;
}
.btn-pending {
  padding: 3px 10px;
  border: 1px solid #ad8545;
  color: #ad8545;
  border-radius: 5px;
}
.availibility-edit {
  position: absolute;
  top: 8px;
  right: 4px;
  display: table;
  width: 180px;
  height: 32px;
}
.availibility-edit > div {
  display: table-cell;
  padding: 0px 4px;
  vertical-align: middle;
}
.active-zone .btn-time-zone {
  border: 1px solid #ad8545;
  color: #ad8545;
}
.aon-availibility-edit {
  color: #000;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #777;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 5px;
}
.aon-avai-edit-btn {
  color: #ad8545;
  cursor: pointer;
}
.active-availibility-slide .cs-message-panel {
  right: 0px;
}
.aon-login-sign-tabs {
  margin: 0px 30px;
}
.aon-login-sign-tabs li {
  width: 50% !important;
}
.header-style-2 .aon-btn-signup {
  color: #ad8545;
}
@media only screen and (max-width: 767px) {
  .header-style-2 .aon-btn-signup {
    color: #fff;
  }
}
/*loading - 1*/
.loading-area {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  overflow: hidden;
}
.loading-box {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 9999;
}
.loading-pic {
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 99999;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    transform: rotate(180deg);
    animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
  }
  30% {
    opacity: 1;
    transform: rotate(410deg);
    animation-timing-function: ease-in-out;
  }
  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
  }
  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
  }
  75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
  }
  76% {
    opacity: 0;
    transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    transform: rotate(900deg);
  }
}
/*Site Loader CSS*/
.cssload-wrap {
  text-align: center;
  line-height: 225px;
}
.cssload-container {
  display: inline-block;
}
.cssload-dots {
  display: inline-block;
  position: relative;
}
.cssload-dots:not(:last-child) {
  margin-right: 10px;
}
.cssload-dots:before,
.cssload-dots:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
}
.cssload-dots:nth-child(1):before {
  transform: translateY(-200%);
  -o-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  animation: cssload-animBefore 1.15s linear infinite;
  -o-animation: cssload-animBefore 1.15s linear infinite;
  -ms-animation: cssload-animBefore 1.15s linear infinite;
  -webkit-animation: cssload-animBefore 1.15s linear infinite;
  -moz-animation: cssload-animBefore 1.15s linear infinite;
  animation-delay: -1.04s;
  -o-animation-delay: -1.04s;
  -ms-animation-delay: -1.04s;
  -webkit-animation-delay: -1.04s;
  -moz-animation-delay: -1.04s;
  background-color: rgb(255, 136, 0);
}
.cssload-dots:nth-child(1):after {
  transform: translateY(200%);
  -o-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  animation: cssload-animAfter 1.15s linear infinite;
  -o-animation: cssload-animAfter 1.15s linear infinite;
  -ms-animation: cssload-animAfter 1.15s linear infinite;
  -webkit-animation: cssload-animAfter 1.15s linear infinite;
  -moz-animation: cssload-animAfter 1.15s linear infinite;
  animation-delay: -1.04s;
  -o-animation-delay: -1.04s;
  -ms-animation-delay: -1.04s;
  -webkit-animation-delay: -1.04s;
  -moz-animation-delay: -1.04s;
  background-color: rgb(44, 108, 94);
}
.cssload-dots:nth-child(2):before {
  transform: translateY(-200%);
  -o-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  animation: cssload-animBefore 1.15s linear infinite;
  -o-animation: cssload-animBefore 1.15s linear infinite;
  -ms-animation: cssload-animBefore 1.15s linear infinite;
  -webkit-animation: cssload-animBefore 1.15s linear infinite;
  -moz-animation: cssload-animBefore 1.15s linear infinite;
  animation-delay: -2.07s;
  -o-animation-delay: -2.07s;
  -ms-animation-delay: -2.07s;
  -webkit-animation-delay: -2.07s;
  -moz-animation-delay: -2.07s;
  background-color: rgb(255, 136, 0);
}
.cssload-dots:nth-child(2):after {
  transform: translateY(200%);
  -o-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  animation: cssload-animAfter 1.15s linear infinite;
  -o-animation: cssload-animAfter 1.15s linear infinite;
  -ms-animation: cssload-animAfter 1.15s linear infinite;
  -webkit-animation: cssload-animAfter 1.15s linear infinite;
  -moz-animation: cssload-animAfter 1.15s linear infinite;
  animation-delay: -2.07s;
  -o-animation-delay: -2.07s;
  -ms-animation-delay: -2.07s;
  -webkit-animation-delay: -2.07s;
  -moz-animation-delay: -2.07s;
  background-color: rgb(44, 108, 94);
}
.cssload-dots:nth-child(3):before {
  transform: translateY(-200%);
  -o-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  animation: cssload-animBefore 1.15s linear infinite;
  -o-animation: cssload-animBefore 1.15s linear infinite;
  -ms-animation: cssload-animBefore 1.15s linear infinite;
  -webkit-animation: cssload-animBefore 1.15s linear infinite;
  -moz-animation: cssload-animBefore 1.15s linear infinite;
  animation-delay: -3.11s;
  -o-animation-delay: -3.11s;
  -ms-animation-delay: -3.11s;
  -webkit-animation-delay: -3.11s;
  -moz-animation-delay: -3.11s;
  background-color: rgb(255, 136, 0);
}
.cssload-dots:nth-child(3):after {
  transform: translateY(200%);
  -o-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  animation: cssload-animAfter 1.15s linear infinite;
  -o-animation: cssload-animAfter 1.15s linear infinite;
  -ms-animation: cssload-animAfter 1.15s linear infinite;
  -webkit-animation: cssload-animAfter 1.15s linear infinite;
  -moz-animation: cssload-animAfter 1.15s linear infinite;
  animation-delay: -3.11s;
  -o-animation-delay: -3.11s;
  -ms-animation-delay: -3.11s;
  -webkit-animation-delay: -3.11s;
  -moz-animation-delay: -3.11s;
  background-color: rgb(44, 108, 94);
}
.cssload-dots:nth-child(4):before {
  transform: translateY(-200%);
  -o-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  animation: cssload-animBefore 1.15s linear infinite;
  -o-animation: cssload-animBefore 1.15s linear infinite;
  -ms-animation: cssload-animBefore 1.15s linear infinite;
  -webkit-animation: cssload-animBefore 1.15s linear infinite;
  -moz-animation: cssload-animBefore 1.15s linear infinite;
  animation-delay: -4.14s;
  -o-animation-delay: -4.14s;
  -ms-animation-delay: -4.14s;
  -webkit-animation-delay: -4.14s;
  -moz-animation-delay: -4.14s;
  background-color: rgb(255, 136, 0);
}
.cssload-dots:nth-child(4):after {
  transform: translateY(200%);
  -o-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  animation: cssload-animAfter 1.15s linear infinite;
  -o-animation: cssload-animAfter 1.15s linear infinite;
  -ms-animation: cssload-animAfter 1.15s linear infinite;
  -webkit-animation: cssload-animAfter 1.15s linear infinite;
  -moz-animation: cssload-animAfter 1.15s linear infinite;
  animation-delay: -4.14s;
  -o-animation-delay: -4.14s;
  -ms-animation-delay: -4.14s;
  -webkit-animation-delay: -4.14s;
  -moz-animation-delay: -4.14s;
  background-color: rgb(44, 108, 94);
}
.cssload-dots:nth-child(5):before {
  transform: translateY(-200%);
  -o-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  animation: cssload-animBefore 1.15s linear infinite;
  -o-animation: cssload-animBefore 1.15s linear infinite;
  -ms-animation: cssload-animBefore 1.15s linear infinite;
  -webkit-animation: cssload-animBefore 1.15s linear infinite;
  -moz-animation: cssload-animBefore 1.15s linear infinite;
  animation-delay: -5.18s;
  -o-animation-delay: -5.18s;
  -ms-animation-delay: -5.18s;
  -webkit-animation-delay: -5.18s;
  -moz-animation-delay: -5.18s;
  background-color: rgb(255, 136, 0);
}
.cssload-dots:nth-child(5):after {
  transform: translateY(200%);
  -o-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  animation: cssload-animAfter 1.15s linear infinite;
  -o-animation: cssload-animAfter 1.15s linear infinite;
  -ms-animation: cssload-animAfter 1.15s linear infinite;
  -webkit-animation: cssload-animAfter 1.15s linear infinite;
  -moz-animation: cssload-animAfter 1.15s linear infinite;
  animation-delay: -5.18s;
  -o-animation-delay: -5.18s;
  -ms-animation-delay: -5.18s;
  -webkit-animation-delay: -5.18s;
  -moz-animation-delay: -5.18s;
  background-color: rgb(44, 108, 94);
}
.cssload-dots:nth-child(6):before {
  transform: translateY(-200%);
  -o-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  animation: cssload-animBefore 1.15s linear infinite;
  -o-animation: cssload-animBefore 1.15s linear infinite;
  -ms-animation: cssload-animBefore 1.15s linear infinite;
  -webkit-animation: cssload-animBefore 1.15s linear infinite;
  -moz-animation: cssload-animBefore 1.15s linear infinite;
  animation-delay: -6.21s;
  -o-animation-delay: -6.21s;
  -ms-animation-delay: -6.21s;
  -webkit-animation-delay: -6.21s;
  -moz-animation-delay: -6.21s;
  background-color: rgb(255, 136, 0);
}
.cssload-dots:nth-child(6):after {
  transform: translateY(200%);
  -o-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  animation: cssload-animAfter 1.15s linear infinite;
  -o-animation: cssload-animAfter 1.15s linear infinite;
  -ms-animation: cssload-animAfter 1.15s linear infinite;
  -webkit-animation: cssload-animAfter 1.15s linear infinite;
  -moz-animation: cssload-animAfter 1.15s linear infinite;
  animation-delay: -6.21s;
  -o-animation-delay: -6.21s;
  -ms-animation-delay: -6.21s;
  -webkit-animation-delay: -6.21s;
  -moz-animation-delay: -6.21s;
  background-color: rgb(44, 108, 94);
}
.cssload-dots:nth-child(7):before {
  transform: translateY(-200%);
  -o-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  animation: cssload-animBefore 1.15s linear infinite;
  -o-animation: cssload-animBefore 1.15s linear infinite;
  -ms-animation: cssload-animBefore 1.15s linear infinite;
  -webkit-animation: cssload-animBefore 1.15s linear infinite;
  -moz-animation: cssload-animBefore 1.15s linear infinite;
  animation-delay: -7.25s;
  -o-animation-delay: -7.25s;
  -ms-animation-delay: -7.25s;
  -webkit-animation-delay: -7.25s;
  -moz-animation-delay: -7.25s;
  background-color: rgb(255, 136, 0);
}
.cssload-dots:nth-child(7):after {
  transform: translateY(200%);
  -o-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  animation: cssload-animAfter 1.15s linear infinite;
  -o-animation: cssload-animAfter 1.15s linear infinite;
  -ms-animation: cssload-animAfter 1.15s linear infinite;
  -webkit-animation: cssload-animAfter 1.15s linear infinite;
  -moz-animation: cssload-animAfter 1.15s linear infinite;
  animation-delay: -7.25s;
  -o-animation-delay: -7.25s;
  -ms-animation-delay: -7.25s;
  -webkit-animation-delay: -7.25s;
  -moz-animation-delay: -7.25s;
  background-color: rgb(44, 108, 94);
}
.cssload-dots:nth-child(8):before {
  transform: translateY(-200%);
  -o-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  animation: cssload-animBefore 1.15s linear infinite;
  -o-animation: cssload-animBefore 1.15s linear infinite;
  -ms-animation: cssload-animBefore 1.15s linear infinite;
  -webkit-animation: cssload-animBefore 1.15s linear infinite;
  -moz-animation: cssload-animBefore 1.15s linear infinite;
  animation-delay: -8.28s;
  -o-animation-delay: -8.28s;
  -ms-animation-delay: -8.28s;
  -webkit-animation-delay: -8.28s;
  -moz-animation-delay: -8.28s;
  background-color: rgb(255, 136, 0);
}
.cssload-dots:nth-child(8):after {
  transform: translateY(200%);
  -o-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  animation: cssload-animAfter 1.15s linear infinite;
  -o-animation: cssload-animAfter 1.15s linear infinite;
  -ms-animation: cssload-animAfter 1.15s linear infinite;
  -webkit-animation: cssload-animAfter 1.15s linear infinite;
  -moz-animation: cssload-animAfter 1.15s linear infinite;
  animation-delay: -8.28s;
  -o-animation-delay: -8.28s;
  -ms-animation-delay: -8.28s;
  -webkit-animation-delay: -8.28s;
  -moz-animation-delay: -8.28s;
  background-color: rgb(44, 108, 94);
}
.cssload-dots:nth-child(9):before {
  transform: translateY(-200%);
  -o-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  animation: cssload-animBefore 1.15s linear infinite;
  -o-animation: cssload-animBefore 1.15s linear infinite;
  -ms-animation: cssload-animBefore 1.15s linear infinite;
  -webkit-animation: cssload-animBefore 1.15s linear infinite;
  -moz-animation: cssload-animBefore 1.15s linear infinite;
  animation-delay: -9.32s;
  -o-animation-delay: -9.32s;
  -ms-animation-delay: -9.32s;
  -webkit-animation-delay: -9.32s;
  -moz-animation-delay: -9.32s;
  background-color: rgb(255, 136, 0);
}
.cssload-dots:nth-child(9):after {
  transform: translateY(200%);
  -o-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  animation: cssload-animAfter 1.15s linear infinite;
  -o-animation: cssload-animAfter 1.15s linear infinite;
  -ms-animation: cssload-animAfter 1.15s linear infinite;
  -webkit-animation: cssload-animAfter 1.15s linear infinite;
  -moz-animation: cssload-animAfter 1.15s linear infinite;
  animation-delay: -9.32s;
  -o-animation-delay: -9.32s;
  -ms-animation-delay: -9.32s;
  -webkit-animation-delay: -9.32s;
  -moz-animation-delay: -9.32s;
  background-color: rgb(44, 108, 94);
}
.cssload-dots:nth-child(10):before {
  transform: translateY(-200%);
  -o-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  animation: cssload-animBefore 1.15s linear infinite;
  -o-animation: cssload-animBefore 1.15s linear infinite;
  -ms-animation: cssload-animBefore 1.15s linear infinite;
  -webkit-animation: cssload-animBefore 1.15s linear infinite;
  -moz-animation: cssload-animBefore 1.15s linear infinite;
  animation-delay: -10.35s;
  -o-animation-delay: -10.35s;
  -ms-animation-delay: -10.35s;
  -webkit-animation-delay: -10.35s;
  -moz-animation-delay: -10.35s;
  background-color: rgb(255, 136, 0);
}
.cssload-dots:nth-child(10):after {
  transform: translateY(200%);
  -o-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  animation: cssload-animAfter 1.15s linear infinite;
  -o-animation: cssload-animAfter 1.15s linear infinite;
  -ms-animation: cssload-animAfter 1.15s linear infinite;
  -webkit-animation: cssload-animAfter 1.15s linear infinite;
  -moz-animation: cssload-animAfter 1.15s linear infinite;
  animation-delay: -10.35s;
  -o-animation-delay: -10.35s;
  -ms-animation-delay: -10.35s;
  -webkit-animation-delay: -10.35s;
  -moz-animation-delay: -10.35s;
  background-color: rgb(44, 108, 94);
}
@keyframes cssload-animBefore {
  0% {
    transform: scale(1) translateY(-200%);
    z-index: 1;
  }
  25% {
    transform: scale(1.3) translateY(0);
    z-index: 1;
  }

  50% {
    transform: scale(1) translateY(200%);
    z-index: -1;
  }

  75% {
    transform: scale(0.7) translateY(0);
    z-index: -1;
  }

  100% {
    transform: scale(1) translateY(-200%);
    z-index: -1;
  }
}
@keyframes cssload-animAfter {
  0% {
    transform: scale(1) translateY(200%);
    z-index: -1;
  }

  25% {
    transform: scale(0.7) translateY(0);
    z-index: -1;
  }

  50% {
    transform: scale(1) translateY(-200%);
    z-index: 1;
  }

  75% {
    transform: scale(1.3) translateY(0);
    z-index: 1;
  }

  100% {
    transform: scale(1) translateY(200%);
    z-index: 1;
  }
}
.aon-scrolling-nav {
  position: fixed;
  top: 50%;
  left: 0px;
  list-style: none;
  z-index: 99;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.aon-scrolling-nav li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: relative;
  background: #ad8545;
  margin: 3px 2px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  display: flex;
}
.aon-scrolling-nav li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.aon-scrolling-nav li a i {
  font-size: 18px;
}
.aon-scrolling-nav li span {
  opacity: 0;
  position: absolute;
  top: 4px;
  left: 100%;
  line-height: 1;
  background: #1295a8;
  color: #fff;
  padding: 8px 10px;
  border-radius: 3px;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.aon-scrolling-nav li span:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 5px 4px 0;
  border-color: transparent #1295a8 transparent transparent;
}
.aon-scrolling-nav li:hover {
  overflow: visible;
  background: #1295a8;
}
.aon-scrolling-nav li.active {
  overflow: visible;
  background: #1295a8;
}
.aon-scrolling-nav li:hover span {
  opacity: 1;
  left: 120%;
}
.aon-scrolling-nav li.actives span {
  opacity: 1;
  left: 120%;
}
.sf-doc-location-map {
  width: 100%;
  height: 100%;
}
.sf-doc-location-map iframe {
  width: 100%;
  height: 100%;
}

.aon-banner-wrap {
  overflow: hidden;
}
.aon-banner-animate .aon-banner-pic {
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.aon-banner-animate .aon-banner-right {
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.aon-banner-wrap {
  overflow: hidden;
}
.aon-banner2-animate .aon-banner2-pic {
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.aon-banner2-animate .aon-banner2-left {
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
/*Comming Soon*/
.sf-news-l-form.sf-news-cosoon {
  min-width: 100%;
}
.book-appointment-btn {
  display: block;
  width: calc(100% + 2px);
  border-radius: 5px 5px 0px 0px;
  margin: -1px -1px;
}
.aon-book-appoint-block {
  padding: 20px;
  border: 1px solid #ebebeb;
  background: #fff;
  border-radius: 10px;
  transition: all 0.5s linear;
  position: relative;
  cursor: pointer;
}
.aon-book-appoint-block:hover {
  border: 1px solid #ad8545;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.btn-primary.btn-red {
  background: #ec5052;
  border-color: #ec5052;
}
.btn-primary.btn-blue {
  background: #4fb0df;
  border-color: #4fb0df;
}
.btn-primary.btn-green {
  background: #5bd168;
  border-color: #5bd168;
}
.cus-account-wrap #content {
  width: 100%;
}
.cus-account-wrap .content-admin-main {
  width: 100%;
  max-width: 1270px;
  margin: auto;
}
.cus-account-wrap #header-admin {
  width: 100%;
}
.cus-account-wrap .aon-admin-footer {
  width: 100%;
}
.cus-top-nav {
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  z-index: 999;
}
.cus-top-nav + .content-admin-main {
  padding-top: 80px;
}
.cus-top-nav .container {
  width: 100%;
  max-width: 1270px;
}
.cus-top-nav .cus-nav {
  text-align: center;
  list-style: none;
  margin: 0px;
}
.cus-top-nav .cus-nav > li {
  padding: 0px 0px;
}
.cus-top-nav .cus-nav > li a {
  position: relative;
  display: block;
  padding: 10px 5px;
}
.cus-top-nav .cus-nav > li a:after {
  position: absolute;
  left: 0px;
  bottom: -1px;
  content: "";
  width: 0%;
  height: 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cus-top-nav .cus-nav > li a:hover:after,
.cus-top-nav .cus-nav > li.active a:after {
  width: 100%;
  background-color: #ad8545;
}
.cus-chan-pass-wrap {
  max-width: 500px;
  margin: auto;
  background: #fff;
  border-radius: 10px;
}
.cus-pai-regis-left {
  max-width: 220px;
}
@media only screen and (max-width: 767px) {
  .cus-top-nav {
    position: static;
  }
  .cus-top-nav + .content-admin-main {
    padding-top: 30px !important;
  }
  .cus-top-nav .cus-nav > li {
    min-width: 50%;
    border: 1px solid #ddd;
    margin: -0.5px;
  }
  .cus-pai-regis-left {
    max-width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 0 0px 35px;
    margin: 0px 10px 30px;
  }
  .cus-pai-regis-left .aon-pro-avtar-pic {
    max-width: 220px;
    margin: auto;
  }
  .cus-pai-regis-right {
    min-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .cus-top-nav .cus-nav > li {
    min-width: 100%;
  }
}
.fc .fc-view-harness {
  flex-grow: 1;
  position: relative;
  background: #fff;
}
.fc-button-primary {
  background-color: #ad8545 !important;
  border-color: #ad8545 !important;
  outline: none !important;
}
.fc .fc-button-primary:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
  box-shadow: none;
}
@media only screen and (max-width: 991px) {
  .fc .fc-toolbar.fc-header-toolbar {
    flex-wrap: wrap;
  }
  .fc-toolbar-chunk {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .fc-toolbar-chunk:last-child {
    margin-bottom: 0px;
  }
  .aon-admin-heading {
    flex-wrap: wrap !important;
  }
  .aon-admin-heading-left,
  .aon-admin-heading-righr {
    width: 100%;
  }
}
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover,
.datepicker table tr td:hover {
  color: #fff;
  background-color: #ad8545;
  border-color: #ad8545;
}
.datepicker table tr td.active.active:hover {
  color: #fff;
  background-color: #ad8545;
  border-color: #ad8545;
}
.datepicker table tr td {
  font-size: 16px;
}
.datepicker table tr th {
  font-size: 12px;
}
input[placeholder],
[placeholder],
*[placeholder] {
  color: black;
}
/* #manish added */
.cap {
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .aon-banner2-wrap {
    padding-top: 0;
  }
}
.hover-link:hover {
  color: white;
}
.butt {
  border: 5px solid transparent !important;
  border-image: linear-gradient(
    130deg,
    #c3942f 0%,
    #d89c27 18%,
    #dfc86f 37%,
    #e7dc96 50%,
    #dfc86f 64%,
    #d89c27 82%,
    #c99c30 100%
  ) !important;
  border-image-slice: 1 !important;
}
.io {
  background: linear-gradient(
    130deg,
    #c3942f 0%,
    #d89c27 18%,
    #dfc86f 37%,
    #e7dc96 50%,
    #dfc86f 64%,
    #d89c27 82%,
    #c99c30 100%
  ) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  color: transparent !important;
}
.owl-carousel .owl-nav button {
  background-color: transparent !important;
  border: none !important;
  font-size: 24px !important;
  color: #ad8545 !important;
}
.owl-carousel .owl-nav button.owl-prev {
  position: absolute !important;
  left: -50px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.owl-carousel .owl-nav button.owl-next {
  position: absolute !important;
  right: -50px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.owl-carousel .owl-dots {
  text-align: center !important;
  margin-top: 20px !important;
}
.owl-carousel .owl-dot {
  display: inline-block !important;
  width: 12px !important;
  height: 12px !important;
  background-color: #ad8545 !important;
  margin: 0 5px !important;
  border-radius: 50% !important;
}
.owl-carousel .owl-dot.active {
  background-color: #333 !important;
}
@media (max-width: 768px) {
  .bis {
    margin-top: -105px !important;
  }
}
/* =======================================================================================================================
    Header File
    ======================================================================================================================= */
.header-buttons {
  border-radius: 12px !important;
  line-height: 21.6px;
  font-size: 15px !important;
  font-weight: 600;
  padding: 10px 20px;
  color: #000;
}
.header-buttons p {
  margin-bottom: 0px !important;
  color: black !important;
}
.heasder_active {
  font-weight: bold !important;
}
@media only screen and (max-width: 575px) {
  .header-buttons {
    display: none;
  }
  .heasder_active {
    font-weight: bold !important;
  }
  .color-fill .header-nav .nav > li > a {
    color: #000 !important;
  }
  .header-buttons p {
    margin-bottom: 0px !important;
    display: none;
  }
  .mobile-sider-drawer-menu #mobile-side-drawer {
    margin-right: 0px;
  }
}
/* =======================================================================================================================
    Footer File
    ======================================================================================================================= */
.social-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}
.aon-socila-icon li a:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
  color: #59401d !important;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.hea-shrink-btn {
  display: none;
}
.hea-shrink-btn-inner {
  display: inline-block;
  background: linear-gradient(
    259.34deg,
    #dcad81 0%,
    #d8a97c 25%,
    #ffd2a4 50%,
    #d8a97c 75%,
    #dcad81 100%
  );
  border-radius: 12px;
  margin: 12px !important;
}
@media only screen and (min-width: 1021px) {
  .footer-logo {
    padding: 0px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-logo {
    padding: 0px 105px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-logo {
    padding: 0px 43px;
    margin-top: 20px;
  }
  .header-nav .nav li {
    background-color: #f8f5f0;
  }
  .hea-shrink-btn {
    display: block;
  }
  .aon-f-title {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .c1 .aon-f-title {
    margin-top: 0px;
    font-size: 20px;
  }
  .hea-shrink-btn-inner {
    padding: 6px;
    border-radius: 8px;
  }
}
.foo-links li a {
  padding: 3px 0px;
  position: relative;
}
.foo-links li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1.5px;
  left: 0%;
  position: absolute;
  font-weight: 900;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.foo-links li a:hover:after {
  width: 100%;
  left: 0;
}
.foo-links li a:hover {
  font-size: 18px !important;
}
/* =======================================================================================================================
    general Button
    ======================================================================================================================= */
.description {
  font-size: 16px;
  margin-bottom: 20px;
}
.button-container {
  margin-top: 20px;
}
/* ------------------------------------------------------------------ Dentist Detail Page -------------------------------------------------------------------------------- */
.bg_detail_vec1 {
  position: absolute;
  top: -8%;
  left: 0%;
  height: 600px;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
.Doctor_photo_card {
  display: inline-block;
  background-color: var(--bg-content-color);
  padding: 20px;
  max-width: 422px;
  border-radius: 25px;
  align-content: center;
}
.Doctor_photo {
  position: relative;
  border-radius: 12.5px;
  max-width: 250px;
}
.appoint_btn {
  position: relative;
  margin-top: 12.5px;
  color: black;
  border-radius: 12.5px;
  text-align: center;
  padding: 8px 0px;
  cursor: pointer;
}
.Doctor_Detail_Card {
  position: relative;
  background-color: var(--bg-content-color);
  margin-top: 50px;
  padding: 40px;
  border-radius: 25px;
  width: 100%;
}
.Doctor_Name {
  font-family: "Barlow Condensed", sans-serif;
  display: inline-block;
  font-size: 25px;
  font-weight: 500 !important;
}
.Doctor-Text {
  font-family: "Barlow", sans-serif;
  color: white;
}
.Doctor-Text h2,
.Doctor_Detail_Card h2 {
  color: #fff;
}
.Doctor-subtext {
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-top: 20px;
}
.Education_list li {
  list-style: none;
  padding-bottom: 0px !important;
}
.details_card {
  width: 100%;
  padding: 20px;
  border-radius: 25px;
  background-color: var(--bg-content-color);
}
.Loc-subtext {
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.address_dr {
  margin-bottom: 20px;
}
/* review section in dentist page */
.dentist-review-section .row {
  background-color: var(--bg-content-color);
  padding: 0px 20px;
  border-radius: 25px;
}
.review-content-wrapper {
  padding: 0px 0px 0px 12px;
  border-radius: 25px;
}
.review-description {
  line-height: 1.8;
  color: #fff;
}
.review-content-wrapper .swiper-container {
  width: 90%;
  justify-content: center;
  display: flex;
  align-items: center;
}
.review-card {
  padding: 30px 0px 30px 0px;
  background-color: transparent;
  border-radius: 25px;
  border: 0px;
}
.review-title {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
.review-content-wrapper .swiper-container .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 27%);
}
.review-content-wrapper .swiper-container .swiper-button-prev::after,
.review-content-wrapper .swiper-container .swiper-button-next::after {
  content: none;
}
.review-content-wrapper .swiper-container .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 63%);
}
.review-content-wrapper .swiper-container .swiper-button-prev,
.review-content-wrapper .swiper-container .swiper-button-next {
  width: 40px;
  top: var(--swiper-navigation-top-offset, 92%);
}
.review-content-wrapper .swiper-container .swiper-button-prev::after,
.review-content-wrapper .swiper-container .swiper-button-next::after {
  font-size: 18px;
  background-color: #000;
  font-weight: 900;
  background: var(--text-gradient) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  color: transparent !important;
}
.review-card .stars {
  width: max-content;
}
.review-vector {
  position: absolute;
  top: 66%;
  z-index: 1;
  left: -38%;
  width: 85%;
}
.review-content-wrapper .swiper-container .swiper-pagination-bullet {
  background-color: #fff !important;
}
.review-content-wrapper
  .swiper-container
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-next {
  transform: scale(0.77) !important;
}
.review-content-wrapper
  .swiper-container
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-next-next {
  transform: scale(0.55) !important;
}
.review-content-wrapper
  .swiper-container
  .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 30px) !important;
}
.review-content-wrapper
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.review-content-wrapper
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 45%;
}
.review-content-wrapper .swiper-container .swiper-pagination-bullet-active {
  background: var(--text-gradient) !important;
}

@media (max-width: 1200px) {
  .review-content-wrapper {
    padding: 20px 0px 10px 20px;
  }
  .review-card {
    padding: 0px 0px 30px 0px;
  }
  .review-title {
    font-size: 22px;
  }
  .review-card .stars {
    font-size: 16px;
  }
  .review-description {
    line-height: 1.6;
    font-size: 14px;
  }
  .review-content-wrapper .swiper-container .swiper-button-prev,
  .review-content-wrapper .swiper-container .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 93%);
  }
  .review-content-wrapper .swiper-container .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 61%);
  }
}
@media (max-width: 991px) {
  .Doctor_Detail_Card {
    padding: 30px 30px 30px;
  }
  .review-card {
    padding: 20px 10px;
  }
  .review-title {
    font-size: 20px;
  }
  .review-img {
    margin-left: auto;
    display: flex;
  }
  .review-vector {
    width: 100%;
    left: 18%;
    top: 60%;
  }
  .review-content-wrapper {
    padding: 10px 0px 10px 0px;
  }
  .review-content-wrapper .swiper-container {
    width: 100%;
  }
  .review-content-wrapper .swiper-container .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 40%);
  }
  .review-content-wrapper .swiper-container .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 42%);
  }
  .review-content-wrapper .swiper-container .swiper-button-prev,
  .review-content-wrapper .swiper-container .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 96.5%);
  }
}
/* .review-card  */
@media (max-width: 875px) {
  .bg_detail_vec1 {
    top: -14%;
    height: 800px;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .review-vector {
    width: 60%;
    left: 3%;
    top: 66%;
  }
  .review-img {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .dentist-review-section .container {
    width: 100%;
    --bs-gutter-x: 1rem;
  }
  .bg_detail_vec1 {
    top: 0%;
    height: 800px;
    object-fit: cover;
  }
  .Doctor_Detail_Card {
    padding: 20px;
  }
  .Doctor_Name {
    font-size: 20px;
    font-weight: 600;
  }
  .Doctor-Text {
    font-size: 14px;
  }
  .aon-insuranc-list .Doctor-Text{
    padding-left: 20px;
  }
  .dentist-review-section {
    --bs-gutter-x: 0.5rem;
  }
  .review-title {
    font-size: 1.1rem;
  }
  .review-card .stars {
    font-size: 16px;
  }
  .review-card {
    padding: 15px 0px;
  }
  .review-vector {
    width: 60%;
    left: 2%;
    top: 68%;
  }
  .review-content-wrapper {
    padding: 20px 0px;
  }
  .review-content-wrapper
    .swiper-container
    .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 28%) !important;
    left: 46.5%;
  }
  .review-content-wrapper .swiper-container .swiper-button-prev,
  .review-content-wrapper .swiper-container .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 97%);
  }
  .review-content-wrapper .swiper-container .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 34%);
  }
  .review-content-wrapper .swiper-container .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 34%);
  }
}
/* ------------------------------------------ Gallary Page Css --------------------------------------------------------- */
.image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  grid-auto-rows: auto;
  z-index: 1;
}
.intro-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  z-index: 10;
  transition: opacity 0.8s ease-in-out;
}
.image-item {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
}
.vertical-Image {
  width: 365px;
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
}
.image-item:hover {
  transform: scale(1.05);
}
.image-container {
  /* overflow-y: auto; */
  overflow: hidden;
  /* padding: 20px; */
  background-image: url("../usdlog.webp");
  background-size: 600px 180px;
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  /* padding-top: 50px; */
  top: 50%;
  left: 0%;
  z-index: 0;
}
.single-image {
  grid-column: span 2;
  max-width: 100%;
}
/* .image-grid > .image-item:nth-child(3n) {
  grid-column: 1 / -1;
} */
@media (max-width: 975px) {
  .image-grid {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .vertical-Image {
    width: 247px;
    height: 300px;
    object-fit: cover;
  }
  .image-container {
    background-size: 300px 100px;
  }
}
@media (max-width: 576px) {
  .image-container {
    background-image: url("../usdlog.webp");
    background-size: 73% auto;
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: center center;
    /* background-position: center 50px; */
    /* background-attachment: scroll; */
  }
}
/* ------------------------------------------ Header page --------------------------------------------------------- */
.main-bar {
  background-color: transparent;
  position: absolute;
}
.custom-header {
  background-color: black !important;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 4s ease-in-out;
}
.profile_btn {
  font-weight: bold;
  font-size: 15px !important;
  display: inline-block;
}
.custom-swal-popup {
  background-color: #000 !important;
  color: white !important;
}
div:where(.swal2-container) div:where(.swal2-popup) {
  background-color: rgba(34, 34, 34, 0.8) !important;
  color: #fff !important;
}
/* new desing footer */
.new-footer {
  /* border: 2px solid #fff; */
  /* background-color: #000; */
  padding: 5px 0px 50px;
  background: url("../footer-bg7.png"), rgba(0, 0, 0, 1);
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  height: 600px;
  background-size: 100% 100%;
}
/* .new-footer .container .new-footer-wrapper{
  padding: 0px 30px 30px;
} */
.new-footer .footer-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: auto;
  padding: 5px 0px 5px;
  text-align: center;
}
.new-footer .footer-links .footer-link {
  padding: 0px;
}
.new-footer .footer-links .footer-link a {
  color: #fff;
  font-weight: 500;
}
.new-footer .footer-links .footer-link a img {
  height: 11px;
  background-color: #000;
  margin-top: -4px;
}
.new-footer .footer-links .footer-link a svg {
  height: 20px;
  width: auto; /* keeps proportions */
  margin-top: 5px;
  background-color: transparent; /* remove background if any */
  display: inline-block;
}

.footer-link a {
  perspective: 1000px;
  display: inline-block;
  text-decoration: none;
}

.footer-link a span {
  position: relative;
  display: inline-block;
  transition: transform 0.3s ease;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
}

/* Back face (appears on hover) */
.footer-link a span::before {
  content: attr(data-hover);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  transition: color 0.5s;
}

/* Flip on hover */
.footer-link a:hover span,
.footer-link a:focus span {
  transform: rotateX(90deg) translateY(-22px);
}

.footer-link a:hover span::before,
.footer-link a:focus span::before {
  color: #fff;
}
/* .new-footer-content{
  background-image: url("../footer-bg1.png");
  width:100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
} */
.new-footer-content {
  /* background: url("../footer-bg.png") no-repeat center/cover, rgba(0, 0, 0, 0.7); */
  padding: 5px 0px 30px;
  position: relative;
  width: 100%;
  height: 100%;
}
/* .new-footer-content .overlay {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 15px;
} */
/* .new-footer-content .overlay {
  position: relative;
  padding: 50px 0px;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 2;
} */
.new-footer-content .container {
  padding: 20px 50px 10px;
}

.new-footer-letter-title {
  text-align: center;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.9px;
}
.new-footer-letter-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  /* background: rgba(23, 23, 23, 1); */
  background: rgba(33, 33, 33, 1);
  border-radius: 15px;
}
.new-footer-letter-wrapper .form-control {
  background: rgba(0, 0, 0, 1);
  padding: 0px 12px;
  height: 40px;
  border: none;
  width: 80%;
  border-radius: 10px;
}
.new-footer-logo {
  margin: 3% auto 5%;
  width: 30%;
}
.new-footer-social-links {
  width: 60%;
  padding: 6px 80px 10px !important;
}
.new-footer-social-links .footer-links .footer-link a {
  color: #fff;
}
.new-footer-social-links .footer-links .footer-link a img {
  background-color: transparent;
}
.new-footer-bottom {
  /* background: linear-gradient(90deg, #c3942f, #d89c27 4px, transparent 3px, transparent 7px) border-box; */
  /* border-image: linear-gradient(90deg, #c3942f, #d89c27 4px, transparent 3px, transparent 7px) border-box; */
  /* border-top: 2px dashed #c3942f; */
  padding: 10px 0px;
  /* padding: 0px 0px 40px; */
  width: 85%;
  margin: auto;
}
.new-footer-copyright {
  text-align: center;
  padding: 0px;
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  display: block;
  background: linear-gradient(
    130deg,
    #c3942f 0%,
    #d89c27 18%,
    #dfc86f 37%,
    #e7dc96 50%,
    #dfc86f 64%,
    #d89c27 82%,
    #c99c30 100%
  ) !important;
  color: transparent !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  /* background: linear-gradient(100.47deg, #C3942F 28.12%, #D89C27 41.31%, #E7DC96 53.42%, #DFC86F 65.82%, #D89C27 75.96%, #C99C30 84.47%); */
}
.new-footer-wrapper {
  padding: 10px 0px;
}
@media (min-width: 1300px) and (max-width: 4500px) {
  .new-footer {
    background-size: contain;
  }
  .new-footer-logo {
    margin: 2% auto 3.8%;
  }
  .new-footer-bottom {
    padding: 15px 0px;
  }
}
@media (max-width: 1200px) {
  /* .new-footer {
    background-size: 100% 100%;
  } */
  .new-footer-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .new-footer-bottom {
    padding: 19px 0px;
  }
  /* .new-footer{
    background-position: center;
   } */
  .new-footer .footer-links .footer-link a {
    font-size: 14px;
  }
  .new-footer-social-links {
    width: 75%;
  }
  .new-footer-content .container {
    padding: 20px 5px 0px;
  }
  .sf-sb-btn-footer {
    padding: 6px 35px;
  }
  .new-footer-letter-wrapper {
    padding: 8px 10px;
  }
  .new-footer-logo {
    margin: 2.9% auto 6.5%;
  }
  .new-footer-letter-title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .new-footer {
    width: 100%;
    height: 100%;
    /* background-size: contain; */
    background-position: top;
  }
  .new-footer-wrapper {
    padding: 0px;
  }
  /* .new-footer-content{
    padding: 0px 0px;
  } */
  .new-footer-content .overlay {
    background-size: 100% 100%;
  }
  .new-footer-logo {
    margin: 3% auto 6%;
    width: 36%;
  }
  .new-footer-content .container {
    padding: 25px 0px 10px;
  }
  .new-footer-social-links.container {
    padding: 0px 0px 20px;
  }
  .new-footer .footer-links {
    gap: 0.3rem;
    justify-content: center;
  }
  .new-footer-letter-wrapper .form-control {
    width: 65%;
    height: 35px;
    border-radius: 8px;
  }
  .new-footer-social-links {
    width: 100%;
  }
  .new-footer .new-footer-social-links .footer-links {
    gap: 2rem;
  }
  .new-footer-copyright {
    letter-spacing: 0.6px;
    font-weight: 700;
    font-size: 14px;
    padding: 5px 0px;
  }
  .new-footer-letter-title {
    font-size: 20px;
  }
  .new-footer-bottom {
    padding: 12px 0px 40px;
  }
  /* .new-footer-letter-wrapper {
    padding: 12px;
  } */
  .new-footer-letter-wrapper {
    border-radius: 12px;
  }
  .sf-sb-btn-footer {
    padding: 3px 35px;
    border-radius: 8px;
  }
  .new-footer-social-links .footer-links .footer-link a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  /* .new-footer .footer-links{
    justify-content: space-between;
    gap:1.3rem;
  } */
  .new-footer {
    padding: 0px 0px 40px;
  }
  .new-footer-logo {
    /* margin: 3% auto 6%; */
    margin: 4.5% auto 8%;
    width: 45%;
  }
  .new-footer-content .container {
    padding: 25px 0px 20px 5px;
    /* padding: 35px 0px 20px; */
  }
  .new-footer-social-links.container {
    padding: 0px 0px 0px !important;
  }
  /* .new-footer-letter-wrapper .form-control{
    width:60%
  } */
  .new-footer-letter-wrapper .sf-sb-btn-footer {
    padding: 4px 30px;
    font-size: 16px;
  }
  /* .new-footer-letter-wrapper {
    display: block;
  } */
  /* .new-footer-letter-wrapper .form-control {
    width: 100%;
    margin-bottom: 15px;
  }
  .new-footer-letter-wrapper button{
    width:100%;
  } */
  .new-footer-letter-title {
    font-size: 18px;
  }
  .new-footer-bottom {
    padding: 0px 0px 38px;
  }
  .new-footer .footer-links {
    gap: 0rem;
    margin-bottom: 15px;
  }
  .new-footer-copyright {
    font-size: 12px;
  }
  .new-footer .footer-links .footer-link {
    padding: 0px 0px 6px;
  }
  .new-footer .footer-links .footer-link a img {
    margin-top: -2px;
    height: 8px;
  }
  .new-footer .footer-links .footer-link a svg {
    margin-top: 5px;
    height: 15px;
  }
}
@media (max-width: 576px) {
  .new-footer {
    /* background-size: 100% 500px; */
    /* background: url('../footer-bg.png') no-repeat bottom/cover, rgba(0, 0, 0, 1); */
    background-size: 100% auto;
    background-image: none;
  }
  .new-footer-content .overlay {
    background-image: url("../toothbg4.png");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border-radius: 15px;
    background-size: 100% 100%;
  }
  .new-footer-content .container:first-child {
    padding: 10px 0px;
  }
  /* .new-footer{
    background-size: 100% 100%;
    background-position: center;
  } */
  .new-footer-logo {
    margin: 10% auto 12%;
    width: 58%;
  }
  .new-footer-letter-wrapper .form-control {
    width: 100%;
    margin-right: 20px;
  }
  .new-footer-letter-wrapper .sf-sb-btn-footer {
    width: 40%;
    padding: 4px 10px;
    font-size: 14px;
  }
  .new-footer-bottom {
    padding: 10px 0px 8px;
    width: 70%;
    /* border-top: 2px dashed #c3942f; */
    /* width:97%; */
  }
  .new-footer-letter-wrapper {
    padding: 6px 7px;
    border-radius: 10px;
    width: 96%;
    margin: auto;
  }
  .new-footer-copyright {
    font-size: 12px;
    line-height: 1.7;
  }
  .new-footer .footer-links .footer-link a {
    font-size: 13px;
  }
  .new-footer .footer-links .footer-link a img {
    height: 8px;
  }
  .new-footer .container .container {
    width: 100%;
    padding: 20px 0px;
  }
  .new-footer-content .container {
    padding: 5px 0px 3px !important;
  }
  /* .new-footer .container{
      padding: 0px 5px;
    } */
  .new-footer .footer-links .footer-link {
    margin-bottom: 0px;
  }
  .new-footer .footer-links {
    gap: 0rem;
    justify-content: space-between;
  }
  .new-footer-content {
    padding: 0px;
  }
  .new-footer-letter-title {
    font-size: 16px;
  }
  .new-footer-content .overlay .container {
    width: 95%;
  }
  .new-footer .new-footer-social-links .footer-links {
    gap: 0rem;
    padding-bottom: 0px !important;
  }
}
@media (max-width: 480px) {
  .new-footer .footer-links .footer-link {
    margin-bottom: 6px;
  }
  .new-footer-logo {
    margin: 12% auto 12%;
    width: 60%;
  }
  .new-footer-social-links .footer-link {
    margin-bottom: 0px !important;
  }
  .new-footer-social-links .container {
    padding: 8px 0px 0px !important;
  }
  .new-footer .container .container {
    padding: 20px 0px 0px;
  }
}

.permission-helper-wrapper {
  background-color: #1c1c1c;
  border: 1px solid #333;
  border-radius: 12px;
  padding: 30px 20px;
  margin: 30px auto;
  max-width: 720px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.permission-helper-wrapper h4 {
  color: #ffffff;
  font-size: 1.5rem;
}

.permission-helper-wrapper p {
  color: #ccc;
  font-size: 1rem;
  max-width: 600px;
  margin: auto;
}
.permission-helper-wrapper .helper-img {
  margin-top: 20px;
  border-radius: 8px;
  max-height: 300px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

/* Fix Lightbox2 for mobile */
/* .lb-outerContainer {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

.lb-image {
  width: 100% !important;
  height: auto !important;
  max-height: 90vh !important; 
}

.lb-dataContainer {
  font-size: 14px !important;
} */
 
/* new dentist page design css code */
.new-appoint_btn{
  padding: 12px 12px;
  text-align: center;
  display: block;
  font-size: 20px;
  color:#fff;
}
.new-appoint_btn svg{
    height: 25px;
    width: auto;
    margin-top: 5px;
    background-color: transparent;
    display: inline-block;
}
/* content2 */
.dentists-name{
  font-size: 42px;
}
.dentists-name,
.dentists-city-name{
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Barlow', sans-serif;
  color:#fff;
  letter-spacing: 0.5px;
}
.new-dentist-contain{
  background: rgba(25, 25, 25, 1);
  border-radius: 8px;
  margin: 25px auto;
}
.new-dentist-content{
  padding: 5px 0px;
  margin: 10px 0px;
  width:35%;
  border-right: 1.8px solid #fff;
}
.new-dentist-content:last-child{
  border: 0px;
}
.new-dentists-content-title{
  color:#fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  font-family: 'Barlow', sans-serif;
  letter-spacing: 0.5px;
  /* margin-bottom: 0px; */
}
.new-dentists-content-subtitle{
  font-size: 26px;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0px;
}
.new-dentists-subtitle{
  letter-spacing: 0.3px;
}
.testimonial-card{
  background-color: rgba(13, 13, 13, 1);
  border: 2px solid rgba(61, 61, 61, 1);
  border-radius: 10px;
}
.gallerySwiper .swiper-wrapper{
  padding-bottom: 30px;
}
.gallerySwiper .swiper-slide img{
  border-radius: 10px;
}
.gallerySwiper .swiper-pagination-bullet{
  /* width:20px;
  border-radius: 10px; */
  width:10px;
  height: 10px;
  background: rgb(255, 255, 255) !important;
}
.gallerySwiper .swiper-pagination{
  display: flex !important;
  width:100% !important;
  justify-content: center;
}
.gallerySwiper .swiper-pagination-bullet-active{
  width: 25px;
  border-radius: 10px;
  /* height: 1px; */
}
.gallerySwiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.gallerySwiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{
  transform: scale(.88) !important;
  display: block !important;
}
.gallerySwiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  transform: scale(.48);
  display: none;
  left:0px !important;
}
.gallerySwiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
  display: block !important;
  left: 0px !important;
}
.gallerySwiper .swiper-pagination-bullet-active{
  background: #fff !important;
}
.dentists-contact-section .form .dentist-inputicon-box .form-control{
  background-color: #000 !important;
  border: 1.5px solid rgba(255, 255, 255, 1);
  padding-left: 48px;
  border-radius: 8px;
  color: #fff !important;
  box-shadow: none;
  background-clip: unset;
  /* padding: 8px 5px 8px 40px; */
}

.dentist-inputicon-box{
  position: relative;
  width:100%;
}
.dentist-inputicon-box i,
.dentist-inputicon-box svg{
    position: absolute;
    left: 2px;
    top: 0;
    width: 40px;
    height: 50px;
    z-index: 5;
    line-height: 50px;
    text-align: center;
    background: linear-gradient(100.47deg, #C3942F 28.12%, #D89C27 41.31%, #E7DC96 53.42%, #DFC86F 65.82%, #D89C27 75.96%, #C99C30 84.47%) text !important;
    color: transparent;
    font-size: 19px;
}
.dentist-inputicon-box svg{
  width: max-content !important;
  height: max-content !important;
  margin: 12px 0px;
  padding: 0px 8px;
  border-right: 1.5px solid #6b6b6b;
  line-height: normal;
}
.dentist-inputicon-box i::after{
  content: "";
    position: absolute;
    top: 17%;
    right: 0px;
    height: 62%;
    width: 1px;
    background: linear-gradient(259.34deg, #6b6b6b 0%, #6b6b6b 25%, #6b6b6b 50%, #6b6b6b 75%, #6b6b6b 100%);
    /* border: 1px solid #6b6b6b */
}
@media(max-width:1200px){
  .dentists-name{
    font-size: 40px;
  }
}
@media(max-width:991px){
  .dentists-name{
    font-size: 34px;
    text-align: center;
  }
  .dentists-img{
    border: 1px solid #fff;
    border-radius: 10px;
    max-width: 300px;
  }
  .dentists-city-name {
    font-size: 22px;
    text-align: center;
  }
  .new-appoint_btn{
    padding: 8px 10px;
    font-size: 18px;
  }
}
@media(max-width:768px){
  .dentists-name{
    font-size: 30px;
  }
  .dentists-city-name{
    font-size: 20px;
  }
  .new-dentists-content-title{
    font-size: 18px;
  }
  .new-dentists-content-subtitle{
    font-size: 24px;
  }
  .new-dentists-title{
    font-size: 22px;
  }
  /* .new-dentists-subtitle{
    font-size: 15px;
  } */
}
@media(max-width:576px){
  .new-dentists-title{
    font-size: 20px;
  }
  .new-dentists-subtitle,
  .dentists-location-section p{
    font-size: 15px;
  }
  .new-dentists-title{
    margin-bottom: 6px;
  }
  .dentists-gallery-section .new-dentists-title{
    margin-bottom: 12px;
  }
  .gallerySwiper .swiper-slide img{
    border-radius: 8px;
  }
}
/* quick links page new design */
/* quicks links */
.quicks-links-section{
  padding: 0px 80px 0px;
  margin: 6% auto 3%;
  position: relative;
}
.quick-link-wrapper{
  position: relative;
  padding: 70px 0px 30px;
  background-image: url("/static/Thankyou-bg3.png");
  background-size: 100% 100%;
  background-position: center;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.quick-link-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* border width */
  border-radius: inherit; /* same 25px radius */
  background: linear-gradient(
    100deg,
    #C3942F,
    #D89C27,
    #E7DC96,
    #DFC86F,
    #D89C27
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.quick-link-wrapper .usd-logo-img{
  background-image: linear-gradient(#000 40%, transparent 31%);
  padding: 0 45px;
  position: absolute;
  text-align: start;
  top: -4.4%;
  z-index: 1;
  width: 40%;
  left:30%
}
.quick-link-wrapper h2{
  font-family: "Lato", sans-serif;
  font-size: 28px;
  letter-spacing: 0.5px;
}
/* .quick-link-wrapper h2.text-white{
  margin-bottom: 50px !important;
  font-size: 28px;
} */
.quick-link-wrapper .social-media-content .col-lg-4{
  margin-bottom: 15px;
}
.quick-link-wrapper .svg-icon{
  margin: 10px auto;
}
.quick-link-wrapper p{
  display: flex;
  align-items: center;
  justify-content: center;
  color:#fff;
}
.quick-link-wrapper p svg{
  font-size: 14px;
  margin: 0px 8px;
  padding: 0.5px;
}
@media(min-width:1400px){
  .quicks-links-wrapper .usd-logo-img{
    top:-4.4%;
  }
}
@media(max-width:1200px){
  .quicks-links-wrapper .usd-logo-img{
    background-image: linear-gradient(#000 42%, transparent 31%);
    top:-2.4%;
  }
}
@media(max-width:991px){
  .quicks-links-section{
    padding: 40px 0px 20px;
  }
  .quick-link-wrapper{
    padding: 60px 0px 20px;
    height: auto;
    background-size: cover;
  }
  .quick-link-wrapper .usd-logo-img{
    width:45%;
    left:28.5%;
    top:-3.4%;
  }
  .quick-link-wrapper h2{
    font-size: 26px;
  }
}
@media(max-width:768px){  
  .quick-link-wrapper{
    padding: 50px 0px 10px;
  }
  .quick-link-wrapper .usd-logo-img{
    width:60%;
    left:20%;
    top:-3.8%;
  }
  .quick-link-wrapper h2{
    font-size: 24px;
  }
}
@media(max-width:576px){
  .quick-link-wrapper{
    padding: 60px 0px 5px;
  }
  .quick-link-wrapper .usd-logo-img{
    width:70%;
    left:14%;
    top:-2.8%;
  }
  .quick-link-wrapper h2{
     font-size: 18px;
  }
}
@media(max-width:480px){
  .quick-link-wrapper{
    padding: 45px 0px 5px;
  }
  .quick-link-wrapper .usd-logo-img{
    width:75%;
    left:12%;
    padding: 0px 30px;
    top:-3.8%;
  }
  .quick-link-wrapper h2{
    font-size: 18px;
    margin-bottom: 1rem !important;
  }
  .quick-link-wrapper .social-media-content p{
    display: flex;
    font-size: 14px;
  }
  .quick-link-wrapper .social-media-content p svg{
    padding: 2px;
    margin: 0px 3px;
  }
}
/* thank-you page new design */
.thank-you-section{
  padding: 0px 80px 0px;
  margin: 6% auto 3%;
  position: relative;
}
/* .thank-you-wrapper{
  background-image: url("/static/Thankyou-bg3.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 100%;
  height: 100%;
  padding: 85px 0px 30px;
  border-image-source:  linear-gradient(100.47deg, #C3942F 28.12%, #D89C27 41.31%, #DFC86F 53.42%, #E7DC96 65.82%, #DFC86F 75.96%, #D89C27 84.47%) !important;
  border-image-slice:1;
  border-image-width:2px;
  border-radius: 25px;
} */
.thank-you-wrapper {
  position: relative;
  padding: 85px 0px 30px;
  background-image: url("/static/Thankyou-bg3.png");
  background-size: 100% 100%;
  background-position: center;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  /* overflow: hidden;  */
}

/* GOLDEN GRADIENT BORDER */
.thank-you-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* border width */
  border-radius: inherit; /* same 25px radius */
  background: linear-gradient(
    100deg,
    #C3942F,
    #D89C27,
    #E7DC96,
    #DFC86F,
    #D89C27
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.thank-you-wrapper .usd-logo-img{
  background-image: linear-gradient(#000 40%, transparent 31%);
  padding: 0 45px;
  position: absolute;
  text-align: start;
  top: -3.4%;
  z-index: 1;
  width: 40%;
  left:30%
}
.thank-you-wrapper .thankyou-img{
  display: flex;
  margin: auto;
  justify-content: center;
}
.thank-you-wrapper h2{
   font-family: "Lato", sans-serif;
   font-size: 28px;
   letter-spacing: 0.5px;
}
.thank-you-wrapper .btn{
  width: 40%;
  padding: 12px 0;
  text-align: center;
  color: #d4af37; /* gold text */
  font-size: 20px;
  background: transparent; /* black background */
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  margin: auto;
  background: linear-gradient(100.47deg, #C3942F 28.12%, #D89C27 41.31%, #E7DC96 53.42%, #DFC86F 65.82%, #D89C27 75.96%, #C99C30 84.47%);
  background-clip: text;
  color:transparent;
  background-color: #2d2d2d;
}
.thank-you-wrapper .btn::before,
.thank-you-wrapper .btn::after{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px; /* line thickness */
  background: linear-gradient( 90deg,
    transparent,
    #d4af37,
    #f7e08c,
    #d4af37,
    transparent
  );
}
.thank-you-wrapper .btn::before{
  top: 0;
}
.thank-you-wrapper .btn::after{
  bottom: 0;
}
.thank-you-wrapper .btn:focus,
.thank-you-wrapper .btn:hover{
  box-shadow: none;
}
.social-media-wrapper{
  text-align: center;
}
.social-media-wrapper h2{
  background:linear-gradient(130deg, #c3942f 0%, #d89c27 18%, #dfc86f 37%, #e7dc96 50%, #dfc86f 64%, #d89c27 82%, #c99c30 100%) !important;
  /* background: linear-gradient(100.47deg, #C3942F 28.12%, #D89C27 41.31%, #E7DC96 53.42%, #DFC86F 65.82%, #D89C27 75.96%, #C99C30 84.47%); */
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  color: transparent !important;
  background-color: #2d2d2d !important;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 26px;
  font-weight: 600;
}
.social-media-content p{
  color:#fff;
}
@media(min-width:1400px){
  .thank-you-wrapper p.text-center{
    width:40% !important;
  }
}
@media(max-width:1200px){
  .thank-you-wrapper .usd-logo-img{
    background-image: linear-gradient(#000 42%, transparent 31%);
    top:-2.4%;
  }
}
@media(max-width:992px){
  .thank-you-wrapper .usd-logo-img{
    width:45%;
    left:28.5%;
    top:-3.4%;
  }
  .thank-you-wrapper{
    padding: 60px 0px 20px;
  }
  .thank-you-section{
    padding: 40px 0px 20px;
  }
  .thank-you-wrapper p.text-center{
    width:75% !important;
    margin-bottom: 25px !important;
  }
  .thank-you-wrapper .btn{
    margin-bottom: 25px !important;
    padding: 8px 0px;
    font-size: 18px;
  }
  .thank-you-wrapper .btn::before, .thank-you-wrapper .btn::after{
    height: 2px;
  }
  .social-media-wrapper .social-media-content{
    width:75% !important;
  }
  .thank-you-wrapper h2{
    font-size: 26px;
  }
  .social-media-wrapper h2{
    margin-bottom: 15px !important;
    font-size: 24px;
  }
  .thank-you-wrapper{
    height: auto;
    background-size: cover;
  }
}
@media(max-width:768px){
  .thank-you-wrapper .usd-logo-img{
    width:60%;
    left:20%;
    top:-3.8%;
  }
  .thank-you-wrapper{
    padding: 60px 0px 20px;
  }
  .thank-you-wrapper .thankyou-img{
    width:180px;
    height:80px;
  }
  .thank-you-wrapper h2{
    font-size: 24px;
  }
  .thank-you-wrapper .btn{
    font-size: 16px;
    margin-bottom: 15px !important;
  }
  .thank-you-wrapper p.text-center{
    font-size: 15px;
    width:85% !important;
    margin-bottom: 20px !important;
  }
  .social-media-wrapper h2{
    font-size: 20px;
    margin-bottom: 12px !important;
  }
  .social-media-content img{
    width:45%;
  }
}
@media(max-width:576px){
  .thank-you-wrapper .usd-logo-img{
    width:70%;
    left:14%;
    top:-2.8%;
  }
  .thank-you-wrapper{
    padding: 50px 0px 20px;
  }
  .thank-you-wrapper p.text-center{
    margin-bottom: 25px !important;
    width:90% !important;
    font-size: 14px;
  }
  /* .social-media-wrapper .social-media-content{
    gap:20px;
  } */
   .social-media-wrapper h2{
    font-size: 18px;
   }
   .thank-you-wrapper .btn{
      width: 55%;
   }
   .thank-you-wrapper h2{
     font-size: 22px;
   }
}
@media(max-width:480px){
  .thank-you-wrapper{
    padding: 40px 0px 20px;
  }
  .thank-you-wrapper .usd-logo-img{
    width:75%;
    left:12%;
  }
  .social-media-wrapper .social-media-content{
    width: 90% !important;
    --bs-gutter-x: 1rem;
  }
  .social-media-content img{
    margin-bottom: 5px;
  }
  .social-media-content p {
    font-size: 12px;
    display: none;
  }
  .social-media-content img{
    width:60%
  }
  .thank-you-wrapper h2{
    font-size: 20px;
    margin-bottom: 1rem !important;
  }
}