.partner_sc {
  padding: 120px 0 60px;
}

.title_tx h1 {
  font-size: 58px;
  font-weight: 600;
  line-height: 1.1;
}

.title_tx span {
  color: #d1aa65;
}

.btn_button a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  background-color: #fff0d4;
  border-radius: 50px;
  border: 0;
  padding: 5px 22px;
  box-shadow: 0px 3px 3px 0 #00000040;
}
.pmdate {
  color: #d1aa65;
  text-decoration: none;
  border-radius: 8px;
  border: 0.5px solid #cbcbcb;
  padding: 6px 6px;
  margin-right: 8px;
  margin-bottom: 11px;
}

.main_calender_sec .title_tx p {
  position: relative;
  /* Ensure that pseudo-elements are positioned relative to the <p> */
  padding-bottom: 10px;
  /* Optional, to give space before the border */
}

.main_calender_sec .title_tx p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 26%;
  border-bottom: 2px solid #d1aa65;
}

.main_calender_sec {
  background-color: #fff;
  border-radius: 30px;
  padding: 70px 40px;
  max-height: 630px;
  border: solid 2px #fff0d4;
}

.timezone_sec {
  margin-top: 25px;
}

.sunday {
  background-color: #ffe6b8;
  color: #000000;
}

.icon_partner1 {
  background: #e7be50;
  border-radius: 8px;
  padding: 4px;
  max-height: 40px;
}

.icon_partner2 {
  background: #e75050;
  border-radius: 8px;
  padding: 4px;
  max-height: 40px;
}

.icon_partner3 {
  background: #508ce7;
  border-radius: 8px;
  padding: 4px;
  max-height: 40px;
}

.icon_partner4 {
  background: #e750af;
  border-radius: 8px;
  padding: 4px;
  max-height: 40px;
}

.whypartnerbox {
  border: 2px solid #cacaca;
  border-radius: 20px;
  padding: 20px 25px 5px;
  margin-bottom: 20px;
}

.whypartner_icn {
  display: flex;
}

.titie_h3_partner h3 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 0;
  margin-left: 11px;
}

.whypartner_discrip {
  margin-top: 10px;
}

.logo_withhr {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

.logo_withhr::before,
.logo_withhr::after {
  content: "";
  /* Required for pseudo-elements to be displayed */
  position: absolute;
  /* Position relative to the .logo_withhr container */
  top: 50%;
  /* Align vertically at the center */
  width: 30%;
  /* Set width to 100% of the container */
  height: 2px;
  /* Set the height of the border */
  background-color: black;
  /* Set the border color (black in this case) */
}

.logo_withhr::before {
  left: 10%;
  /* Position the border before the element */
}

.logo_withhr::after {
  right: 10%;
}

.title_h2 h2 {
  font-size: 48px;
}

.title_h2 h2 span {
  color: #d1aa65;
}

.Why_Partner {
  margin-top: 60px;
}

.btn_whypartner {
  margin-bottom: 40px;
}

.timezone_sec button {
  border-radius: 50px;
}

.btn_whypartner a {
  background-color: #fff1d4;
  border-radius: 8px;
  padding: 10px 30px;
  border: 0;
  color: #000;
  text-decoration: none;
}

.agency_partner_discrption a {
  background-color: #fff1d4;
  border-radius: 100px;
  padding: 10px 15px;
  border: 0;
  color: #000;
  font-size: 16px;
  top: 14px;
  text-decoration: none;
}
.agency_partner_discrption.main a {
  background-color: #fff1d4;
  border-radius: 100px;
  padding: 20px 60px;
  border: 0;
  color: #000;
  font-size: 24px;
  top: 14px;
  text-decoration: none;
}
.bk_bg {
  background-image: linear-gradient(
    180deg,
    #e4f3f8 5%,
    #effdfe 37%,
    #eefcff 100%
  );
}

.bk_bg {
  box-shadow: 0px 0px 8px 0px;
  border-radius: 20px;
  padding: 40px 40px 60px;
}

.last_sec_partner {
  margin: 60px 0;
}

.agency_partner .slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.agency_partner .slide {
  min-width: 100%;
  box-sizing: border-box;
}

.agency_partner .slide p {
  font-size: 16px;
  /* Optional, for text visibility */
  padding: 10px;
  bottom: 20px;
}

/* Pagination styling */
/* .agency_partner .pagination {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px;
    } */

.agency_partner {
  margin-top: 60px;
  margin-bottom: 60px;
}

.agency_partner .title_h2 {
  text-align: center;
}

.agency_partner .slide {
  min-width: 100%;
  box-sizing: border-box;
}

.brak_list ul {
  width: 100%;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-around;
}

.agency_partner .slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  min-width: 100%;
  box-sizing: border-box;
}

.Agency_Partners {
  box-shadow: 0px 2px 2px 0px;
  border-radius: 20px;
  padding: 40px 15px;
}

.agency_partner .pagination {
  justify-content: center;
  /* position: absolute; */
  text-align: 30px;
  /* left: 50%; */
  /* transform: translateX(-50%); */
  /* display: flex
; */
  gap: 10px;
  margin: auto;
  margin-top: 30px;
}

.agency_partner .dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: black;
  opacity: 0.6;
  cursor: pointer;
}

.agency_partner .dot.active {
  background-color: #d1aa65;
  opacity: 1;
}

.agency_partner .dot:hover {
  background-color: #ddd;
}

.program_sec {
  background-image: linear-gradient(180deg, #fff, #fff0d4);
}

.program ul {
  padding: 0;
  margin: 0;
}

.program ul li {
  list-style: none;
  text-decoration: none;
  float: left;
  margin-right: 50px;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0px 2px 2px 0px #00000045;
  margin-bottom: 30px;
  padding: 5px 65px 5px 5px;
}

.program_img {
  padding: 10px;
  background-color: #fff0d4;
  border-radius: 51px;
  margin-right: 10px;
}

.program_dis {
  display: flex;
  align-items: center;
}

.program_dis p {
  margin-bottom: 0;
  font-size: 20px;
}

.meeting_h3 h3 {
  font-size: 14px;
}

ul li {
  list-style: none;
}

.meeting_detail ul {
  padding: 0;
}

.time_set li {
  float: left;
  border-radius: 8px;
  border: solid 0.5 #cbcbcb;
  color: #d1aa65;
  cursor: pointer;
}
.time_set li a:hover {
  color: #d1aa65;
}
.meeting_detail ul {
  padding: 0;
  margin-top: 12px;
}
.time_set li {
  float: left;
  /* border-radius: 8px; */
  /* border: 0.5px solid #cbcbcb; */
  /* padding: 0px 0px; */
  margin-right: 0px;
  margin-bottom: 22px;
  text-align: center;
  /* width: 82px; */
  font-size: 12px;
}
.Timezone {
  margin-bottom: 0.5rem;
  line-height: 2;
  font-size: 20px;
}

h3#month-year {
  font-size: 16px;
}

.link_calender {
  margin-top: 18px;
}

.link_calender a {
  color: #000;
  text-decoration: none;
}

.imgparner_sec {
  text-align: center;
  margin: auto;
  display: flex;
  justify-content: center;
}

.program {
  margin-top: 40px;
}

.pading_pr {
  padding-right: 0;
}

.pading_pl {
  padding-left: 0;
}
.agency_partner .slider-container {
  min-height: 320px;
}
.error {
  margin-top: -14px;
  font-size: 10px;
}

.form_sc .active_class_add.disabled {
  pointer-events: none;
  opacity: 0.4;
}

@media only screen and (min-width: 1180px) and (max-width: 1340px) {
  .program ul li {
    padding: 5px 20px 5px 5px;
  }
  .agency_partner_discrption h3 {
    font-size: 26px;
  }
  .program ul li {
    padding: 5px 16px 5px 5px;
  }
}
@media (max-width: 1024px) {
  /* .time_set li {
    padding: 6px 13px;
    margin-right: 8px;
    margin-bottom: 8px;
  } */
  .program ul li {
    padding: 5px 25px 5px 5px;
  }
  .agency_partner_discrption h3 {
    font-size: 28px;
    font-weight: 600;
    padding: 0px 60px 20px 0px;
  }
  .program ul li {
    padding: 5px 16px 5px 5px;
  }
}
@media (max-width: 767px) {
  .link_calender {
    margin-left: 15px;
  }
  .program_dis p {
    margin-bottom: 0;
    font-size: 16px;
  }
  .title_tx h1 {
    font-size: 28px;
  }

  .partner_sc {
    padding: 185px 0 60px;
  }

  .dicription_box {
    margin-bottom: 24px;
  }

  section.last_sec_partner img {
    width: 100%;
  }
  .agency_partner_discrption.main a {
    padding: 15px 20px;
    font-size: 18px;
  }
  .partnerss {
    margin-top: 40px;
  }
  .agency_partner_discrption h3 {
    font-size: 28px;
    padding: 0px 0px 20px 0px;
  }

  .last_sec_partner {
    margin: 60px 15px;
  }

  .bk_bg {
    padding: 20px 30px;
  }

  .title_h2 h2 {
    font-size: 28px;
  }

  .Agency_Partners img {
    width: 100%;
  }

  .perpon img {
    width: 100%;
    display: none;
  }

  .Agency_Partners {
    padding: 40px 0px;
  }

  .program ul li {
    margin-right: 0px;
    border-radius: 50px;
    margin-bottom: 20px;
    padding: 10px 16px 6px 5px;
  }

  .program_img {
    margin-right: 5px;
  }

  .program_text p {
    text-align: start;
  }

  .brak_list ul {
    justify-content: flex-start;
  }

  .icon_partner1 {
    min-height: 40px;
    max-height: 40px;
  }

  .icon_partner2 {
    min-height: 40px;
    max-height: 40px;
  }

  .icon_partner3 {
    min-height: 40px;
    max-height: 40px;
  }

  .icon_partner4 {
    min-height: 40px;
    max-height: 40px;
  }

  .titie_h3_partner h3 {
    line-height: 1.2;
  }

  .logo_withhr img {
    width: 38%;
  }

  .logo_withhr::before,
  .logo_withhr::after {
    width: 20%;
  }

  .form_box_sec {
    max-height: none;
  }

  .main_calender_sec {
    max-height: none;
  }

  .pading_pr {
    padding-right: 15px;
  }

  .pading_pl {
    padding-left: 15px;
  }

  .form_box_sec {
    padding: 54px 20px;
  }

  .meeting_detail {
    margin: 12px 0;
  }

  .main_calender_sec {
    padding: 54px 20px;
  }
  /* 
  .time_set li {
    padding: 6px 16px;
    margin-right: 8px;
    margin-bottom: 8px;
  } */
}
