/***====================================================================
Template Name:  4th International Breast Cancer Symposium Template  
Author:         https://www.breastcancer-symposium.com/ 
Description:    4th International Breast Cancer Symposium – A professional conference template tailored for global oncology events, medical summits, and healthcare research forums.  
Version:        1.0.0  
License:        Copyright Commercial  
Primary Use:    Breast Cancer Symposium, Medical Conference, Healthcare Event  
Tags:           breast cancer, oncology, health conference, medical event, symposium, healthcare, research, cancer awareness, global summit, medical science
====================================================================***/

.zoom-container,
.zoom-container img {
  animation: none !important;
  transform: none !important;
  transition: none !important;
  scale: 1 !important;
}

.main-menu .navigation>li>ul:nth-last-child(2),
.main-menu .navigation>li>ul:last-child {
  right: 140px;
}

.breast__agenda_section .content-column .inner-column {
  padding-left: 0;
  padding-right: 0;
}

.conference-image {
  position: absolute;
  z-index: 9;
}

.conference-video {
  position: absolute;
  width: 80%;
  top: 30%;
  left: 10%;
  border-radius: 3%;
}

@media (max-width: 991.98px) {
  .get-flight .sec-title h2 {
    font-size: 28px;
  }
}

.text_green {
  color: #00b050;
  font-weight: 600;
}

.list-style ul {
  padding-left: 2rem;
}

.breast_cancer_exhibitors .logo_bg img {
  display: block;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 1.25rem rgb(108 118 134 / 0.1);
  text-align: center;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}

.breast_cancer_exhibitors .logo_bg img {
  transition: 0.6s;
}

.logo_bg:hover::after,
.logo_bg:hover::before {
  width: 40px;
  height: 40px;
  opacity: 1;
  visibility: visible;
}

.logo_bg::before,
.logo_bg::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}

.logo_bg::before {
  left: 0;
  top: 0;
  border-left: 2px solid var(--theme-color3);
  border-top: 2px solid var(--theme-color3);
}

.logo_bg::after {
  right: 0;
  bottom: 0;
  border-right: 2px solid var(--theme-color4);
  border-bottom: 2px solid var(--theme-color4);
}

.breast_cancer_exhibitors .logo_bg {
  padding-left: 5px;
  padding-right: 5px;
}

.logo_bg:hover img {
  transform: scale(0.8);
}

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

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

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