@import url(../css/fancybox.css);
@import url(../css/aos.css);
@import url(../css/animate.css);
@import url(../css/swiper-bundle.min.css);
@import url(../css/default.css);
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
:root {
  /* Colors: */
  --font-family-Playfair: 'Playfair Display', serif;
  --font-family-Rubik: 'Rubik', sans-serif;
  --font-style-normal: normal;
  --color-f44336: #f44336;
  --color-f6d263: #f6d263;
  --color-4977c4: #4977c4;
  --color-f8b195: #f8b195;
  --color-f67280: #f67280;
  --color-c06c84: #c06c84;
  --color-6c5b7b: #6c5b7b;
  --color-4977c4: #4977c4;
  --color-a8b5ef: #a8b5ef;
  --color-f99120: #f99120;
  --color-000000: #000000;
  --color-ffffff: #ffffff;
  --color-0e198b: #0e198b;
  --color-583672: #583672;
  --font-size-14: 14px;
  --font-size-16: 16px;
  --font-size-18: 18px;
  --font-size-20: 20px;
  --font-size-22: 22px;
  --font-size-24: 24px;
  --font-size-35: 35px;
  --font-size-45: 45px;
  --font-size-55: 55px;
  --line-height-14: 18px;
  --line-height-16: 22px;
  --line-height-18: 26px;
  --line-height-22: 32px;
  --line-height-24: 34px;
  --line-height-35: 44px;
  --line-height-45: 55px;
  --line-height-55: 65px;
  --line-height-inherit: inherit;
  --character-spacing-0: 0px;
  --text-transform-uppercase: uppercase;
  --font-weight-Light: 300;
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-ExtraBold: 800;
  --font-weight-Black: 900;
  --font-weight-normal: normal;
}
* {
  outline: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-family-Rubik);
  font-weight: var(--font-weight-Regular);
  font-style: var(--font-style-normal);
  font-size: var(--font-size-18);
  line-height: var(--line-height-inherit);
  color: var(--color-000000);
  margin: 0;
  padding: 0;
  background: var(--color-ffffff);
}
.clr {
  width: 100%;
  float: left;
}
.img {
  width: 100%;
}
a,
.btn,
button {
  color: var(--color-000000);
  outline: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover,
a:hover,
button:hover {
  color: var(--color-f44336);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-000000);
  text-transform: normal;
  margin-bottom: 15px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
header,
footer,
section {
  width: 100%;
  float: left;
}
hr {
  border-bottom: 2px solid var(--color-f44336);
  border-top: 0 none;
  margin: 40px 0;
  padding: 0;
  opacity: 1;
}
p {
  font-size: var(--font-size-18);
  line-height: var(--line-height-18);
  font-weight: var(--font-weight-Regular);
  color: var(--color-000000);
  margin-bottom: 15px;
  text-align: justify;
  letter-spacing: 0.01em;
}
.text {
  font-size: var(--font-size-18);
  line-height: var(--line-height-18);
  font-weight: var(--font-weight-Regular);
  color: var(--color-000000);
  margin-bottom: 15px;
  letter-spacing: 0.01em;
}
.main-title {
  font-size: var(--font-size-55);
  line-height: var(--line-height-55);
  color: var(--color-0e198b);
  font-weight: var(--font-weight-Regular);
  margin-bottom: 30px;
}
.section-title {
  font-size: var(--font-size-45);
  line-height: var(--line-height-45);
  color: var(--color-0e198b);
  font-family: var(--font-family-Playfair);
}
.title {
  font-size: var(--font-size-35);
  line-height: var(--line-height-35);
  color: var(--color-0e198b);
  font-family: var(--font-family-Playfair);
}
.small-title {
  font-size: var(--font-size-22);
  line-height: var(--line-height-22);
  color: var(--color-f44336);
  margin-bottom: 6px;
}
.view-more {
  display: inline-block;
}
.view-more-btn {
  padding: 10px 30px;
  border-radius: 8px;
  background: var(--color-583672);
  color: var(--color-ffffff);
  font-size: var(--font-size-20);
  line-height: var(--line-height-20);
  font-weight: var(--font-weight-Medium);
  -webkit-box-shadow: 0px 9px 15px -11px rgba(88, 54, 114, 1);
  -moz-box-shadow: 0px 9px 15px -11px rgba(88, 54, 114, 1);
  box-shadow: 0px 9px 15px -11px rgba(88, 54, 114, 1);
  border: transparent;
  display: inline-block;
  border: solid 2px var(--color-ffffff);
}
.view-more-btn:hover {
  color: var(--color-c06c84);
  background: var(--color-ffffff);
  border: solid 2px var(--color-c06c84);
  transform: translateY(-5px);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.know-more-btn {
  display: block;
}
.know-more {
  font-size: var(--font-size-18);
  color: var(--color-f44336);
  font-weight: 600;
  display: flex;
  align-items: center;
  display: block;
}
.know-more i {
  color: var(--color-f44336);
  font-weight: var(--font-weight-Bold);
  margin-left: 15px;
  font-size: var(--font-size-22);
}
.know-more:hover {
  font-weight: 800;
  letter-spacing: 1px;
}
.know-more i:hover {
  margin-left: 15px;
}
/* @import url(../css/root.css); */
/* main-header */
.g_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background: transparent;
}
.main-header.g_shrink {
  position: fixed;
  background: var(--color-000000);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 999;
}
.main-header.g_shrink .login-btn {
  height: 100%;
  border-radius: 10px;
}
.main-header.g_shrink .main-nav .navbar {
  background-color: var(--color-f67280);
  transition: ease all 0.5s;
}
.main-header.g_shrink .main-nav .navbar-expand-lg .navbar-brand img {
  height: 70px;
}
.main-header.g_shrink .main-nav .navbar-brand .logo {
  width: 130px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-header.g_shrink .top-header {
  display: none;
}
.main-header.g_shrink .main-nav {
  padding-top: 15px;
  padding: 0;
}
.main-header.g_shrink .main-nav .navbar-expand-lg .navbar-brand {
  margin-top: 0;
}
.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 0px;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
}
.navbar-brand .logo {
  width: 200px;
  background: var(--color-ffffff);
  padding: 10px 10px;
  border-radius: 15px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.navbar-nav .nav-link .order-item {
  color: var(--color-000000);
  font-size: var(--font-size-20);
  border-bottom: 3px solid var(--color-ffffff);
  font-weight: var(--font-weight-Medium);
  padding: 10px 15px;
  text-transform: capitalize;
  margin-bottom: 2rem;
}
.navbar-expand-xl .navbar-nav .nav-link {
  font-size: var(--font-size-20);
  color: var(--color-ffffff);
  padding: 8px 10px;
  margin-right: 0px;
  transition: ease all 0.5s;
}
.navbar-expand-xl .navbar-nav .sub-menu .nav-link {
  border-radius: 0px;
}
.navbar-expand-xl .navbar-nav .nav-link:hover {
  color: var(--color-ffffff);
}
.navbar-expand-xl .navbar-nav .sub-menu .nav-link:hover {
  border-radius: 0px;
  color: var(--color-0e198b);
}
.main-header .dropend:hover>.dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
}
.main-header .navbar-nav .nav-item:nth-child(5) .nav-item.dropend .dropdown-menu {
  left: -100%;
}
.main-header .navbar-nav .nav-item:nth-child(6) .nav-item.dropend .dropdown-menu {
  left: -100%;
}
.main-header .dropend .dropdown-toggle {
  font-size: var(--font-size-16);
  color: var(--color-000000);
}
.navbar-expand-xl .dropdown-item:hover,
.nav-link:hover {
  color: var(--color-ffffff);
  background-color: var(--color-c06c84);
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
  animation: fadeInUp 0.5s ease backwards;
}
@keyframes fadeInUp {
  0% {
    transform: translate(0px, 100px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0);
    opacity: 1;
  }
}
.navbar-expand-xl .dropdown-item {
  min-width: 250px;
}
.main-header .dropdown-menu {
  border: transparent;
  transition: transform ease 300ms;
  transform: ease -10px;
}
.main-header .dropdown-toggle {
  white-space: unset;
}
.main-header .dropdown:hover>.dropdown-menu,
.main-header .dropend:hover>.dropdown-menu {
  display: block;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  box-shadow: 0px 0px 10px -4px #0000009d;
  min-width: 100%;
}
.submenu .dropdown-item,
.dropdown-toggle {
  font-size: var(--font-size-16);
  padding: 8px 10px;
  /* background: var(--color-ffffff); */
  text-transform: capitalize;
}
.dropdown-item {
  background: var(--color-ffffff);
}
.dropend .dropdown-toggle {
  margin-left: 0;
}
.donate-now a {
  font-size: var(--font-size-18);
  line-height: var(--line-height-18);
  padding: 8px 18px;
  border-radius: 8px;
  display: block;
  margin: auto;
  background: var(--color-583672);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Medium);
  -webkit-box-shadow: 0px 9px 15px -11px rgba(88, 54, 114, 1);
  -moz-box-shadow: 0px 9px 15px -11px rgba(88, 54, 114, 1);
  box-shadow: 0px 9px 15px -11px rgba(88, 54, 114, 1);
  border: 2px solid var(--color-583672);
}
.donate-now a:hover {
  background: var(--color-ffffff);
  color: var(--color-0e198b);
  border: 2px solid var(--color-583672);
}
.login-btn {
  border-radius: 0;
  border: transparent;
  padding: 5px 8px;
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-Medium);
  display: flex;
  align-items: center;
  transition: ease all 0.5s;
  border-radius: 8px;
  font-family: var(--font-family-Rubik);
  border: 2px solid;
}
.login-btn:hover {
  background-color: var(--color-a8b5ef);
}
.login-btn a {
  color: var(--color-ffffff);
  padding: 0px 5px;
}
.login-btn:hover {
  color: var(--color-000000);
}
.logout {
  margin-left: 10px
}
.navbar-expand-xl .navbar-nav .logout .nav-link {
  font-size: var(--font-size-18);
  line-height: var(--line-height-18);
  padding: 8px 18px;
  border-radius: 8px;
  display: block;
  margin: auto;
  background: var(--color-f44336);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Medium);
  -webkit-box-shadow: 0px 9px 15px -11px rgba(88, 54, 114, 1);
  -moz-box-shadow: 0px 9px 15px -11px rgba(88, 54, 114, 1);
  box-shadow: 0px 9px 15px -11px rgba(88, 54, 114, 1);
  border: 2px solid var(--color-f44336);
}
.navbar-expand-xl .navbar-nav .logout .nav-link:hover {
  background: var(--color-ffffff);
  color: var(--color-000000);
  border: 2px solid var(--color-583672);
}
/* top-header */
.top-header {
  background-color: var(--color-f44336);
  color: var(--color-ffffff);
  padding: 5px;
  font-size: var(--font-size-16);
  display: block;
}
.main-nav {
  width: 100%;
  float: left;
  /* background-color: var(--color-ffffff); */
}
.header-contact {
  position: relative;
  right: 0;
  top: 0;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header-contact li {
  padding: 0 10px;
  color: var(--color-ffffff);
  display: flex;
  align-items: center;
}
.header-contact li a {
  position: relative;
  display: block;
  color: var(--color-ffffff);
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-Regular);
  line-height: var(--line-height-inherit);
}
.header-contact li a:hover {
  color: var(--color-f6d263);
}
.header-contact .header-social a {
  display: inline-block;
  border: solid 1.5px var(--color-ffffff);
  border-radius: 100px;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  margin-right: 10px;
}
.header-contact .header-social a img {
  width: 15px;
  height: 15px;
}
.mobile-toggle {
  display: none;
}
/* dropdown-menu */
/* main-header */
/* banner-section */
.banner-img img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  left: 0;
  width: 100%;
  bottom: 20px;
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px));
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, var(--color-0e198b));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .5);
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--color-ffffff));
}
.banner-text-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(50%);
}
.banner-text {
  width: 50%;
  position: relative;
  padding: 30px;
}
.banner-text-container .banner-text:after {
  position: absolute;
  content: "";
  background: -moz-linear-gradient(90deg, #dd2622 0%, #dd2522a6 75%, #00000000 100%);
  background: -webkit-linear-gradient(90deg, #dd2622 0%, #dd2522a6 75%, #00000000 100%);
  background: linear-gradient(90deg, #dd2622 0%, #dd2522a6 75%, #00000000 100%);
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
}
.banner-text .section-title {
  color: var(--color-ffffff);
}
.banner-text p {
  color: var(--color-ffffff);
}
/* banner-section */
/* home-about-section */
.home-about-bg {
  background: var(--color-ffffff);
}
.small-title img {
  margin-right: 15px;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center left;
}
/* home-about-section */
/* aboutfonder section */
.divine-feature-section {
  background: var(--color-f8b195);
  background-repeat: no-repeat;
  background-image: url(../images/founder-bg.jpg);
  background-size: cover;
}
.founder-box {
  border-bottom-left-radius: 150px;
}
.founder-box .feature-box {
  padding: 2rem 4rem;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.feature-right-box {
  border: 5px solid #ff0000;
  border-left: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: var(--color-ffffff);
  height: 100%;
}
.feature-left-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 500px;
}
.feature-box img {
  height: 80px;
}
.features-resp1 {
  display: none;
}
/* aboutfonder section */
/* divine box */
.divine-box {
  padding: 70px 60px;
  height: 100%;
}
.divine-box .title {
  color: var(--color-ffffff);
}
.divine-box p {
  color: var(--color-ffffff);
}
.divine-box.box1 {
  background-color: var(--color-f67280);
}
.divine-box.box2 {
  background-color: var(--color-c06c84);
}
.divine-box.box3 {
  background-color: var(--color-6c5b7b);
}
/* videosection */
.video-section-bg {
  position: relative;
}
.video-section-bg::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-a8b5ef);
  z-index: -1;
}
.video-box {
  border-radius: 30px;
  overflow: hidden;
}
.video-box img {
  object-fit: cover;
  width: 100%;
  height: 300px;
  border-radius: 30px;
}
.video-box iframe {
  object-fit: cover;
  width: 100%;
  height: 300px;
  border-radius: 30px;
}
.video-slider,
.gallery-slider {
  padding-bottom: 50px;
}
/* cloud css */
.cloud {
  overflow: hidden;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  background-size: cover;
  top: 0;
  z-index: -1;
  opacity: 0.5;
  background-color: #2295ff0f;
}
.cloudcontent {
  position: relative;
  padding: 30px;
  color: #337AB7;
  font-size: 22px;
  font-weight: bold;
  z-index: 100;
}
.cloud img {
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.cloud1 {
  -webkit-animation: animCloud 60s infinite linear;
  -moz-animation: animCloud 60s infinite linear;
  animation: animCloud 60s infinite linear
}
.cloud2 {
  -webkit-animation: animCloud 70s infinite linear;
  -moz-animation: animCloud 70s infinite linear;
  animation: animCloud 70s infinite linear
}
.cloud3 {
  -webkit-animation: animCloud 80s infinite linear;
  -moz-animation: animCloud 80s infinite linear;
  animation: animCloud 80s infinite linear
}
.cloud4 {
  -webkit-animation: animCloud 90s infinite linear;
  -moz-animation: animCloud 90s infinite linear;
  animation: animCloud 90s infinite linear
}
.cloud4 {
  -webkit-animation: animCloud 100s infinite linear;
  -moz-animation: animCloud 100s infinite linear;
  animation: animCloud 100s infinite linear
}
@-webkit-keyframes animCloud {
  from {
    -webkit-transform: translateX(0%)
  }
  to {
    -webkit-transform: translateX(150%)
  }
}
@-moz-keyframes animCloud {
  from {
    -moz-transform: translateX(0%)
  }
  to {
    -moz-transform: translateX(150%)
  }
}
@keyframes animCloud {
  from {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%)
  }
  to {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
  }
}
/* cloud css */
/* counter-section */
.counter-section {
  background-color: var(--color-f67280);
}
.counter-section .section-title {
  color: var(--color-ffffff);
}
.counter-box {
  border-right: dashed 2px #fff;
}
.last {
  border-right: dashed 0px #fff;
}
.counter-box .small-title {
  text-transform: uppercase;
  color: var(--color-ffffff);
  font-size: var(--font-size-22);
  margin: 0;
}
.counter-box img {
  width: 100%;
  height: 40px;
  object-fit: contain;
  object-position: center center;
}
.our-journey-number {
  position: absolute;
  top: 5px;
  right: -36px;
}
/* counter-section */
/* event-section */
.event-content .small-title {
  color: var(--color-000000);
}
.event-content::before {
  background-color: var(--color-0e198b);
  height: 10px;
  width: 100%;
  position: absolute;
  top: 0;
  content: '';
  left: 0;
}
.event-content {
  padding: 30px 20px;
  margin: 0 auto;
  margin-top: -50px;
  background-color: var(--color-ffffff);
  z-index: 9;
  position: relative;
  width: 90%;
  margin-bottom: 30px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.1), 0px 8px 16px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.event-content:hover {
  background-color: var(--color-f6d263);
  transform: translateY(-10px);
}
/* event-section */
/* modal-css */
.modal-dialog {
  max-width: 40%;
}
.modal-header {
  padding: 0;
  border-bottom: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-body {
  padding: 0;
  z-index: 1;
}
.modal-content {
  background-color: #e2e6fa;
  border-radius: 20px;
  padding: 30px;
}
.modal-title {
  font-size: var(--font-size-35);
  line-height: var(--line-height-35);
  color: var(--color-0e198b);
  font-family: var(--font-family-Playfair);
  margin-bottom: 20px;
}
.modal-header .btn-close {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: var(--font-size-22);
  fill: var(--color-0e198b);
}
.modal-header .btn-close:hover {
  color: var(--color-f44336);
}
.red-txt {
  color: var(--color-f44336);
  margin-bottom: 2px;
}
.modal-body ul li {
  margin-bottom: 8px;
  font-size: var(--font-size-18);
  line-height: var(--line-height-18);
  color: var(--color-000000);
  list-style: unset;
}
.modal-body .modal-img {
  height: 700px;
}
.modal-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center center;
  /* padding: 10px; */
  /* background: var(--color-a8b5ef) */
}
.modal-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  width: 100%;
  height: 200px;
  opacity: 0.4;
}
.modal-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.popup-list {
  margin-top: 15px;
  margin-left: 20px;
}
.popup-list li {
  margin-bottom: 20px;
  list-style: square;
}
.popup-list-img {
  margin-left: 0px;
}
.popup-list-img li {
  position: relative;
  padding-left: 30px;
  list-style: none;
}
.popup-list-img li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background-image: url(../images/lotus-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.modal-right-img img {
  height: 460px;
  object-fit: contain;
  object-position: center center;
}
/* modal-css */
/* attention-section */
.attention-bg {
  position: relative;
  background-image: url(../images/bg/attention-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
.attention-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0b7385;
  opacity: 0.8;
}
.attention-btns .view-more {
  margin: 10px 5px;
}
.attention-section {
  text-align: center;
}
.attention-section .section-title {
  color: var(--color-ffffff);
}
.attention-box {
  font-size: var(--font-size-22);
  line-height: var(--line-height-22);
  color: var(--color-000000);
  padding: 50px 50px;
  text-align: left;
  background-color: #f0f8ff;
  height: 100%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.attention-box:hover {
  border-radius: 35px 0;
  background-color: #a4b4ef;
  transform: translateY(-10px);
}
.attention-box strong {
  font-weight: 600;
  color: var(--color-f67280);
}
/* attention-section */
/* idol-section */
.idol-section {
  background: var(--color-f8b195);
  text-align: center;
  color: var(--color-ffffff);
  position: relative;
}
.idol-section .container::after {
  width: 40%;
  height: 63%;
  background-color: var(--color-f44336);
  position: absolute;
  content: '';
  z-index: 0;
  top: 25%;
  left: 28%;
}
.swiper-button-next,
.swiper-button-prev {
  color: transparent;
  background: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 10px;
}
.swiper-button-next img,
.swiper-button-prev img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center center;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
/* idol-section */
/* footer-map */
.footer-map iframe {
  width: 100%;
  height: 550px;
}
/* footer-map */
/* footer-section */
.main-footer {
  background: var(--color-4977c4);
  padding: 50px 0 50px;
  color: var(--color-ffffff);
  text-align: center;
  font-size: var(--font-size-22);
}
.main-footer a {
  color: var(--color-ffffff);
}
.footer-box a {
  font-size: var(--font-size-20);
  line-height: var(--line-height-20);
  font-weight: var(--font-weight-Regular);
  color: var(--color-ffffff);
  margin-bottom: 0px;
}
.footer-box a:hover {
  color: var(--color-f99120);
}
.footer-box p {
  color: var(--color-ffffff);
  margin-bottom: 30px;
  text-align: center;
}
.footer-menu li {
  margin-bottom: 10px;
}
.footer-menu li a {
  display: block;
  padding: 5px 0;
  font-size: var(--font-size-24);
  line-height: var(--line-height-inherit);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Regular);
}
.footer-menu li a:hover {
  color: var(--color-589e56);
}
.footer-social a {
  display: inline-block;
  border: solid 2px var(--color-ffffff);
  border-radius: 100%;
  width: 55px;
  height: 55px;
  text-align: center;
  margin-left: 10px;
}
.footer-social a img {
  padding: 14px;
}
.copyright {
  margin-top: 0px;
  font-size: var(--font-size-18);
  color: var(--color-ffffff);
}
.copyright a {
  color: var(--color-64c462);
}
.main-footer hr {
  margin: 30px 0;
}
/* footer-section */
/* backtotop */
#backtotop {
  display: inline-block;
  background-color: var(--color-0e198b);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border-radius: 50%;
}
#backtotop::after {
  content: "\F145";
  font-family: bootstrap-icons !important;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#backtotop:hover {
  cursor: pointer;
  background-color: #333;
}
#backtotop:active {
  background-color: #555;
}
#backtotop.show {
  opacity: 1;
  visibility: visible;
}
/* backtotop */
/* breadcrumb-css */
.breadcrumb {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.breadcrumb-box .section-title {
  position: relative;
  z-index: 1;
}
.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item {
  font-size: var(--font-size-18);
  color: var(--color-ffffff);
}
.breadcrumb-item+.breadcrumb-item::before {
  color: var(--color-ffffff);
}
.breadcrumb-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  /* display: flex; */
  /* align-items: flex-end; */
}
.breadcrumb-box nav {
  padding: 20px 150px 20px 20px;
  position: relative;
  display: inline-block;
}
.breadcrumb-box nav:after {
  position: absolute;
  content: "";
  background: -moz-linear-gradient(90deg, #dd2622 0%, #dd2522a6 75%, #00000000 100%);
  background: -webkit-linear-gradient(90deg, #dd2622 0%, #dd2522a6 75%, #00000000 100%);
  background: linear-gradient(90deg, #dd2622 0%, #dd2522a6 75%, #00000000 100%);
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
}
.inner-banner-section {
  height: 480px;
  position: relative;
}
.inner-banner-section .banner-img img {
  height: 100%;
  position: relative;
}
.banner-img {
  height: 100%;
}
.banner-img img {
  width: 100%;
  height: calc(100vh - 10px);
  object-fit: cover;
  object-position: center bottom;
}
/* breadcrumb-css */
/* inner-page-css */
.divine-park-img {
  width: 50%;
  height: 100%;
  float: left;
  padding: 0px 40px 10px 0;
}
.divine-park-img img {
  border-radius: 30px;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.inner-page-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #a6c7ff;
  opacity: 0.4;
  z-index: -1;
}
.divine-park-img-right {
  width: 50%;
  height: 100%;
  float: right;
  padding: 0px 0px 10px 30px;
}
.divine-park-img-right img {
  border-radius: 30px;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.doctorji-telechat {
  width: 300px;
}
.inner-text-content ul {
  margin-left: 25px;
}
.inner-text-content ul li {
  margin-bottom: 8px;
  list-style: disc;
}
/* inner-page-css */
/* sri-guruji-section */
.sri-guruji-img img {
  height: 100%;
}
.inner-page-list {
  margin-top: 30px;
  margin-left: 20px;
}
.inner-page-list li {
  margin-bottom: 15px;
  list-style: square;
}
.inner-page-list-img {
  margin-left: 0;
}
.inner-page-list-img li {
  font-size: var(--font-size-18);
  line-height: var(--line-height-18);
  font-weight: var(--font-weight-Regular);
  color: var(--color-000000);
  text-align: justify;
  letter-spacing: 0.01em;
  position: relative;
  padding-left: 40px;
  list-style: none;
}
.inner-page-list-img li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  width: 22px;
  height: 22px;
  background-image: url(../images/lotus-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
/* sri-guruji-section */
/* Yatri-Nivasa-Section */
.inner-about-table {
  border: 1px solid #ccc
}
.inner-about-table {
  border-radius: 0px;
  border: none;
}
.scrollable-table {
  overflow-x: auto;
}
.inner-about-table tr th {
  font-size: var(--font-size-18);
  line-height: var(--line-height-18);
  font-weight: var(--font-weight-Regular);
  color: var(--color-000000);
  padding: 8px 14px;
  border-bottom-width: 1px;
  box-shadow: unset;
  background: var(--color-f99120);
  color: var(--color-ffffff);
}
.inner-about-table tr td {
  background-color: var(--color-ffffff);
  padding: 8px 14px;
}
.inner-about-table tr p {
  text-align: left;
  margin: 0;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border: solid 1.5px var(--color-000000);
  padding: 6px;
}
.yatri-nivasa-table {
  width: 50%;
}
/* Yatri-Nivasa-Section */
/* contact-section */
.address-box .col-12.col-md-6 {
  margin-bottom: 30px;
}
.contact-text {
  /* margin-bottom: 30px; */
  padding: 20px 20px;
  background: #fff;
  height: 100%;
  border-radius: 21px 0;
}
.contact-text p {
  text-align: left;
  word-break: break-all;
}
.contact-text .small-title {
  color: var(--color-0e198b);
  margin-bottom: 10px;
}
.contact-form {
  margin-top: 30px;
}
.contact-form .input-block {
  background-color: var(--color-ffffff);
  border: solid 1px var(--color-ffffff);
  width: 100%;
  height: 60px;
  padding: 15px;
  position: relative;
  margin-bottom: 20px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 5px;
}
.contact-form .input-block.focus {
  background-color: #fff;
  border: solid 1px #fb2900;
}
.contact-form .input-block.textarea {
  height: auto;
}
.contact-form .input-block.textarea .form-control {
  height: 100px;
  resize: none;
  padding-top: 20px
}
.contact-form .input-block label {
  padding: 0 10px;
  position: absolute;
  left: 8px;
  top: 18px;
  display: block;
  margin: 0;
  font-weight: 300;
  z-index: 1;
  color: #000000;
  font-size: var(--font-size-16) !important;
  line-height: 10px;
  padding: 8px;
  background-color: var(--color-ffffff);
}
.contact-form .input-block .form-control {
  background-color: transparent;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: var(--color-000000);
  font-size: var(--font-size-16);
  height: 40px;
  padding: 0;
  position: relative;
  top: -8px;
  z-index: 2;
}
.contact-form .input-block .form-control:focus label {
  top: 0;
}
.contact-form .square-button {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNTEyZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkMjQ3NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ff512f), color-stop(100%, #dd2476));
  background-image: -moz-linear-gradient(left, #ff512f, #dd2476);
  background-image: -webkit-linear-gradient(left, #ff512f, #dd2476);
  background-image: linear-gradient(to right, #ff512f, #dd2476);
  color: var(--color-ffffff);
  font-size: var(--font-size-20);
  text-transform: uppercase;
  font-weight: var(--font-weight-Medium);
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 60px;
  height: 60px;
  border: none;
  width: 100%;
}
.contact-form .square-button:hover,
.contact-form .square-button:focus {
  background-color: var(--color-ffffff);
}
.contact-left hr {
  margin: 20px 0;
}
/* contact-section */
/* timeline-section */
.milestone-div {
  width: 70%;
  margin: 70px auto;
  text-align: center;
  height: 360px;
}
.milestone-box {
  width: 300px;
  text-align: center;
  float: left;
  position: relative;
  margin: 0 33px;
}
.milestone-text {
  margin-top: 5px;
  position: absolute;
  left: 0;
  right: 0;
}
.milestone-text p {
  text-align: center;
}
.milestone-img {
  width: 300px;
  height: 300px;
  border-radius: 100%;
  /* background: linear-gradient(180deg, #f23980 0%, #af46bd 100%); */
  background: var(--color-0e198b);
  z-index: 22;
  position: relative;
}
.milestone-img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  padding: 5px;
}
.milestone-line {
  background: var(--color-f44336);
  height: 4px;
  width: 50%;
  position: absolute;
  left: 90%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.milestone-line::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  background-image: url(../images/icons/milestone-right-arrow.svg);
  left: 33%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.milestone-right-line {
  background-image: url(../images/bg/milestone-line01.png);
  height: 430px;
  width: 80px;
  position: absolute;
  right: -35px;
  top: 41.4%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.milestone-right-line::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  background-image: url(../images/icons/milestone-right-arrow.svg);
  left: 56px;
  top: 50%;
  transform: rotate(90deg);
  z-index: 1;
}
.milestone-line02 {
    background: var(--color-f44336);
    height: 4px;
    width: 34%;
    position: absolute;
    right: -70px;
    top: 43%;
    transform: translateY(-50%);
    z-index: -1;
}
.milestone-line02::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  background-image: url(../images/icons/milestone-right-arrow.svg);
  left: 50%;
  top: -13px;
  /* transform: translateY(-50%); */
  z-index: 1;
  transform: rotate(180deg);
}
.milestone-left-line {
background-image: url(../images/bg/milestone-line02.png);
height: 430px;
width: 80px;
position: absolute;
left: -23px;
top: 42.4%;
background-repeat: no-repeat;
background-size: auto 100%;
}
.milestone-left-line::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  background-image: url(../images/icons/milestone-right-arrow.svg);
  left: -13px;
  top: 50%;
  transform: rotate(90deg);
  z-index: 1;
}
.milestone-text-box .milestone-div-right:last-child .milestone-left-line, .milestone-text-box .milestone-div-left:last-child .milestone-right-line {
  display: none;
}
.milestone-text-box .milestone-div-right:last-child .milestone-box .milestone-line {
  display: none;
}
.milestone-text-box .milestone-div-left:last-child .milestone-box:last-child .milestone-line {
    display: none;
}
/* timeline-section */
/* doctorji-programs */
.button-tab ul li {
  margin: 0 5px;
}
.button-tab ul li a {
  font-size: var(--font-size-20);
  line-height: var(--line-height-20);
  color: var(--color-0e198b);
  background: var(--color-ffffff);
  border-radius: 10px;
  padding: 10px 15px;
  display: inline-block;
}
.button-tab ul li:hover a {
  background: var(--color-f44336);
  color: var(--color-ffffff);
}
.industry-box ul li .js-scroll-trigger.active {
  background-color: var(--color-f44336);
  color: var(--color-ffffff);
}
/* doctorji-programs */
/* branches-section */
.branch {
  padding: 50px 50px;
  background-color: var(--color-c06c84);
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.branch li {
  font-size: var(--font-size-22);
  line-height: var(--line-height-22);
  font-weight: var(--font-weight-Regular);
  color: var(--color-ffffff);
  margin-bottom: 15px;
  text-align: justify;
  letter-spacing: 0.01em;
}
.branch li strong {
  padding-right: 5px;
  color: var(--color-f6d263);
}
.divine-park-table tr td p a,
.divine-park-table tr td p span {
  display: block;
}
.divine-park-table tbody,
.divine-park-table td,
.divine-park-table tfoot,
.divine-park-table th,
.divine-park-table thead,
.divine-park-table tr {
  border-left: none;
  border-right: none;
}
.divine-park-box {
  margin-bottom: 50px;
}
.divine-park-box .small-title {
  background: #030645;
  color: var(--color-ffffff);
  padding: 12px 12px;
  margin-bottom: 10px;
}
/* branches-section */
/* embed-responsive-video */
.embed-responsive video {
  width: 100%;
  height: 100%;
}
/* embed-responsive-video */
/* E-Magazine */
.mag-img img {
  height: 600px;
}
.pdf-box {
  border-radius: 10px;
  -webkit-box-shadow: 0px 9px 15px -11px rgba(88, 54, 114, 1);
  -moz-box-shadow: 0px 9px 15px -11px rgba(88, 54, 114, 1);
  box-shadow: 0px 9px 15px -11px rgba(88, 54, 114, 1);
  background-color: var(--color-ffffff);
  padding: 30px 20px;
  text-align: center;
  word-wrap: break-word;
  margin-bottom: 30px;
  transition: ease all 0.5s;
}
.pdf-box:hover {
  background-color: var(--color-4977c4);
}
.pdf-box:hover .text {
  color: var(--color-ffffff);
}
.pdf-box i {
  font-size: var(--font-size-45);
  color: var(--color-f44336);
  margin-bottom: 10px;
  display: block;
}
.pdf-box:hover i {
  color: var(--color-f99120);
}
.pdf-box .text {
  margin: 0;
}
/* E-Magazine */
/* audio-box-section */
.audio-box {
  border-radius: 10px;
  -webkit-box-shadow: 0px 9px 15px -11px rgba(88, 54, 114, 1);
  -moz-box-shadow: 0px 9px 15px -11px rgba(88, 54, 114, 1);
  box-shadow: 0px 9px 15px -11px rgba(88, 54, 114, 1);
  background-color: var(--color-ffffff);
  padding: 30px 20px;
  text-align: center;
  word-wrap: break-word;
  margin-bottom: 20px;
}
.audio-box audio {
  width: 100%;
}
.audio-box i {
  font-size: var(--font-size-35);
  color: var(--color-f44336);
  margin-bottom: 10px;
  display: block;
}
/* audio-box-section */
/* daily-voice-message */
.pricing-table .plan {
  background-color: var(--color-ffffff);
  padding: 30px 30px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.pricing-table .plan .name {
  text-align: center;
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-Medium);
  margin-top: 0;
  margin-bottom: 18px;
  letter-spacing: 1px;
}
.pricing-table .plan .price {
  text-align: center;
  font-size: var(--font-size-35);
  font-weight: var(--font-weight-Medium);
  margin-bottom: 30px;
}
.pricing-table .plan .price sub {
  position: static;
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-Medium);
}
.pricing-table .plan .maus-options {
  display: block;
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
}
.pricing-table .plan .maus-options select {
  background-color: transparent;
  color: var(--color-ffffff);
  padding: 1rem;
  border: 1px solid var(--color-ffffff);
  border-radius: 5px;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.pricing-table .plan .maus-options select+span {
  font-size: var(--font-size-16);
  color: var(--primary-color);
}
.pricing-table .plan .features {
  margin-block: 30px;
}
.pricing-table .plan .features li {
  color: var(--color-f44336);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 15px;
  font-size: var(--font-size-22);
  line-height: 1.5;
  list-style-type: none;
}
.pricing-table .plan .features li::marker {
  color: var(--primary-color);
}
.pricing-table .plan .choose-btn {
  display: block;
  width: 100%;
  max-width: 250px;
  margin-inline: auto;
  margin-top: auto;
  padding: 1rem 1rem;
  font-weight: 600;
  background-color: transparent;
  color: #fff;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.1s;
}
.pricing-table .plan .choose-btn:hover,
.pricing-table .plan .choose-btn.active {
  background-color: var(--primary-color);
}
/* daily-voice-message */
/* book-section */
.sort-btn {
  color: var(--color-ffffff);
  border: 1px solid #fff;
  background-color: var(--color-c06c84);
}
.btn-secondary {
  color: var(--color-ffffff);
  background-color: var(--color-0e198b);
  border-color: var(--color-0e198b);
}
.ecommerce-page .card {
  margin-bottom: 30px;
  border: none;
  border-radius: none;
  background-color: transparent;
  transition: ease all 0.5s;
}
.ecommerce-page .card .dropdown-menu:hover {
  display: block;
}
.ecommerce-page .card img {
  height: 300px;
  object-fit: cover;
  background-color: #f5f5f5;
}
.ecommerce-page .card-header {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.ecommerce-page .view-more-btn {
  border: transparent;
  font-size: var(--font-size-18);
  padding: 10px 15px;
  font-weight: 100;
  border: 2px solid var(--color-ffffff);
  margin-top: 0;
}
.ecommerce-page .card .book-title {
  font-size: var(--font-size-16);
  line-height: var(--line-height-16);
  text-align: left;
  margin-bottom: 5px;
  /*margin-top: 10px;*/
  height: 68px;
  display: -webkit-box;
display: -moz-box;
display: -ms-box;
max-width: 100%;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.ecommerce-page .card .book-price {
  font-size: var(--font-size-18);
  line-height: var(--line-height-18);
  text-align: left;
  font-family: var(--font-family-Rubik);
  color: var(--color-f44336);
}
.ecommerce-page .card-footer {
  background-color: transparent;
  border-top: transparent;
}
.ecommerce-page .card-body {
  flex: 1 1 auto;
  padding: 9px 0;
}
/* pricing card */
/* pagination-css  */
.pagination .page-item {
  cursor: pointer;
}
.pagination .page-item .page-link {
  font-size: var(--font-size-18);
  line-height: var(--line-height-18);
  color: var(--color-0e198b);
  pointer-events: none;
  background-color: var(--color-ffffff);
  border-color: unset;
  border: solid 1px var(--color-0e198b);
  padding: 8px 14px;
}
.pagination .page-item:hover .page-link {
  color: var(--color-ffffff);
  background-color: var(--color-583672);
}
/* pagination-css  */
/* book-section */
/* magazine-section */
.pricing-table {
  max-width: var(--container-mw);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
/* magazine-section */
/* gallery-css */
ul#Container,
ul.filter-btn {
  text-align: left;
  padding: 0;
  clear: both;
  margin-bottom: 50px;
  text-align: center;
}
ul#Container li {
  margin-bottom: 30px;
}
.filter-btn .active {
  color: var(--color-f44336);
}
.filter-btn li {
  list-style: none;
  display: inline-block;
  padding: 0px 10px;
  cursor: pointer;
  position: relative;
  font-size: var(--font-size-22);
  color: var(--color-0e198b);
  background: transparent;
  border: none;
  box-shadow: none;
}
.filter-btn li.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -10px;
  left: 0;
  background: var(--color-f44336);
}
.bonding-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
}
/* gallery */
.gallery-box .img {
  max-width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center center;
}
.gallery-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  width: 100%;
  background: var(--color-0e198b);
}
.gallery-title .div-title {
  font-size: var(--font-size-20);
  line-height: var(--line-height-18);
  color: var(--color-ffffff);
  text-align: center;
  margin-bottom: 0;
}
.gallery-box:hover .gallery-title .div-title {
  color: var(--color-f44336);
}
.gallery-box {
  position: relative;
}
.gallery-box a {
  display: block;
  position: relative;
}
.gallery-box a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000bd;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-box:hover a::before {
  opacity: 1;
}
.gallery-box .overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-box:hover .overlay {
  opacity: 1;
}
.gallery-box .overlay img {
  width: 30px;
}
/* gallery */
.iframe-video {
  width: 100%;
  height: 350px;
  margin-bottom: 30px;
}
.iframe-video iframe {
  width: 100%;
  height: 100%;
}
/* gallery-css */
/* Login-section css  */
.signup-form {
  overflow: hidden;
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-Medium);
  background-color: var(--color-ffffff);
  padding: 20px 20px;
}
.login-form-box {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 70px 70px;
}
.signup-form .small-title {
  text-align: center;
  color: var(--color-0e198b);
}
.signup-form span {
  font-size: var(--font-size-20);
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.know-more-btn .inner-login-btn {
  width: 100%;
}
.signup-form .form-group .form-control {
  font-size: var(--font-size-18);
  color: var(--color-000000);
  font-weight: var(--font-weight-Light);
  height: 45px;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 12px;
  border: none;
  border: 1px solid var(--color-a8b5ef);
  border-radius: 10px;
  margin-bottom: 15px;
  background: var(--color-ffffff);
  resize: none;
  outline: none;
}
.sub-account {
  border-radius: 3px;
  margin-top: 20px;
  background-color: #ffffff;
  font-size: var(--font-size-18);
  color: var(--color-6c5b7b);
  text-align: center;
  padding: 5px 5px;
}
.sub-account input {
    height: 20px;
    width: 20px;
    position: relative;
    top: 4px;
}
.forgot-password {
  font-size: var(--font-size-16);
  color: var(--color-6c5b7b);
  margin-top: 10px;
}
.login-left {
  height: 100%;
  padding: 40px 40px;
  background: linear-gradient(180deg, #f2397fb3 0%, #af46bdb5 100%), url(../images/login-bg.jpg);
  color: var(--color-ffffff);
  position: relative;
  background-position: bottom center;
}
/* Login-section css  */
/* calendarContOuter */
.login-section {
  padding-top: 200px !important;
}
.calender-box {
  width: 100%;
  height: 100%;
  padding: 10px 0;
}
.calendarContOuter {
  width: 100%;
  height: 720px;
  margin: 0px auto;
  font-size: var(--font-size-16);
}
.event-tab-box .event-btn {
  color: var(--color-f44336);
  font-size: var(--font-size-20);
  line-height: var(--line-height-20);
  font-weight: var(--font-weight-Regular);
  background: transparent;
  border-radius: 0px;
  padding: 8px 10px;
  box-shadow: none;
  border: none;
  display: inline-block;
}
.event-tab-box .event-btn.active,
.event-tab-box .event-btn:hover {
  background: var(--color-0e198b);
  color: var(--color-ffffff);
}
/* calendarContOuter */
/* PrivacyPolicy-CSS */
.policy-text .small-title {
  margin-top: 25px;
  margin-bottom: 5px;
  color: var(--color-f44336);
}
.policy-list {
  padding-left: 35px;
}
.policy-list li {
  margin-bottom: 12px;
  font-size: var(--font-size-16);
  line-height: var(--line-height-inherit);
  list-style: square;
}
.policy-list li::marker {
  color: var(--color-c06c84);
}
.policy-list li strong {
  color: var(--color-583672);
}
.policy-text p strong {
  color: var(--color-000000);
}
.policy-list li a {
  color: var(--color-583672);
}
.policy-box p a {
  color: var(--color-583672);
  font-weight: var(--font-weight-Bold);
}
.policy-box .title {
  margin-bottom: 0;
  margin-top: 15px;
  display: inline-block;
}
.policy-box p {
  margin-bottom: 14px;
}
/* policy-section */
/* PrivacyPolicy-CSS */
/*calendar*/
.fc-toolbar.fc-header-toolbar {
  z-index: 12;
  border-bottom: 1px solid #CCCCCC;
  color: var(--color-0e198b);
  background: #a4b4ef;
  padding: 8px 10px;
}
.fc-content-skeleton td,
.fc-content-skeleton thead,
.fc-content-skeleton tr {
  border: unset;
}
.fc-center h2 {
  color: var(--color-f44336);
  font-size: var(--font-size-20);
  line-height: var(--line-height-18);
  font-weight: var(--font-weight-Bold);
}
.fc-event {
  font-size: var(--font-size-16);
  line-height: var(--line-height-18);
  border-radius: 0px;
}
.fc-head tr th {
  padding: 10px;
}
.fc-state-active,
.fc-state-down {
  background-color: #583672;
  background-image: none;
  box-shadow: none;
  color: #fff;
}
.fc-view-container tbody {
  border: unset;
}
.fc-view-container thead {
  border: solid 1.5px var(--color-000000);
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    position: relative;
    z-index: 1;
    right: 10px;
    top: 5px;
    color: #f67280;
}
/*calendar*/
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1600px;
}
.mobile-none,
.sidenav,
.mobile-toggle {
  display: none;
}
.mile-desktop {
  display: block !important;
}
.mile-mobile {
  display: none !important;
}
.hwarf-mobile {
  display: none;
}
.hwarf-desktop {
  display: block;
}
.desktop-none {
  display: block;
}
/* responsive css */
.fc-event {
    border: transparent !important;
}
.fc-content {
    margin-top: -1px !important;
}
tr:first-child>td>.fc-day-grid-event {
    margin-top: -26px;
}
.fc-bg table tr td {
    border-top: unset;
    border-bottom: unset;
}
.inner-about-box ul {
    margin-left: 20px;
}
.inner-about-box ul li { 
    list-style: square;
    margin-bottom: 15px;
}
@media (max-width: 1680px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1480px;
  }
  :root {
    --font-size-14: 12px;
    --font-size-16: 15px;
    --font-size-18: 17px;
    --font-size-20: 18px;
    --font-size-22: 20px;
    --font-size-24: 22px;
    --font-size-35: 32px;
    --font-size-45: 40px;
    --font-size-55: 45px;
    --line-height-14: 16px;
    --line-height-16: 20px;
    --line-height-18: 24px;
    --line-height-22: 30px;
    --line-height-24: 32px;
    --line-height-35: 40px;
    --line-height-45: 50px;
    --line-height-55: 52px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 10px;
  }
  .milestone-div {
    width: 80%;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .pt-100 {
    padding-top: 60px;
  }
  .mt-50 {
    margin-top: 30px;
  }
  .mb-50 {
    margin-bottom: 30px;
  }
  .navbar-expand-xl .dropdown-item {
    min-width: 220px;
  }
  .donate-now a {
    padding: 6px 16px;
    border-radius: 8px;
  }
  .ecommerce-page .card img {
    height: 250px;
  }
  .inner-banner-section {
    height: 380px;
  }
  .copyright {
    margin-top: 20px;
  }
  .main-footer {
    padding: 50px 0 30px;
  }
  .milestone-right-line {
    right: 0px;
  }
}
@media (max-width: 1480px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }
  .footer-social a img {
    padding: 10px;
  }
  .copyright {
    margin-top: 10px;
  }
  .contact-left hr {
    margin: 15px 0;
  }
  .milestone-div {
    width: 95%;
    height: 330px;
  }
  .milestone-box {
    width: 330px;
    margin: 0 50px;
  }
  .milestone-line02 {
    width: 39%;
  }
  .milestone-left-line {
    left: -35px;
  }
  .milestone-line {
    left: 84%;
  }
  .mb-5 {
    margin-bottom: 1.5rem !important;
  }
  .mt-5 {
    margin-top: 1.5rem !important;
  }
  .navbar-brand .logo {
    width: 150px;
  }
  .main-header.g_shrink .main-nav .navbar-brand .logo {
    width: 100px;
  }
  .footer-social a {
    width: 45px;
    height: 45px;
  }
  .video-box iframe,
  .video-box img {
    height: 250px;
    border-radius: 10px;
  }
  .divine-box {
    padding: 40px 40px;
    height: 100%;
  }
  .modal-body .modal-img {
    height: calc(100vh - 180px);
  }
}
@media (max-width: 1366px) {
  :root {
    --font-size-14: 12px;
    --font-size-16: 15px;
    --font-size-18: 16px;
    --font-size-20: 18px;
    --font-size-22: 17px;
    --font-size-24: 22px;
    --font-size-35: 26px;
    --font-size-45: 35px;
    --font-size-55: 45px;
    --line-height-14: 16px;
    --line-height-16: 20px;
    --line-height-18: 24px;
    --line-height-22: 25px;
    --line-height-24: 32px;
    --line-height-35: 40px;
    --line-height-45: 50px;
    --line-height-55: 52px;
  }
  .login-section {
    padding-top: 130px;
  }
  .ms-5 {
    margin-left: 1rem !important;
  }
  .mt-100 {
    margin-top: 60px;
  }
  .feature-box img {
    height: 70px;
  }
  .milestone-line {
    left: 100%;
    width: 40%;
  }
  .milestone-right-line {
    right: 70px;
  }
  .milestone-line02 {
    width: 29%;
  }
  .milestone-box {
    width: 280px;
  }
  .branch {
    padding: 30px;
  }
  .audio-box {
    padding: 15px;
  }
  .pricing-table .plan .features,
  .pricing-table .plan .price {
    margin-block: 15px;
  }
  .pricing-table .plan {
    padding: 20px;
  }
  .mag-img img {
    height: 500px;
  }
  .iframe-video {
    width: 100%;
    height: auto;
    margin-bottom: 18px;
  }
  .signup-form {
    padding: 15px;
  }
}
@media (max-width: 1280px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
  .feature-left-box img {
    height: 400px;
  }
  .founder-box .feature-box {
    padding: 2rem 2rem;
  }
}
@media (max-width: 1199.98px) {
  .donate-now a {
    display: inline-block;
    margin-left: 10px;
  }
  .ecommerce-page .card img {
    height: 330px;
  }
  .navbar-toggler {
    position: relative;
    right: 15px;
    color: var(--color-0e198b);
    padding: 0;
    font-size: unset;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-radius: 0;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-toggler-icon {
    width: 45px;
    height: 40px;
    background: var(--color-ffffff);
    border-radius: 5px;
  }
  .navbar-toggler-icon i {
    font-size: 38px;
  }
  .navbar-collapse {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: var(--color-a8b5ef);
    padding: 30px;
  }
  .main-header .dropend:hover>.dropdown-menu {
    position: relative;
    top: 0;
    left: 0;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    animation: unset;
  }
  .main-header .navbar-nav .nav-item:nth-child(5) .nav-item.dropend .dropdown-menu {
    left: 0;
  }
  .main-header .navbar-nav .nav-item:nth-child(6) .nav-item.dropend .dropdown-menu {
    left: 0;
  }
  .main-header .navbar-nav .nav-item .nav-item.dropend .dropdown-menu {
    background: var(--color-a8b5ef);
  }
  .divine-box {
    padding: 25px;
  }
  .milestone-img {
    width: 250px;
    height: 250px;
  }
  .milestone-text h3 {
    font-size: 22px;
  }
  .milestone-box {
    width: 25%;
    margin: 0 50px;
  }
  .milestone-line02 {
    width: 36%;
  }
  .milestone-left-line {
    left: -15px;
  }
  .milestone-div {
    margin: 40px auto;
  }
  .milestone-right-line {
    top: 30%;
    right: -15px;
  }
}
@media (max-width: 1024px) {
  :root {
    --font-size-14: 12px;
    --font-size-16: 15px;
    --font-size-18: 16px;
    --font-size-20: 17px;
    --font-size-22: 19px;
    --font-size-24: 21px;
    --font-size-35: 25px;
    --font-size-45: 32px;
    --font-size-55: 42px;
    --line-height-14: 16px;
    --line-height-16: 20px;
    --line-height-18: 24px;
    --line-height-22: 26px;
    --line-height-24: 30px;
    --line-height-35: 35px;
    --line-height-45: 42px;
    --line-height-55: 50px;
  }
  .founder-box {
    border-bottom-left-radius: 0px;
  }
  .feature-left-box img {
    height: 400px;
  }
  .milestone-img {
    width: 250px;
    height: 250px;
  }
  .milestone-text h3 {
    font-size: 22px;
  }
  .milestone-box {
    width: 25%;
    margin: 0 50px;
  }
  .milestone-line02 {
    width: 36%;
  }
  .milestone-left-line {
    left: -15px;
  }
  .milestone-div {
    margin: 40px auto;
  }
  .milestone-right-line {
    top: 38%;
    right: -15px;
  }
  .banner-text {
    width: 100%;
    padding: 20px;
    padding-bottom: 50px;
    text-align: center;
  }
  .banner-text p {
    text-align: center;
  }
  .banner-text-container {
    position: relative;
    transform: translateY(0);
  }
  .banner-text-container .banner-text:after {
    background: -moz-linear-gradient(90deg, #dd2622 0%, #dd2622 75%, #dd2622 100%);
    background: -webkit-linear-gradient(90deg, #dd2622 0%, #dd2622 75%, #dd2622 100%);
    background: linear-gradient(90deg, #dd2622 0%, #dd2622 75%, #dd2622 100%);
  }
  .g_header {
    position: relative;
  }
  .inner-banner-section {
     height: 280px;
  }
  .banner-img img {
    height: 100%;
}
}
@media (max-width: 991.98px) {
  :root {
    --font-size-14: 12px;
    --font-size-16: 15px;
    --font-size-18: 16px;
    --font-size-20: 17px;
    --font-size-22: 16px;
    --font-size-24: 21px;
    --font-size-35: 25px;
    --font-size-45: 32px;
    --font-size-55: 42px;
    --line-height-14: 16px;
    --line-height-16: 20px;
    --line-height-18: 24px;
    --line-height-22: 26px;
    --line-height-24: 30px;
    --line-height-35: 35px;
    --line-height-45: 42px;
    --line-height-55: 50px;
  }
  .donate-now a {
    padding: 5px 10px;
    border-radius: 5px;
  }
  .login-section {
    padding-top: 130px !important;
  }
  .login-left {
    padding: 20px;
  }
  .mt-100 {
    margin-top: 30px;
  }
  .pricing-table .plan .name {
    margin-bottom: 0;
  }
  .mile-desktop {
    display: none !important;
  }
  .mile-mobile {
    display: block !important;
  }
  .pe-5 {
    padding-right: 1rem !important;
  }
  .milestone-box {
    display: flex;
    width: 40%;
    margin: 0 30px;
    flex-direction: column;
    align-items: center;
  }
  .features-resp {
    display: none;
  }
  .features-resp1 {
    display: flex;
    justify-content: space-between;
  }
  .feature-left-box img {
    height: 480px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .counter-box {
    margin-bottom: 30px;
  }
  .branches {
    border: none;
  }
  .attention-box {
    padding: 20px;
  }
  .modal-dialog {
    max-width: 80%;
  }
  .footer-social a img {
    padding: 10px;
  }
  .footer-box p {
    margin-bottom: 10px;
  }
  h5.small-title i {
    margin-right: 8px;
  }
  .contact-form {
    margin-top: 15px;
  }
  .yatri-nivasa-table {
    width: 100%;
  }
  h4.contact-heading {
    font-size: 22px;
  }
  .small-title img {
    margin-right: 10px;
  }
  .contact-form .input-block {
    height: 50px;
    margin-bottom: 15px;
  }
  .contact-form .input-block label {
    left: 4px;
    top: 12px;
    font-size: 14px !important;
  }
  .contact-form .input-block.textarea .form-control {
    height: 80px;
    resize: none;
    padding-top: 10px;
    font-size: 14px;
  }
  .contact-form .input-block .form-control {
    font-size: 14px;
  }
  h5.small-title i {
    margin-right: 5px;
  }
  .address-box .col-12.col-md-6 {
    margin-bottom: 15px;
  }
  .contact-text p {
    margin-bottom: 0;
  }
  .contact-form .square-button {
    height: 40px;
  }
  iframe {
    height: 350px;
  }
  .milestone-text {
    position: relative;
  }
  .divine-park-img {
    width: 60%;
    height: 100%;
    float: left;
    padding: 0px 15px 10px 0;
  }
  .branch {
    padding: 20px;
  }
  .branch li {
    margin-bottom: 10px;
  }
  .inner-about-table tr td {
    padding: 5px;
  }
  .inner-about-table tr th {
    padding: 8px;
  }
  .divine-park-box {
    background: var(--color-ffffff);
    margin-bottom: 45px;
  }
  .divine-park-box p {
    padding: 5px 12px;
  }
  .view-more-btn {
    padding: 10px;
  }
  .mag-img img {
    height: 100%;
    margin-bottom: 15px;
  }
  .ms-5 {
    margin-left: 0rem !important;
  }
  .mag-img {
    display: flex;
    justify-content: center;
  }
  .pricing-table .plan {
    padding: 10px;
  }
  .event-content {
    padding: 18px 10px;
  }
    .inner-banner-section {
        height: 260px;
    }
    .inner-about-box ul li {
        line-height: var(--line-height-18); 
    }
}
@media (max-width: 800px) {
  
}
@media (max-width: 767.98px) {
  :root {
    --font-size-14: 12px;
    --font-size-16: 15px;
    --font-size-18: 14px;
    --font-size-20: 17px;
    --font-size-22: 16px;
    --font-size-24: 21px;
    --font-size-35: 20px;
    --font-size-45: 25px;
    --font-size-55: 42px;
    --line-height-14: 16px;
    --line-height-16: 20px;
    --line-height-18: 24px;
    --line-height-22: 26px;
    --line-height-24: 30px;
    --line-height-35: 35px;
    --line-height-45: 25px;
    --line-height-55: 50px;
  }
  .mt-50 {
    margin-top: 10px;
  }
  p {
    margin-bottom: 10px;
  }
  .modal-dialog {
    max-width: 100%;
  }
  .ms-3 {
    margin-left: 0.5rem !important;
  }
  .login-section {
    padding-top: 30px !important;
  }
  .navbar-brand .logo {
    width: 140px;
    padding: 5px 8px;
  }
  .feature-box img {
    height: 50px;
  }
  .know-more i {
    margin-left: 3px;
  }
  .feature-right-box {
    border: 2px solid #ff0000;
    border-top: 0px solid #ff0000;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 50px;
  }
  .founder-box .feature-box {
    padding: 1rem;
    padding-bottom: 29px;
  }
  .about-main {
    margin-top: 20px;
  }
  .founder-box .feature-box {
    padding: 1rem;
    padding-bottom: 2rem;
  }
  .divine-box {
    padding: 30px 10px;
  }
  .video-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .video-head h3 {
    margin-bottom: 0;
  }
  .video-slider,
  .gallery-slider {
    margin-top: 20px;
  }
  .attention-box {
    height: fit-content;
    margin-bottom: 15px;
    padding: 20px;
  }
  .modal-body .modal-img {
    height: calc(78vh - 180px);
  }
  .modal-header .btn-close {
    top: 40px;
    right: 30px;
    font-size: 18px;
    fill: var(--color-0e198b);
  }
  .mobile-none {
    display: none !important;
  }
  .desktop-none {
    display: block !important;
  }
  .div-order-sm {
    order: 2;
  }
  .responsive-flex {
    flex-direction: column-reverse;
    ;
  }
  .mt-50 {
    margin-top: 10px;
  }
  .pt-100 {
    padding-top: 30px;
  }
  .pb-100 {
    padding-bottom: 30px;
  }
  .main-footer {
    padding: 30px 0 5px;
  }
  .mb-50 {
    margin-bottom: 15px;
  }
  .footer-social a {
    width: 35px;
    height: 35px;
  }
  .footer-social a img {
    padding: 7px;
  }
  .inner-about-table tr td {
    padding: 5px;
  }
  .inner-about-table tr th {
    padding: 8px 5px;
  }
  .contact-text {
    padding: 15px;
  }
  .milestone-box {
    width: 50%;
    margin: 0px 0px;
    margin-bottom: 25px;
  }
  .milestone-img {
    width: 200px;
    height: 200px;
  }
  .milestone-text h3 {
    font-size: 18px;
  }
  .know-more-btn {
    text-align: center;
  }
  .divine-park-img img {
    margin-bottom: 30px;
    height: auto;
  }
  hr {
    margin: 25px 0;
  }
  .hwarf-mobile {
    display: block;
  }
  .hwarf-desktop {
    display: none;
  }
  .pdf-box {
    padding: 10px;
    margin-bottom: 15px;
  }
  .ecommerce-page .card img {
    height: 100%;
  }
  .ecommerce-page .card-body,
  .ecommerce-page .card .book-title,
  .ecommerce-page .card .book-price {
    text-align: center;
  }
  .event-tab-box {
    text-align: center;
  }
  .inner-banner-section {
    height: 100%;
}
.inner-text-table table {
    width: 100% !important;
}
}
@media (max-width: 575.98px) {
  .modal-body .modal-img {
    height: 100%;
  }
  .modal-title {
    margin-bottom: 10px;
  }
  .modal-content {
    padding: 12px;
  }
  .modal-header .btn-close {
    top: 20px;
    right: 20px;
    font-size: 16px;
  }
  .attention-btns .view-more {
    margin: 5px;
  }
  .event-tab-box .event-btn {
    margin: 2px;
  }
  .branch {
    padding: 10px;
  }
  .branch li {
    font-size: 14px;
    line-height: normal;
  }
  .branch li strong {
    padding-right: 1px;
  }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .feature-left-box img {
    height: 100%;
  }
  .navbar-collapse {
    background: var(--color-f67280);
    padding: 10px;
  }
  .attention-box {
    font-size: 14px;
  }
  .cContHeaderMenuSections {
    display: flex !important;
  }
  .cContHeaderMenuSections li {
    font-size: 14px !important;
  }
  .cagvTimeline2 .cagvContTime {
    margin-top: 8px;
  }
  .cagvTimeline2 .cagvContDetails {
    margin: 4px 4px !important;
    padding: 4px 4px !important;
  }
  .navbar {
    padding: 5px 0;
  }
  .iframe-video {
    width: 100%;
    height: 220px;
    margin-bottom: 18px;
  }
  ul#Container,
  ul.filter-btn {
    margin-bottom: 30px;
  }
  .filter-btn li {
    margin-bottom: 20px;
  }
  ul.door {
    margin-left: 15px;
  }
  .me-4 {
    margin-right: 0.5rem !important;
  }
  .dropdown-item {
    padding: .25rem 0.5rem;
  }
  .cContHeaderNavButton {
    width: 35px !important;
    font-size: 18px !important;
  }
  .cContHeaderDatePickerIcon {
    font-size: 140% !important;
  }
  .breadcrumb-box .section-title {
   font-size: var(--font-size-22);
    line-height: var(--line-height-14);
    margin-bottom: 4px
}
.breadcrumb .breadcrumb-item a, .breadcrumb .breadcrumb-item {
    font-size: var(--font-size-14);
}
.breadcrumb-box nav {
    padding: 4px;
}
}
@media (max-width: 480px) {
  :root {
    --font-size-14: 12px;
    --font-size-16: 15px;
    --font-size-18: 14px;
    --font-size-20: 14px;
    --font-size-22: 16px;
    --font-size-24: 21px;
    --font-size-35: 20px;
    --font-size-45: 23px;
    --font-size-55: 42px;
    --line-height-14: 18px;
    --line-height-16: 22px;
    --line-height-18: 22px;
    --line-height-22: 28px;
    --line-height-24: 30px;
    --line-height-35: 35px;
    --line-height-45: 26px;
    --line-height-55: 50px;
  }
  .mb-5 {
    margin-bottom: 1rem !important;
  }
  .mt-5 {
    margin-top: 1rem !important;
  }
  .pt-100 {
    padding-top: 20px;
  }
  .pb-100 {
    padding-bottom: 20px;
  }
  .button-tab ul li a {
    padding: 8px;
  }
  .inner-page-list-img li::before {
    top: 0;
  }
  .divine-park-img-right {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .industry-box ul {
    align-items: center;
    flex-wrap: wrap;
  }
  .button-tab ul li {
    margin: 5px;
  }
  .features-resp1 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .features-resp1 .feature-box {
    align-items: center !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }
  .feature-box .title {
    margin-bottom: 0;
  }
  .footer-box p {
    margin-bottom: 10px;
  }
  .main-footer hr {
    margin: 20px 0;
  }
  .divine-park-img {
    width: 100%;
    padding: 0;
    display: block;
  }
  .divine-park-img img {
    margin-bottom: 20px;
  }
  .attention-box {
    padding: 12px;
  }
  .inner-page-list {
    margin-top: 20px;
    margin-left: 0px;
  }
  .counter-box {
    margin-bottom: 30px;
  }
  .copyright {
    margin-top: 15px;
  }
  .inner-page-list-img li {
    padding-left: 30px;
  }
  .milestone-box {
    width: 100%;
    margin: 0px 0px;
    margin-bottom: 20px;
  }
  .milestone-img {
    width: 300px;
    height: 300px;
  }
  .mt-30 {
    margin-top: 15px;
  }
  .table {
    margin-bottom: 5px;
  }
  .audio-box audio {
    height: 40px;
  }
  .pricing-table {
    display: flex;
    flex-direction: column-reverse;
  }
  .pricing-table .plan .features,
  .pricing-table .plan .price {
    margin-block: 5px;
  }
  .pricing-table .plan .features li {
    margin-bottom: 5px;
  }
  .pricing-table .plan {
    padding: 30px 15px;
  }
  .signup-form {
    padding: 15px;
  }
  .mt-20 {
    margin-top: 10px;
  }
  .know-more-btn button {
    padding: 8px 30px;
    font-size: 16px;
  }
  .fc-toolbar.fc-header-toolbar {
    padding: 2px 2px;
  }
  .fc-head tr th {
    padding: 2px;
  }
}
@media (max-width: 425px) {}
@media (max-width: 375px) {
.banner-img img {
   height: 160px;
}
.inner-banner-section {
        height: 140px;
    }
}
@media (max-width: 320px) {}