/* / fonts / */
@font-face {
  font-family: 'Trebuchet MS';
  src: url('./Fonts/trebuc.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'BHF Beats';
  src: url('./Fonts/BHF-beats.ttf') format('truetype');
}

body {
  font-family: 'Trebuchet MS';
}

p {
  font-family: 'Trebuchet MS', sans-serif !important;
}

.topbar .top-btn {
  border: none !important;
  font-size: 14px;
  font-weight: 700;
  border-radius: 26px;
  border: 1px solid #2a425a;
  padding: 5px 20px;
  background: #ab3335;
  color: white;
}

.topbar img {
  height: auto;
  width: 18px;
  object-fit: cover;
}

.top-search {
  position: relative;
}

.form-control {
  padding-right: 32px;
  border-radius: 26px;
  border: 1.5px solid #ab3335;
}

.x-fix {
  padding-right: 10px;
}

.top-search .fa {
  position: absolute;
  bottom: 11px;
  right: 12px;
  color: #ab3335;
  z-index: 999;
}

.top-search ::placeholder {
  color: #ab3335 !important;
}

.logo {
  position: absolute;
  top: 8px;
  left: 115px;
}

.logo img {
  width: 140px;
  height: auto;
}

/* Hero section start */
.navigationbar {
  background-image: url('./Images/hero-bg.png');
  background-position: bottom;
  background-size: cover;
  padding-bottom: 35px;
  position: relative;
}

.navigationbar ul :not(:last-child) {
  margin-right: 45px !important;
}

.navigationbar ul:nth-child(1) {
  padding-left: 18px;
}

.contact-btn {
  border: none !important;
  font-size: 14px;
  font-weight: 700;
  border-radius: 26px;
  padding: 7px 35px;
  background: #ab3335;
  color: white;
  margin-right: 20px;
}

.navigationbar .navbar {
  border-radius: 38px;
  padding: 13px 0px;
  position: absolute;
  top: 20px;
  right: 60px;
}


.navigationbar li a {
  color: rgba(53, 53, 53, 1);
  font-size: 18px;
  padding: 0 !important;
}

.navigationbar h1 {
  font-size: 80px;
}

.navigationbar li .active::before {
  content: "";
  display: block;
  width: auto;
  height: 3px;
  background-color: #ab3335;
  color: #ab3335 !important;
}

.offcanvas-body li a {
  color: rgba(53, 53, 53, 1);
  font-size: 14px;
}

.offcanvas-body li .active::before {
  content: "";
  display: block;
  width: auto;
  height: 3px;
  background-color: #ab3335;
  color: #ab3335 !important;
}

/* Hero section end */







.cvd-sec img {
  padding: 15px;
  box-shadow: 0px 0px 9.3px 1px #06488540;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.cvd-sec .image-sec {
  margin: auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.cvd-sec .blocks {
  box-shadow: 0px 0px 12.3px 2px #00000026;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}

.cvd-sec .blocks:hover {
  background: #064885;
  transition: 0.5s;
}

.cvd-sec .blocks:hover strong {
  color: white;
}

.cvd-sec .blocks:hover .image-sec {
  background: white;
}

.cvd-sec .papa {
  width: 80%;
  margin: auto;
}



.about {
  position: relative;
  color: white !important;
}

.about::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(6, 72, 133, 0.93), rgba(6, 72, 133, 0.93)),
    url("Images/about-sec-bg.png");
  background-size: cover;
  z-index: -1;
}

.about .Learnmore-btn {
  border: none !important;
  font-size: 14px;
  font-weight: 700;
  border-radius: 26px;
  border: 1px solid #2a425a;
  padding: 5px 20px;
  background: #ab3335;
  color: white;
}

.health {
  width: 80%;
  margin: auto;
}

.health .box {
  border: 0.5px solid rgba(6, 72, 133, 1);
  box-shadow: 0px 0px 12.3px 2px rgba(0, 0, 0, 0.15);
  /* display: flex; */
  align-items: center;
  border-radius: 10px;
  padding: 13px;
  height: 100%;
}

.health .H-btn {
  font-size: 14px;
  font-weight: 700;
  border-radius: 26px;
  border: 1px solid #ab3335;
  padding: 5px 20px;
  background: none;
  color: #ab3335;
}

.doctor-image-sec {
  width: 216px;
  height: 160px;
  border-radius: 50%;
}

.doctor-image-sec .doctor-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

@media (min-width: 992px) and (max-width: 1140px) {
  .health .box {
    border: 0.5px solid rgba(6, 72, 133, 1);
    box-shadow: 0px 0px 12.3px 2px rgba(0, 0, 0, 0.15);
    align-items: center;
    border-radius: 10px;
    padding: 13px;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
  }

  .doctor-detail {
    text-align: center;
  }

  .navigationbar h1 {
    font-size: 60px !important;
  }

  .logo {
    top: 8px !important;
    left: 45px !important;
  }

  .logo img {
    width: 110px !important;
    height: auto;
  }
}

@media (max-width: 992px) {
  .logo {
    top: 8px;
    left: 30px !important;
  }

  .logo img {
    width: 100px !important;
    height: auto;
  }
}


/* our services start */
.our-Services .btn {
  font-size: 14px;
  font-weight: 700;
  border-radius: 26px;
  border: 1px solid #ab3335;
  padding: 5px 20px;
  background: none;
  color: #ab3335;
}

.our-Services .row .card .card-title {
  font-weight: 700;
}

.our-Services .blue-btn {
  border: none !important;
  font-size: 14px;
  font-weight: 700;
  border-radius: 26px;
  border: 1px solid #2a425a;
  padding: 5px 20px;
  background: rgba(6, 72, 133, 1);
  color: white;
}

.our-Services .card {
  height: 100%;
  border: 1px solid rgba(109, 109, 109, 1);
  border-radius: 10px;
}

/* our services end */













/*donate-section start */
.donate-section .main-content {
  border-radius: 20px;
  color: white;
  background: rgba(6, 72, 133, 1);
}


.donate-section .main-content ul li::marker {
  color: rgba(171, 51, 53, 1);
}

.donate-section ::placeholder {
  color: white !important;
}

.donate-btn {
  border: none !important;
  font-size: 10px;
  font-weight: 700;
  border-radius: 26px;
  border: 1px solid #2a425a;
  padding: 5px 20px;
  background: #ab3335;
  color: white;
}

.payment {
  border-radius: 10px 10px 10px 10px;
  background: rgba(255, 255, 255, 0.8);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: rgba(6, 72, 133, 1) !important;
  background-color: white !important;
}

/*donate-section end */


/* stories-section start */
.stories-sec .stories-btn {
  border-radius: 26px;
  border: 1.5px solid rgba(171, 51, 53, 1);
  padding: 5px 15px;
}

.stories-sec .stories-image-sec {
  width: 100%;
  height: 215px;
}

.stories-sec .stories-image-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.stories-sec .stories-submit-btn {
  border-radius: 26px;
  background: rgba(6, 72, 133, 1);
  color: white;
  border: none;
  padding: 6px 25px;
}

/* stories-section end */

/* challange section start */

.challange {
  position: relative;
  color: black !important;
}

.challange::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(6, 72, 133, 0.93), rgba(6, 72, 133, 0.93)),
    url("Images/challange-bg.png");
  background-size: cover;
  z-index: -1;
}

.challang-right-box {
  border-radius: 25px;
  width: 80%;
}

.challange-btn {
  border: none !important;
  font-size: 14px;
  font-weight: 700;
  border-radius: 26px;
  border: 1px solid #2a425a;
  padding: 7px 35px;
  background: #ab3335;
  color: white;
}

/* challange section end */

/*learn-cpr start */
.learn-cpr {
  position: relative;
  color: black !important;
}

.learn-cpr::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(249, 249, 249, 0.93), rgba(249, 249, 249, 0.93)),
    url("Images/cpr-bg).png");
  background-size: cover;
  z-index: -1;
}

.learn-cpr .cpr-btn {
  border: none !important;
  font-size: 14px;
  font-weight: 700;
  border-radius: 26px;
  border: 1px solid #2a425a;
  padding: 5px 20px;
  background: rgba(6, 72, 133, 1);
  ;
  color: white;
}

/*learn-cpr end */



/*Our Projects start */

.our-Projects-card {
  height: 100%;
  border: 1px solid rgba(109, 109, 109, 1);
  border-radius: 10px;
}

.our-Projects-btn {
  color: rgba(171, 51, 53, 1);
  text-decoration: none;

}

/*Our Projects end */

/*withus section start */

.withus-heading {
  color: white;

}

.withus-btn {
  border: none !important;
  font-size: 14px;
  font-weight: 700;
  border-radius: 26px;
  border: 1px solid #2a425a;
  padding: 5px 20px;
  /* background: rgba(255, 255, 255, 1); */
  background: white;
  color: rgba(6, 72, 133, 1);
}

.with-US-section .sit-man {
  width: 100%;
  height: 230px;
  object-fit: contain;
}

/*withus section end */


.resource {
  position: relative;
  color: black !important;
}

.resource .read-more-btn {
  border: 2px solid rgba(171, 51, 53, 1);
  background: none;
  color: rgba(171, 51, 53, 1);
  border-radius: 26px;
  padding: 5px 30px;
}

.full {
  background: linear-gradient(rgba(249, 249, 249, 0.93), rgba(249, 249, 249, 0.93)), url("Images/resource-bg.png");
  box-shadow: 0px 0px 12.3px 2px rgba(0, 0, 0, 0.15);

}




/* Our Services section*/

/* Donate Section  */


.donate {
  background-color: rgba(6, 72, 133, 1);
}

.donate .donate-now {
  border-radius: 100px;
  color: white;
  background-color: rgba(171, 51, 53, 1);
}


.donate .icon-div {
  background-image: url(./Assets/Rectangle\ 16.png);
}

.donate p,
.donate h3,
.donate ul li {
  color: white;
}


@media (max-width: 768px) {
  .donate-col-1 {
    display: block;
    margin-bottom: 30px;
  }

}



@media (max-width: 767px) {
  .challang-right-box {
    width: 100% !important;
  }

  .footer {
    margin-top: 185px !important;
  }

  .main-heading {
    font-size: 22px !important;
  }

  .para-grey {
    font-size: 14px !important;
  }

  .footer .footer-sub-box .sub-box-btn {
    padding: 5px 40px !important;
    font-size: 14px !important;
  }

  .footer .footer-sub-box .searchbtn {
    width: 100% !important;
  }

  .footer .footer-sub-box {
    top: -155px !important;
    left: 5% !important;
    width: 90% !important;
  }

  .navigationbar h1 {
    font-size: 40px !important;
  }

  .logo {
    top: -80px;
    left: 11px !important;
  }

  .logo img {
    width: 85px !important;
    height: auto;
  }


}

/* @media (max-width: 320px){
  .footer .footer-sub-box{
    top: -195px;
    left: 15%;
    width: 100% !important;
  }
} */




/* learn cpr */

.learncpr {
  background-image: url(./7.png);

}

.learncpr .row {
  background-image: url(./Assets/Rectangle\ 6.png);

}

.learncpr p {

  color: rgba(117, 117, 117, 1);

}

.learncpr .btn {

  border-radius: 100px;
  background-color: rgba(6, 72, 133, 1);
  color: white;

}



/* healthy section  */
.healthy-section {
  background: rgba(6, 72, 133, 1);
}

.healthy-section .healthy-button {
  border-radius: 100px;
  color: rgba(6, 72, 133, 1);
}

.healthy-section .icon-img {
  object-fit: contain;
  width: 100%;
  height: 250px;
}





/* public awareness   */

.public-awarenes {
  background-color: rgba(249, 249, 249, 1);
  ;
}

.public-awarenes p {
  color: rgba(117, 117, 117, 1);

}

.public-awarenes h5 {
  font-weight: bold;

}

.public-awarenes .public-awarenes-btn {
  color: rgba(171, 51, 53, 1);
  border: 1px solid rgba(171, 51, 53, 1);
  border-radius: 100px;
}





/* footer section  */



.footer {
  color: white;
  background-color: rgba(6, 72, 133, 1);
  margin-top: 170px;
}

.footerss h6 {
  color: rgba(171, 51, 53, 1);

}


.footer-Quick-Links h5,
.footer-Services h5,
.footer-touch h5 {
  padding-bottom: 20px;
}

.footer-Quick-Links ul,
.footer-Services ul {
  list-style: none;
  padding: 0;

}

.footer-Quick-Links ul li a,
.footer-Services ul li a,
.footer-touch a {
  color: white;
  text-decoration: none;
  text-align: start;
}

.footer-Quick-Links ul li,
.footer-Services ul li {
  margin-top: 5px;
}

/* .footer-touch .footer-icons .icon1{
  background-color: rgba(171, 51, 53, 1);
  border-radius: 100px;
} */
.footer-touch .footer-icons .icon1 a img {
  height: auto;
  width: 40px;
  object-fit: cover;
}



@media (max-width: 425px) {
  .footer {
    align-items: center;
    text-align: center;
  }
}



/* end section   */


.end-section a {
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;

}

.footer .footer-sub-box {
  background: rgba(255, 255, 255, 1);
  border-radius: 25px;
  box-shadow: 0px 0px 51.2px 10px rgba(171, 51, 53, 0.25);
  position: absolute;
  top: -120px;
  left: 15%;
  width: 70%;
}

.footer .footer-sub-box .sub-box-btn {
  background: rgba(6, 72, 133, 1);
  border-radius: 40px;
  padding: 8px 45px;
  border: none;
  color: white;
  font-weight: 700;
  font-size: 18px;
}




.owl-carousel .owl-stage-outer {
  padding: 35px 7px !important;
}

.cvd-sec .blocks {
  box-shadow: 0px 0px 12.3px 2px #00000026;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
  margin-right: 20px;
}

.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 125px;
  left: 26px;
  font-size: 35px !important;
  background: #064885 !important;
  color: white !important;
  border-radius: 50%;
}

.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 125px;
  right: 26px;
  font-size: 35px !important;
  background: #064885 !important;
  color: white !important;
  border-radius: 50%;
}

.owl-carousel .owl-nav span {
  padding: 20px !important;
  /* display: none; */
}

@media (max-width:767px) {
  .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 155px !important;
    right: 10px !important;
    font-size: 24px !important;
    background: #064885 !important;
    color: white !important;
  }

  .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 155px !important;
    left: 5px !important;
    font-size: 24px !important;
    background: #064885 !important;
    color: white !important;
  }

  .owl-carousel .owl-nav span {
    padding: 0 15px !important;
    vertical-align: text-bottom;
  }
}



/* .owl-carousel .owl-nav .owl-next {
    background: url(./Images/full-btn-slider.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover;
    width: 45px !important;
    height: 45px !important;
  }
  .owl-carousel .owl-nav .owl-prev {
    background: url(./Images/full-btn-left-slider.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover;
    width: 45px !important;
    height: 45px !important;
  } */




/* utality classs start */
.heads {
  color: rgba(6, 72, 133, 1);
  font-weight: 700;
  font-family: 'BHF Beats' !important;

}

.red-color {
  color: rgba(171, 51, 53, 1);
}

.blu-color {
  color: rgba(6, 72, 133, 1);
}

.para-grey {
  color: rgba(117, 117, 117, 1);
}

.heads-font {
  font-family: 'BHF Beats' !important;
}

/* utality classs end */


/* public Resource start */
.resource .full .resource-image-sec {
  width: 100%;
  height: 425px;
}

.resource .full .resource-image-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* public Resource end */


/* welcome-section Start */

.welcome-sec {
  background-image: url('./Images/welcom-bg.png');
  background-size: cover;
  height: 100vh;
}

.welcome-sec .wel-heading {
  height: 80vh;
}

.welcome-sec .wel-heading h1 {
  font-size: 70px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .welcome-sec .wel-heading h1 {
    font-size: 40px !important;
    font-weight: 700;
    text-align: center;
  }

}

/* welcome-section End */



/* ABOUR US PAGE START */
.inner-pages h1 {
  font-size: 60px;
}

.number-sec {
  font-family: 'BHF Beats' !important;
  background: url(./Images/number-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0;
}

.number-sec .box-full-sec .small-box {
  box-shadow: 0px 0px 14px 0px #AB3335A6;
  border-radius: 40px;
  background: #306596;
  color: white;
  text-align: center;
  padding: 25px 0;
  height: 100%;
}

.number-sec .box-full-sec {
  width: 80%;
  margin: 0 auto;
}

.number-sec .box-full-sec .small-box span {
  font-size: 75px;
  text-shadow: -2px -2px 0 rgba(171, 51, 53, 1), 2px -2px 0 rgba(171, 51, 53, 1), -2px 2px 0 rgba(171, 51, 53, 1), 2px 2px 0 rgba(171, 51, 53, 1);
}

@media (max-width: 767px) {
  .number-sec .box-full-sec {
    width: 100%;
    margin: 0 auto;
  }

}

.about-us-sec {
  background: url('./Images/about-us-sec-banner.png');
}

.about-us-sec .about-us-image-sec {
  width: 100%;
  height: 400px;
}

.about-us-sec .about-us-image-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* ABOUR US PAGE END */

/* SERVICES PAGE START */
.services-sec {
  background: url(./Images/services-card-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0 70px 0;
}

.services-sec .services-cards {
  box-shadow: 0px 0px 12.3px 2px rgba(0, 0, 0, 0.15);
  padding: 12px;
  border: 0.5px solid rgba(6, 72, 133, 1);
  border-radius: 10px;
  height: 100%;
}

.services-sec .services-card-image-sec {
  width: 100%;
  height: 150px;
}

.services-sec .services-card-image-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* SERVICES PAGE END */



/* PROJECT PAGE START */
.projec-card-sec {
  margin: 40px 0 70px 0;
}

.projec-card-sec .project-cards {
  border: 1px solid rgba(109, 109, 109, 1);
  border-radius: 10px;
  height: 100%;
}

.projec-card-sec .project-card-image-sec {
  width: 100%;
  height: 220px;
}

.projec-card-sec .project-card-image-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

/* PROJECT PAGE END */


/* CONTACT US PAGE START */
.contact-form-sec .form-left-link .icon-img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.contact-form-sec .contact-right-form .form-control {
  box-shadow: 0px 4px 4px 0px rgba(31, 54, 69, 0.1);
  border: 1px solid rgba(228, 228, 228, 1);
  border-radius: 5px;
  padding: 10px;
}

.submit-btn {
  background: rgba(6, 72, 133, 1);
  color: white;
  border: none;
  padding: 5px 35px;
  border-radius: 25px;
  /* font-size: 18px; */
  font-weight: 700;
}

.contact-form-sec .contact-right-form {
  background: url('./Images/form-sec-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

/* CONTACT US PAGE END */


/* chose button section start */
.chose-button-sec {
  background: rgba(6, 72, 133, 1);
  box-shadow: 0px 0px 12.3px 2px rgba(0, 0, 0, 0.15);
  padding: 20px;
  border-radius: 15px;
}

.chose-button-sec .chose-btn1 {
  border-radius: 26px;
  background: rgba(255, 255, 255, 1);
  color: rgba(6, 72, 133, 1);
  border: none;
  padding: 6px 0;
  width: 22%;
}

.chose-button-sec .chose-btn2 {
  border: none !important;
  font-size: 14px;
  font-weight: 700;
  border-radius: 26px;
  padding: 8px 0;
  background: #ab3335;
  color: white;
  width: 22%;
}

@media (max-width: 992px) {

  .chose-button-sec .chose-btn1,
  .chose-button-sec .chose-btn2 {
    width: 30%;
  }
}

@media (max-width: 767px) {
  .chose-button-sec a {
    width: 100% !important;
  }
}

/* chose button section End */


/* Upcomming Event page start */
.tabs-main-sec .event-tabs-btn {
  color: white;
  font-size: 18px;
  width: 100%;
  background: rgba(6, 72, 133, 1);
  margin-top: 15px;
  padding: 15px 23px;
  border-radius: 0;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: white !important;
  background-color: rgba(171, 51, 53, 1) !important;
}

.tabs-main-sec .inner-tbs-btn{
  box-shadow: 0px 0px 12.3px 2px rgba(0, 0, 0, 0.15);
  background: white;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  color: black;
  padding: 15px 25px
}

/* .tabs-main-sec .inner-tbs-table1{

} */
.tabs-main-sec .inner-tbs-table1 td ,.tabs-main-sec .inner-tbs-table1 th, .tabs-main-sec .inner-tbs-table1 tr{
  border: 1px solid black;
}
.tabs-main-sec .inner-tbs-table1 .th-width{
  width: 25%;
}


@media (max-width: 767px) {
  .tabs-main-sec .inner-tbs-btn{
    width: 60% !important;
    margin: 0 auto;
    padding: 10px 20px !important;
  }
  .tabs-main-sec .inner-tbs-table1 .th-width {
    width: 35% !important;
}
.tabs-main-sec .inner-tbs-table1 td{
  font-size: 14px !important;
}
}

@media (max-width: 1024px) {
  .tabs-main-sec .inner-tbs-btn{
    padding: 13px 20px;
    font-size: 14px;
  }
  .tabs-main-sec .inner-tbs-table1{
    white-space: nowrap;
  }
}

.tabs-main-sec .profile-cards{
  border: 0.66px solid rgba(109, 109, 109, 1);
  border-radius: 7px;
  height: 100%;
}

.tabs-main-sec .profile-cards .p-card-image-sec{
  width: 100%;
  height: 150px;
}
.tabs-main-sec .profile-cards .p-card-image-sec img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px 7px 0 0;
}

.tabs-main-sec .venue-details .city-detail .city-image-sec{
  width: 320px;
  height: 280px;
}
.tabs-main-sec .venue-details .city-detail .city-image-sec img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.tabs-main-sec .venue-details .city-detail{
  border-radius: 10px;
  border: 0.5px solid rgba(6, 72, 133, 1);
  box-shadow: 0px 0px 12.3px 2px rgba(0, 0, 0, 0.15);
}

.tabs-main-sec .regisrtation-sec .table>:not(caption)>*>* {
  padding: 1.5rem .5rem !important;
}

.tabs-main-sec .regisrtation-sec .table-bottom-sec{
  border: 1px solid rgba(0, 0, 0, 1);
  border-top: 0 !important;
  padding: 1.5rem .5rem !important;
}

.tabs-main-sec .regisrtation-sec .input-sec .input-icons{
  position: absolute;
  top: 11px;
  left: 18px;
  width: 24px;
}

.tabs-main-sec .regisrtation-sec .input-sec .pass-icons{
  position: absolute;
  top: 11px;
  left: 18px;
  width: 17px;
}
.tabs-main-sec .regisrtation-sec .input-sec .country-icons{
  position: absolute;
  top: 13px;
  left: 18px;
  width: 22px;
}
.tabs-main-sec .regisrtation-sec .input-sec .mail-icons {
  position: absolute;
  top: 15px;
  left: 18px;
  width: 20px;
}
.tabs-main-sec .regisrtation-sec .input-sec .form-control{
  padding: 10px 15px 10px 48px;
  border: 1.15px solid rgba(86, 95, 136, 1);
}

.tabs-main-sec .regisrtation-sec .regisrtation-form-sec{
  box-shadow: 0px 0px 12.3px 2px rgba(0, 0, 0, 0.15);
  background: rgba(246, 251, 255, 0.95);
  border-radius: 15px;
}

.tabs-main-sec .partner-sec{
  border: 0.5px solid rgba(6, 72, 133, 1);
  background: #F8FAFB;
  border-radius: 10px;
  box-shadow: 0px 0px 12.3px 2px rgba(0, 0, 0, 0.15);
}

.tabs-main-sec .congrss-card-sec .congrss-banner-sec{
  width: 100%;
  height: 360px;
}

.tabs-main-sec .congrss-card-sec .congrss-banner-sec img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6.61px, 6.61px, 0px, 0px;
}

.tabs-main-sec .congrss-card-sec {
  background: #F9F9F9;
  border: 0.66px solid rgba(109, 109, 109, 1);
  border-radius: 6.61px;
}

.tabs-main-sec .congrss-card-sec .congrss-s-image-sec{
  width: 100%;
  height: 164px;
}

.tabs-main-sec .congrss-card-sec .congrss-s-image-sec img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6.61px, 6.61px, 0px, 0px;
}



@media (max-width: 767px) {
  .tabs-main-sec .venue-details .city-detail .city-image-sec{
    width: 100% !important;
    height: 280px;
  }
}


/* Upcomming Event page End */



/* Past event page start */
.tabs-main-sec .gallery-sec .gallery-card .gallery-c-image-sec{
  width: 100%;
  height: 280px;
}

.tabs-main-sec .gallery-sec .gallery-card .gallery-c-image-sec img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.tabs-main-sec .gallery-sec .gallery-card .gallery-btn{
  color: white;
  border: 2px solid rgba(255, 255, 255, 1);
  background: rgba(6, 72, 133, 1);
  padding: 7px 36px;
  border-radius: 40px;
  font-weight: 700;
  font-size: 14px;
  opacity: 0;
  position: absolute;
  top: 45%;
  left: 26%;
  z-index: 999;
}
.tabs-main-sec .gallery-card .overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(171, 51, 53, 0.6);
  opacity: 0;
  border-radius: 10px;
  z-index: 99;
}

.tabs-main-sec .gallery-card:hover .gallery-btn{
  opacity: 1 !important;
  transition: 0.5s;
}
.tabs-main-sec .gallery-card:hover .overlay{
  opacity: 1 !important;
  transition: 0.5s;
}

.tabs-main-sec .library-artical .artical-p{
  font-size: 14px;
  text-align: justify;
  line-height: 25px;
}

.tabs-main-sec .library-artical{
  border: 0.5px solid rgba(6, 72, 133, 1);
    border-radius: 10px;
    box-shadow: 0px 0px 12.3px 2px rgba(0, 0, 0, 0.15);
}

.tabs-main-sec .library-artical .artical-image-sec{
  width: 100%;
  height: 220px;
}

.tabs-main-sec .library-artical .artical-image-sec img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.tabs-main-sec .library-artical .artical-image-sec Video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.modal video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}


@media (max-width: 1024px) {
  .tabs-main-sec .gallery-sec .gallery-card .gallery-btn{
    top: 45%;
    left: 17%;
  }
}

@media (max-width: 992px) {
  .tabs-main-sec .gallery-sec .gallery-card .gallery-btn {
      top: 45%;
      left: 20%;
  }
}

@media (max-width: 767px) {
  .tabs-main-sec .gallery-sec .gallery-card .gallery-btn {
      top: 45%;
      left: 32%;
  }
}

@media (max-width: 320px) {
  .tabs-main-sec .gallery-sec .gallery-card .gallery-btn {
      top: 45%;
      left: 27%;
  }
}

/* Past event page end */

/* Event-Details page start */
.detail-inner-btn{   
  color: white !important;
  background-color: rgba(171, 51, 53, 1) !important;
  border-radius: 30px;
  border: none;
  padding: 4px 15px;
  font-weight: 700;
}
/* Event-Details page end */


/* Doctor sec tabs start */
.doctor-main-sec{
  border: 0.66px solid rgba(109, 109, 109, 1);
  border-radius: 6.61px;
}
.doctor-image-sec{
  height: 190px !important;
  width: 100%;
  border-radius: 50%;
  padding: 6px;
  border: 2px solid red;
}

.doctor-image-sec img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* Doctor sec tabs End */