@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900|Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allison&display=swap");
@import url("../css/bootstrap.css");
@import url("../css/animate.css");
@import url("../css/jquery.fancybox.min.css");
@import url("../css/slick.css");
@import url("../css/xicon.css");
@import url("../css/variables.css");
@import url("../css/mobile-nav.css");
#jqcheck {
  background: #fff9d7;
  text-align: center;
  color: #333;
  padding: 10px 0px;
  font-size: 13px;
  font-weight: bold;
  position: fixed;
  z-index: 9991;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  margin: 0px;
  padding: 0px;
}
/* text selection color */

::-moz-selection {
  background: var(--primary-color);
  color: var(--theme-white);
  text-shadow: none;
}

::selection {
  background: var(--primary-color);
  color: var(--theme-white);
  text-shadow: none;
}
/* browser scroller style */

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  background-color: #ecedf1;
  -webkit-border-radius: 0px;
  border-left: 1px solid #888;
}

::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0px;
  background: var(--primary-color);
}

body {
  font-family: var(--base-font-family);
  color: var(--default-color);
  font-size: var(--base-font-size);
}

.ff-primary {
  font-family: var(--base-font-family);
}

.ff-secondary {
  font-family: var(--secondary-font-family);
}

.fc-primary {
  color: var(--primary-color);
}

.fc-secondary {
  color: var(--secondary-color);
}

.fc-dark {
  color: var(--dark-color);
}

.fc-lite {
  color: var(--lite-color);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
  margin: 0;
  padding: 0;
}

h1,
.h1,
h2,
.h2 {
  font-family: var(--heading-font-family-primary);
}

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--secondary-font-family);
}

h2,
.h2 {
  font-size: 6.7vmin;
}

h3,
.h3 {
  font-size: var(--font-size-h3);
}

h4,
.h4 {
  font-size: var(--font-size-h4);
}

h5,
.h5 {
  font-size: var(--font-size-h5);
}

h6,
.h6 {
  font-size: var(--font-size-h6);
}

p {
  font-size: var(--base-font-size);
}

p {
  font-weight: 400;
  line-height: 22px;
  padding: 0 0 20px;
  margin: 0px;
}
/*** theme sections padding ***/

.sec-padding-100 {
  padding: 100px 0;
}

.sec-padding-90 {
  padding: 90px 0;
}

.sec-padding-80 {
  padding: 80px 0;
}

.sec-padding-70 {
  padding: 70px 0;
}

.sec-padding-60 {
  padding: 60px 0;
}

.sec-padding-xlarge {
  padding: 50px 0;
}

.sec-padding-large {
  padding: 40px 0;
}

.sec-padding-medium {
  padding: 30px 0;
}

.sec-padding-small {
  padding: 25px 0;
}

.sec-padding-xsmall {
  padding: 10px 0;
}
/*** theme sections margin ***/

.sec-margin-100 {
  margin: 100px 0;
}

.sec-margin-90 {
  margin: 90px 0;
}

.sec-margin-80 {
  margin: 80px 0;
}

.sec-margin-70 {
  margin: 70px 0;
}

.sec-margin-60 {
  margin: 60px 0;
}

.sec-margin-xlarge {
  margin: 50px 0;
}

.sec-margin-large {
  margin: 40px 0;
}

.sec-margin-medium {
  margin: 30px 0;
}

.sec-margin-small {
  margin: 25px 0;
}

.sec-margin-xsmall {
  margin: 10px 0;
}
/*** no padding, no marging ***/

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

p strong {
  color: black;
}

p span {
  color: black;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

img {
  border: 0px;
  outline: none;
}
/*img { max-width: 100%;  }*/

ul,
li {
  list-style-type: none;
}

.relative {
  position: relative;
}

h2,
.h2 {
  color: #333333;
  line-height: 1;
  font-weight: 600;
  padding: 0 0 15px 0;
  position: relative;
  letter-spacing: -1px;
}

h2 span,
.h2 span {
  color: var(--primary-color);
}

a {
  text-decoration: none;
}

.list-simple {
  list-style: none;
  margin: 0 0 15px 0;
  width: 100%;
  display: inline-block;
}

ul.nav li a.active {
  color: var(--primary-color);
}

ul.nav li a.active::before {
  width: 100%;
  background: var(--primary-color);
}

.list-simple li {
  color: #0f0b1f;
  padding: 0 0 10px 16px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.list-simple li:before {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 13px;
  color: var(--secondary-color);
  content: "\e93a";
  font-family: "icomoon" !important;
}
/*** morefull block link ***/

.moreFull {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}
/*** transition ***/

.transition {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*** scale with transition ***/

.scale-with-transition {
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
/* header 
------------------------------------*/

.header-main {
  padding: 0 0 0 0;
}

.top-bar {
  color: white;
  background: var(--secondary-color);
  padding: 0;
}

.top-info-list {
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.top-info-list li {
  float: left;
  color: #ffffff;
  font-size: 13px;
  padding: 0 10px;
}

.top-info-list li:first-child {
  padding-left: 0px;
}

.top-info-list li:last-child {
  padding-right: 0px;
}

.top-info-list li span {
  margin-right: 8px;
  color: var(--text-theme-dark);
  font-size: 13px;
  line-height: 20px;
}

.top-info-list li span.icon-phone2 {
  font-size: 15px;
  top: 1px;
  position: relative;
}

.top-info-list li a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
}

.top-info-list li a:hover {
  color: white;
}

.nav-area-full {
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
  width: 100%;
}

.logo {
  margin: 0;
  float: left;
}

.logo a {
  display: block;
}

.top-area {
  display: inline-block;
  width: 100%;
}

/* theme-btn */
a.theme-btn {
  background: var(--primary-color);
  color: white;
  padding: 10px 28px;
  z-index: 9;
  overflow: hidden;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
  border-radius: 40px;
  font-weight: 500;
  position: relative;
  border: 1px solid var(--primary-color);
  font-family: "Open Sans";
  display: block;
  width: fit-content;
  text-transform: capitalize;
  box-shadow: inset -5px 4px 7px 0px #dbd2d2f5;
}

a.theme-btn::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 10px;
  background: transparent;
  left: 9%;
  top: 5%;
  border-radius: 100px;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.3s ease;
}

a.theme-btn:hover:before {
  width: 100%;
  background: white;
  top: 50%;
  left: 50%;
  height: 100px;
}

a.theme-btn:hover {
  color: var(--primary-color);
  transform: translate(0px, -10px);
  box-shadow: inset 1px 1px 12px 0px #dbd2d2f5;
}

/* theme-css-end */

/* Header Css Begin */
.logo a {
  font-size: 21px;
  text-transform: capitalize;
  font-family: Cinzel;
  color: black;
}

.logo a span {
  color: var(--primary-color);
}

ul.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  height: 100%;
  gap: 27px;
}

ul.nav li a {
  color: black;
  font-family: "Roboto";
  text-transform: capitalize;
  font-weight: 600;
  padding: 0 0px;
  display: inline-block;
  position: relative;
  transition: all 0.7s ease;
}

ul.nav li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: black;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}

ul.nav li a:hover:before {
  width: 100%;
  right: auto;
  left: 0;
  background: var(--primary-color);
}

ul.nav li a:hover {
  color: var(--secondary-color);
}

.extra-nav-btns {
  display: flex;
  justify-content: space-between;
}

a.header-icons {
  background: var(--primary-color);
  color: white;
  overflow: hidden;
  border: 1px solid var(--primary-color);
  z-index: 9;
  display: flex;
  align-items: center;
  width: 44px;
  border-radius: 100%;
  justify-content: center;
  font-size: 23px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

a.header-icons::before {
  position: absolute;
  content: "";
  width: 160px;
  transition: all 0.3s ease-in-out;
  height: 9px;
  border-radius: 100%;
  z-index: -1;
  top: -10px;
  box-shadow: -1px 7px 8px white;
}

a.header-icons:hover:before {
  height: 0;
  top: 20px;
  box-shadow: -1px 7px 20px 20px white;
}

a.header-icons:hover {
  color: var(--primary-color);
}
/* Header Css End */

/* Banner Css Begin */

.banner-content a.theme-btn {
  padding: 15px 70px;
  font-size: 19px;
}

.banner-img-main {
  width: 100%;
  height: 400px;
  text-align: left;
}

.banner-img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-slider {
  position: relative;
}

.banner-content {
  position: absolute;
  top: 34%;
  left: 20%;
  transform: translate(-25%, -50%);
}

section.banner-area {
  padding: 0 0 80px 0;
  position: relative;
  overflow: hidden;
}
section.banner-area:before {
  position: absolute;
  content: "";
  width: 440px;
  height: 280px;
  background: var(--primary-color);
  border-radius: 100%;
  right: -280px;
  filter: blur(122px);
  animation: zoomInOut 5s ease-in-out infinite;
  left: -360px;
  top: 120px;
  z-index: 99;
}

.banner-content h1 {
  font-size: 61.02px;
  font-family: "Cinzel";
  color: white;
}

.banner-content h3 {
  font-family: Allison;
  color: white;
  font-size: 34px;
}

.banner-content h1 span {
  color: var(--primary-color);
  padding: 0 19px;
}

.banner-content p {
  font-variant: JIS83;
  width: 500px;
  padding: 20px 0 30px 0;
  color: white;
  font-family: "Open Sans";
  font-size: 19px;
  line-height: inherit;
}

.wave-layer {
  position: absolute;
  bottom: -30%;
  width: 100%;
  z-index: 9999;
}

.wave-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Banner Css end*/

/* About Css begin */
.about-txt h3 {
  font-size: 60px;
  font-family: "Allison";
  color: var(--primary-color);
}

.about-txt h1 {
  font-size: 54px;
  font-family: "Cinzel";
  padding: 0 0 20px 0;
  font-weight: 600;
}

.about-txt h4 {
  font-family: "Cinzel";
  font-weight: 700;
  margin-bottom: 19px;
}

.about-txt a {
  font-family: "Open Sans";
  color: #000;
  text-decoration: underline;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: capitalize;
}

.about-img {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding: 22px;
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.about-us {
  padding: 0 0 90px 0;
}

section.about-us-main {
  padding: 20px 0 90px 0;
}

.about-txt h1 span {
  color: var(--primary-color);
}

.about-txt p {
  font-size: 16px;
  line-height: inherit;
  padding: 0 0 31px 0;
  font-family: "Open Sans";
}

.about-txt a.theme-btn {
  font-size: 17px;
  padding: 10px 50px;
}

.about-img::before {
  position: absolute;
  content: "";
  width: 101%;
  height: 90%;
  z-index: -1;
  top: -4px;
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(211, 86, 56, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(211, 86, 56, 1) 100%
  );
  background-size: 300% 100%;
  animation: gradientAnimation 6s ease infinite;
}

.about-img::after {
  content: "";
  position: absolute;
  width: 98%;
  height: 87.2%;
  background: white;
  left: 7px;
  top: 4px;
  z-index: -1;
}
@keyframes gradientAnimation {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
/* About Css End*/

/* Service CSS begin */
section.services {
  background: url(../images/service-bg.png);
  padding: 230px 0 269px 0;
  background-position: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
.sec-title h2 {
  font-size: 65px;
  font-family: "Cinzel";
  color: white;
}

.sec-title p {
  font-size: 18px;
  color: white;
  font-family: "Roboto";
  width: 70%;
  margin: 0 auto;
  line-height: 30px;
}

.sec-title-2 p {
  color: #000;
  font-size: 18px;
  font-family: "Roboto";
  width: 70%;
  margin: 0 auto;
  line-height: 30px;
}

.sec-title {
  text-align: center;
  padding: 0 0 75px 0;
}

.service-box {
  display: flex;
  gap: 20px;
  background: white;
  padding: 13px 13px;
  height: 100%;
  transition: all 0.6s ease;
  align-items: center;
  border-radius: 10px;
  z-index: 9;
  position: relative;
}

.service-content-box h4 {
  font-size: 22px;
  font-family: "DM Sans Merlin";
  text-transform: capitalize;
  padding: 0 0 8px 0;
}

.service-content-box p {
  font-size: 14px;
  line-height: normal;
  font-family: "Roboto";
}

.service-content-box a {
  color: var(--primary-color);
  position: relative;
  font-size: 19px;
  transition: all 0.6s ease;
  font-family: "Roboto";
  z-index: 9;
}

.service-content-box a::before {
  position: absolute;
  content: "";
  width: 100%;
  z-index: -1;
  height: 1px;
  background: var(--primary-color);
  bottom: 0;
  transition: all 0.6s ease;
}

.service-content-box a:hover:before {
  height: 100%;
}

.service-content-box a:hover {
  color: white;
}

.service-box:hover {
  transform: translate(0px, -15px);
  background: var(--primary-color);
}

.service-box:hover .service-content-box {
  color: white;
}

.service-box:hover .service-content-box a::before {
  background: #000000;
}

.service-box:hover .service-content-box a {
  color: white;
}

.service-box:hover .service-img img {
  transform: rotate(-35deg);
}

.service-img img {
  transition: all 0.6s ease;
}
section.services::before {
  position: absolute;
  content: "";
  width: 440px;
  height: 440px;
  background: var(--primary-color);
  border-radius: 100%;
  right: -280px;
  filter: blur(122px);
  animation: zoomInOut 5s ease-in-out infinite;
}
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.attorney-sec {
  background-image: url(../images/banners/phone.jpg);
  padding: 70px 0 !important;
  background-size: cover;
  background-position: 100% 30%;
  position: relative;
  z-index: 1;
}

.attorney-sec::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  background: rgb(2 58 91 / 84%);
}

.attorney-sec .sec-title {
  padding: 0;
}

.attorney-sec .sec-title p {
  width: 60%;
  margin: 0 auto;
  line-height: 28px;
}

.live-video-sec {
  background-image: url(../images/banners/laptop.jpeg);
  background-position: 100% 20%;
}

.live-video-sec .sec-title h2 {
  font-size: 60px;
  line-height: 68px;
}

.live-video-sec .sec-title p {
  width: 80%;
}

/* Service CSS End */

/* Why Us Css Begin */
.why-us-images img.second-style {
  position: absolute;
  bottom: -80px;
  left: -70px;
  transform: skew(-4deg, -12deg);
  animation: moveUpDown 3s ease-in-out infinite;
}

.why-us-images {
  position: relative;
}

.relable-clients {
  position: absolute;
  right: 10px;
  top: -29px;
  background: var(--primary-color);
  color: white;
  width: 214px;
  transition: all 0.6s ease;
  border: 10px solid;
  height: 240px;
  border-radius: 11px;
  text-align: center;
  display: flex;
  align-items: center;
  /* border: 8px solid; */
  justify-content: center;
  transform: skew(-4deg, -12deg);
  box-shadow: -5px 13px 20px #0000008f;
  animation: moveUpDown 5s ease-in-out infinite;
}

.relable-clients h2 {
  font-size: 51px;
  font-family: "Allison";
  color: white;
  font-weight: 100;
}

section.why-us {
  padding: 100px 0 100px 0;
}

img.second-stylesss {
  width: 100%;
}

@keyframes moveUpDown {
  0% {
    transform: skew(-4deg, -12deg) translateY(0); /* Starting position */
  }
  50% {
    transform: skew(-4deg, -12deg) translateY(-20px); /* Moves up by 20px */
  }
  100% {
    transform: skew(-4deg, -12deg) translateY(0); /* Back to starting position */
  }
}

.relable-clients:hover {
  background: black;
  border-color: var(--primary-color);
}

.why-us-txt h2 {
  font-size: 63px;
  font-family: "Cinzel";
}

.why-us-txt h4 {
  font-size: 68px;
  font-family: "Allison";
  padding: 0 0 10px 0;
  color: var(--primary-color);
}

.why-us-txt p {
  font-size: 21.97px;
  font-family: "Roboto";
  line-height: normal;
  padding: 10px 0 10px 0;
}

.why-us-txt ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 30px 0 0 0;
  margin: 0;
  gap: 15px;
}

.why-us-txt ul li {
  display: flex;
  gap: 15px;
  align-items: center;
  box-shadow: -1px 11px 20px #7873731c;
  padding: 15px;
  transition: all 0.6s ease;
}

.listing-content h3 {
  font-size: 16px;
  font-family: "Cinzel";
  font-weight: 700;
}

.listing-content p {
  font-size: 13.17px;
  font-family: "Roboto";
  padding: 0;
}

.point-num {
  width: 54px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 17px #74717147;
}

.point-num h3 {
  font-size: 44px;
  font-family: "Allison";
  color: var(--primary-color);
}

.why-us-txt {
  padding: 70px 0 0px 12px;
}

.why-us-txt ul li:hover {
  transform: translate(0px, -10px);
  background: var(--primary-color);
}

.why-us-txt ul li:hover .point-num {
  box-shadow: 0 0 8px #00000047;
}

.why-us-txt ul li:hover .point-num h3 {
  color: white;
}

.why-us-txt ul li:hover .listing-content h3,
.why-us-txt ul li:hover .listing-content p {
  color: white;
}
.why-us-txt a.theme-btn {
  font-size: 21px;
  margin: 40px 0 0 0;
  padding: 10px 55px;
}
/* Why Us Css End */

/* Book An Appointment Css Begin */
.bookanappointment {
  background-image: url(../images/book-appointment.png);
  padding: 50px;
  text-align: center;
  position: relative;
  z-index: 9;
  overflow: hidden;
  display: flex;
  gap: 9px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background-size: cover;
  background-position: center;
}

.bookanappointment::before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  background: rgb(2 58 91 / 84%);
}

.bookanappointment h2 {
  font-size: 70px;
  color: white;
  font-family: "Cinzel";
}

.bookanappointment p {
  font-size: 18px;
  color: white;
  font-family: "Open Sans";
  font-weight: 200;
  padding: 0 0 24px 0;
}

.bookanappointment a.theme-btn {
  padding: 8px 63px 11px 63px;
}

.bookanappointment a.theme-btn:hover {
  animation: zoomInOut 5s ease-in-out infinite;
}
.left-shape {
  position: absolute;
  width: 200px;
  height: 290px;
  background: var(--primary-color);
  left: 0;
  border-radius: 10px 860px 190px 0px;
  bottom: -120px;
  animation: zoomInOut 5s ease-in-out infinite;
}

.right-shape {
  position: absolute;
  width: 320px;
  height: 420px;
  background: var(--primary-color);
  right: -60px;
  border-radius: 1320px 0px 350px 20px;
  bottom: -120px;
  animation: zoomInOut 10s ease-in-out infinite;
}
/* Book An Appointment Css End */

/* Team Members Css Begin */
section.team-members .sec-title h2 {
  color: black;
}

section.team-members {
  padding: 100px 0 100px 0;
}

.sec-title h4 {
  font-family: "Allison";
  font-size: 50px;
  color: var(--primary-color);
}

section.team-members .sec-title p {
  color: black;
}
.member-profile-img {
  width: 100%;
  height: 350px;
  padding: 0px 90px;
}

.member-profile-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.member-profile-txt {
  text-align: center;
  background: var(--primary-color);
  padding: 21px 30px;
  box-shadow: 0 0 20px var(--primary-color);
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.member-profile-txt h2,
.member-profile-txt h4 {
  font-size: 26.3px;
  color: white;
  font-family: "DM Sans Merlin";
  padding: 0;
}

.member-profile-txt p {
  font-size: 17px;
  color: white;
  font-family: "DM Sans Merlin";
  margin: 10px 0;
}

.member-profile-txt ul {
  display: flex;
  justify-content: center;
  padding: 0;
  gap: 30px;
}

.member-profile-txt ul li a {
  background: white;
  color: var(--primary-color);
  width: 40px;
  height: 40px;
  border-radius: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
}

.member-profile-txt a {
  font-size: 21px;
  color: white;
  text-transform: uppercase;
}

.members-team-main {
  border: 3px solid transparent;
  cursor: pointer;
  transition: all 0.6s ease;
  height: 325px;
  overflow: hidden;
  padding: 0 20px;
}

.members-team-main:hover .member-profile-txt {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.members-team-main-active {
  height: 599px;
  transform: scale(1.1);
  visibility: visible;
  opacity: 1;
  padding: 0;
}

.members-team-main:hover {
  /* border: 3px solid var(--primary-color); */
  height: 598px;
}
.members-team-main-active .member-profile-txt {
  opacity: 1;
  visibility: visible;
}

.member-profile-txt .member-profile-img {
  background: transparent;
}

.members-team-main-active .member-profile-img {
  background: transparent;
  text-align: center;
  transition: all 0.5s ease;
}
section.team-members a.theme-btn {
  padding: 11px 60px;
  margin: 100px auto 0 auto;
  box-shadow: 3px 3px 20px var(--primary-color);
}
/* Team Members Css End */

/* testimonial css begin */
.testimonial-slide-main {
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-reviewer-image {
  width: 400px;
  height: 400px;
  margin: 0 0 0 0;
  border-radius: 460px;
  overflow: hidden;
}

.testi-client-review-detail {
  background: white;
  padding: 38px 25px;
  width: 421px;
  height: 310px;
  z-index: 9999;
  position: relative;
  margin-right: -180px;
}

.testi-client-review-detail h2 {
  font-size: 31.23px;
  background: var(--primary-color);
  color: white;
  padding: 0;
  padding: 7px;
  font-family: "Cinzel";
}

.testi-client-review-detail ul {
  margin: 0;
  display: flex;
  gap: 5px;
  padding: 10px 0 10px 0;
}

.testi-client-review-detail ul li {
  font-size: 23px;
  color: rgba(244, 181, 43, 1);
}

.testi-client-review-detail p {
  font-size: 19px;
  line-height: 31px;
  text-align: justify;
  padding: 0px 0 0 0;
}

.client-reviewer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-intro h3 {
  font-size: 57.67px;
  font-family: "Allison";
  color: var(--primary-color);
}

.section-intro h2 {
  font-size: 65px;
  color: white;
  font-family: "Cinzel";
}

.section-intro p {
  font-family: "DM Sans Merlin";
  font-size: 21.62px;
  color: white;
  line-height: 32.62px;
  font-weight: 200;
}
.testi-client-review-detail::before {
  position: absolute;
  content: "";
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  height: 40px;
  width: 90px;
  bottom: -39px;
  transform: rotate(180deg);
  right: 50px;
  background: white;
}
/* testimonial css End */

/* Faq Css Begin */
/* accordian css begin */
.accordion-btn {
  background-color: #007bff;
  color: white;
  padding: 15px;
  width: 100%;
  border: none;
  text-align: left;
  cursor: pointer;
  outline: none;
  font-size: 18px;
  transition: background-color 0.3s ease;
}
.accordion-btn:hover {
  background-color: var(--primary-color);
  color: white;
}
.accordion-content {
  padding: 15px;
  background-color: var(--primary-color);
  color: white;
  overflow: hidden;
}
.accordion-btn.active + .accordion-content {
  display: block;
}
.faqs-txt-heads h2 {
  font-size: 82px;
  font-family: "Cinzel";
}

.faqs-txt-heads p {
  font-size: 18px;
  font-family: "DM Sans Merlin";
}

.faqs-txt-heads {
  padding: 0 0 20px 0;
}

section.faqs {
  padding: 100px 0 100px 0;
}
button.accordion-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  background: transparent;
  color: black;
  font-size: 21px;
  font-family: "Cinzel";
  font-weight: 600;
}

button.accordion-btn.active {
  background: var(--primary-color);
  box-shadow: 0px 0px 22px var(--primary-color);
  color: white;
}

button.accordion-btn.active span {
  transform: rotate(180deg);
}

button.accordion-btn span {
  transition: all 0.6s ease;
}
.accordion-content {
  display: none;
}
/* accordian css End */

.faq-image {
  position: relative;
  height: 510px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-image span.left-border-black {
  position: absolute;
  width: 76.91px;
  height: 76.91px;
  background: transparent;
  top: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  border-right: 12px solid var(--primary-color);
  border-top: 12px solid var(--primary-color);
}

.faq-image img {
  width: 80%;
  height: 80%;
  object-fit: cover;
}

span.left-border-theme {
  position: absolute;
  width: 76.91px;
  height: 76.91px;
  background: transparent;
  top: 20px;
  right: 20px;
  transition: all 0.3s ease-in-out;
  border-right: 12px solid rgb(11 62 91 / 45%);
  border-top: 12px solid rgb(11 62 91 / 45%);
}

span.right-border-black {
  position: absolute;
  width: 76.91px;
  height: 76.91px;
  background: transparent;
  bottom: 20px;
  left: 23px;
  transition: all 0.3s ease-in-out;
  border-left: 12px solid rgb(11 62 91 / 45%);
  border-bottom: 12px solid rgb(11 62 91 / 45%);
}

span.right-border-theme {
  position: absolute;
  width: 76.91px;
  transition: all 0.3s ease-in-out;
  height: 76.91px;
  background: transparent;
  bottom: 0;
  left: 0;
  border-left: 12px solid var(--primary-color);
  border-bottom: 12px solid var(--primary-color);
}
.faq-image:hover span.left-border-black {
  width: 100%;
  height: 100%;
}
.faq-image:hover span.right-border-theme {
  height: 100%;
  width: 100%;
}
.faq-image:hover span.right-border-black {
  width: 90%;
  height: 90%;
}
.faq-image:hover span.left-border-theme {
  width: 91.8%;
  height: 92.2%;
}
.query-heads h2 {
  font-size: 25.3px;
  font-family: "Cinzel";
}

.query-heads {
  padding: 30px 0 0 0;
  text-align: center;
}

.query-heads p {
  font-size: 23.3px;
  font-family: "DM Sans Merlin";
  color: rgba(34, 34, 34, 1);
  line-height: normal;
}

.query-heads a {
  font-size: 18px;
  color: var(--primary-color);
}
/* Faq Css End */
/* blogs css begin */
section.blogs {
  background: url(../images/blogs-bg.png);
  padding: 110px 0 340px 0;
  background-size: cover;
  z-index: 9;
  background-repeat: no-repeat;
  position: relative;
}
section.blogs::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #104362e3;
  content: "";
  top: 0;
  z-index: -1;
}
.blog-img {
  width: 98%;
  height: 460px;
  border-radius: 60px;
  overflow: hidden;
  margin: 0 auto;
}

.blog-content {
  padding: 20px 30px;
  background: white;
  margin: -101px 24px 0 24px;
  z-index: 1111;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  border-bottom: 12px solid var(--primary-color);
  transition: all 0.3s ease-in-out;
}

.blog-content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  background: var(--primary-color);
  left: 0;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.blog-card-main:hover .blog-content::before {
  height: 100%;
}

.blog-content span {
  font-size: 21px;
  color: var(--primary-color);
}

.blog-content h2 {
  font-size: 25px;
  font-family: "Cinzel";
  padding: 10px 0 10px 0;
  font-weight: 700;
  color: black;
  transition: all 0.6s ease;
}

.blog-content p {
  font-size: 15px;
  font-family: "DM Sans Merlin";
}

.blog-content a {
  font-family: "Open Sans";
  font-size: 22px;
  color: var(--primary-color);
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  transition: all 0.6s ease;
}

.blog-content a::before {
  position: absolute;
  content: "";
  width: 100%;
  z-index: -1;
  height: 1px;
  background: var(--primary-color);
  bottom: 0;
  transition: all 0.3s ease-in-out;
}

.blog-content a:hover:before {
  height: 0;
}

.blog-content a:hover {
  color: var(--primary-color);
}

.blog-img img {
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.blog-card-main:hover .blog-img img {
  transform: scale(1.5) rotate(5deg);
}

.blog-card-main:hover .blog-content {
  /* background: var(--primary-color); */
  color: white;
}

.blog-card-main:hover .blog-content span,
.blog-card-main:hover .blog-content a,
.blog-card-main:hover .blog-content h2 {
  color: white;
}

.blog-card-main:hover .blog-content a::before {
  background: white;
}

.blog-content a:hover {
  color: var(--primary-color);
}
section.blogs .wave-layer {
  bottom: -120px;
  width: 100%;
  height: 270px;
}

.wave-layer img {
  width: 100%;
  height: 120%;
  object-fit: cover;
}
/* blogs css end */

/* footer css begin */
footer {
  padding: 70px 0 0px 0;
}

.copyrights {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  color: white;
  padding: 15px 0;
}

.copyrights p {
  padding: 0;
  text-transform: uppercase;
  font-size: 21px;
}

.ftr-logo-subscribe a {
  font-size: 29px;
  font-family: "Cinzel";
  color: black;
  font-weight: 500;
  padding: 0 0 70px 0;
  display: inline-block;
}

.ftr-logo-subscribe a span {
  color: var(--primary-color);
}

.ftr-logo-subscribe input[type="email"] {
  width: 100%;
  height: 50px;
  border-radius: 40px;
  border: 3px solid black;
  padding: 14px;
}

.ftr-logo-subscribe button {
  position: absolute;
  right: 6px;
  width: 41px;
  height: 41px;
  font-size: 21px;
  border: 0;
  border-radius: 100%;
  bottom: 55px;
  background: var(--primary-color);
  color: white;
  text-align: center;
}

.ftr-logo-subscribe {
  padding: 0 0 50px 0;
  position: relative;
}

.ftr-logo-subscribe label {
  font-size: 20px;
  padding: 0 20px 10px 16px;
}

ul.ftr-navs {
  padding: 0 0 80px 24px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

ul.ftr-navs li h3 {
  font-size: 22.33px;
  font-family: "Cinzel";
}

ul.ftr-navs li a {
  font-size: 14.27px;
  font-family: "Open Sans";
  color: black;
  position: relative;
  padding: 0 0 0 0px;
}

ul.ftr-navs li a::before {
  content: "";
  width: 0;
  left: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  background: black;
  transition: all 0.5s ease;
}

ul.ftr-navs li a:hover:before {
  width: 100%;
}
/* footer css End */

/* Inner Banner Css Begin */
.inner-banner-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 9;
}

.inner-banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.inner-banner {
  position: relative;
  height: 520px;
  margin: 0 0 80px 0;
}

.inner-ban_content {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-banner-bg::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background: #023a5b;
  opacity: 0.8;
  z-index: 1;
}

.inner-ban_content h2 {
  font-size: 70px;
  color: white;
  font-family: "Cinzel";
  font-weight: 600;
}
.inner-banner-bg::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: var(--primary-color);
  left: -180px;
  z-index: 99999;
  top: 93px;
  animation: zoomInOut 1s ease-in-out infinite;
  border-radius: 100%;
  filter: blur(81px);
}
.list-head {
  width: fit-content;
  margin: 0 auto;
}

.list-head h2 {
  font-size: 56px;
  font-family: "Cinzel";
  color: black;
  font-weight: 500;
  position: relative;
}

.list-head h2::before {
  position: absolute;
  width: 88px;
  height: 2px;
  background: var(--primary-color);
  left: -109px;
  content: "";
  top: 23px;
}

.list-head h2::after {
  position: absolute;
  width: 88px;
  height: 2px;
  background: var(--primary-color);
  right: -109px;
  content: "";
  top: 23px;
}
section.list-off-main .bookanappointment h2 span {
  color: white;
  font-weight: bolder;
  padding: 0 0 0 40px;
}

section.list-off-main .bookanappointment p {
  line-height: 33px;
}

section.list-off-main .bookanappointment {
  padding: 58px 0 20px 0;
}
ul.list-medical .point-num h3 {
  font-size: 100px;
}

ul.list-medical .point-num {
  width: 104px;
  height: 90px;
}

ul.list-medical .listing-content h3 {
  font-size: 25px;
}

ul.list-medical .listing-content p {
  font-size: 20px;
}
form.contact-us label {
  font-size: 18px;
  font-family: "Roboto";
  padding: 21px 0 10px 17px;
}

form.contact-us input,
form.contact-us textarea {
  width: 100%;
  height: 50px;
  padding: 10px;
  border-radius: 50px;
  border: 1px solid #3333;
}

form.contact-us textarea {
  height: 170px;
  padding: 20px 0 0 20px;
  border-radius: 20px;
}

form.contact-us input.theme-btn {
  display: inline-block;
  text-align: center;
  margin: 20px auto 0 auto;
  display: block;
  transition: all 0.6s ease;
  width: max-content;
  padding: 7px 71px;
  background: var(--primary-color);
  color: white;
}

form.contact-us input.theme-btn:hover {
  background: transparent;
  border: 1px solid;
  color: var(--primary-color);
  transform: translate(0px, -10px);
}
.map-frame {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99999;
}

.map-frame iframe {
  width: 100%;
  height: 100%;
}

/* Inner Banner Css End */

/* Schedule-System Css Start */

.calender-detail-modal input[type="checkbox"],
.calender-detail-modal label {
    display: inline-block;
    vertical-align: middle;
  }

  .calender-detail-modal .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
  }

  .calender-detail-modal .modal-content {
    background-color: #fefefe;
    margin: 3.5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 25%;
  }

  .calender-detail-modal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .calender-detail-modal .close:hover,
  .calender-detail-modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  .calender-detail-modal button.btn {
    background: #000;
    color: #fff;
    margin-top: 5%;
    font-family: 'Open Sans';
  }

  .calendar-container {
    /* background: #fff; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    border-radius: 8px;
    width: 100%;
    padding: 20px;
    text-align: center;
  }

  .calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }

  .calendar-header span {
    font-family: "Roboto";
    font-size: 30px;
    color: #fff;
  }

  .calendar-header button {
    background-color: var(--primary-color);
    border: none;
    padding: 5px 10px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
  }

  .calendar-header button:hover {
    background-color: #0ca7b2;
  }

  .calendar-days {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    font-weight: bold;
  }

  .calendar-days span {
    background: #bb3a1b;
    color: white;
    padding: 10px 21px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid white;
    border-radius: 10px;
    overflow: hidden;
  }

  .calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
  }

  .calendar-grid a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    width: 100%;
    background: #ffffff0a;
    margin: 0 0 7px 0;
    padding: 13px 0;
    color: white;
    text-align: center;
    border: 1px solid white;
    border-radius: 10px;
    overflow: hidden;
  }

  .calendar-grid a.scheduled {
    background-color: var(--primary-color);
    color: #fff;
    pointer-events: none;
    /* Disable click events */
    opacity: 0.7;
    /* Make it look disabled */
    cursor: not-allowed;
    /* Show disabled cursor */
  }

  .calendar-grid a:hover {
    background: #d356385e;
  }

  .calendar-grid a.scheduled:hover {
    background-color: var(--primary-color);
    /* Prevent hover effect for scheduled days */
  }

  /*sheduling system start*/

section.calender-detail-sheduling-system {
  position: relative;
  padding: 55px 0;
  background-image: url(../images/schedule-back.jpg);
  background-size: cover;
  z-index: 2;
  margin: 0px 0 50px;
}

section.calender-detail-sheduling-system::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 70%);
  z-index: -1;
}

.schedule-head h2 {
  font-family: 'Cinzel';
  font-size: 50px;
  text-align: center;
  color: #fff;
  margin: 10px 0 50px;
}

.year-text h1 {
  color: #000;
  font-size: 300px;
  line-height: 232px;
  font-family: 'Roboto';
  text-align: center;
  font-weight: 800;
  font-style: italic;
}

.year-text h1 span {
  color: #fff;
}

.bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}
.page-title-info a {
  width: 200px;
  height: 137px;
  display: block;
  margin: 0 auto;
}

.page-title-info a img {
  width: 41%;
  height: 70%;
  object-fit: cover;
}

.page-title-info {
  text-align: center;
  padding: 19px 0 23px 0;
}

.page-title-info h1 {
  font-size: 38px;
  color: white;
}

.page-title-info h3 {
  font-size: 30px;
  color: white;
}

.page-title-info h3 span {
  font-weight: 800;
  display: block;
  padding: 18px 0 0px 0;
  color: white;
}
.about-sheduling {
  background: var(--primary-color);
  padding: 20px;
  text-align: center;
  border-radius: 10px;
}

.about-sheduling h5 {
  font-size: 26px;
  padding: 2px 0 10px 0;
  font-weight: 600;
  color: #ffffff;
}

.about-sheduling p {
  font-size: 20px;
  line-height: 34px;
  color: white;
}
.shedule-time-calender ul {
  padding: 18px 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 8px;
}

.shedule-time-calender ul li {
  width: 80px;
  background: #ffffff0a;
  margin: 0 0 7px 0;
  /* padding: 7px; */
  color: white;
  text-align: center;
  border: 1px solid white;
  border-radius: 10px;
  overflow: hidden;
}

.shedule-time-calender ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 1px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
}

.shedule-time-calender ul li:nth-child(1),
.shedule-time-calender ul li:nth-child(2),
.shedule-time-calender ul li:nth-child(3),
.shedule-time-calender ul li:nth-child(4),
.shedule-time-calender ul li:nth-child(5),
.shedule-time-calender ul li:nth-child(6),
.shedule-time-calender ul li:nth-child(7) {
  background: #1e7981;
  color: white;
  padding: 9px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
a.donated {
  background: var(--primary-color);
  color: white !important;
  font-weight: 600;
}

a.btn-checked {
  background: var(--primary-color);
  width: fit-content;
  margin: 30px auto 0 auto;
  padding: 10px 40px;
  border-radius: 7px;
  color: white;
  text-decoration: none;
  font-size: 20px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}

a.btn-checked:hover {
  background: transparent;
  transform: translate(0px, -10px);
  border-color: white;
  color: white;
}
.form-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  padding: 11px 0 14px 0;
}

input#remaining {
  width: auto;
  margin: 0 5px 0 0;
}

.form-group input {
  width: auto;
  height: 40px;
  margin: 0;
}

.form-group button {
  background: #54d169;
  border: 1px solid black;
  padding: 10px 20px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.form-group button:hover {
  background: transparent;
  transform: translate(0px, -10px);
}

.modal-content h2 {
  padding: 10px 0 10px 0;
}

.modal-content h6 {
  font-size: 21px;
}
.shedule-time-calender ul li :hover {
  background: #d356385e;
}

.shedule-time-calender ul li a :hover {
  color: white;
}
.bg-img::before {
  content: "";
  position: absolute;
  width: 100%;
  z-index: 9;
  height: 100%;
  background: #00000094;
}

.modal div#nav-tab {
  justify-content: center;
  margin-bottom: 10px;
  border: 0;
  gap: 19px;
}

.modal .nav-link {
  border: 0;
  font-family: "Poppins";
  color: #000;
  border: 1px solid !important;
  border-radius: 6px;
}

.modal .nav-link:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.modal .nav-link.active {
  border: 0;
  font-family: "Poppins";
  background-color: var(--primary-color);
  color: #fff;
  border: 1px solid !important;
  border-radius: 6px;
}

.schedule-btn button{
  background-color: var(--primary-color) !important;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  font-family: "Poppins";
}

.schedule-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.schedule-flex p {
  margin-bottom: 0;
  font-family: "Poppins";
}

.modalOne .modal-dialog {
  max-width: 70%;
  margin: 1.75rem auto;
}

.modalOne iframe {
    width: 100%;
    height: 100%;
}

.modalOne .modal-content {
  height: 700px;
}

.modalOne .modal-footer button a {
    margin-bottom: 0;
    text-decoration: none;
    color: #fff;
}

/*sheduling system end*/

/* Schedule-System Css End */

/********** Responsive **********/

@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
}

