/**** will be deleted ****/
.webinar-cat-page {
  display: block;
  margin: 0 auto;
}
a {
  text-decoration: none !important;
}
.el-articles-item .content-box .text {
  direction: ltr;
}
/********************/
.el-webinar-item {
  position: relative;
  display: block;
  padding: 20px;
  width: 100%;
  overflow: hidden;
}
.webinar-cat-item.transparent {
  background: transparent !important;
}
.el-webinar-item h2,.el-webinar-item h3 {
  margin: 0 0 10px !important;
color:#fff;
}
.el-webinar-item .el-right-side {
  width: 40%;
  float: right;
  position: relative;
  min-height: 240px;
}
.el-webinar-item .el-right-side .title {
  background: #2c3689;
  color: #fff;
  padding: 20px;
min-height:160px;
}
.el-webinar-item .el-right-side .title h3 {
  font-weight: 400;
  font-size: 16px;
}
.el-webinar-item .el-right-side h2 {
  font-size: 21px;
  letter-spacing: 0;
  font-weight: bold;
}
.el-webinar-item .el-left-side h2 {
  color: #808080;
}
.el-webinar-item .el-right-side .date span {
  display: block;
}
.el-webinar-item .el-right-side .date {
  position: absolute;
  width: 80px;
  height: 75px;
  background: #2e559ede;
  border-radius: 50%;
  text-align: center;
  left: 20px;
  bottom: 30px;
  font-size: 14px;
  color: #b9c1d2;
  padding: 25px 10px 0;
  font-weight: bold;
}
.el-webinar-item .el-right-side .date:before {
  content: "";
  width: 35px;
  height: 35px;
  background: #bdc4d7;
  position: absolute;
  left: 0;
  top: -10px;
  border-radius: 50%;
}
.el-webinar-item .el-right-side .date:after {
  content: "";
  position: absolute;
  left: 5px;
  top: -7px;
  background-image: url(../images/calendar.svg);
  background-size: cover;
  width: 25px;
  height: 25px;
}
.el-webinar-item .el-right-side .gray-box {
  background: #bdc4d7;
  height: 60px;
}
.el-webinar-item .el-left-side {
  width: calc(60% - 40px);
  float: left;
  color: #808080;
  position: relative;
  padding: 20px;
  min-height: 220px;
}
.el-webinar-item .el-left-side h2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 10px !important;
  line-height:25px !important;
}
.el-webinar-item .el-left-side .text {
  font-size: 14px;
  line-height: 30px;
}
.el-webinar-item .el-left-side .meta a {
  float: left;
  color: #0095eb;
  text-decoration: none;
  font-size: 13px;
  background: #e2e3e4;
  padding: 5px 10px;
  border-radius: 30px;
  text-align: center;
  width: 120px;
  transition:all 0.5s;
}
.el-webinar-item .el-left-side .meta a:hover ,.el-webinar-item:hover .el-left-side .meta a {
  background: #2980bb;
  color: #fff;
}
.el-webinar-item .el-left-side .meta {
    position: absolute;
    width: 97%;
    left: 20px;
    text-align: left;
    margin-top: 0px;
    bottom: 20px;
}
.el-webinar-item .el-left-side .meta span {
  color: #0095ea;
  font-size: 13px;
  padding-right: 20px;
  float: right;
  line-height:36px;
}
.el-webinar-item:hover .el-left-side {
  background: #e2e1dd;
}

.single-webinar .el-webinar-item:hover .el-left-side {
  background: unset;
}
.el-webinar-item.single-webinar {
  width: 70%;
  margin: 30px auto 0;
}
.single-webinar .el-right-side,.single-webinar .el-left-side {
  width: 100%;
padding:20px 0;
}
.single-webinar:hover .el-left-side {
  background: transparent;
}
.single-webinar .el-right-side {
  height: auto;
}
.el-webinar-item.single-webinar .el-right-side .title {
  height: 80%;
  background: #fde9e8;
  color: #a4715c;
  padding: 0 50px;
}
.el-webinar-item.single-webinar .el-right-side .gray-box {
  height: 20%;
  background-image: linear-gradient(to top, #f4f2ed 0%, #fafaf8 100%);
}
.el-webinar-item.single-webinar .el-right-side .date {
  width: 130px;
  height: 130px;
  background-image: linear-gradient(to left, #9a5a5d 0% , #bc7475 100%);
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
.el-webinar-item.single-webinar .el-right-side .date:before {
  width: 75px;
  height: 75px;
  background: #ffffff;
  top: -20px;
}
.single-el-webinar .el-webinar-item .el-right-side .date span.day {
  margin-top: 25px;
}
.el-webinar-item.single-webinar .el-right-side .date:after {
  left: 14px;
  top: -5px;
  background-image: url(../images/calendar-red.svg);
  width: 45px;
  height: 45px;
}
.el-webinar-item.single-webinar .el-right-side .title h3 {
  font-size: 28px;
  margin-bottom: 30px !important;
  letter-spacing: 0;
  color: #c37154;
}
.el-webinar-item.single-webinar .el-right-side h2 {
  font-size: 44px;
  letter-spacing: 0;
  margin-bottom: 20px !important;
  color: #c37154;
  padding-top: 50px;
}
.single-webinar .el-post-title h1 {
  color: #243a7a;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 0 15px;
  float: right;
}
.single-webinar .el-post-title span {
  float: left;
  color: #808080;
  margin-top: 7px;
}
.el-webinar-links {
  width: calc(100% - 100px);
  overflow: hidden;
  padding: 100px 50px;
  background-image: url(../images/links-bg.jpg);
  background-size: cover;
  background-position: top;
  text-align: center;
}
.el-webinar-links strong {
  color: #243a7a;
  font-size: 17px;
}
.el-webinar-links ul {
  list-style: none;
  padding: 0;
  margin: 40px 0 0 ;
  column-count: 3;
  display: flex;
  text-align: center;
  justify-content: center;
}
.el-webinar-links ul li a {
  width: 250px;
  display: block;
  border: 1px solid #1e91cf;
  background: #fff;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border-radius: 40px;
  color: #1e91cf;
  transition: all 0.3s;
  margin: 0 10px;
}
.el-webinar-links ul li a:hover ,.el-webinar-links ul li:first-child a{
  background: #1e91cf;
  color: #fff;
}
.el-webinar-item.half-size {
  width: 47%;
  padding: 0;
  display: inline-block;
  margin: 0 1% 15px;
  border-radius: 15px;
  float : right;
  background: #fff;
  border: 1px solid #cccccc78;
}
.el-webinar-item.half-size .el-right-side {
  width: 100%;
}
.el-webinar-item.half-size .el-left-side {
  width: 100%;
  position: absolute;
  padding: 0;
  background: #dfe0e0;
  transition: all 0.5s;
  transform: translateY(50%);
  opacity: 0;
  z-index: -9;
  height:100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.el-webinar-item.half-size:hover .el-left-side {
  opacity: 1;
  z-index: 9;
 transform: translateY(0);
}
.el-webinar-item.half-size .el-left-side h2 {
  padding: 10px 20px 0;
  color: #5ba0d3;
}
.el-webinar-item.half-size .el-left-side .text {
  padding: 0 20px 20px 20px
}
.el-webinar-item.half-size .el-left-side .meta a {
  float: left;
  color: #e2e3e4;
  text-decoration: none;
  font-size: 13px;
  background: #0095eb;
  padding: 5px 10px;
  border-radius: 30px;
  text-align: center;
  width: 120px;
  transition: all 0.5s;
}
.el-title-box {
  color: #243a7a;
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: bold;
}
.webinar-cat-list {
  width: 100% !important;
  background-image: url(../images/webinar-cat-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  max-width: 100% !important;
  position: relative;
}
.webinar-cat-item {
  width: 20%;
  display: inline-block;
  align-items: center;
  text-align: center;
  transition: all 0.3s;
  float: right;
  border-radius:30px;
  position: relative;
}
.webinar-cat-item a {
  width: 100%;
  height: 100%;
  display: block;
}
.webinar-cat-item a {
  width: 100%;
  color: #243a7a;
  font-weight: bold;
  font-size: 16px;
}
.webinar-cat-item a img {
  margin: 20px auto 0;
  width: auto;
  height: 90px !important;
  transition: all 0.3s;
}
.webinar-cat-item.blue-bg {
  background: #243a7a;
  color: #fff;
}
.webinar-cat-item.blue-bg span {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.webinar-cat-item:hover .content {
  background: #243a7a;
}
.webinar-cat-item:hover a {
   color: #fff;
}
.webinar-cat-item:hover img,.webinar-cat-item.current img {
  filter: brightness(0) invert(1);
}

.webinar-sub-cats {
  display: block;
  width: 100%;
  float: right;
  margin-bottom: 20px;
}
.webinar-sub-cats .main-cat {
  width: 200px;
  float: right;
}
.webinar-sub-cats .main-cat .webinar-cat-item {
  display: block;
  background: #243a7a;
  width: 200px;
  height: 160px;
  padding: 10px 0;
  border-radius: 15px;
}
.webinar-sub-cats .no-sub-cat {
  width: calc(100% - 220px);
  float: left;
  background-image:url('img/bg-no-usbcat.jpg');
  display: block;
  height: 180px;
  border-radius: 15px;
  background-size: cover;
  background-position: center;
}
.tax-articles-cat .webinar-sub-cats .no-sub-cat {
  background-image:url('img/articles-no-cat-bg.jpg');
  background-position: center bottom;
}

.tax-webinar-cat .webinar-sub-cats .no-sub-cat {
  background-image:url('img/webinar-bg.jpg');
  background-position: center;
}
.webinar-sub-cats .main-cat img,.webinar-sub-cats .main-cat strong {
  display: block;
  color: #fff;
  filter: brightness(0) invert(1);
  font-size: 20px;
}
.webinar-sub-cats .main-cat img {
  width: 80px;
  margin: 10px auto;
  height:auto;
}
.webinar-sub-cats ul {
  width: calc(100% - 220px);
  float: left;
  margin: 0;
  list-style: none;
  padding: 0;
}
.webinar-sub-cats ul li {
  width: 33%;
  display: inline-block;
  margin: 0;
}
.webinar-sub-cats ul li a {
  width: 95%;
  display: block;
  float: right;
  border: 1px solid #9fa1a3;
  height: 83px;
  line-height: 83px;
  text-align: center;
  font-size: 18px;
  color: #243a7a;
  transition: all 0.3s;
  border-radius: 13px;
}
.webinar-sub-cats ul li a:hover {
  border-color: #0780bb;
  background: #0780bb;
  color: #fff;
}
.webinar-sub-cats ul li a.current {
  pointer-events: none;
  border-color: #0780bb;
  background: #0780bb;
  color: #fff;
}
ul.el-breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  width: 100%;
  display: block;
}
ul.el-breadcrumbs li {
  display: inline;
  margin: 0 0 0 20px;
}
ul.el-breadcrumbs li a {
  position: relative;
  color: #929497;
  padding-left: 20px;
}
ul.el-breadcrumbs li a:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #929497;
  display: block;
  position: absolute;
  left: -5px;
  top: 10px;
  transform: rotate(45deg);
  border-top: 0;
  border-right: 0;
}
.webinar-cat-page .webinar-list {
  margin: 20px 0 40px;
}
.webinar-cat-page .el-webinar-item {
  padding: 0;
  margin-top: 30px;
}
.eli-articles-btn {
  width: 300px;
  height: 60px;
  display: block;
  margin: 0 auto;
  border-radius: 30px;
  position: relative;
  text-align: center;
  margin-bottom: 0 !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  line-height: 60px;
  text-align: center;
  box-shadow: 0 0 5px #dadada;
  overflow: hidden;
}
.eli-articles-btn a {
  display: block;
  transition: all 0.3s;
  height: 100%;
  line-height: 60px;
}

.eli-articles-btn a:hover {
  background: #243a7a;
}

.eli-articles-btn a:hover .text, .eli-articles-btn a:hover .text strong {
  color: #fff;
}

.el-articles-item:hover h2.en-title {
  color: #fff;
}
.el-articles-item .content-box {
  width: 100%;
  height: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.el-articles-item:hover .download-pdf-btn {
  background: #fff;
  color: #1e91cf;
}
.el-articles-item .content-box h2 {
    font-size: 19px;
    color: #243b7a;
    font-weight: bold;
    width: 100%;
    float: left;
    margin-bottom: 15px;
    text-align: center;
    padding-left: 0;
    direction: ltr;
    line-height: 29px !important;
    word-break: break-word;
}
.el-articles-item .content-box .text {
  font-size: 15px;
  margin-bottom: 20px;
}
.el-articles-item .content-box .text a {
  display: block;
  margin: 5px 0 0;
  color: #2c80b0;
}
a.download-pdf-btn {
  font-size: 15px;
  color: #2c80b0;
  position: relative;
  padding-left: 40px;
  transition: all 0.3s;
}
a.download-pdf-btn:hover {
  color: #003280;
}

.el-related-articles {
  width: 100%;
  clear: both;
  display: block;
}

.el-related-articles > strong {
  color: #2c80b0;
font-size: 22px;
}
.other-webinars {
  margin: 50px 0;
}
.custom-list .other-webinars {
margin:20px 0;
}
.other-webinars .el-webinar-item:nth-child(odd) {
  margin-right: 0;
}
/**** Slider ****/
.sliders-list .el-sliders-item {
  width: 95%;
  margin: 0 auto;
}
.sliders-list .el-sliders-item .image-box {
  height: 150px;
  overflow: hidden;
}
.sliders-list .el-sliders-item .content-box {
  background: #243a7a;
  color: #fff;
  padding: 10px 10px 5px;
  font-size: 17px;
  text-align: center;
  min-height: 105px;
}
.sliders-list .el-sliders-item .content-box strong {
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 25px;
  margin-bottom: 11px;
  margin-top: 5px;
}
.el-sliders-item .text {
  font-size: 15px;
}
.sliders-list .slick-arrow {
  width: 50px;
  height: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 0;
  background: transparent;
  outline: none;
}
.sliders-list .slick-arrow:before {
  content: "";
  width: 33px;
  height: 33px;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #243a7a;
  transform: rotate(45deg);
  border-left: 0;
  border-bottom: 0;
  display: block;
}
.sliders-list .slick-prev.slick-arrow {
  right: auto;
  left:-50px;
  transform: rotate(180deg);
}
.sliders-list .slick-next.slick-arrow {
  left: auto;
  right: -50px;
}
.single-el-webinar .other-webinars .el-webinar-item .el-right-side .date span.day {
  margin-top: 0;
}
.page-template-eli-full-page #Content {
  padding-top: 0;
}
.page-template-eli-full-page #Subheader {
  display: none;
}
.webinar-list,.articles-list {
  margin: 40px 0;
}
.bold-text {
font-weight: 600 !important;
}
.eli-articles-btn {
  width: 300px;
  height: 60px;
  display: block;
  margin: 0 auto;
  border-radius: 30px;
  position: relative;
  text-align: center;
  margin-bottom: 0 !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  line-height: 60px;
  text-align: center;
  box-shadow: 0 0 5px #dadada;
}
.eli-articles-btn .bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: #7db9d9d4;
  border-radius: 50%;
  animation: EliAnimate  1s linear 1s infinite alternate;
}

.eli-articles-btn .over {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  border-radius: 50%;
  animation: EliAnimate  1s linear 1s infinite alternate;
}
.eli-articles-btn .over:before {
  content: "";
  width: 180px;
  height: 180px;
  background: #3d679a;
  display: block;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.eli-articles-btn .over:after {
  content: "";
  width: 160px;
  height: 160px;
  background: #243a7a;
  display: block;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.eli-articles-btn .text {
  z-index: 9;
  margin: auto;
  color: #243a7a;
  font-size: 18px;
}
.eli-articles-btn .text strong {
  color: #243a7a;
  margin-bottom: 10px;
  font-weight: normal;
}
@keyframes EliAnimate {
  from {
    transform : scale(1);
  }
  to {
    transform : scale(1.1);
  }
}

.access-page {
  padding: 50px 0;
background-image:url(../images/bg-4.jpg);
background-size:cover;
}
.access-page .content {
  width: 400px;
  margin: 0 auto;
  display: block;
  background: #ffffff6b;
  text-align: center;
  padding: 40px;
  border-radius: 3px;
}
.access-page .content .icon {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
  margin: 0 auto 20px;
  position: relative;
}
.access-page .content .icon.success {
background:#29b473;
}
.access-page .content .icon.success:before {
  content: "";
  width: 12px;
  height: 28px;
  border: 2px solid #ffffff;
  position: absolute;
  transform: rotate(45deg);
  border-left: 0;
  border-top: 0;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
.access-page .content .text.success strong {
  color: #29b473;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
  border-bottom: 2px solid #29b473;
  font-size: 18px;
}

.access-page .content .text.faild strong {
  color: #f05a28;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
  border-bottom: 2px solid #f05a28;
  font-size: 18px;
}
.access-page .content .icon.faild {
  background: #f05a28;
}
.access-page .content .icon.faild:before {
  width: 2px;
  height: 30px;
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.access-page .content .icon.faild:after {
  width: 2px;
  height: 30px;
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
}
a.return-login {
  width: 130px;
  height: 30px;
  display: block;
  margin: 10px auto 0;
  border: 1px solid #003280;
  line-height: 30px;
  color: #003280;
  font-size: 14px;
  border-radius: 2px;
}
a.return-login:hover {
color:#fff;
background:#003280;
}

.top-banner {
  width: 100%;
  height: 600px;
  background-image: url(https://abidipharma.com/wp-content/uploads/2021/01/bg-doctors.jpg) !important;
  background-size: cover;
  background-position: center;
}
.top-banner.diabete-banner {
  background-image: url(https://abidipharma.com/wp-content/uploads/2021/01/diabete-img.jpg) !important;
}
.top-banner.ravan-banner {
  background-image: url(https://abidipharma.com/wp-content/uploads/2021/01/ravan-banner.jpg) !important;
}
.top-banner.neurology-banner {
  background-image: url(https://abidipharma.com/wp-content/uploads/2021/04/neurology-banner.jpg) !important;
}
.top-banner.respiratory-banner {
  background-image: url(https://abidipharma.com/wp-content/uploads/2021/04/tanafosi.jpeg) !important;
}
.top-banner.allergy-banner {
  background-image: url(https://abidipharma.com/wp-content/uploads/2021/04/alergy.jpeg) !important;
}
.top-banner.infectious-banner {
  background-image: url(https://abidipharma.com/wp-content/uploads/2021/04/infectious.jpg) !important;
}
.top-banner.kids-banner {
  background-image: url(https://abidipharma.com/wp-content/uploads/2021/04/Kids-Line.jpg) !important;
}
.top-banner.heart-banner {
  background-image: url(https://abidipharma.com/wp-content/uploads/2021/04/qalb.jpg) !important;
}
.top-banner.urology-banner {
  background-image: url(https://abidipharma.com/wp-content/uploads/2021/04/koliye-bg.jpg) !important;
}
.webinars-list {
  background-image: url(https://abidipharma.com/wp-content/uploads/2020/12/bg-2.jpg) !important;
  padding: 50px 0;
  background-size: cover;
}
.webinars-list .other-webinars {
  margin: 0 0 10px;
}
.webinars-list .linktolist {
  color: #243a7a;
  font-size: 18px;
}
.tax-product_cat .products-list ul.products li.product p.category-title {
  padding-left: 14px!important;
  position: absolute;
  right: 0;
  padding: 0 !important;
  width: 50px !important;
  margin-top: 5px;
}
.products-list ul.products li.product .desc {
  padding: 0px 0px;
  margin: auto 0!important;
  background: transparent;
}
.rtl.archive.tax-product_cat .products-list ul.products li.product .desc h4 {
  font-size: 17px;
  font-weight: 700;
  display: block;
  padding: 13px 40px 13px 20px !important;
  margin-bottom:10px;
  color: #243a7a;
}

body .products-list ul.products li.product a {
display:block;
}
.products-list {
  padding: 50px 0;
}
.articles-list {
  text-align: center;
}
.articles-list .download-pdf-btn {
    width: 100%;
    display: inline-block;
    float: right;
    background: #3199d1;
    padding: 0;
    justify-content: center;
    border-radius: 60px;
    color: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
    margin-left: auto;
    font-size: 16px;
}
.el-post-item.blue-box {
  height: 250px;
  display: block;
  float: right;
  width: 100%;
  border-radius: 2px;
}
.el-post-item.blue-box {
  background: #2a80a1;
}
.el-post-item .title {
  position: absolute;
  bottom: 0;
  background: #243a7a;
  width: 92%;
  left: 0;
  min-height: 60px;
  padding-top: 10px;
  color: #fff;
  font-size: 13px;
  padding: 10px;
  text-align: center;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.el-post-item.blue-box .title {
  position: relative;
  font-size: 20px;
  color: #fff;
  margin-top: 100px;
  font-weight: bold;
  background: transparent;
  min-height: unset !important;
  bottom: unset !important;
}
.el-post-item {
  position: relative;
  overflow: hidden;
  height: 250px;
  border-radius: 3px;
}

.el-post-item img {
  width: 100%;
}
.el-post-item:hover .title {
  min-height: 250px;
  bottom: -20px;
}
a.archive-link {
  font-size: 19px;
  margin-top: 20px;
  display: block;
  color: #2c3689;
  font-weight: bold;
}

.el-articles-item.related .left-title {
  width: 180px;
  height: auto;
  float: left;
  background: #286b95;
  color: #fff;
  font-size: 17px;
  padding: 50px 10px;
  text-transform: capitalize;
  text-align: center;

}
.el-articles-item.related .content-box {
    width: 100%;
    float: right;
    position: relative;
    height: 100%;
    padding: 0 5%;
}

.el-articles-item.related a.download-pdf-btn:before {
  display: none;
}
.el-articles-item.related .content-box .text {
  font-size: 15px;
  margin-bottom: 0;
}
.single-product .el-related-articles {
  margin-bottom: 40px;
float:right;
}
.el-related-articles a.gray-btn {
  width: 200px;
  margin-top: -20px;
}
.stick-head p.category-title img.img-responsive {
  filter: brightness(0) invert(1);
}
.woocommerce ul.products li.product p a img {
  filter: invert(55%) !important;
  height: 35px !important;
}

.padd-20 {
  padding-left:100px;
  padding-right:100px;
}
.vc_custom_heading.el-btn-1 a {
  border: 1px solid #41719c !important;
  padding: 10px 20px;
  border-radius: 30px;
  margin-top: 20px;
  display: block;
  margin: 20px auto 0;
  width: 250px;
  font-size: 15px !important;
  color: #739ed5;
  text-align: center;
  clear:both;
  background:#fff;
}
body .el-btn-1 a:hover {
  background: #41719c;
  color: #fff;
}
.webinar-no-bg .webinar-cat-list {
  background-image: unset;
}
.custom-container .vc_col-sm-12 {
  width: 70%;
  margin: 0 auto;
  display: block;
  float: unset;
}
.custom-container .el-webinar-item .el-left-side {
  min-height: 190px;
}
.custom-container .el-webinar-item .el-right-side .title {
  min-height: 130px;
}
.webinars-list .stick-head {
  margin-bottom: 20px;
}
/***** Responsive *****/
@media (min-width:1025) and (max-width:1239) {
.webinar-cat-item {
  width: 23%;
}
}
@media (min-width:768px) and (max-width:1024px) {
.custom-container .vc_col-sm-12 {
width:100%;
}
  .el-webinar-item .el-right-side .title {
  padding: 20px 20px 40px;
}
  .el-webinar-item .el-right-side h2 {
  font-size: 19px;
}
  .el-webinar-item .el-right-side .title h3 {
  font-size: 15px;
}
  .webinar-cat-item {
  width: 23%;
  }
  .el-webinar-item.half-size .el-left-side h2 {
  padding: 10px 20px 0;
  font-size: 17px;
  margin-bottom: 10px !important;
}
  .el-webinar-item.half-size .el-left-side .meta a {
  font-size: 15px;
}
  .el-webinar-item.single-webinar .el-right-side h2 {
  font-size: 34px;
  padding-top: 20px;
}
  .el-webinar-item.single-webinar .el-right-side .title {
  padding: 0 20px;
}
  .el-webinar-item.single-webinar .el-right-side .title h3 {
  font-size: 24px;
  }

  .single-el-webinar .el-webinar-item .el-right-side .date span.day {
  margin-top: 25px;
}
  .el-webinar-links {
  padding: 50px 20px;
}
  .el-webinar-links ul li a {
  width: 200px;
  }
}

@media (min-width:581px) and (max-width:767px) {
.el-webinar-item .el-left-side .meta {
  position: relative;
  width: 100%;
  bottom: unset;
  left: unset;
  text-align: right;
  margin-top: 20px;
}
.el-webinar-item .el-left-side .meta span {
  padding-left: 0;
  float: right;
  padding-right: 0px;
}
.el-webinar-item .el-left-side .meta a {
  float: left;
}
.vc_custom_heading.el-btn-1 a {
  background:#fff;
}
.el-post-item .title {
width:100%;
}
.image_frame .image_wrapper .image_links {
  bottom: 10px !important;
}
.image_frame .image_wrapper .mask, .edd_download_image:after {
display:none;
}
.custom-container .vc_col-sm-12 {
width:100%;
}
  .articles-list a {
      width: 46%;
  }
  .top-banner {
      height: 200px;
      background-position: top center;
}
.webinar-cat-item {
  width: 23%;
  height: 150px;
}
.el-webinar-item.half-size {
  width: 100% !important;
  margin-bottom: 20px;
}
.sliders-list .el-sliders-item .image-box {
  height: 200px;
}
.sliders-list .el-sliders-item .image-box img {
  width: 100%;
}
.sliders-list .el-sliders-item .content-box {
  min-height: 85px;
}
.rahkarha-box .vc_col-sm-1 {
  display: none;
}
.rahkarha-box .vc_col-sm-10 {
  width: 100%;
}
body .rahkarha-box {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.el-webinar-item.single-webinar {
  width: calc(100% - 40px);
}
.el-webinar-item.single-webinar .el-right-side .title {
  padding: 0 10px;
  min-height:200px;
}
body .el-webinar-item.single-webinar .el-right-side h2 {
  font-size: 24px;
  margin-bottom: 10px !important;
  padding-top: 10px;
}
.el-webinar-item.single-webinar .el-right-side .title h3 {
  font-size: 20px;
}
.single-webinar .el-right-side {
  height: 240px;
}
.el-webinar-item.single-webinar .el-right-side .date {
  position: relative;
  width: calc(100% - 20px);
  border-radius: 0;
  left: unset;
  height: auto;
  padding: 10px;
}
.single-el-webinar .el-webinar-item .el-right-side .date span.day {
  margin-top: 0;
}
.el-webinar-item.single-webinar .el-right-side .date:before,.el-webinar-item.single-webinar .el-right-side .date:after {
display:none;
}
.el-webinar-item.single-webinar .el-right-side .gray-box {
display:none;
}
.single-el-webinar .el-webinar-item .el-right-side .date span {
  display: inline-block;
  font-size: 20px;
}
body .el-webinar-links {
  width: calc(100% - 100px);
  padding: 50px;
}
.el-webinar-links ul {
  column-count: unset;
  display: block;
}
.el-webinar-links ul li {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.el-webinar-links ul li a {
  margin: 0;
}
.el-webinar-item .el-right-side {
width:100%;
min-height:auto;
}
.el-webinar-item .el-left-side {
width:100%;
}
.el-articles-item {
  padding: 10px;
  width: calc(100% - 20px);
}
.el-articles-item.related a {
  float: left;
  position: relative;
  padding-left: 0;
  font-size: 20px;
  bottom: unset;
  margin-top: 10px;
}
.el-webinar-item {
  padding:0;
  margin-bottom: 30px;
  border-bottom: 1px solid #afafaf;
  padding-bottom: 10px;
}
.webinar-list .el-webinar-item .el-right-side .date span {
font-size:15px;
}
.el-webinar-item .el-right-side .title {
  padding: 20px 20px;
  min-height: 140px;
}
.webinar-sub-cats ul,.webinar-sub-cats ul li {
  width: 100%;
}
.webinar-sub-cats ul li a {
  width: 100%;
  height: 55px;
  line-height: 55px;
  margin: 0 auto 20px;
}
.webinar-sub-cats .main-cat {
  width: 100%;
  float: right;
}
.webinar-sub-cats .main-cat .webinar-cat-item {
  width: 86%;
  height: 80px;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  padding: 10px 7%;
}
.webinar-sub-cats .main-cat img {
  width: 80px;
  margin: 0;
  display: inline-block;
  float: right;
  height:auto;
}

.webinar-sub-cats .main-cat strong {
  padding: 0 10px 0 0;
  float: right;
}
.el-webinar-item.half-size { border-radius:0 !important;}
.el-webinar-item.half-size .el-left-side h2 {
  padding: 10px 20px 0;
}

  .el-webinar-item .el-right-side h2 {
      font-size: 18px;
  }
  .el-webinar-item .el-right-side .title h3 {
      font-size: 16px;
  }
  .el-webinar-item .el-right-side .date {
  width: 70px;
  height: 70px;
  bottom: 30px;
  font-size: 12px;
  padding: 20px 10px 0;
}
  .webinar-cat-item a img {
      width: 80px;
      margin: 15px auto 0;
  }
.sliders-list .slick-next.slick-arrow {
  left: auto;
  right: 10px;
  z-index: 9;
}
.sliders-list .slick-prev.slick-arrow {
  right: auto;
  left: 10px;
  z-index: 9;
}
.sliders-list .slick-arrow:before {
  width: 25px;
  height: 25px;
  border: 3px solid #ffffff;
  border-left: 0;
  border-bottom: 0;
  right:20px;
}
.sliders-list .slick-arrow {
  width: 50px;
  height: 50px;
  top: 0;
  bottom: 0;
  margin: auto !important;
  background: #04040452;
  transform: translate(0);
}

.el-articles-item {
  width: calc(100% - 40px);
  float: unset;
  overflow: hidden;
  margin: 0 auto 20px;
}
.articles-list .download-pdf-btn {
  width:100%;
}
.articles-list .container {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.el-webinar-item .el-left-side .text {
  text-align:justify;
}
.mhb-menu .menu li a span {
  color: #333333 !important;
  font-size:14px ​!important;
}
.single-el-webinar div#g-recaptcha-0,.single-el-webinar div#g-recaptcha-0 iframe {
  width: 100% ;
}
.single-el-webinar div#g-recaptcha-0 > div {
  width: 100% !important;
}
.single-el-webinar #respond .form-submit input[type="submit"] {
  width: 100%;
}
}

@media (min-width:320px) and (max-width:580px) {
.single-el-webinar div#g-recaptcha-0,.single-el-webinar div#g-recaptcha-0 iframe {
  width: 100% ;
}
.single-el-webinar div#g-recaptcha-0 > div {
  width: 100% !important;
}
.single-el-webinar #respond .form-submit input[type="submit"] {
  width: 100%;
}
.mhb-menu .menu li a span {
  color: #333333 !important;
  font-size:14px ​!important;
}
.el-webinar-item .el-left-side .text {
  text-align:justify;
  margin-bottom:50px;
}
.articles-list .container {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.el-webinar-item .el-left-side .meta {
  position: relative;
  width: 100%;
  bottom: unset;
  left: unset;
  text-align: right;
  margin-top: 20px;
}
.el-webinar-item .el-left-side .meta span {
  padding-left: 0;
  float: right;
  padding-right: 0px;
}
.el-webinar-item .el-left-side .meta a {
  float: left;
}
.vc_custom_heading.el-btn-1 a {
  background:#fff;
}
.el-post-item .title {
width:100%;
}
.image_frame .image_wrapper .image_links {
  bottom: 10px !important;
}
.image_frame .image_wrapper .mask, .edd_download_image:after {
display:none;
}
.custom-container .vc_col-sm-12 {
width:100%;
}
.webinar-cat-item {
  width: 46%;
}
.el-webinar-item.half-size {
  width: 100% !important;
  margin-bottom: 20px;
}
.sliders-list .el-sliders-item .image-box {
  height: 200px;
}
.sliders-list .el-sliders-item .image-box img {
  width: 100%;
}
.sliders-list .el-sliders-item .content-box {
  min-height: 85px;
}
.rahkarha-box .vc_col-sm-1 {
  display: none;
}
body .rahkarha-box {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.el-webinar-item.single-webinar {
  width: calc(100% - 40px);
}
.el-webinar-item.single-webinar .el-right-side .title {
  padding: 0 10px;
  min-height:200px;
}
body .el-webinar-item.single-webinar .el-right-side h2 {
  font-size: 24px;
  margin-bottom: 10px !important;
  padding-top: 10px;
}
.el-webinar-item.single-webinar .el-right-side .title h3 {
  font-size: 20px;
}
.single-webinar .el-right-side {
  height: 240px;
}
.el-webinar-item.single-webinar .el-right-side .date {
  position: relative;
  width: calc(100% - 20px);
  border-radius: 0;
  left: unset;
  height: auto;
  padding: 10px;
}
.single-el-webinar .el-webinar-item .el-right-side .date span.day {
  margin-top: 0;
}
.el-webinar-item.single-webinar .el-right-side .date:before,.el-webinar-item.single-webinar .el-right-side .date:after {
display:none;
}
.el-webinar-item.single-webinar .el-right-side .gray-box {
display:none;
}
.single-el-webinar .el-webinar-item .el-right-side .date span {
  display: inline-block;
  font-size: 20px;
}
body .el-webinar-links {
  width: calc(100% - 100px);
  padding: 50px;
}
.el-webinar-links ul {
  column-count: unset;
  display: block;
}
.el-webinar-links ul li {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.el-webinar-links ul li a {
  margin: 0;
width:100%;
}
.el-webinar-item .el-right-side {
width:100%;
min-height:auto;
}
.el-webinar-item .el-left-side {
width:calc(100% - 20px);
}
.el-webinar-item {
  padding:0;
  margin-bottom: 30px;
  border-bottom: 1px solid #afafaf;
  padding-bottom: 10px;
}
.webinar-list .el-webinar-item .el-right-side .date span {
font-size:15px;
}
.el-webinar-item .el-right-side .title {
  padding: 20px 10px;
  min-height: 150px;
}
.webinar-sub-cats ul,.webinar-sub-cats ul li {
  width: 100%;
}
.webinar-sub-cats ul li a {
  width: 100%;
  height: 55px;
  line-height: 55px;
  margin: 0 auto 20px;
}

.webinar-sub-cats .main-cat {
  width: 100%;
  float: right;
}
.webinar-sub-cats .main-cat .webinar-cat-item {
  width: 86%;
  height: 80px;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  padding: 10px 7%;
}
.webinar-sub-cats .main-cat img {
  width: 80px;
  margin: 0;
  display: inline-block;
  float: right;
  height:auto;
}
.webinar-sub-cats .main-cat strong {
  padding: 0 10px 0 0;
  float: right;
}

.el-webinar-item.half-size .el-left-side h2 {
  padding: 10px 20px 0;
}
.articles-list a {
  width: auto;
}
.el-articles-item.related .left-title {
  width: calc(100% - 20px);
  font-size: 20px;
  padding: 20px 10px;
  text-align: left;
  line-height: 30px !important;
}
.el-articles-item.related .content-box {
  width: 100%;
}

.el-articles-item .content-box h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  padding-left:0;
}
.el-related-articles a.gray-btn {
  width: 200px;
  margin: 20px auto;
  display: block;
  float: unset;
}
  .top-banner {
      height: 200px;
      background-position: top center;
}
   .articles-list a.download-pdf-btn {
      width: 85%;
       font-size: 15px;
  }
.access-page .content {
  width: calc(100% - 80px);
}
.sliders-list .slick-next.slick-arrow {
  left: auto;
  right: 10px;
  z-index: 9;
}
.sliders-list .slick-prev.slick-arrow {
  right: auto;
  left: 10px;
  z-index: 9;
}
.sliders-list .slick-arrow:before {
  width: 25px;
  height: 25px;
  border: 3px solid #ffffff;
  border-left: 0;
  border-bottom: 0;
  right:20px;
}
.sliders-list .slick-arrow {
  width: 50px;
  height: 50px;
  top: 0;
  bottom: 0;
  margin: auto !important;
  background: #04040452;
  transform: translate(0);
}
.el-articles-item {
  width: calc(100% - 40px);
  float: unset;
  overflow: hidden;
  margin: 0 auto 20px;
}
.articles-list .download-pdf-btn {
  width:100%;
}
}
.webinar-image {
  width: 100%;
  height: 100%;
  display: block;
  float: right;
  position: absolute;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
h2.en-text {
  text-align: left;
}
.webinars-list p.category-title {
  font-size: 20px;
}
/* 
.webinar-cat-item.current img {
  filter: brightness(0) invert(1);
} 
*/
.webinar-cat-item.current a {
  color: #fff;
}
.webinar-cat-item.current .content, .webinar-cat-item.current .content:after {
  background: #008ed2;
}
.articles-list a {
  display: inline-block;
  width: 21%;
}
.el-articles-item {
    overflow: hidden;
    padding: 10px 20px;
    margin-bottom: 10px;
    transition: all 0.3s;
    width: calc(49% - 40px);
    float: right;
    margin-left: 10px;
    background: #dfe0e0;
    min-height: 220px;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
}
.el-articles-item:nth-child(even) {
  margin-left: 0;
}
.el-articles-item:hover {
  background-image: linear-gradient(70deg, #233e7d 0%, #0780bb 60%) !important;
}
span.el-no-posts {
  height: 200px;
  display: block;
  line-height: 200px;
  background-image: linear-gradient(
90deg
, #243c7b, #0780bb);
  margin: 10px 0 30px;
  float: left;
  width: 100%;
  border-radius: 13px;
  color: #fff;
  font-size: 22px;
  text-align: center;
}
.el-articles-item.style-2 {
  width: calc(100% - 60px);
  height: auto;
  min-height: 50px;
  border-radius: 60px;
  padding: 20px 30px;
}
.el-articles-item.style-2 a.download-pdf-btn:before {
  display:none;
}
.el-articles-item.style-2 a.download-pdf-btn {
  width: auto;
  height: auto;
  text-align: center;
  box-shadow: unset;
  padding: 10px 40px;
  border-radius: 30px;
}

.el-articles-item.style-2 .content-box h2 {
  width: 85%;
}
.webinar-cat-item:nth-child(4):before,.webinar-cat-item:nth-child(9):before {
  border-left:3px solid #243b7a;
}
.webinar-cat-item a {
  z-index: 12;
  position: relative;
}
.webinar-cat-item .content:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  border-radius:30px;
  z-index: 2;
}

.eli-articles-title-box {
    position: absolute;
    font-size: 22px !important;
    font-weight: bold !important;
    top: 150px;
    right: 20px;
    color: #243b7a !important;
    line-height: 27px !important;
    text-align: right !important;
}
.eli-articles-title-box:before {
  content: "";
  width: 170px;
  height: 2px;
  background: #243b7a;
  display: inline-block;
  float: left;
  margin-top: 14px;
  margin-right: 8px;
}
.webinar-no-bg{
  position:relative;
}
.webinar-cat-item:hover .content:after {
  background: #1e91cf;
}
.webinar-cat-item .content {
  background: #fff;
  padding: 10px 0;
  align-items: center;
  text-align: center;
  transition: all 0.3s;
  width: 90%;
  display: block;
  margin: 0 auto;
  position: relative;
  height: 180px;
  margin-bottom: 25px !important;
  border-radius: 30px;
}
.main-cat .webinar-cat-item:before {
  display: none;
}


@media (max-width:800px) {
.webinars-list {
  background-image: url(../images/mobile-bg.jpg) !important;
}
}

@media (min-width:320px) and (max-width:767px) {
  body .vc_custom_1618805387216 {
      margin-top: -60px !important;
      font-size: 20px !important;
      text-align: center !important;
  }
  .vc_custom_1608526072834 .wpb_text_column.wpb_content_element {
      text-align: justify;
  }
  .el-webinar-item.half-size {
      margin: 0;
      border: 2px solid #0899db !important;
      overflow: hidden;
  }
  .el-webinar-item.half-size .el-right-side {
      margin-bottom: 20px;
      width: 100%;
  }
  .custom-list .other-webinars {
      margin: 20px 0;
  }
.el-title-box {
  font-size:20px;
}
.articles-list a {
  width: 100%;
}
.el-articles-item {
  width: calc(100% - 40px) !important;
  height:auto;
}
.el-articles-item .content-box {
  flex-direction: column;
}
.articles-list .download-pdf-btn {
  text-align: center;
  border-radius: 5px;
  height: 50px;
  display: flex;
  align-items: center;
  box-shadow: unset;
  justify-content: center;
}
.articles-list a.download-pdf-btn:before {
  left: 20px;
  right: auto;
}
.el-articles-item .content-box h2 {
font-size:17px;
}
.webinar-sub-cats .no-sub-cat,.webinar-cat-item:nth-child(1):before, .webinar-cat-item:nth-child(2):before, .webinar-cat-item:nth-child(3):before, .webinar-cat-item:nth-child(4):before, .webinar-cat-item:nth-child(6):before, .webinar-cat-item:nth-child(7):before, .webinar-cat-item:nth-child(8):before, .webinar-cat-item:nth-child(9):before {
display:none;
}
.eli-articles-title-box {
  position: relative;
  top: 0;
}
body .webinar-cat-item {
  width: 50%;
}
.webinar-cat-item .content {
  width: 95%;
  height: 170px;
  margin-bottom: 10px !important;
  border-radius: 20px;
}
.webinar-cat-item .content:after {
  border-radius: 20px;
}
.d-flex .wpb_column.vc_column_container.vc_col-sm-12 .wpb_wrapper {
  display: block;
  padding-left: 0;
  float: right;
  width: calc(100% - 30px);
}
.el-btn-3,.el-btn-4 {
  width:100%;
  margin-top: 0;
  padding:15px 0;
}
.tab-buttons.three-btn button:first-child {
    border-radius: 10px 0px 0px 10px !important;
}
.tab-buttons.three-btn button:last-child {
    border-radius: 0px 10px 10px 0px !important;
}
}


.articles-guidelines {
    position: relative;
    width: 100%;
    padding: 150px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(https://abidipharma.com/wp-content/uploads/2021/01/bg-articles.jpg?id=41410) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.articles-guidelines .eli-articles-btn { position: relative; }
