@import url("../css/bootstrap.css");
/*@import url('../css/animate.css');*/
@import url("../css/jquery.fancybox.min.css");
@import url("../css/slick.css");
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aclonica&display=swap");

@import url("../fonts/new_customfont/stylesheet.css");

@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: "rockwellregular";
  src: url("fonts/rockwell/rock-webfont.woff2") format("woff2"),
    url("rock-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "rockwellbold";
  src: url("fonts/rockwell/rockwell-bold-webfont.woff2") format("woff2"),
    url("rockwell-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montextralight_demo";
  src: url("../fonts/mont/mont-extralightdemo-webfont.woff2") format("woff2"),
    url("mont-extralightdemo-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montheavy_demo";
  src: url("../fonts/mont/mont-heavydemo-webfont.woff2") format("woff2"),
    url("mont-heavydemo-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri.woff2") format("woff2"),
    url("../fonts/Calibri.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HurmeGeometricSans1";
  src: url("../fonts/hemulite/HurmeGeometricSans1-Regular.eot");
  src: url("../fonts/hemulite/HurmeGeometricSans1-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/hemulite/HurmeGeometricSans1-Regular.woff2") format("woff2"),
    url("../fonts/hemulite/HurmeGeometricSans1-Regular.woff") format("woff"),
    url("../fonts/hemulite/HurmeGeometricSans1-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*@font-face {*/
/*    font-family: 'HurmeGeometricSans1';*/
/*    src: url('../fonts/Hurme/HurmeGeometricSans1.otf') format('otf'),*/
/*        url('../fonts/Hurme/HurmeGeometricSans1.otf') format('otf');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Century Gothic';*/
/*    src: url('../fonts/CenturyGothic.woff2') format('woff2'),*/
/*        url('../fonts/CenturyGothic.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*  font-family: 'Hemulite';*/
/*  src: url('../fonts/hemulite/h') format('woff2'),*/
/*      url('../fonts/CenturyGothic.woff') format('woff');*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/


:root {
  /*** theme colors ***/
  --theme-color: #0995E1;
  --theme-white: #ffffff;
  --theme-black: #000000;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  /* font-family: "Jost", sans-serif; */
  /* font-family: 'Open+Sans'; */
  font-family: "Poppins", sans-serif;
  /* font-family: 'Nunito'; */
  overflow-x: hidden;

  /* background: linear-gradient(to right, #FF7E5F, #FFB97F); */
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Poppins", sans-serif;
  /* font-family: "Jost", sans-serif; */

  /* font-family: 'Futurama' !important; */
  /* font-family: 'Montserrat'; */
}

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

.theme-btn {
  background-color: var(--theme-color);
  color: #fff;
  font-size: 16px;
  padding: 15px 25px;
  border-radius: 10px;
  border-top-right-radius: 0;
  border: none;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  font-weight: 500;
  transition: .2s all;
  border: 1px solid transparent;
}

.theme-btn:hover {
  background-color: transparent;
  color: var(--theme-color) !important;
  border: 1px solid var(--theme-color);
}

.theme-btn::before {
  content: "";
  background-color: #ecffe37d;
  width: 22px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom-left-radius: 10px;
}

.theme-btn-2 {
  background-color: #fff;
  color: var(--theme-color) !important;
  font-size: 16px;
  padding: 15px 25px;
  border-radius: 10px;
  border-top-right-radius: 0;
  border: none;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  transition: .2s all;
  border: 1px solid transparent;
}

/*custom modal css*/
.modal {
  display: none; 
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: white;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
  text-align: center;
}

.close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 27px;
}

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

.theme-btn-2:hover {
  background-color: var(--theme-color);
  color: #fff !important;
  border: 1px solid transparent;
}

header {
  padding: 20px 0 10px;
}

header ul.navbar-nav {
  width: 100%;
  justify-content: center;
}

.top-bar {
  width: 78%;
  height: 36px;
  background-color: var(--theme-color);
  position: absolute;
  right: 0;
  top: 0;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 2.5% 100%);
}

.logo img {
  width: 55%;
  margin: 0px 0 10px;
}

header a.nav-link {
  font-size: 15px;
  color: #000;
  opacity: 100%;
  text-transform: uppercase;
  font-weight: 500;
}

header a.nav-link:hover {
  color: var(--theme-color);
}

header a.nav-link.active {
  color: var(--theme-color) !important;
}

header ul.navbar-nav li {
  padding-right: 15px;
}

.carousel-section .carousel-caption {
  width: 100%;
  left: 0;
  text-align: left;
  top: 0%;
  overflow-x: hidden;
}

.carousel-section .carousel-caption h4 {
  font-weight: 200;
  color: var(--theme-color);
  font-size: 25px;
}

.carousel-section .carousel-caption h1 {
  font-size: 78px;
  color: #000;
  line-height: 30px;
  margin: 50px 0;
}

.carousel-section .carousel-caption h1 span {
  letter-spacing: 53px;
  font-weight: 300;
}

.carousel-section .carousel-caption p {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  width: 100%;
}

.carousel-section .carousel-caption a {
  text-decoration: none;
  margin-top: 15px;
  color: #fff;
  width: 23%;
  text-align: center;
}

.carousel-section .carousel-indicators {
  width: 100%;
  left: 0;
  margin: 0;
  top: 59%;
}

.carousel-section .carousel-indicators [data-bs-target] {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #222222;
}

.carousel-section .carousel-indicators .active {
  background-color: var(--theme-color);
  width: 15px;
  height: 15px;
}

.banner-right img {
  width: 100%;
}

section.about-section {
  padding: 50px 0 100px;
  overflow-x: hidden;
}

.about-left img {
  width: 90%;
}

.about-right h6 {
  color: #000;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0;
}

.about-right h2 {
  color: var(--theme-color);
  font-size: 65px;
  font-weight: 600;
}

.about-right h3 {
  font-weight: 300;
  font-size: 65px;
  line-height: 50px;
  letter-spacing: 9px;
}

.about-right p {
  font-size: 15px;
  margin: 20px 0;
}

.about-right a {
  color: #fff;
  text-decoration: none;
}

section.work-section {
  background-image: url(../images/work-banner.png);
  background-size: cover;
  background-position: 100% 100%;
  overflow-x: hidden;
}

.work-head {
  text-align: center;
}

.work-head h2 {
  font-size: 55px;
  letter-spacing: 3.5px;
  font-weight: 600;
}

.work-head h2 span {
  font-weight: 200;
}

.work-box ol li {
    margin-bottom: 14px;
}

.work-head p {
  width: 60%;
  margin: 20px auto 30px;
  font-weight: 400;
}

.work-box p {
  font-size: 14px;
}

.work-box-2 {
  margin-top: 50px;
}
.videos-section {
  padding: 100px 0 30px;
  overflow-x: hidden;
}

.videos-section .work-head p {
  margin-bottom: 0;
}

.video-box {
  position: relative;
}

.video-box img {
  width: 100%;
}

.video-box a {
  position: relative;
  width: 100%;
  display: block;
}

.video-wrapper {
  position: absolute;
  bottom: 12%;
  left: 7%;
}

.video-box a::before {
  content: "\f04b";
  font-family: "FontAwesome";
  background-color: var(--theme-color);
  position: absolute;
  top: 39%;
  left: 45%;
  border-radius: 50%;
  font-weight: 900;
  color: #fff;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  z-index: 2;
}

.video-box a::after {
  content: "";
  position: absolute;
  background-color: #aab7da;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 38.3%;
  left: 44.6%;
  border-radius: 50%;
  opacity: 0;
  transition: 0.2s all;
}

.video-box a:hover:after {
  opacity: 1;
}

.video-wrapper h4 {
  color: #fff;
  font-weight: 400;
}

.video-box::before {
  content: "click here\A for play a video";
  position: absolute;
  top: 57%;
  left: 44%;
  z-index: 1;
  color: #fff;
  text-align: center;
  white-space: pre;
}

.vid-box a {
  position: relative;
  width: 100%;
  display: block;
}

.vid-box img {
  width: 100%;
}

.vid-box a::before {
  content: "\f04b";
  font-family: "FontAwesome";
  background-color: var(--theme-color);
  position: absolute;
  top: 33%;
  left: 40%;
  border-radius: 50%;
  font-weight: 900;
  color: #fff;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  z-index: 2;
}

.vid-box a::after {
  content: "";
  position: absolute;
  background-color: #aab7da;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 31.3%;
  left: 38.9%;
  border-radius: 50%;
  opacity: 0;
  transition: 0.2s all;
}

.vid-box a:hover:after {
  opacity: 1;
}

.calendar-section {
  padding: 0 0 100px;
  overflow-x: hidden;
}

.calendar-section h4 {
    margin-bottom: 30px;
    text-align: center;
}

.calendar-container {
  background-color: #eeeeee;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding: 20px;
  width: 440px;
  height: 430px;
  position: relative;
}

.calendar-container:before {
    content: "";
    background: transparent;
    box-shadow: -14px 7px 27px 0px var(--theme-color);
    position: absolute;
    right: -50px;
    top: 11%;
    height: 70%;
    width: 11%;
}

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

.nav-btn {
  cursor: pointer;
  font-size: 20px;
}

#monthYear {
  font-size: 18px;
  font-weight: bold;
  font-family: "Aclonica";
}

.calendar {
  width: 100%;
  border-collapse: collapse;
}

.calendar th {
  font-weight: 400;
}

.calendar th,
.calendar td {
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
}

.calendar td {
  background-color: #eeeeee;
  border-radius: 5px;
  color: #222222;
  font-weight: 700;
}

.calendar td.selected {
  background-color: var(--theme-color);
  color: white;
  border-radius: 50%;
}

.calendar td:hover {
  background-color: #0995E160;
}

.calendar-right {
  background-image: url(../images/calendar-right.png);
  background-size: cover;
  height: 305px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  text-align: left;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.calendar-right::before {
  content: "";
  width: 22%;
  height: 43px;
  background-color: #fff;
  position: absolute;
  top: -4px;
  right: -40px;
  transform: rotate(45deg);
}

.calendar-right h2 {
  font-size: 37px;
  color: #fff;
  font-weight: 200;
}

.calendar-right h2 span {
  font-weight: 500;
}

.calendar-right p {
  color: #fff;
  font-size: 13px;
}

.calendar-right p a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.faq-section {
  background-image: url(../images/faq-banner.png);
  background-size: cover;
  overflow-x: hidden;
}

.faq-left h2 {
  color: #fff;
  font-size: 65px;
}

.faq-left-2 {
  margin-bottom: 50px;
}

.faq-left p {
  color: #fff;
  font-family: "Inter";
  font-size: 22px;
  line-height: 40px;
  font-weight: 200;
}

.faq-left .accordion {
  --bs-accordion-bg: transparent !important;
}

.faq-left .accordion-item {
  border: none;
}

.faq-left button.accordion-button {
  font-weight: 400;
  font-size: 19px;
  color: #000;
  box-shadow: none;
  background-color: #fff !important;
  font-weight: 600;
  box-shadow: 0px 0px 10px 0 #000;
}

.faq-left button.accordion-button.collapsed {
  color: #fff;
  background-color: transparent !important;
  box-shadow: none;
}

.faq-left .accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}

.faq-left button.accordion-button {
  background-color: transparent;
  margin-bottom: 20px;
}

.faq-left .accordion-button::after {
  filter: brightness(0) saturate(100%) invert(42%) sepia(14%) saturate(1851%)
    hue-rotate(186deg) brightness(98%) contrast(90%);
  opacity: 50%;
  --bs-accordion-btn-icon-width: 2rem;
}

.faq-left .accordion-button.collapsed::after {
  filter: brightness(0) invert(1);
  opacity: 50%;
}

.faq-left .accordion-body {
  background-color: rgb(255, 255, 255, 50%);
  margin: 0px 0 20px;
}

.faq-right {
  text-align: center;
}

.faq-right img {
  width: 80%;
}

.faq-right-wrap {
  text-align: center;
}

.faq-right-wrap h5 {
  font-family: "Inter";
  font-size: 20px;
  color: #fff;
}

.faq-right-wrap p {
  font-size: 22px;
  color: #fff;
  font-weight: 300;
}

.testi-box {
  padding: 25px 15px;
  border: 0.5px solid #8080802e;
  height: 310px;
  margin-bottom: 40px;
  margin: 0 15px 40px;
}

.user-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.user-flex i {
  color: orange;
}

.testi-box h5 {
  font-size: 20px;
}

.testi-box p {
  font-size: 15px;
  margin: 20px 0 0;
}

.testi-head h2 {
  font-size: 55px;
  margin-bottom: 50px;
}

.testi-head h2 span {
  font-weight: 200;
  letter-spacing: 4px;
}

.testimonial-section .slick-prev:before {
  content: url(../images/prev.svg);
  filter: brightness(0) saturate(100%);
  opacity: 1;
}

.testimonial-section .slick-next:before {
  content: url(../images/next.svg);
  filter: brightness(0) invert(1);
  opacity: 1;
}

.testimonial-section .slick-prev {
  background-color: transparent;
  padding: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -20%;
  left: 89.5%;
  border: 1px solid #000;
}

.testimonial-section .slick-next {
  background-color: var(--theme-color);
  padding: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -20%;
  left: 94.7%;
  color: #fff;
}

.contact-section {
  padding: 80px 0 40px;
  overflow-x: hidden;
}

.contact-left h5 {
  font-weight: 300;
  font-size: 20px;
}

.contact-left h2 {
  font-weight: 600;
  font-size: 65px;
  margin: 15px 0;
}

.contact-left h2 span {
  font-weight: 300;
}

form input,
form textarea {
  width: 100%;
  padding: 10px 0 10px 15px;
  border-radius: 15px;
  border: 1px solid rgb(34, 34, 34, 50%);
  margin-bottom: 20px;
}

form textarea {
  height: 120px;
}

.contact-left button {
  width: 30%;
}

.contact-right img {
  width: 100%;
}

footer {
  background-image: url(../images/footer-banner.png);
  position: relative;
  padding: 250px 0 0;
  background-size: cover;
  overflow-x: hidden;
}

.foot-left img {
    width: 45%;
}

.foot-left p {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  margin-top: 40px;
  width: 92%;
}

.col2 h3 {
  font-size: 20px;
  color: #fff;
  text-transform: unset;
  margin-bottom: 30px;
}

.col2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.col2 ul li {
  margin-bottom: 8px;
  font-size: 18px;
}

.col2 ul li a {
  color: #fff;
  text-decoration: none;
  opacity: 80%;
  font-size: 16px;
}

.bottom-bar {
  padding: 20px 0 20px;
  text-align: center;
  margin-top: 50px;
  border-top: 1px solid #fff;
}

.bottom-bar p {
  color: #fff;
  margin-bottom: 0;
}

.col-mid ul li span {
  color: #fff;
  padding-left: 10px;
}

.col-mid ul li i {
  color: #fff;
}

.col-mid ul li {
  margin-bottom: 15px;
}

/*.col-mid ul li:first-child a {*/
/*  display: unset;*/
/*  padding-left: 15px;*/
/*}*/

.col-mid ul li a {
  display: block;
  margin-top: 10px;
  padding-left: 33px;
}

.col-last i {
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 12px;
  margin-right: 16px;
  transition: .2s all;
}

.col-last i:hover {
    background-color: var(--theme-color);
}

/*sheduling system*/
section.calender-detail-sheduling-system {
    position: relative;
    padding: 0 0 35px 0;
    background-image: url(https://www.calendar-raise.com/public/uploads/imagess/1730842271_pexels-photo-3540807.jpeg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 3;
}

section.calender-detail-sheduling-system::before {
    content: "";
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    background: #0000007a;
}

a.donated {
    background: #64111b;
    cursor: not-allowed;
}

.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: #64111b;
    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;
}
.donate-shedule-calender ul {
    padding: 6px 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 3px;
}

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

.donate-shedule-calender ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
        font-size: 11px;
}

.donate-shedule-calender ul li:nth-child(1),
.donate-shedule-calender ul li:nth-child(2),
.donate-shedule-calender ul li:nth-child(3),
.donate-shedule-calender ul li:nth-child(4),
.donate-shedule-calender ul li:nth-child(5),
.donate-shedule-calender ul li:nth-child(6),
.donate-shedule-calender ul li:nth-child(7) {
    /*background: #085583;*/
    /*color: white;*/
    /*padding: 9px;*/
    /*font-size: 18px;*/
    /*font-weight: 700;*/
}
a.donated {
    background: #64111b;
    color: white !important;
    font-weight: 600;
}

a.btn-checked {
    background: #098fe1;
    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 .300s 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 .300s 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;
}
.donate-shedule-calender ul li :hover {
    background: #64111b5e;
}

.donate-shedule-calender ul li a :hover {
    color: white;
}
li.day-name {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    background: #64111b !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

button.navbar-toggler.collapsed {
    background-color: #fff;
}

button.navbar-toggler.collapsed span{
    filter: brightness(0) saturate(100%) invert(46%) sepia(82%) saturate(3221%) hue-rotate(175deg) brightness(97%) contrast(93%);
}

button.navbar-toggler {
    background-color: #0995e1;
    box-shadow: none;
}

button.navbar-toggler:focus {
    box-shadow: none;
}

button.navbar-toggler span {
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(0%) hue-rotate(70deg) brightness(108%) contrast(108%);
}

@media only screen and (max-width: 1400px) {
}
@media only screen and (max-width: 1399px) {
    .calendar-container {
        width: 479px;
        height: 389px;
    }
    section.calendar-section .col-md-4 {
        width: 41.66666667%;
    }
}
@media only screen and (max-width: 1200px) {
    .calendar-right::before {
        width: 32%;
        height: 33px;
        top: -14px;
    }
    .video-box a::after {
        top: 36.2%;
        left: 44.5%;
    }
    .video-box a::before {
        top: 37%;
    }
    .about-sheduling p {
        font-size: 19px;
    }
}
@media only screen and (max-width: 1199px) {
    .calendar-container {
        width: 409px;
    }
    section.contact-section .col-md-5 {
        width: 50%;
    }
    .about-sheduling p {
        font-size: 15px;
        line-height: 29px;
    }
}
@media only screen and (max-width: 1024px) {
    .about-sheduling p {
        font-size: 15px;
    }
}
@media only screen and (max-width: 992px) {
    .video-box a::before {
        top: 33%;
    }
    .video-box a::after {
        top: 32.2%;
        left: 44.4%;
    }
    .contact-left h2 {
        font-size: 53px;
    }
    .faq-left button.accordion-button {
        line-height: 30px;
    }
    header .col-md-3 {
        display: none;
    }
    header .col-md-7 {
        width: 83%;
    }
    .logo img {
        width: 75%;
        margin: 0px 0 10px;
    }
    /*.about-sheduling p {*/
    /*    font-size: 19px;*/
    /*    line-height: 30px;*/
    /*    width: 80%;*/
    /*    margin: auto;*/
    /*}*/
}
@media only screen and (max-width: 991px) {
    .video-box a::before {
        top: 25%;
    }
    .video-box a::after {
        top: 23.7%;
    }
    .logo img {
        width: 100%;
    }
    .top-bar {
        width: 68%;
    }
    .carousel-section .carousel-caption {
        top: 7%;
    }
    .carousel-section .carousel-caption h1 {
        font-size: 59px;
        margin: 30px 0 30px;
    }
    .carousel-section .carousel-caption p {
        font-size: 15px;
    }
    .about-left img {
        width: 100%;
    }
    .about-right p {
        font-size: 13px;
        margin: 20px 0;
    }
    .video-box a::after {
        top: 37.7%;
        left: 44.3%;
    }
    section.calendar-section .col-md-4 {
        width: 50%;
    }
    .calendar-container {
        width: 100%;
    }
    .faq-left button.accordion-button {
        font-size: 17px;
    }
    .faq-left .accordion-body {
        font-size: 15px;
    }
    .faq-right-wrap p {
        font-size: 17px;
    }
    .contact-left h2 {
        font-size: 49px;
    }
    .foot-left img {
        width: 85%;
    }
    .col-mid ul li a {
        font-size: 15px;
    }
    .about-sheduling p {
        font-size: 22px;
        line-height: 40px;
    }
    .modal-content {
        width: 70%;
    }
}
@media only screen and (max-width: 880px) {
        section.carousel-section .carousel-item img.d-block.w-100 {
        height: 580px;
        object-fit: cover;
    }

}
@media only screen and (max-width: 768px) {
    header {
        padding: 20px 0 10px;
    }
    .logo img {
        width: 95%;
        margin: 0px 0 10px;
    }
    header .col-md-3 {
        display: none;
    }
    header .col-md-7 {
        width: 82%;
    }
    .carousel-section .carousel-caption h1 {
        font-size: 72px;
        margin: 50px 0 40px;
    }
    .carousel-section .carousel-caption {
        top: 3%;
    }
    section.about-section {
        padding: 60px 0 30px;
    }
    .about-right h6 {
      font-size: 18px;
      margin-bottom: 5px;
    }
    
    .about-right h2 {
      font-size: 45px;
    }
    
    .about-right h3 {
      font-size: 49px;
    }
    .work-head p {
        width: 80%;
    }
    .faq-left button.accordion-button {
        font-size: 15px;
        line-height: 26px;
    }
    .faq-left h2 {
        font-size: 55px;
        margin-bottom: 30px;
    }
    .col-mid ul li a {
        font-size: 13px;
    }
}
@media only screen and (max-width: 767px) {
    div#navbarSupportedContent {
        position: absolute;
        top: 100%;
        z-index: 9;
        background-color: #0995e1f7;
        width: 100%;
        border-radius: 10px;
        padding-top: 10px;
        padding-left: 30px;
    }
    header a.nav-link {
        color: #fff;
    }
    header a.nav-link.active {
        color: #000 !important;
    }
    header .col-md-2 {
        width: 20%;
    }
    
    header .col-md-7 {
        width: 80%;
    }
    
    header .col-md-7 .navbar {
        justify-content: end;
    }
    .carousel-section .carousel-caption .col-md-6 {
        width: 45%;
    }
    .carousel-section .carousel-caption .col-md-6:first-child {
        width: 55%;
    }
    .carousel-section .carousel-caption {
        top: 4%;
    }
    .carousel-section .carousel-caption h1 {
        font-size: 52px;
        margin: 22px 0 30px;
        line-height: 32px;
    }
    .banner-left ol {
        padding-left: 10px;
    }
    .banner-left ol li span {
        font-size: 13px;
    }
    .carousel-section .carousel-caption h1 {
        font-size: 47px;
        margin: 20px 0 22px;
    }
    .carousel-section .carousel-caption p {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .about-left img {
        width: 60%;
    }
    .about-left {
        text-align: center;
    }
    .about-right h6 {
      font-size: 21px;
      margin-bottom: 5px;
    }
    
    .about-right h2 {
      font-size: 58px;
    }
    
    .about-right h3 {
      font-size: 58px;
    }
    .about-right p {
        font-size: 15px;
        margin: 20px 0;
    }
    .video-box a::before {
        top: 14%;
        left: 39%;
    }
    .video-box a::after {
        top: 12.3%;
        left: 37.9%;
    }
    .video-box::before {
        left: 37%;
    }
    section.calendar-section .col-md-4 {
        width: 47%;
    }
    
    section.calendar-section .col-md-4:first-child {
        width: 45%;
    }
    .faq-left button.accordion-button {
        font-size: 17px;
    }
    .faq-left .accordion-body {
        font-size: 16px;
    }
    .faq-right-wrap p {
        font-size: 20px;
        margin: 18px 0;
    }
    section.contact-section .col-md-5 {
        width: 100%;
        text-align: center;
    }
    section.contact-section .col-md-6 {
        display: none;
    }
    .carousel-section .carousel-caption h1 {
        font-size: 52px;
        margin: 20px 0 30px;
    }
    .carousel-section .carousel-caption p {
        font-size: 12px;
    }
    .carousel-section .carousel-caption {
        top: 5%;
    }
    section.carousel-section .carousel-item img.d-block.w-100 {
        height: 480px;
        object-fit: cover;
    }
    footer {
        padding: 120px 0 0;
    }
    .foot-left img {
        width: 33%;
        margin-bottom: 30px;
    }
    .col-md-3.logo-col {
        width: 100%;
        text-align: center;
    }
    footer .col-md-9 {
        width: 100%;
    }
    .foot-right .col-md-3{
        width: 30%;
    }
    .foot-right .col-md-4 {
        width: 33%;
    }
    .foot-right .col-md-5 {
        width: 37%;
    }
    .col-mid ul li a {
        font-size: 12px;
        padding-left: 10px;
    }
    .about-sheduling p {
        font-size: 16px;
        line-height: 32px;
    }
    .modal-content {
        width: 70% !important;
    }
    
    .modal-content .form-group {
        flex-direction: column;
        gap: 10px;
        align-items: center;
        justify-content: unset;
    }
    
    .modal-content .form-group br {
        display: none;
    }
    
    .modal-content .form-group input {
        margin-bottom: 12px;
        width: 60% !important;
    }
    
    .modal-content .form-group input:last-child {
        margin-bottom: 0;
    }
    
    .modal-content .form-group input[type="checkbox"] {
        width: unset !important;
    }
}
@media only screen and (max-width: 576px) {
    .about-sheduling p {
        font-size: 16px;
        line-height: 32px;
    }
}
@media only screen and (max-width: 510px) {
    footer {
        padding: 200px 0 0;
    }
    .foot-right .col-md-4 {
        margin-right: auto;
        margin-left: auto;
        width: 50%;
    }
    .foot-right .col-md-3{
        width: 50%;
    }
    .foot-right .col-md-5 {
        width: 50%;
    }
    .col-mid ul li a {
        font-size: 15px;
        padding-left: 0;
    }
    .about-sheduling p {
        font-size: 15px;
        line-height: 31px;
    }
}
@media only screen and (max-width: 450px) {
    section.calender-detail-sheduling-system {
        background-position: center;
    }
    .carousel-section .carousel-caption .col-md-6 {
        display: none;
    }
    .carousel-section .carousel-caption .col-md-6:first-child {
        display: block;
        width: 100%;
    }
    .carousel-section .carousel-caption p {
        font-size: 14px;
    }
    .about-right h6 {
        font-size: 21px;
        margin-top: 30px;
    }
    .about-right p {
        text-align: justify;
        text-align-last: left;
    }
    .about-right h6, .about-right h2, .about-right h3 {
        text-align: center;
    }
    .work-head p {
        width: 100%;
    }
    .work-head h2 {
        font-size: 50px;
    }
    .video-box a::before {
        top: 5.4%;
        left: 37.3%;
    }
    .video-box a::after {
        top: 3.3%;
        left: 35.8%;
    }
    section.calendar-section .col-md-4 {
        width: 80% !important;
    }
    .calendar-container:before {
        box-shadow: none !important;
    }
    .faq-section {
        padding: 120px 0 50px;
    }
    header {
        padding: 30px 0 10px;
    }
    header .col-md-2 {
        width: 26%;
    }
    header .col-md-7 {
        width: 74%;
    }
    .col-mid ul li a {
        font-size: 13px;
        padding-left: 0;
    }
    .about-sheduling p {
        font-size: 13px;
        line-height: 28px;
    }
    .modal-content .form-group input {
        width: 100% !important;
    }
}
@media only screen and (max-width: 390px) {
    .video-box::before {
        left: 36%;
        top: 64%;
    }
    .about-sheduling p {
        font-size: 11px;
        line-height: 23px;
    }
    .about-sheduling h5 {
        font-size: 21px;
    }
}

@media only screen and (max-width: 320px) {
    .about-sheduling p {
        font-size: 9px;
        line-height: 20px;
    }
    .about-sheduling h5 {
        font-size: 18px;
    }
}