/**
	
* Template Name: Povital - Medical & Health HTML Template
* Version: 1.0.5
* Author: Unicoder
* Email: unicoder16@gmail.com
* Developed By: Unicoder
* First Release: 4 Sep, 2018
* Author URL: www.unicoderbd.com

**/

/*================= Preloader ====================*/

.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
  background: #fff;
}

/*================== Start CSS =====================*/

.container,
.container-fluid {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}

.accorden-block {
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  -ms-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}

body {
  font-size: 15px;
  font-family: var(--theme-general-font);
  font-weight: 400;
  line-height: 28px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a,
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  font-family: var(--theme-highlight-font);
  margin-bottom: 0;
  font-weight: 700;
}

h1,
.h1 {
  font-size: 50px;
}

h2,
.h2 {
  font-size: 42px;
}

h3,
.h3 {
  font-size: 36px;
}

h4,
.h4 {
  font-size: 29px;
}

h5,
.h5 {
  font-size: 22px;
}

h6,
.h6 {
  font-size: 18px;
}

/*mine css*/

.p-30 {
  padding: 30px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.font-13 {
  font-size: 13px;
}

#page_wrapper {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.sub-title {
  font-size: 18px;
}

.mx-width-initial {
  max-width: initial;
}

.top-profile ul li {
  border-right: 1px solid var(--theme-white-color);
  padding: 0 15px;
}

.top-profile ul li:first-child {
  border-left: 1px solid var(--theme-white-color);
}

.btn {
  border-radius: 0;
}

.dropdown-item {
  font-size: 14px;
}

.btn-primary {
  color:#a57221 !important;
  /*border: 2px solid var(--theme-primary-color) !important;*/
  background-color: #fdfcfc !important;
  border-radius: 15px;
      font-weight: bolder;
          font-size: 18px;


}

.btn-primary:hover {
  color: #800020 !important;
  background-color: white !important;
}

.btn-white {
  color: var(--theme-primary-color);
  background-color: var(--theme-white-color);
  border: 2px solid var(--theme-white-color);
}

.btn-white:hover {
  color: var(--theme-white-color);
  background-color: transparent;
}

.font-bold {
  font-weight: 700;
}

.service-block-1 {
  padding: 40px 25px;
  border-bottom: 3px solid #f5f5f5;
  border-right: 3px solid #f5f5f5;
}

.service-block-1 i {
  float: left;
  margin-right: 15px;
}

.z-index-999 {
  z-index: 999;
}

.accorden-content p {
  margin-bottom: 0;
}

.features {
  border-right: 1px solid var(--theme-gray-color);
}

.box-40px {
  height: 40px;
  width: 40px;
}

.box-60px {
  height: 60px;
  width: 60px;
}

.box-70px {
  height: 70px !important;
  width: 70px !important;
}

.box-80px {
  height: 80px;
  width: 80px;
}

.box-100px {
  height: 100px;
  width: 100px;
}

.box-130px {
  height: 130px;
  width: 130px;
}

.box-290px {
  height: 290px;
  width: 290px;
}

.overlay-up::before {
  top: 100%;
}

.thumb-team-classic:hover .overlay-up::before {
  top: 0%;
}

.owl-nav-secondary.owl-carousel .owl-nav button {
  text-align: center;
  font-size: 21px;
  color: #fff;
  background-color: var(--theme-secondary-color);
  z-index: 9;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.owl-nav-secondary.owl-carousel .owl-nav button.owl-prev {
  left: -70px;
}

.owl-nav-secondary.owl-carousel .owl-nav button.owl-next {
  right: -70px;
}

.owl-nav-hover-primary.owl-carousel .owl-nav button:hover {
  background-color: var(--theme-primary-color);
}

.photo-box {
  width: 48%;
  float: left;
  margin-bottom: 10px;
}

.photo-box:nth-child(2n + 1) {
  margin-right: 10px;
}

.form-group-1 input {
  width: 350px;
  padding-right: 40px;
  color: var(--theme-white-color);
}

.form-group-1 button {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  width: 45px;
  line-height: 30px;
  text-align: center;
  background: none;
  border: none;
  color: var(--theme-white-color);
  padding: 0;
  z-index: 999;
}

.form-group-1 input::placeholder {
  color: var(--theme-white-color);
}

.border-white-2px {
  border: 2px solid var(--theme-white-color);
}

.border-right-gray-1 {
  border-right: 1px solid var(--theme-gray-color);
}

.feature-1 {
  width: 100%;
  height: 430px;
}

.background-img-left {
  background-position: 30px bottom;
  background-repeat: no-repeat;
  background-size: 42%;
}

.bg-set-after::after {
  position: absolute;
  content: "";
  width: 25%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: var(--theme-primary-color);
}

.middle-header-icon {
  display: table;
  border: 2px solid #eee;
  width: 60px;
  height: 60px;
  transform: rotate(45deg);
  -moz-transition: rotate(45deg);
  -ms-transition: rotate(45deg);
  -o-transition: rotate(45deg);
  -webkit-transition: rotate(45deg);
}

.middle-header-icon i {
  transform: rotate(-45deg);
  -moz-transition: rotate(-45deg);
  -ms-transition: rotate(-45deg);
  -o-transition: rotate(-45deg);
  -webkit-transition: rotate(-45deg);
  display: block;
  line-height: 50px;
  text-align: center;
}

nt-16 {
  font-size: 16px;
}

.single-carusel .owl-nav {
  font-size: 30px;
  float: right;
  color: #fff;
  font-weight: 700;
}

.accorden-title::before {
  content: "";
  height: 2px;
  position: absolute;
  right: 20px;
  width: 10px;
  background-color: var(--theme-primary-color);
}

.accorden-title {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  font-size: 16px;
}

.accorden-title.active,
.accorden-title:hover {
  background-color: var(--theme-primary-color) !important;
  color: var(--theme-white-color);
}

.accorden-title.active::before,
.accorden-title:hover::before,
.accorden-title.active::after,
.accorden-title:hover::after {
  background-color: var(--theme-white-color);
}

.accorden-title::before {
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accorden-title::after {
  content: "";
  height: 2px;
  position: absolute;
  right: 20px;
  width: 10px;
  background-color: var(--theme-primary-color);
  top: 48%;
}

.accorden-title.active::after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}

.accorden-title::after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

.accorden-content {
  display: none;
}

.cursor-pointer {
  cursor: pointer;
}

.border-top-primary-4 {
  border-top: 4px solid var(--theme-primary-color);
}

.w-60 {
  width: 60%;
}

.fixed-top-bg-secondary.fixed-top {
  background-color: var(--theme-secondary-color) !important;
}

.list-style-circle li {
  list-style-type: circle;
  margin: 0 0 15px 15px;
}

.footer-box::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100px;
  left: -10px;
  background-color: var(--theme-white-color) !important;
}

.bottom-nav li {
  display: inline-block;
}

.bottom-nav li a {
  font-size: 13px;
  margin-right: 15px;
  color: var(--theme-white-color);
}

.fixed-bg-secondary.fixed-top {
  background-color: var(--theme-secondary-color);
}

.footer-logo,
.footer-logo img {
  width: 300px;
  height: auto;
}

.footer-widget li a {
  color: #800020;
    font-weight: bold !important;
}

.top-profile .nav-bar-top.right li {
  margin-left: 0;
}

.widget,
.overlay-up::before {
  -moz-transition: all 300ms ease-in-out 0s;
  -ms-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}

.form-control {
  border-radius: 0;
}

header.fixed-top {
  width: 100%;
  transform: translateX(0);
}

.scale1-1 {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ".";
}

.timeshedule {
  overflow-x: scroll;
}

.timeshedule tr:nth-child(2n + 1) {
  background-color: var(--theme-white-color) !important;
}

.timeshedule th,
.timeshedule td {
  border-color: #e1e1e1;
}

.service-widget .item {
  width: 49%;
  margin-right: 2px;
  margin-bottom: 2px;
  float: left;
  text-align: center;
}

.product-img span {
  top: 20px;
  left: -10px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  padding: 0 10px;
  right: auto;
}

.product-img span.onsale {
  background-color: var(--theme-primary-color);
}

.page-link:hover {
  background-color: var(--theme-primary-color);
  color: var(--theme-white-color);
}

.tagcloud ul li a {
  background-color: var(--theme-primary-color);
  color: var(--theme-white-color);
}

.tagcloud ul li a:hover {
  background-color: var(--theme-secondary-color);
  color: var(--theme-primary-color);
}

ul.product_list_widget li a {
  color: var(--theme-secondary-color);
  font-weight: 600;
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}

ul.product_list_widget li .star-rating {
  font-size: 8px;
}

ul.product_list_widget li .price {
  font-size: 13px;
}

.product-detail .woocommerce-loop-product__title a {
  font-weight: 500 !important;
}

.product-detail .star-rating {
  font-size: 10px;
}

.widget ul.product_list_widget li img {
  height: 60px;
  width: 60px;
  border: 1px solid var(--theme-secondary-color);
  border-radius: 50%;
}

ul.product_list_widget li a:hover img {
  border: 1px solid var(--theme-primary-color) !important;
}

.view-category button {
  background-color: var(--theme-white-color);
}

.subscribe-form .form-control {
  border: none;
}

.widget_product_categories {
  border: none;
  padding: 0;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_product_categories ul li {
  border-bottom: none;
}

.widget.form-group-1 input {
  width: 350px;
  padding-right: 40px;
  color: var(--theme-secondary-color);
}

.widget.form-group-1 input::placeholder {
  color: var(--theme-secondary-color);
}

.widget.widget_add {
  margin-bottom: 60px !important;
}

.widget.widget_add .btn {
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
  display: block ruby;
}

.widget.widget_instagram li {
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
}

.widget.widget_instagram li:nth-child(3n) {
  margin-right: 0;
}

.widget.widget_instagram li img {
  width: 81px;
  height: 81px;
}

.widget {
  width: 100%;
  display: block;
}

.nav-tabs {
  margin-bottom: 20px;
}

.nav-tabs > li > a {
  padding: 0 20px;
  line-height: 50px;
  font-family: var(--theme-highlight-font);
  font-weight: 500;
  font-size: 16px;
  border-radius: 25px;
  display: block;
  margin-right: 15px;
  color: var(--theme-secondary-color);
  margin-bottom: 30px;
}

.nav-tabs > li > a.active,
.nav-tabs > li > a:hover {
  background-color: var(--theme-primary-color);
  color: var(--theme-white-color);
}

/*appoinment*/

.department-select span {
  float: left;
  margin-right: 30px;
  line-height: 45px;
  font-size: 17px;
  font-weight: 500;
}

.department-select .form-2 {
  display: table;
  width: 300px;
}

.department-select select {
  border: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  height: 44px;
  padding: 0 15px;
  width: 100%;
}

.month-table .top-opt a {
  color: #fff;
  display: table;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
}

.month-table .top-opt .month {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  font-family: "Nunito", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.month-table table {
  background: #fff;
  margin-top: -1px;
  width: 100%;
}

.month-table table th,
.month-table table td {
  border: 1px solid #eeeeee;
}

.month-table th {
  line-height: 50px;
  color: #818181;
  text-align: center;
  border-top-color: transparent;
}

.month-table td {
  height: 163px;
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #818181;
}

.month-table .date {
  width: 52px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid transparent;
}

.month-table table td.active .date {
  border-color: var(--theme-primary-color);
  color: var(--theme-primary-color) !important;
}

.month-table table td:hover .date,
.month-table table td.active:hover .date {
  color: var(--theme-white-color) !important;
  background-color: var(--theme-primary-color) !important;
}

.month-table table td:hover .available-appoinment {
  display: block;
}

.month-table .available-appoinment {
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 12px;
  padding: 5px 10px;
  background: #f5f5f5;
  color: #818181;
  line-height: normal;
  width: 100px;
  left: 50%;
  transform: translateX(-50%);
  top: -38px;
  display: none;
}

.month-table .available-appoinment::after {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #f5f5f5;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

#sidebar.blog-sidebar .widget {
  margin-bottom: 0;
}

.blog-sidebar .widget_blog_categories {
  background-color: white;
  padding: 30px;
}

.blog-sidebar .widget_blog_categories li {
  margin-bottom: 10px;
}

.blog-sidebar .widget_blog_categories a {
  color: #a57221;
  display: block;
}

.blog-sidebar .widget_blog_categories a:hover {
  color: var(--theme-secondary-color);
}

.blog-sidebar .widget_recent_entries,
.widget_appointment {
  background-color: var(--theme-white-color);
  padding: 30px;
}

.blog-sidebar .widget_recent_entries ul li a {
  color: var(--theme-secondary-color);
}

.blog-sidebar .widget_recent_entries ul li a:hover {
  color: var(--theme-primary-color);
  text-decoration: none;
}

.blog-sidebar .widget_tag_cloud {
  background-color: var(--theme-white-color);
  padding: 30px;
}

.blog-sidebar .widget_tag_cloud ul {
  display: inline-block;
  width: 100%;
}

.blog-sidebar .widget_tag_cloud li {
  margin-bottom: 5px;
  margin-right: 5px;
  float: left;
}

.blog-sidebar .widget_tag_cloud li a {
  padding: 4px 15px;
  border: 1px solid #ababab;
  border-radius: 20px;
  font-size: 14px;
  color: #ababab;
  display: inline-block;
}

.blog-sidebar .widget_tag_cloud li a:hover {
  border: 1px solid var(--theme-primary-color);
  color: var(--theme-primary-color);
}

.blog-sidebar .widget_archive,
.blog-sidebar .widget_meta {
  background-color: var(--theme-white-color);
  padding: 30px;
}

.blog-sidebar .widget_archive li a,
.blog-sidebar .widget_meta li a {
  color: var(--theme-secondary-color);
  display: block;
}

.blog-sidebar .widget_meta li {
  padding: 6px 0;
  font-size: 15px;
}

.blog-sidebar .widget_meta li a:hover {
  color: var(--theme-primary-color);
}

.widget_services {
  margin-top: 30px;
}

.widget_services ul li {
  padding: 30px 25px;
  float: left;
  width: 49%;
  margin-right: 4px;
  margin-bottom: 4px;
  text-align: center;
  background-color: var(--theme-white-color);
}

.widget_services ul li:nth-child(2n) {
  margin-right: 0;
}

.widget_services ul li i {
  color: var(--theme-primary-color);
  font-size: 30px;
}

.widget_services ul li a {
  display: block;
  color: var(--theme-secondary-color);
  font-weight: 700;
}

.content-sidebar {
  padding: 30px;
}

.error {
  padding-top: 170px;
  padding-bottom: 250px;
}

.error h1 {
  font-size: 100px;
}

.error p {
  font-size: 24px;
  margin-bottom: 30px;
  color: #818181;
}

.bg-light {
  background-color: var(--theme-light-color) !important;
}

.widget_content_navigation li {
  list-style: decimal inside;
  margin-bottom: 10px;
}

.widget_content_navigation li a {
  color: var(--theme-secondary-color);
}

.widget_testimonial .owl-carousel .owl-nav button.owl-next,
.widget_testimonial .owl-carousel .owl-nav button.owl-prev,
.widget_testimonial .owl-carousel button.owl-dot {
  color: var(--theme-secondary-color);
  font-size: 50px;
}

.content-details p:first-child:first-letter {
  color: #0d1432;
  float: left;
  font-size: 75px;
  line-height: 50px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

blockquote {
  padding: 30px;
  border-left: 4px solid var(--theme-primary-color);
  font-size: 17px;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
  margin: 30px 0;
  background-color: var(--theme-white-color);
}

.thumb-team-classic .social-area {
  z-index: 10;
  visibility: hidden;
  opacity: 0;
}

.thumb-team-classic:hover .social-area {
  visibility: visible;
  opacity: 1;
}

.thumb-team-classic .social-area li {
  margin: 0 3px;
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  border: 2px solid #fff;
}

.thumb-team-classic .social-area li a {
  color: var(--theme-white-color);
  display: block;
  line-height: 36px;
}

.sidebar .widget {
  padding: 0;
}

.sidebar .widget-title {
  margin-bottom: 25px;
}

.widget_recent_entries ul h5 {
  line-height: 25px;
  margin-bottom: 5px;
}

.widget_twitter_feed li {
  margin-bottom: 40px;
  display: flex;
}

.widget_twitter_feed li [class*="fa-"] {
  float: left;
  color: var(--theme-primary-color);
  margin-right: 15px;
  margin-top: 5px;
}

.widget_twitter_feed li p {
  margin-bottom: 20px;
}

.widget_twitter_feed li a {
  display: block;
}

.doctor-contact-table td,
.doctor-time-table td {
  line-height: 40px;
}

.doctor-contact-table td:last-child,
.doctor-experience-table td:last-child {
  padding-left: 30px;
}

.doctor-time-table {
  display: inline-table;
}

.doctor-time-table td {
  color: var(--theme-secondary-color);
}

.doctor-time-table td:last-child {
  float: right;
}

.doctor-experience-table td {
  padding-bottom: 20px;
}

.social-icon-secondary a {
  color: var(--theme-secondary-color);
}

.icon-left a {
  margin-right: 20px;
}

.icon-left a:last-child {
  margin-right: 0;
}

.hover-icon-primary a:hover {
  color: var(--theme-primary-color);
}

.blog-hints li {
  float: left;
  margin-right: 10px;
}

.blog-hints li:last-child {
  margin-right: 0;
}

.w-48 {
  width: 48%;
}

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.ball-scale-multiple {
  position: relative;
}

.ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.ball-scale-multiple > div {
  background-color: #fff;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  margin: 0;
  left: -70px;
  top: -70px;
  width: 140px;
  height: 140px;
  -webkit-animation: ball-scale-multiple 3s 0s linear infinite;
  animation: ball-scale-multiple 3s 0s linear infinite;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: var(--theme-primary-color) !important;
}

@media (min-width: 992px) {
  .w-lg-65 {
    width: 65% !important;
  }
  .nav-on-banner {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 95%;
    z-index: 999;
    transform: translateX(-50%);
  }
  .navbar-expand-lg .navbar-nav .nav-item {
    margin: 0 15px;
  }
}

@media (max-width: 1300px) {
  .d-none-1300 {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .widget_services ul li {
    padding: 30px 14px;
    width: 143px;
  }
  .service-widget .item {
    width: 143px;
  }
  .widget.doctors-info .item img {
    width: 90px;
  }
  .widget.widget_instagram li img {
    width: 102px;
    height: 102px;
  }
  .widget.widget_instagram li:nth-child(3n) {
    margin-right: 5px;
  }
  .widget.widget_instagram li:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 1100px) {
  .d-none-1100 {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .bg-img-md-none {
    background-image: none !important;
  }
  .widget_services ul li:nth-child(2n) {
    margin-right: 4px;
  }
  .widget_services ul li:nth-child(3n) {
    margin-right: 0;
  }
  .widget_services ul li {
    padding: 30px 55px;
    width: 227px;
  }
  .service-widget .item {
    width: 228px;
  }
  .footer-logo {
    position: inherit !important;
    left: 170px;
  }
  .bg-set-after {
    background: none !important;
  }
  .scale1-md-1 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  .max-md-bg-secondary {
    background-color: var(--theme-secondary-color);
  }
}

@media screen and (max-width: 767px) {
  .widget_services ul li:nth-child(2n) {
    margin-right: 0;
  }
  .widget_services ul li:nth-child(3n) {
    margin-right: 4px;
  }
  .widget_services ul li {
    width: 251px;
  }
  .widget.widget_instagram li img {
    width: 97px;
    height: 97px;
  }
  .widget.widget_instagram li:nth-child(2n),
  .widget.widget_instagram li:nth-child(3n) {
    margin-right: 5px;
  }
  .sm-mt-50 {
    margin-top: 50px !important;
  }
  .service-widget .item {
    width: 49%;
  }
}

@media screen and (max-width: 575px) {
  .widget_services ul li:nth-child(3n) {
    margin-right: 0;
  }
  .widget_services ul li {
    width: 100%;
  }
}




/*addd*/


.chatbot-container {
  width: 350px;
  height: 500px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: none;
  flex-direction: column;
}

.chat-header {
  background: #0078d7;
  color: #fff;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px 10px 0 0;
}

.chat-header h3 {
  margin: 0;
  color: #ccc;
}

.chat-header button {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.chat-body {
  flex: 1;
  overflow-y: auto;
  padding: 10px;
  background: #f5f5f5;
}

.chat-footer {
  display: flex;
  padding: 10px;
  border-top: 1px solid #ccc;
}

#chat-input {
  flex: 1;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#send-btn {
  background: #0078d7;
  color: #fff;
  border: none;
  padding: 8px 12px;
  margin-left: 8px;
  border-radius: 5px;
  cursor: pointer;
}

.chat-message {
  margin-bottom: 10px;
  padding: 8px 12px;
  border-radius: 10px;
  display: inline-block;
}

.chat-message.bot {
  background: #e0e0e0;
  align-self: flex-start;
}

.chat-message.user {
  background: #0078d7;
  color: #fff;
  align-self: flex-end;
}

.open-chatbot {
  position: fixed;
  bottom: 20px;
  right: 73px;
  font-size:20px;
  background: #882926;
  color: #fff;
  border: none;
  padding: 5px 20px;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

 #whatsapp_button {
    position: fixed;
    left: -6px;
    bottom: 10px;
    height: auto;
    background: #9990;
    z-index: 1001;
    }
    
  span#cpy {
    color: black;
} 

 .footer-widget.media-widget a {
                    display: inline-block;
                    width: 40px;
                    height: 40px;
                    line-height: 40px;
                    text-align: center;
                    margin: 5px;
                    border-radius: 50%;
                    font-size: 18px;
                    transition: all 0.3s ease-in-out;
                }

                /* Unique colors for each social media icon */
                .footer-widget.media-widget a:nth-child(1) {
                    background-color: #3b5998;
                    /* Facebook */
                    color: #fff !important;
                }

                .footer-widget.media-widget a:nth-child(2) {
                    background-color: red;
                    /* Twitter */
                    color: #fff !important;
                }

                .footer-widget.media-widget a:nth-child(3) {
                    background: linear-gradient(45deg, #FCAF45, #FD1D1D, #E1306C, #833AB4, #405DE6);

                    /* Google+ */
                    color: #fff !important;
                }

                .footer-widget.media-widget a:nth-child(4) {
                    background-color: #0077b5;
                    /* LinkedIn */
                    color: #fff !important;
                }

                .footer-widget.media-widget a:nth-child(5) {
                    background-color: #ff6600;
                    /* RSS */
                    color: #fff !important;
                }

                /* Hover effects */
                .footer-widget.media-widget a:hover {
                    transform: scale(1.2);
                    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
                }

                /* Animations */
                @keyframes bounce {

                    0%,
                    100% {
                        transform: translateY(0);
                    }

                    50% {
                        transform: translateY(-5px);
                    }
                }

                .footer-widget.media-widget a:hover {
                    animation: bounce 0.5s ease-in-out;
                }
                p.text-white.color-whitw.ls-layer {
    font-size: 36px !important;
}
footer#footer {
    background-color: antiquewhite;
}
svg.svg-inline--fa.fa-star.fa-w-18 {
    color: #71c0bd;
    font-size: 12px;
    margin: 4px;
}
span {
    color: white;
}
div#success {
    background-color: #b3e1df !important;
}
p#scul {
    color: #a466dd !important;
}
p#women {
    color: #a57221 !important;
}
a#active {
    background-color: brown;
    color: white;
    border-radius: 12px;
    padding: 9px;
}
h3.mb-4.text-center.down-line.w-lg-65.mx-auto {
    font-family: Minion Variable Concept;
        font-size: 65px;

}
h3.mb-4.text-center.down-line{
    font-family: Minion Variable Concept;
    font-size: 65px;
}
.nav-on-top {
}


    
    @media only screen and (max-width: 768px) {
.list-num li {
    text-align: justify;
}
img.image {
    width: 67px;
    margin-left: 19px !important;
}
p {
    text-align: justify;
}
div#head {
    background-color: white !important;
}
div#navbarSupportedContent {
    background-color: #71c0bd;
    
}
div#colum {
    padding-right: 0px;
    padding-left: 0px;
            /*background-color: #71c0bd;*/

}
nav#nav {
    background: #b3e1df;
}
.navbar-nav {
        border-top:none;
        margin: 19px;
    }
    .ls-l.text-secondary {
      font-size: 130px !important; /* Increase font size for mobile view */
    }
    .full-row.p-0.ls-direction-fix.ls-overflow-visible {
    margin-top:0px !important;;
}
h3.mb-4.text-center.down-line.w-lg-65.mx-auto {
    font-family: Minion Variable Concept;
    font-size: 50px;
}
h3.mb-4.text-center.down-line {
    font-family: Minion Variable Concept;
    font-size: 50px;
}
a#fer {
    margin-left: 26px !important
}
h2#our {
    font-size: 39px;
}
h2#our {
    font-size: 75px;
}
.page-banner-image.w-100 {
    margin-top: 0px !important;
}
a#book {
   color: #a57221 !important;
    margin: 12px;
    margin-left: 0px !important;
}
.open-chatbot {
   
    
    right: 20px;
}

}


/*add*/

.full-row.p-0.ls-direction-fix.ls-overflow-visible {
    margin-top:250px;
}


a#book {
    color: white !important;
    
    background: #a57221 !important;
}
span.sub-title.text-center.mb-5.w-lg-65.mx-auto.mb-4 {
    color: #6c6c6c;
}
a#advanced {
    color: #800020 !important;
    
}
p {
    color: black;
    font-size: 18px;
    line-height: 34px;
}
p#provide {
    text-align: center;
}
div#about {
    background: antiquewhite;
}
p#weight {
    font-weight: bold;
}
a#fer {
    margin-left: 37%;
    background: #a57221 !important;
    color: white !important;
}
a#fer:hover{
color: black !important;
}
.page-banner-image.w-100 {
    margin-top: 250px;
}

        .containerr {
            width: 320px;
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: none;
            z-index: 1000;
        }
        h2#heading {
 font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
    text-align: center;
}
     
        .radio-group {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-bottom: 15px;
        }
        
        input[type="text"], input[type="email"], input[type="tel"] {
            width: 100%;
            padding: 10px;
            margin-bottom: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            font-size: 14px;
        }
        input[type="number"], input[type="number"], input[type="number"] {
            width: 100%;
            padding: 10px;
            margin-bottom: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            font-size: 14px;
        }
        .btnn {
            background-color: black;
            color: white;
            border: none;
            padding: 10px;
            width: 100%;
            font-size: 16px;
            border-radius: 5px;
            cursor: pointer;
        }
        .btnn:hover {
            background-color: #333;
        }
       .icon {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 6px;
    background: #f9f9f9;
}

.icon img {
    width: 20px;
    margin-right: 10px;
}

.icon input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    padding: 0px;
}
        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            display: none;
            z-index: 999;
        }
        .close-btn {
            position: absolute;
            top: 10px;
            right: 10px;
            color: red;
            border: none;
            padding: 5px 10px;
            cursor: pointer;
            border-radius: 50%;
            background:none;
        }
    div#cycles {
    font-weight: bold;
    font-size: 16px;
}

a#book:hover {
    color: black !important;
}
a.color {
    color:#a57221;
}
img.address {
    width: 48px;
}
img.mail {
    width: 54px;
}
a.copy {
    color: #800020;
    font-weight: bold;
}

p.fs {
    color: #800020;
    font-weight: bold;
}
input[type="submit"] {
    background-color: black;
    color: white;
    border: none;
    padding: 10px;
    width: 100%;
    font-size: 16px;
    border-radius: 5px;
}