@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');


/* / fonts / */
@font-face {
  font-family: 'Satoshi-bold';
  src: url('./Satoshi_Complete/OTF/Satoshi-Bold.otf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Satoshi-regular';
  src: url('./Satoshi_Complete/OTF/Satoshi-Regular.otf') format('truetype');
}

* {
  margin: 0;
  padding: 0;
}

.topbar {
  font-family: 'Satoshi-regular' !important;
}

.navbar a {
  font-family: 'Satoshi-bold' !important;
}

.offcanvas {
  font-family: 'Satoshi-bold' !important;
}


.breadcrumb li {
  font-family: 'Satoshi-bold' !important;
}

h1,
h2,
h3,
h4,
h5,
h5,
h6 {
  font-family: "Merriweather", serif !important;
}

p {
  font-family: 'Satoshi-regular' !important;
}

button {
  font-family: 'Satoshi-bold' !important;
}

#footer a {
  font-family: 'Satoshi-regular' !important;
}

.offcanvas .nav-link:hover {
  color: #A53335;
}

.nav-link:hover {
  color: #A53335;
}

.dropdown {
  font-family: 'Satoshi-bold' !important;
}

.dropdown a:focus {
  box-shadow: none;
}

.dropdown-menu {
  display: none;
  opacity: 0;
}

.dropdown .dropdown-menu li {
  margin-right: 0;
}

.dropdown .dropdown-menu a {
  padding: 5px 15px;
}

.offcanvas .dropdown-item:hover {
  color: white;
  background-color: #1F3645;
}

.dropdown-item:hover {
  color: white;
  background-color: #1F3645;
}

.navbar .btn:hover {
  color: #A53335 !important;
}

.breadcrumb-item {
  color:
    rgba(197, 233, 251, 1);
}

.dropdown-item.active,
.dropdown-item:active {
  color: #A53335 !important;
  background-color: #1F3645 !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  transition: 1.5s;
}

/* utatility classes  start */
.container-body {
  max-width: 1185px !important;
  margin: 0 auto;
}

.text-color {
  color: rgba(42, 66, 90, 1);
  font-weight: 700;
}

.red-text {
  color: rgba(165, 51, 53, 1);
  font-weight: 900;
  font-size: 17px;
}

.red-color {
  color: rgba(165, 51, 53, 1);
}

.font-20 {
  font-size: 20px;
}

/* topbar start */
.topbar .top-search .fa {
  position: absolute;
  top: 10px;
  right: 10px;
}

.topbar .top-search .form-control {
  padding-right: 25px !important;
  border-radius: 25px;
}

/* topbar end */


/* Navigation bar starts */
.desktop-view ul li {
  list-style: none;
  margin-right: 15px;
}

.desktop-view ul li a {
  padding: 5px;
  font-size: 14px;
  font-weight: 700;
}

/* Navigation bar end */

.active {
  color: #A53335 !important;
}

ul {
  list-style: none;
}

.content-btn {
  padding: 8px 15px;
  border: none;
  background: rgba(42, 66, 90, 1);
  color: white;
  font-size: 18px;
  font-weight: 700;
}

/* utatility classes  end */

.offcanvas-header .btn-close {
  padding: .3rem .3rem;
  margin-top: 0 !important;
  margin-right: -.5rem;
  margin-bottom: 0 !important;
  border: 2px solid #2A425A !important;
}

/* topbar start */
.topbar {
  background: #C5E9FB;
  padding: 8px 0
}

.topbar .topbar-btn img {
  width: 150px;
  height: 35px;
}

/* topbar end */


/* navigation bar styoing start */
.navigationbar .logo img {
  width: 200px;
  height: auto;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 42%;
}

.navigationbar .navbar-nav li:not(:last-child) {
  margin-right: 10px;
}

.navigationbar .navbar-nav li {
  font-size: 16px;
  font-weight: 600;
}

.desktop-view .navbar-nav li a {
  color: rgba(42, 66, 90, 1);
}

.navigationbar .navbar-btn {
  background-color: #2A425A;
  color: white;
  padding: 10px 15px;
  border: none;
}

.navigationbar .mobile-view {
  text-align: -webkit-right;
}

.mobile-bars {
  color: white;
  background: #2A425A;
  padding: 3px 9px 0px 9px;
}

.mobile-view .mobile-view-links li {
  list-style-type: none;
  font-size: 14px;
  font-weight: 600;
}

.mobile-view .mobile-view-links li a {
  color: rgba(42, 66, 90, 1);
}

.mobile-bars .fa {
  font-size: 20px !important;
}

/* navigation bar styoing end */

.search-bar input {
  flex: 1;
  border: none;
  padding: 6px;
  font-size: 16px;
}

.search-bar button {
  border: none;
  background: white !important;
  padding: 6px;
  cursor: pointer;
}

.search-bar button img {
  width: 20px;
  margin-right: 10px;
  margin-bottom: 2px;
}

.nav-link {
  color: #252525;
}

/* section 1st syling strat  */
.section1 {
  /* height: 600px;  */
  background-color: #1F3645;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* padding: 20px; */
}

.left-content {
  margin-left: 70px;
}

.btn-white {
  background-color: white;
  color: black;
}

/* services section styling start  */


.card-title {
  color: #306A82;
}

.cutom-border {
  border: 2px solid #42C4E4;
  border-radius: 40px;
  background-color: #EEF0F1;
  padding: 15px 15px 25px 15px;
}

.service .cutom-border .provide-image-sec {
  width: 100%;
  height: 180px;
  margin-bottom: 20px;
}

.service .cutom-border .provide-image-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);

}

.card-rectangular {
  background-color: white;
  border-radius: 10px;
  text-align: center;
  padding: 5px 0;
  font-family: 'Satoshi-bold' !important;
}

.text {
  font-size: 16px;
  color: #000;
}

.cutom-border1 {
  border: 4px solid #42C4E4;
  border-radius: 40px;
  background-color: #1F3645;
  min-height: 100%;
}

.custom-border1-image-sec {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.custom-border1-image-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.card-img-top1 {
  width: fit-content;
}

.custom-btn {
  background-color: white;
  color: #1F3645;
  font-size: 18px;
  padding: 7px 27px;
  margin-bottom: 20px;
}

.service {
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #C5E9FB 100%);
  padding: 20px 0 40px 0;
}

/* services section styling end  */


/* video section styling start  */
.video-main-section {
  background-image: url(./images/video-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0;
}

.video {
  width: 100%;
  height: 600px;
  margin-top: 40px;
  margin-bottom: -100px;
}

.embed-responsive-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}

.mobile-view .mobile-bars:hover {
  color: white !important;
}

.mobile-view .btn:hover {
  color: #A53335;
}

.video {
  border: 15px solid white;
  border-radius: 70px;
}

.icon-overlay {
  position: absolute;
  top: 43%;
  left: 48%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease;
  pointer-events: none;
  cursor: pointer;
  z-index: 9999;
}

.icon-overlay img {
  width: 100%;
  height: 100%;
}

.icon-overlay.hidden {
  display: none;
}


/* PACVTS Mission */
.main-con-style {
  background-color: #C5E9FB;
  margin-top: 100px;
}

.main-con-style .text-sd .t-head {
  color: #2A425A;
  font-family: 'Merriweather', serif;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}

.main-con-style .text-sd .t-des {
  color: #404040;
  font-size: 16px;
  font-weight: 400;
}

.main-con-style .text-sd .text-sec-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  background-color: #1F3645;
  padding: 10px 40px;
  border: none;
  border-radius: 100px;
  text-decoration: none;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: white;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
}

.swiper-button-prev {
  left: 10px;
}

.swiper-button-next {
  right: 10px;
}

.main-con-style .client-images {
  width: 100%;
  height: 260px;
  border-radius: 20px;
  object-fit: cover;
}


/* Blog-section */
.trending-blogs .blog-cont .blog-m-hding {
  color: #2A425A;
  font-family: 'Merriweather', serif;
  font-size: 35px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
}

.trending-blogs .blog-cont .blog-m-des {
  color: rgba(148, 148, 148, 1);
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 25px;
}

.blog-cont .blog-ro .blog-card {
  background-color: #ffffff;
  border: 2px solid #3CAAE0;
  border-radius: 40px;
  padding: 15px 15px 25px 15px;
  box-shadow: 0px 0px 12.3px 2px rgba(0, 0, 0, 0.15);
}

.blog-cont .blog-ro .blog-card .text-body-btn {
  color: #AC202D;
  font-family: 'Satoshi', sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  padding: 10px 0px 0px 0px;
  border: none;
  text-decoration: none;
}

.blog-cont .blog-ro .blog-card .blog-img {
  border-radius: 12px 12px 0px 0px;
  padding-bottom: 15px;
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.blog-cont .blog-ro .blog-card .blog-body .texonomy {
  display: flex;
  justify-content: space-between;
}

.blog-cont .blog-ro .blog-card .blog-body .texonomy .blog-texonomi {
  color: #949494;
  font-family: 'Satoshi', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
}

.blog-cont .blog-ro .blog-card .blog-body .blog-heaing {
  color: #306A82;
  font-family: 'Merriweather', serif;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  margin: 0px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.blog-cont .blog-ro .blog-card .blog-body .blog-des {
  color: #949494;
  font-family: 'Satoshi', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  margin: 0px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.blog-cont .blog-ro .blog-card .blog-body {
  text-align: left;
}

.swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 60px !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 1000;
  border: 1px solid #1F3645;
  background-color: #1F3645 !important;
}

.testiSwiper .testi-slider-item {
  width: 50% !important;
}

.testiSwiper .swiper-button-prev {
  vertical-align: bottom;
  position: absolute;
  top: 390px;
  left: 190px;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  color: #1F3645;
  align-items: center;
  font-size: 23px;
  font-weight: 800;
}

.testimonial-swiper .testiSwiper {
  position: relative !important;
  width: 98% !important;
  gap: 2%;
}

.testiSwiper .testi-slider-item {
  width: 47% !important;
  padding-bottom: 60px;
}

.testiSwiper .swiper-button-next {
  position: absolute;
  top: 390px;
  Right: 190px;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  color: #1F3645;
  align-items: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 23px !important;
  font-weight: 800 !important;
}

@media (max-width: 1025px) {
  .testiSwiper .testi-slider-item {
    width: 48% !important;
    gap: 4%;
    padding-bottom: 70px;
  }

  .testiSwiper .swiper-button-next {
    top: 370px;
    Right: 0px;
  }

  .testiSwiper .swiper-button-prev {
    top: 370px;
    left: 50px;
  }
}

@media (max-width: 767px) {
  .Strategic-sec {
    margin-top: -120px !important;
  }
}

@media (max-width: 768px) {
  .swiper-slide {
    width: 100% !important;
  }

  .testiSwiper .testi-slider-item {
    width: 98% !important;
    gap: 2% !important;
    padding-bottom: 70px;
  }

  .testiSwiper .swiper-button-next {
    position: relative;
    top: -40px;
    Right: -80px;
  }

  .testiSwiper .swiper-button-prev {
    position: relative;
    top: -12px;
    left: 0px;
  }
}

/* footer styling start  */
#news_and_media {
  padding: 30px 0;
}

#news_and_media .news_media_title {
  font-family: poppins;
  font-size: 30px;
  font-weight: 700;
  line-height: 51.54px;
  text-align: center;
  color: var(--Main_heading);
  text-transform: uppercase;
}

#news_and_media .news_media_text {
  font-family: var(--satoshi-regular);
  font-size: 19px;
  font-weight: 400;
  line-height: 26.45px;
  text-align: center;
  color: var(--text_color);
}

#news_and_media .news_media_swiper .customzied_card {
  border: 2px solid #3CAAE0;
  border-radius: 30px;
}

#footer {
  background: #1F3645;
  /* background-position: center; */
  /* background-size: cover; */
  padding: 40px 0;
  /* height: auto; */
}

#footer a {
  text-decoration: none;
}

#footer .footer_logo_text {
  padding: 10px 0;
  color: white;
  font-family: var(--satoshi-regular);
  font-size: 15px;
  font-weight: 500;
}

#footer .footer_logo_social_icons .footer_social_img {
  max-width: 34px;
}

.quick_link_title {
  font-size: 25px;
  color: #C5E9FB;
}

#footer .quick_links .quick_each_link_content .quick_link_item {
  color: white;
  font-family: var(--satoshi-regular);
  font-size: 17px;
  font-weight: 500;
  line-height: 29px;
  margin-left: 7px;
}

#footer .quick_links {
  padding-top: 80px;
}

#footer .quick_links ul {
  padding-left: 0 !important;
}

#footer .location_content {
  padding-top: 80px;

}

#footer .location_title {

  font-family: Poppins;
  font-size: 25px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: var(--heading_color);
  padding-bottom: 30px;
}

#footer .location_info_text .adress_detail {
  color: white;
  margin: 0 0 10px 10px;
  font-family: var(--satoshi);
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  text-align: left;
}

#footer .location_info_text .adress_detail_number {
  margin: 0 0 10px 10px;
}

#footer .location_info_text .adress_detail_number {
  margin: 0 0 10px 10px;
}

#footer .location_info_text .adress_detail_number a {
  font-family: var(--satoshi-bold);
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  text-align: left;
  color: white;
}

#footer .location_info_text .adress_detail_number_mail a {
  font-family: var(--satoshi-regular);
  font-size: 16px;
  line-height: 23px;
  color: white;
  margin-left: 10px;
}

#footer .location_info .location_icon {

  max-width: 18px;
  max-height: 18px;
}

@media screen and (max-width:992px) {
  #footer .quick_links .quick_link_title {
    padding-bottom: 15px;
  }

  .mission-sec {
    padding-bottom: 120px !important;
    padding-top: 40px !important;
    margin-top: -75px !important;
  }
}

@media screen and (max-width:992px) {
  #footer .location_title {
    padding-bottom: 15px;
  }
}

/* &&&&&&&&&&&&&&&&&&&& bottom footer csss starts */
#bottom_footer .Copyright_title {
  color: #000000;
  font-family: var(--satoshi-regular);
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  text-align: left;
}

#bottom_footer .Company_title {
  color: #000000;
  font-family: var(--satoshi-regular);
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  text-align: right;
}

@media screen and (max-width: 992px) {
  #bottom_footer .Copyright_title {
    text-align: center;
  }
}

@media screen and (max-width: 992px) {
  #bottom_footer .Company_title {
    text-align: center;
  }
}

/* footer end  */


/* About Us page start */
.main-hero-sec {
  background: url('./images/about-sec-bg.png');
  background-size: cover;
  padding: 40px 0;
  background-repeat: no-repeat;
  background-position: center;
}

/* aboutus-section */
.doctors-sec {
  background: linear-gradient(rgba(217, 217, 217, 0), rgba(197, 233, 251, 1));
  padding-bottom: 60px;
}

.doctors-sec .doctor-disc {
  border: 2px solid rgba(66, 196, 228, 1);
  border-radius: 25px;
  text-align: center;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.11);
  background-color: white;
}

.doctors-sec .doctor-disc .doctor-image-sec {
  width: 100%;
  height: 215px;
  margin-bottom: 20px;
  border-radius: 25px;
}

.doctors-sec .doctor-disc .doctor-image-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
}

.doctors-sec .doctor-disc .name {
  color: rgba(48, 106, 130, 1);
  font-weight: 700;
}

/* mission-section  */
.mission-sec {
  background-image: url(./images/mission-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -60px;
  padding-bottom: 100px;
  background-position: center;
}


.mission-sec .mission-div {
  color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* mission section end */

/* Strategic-section start  */

.Strategic-sec {
  background: linear-gradient(rgba(217, 217, 217, 0), rgba(197, 233, 251, 1));
  padding: 30px 0;
}

.Strategic-sec .goals-image-sec {
  width: 100%;
  height: 360px;
  border: 4px solid rgba(255, 255, 255, 1);
  border-radius: 20px;
}

.Strategic-sec .goals-image-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.Strategic-sec h2 {
  color: rgba(42, 66, 90, 1);
}

.Strategic-sec p {
  color: rgba(42, 66, 90, 1);
}

/* About Us page end */

/* membership page start */
.main-hero-sec {
  background: url('./images/membership-bg.png');
  background-size: cover;
  padding: 40px 0;
  background-repeat: no-repeat;
  background-position: center;
}

.membership-sec {
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #C5E9FB 100%);
  padding-top: 30px;
  padding-bottom: 85px;
}

.membership-card .member-card-image {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.membership-card .member-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.membership-card {
  border: 7px solid rgba(66, 196, 228, 1);
  border-radius: 30px;
  height: 100%;
}

.membership-card .apply-btn {
  background: rgba(31, 54, 69, 1);
  color: white;
  font-size: 14px;
  padding: 7px 35px;
  border: none;
  border-radius: 100px;
}

.apply-sec {
  background-image: url(./images/mission-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -60px;
  padding-bottom: 180px;
  background-position: center;
  padding-top: 175px;
}

@media (max-width:992px) {
  .apply-sec {
    padding-bottom: 240px !important;
    padding-top: 135px !important;
  }

  .apply-sec {
    margin-top: -130px !important;
  }
}

.red-text-discription {
  font-size: 14px;
}

.requirment-sec .requir-image-sec {
  width: 100%;
  height: 310px;
}

.requirment-sec .requir-image-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  object-fit: cover;
}

.requirment-sec .requirment-detail p {
  font-size: 14px;
}

.requirment-sec .requirment-detail img {
  width: 10px;
  height: auto;
}

/* membership page End */


.owl-carousel .owl-nav span {
  display: none;
}

.owl-carousel .owl-nav .owl-next {
  background: url(./images/right-arrow.png) !important;
  background-position: center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  font-size: 20px !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
}

.owl-carousel .owl-nav .owl-prev {
  background: url(./images/left-arrow.png) !important;
  background-position: center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  font-size: 20px !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
}

.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.owl-carousel .owl-dots {
  display: none !important;
}

@media (max-width:767px) {
  .main-hero-sec {
    background: #1F3645 !important;
    text-align: center;
  }

  .breadcrumb {
    justify-content: center;
  }
}

/* membership page End */


/* upcomming event page start */
.upcomming-events-sec {
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #C5E9FB 100%);
}

.upcomming-events-sec .events-card {
  background:
    linear-gradient(180deg, rgba(198, 198, 198, 0.18) 0%, rgba(0, 0, 0, 0.6) 53.77%),
    url(./images/event-card-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  border: 11px solid rgba(255, 255, 255, 1);
  padding: 20px 20px 50px 20px;
}

.upcomming-events-sec .events-card .right-card-img-sec {
  width: 100%;
  height: 425px;
  margin-top: 20px
}

.upcomming-events-sec .events-card .right-card-img-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
  border: 4px solid rgba(255, 255, 255, 1)
}

.upcomming-events-sec .owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 0px;
  position: absolute;
  bottom: 0;
  left: 45%;
  background: white;
  padding: 5px;
  border-radius: 20px 20px 0px 0px;
}

.upcomming-events-sec .upcomming-tabs-sec .btn-bg {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 1);
  padding: 10px;
  border-radius: 90px;
  justify-content: center;
  width: 42%;
  margin: 0 auto;
}

.upcomming-events-sec .upcomming-tabs-sec .btn-bg button {
  color: rgba(42, 66, 90, 1);
  font-weight: 700;
  border-radius: 90px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: rgba(42, 66, 90, 1) !important;
  background: rgba(197, 233, 251, 1) !important;
}

.upcomming-events-sec .upcomming-tabs-sec .past-event-main .p-event-image-sec {
  width: 100%;
  height: 200px;
}

.upcomming-events-sec .upcomming-tabs-sec .past-event-main .p-event-image-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.35);
}

.upcomming-events-sec .upcomming-tabs-sec .past-event-main .form-control {
  padding: 7px 7px 7px 53px !important;
  border: none;
  background: none !important;
}

.upcomming-events-sec .upcomming-tabs-sec .past-event-main .calendar-icon-img {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 20px;
  height: auto;
}

.upcomming-events-sec .upcomming-tabs-sec .past-event-main .time-icon-img {
  position: absolute;
  top: 9px;
  width: 20px;
  height: auto;
  left: 20px;
}

.upcomming-events-sec .upcomming-tabs-sec .past-event-main .calander-sec {
  border-radius: 30px;
  border: 2px solid rgba(31, 54, 69, 1);
  width: 55%;
}

.upcomming-events-sec .upcomming-tabs-sec .past-event-main {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 1);
  border-radius: 20px;
}

.upcomming-events-sec .form-control:focus {
  box-shadow: none !important;
}

.event-banner {
  background: url(./images/event-banner.png);
  background-size: cover;
  padding: 40px 0;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1024px) {
  .upcomming-events-sec .upcomming-tabs-sec .btn-bg {
    width: 51%;
    margin: 0 auto;
  }

  .upcomming-events-sec .upcomming-tabs-sec .past-event-main .calander-sec {
    width: 70%;
  }
}

@media (max-width: 992px) {
  .upcomming-events-sec .events-card .right-card-img-sec {
    width: 100%;
    height: 270px;
  }

  .upcomming-events-sec .upcomming-tabs-sec .btn-bg {
    width: 70%;
    margin: 0 auto;
  }

  .upcomming-events-sec .owl-carousel .owl-nav {
    bottom: 0;
    left: 43%;
  }

  .upcomming-events-sec .upcomming-tabs-sec .past-event-main .calander-sec {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .upcomming-events-sec .upcomming-tabs-sec .btn-bg {
    padding: 17px !important;
    border-radius: 10px !important;
  }

  .upcomming-events-sec .events-card .right-card-img-sec {
    width: 80%;
    height: 380px;
    margin: 0 auto;
  }

  .upcomming-events-sec .upcomming-tabs-sec .btn-bg {
    width: 100% !important;
    margin: 0 auto;
  }

  .upcomming-events-sec .owl-carousel .owl-nav {
    bottom: 0;
    left: 35%;
  }

  .upcomming-events-sec .upcomming-tabs-sec .past-event-main .calander-sec {
    border-radius: 10px !important;
    border: 1px solid rgba(31, 54, 69, 1) !important;
  }
}

@media (max-width: 320px) {
  .upcomming-events-sec .events-card .right-card-img-sec {
    width: 100%;
    height: 325px;
    margin: 0 auto;
  }

  .upcomming-events-sec .owl-carousel .owl-nav {
    gap: 0px;
    bottom: 0;
    left: 31%;
  }

  .icon-overlay {
    top: 38% !important;
    left: 45% !important;
    width: 35px !important;
    height: 35px !important;
  }
}

/* upcomming event page End */


/* NEWS PAGE START */
.news-banner {
  background: url(./images/news-page-banner.png);
  background-size: cover;
  padding: 40px 0;
  background-repeat: no-repeat;
  background-position: center;
}

.news-page-card .blog-card {
  background-color: #ffffff;
  border: 2px solid #3CAAE0;
  border-radius: 55px;
  padding: 6px 6px 18px 6px;
  box-shadow: 0px 0px 12.3px 2px rgba(0, 0, 0, 0.15);
  height: 100%;
  position: relative;
}

.news-page-card .blog-card .blog-img {
  border-radius: 55px 55px 0px 0px;
  padding-bottom: 15px;
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.news-page-card .blog-card .blog-body .texonomy .blog-texonomi {
  color: #AC202D;
  font-family: 'Satoshi', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
}

.news-page-card .blog-card .blog-body .blog-heaing {
  color: #306A82;
  font-family: 'Merriweather', serif;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  margin: 0px;
  /* display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; */
}

.news-page-card .blog-card .blog-body .blog-des {
  color: #949494;
  font-family: 'Satoshi', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0px 42px 0px;
  text-align: justify;
  /* display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; */
}

.news-page-card .blog-card .text-body-btn {
  color: #AC202D;
  font-family: 'Satoshi', sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  padding: 10px 0px 0px 0px;
  border: none;
  text-decoration: none;
  position: absolute;
  bottom: 30px;
}

/* NEWS PAGE END */

/* Education page start */
.education-sec {
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #C5E9FB 100%);
}

.education-card .membership-card {
  border: 2px solid rgba(66, 196, 228, 1);
  border-radius: 20px;
  height: 100%;
}

.education-banner {
  background: url(./images/education-banner.png);
  background-size: cover;
  padding: 40px 0;
  background-repeat: no-repeat;
  background-position: center;
}

/* Education page End */


/* Resources page start */
.password-main {
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #C5E9FB 100%);
}

.password-main .password-box {
  background: rgba(31, 54, 69, 1);
  color: white;
  border-radius: 20px;
  width: 70%;
  margin: 0 auto;
}

.password-main .password-btn {
  background: rgba(165, 51, 53, 1);
  color: white;
  font-size: 15px;
  border-radius: 100px;
  padding: 6px 40px;
  border: none;
  position: absolute;
  top: 8px;
  right: 9px;
}

.password-main .form-control {
  padding: 13px 150px 13px 15px;
  border-radius: 70px;
}

.password-main .pass-w {
  width: 75%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .password-main .form-control {
    padding: .375rem .75rem !important;
  }

  .password-main .password-btn {
    position: relative;
  }

  .password-main .pass-w {
    width: 100% !important;
  }

  .password-box {
    width: 100% !important;
  }
}

/* Resources page End  */


/* Contact Us page start */
.contact-us-banner {
  background: url(./images/contact-us-banner.png);
  background-size: cover;
  padding: 40px 0;
  background-repeat: no-repeat;
  background-position: center;
}

.form-main-sec {
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #C5E9FB 100%);
  padding-bottom: 100px;
}

.form-main-sec .form-control {
  box-shadow: 0px 4px 4px 0px rgba(31, 54, 69, 0.1);
  border: 1px solid rgba(228, 228, 228, 1);
  padding: 10px;
}

.contact-us-card {
  background-image: url(./images/mission-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -80px;
  padding-bottom: 400px;
  background-position: center;
  padding-top: 120px;
}

.contact-us-card .membership-card {
  border: 2px solid rgba(60, 170, 224, 1);
  border-radius: 20px;
}

.adddress-bg {
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #C5E9FB 100%);
}

.location-main-sec {
  width: 75%;
  margin: 0 auto;
}

.location-main-sec .map-sec {
  margin-top: -325px;
  box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.15);
  border: 11px solid rgba(255, 255, 255, 1);
  border-radius: 30px;
  width: 100%;
  height: 500px;
}

.location-main-sec .map-sec iframe {
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .location-main-sec .map-sec {
    margin-top: -350px;
    width: 100%;
    height: 360px;
  }

  .contact-us-card {
    margin-top: -115px;
  }
}

@media (max-width: 767px) {
  .location-main-sec .map-sec {
    margin-top: -370px !important;
    width: 100% !important;
    height: 355px !important;
    margin-top: -325px;
    border: 5px solid rgba(255, 255, 255, 1);
    border-radius: 10px;
  }

  .contact-us-card {
    margin-top: -150px;
  }

  .location-main-sec .map-sec iframe {
    border-radius: 5px !important;
  }

  .location-main-sec {
    width: 90% !important;
  }
}

/* Contact Us page End */


/* chapter page start */
.chapter-banner {
  background: url(./images/chapter-banner.png);
  background-size: cover;
  padding: 40px 0;
  background-repeat: no-repeat;
  background-position: center;
}

.chapter-sec {
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #C5E9FB 100%);
}

.chapter-card-main .chapter-card {
  box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.15);
  border: 2px solid rgba(60, 170, 224, 1);
  border-radius: 50px;
  padding: 10px;
}

.chapter-card-main .chapter-card .chp-cr-image-sec {
  width: 100%;
  height: 215px;
  border-radius: 50px 50px 0px 0px;
}

.chapter-card-main .chapter-card .chp-cr-image-sec img {
  width: 100%;
  height: 100%;
  border-radius: 40px 40px 0px 0px;
  object-fit: cover;
}

/* chapter page End */


/* Directors page start */
.directors-banner {
  background: url(./images/directors-banner.png);
  background-size: cover;
  padding: 40px 0;
  background-repeat: no-repeat;
  background-position: center;
}

.directors-prof p {
  line-height: 40px;
}

.directors-bg {
  background: none;
}

/* Directors page end */


/* Gallery page start */
.plip-book-sec {
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #C5E9FB 100%);
}

.galler-banners {
  background: url(./images/gallery-banners.png);
  background-size: cover;
  padding: 40px 0;
  background-repeat: no-repeat;
  background-position: center;
}

.factorial-image-sec {
  width: 100%;
  height: 180px;
}

.factorial-image-sec img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border: 4px solid rgba(255, 255, 255, 1);
  object-fit: cover;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
}

.factorial-content .f-view-btn {
  border: none;
  padding: 8px 30px;
  background: rgba(165, 51, 53, 1);
  color: white;
  font-size: 15px;
  border-radius: 100px;
  font-weight: 700;
}

/* Gallery page end */


/* Member Directory page start */
.book {
  position: relative;
  display: flex;
  margin: auto;
  width: 40cqmin;
  pointer-events: none;
  transform-style: preserve-3d;
  transition: translate 1s;
  translate: calc(min(var(--c), 1) * 50%) 0%;
  rotate: 1 0 0 30deg;
}

.page {
  --thickness: 4;
  flex: none;
  display: flex;
  width: 100%;
  font-size: 2cqmin;
  pointer-events: all;
  user-select: none;
  transform-style: preserve-3d;
  transform-origin: left center;
  transition:
    transform 1s,
    rotate 1s ease-in calc((min(var(--i), var(--c)) - max(var(--i), var(--c))) * 50ms);
  translate: calc(var(--i) * -100%) 0px 0px;
  transform: translateZ(calc((var(--c) - var(--i) - 0.5) * calc(var(--thickness) * .23cqmin)));
  rotate: 0 1 0 calc(clamp(0, var(--c) - var(--i), 1) * -180deg);
}

.front,
.back {
  position: relative;
  flex: none;
  width: 100%;
  backface-visibility: hidden;
  overflow: hidden;
  background-color: #fff;
  translate: 0px;
}

.back {
  translate: -100% 0;
  rotate: 0 1 0 180deg;
}

@media (max-width: 767px) {
  .book {
    height: 290px !important;
    width: 50% !important;
    translate: calc(min(var(--c), 1)* 50%) 0% !important;
  }
}

.book {
  counter-reset: page -1;

  & a {
    color: inherit;
  }
}

.page {
  box-shadow: 0em .5em 1em -.2em #00000020;
}

.front,
.back {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  padding: 2em;
  border: 1px solid #0002;

  &:has(img) {
    padding: 0;
  }

  & img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  &::after {
    position: absolute;
    bottom: 1em;
    counter-increment: page;
    content: counter(page) ".";
    font-size: 0.8em;
  }
}

.cover {
  &::after {
    content: "";
  }
}

.front {
  &::after {
    right: 1em;
  }

  background: linear-gradient(to left, #f7f7f7 80%, #eee 100%);
  border-radius: .1em .5em .5em .1em;
}

.back {
  &::after {
    left: 1em;
  }

  background-image: linear-gradient(to right, #f7f7f7 80%, #eee 100%);
  border-radius: .5em .1em .1em .5em;
}

.cover {
  background: radial-gradient(circle farthest-corner at 80% 20%, hsl(150 80% 20% / .3) 0%, hsl(170 60% 10% / .1) 100%),
    hsl(231, 32%, 29%) url("./images/flipbook-img.png") 50% / cover;
  color: hsl(200 30% 98%);
}

.member-directory {
  background: url(./images/member-directory-banner.png);
  background-size: cover;
  padding: 40px 0;
  background-repeat: no-repeat;
  background-position: center;
}

.all-citys {
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #C5E9FB 100%);
}

.flib-download-btn,
.flip-online-btn {
  border: none;
  padding: 8px 30px;
  background: rgba(165, 51, 53, 1);
  color: white;
  font-size: 15px;
  border-radius: 100px;
  font-weight: 700;
}

.city-name {
  border-bottom: 2px solid rgba(31, 54, 69, 1);
}

.city-name button {
  background: rgba(31, 54, 69, 1);
  color: white;
  padding: 8px 25px;
  border-radius: 20px 20px 0 0;
  font-size: 20px;
  border: none;
  cursor: auto;
}

/* Member Directory page End */


/* Honor member page start */
.honor-member-sec {
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 4%, rgba(230, 236, 239, 0.583333) 60%, #EBF8FF 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.honor-member-sec .honor-member-image-sec {
  width: 100%;
  height: 380px;
}

.honor-member-sec .honor-member-image-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  border: 4px solid rgba(31, 54, 69, 1);
}

.content-for-right {
  width: 85%;
  margin-left: 135px;
}

.content-for-left {
  width: 75%;
}

.positioned-img {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: -50px;
}

.positioned-right-img {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  right: -50px;
}

@media (max-width:992px) {
  .content-for-right {
    width: 85%;
    margin-left: 95px;
  }
}

@media (max-width:767px) {
  .content-full {
    width: 90%;
    text-align: center;
  }

  .positioned-img {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0 !important;
  }

  .content-for-right {
    width: 85%;
    margin-left: 30px;
  }

  .positioned-right-img {
    right: 0;
  }

  .content-for-left {
    width: 90%;
  }
}

/* Honor member page End */

.breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, 1) !important;
}













/* scientific Committi page start */
.main-hero-sec {
  background: url(./images/membership-bg.png);
  background-size: cover;
  padding: 40px 0;
  background-repeat: no-repeat;
  background-position: center;
}
.scientific{
  background: linear-gradient(180deg, #C5E9FB 0%, rgba(217, 217, 217, 0) 100% );
}

.doctors-sec .doctor-disc {
  border: 2px solid rgba(66, 196, 228, 1);
  border-radius: 25px;
  text-align: center;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.11);
  background-color: white;
  height: 100%;
}



/* scientific Committi page end */