/*
Theme Name: INDEX
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 1.2.3
Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: index
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: index-child
Requires at least: 5.4
Requires PHP: 5.6
*/

main.content {
  padding-top: 0px;
}
.loadMoreBtn {
  min-width: 250px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.board-members .testimonials {
  padding-top: 50px;
}

.section .register-now img {
  max-height: 350px;
}

.card-custom--sm {
  border-radius: 12px;
}

.wpb_content_element {
  padding: 0px 2%;
}

.stats .text-warning {
  margin-bottom: 0px !important;
}

.vc_row.wth-100 {
  width: 100%;
}
/*custom table*/
.cust-table table tr:nth-child(2n + 1) {
  background: #fff;
}
.cust-table table tr:nth-child(2n + 1),
.cust-table table tr:nth-child(2n) {
  border-radius: 4px;
}
.cust-table table tr:nth-child(2n) {
  background: transparent;
}
.cust-table {
  display: flex;
}
.cust-table .wpb_wrapper {
  width: 100%;
}
.bg-custom-1 .cust-table table tr,
.bg-custom-1 .cust-table table th {
  background: none;
}
.bg-custom-1 .cust-table table {
  background: #fff;
  color: #212529;
  border-radius: 4px;
}
.cust-table table th,
.cust-table table td {
  padding: 6px 8px;
  margin-bottom: 8px !important;
  margin-right: 8px;
}
.cust-table table th {
  background: rgba(27, 53, 94, 0.05);
}
.cust-table table td {
  font-size: 14px;
}
.cust-table-1 table td {
  padding: 10px 20px;
}
.cust-table-1 table th {
  background: #1b355e;
  color: #fff;
}
/*ends table*/

/*testimonials*/
.site-container .user-img img {
  /*width: 50px;*/
  height: auto;
}
.post-792 .board-member-img img {
  /*width: 130px;*/
  height: auto;
}
.testimonial-box .user-img img {
  /*width: 50px !important;*/
  height: auto;
}
.section .general .boxed-content .user-img img {
  width: 80px;
}
/*ends testimonials*/

/*title img*/
.site-inner .hero-section .page-header {
  background-image: url(https://duphat.ae/wp-content/uploads/2021/08/heroBanner.png);
}
/*ends title*/

/*colors*/
/*.details-bar .dates h5,
.details-bar .social a{
    color: #ef4036;
}*/
/* .site-header .row-custom-1,
.site-header h6 {
  background: #1b355e !important;
} */
.primary-color-heading h2 strong {
  color: #1b8649 !important;
}
.text-tertiary { color: #1b355e; }
.scientific-section_custom .card-custom__date {
  color: #212529;
  font-weight: 600;
}
.scientific-section_custom h5.card-custom__title a {
  text-decoration: none;
}
/*ends colors*/

/*main slider*/
.hero-section .slider .main-slider .carousel-cell:first-child img {
  object-position: left;
}
/*ends main slider*/

/*texts*/
.text-tertiary {
  margin-bottom: 0px !important;
}
.card-custom__details {
  margin-bottom: 16px;
  margin-left: 16px;
}
.no-opacity {
  opacity: 1 !important;
}
.section--partners .section--partners_banners h4 {
  font-size: 16px !important;
}
.wpcf7 form.sent.custom-form .wpcf7-response-output,
.wpcf7 form.invalid.custom-form .wpcf7-response-output,
.wpcf7 form.unaccepted.custom-form .wpcf7-response-output {
  border-color: #fff;
  color: #fff;
}
/*ends texts*/

/*margins & paddings*/
@media only screen and (min-width: 1200px) {
  .px-md-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media only screen and (min-width: 768px) {
  .pr-md-3.vc_column_container {
    padding-right: 3%;
  }
  .pl-md-3.vc_column_container {
    padding-left: 3%;
  }
  .pr-md-1.vc_column_container {
    padding-right: 1%;
  }
  .pl-md-1.vc_column_container {
    padding-left: 1%;
  }
  .mt-md-6 {
    margin-top: 4rem;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mt-md-m-5 {
    margin-top: -5rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-sm-0 {
    margin-right: 0px;
  }
  .ml-sm-0 {
    margin-left: 0px;
  }
  .mx-sm-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .mt-sm-3 {
    margin-top: 3rem;
  }
  .mt-sm-0 {
    margin-top: 0px;
  }
  .px-sm-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media only screen and (max-width: 575px) {
  .mt-xs-2 {
    margin-top: 0.5rem !important;
  }
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.min-height-21 {
  min-height: 21px !important;
}
/*margins & paddings ends*/

/*webinar sidebar*/
.webinar-sidebar {
  font-family: "Roboto" !important;
  -webkit-box-shadow: 0px 13px 15px rgb(0 0 0 / 6%);
  box-shadow: 0px 13px 15px rgb(0 0 0 / 6%);
  border-radius: 12px;
  padding: 24px;
  background: #1b355e;
  color: #fff;
}
.webinar-sidebar h4 {
  margin-top: 8px;
  margin-bottom: 18px !important;
  color: white;
  font-size: 24px;
  font-weight: 700;
}
.webinar-sidebar .menu {
  list-style: none;
  padding-left: 0;
}
.webinar-sidebar .menu a {
  text-decoration: none;
  color: #fff;
}
.webinar-sidebar .menu a:after {
  width: 30px;
  height: 30px;
  margin: 0px 12px;
  content: url(./assets/img/button-arrow.svg);
}
.bor-rad-12 img {
  border-radius: 12px;
}
/*ends webinar sidebar*/

/*load more*/
.btn.loadMoreBtn {
  color: #000000;
  text-align: center;
  background-color: #1b355e;
}
.btn.loadMoreBtn:hover {
  text-decoration: none;
}
/*ends load more*/

/*tabs*/
.program-tabs .vc_tta-panel-heading,
.program-tabs .vc_tta-panel {
  display: none;
}
.program-tabs .vc_tta-panel.vc_active {
  display: block;
}
.program-tabs ul.vc_tta-tabs-list {
  list-style: none;
  padding-left: 2%;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: flex-end;
}
.program-tabs .vc_tta-tab {
  color: #828282;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 24px;
  display: inline-block;
  border-radius: 12px;
  margin-right: 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
}
.program-tabs .vc_tta-tab.vc_active {
  border: 1px solid #1b355e;
  background: rgb(27 53 94 / 25%) !important;
  color: #1b355e;
}
.program-tabs .vc_tta-tab a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  padding: 8px 16px;
  display: block;
}
.program-tabs .vc_tta-tab:hover {
  background: rgba(130, 130, 130, 0.25);
}
@media (max-width: 991.98px) {
  .program-tabs .vc_tta-tab {
    font-size: 20px;
    width: 40%;
    margin-right: 0px;
    max-width: 130px;
  }
  .program-tabs ul.vc_tta-tabs-list {
    justify-content: unset;
  }
}
/*ends tabs*/

/*logo*/
.site-header .logo img {
  max-height: 75px !important;
}
/*ends logo*/

/*mobile issues*/
.hero-section .slider .main-slider-nav .carousel-cell span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  .site-container .user-img img {
    height: 80px;
  }
}
/*ends mobile*/

/*featured exh products*/
.speaker-wrapper__img.h-auto {
  align-self: flex-start;
}
/*end featured products*/

.hide{display:none;}



/*Alphabetical Paging -start*/

.listNav,
.ln-letters {
/*   overflow: hidden; */
}

.listNavHide {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.letterCountShow {
  display: block;
}
.ln-letters {
    display: flex;
    width: 100%;
    background-color: #fff;
    overflow-x: scroll;
	overflow-y: hidden;
}

.ln-letters > a {
	float: left;
	border-right: none;
	text-decoration: none;
    border: 1px solid #efefef;
    border-right: none;
    display: block;
    float: left;
    font-size: .8em;
    text-decoration: none;
    height: 35px;
    line-height: 35px;
    min-width: 35px;
    transition: all .3s ease-in;
	text-align: center;
	width: 100%;
}
.ln-letters .ln-last {
    border-right: 1px solid #efefef;
}

.ln-letters a:hover, 
.ln-letters .ln-selected {
    background-color: #1b8649;
    color: #fff;
}

.ln-letters .ln-disabled {
    user-select: none;
    pointer-events: none;
	color: #ccc;
}
.ln-letter-count {
  color: #336699;
  font-size: .8em;
  left: 0;
  line-height: 1.35;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}



/*Alphabetical Paging -end*/


@media (min-width: 320px) and (max-width: 767px) {
	.ln-letters {
		width: 100vw;
		margin-left: -22px;
		padding: 10px 22px; 
	}
	.ln-letters > a {
		min-width: 40px;
	}
	
	.feature-card-Mtools.vc_col-has-fill
	{
		width:100% !important;
		padding:0px !important;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.feature-card-Mtools
	{
	width:30% !important;
		 padding: 0px !important;
	}
}

@media (min-width: 1024px) {
	::-webkit-scrollbar-track {
	  background: rgba(27 134 73 / 5%);
	  margin-block: 0;
	}
	::-webkit-scrollbar {
	  width: 13px;
	  height: 5px;
	}
	::-webkit-scrollbar-thumb {
	  background: #1b8649;
	}

	::-webkit-scrollbar-thumb:hover {
	  background: #000000;
	}	
	@supports (scrollbar-color: #1b8649 rgba(27 134 73 / 5%)) {
		* {	
			scrollbar-color: #1b8649 rgba(27 134 73 / 5%);
		}
		.ln-letters {
			scrollbar-width: thin;
		}	
	}
	.feature-card-Mtools
	{
	width:28% !important;
	}
}

@media (min-width: 1224px) {
	.feature-card-Mtools
{
	width:30% !important;
	}
}
@media (min-width: 1600px) {
	.feature-card-Mtools
{
	width:32% !important;
	}
}

.feature-card-Mtools
{
    margin: 16px;
    margin-right: 0px !important;
    min-height: 200px;
    padding: 0px !important;
    border-radius: 12px;
	color:#ffffff;
	-webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.box-overlay{
	position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2B303A;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
	border-radius: 10px;
	
}

.feature-card-Mtools:hover .box-overlay {
  height: 100%;
}

.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
	width:70%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.blog-table th, .blog-table td{border: 1px solid #999999 !important;}

/* Five Columns in WPBakery Page Builder */

@media screen and (min-width: 768px) {
.five-columns.vc_row .vc_col-sm-2 {
float: left;
width: 18.5%;
padding: 0;
margin-right: 1.5%;
min-height: 0;
}
.five-columns.vc_row .vc_col-sm-2:nth-last-child(2) {
margin-right: 0;
}
}

/* Poster Presentation Landing New Page Design Style Starts: https://duphat.ae/poster-presentation-new/  Date: 21 Oct 2025*/
.post-27209 .e-con-inner
{
	    width: 100% !important;
    max-width: 100% !important;
}
#btn_hvr_grn_whte_icon a:hover svg path
{
	stroke: #1b8649 !important;
}
.btn_hvr_whte_grn_icon a:hover svg path,
#btn_hvr_whte_grn_icon a:hover svg path
{
	stroke: #fff !important;
}
.btn_hvr_whte_grn_icon a:hover,
#btn_hvr_whte_grn_icon a:hover 
{
	color: #fff !important;
}
/* Poster Presentation Landing New Page Design Style Ends:*/
/* Pharma Landing New Page Design Style Starts: https://duphat.ae/pharma-new */
.post-26702 .e-con-inner
{
	    /*width: 100% !important;
    max-width: 100% !important;*/
}
#pharma_page #maestroForm {
    background: #ffffff;
}
#pharma_page #maestroForm .container-form label {
			color: #000 !important;
}
#pharma_page #maestroSubmitId.button.is-primary
{
    width: 100%;
    border-radius: 50px;
    background-color: #008B4D !important;	
}
#image_carousel img
{
	height: 240px;
	object-fit: cover;
}
/* Pharma Landing New Page Design Style Ends */
/* 22 Oct 2025 - Page Heading no Border*/
#page_heaadd.row
{
    border: none !important;
}
/* Product Launch Hub New Page Design Style Starts */
/*.post-27775 .e-con-inner
{
	    width: 100% !important;
    max-width: 100% !important;
}*/
.post-27775 .section--content
{
	padding: 0 !important;
}
.stage_list .elementor-widget-icon-box .elementor-icon-box-title
{
	margin: 0;
}
/* Product Launch Hub New Page Design Style Ends */
/* Exhibitor Profile New Page Design Style Starts */
/*.post-27825 .e-con-inner
{
	    width: 100% !important;
    max-width: 100% !important;
}*/
.post-27825 .section--content
{
	padding: 0 !important;
}
.post-27825 .image_carousell figure img
{
	height: 400px;
	object-fit: cover;
}
.post-27825 ul
{
	margin: 0;
}
/* Exhibitor Profile New Page Design Style Ends */
/* Pharma Business Hub Style Starts */
.link_list a
{
	color: #111 !important;
}
#phr_bus_ub_form #maestroForm {
    background: #FAFAFA;
}
#phr_bus_ub_form #maestroForm label {
    display: inline-block;
    color: #313131;
}
#phr_bus_ub_form #maestroForm input,
#phr_bus_ub_form #maestroForm textarea
{
	    height: 50px;
    border-radius: 15px;
    padding: 20px;
}
#phr_bus_ub_form #maestroForm #maestroSubmitId
{
	width: 100% !important;
}
/* Pharma Business Hub Style Ends */
/* Why Attend New Page Design Style Starts */
.post-28723 .elementor-counter-title,
#counters_numb .elementor-counter-title
{
	text-align: center;
    justify-content: center !important;
    line-height: 28px !important;
}
#flag_list img
{	
	width: 100% !important;
}

/* DISC Page - Members Title*/
.post-24613 h4
{
    font-size: 20px !important;
    margin-bottom: 8px !important;
}
.custom-form,
.site-header .quick-links__wrapper{
	background: #008b4d !important;
}
/*Image Carousel Image Height Common*/
.image_carousell_comon figure img
{
	height: 400px;
	object-fit: cover;
}