@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@font-face {
  font-family: 'Gibson Regular';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/GibsonRegular.woff') format('woff');
}


@font-face {
  font-family: 'Gibson Italic';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/GibsonItalic.woff') format('woff');
}


@font-face {
  font-family: 'Gibson Light';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/GibsonLight.woff') format('woff');
}


@font-face {
  font-family: 'Gibson Light Italic';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/GibsonLightIt.woff') format('woff');
}


@font-face {
  font-family: 'Gibson SemiBold';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/GibsonSemiBd.woff') format('woff');
}


@font-face {
  font-family: 'Gibson Semibold Italic';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/GibsonSemiBdIt.woff') format('woff');
}


@font-face {
  font-family: 'Gibson Bold';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/GibsonBold.woff') format('woff');
}


@font-face {
  font-family: 'Gibson Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/GibsonBoldIt.woff') format('woff');
}

body{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Lora';
}
.clear{
  clear:both;
}
a{
  color:#FC6300;
}
a:hover{
  color:#FC6300cc;
}
p{
  font-size:17px;
  line-height:1.6;
  color:#383838;
}
/*sup {*/
/*  top: 5px !important;*/
/*}*/
h1{
  color: #000000;
  font-family: 'Gibson Light';
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 2.73px;
  line-height: 48px;
}
h2{
  font-size:40px;
  line-height:1.3;
  color:#383838;
}
h3{
  font-family: 'Gibson Light';
  font-size:32px;
  color:#000;
  letter-spacing:2.5px;
}
h4{
  font-family: 'Lora';
  font-size:24px;
  color:#383838;
}
h5{
  font-family: 'Lora';
  font-weight:bold;
  font-size:18px;
}
h6{
  font-family: 'Gibson Regular';
  font-size:15px;
}
.color-inherit {
  color: inherit !important;
}
.btn-gabi {
  border-radius: 50px;
  background: #FC6300;
  border: 2px solid #fff;
  color: #FFFFFF;
  font-family: 'Gibson Regular';
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  padding: 15px 23px;
}
.btn-gabi:hover {
  color: #fff !important;
  text-decoration: none;
}
img{
  max-width:100%;
}
.mb-6{
  margin-bottom:5rem!important;
}
.pb-6{
  padding-bottom:5rem!important;
}
.mt-30{
  margin-top: 30px;
}
.maxwidth-260{
  max-width:260px;
}
.font-45{
  font-size: 45px;
  line-height: 1.2;
}
.font-55{
  font-size: 55px;
  line-height: 1.2;
}
.font-20{
  font-size: 20px;
}
.gray-border-bottom{
  border-bottom: 1px solid #F0F0F0;
}
.sm-show{
  display: none;
}
#cookie-disclaimer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background-color: rgba(99, 121, 141, 0.80);
  z-index: 1001;
  color: #f3f6fb;
  font-size: 16px;
}
#cookie-disclaimer p {
  color: #f3f6fb;
}
.btn.btn-sign-up,
#cookie-disclaimer button {
  height: 45px;
  padding-left: 23px;
  padding-right: 23px;
  background: #FC6300;
  float: right;
  color: #FFFFFF;
  font-family: 'Gibson Regular';
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
}
.btn.btn-sign-up {
  height: auto;
}
.scroll-container {
  position: relative;
}
.scrollable {
  position:relative;
  overflow:hidden;
  height: 100%;
}
/* root element for scrollable items */
.scrollable .items {
  position: absolute;
  height: 20000em;
  width: 100%;
}
.scroll-container #actions {
  position: absolute;
  background: #fff;
  bottom: -15px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.scroll-container #actions a {
  cursor: pointer;
}
.scroll-container #actions a.disabled {
  cursor: not-allowed;
  color: #ddd;
}
/*header css*/
.header_wrap{
  max-width: 1360px;
  margin:0 auto;
}
.article-image {
  max-height: 395px;
  width: auto;
}
.top-header-wrap{
  padding: 40px 0;
  transition: all 0.8s;
}
.top-header-container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.left-logo{
  flex:1;
  display: inline-flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.left-logo img{
  height: auto;
  width: 180px;
  transition: all 0.8s;
}
.logo-text-block{
  flex:1;
  padding-left: 50px;
}
.logo-text-block h2{
  font-size: 33px;
  font-weight: 300;
  letter-spacing: 1.5px;
  line-height: 40px;
  font-family: 'Gibson Light';
  width: 100%;
  text-transform: uppercase;
  margin:0;
  color: #000;
  transition: all 0.8s;
}
.logo-text-block span{
  font-size: 17px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 23px;
  font-family: 'Lora';
  width: 100%;
  color: #949494;
  margin:0;
}
.right-block-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.right-block-header ul li{
  padding: 0 14px;
}
.right-block-header ul li:first-child{
  padding-left: 0;
}
.right-block-header ul li:last-child{
  padding-right: 0;
  display: flex;
  align-content: center;
  align-items: center;
}
.right-block-header ul li:last-child span {
  display: inline-block;
  margin-right: 5px;
  font-family: 'Gibson Regular';
}
.main-menu-link-block{
  width: 100%;
  background-color: #FC6300;
}
.main-menu-container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.main-menu-container a i{
  margin-left:2px;
}
.left-menu-items ul{
  padding: 0;
  margin:0;
  list-style: none;
  display: inline-flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.left-menu-items ul li{
  padding: 17px 16px;
}
.left-menu-items ul li:last-child{
  padding-right: 0;
}
.left-menu-items ul li a{
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #fff;
  font-family: 'Gibson Regular';
  text-decoration: none;
  text-transform: uppercase;
}
.left-menu-items ul li.active{
  background: #fff;
  border-radius: 3px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  position: relative;
  top: 14px;
  padding: 3px 16px 17px;
}
header .header_wrap ul li:hover > a {
  color: #000;
}
.left-menu-items ul li a[href^="#"] {
  cursor: unset;
}

.left-menu-items ul li.active:hover{
  position: inherit;
  padding: 17px 16px;
  margin-top: 14px;
  padding-top: 3px;
}
.active-menu{
  margin-top: 10px;
}
.active-menu ul{
  padding: 0;
  margin:0;
  list-style: none;
  display: inline-flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #D6D6D6;
}
.active-menu ul li{
  padding: 17px 16px;
}
.active-menu ul li a{
  color: #000000;
  font-family: 'Gibson Regular';
  font-size: 17px;
  letter-spacing: 1.13px;
  line-height: 20px;
  text-transform: uppercase;
}
.active-menu ul li a:hover{
  color: #FC6300;
  text-decoration: none;
}
ul li.active > a{
  color: #FC6300;
}


.left-menu-items ul li:hover .submenu{
  display: block;
}
.submenu{
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 99;
  left: 0px;
  right: 0px;
  margin-top: 17px;
  padding: 50px 0px;
  border-bottom: 1px solid #D0D0D0;
  display: none;
}
.submenu .submenu-box > a{
  color: #FC6300;
  font-family: 'Lora';
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  text-transform: none;
  margin-top: 20px;
  display: inline-block;
}
.submenu .submenu-box > a:hover{
  text-decoration: underline;
}
.submenu .submenu-box ul li {
  width: 100%;
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.submenu h4{
  margin-bottom: 20px;
}
body .submenu h4 a{
  font-family: 'Gibson Regular';
  font-size: 22px;
  letter-spacing: 3.88px;
  line-height: 26px;
  color: #383838;
  /*font-style: italic;*/
}
body .submenu h4 a:hover{
  color: #FC6300;
}
.submenu ul li, .sticky .submenu ul li{
  padding: 0px;
  margin: 8px 0px;
}
.submenu ul li a{
  color: #383838;
  font-family: 'Lora';
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  text-transform: none;
}
.submenu ul li a:hover{
  color: #FC6300;
}

.right-menu-items ul{
  padding: 0;
  margin:0;
  list-style: none;
  display: inline-flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.right-menu-items ul li{
  padding: 17px 13px;
}
.right-menu-items ul li:first-child{
  padding-left: 0;
}
.right-menu-items ul li:last-child{
  padding-right: 0;
}
.right-menu-items ul li a{
  font-size: 14px;
  letter-spacing: normal;
  line-height: 21px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  text-decoration: none;
}


.toggle-menu{
}
.right-block-header-toggle{
  display:none;
}

.search-form{
  display: flex;
  align-items: center;
}
.search-form form,
.content-search form{
  background: #fff;
  margin: 10px 0px;
  display: flex;
  width:100%;
}
.search-form input[type="search"],
.content-search input[type="search"] {
  border: none;
  width: 100%;
  color: #383838;
  font-family: 'Gibson Regular';
  font-size: 16px;
  line-height: 19px;
  padding-left: 15px;
  padding-right: 15px;
  background: #F0F0F0;
  height: 50px;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-position: 15px center;
  text-indent: 30px;
}
.search-form input[type="search"]:focus,
.content-search input[type="search"] {
  background-image: none;
  text-indent: 0px;
}
.search-form button[type="submit"] {
  padding-left: 12px;
  padding-right: 12px;
  border: none;
  float: left;
  color: #FFFFFF;
  font-family: 'Gibson Regular';
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 18px;
  display: none;
}
.search-form a{
  background: #FC6300;
  width: 50px;
  height: 45px;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 50px;
}
.content-search .search-form button {
  width: 85px;
  height: 70px;
  background: #FC6300;
  border: none;
  cursor: pointer;
  display: unset !important;
}
.content-search .feedback h2 {
  font-size: 35px;
}
.search-form a img{
  margin:auto;
}

.language{
  position: absolute;
  background: #fff;
  border: 1px solid #C2C2C2;
  width: 300px;
  /*height: 250px;*/
  z-index: 99;
  padding: 30px;
  right: 0px;
  top: 0px;
}
.language-icon a:hover {
  text-decoration: none;
}
.language-icon a {
  width: 33px;
  display: inline-block;
  line-height: 20px;
  /*margin-right: 3px;*/
}
.language-icon a.language-esl {
  width: 30px;
}
.language-icon a:hover {
  border-bottom: 1px solid #000;
}
.language-wrap input[type=radio]{
  margin-right: 5px;
}
.language-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.language-wrap ul li:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #a1a1a1;
  margin-right: 10px;
}
.language-wrap ul li.active:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f192";
  border: none !important;
  color: #fc6300;
}
.language-wrap ul li a,
.language-wrap label{
  color: #383838;
  font-family: 'Gibson Regular';
  font-size: 17px;
  letter-spacing: 3px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
  cursor: pointer;
}
.language-wrap span{
  color: #949494;
  font-family: 'Gibson Regular';
  font-size: 17px;
  letter-spacing: 0;
  line-height: 18px;
  text-transform: uppercase;
  display: block;
  margin-left: 30px;
  margin-bottom: 20px;
}
.search{
  position: absolute;
  background: #fff;
  border-bottom: 1px solid #C2C2C2;
  width: 100%;
  height: 360px;
  z-index: 99;
  padding: 30px;
  left: 0px;
  top: 58px;
  display: flex;
  align-items: center;
}
.search form{
  display: flex;
  align-items: center;
  justify-content: center;
}
.search input[type="search"],
.content-search input[type="search"]{
  width: 100%;
  max-width: 600px;
  height: 70px;
  background: #F0F0F0;
  border: none;
  font-family: 'Gibson Regular';
  font-size: 22px;
  letter-spacing: 0;
  line-height: 26px;
  padding: 10px 30px;
  color: #383838;
}
.search input[type="search"]::placeholder,
.content-search input[type="search"]::placeholder{
  color: #949494;
}
.search button[type="submit"]{
  width: 85px;
  height: 70px;
  background: #FC6300;
  border: none;
  cursor: pointer;
}
.search button[type="submit"] img,
.content-search button[type="submit"] img{
  width: 35px;
}
ul.search-tag{
  list-style-type: none;
  padding: 0px;
  max-width: 685px;
  width: 100%;
  display: flex;
  margin: 5px auto;
}
ul.search-tag li{
  color: #383838;
  font-family: 'Gibson Regular';
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  text-transform: uppercase;
  padding: 0px 10px;
}
ul.search-tag li:first-child{
  padding-left: 0px;
}

.bg-gray{
  background:#F0F0F0;
  padding-left:25px;
  padding-right:25px;
}
.gray-border{
  width: calc(100% + 130px);
  height: 5px;
  background-color: #F0F0F0;
  position: relative;
  left: -130px;
  margin-top:55px;
}
.biosimilars-news{
  color: #383838;
  letter-spacing: 1px;
  margin-right:15px;
}
.posted-date{
  color: #949494;
  margin-left:13px;
}
.posted-commet{
  font-size: 12px;
  font-weight: 600;
  color:#000;
  letter-spacing: 0.8px;
  line-height: 14px;
  margin-left:15px;
}
.posted-commet img{
  width:16px;
  margin-right:5px;
}
.post-text-img{
  margin-top:20px;
}
.post-title-img img,
.post-text-img img {
  max-width: 100% !important;
  height: auto !important;
}
.read-more{
  font-family: 'Gibson SemiBold';
  font-size:15px;
  line-height:1.2;
  color:#FC6300;
  letter-spacing:1px;
  text-transform:uppercase;
}
.read-more:hover{
  color:#FC6300cc;
  text-decoration:none;
}
.post-title-img{
  align-items: center;
  margin-top:15px;
}
.post-title-img .post-title-img-wrap{
  padding-left:0px;
}
.post-title-img h6{
  font-size:14px;
}
h6.post-list-title{
  font-size:17px;
  text-transform:uppercase;
  letter-spacing:3px;
  text-align:center;
}
.post-title-img-text{
  align-items: center;
  margin-top: 12px;
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.post-title-img-text img {
  height: auto !important;
}
.post-title-img-text .posted-date{
  margin-left:0px;
}
.post-title-img-text p{
  font-size:16px;
  margin-bottom:0px;
}
.post-title-img-text.big p{
  margin-bottom:1rem;
}

.slider-post-title-img-text{
  background: #fff;
  padding: 15px 15px 30px;
  display: none;
}
.slider-post-title-img-text .post-title-img-text{
  text-align: left;
  margin: auto;
  padding-top: 0;
}
.slider-post-title-img-text .carousel-indicators{
  bottom: -10px;
  justify-content: start;
  margin: auto;
}
.slider-post-title-img-text .carousel-indicators li{
  background: #F0F0F0;
  height: 9px;;
  width: 60px;
}
.slider-post-title-img-text .carousel-indicators .active{
  background: #FC6300;
}


.bv-title {
  position: absolute;
  left: -150px;
  top: 50%;
  transform: translate(0px, -50%);
  font-family:'Gibson Regular';
}
.new-section{
  padding-bottom:80px;
}
.new-section .post-title-img{
  margin-left: 0px;
  margin-right: 0px;
}
.new-section .post-title-img h5 {
  max-width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FC6300;
}
ul.new-menu{
  list-style-type:none;
  margin-bottom:0px;
  padding-left:20px;
}
.new-menu li{
  display:inline-block;
  margin:0px 10px;
  height: 18px;
  color: #FC6300;
  font-family: 'Gibson Regular';
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform:uppercase;
}

/* Footer Subscribe Styling Started */
.footer-subscribe{
  background:#E4E6E6;
  padding:30px 0px;
  position:relative;
}
.share-top-section{
  position:absolute;
  width:95%;
  max-width:1380px;
  top:-50px;
  left:0px;
  right:0px;
  margin:auto;
}
.share-top-section label,
.share-top-section a{
  color: #383838;
  font-family: 'Gibson Regular';
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 20px;
}
.share-top-section a:hover{
  text-decoration:none;
}
.share-top-section a img{
  margin-right:10px;
}
.share-top-section .text-right a img{
  margin-right:0px;
  margin-left:10px;
}
.share-btn {
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.share-btn span {
  height: 30px;
  width: 30px;
  line-height: 60px;
  font-size: 25px;
  color: #383838;
  border-radius: 50%;
  cursor: pointer;
}
.share-btn a span {
  position: absolute;
  left: 0px;
  bottom: -2px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 18px;
  border: 1px solid transparent;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: 0.6s;
}
#shareBtn:checked ~ .share-btn a span {
  height: 30px;
  width: 30px;
  line-height: 50px;
  font-size: 23px;
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}
#shareBtn:checked ~ .share-btn a:nth-child(2) span {
  bottom: 40px;
  left: 70px;
  color: #0e9af1;
}
#shareBtn:checked ~ .share-btn a:nth-child(3) span {
  bottom: 40px;
  left: 35px;
  color: #14a0f8;
}
.share-btn a:nth-child(3) span {
  transition-delay: 0.2s;
}
#shareBtn:checked ~ .share-btn a:nth-child(4) span {
  bottom: 40px;
  left: 0;
  color: #0a66c2;
}
.share-btn a:nth-child(4) span {
  transition-delay: 0.4s;
}
#shareBtn {
  display: none;
}
.footer-subscribe h5{
  color: #383838;
  font-family: 'Gibson Regular';
  font-size: 19px;
  line-height: 20px;
  font-weight: normal;
}
.footer-subscribe form{
  /*background: #fff;*/
  /*border-radius: 50px;*/
  margin:10px auto;
  /*display:flex;*/
}
.footer-subscribe form .email-content {
  background: #fff;
  border-radius: 50px;
  display:flex;
}
.footer-subscribe input[type="text"],
.footer-subscribe input[type="email"]{
  border-radius: 50px;
  height: 45px;
  border: none;
  width: 100%;
  color: #383838;
  font-family: 'Gibson Regular';
  font-size: 16px;
  line-height: 19px;
  padding-left: 20px;
  padding-right: 20px;
}
.footer-subscribe input[type="submit"]{
  cursor: pointer;
  border-radius: 50px;
  height: 45px;
  padding-left: 23px;
  padding-right: 23px;
  background: #FC6300;
  border: 2px solid #fff;
  float: right;
  color: #FFFFFF;
  font-family: 'Gibson Regular';
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 18px;
  text-align: center;
  text-transform:uppercase;
}
.policy-check{
  display:flex;
  align-items: center;
}
.policy-check input[type=checkbox]{
  margin-right:15px;
}
.policy-check span{
  color: #383838;
  font-family: 'Gibson Regular';
  font-size: 13px;
  letter-spacing: 0;
  line-height: 16px;
  margin-top: 10px;
}
.newsletter-alert {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}
/* Footer Subscribe Styling Ended */

/* Footer Styling Started */
.sitefooter{
  background: #f2f2f2;
  padding-top: 48px;
  padding-bottom: 41px;
}
.ftop{
  margin-bottom: 40px;
}
.ftop h2{
  color: #000000;
  font-family: 'Gibson Light';
  font-size: 33px;
  font-weight: 300;
  letter-spacing: 1.5px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.ftop p{
  color: #949494;
  font-family:'Lora';
  font-size: 17px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 23px;
}
.fmiddle ul {
  margin: 0;
  padding: 0;
}
.fmiddle ul li{
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.fmiddle .footer-column:nth-child(-n + 3) ul li {
  font-style: italic;
}
.fmiddle .footer-column ul li:first-child,
.fmiddle .footer-column:first-child ul li {
  font-style: normal;
}
.fmiddle ul li a{
  color: #383838;
  font-family:'Lora';
  font-size: 17px;
  letter-spacing: 0;
  line-height: 20px;
}
.fmiddle ul li a span{
  display: block;
  color: #949494;
  font-family:'Lora';
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
}
.fbottom{
  margin-top: 30px;
}
.fbottom ul li a{
  color: #383838;
  font-family:'Lora';
  font-size: 15px;
  letter-spacing: 0;
  line-height: 17px;
  text-align: center;
}
.fbottom ul{
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.fbottom ul li{
  list-style-type: none;
  display: inline-block;
  margin: 0 8px 10px 8px;
  padding: 0;
}
.fbottom p{
  color: #383838;
  font-family:'Lora';
  font-size: 15px;
  letter-spacing: 0;
  line-height: 17px;
  text-align: center;
}
.fbottom p span{
  opacity: 0.6;
  color: #383838;
  font-family: 'Gibson Light';
  font-size: 13px;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
  display: block;
  margin-top: 15px;
}
/* Footer Styling Ended */


/* News Page Styling Started */
.news-page {
  margin-top: 45px;
  padding-bottom:45px;
}
.news-page h1 {
  padding-bottom: 17px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 27px;
}
.w-826{
  max-width: 826px;
}
.news-list{
  margin-bottom: 25px;
}
.news-list h2{
  color: #FC6300;
  font-family:'Lora';
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 18px;
}
.date-tag{
  color: #383838;
  font-family: 'Gibson Regular';
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.date-tag .pipe{
  color: #dadada;
  margin: 0 7px;
}
.date-tag .date,
.links-list .link-list-wrap .target-link a{
  color: #949494;
  font-family: 'Gibson Light';
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  text-transform: none;
}
.news-list:after {
  content: '';
  border-bottom: 1px solid #dedede;
  width: 97%;
  display: block;
  margin: 0 auto;
}
.content-search .news-list::after,
.news-list.links-list::after {
  width: 100% !important;
}
.news-list .news-list-wrap{
  padding-left: 0;
  padding-right: 0;
}
.news-list.links-list .news-list-wrap.link-list-wrap {
  padding: 0 5px 15px 5px;
  width: 100%;
}
.news-list p {
  color: #383838;
  font-family:'Lora';
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 25px;
}
.news-list.links-list p {
  margin-bottom: 5px;
}
.load-more a {
  color: #383838;
  font-family: 'Gibson Regular';
  font-size: 19px;
  letter-spacing: 4px;
  line-height: 23px;
  text-transform: uppercase;
  height: 64px;
  width: 100%;
  background-color: #F0F0F0;
  display: inline-block;
  text-align: center;
  line-height: 64px;
  margin-bottom: 18px;
}
/* News Page Styling Ended */


/* Blog Detail Page Styling Started */
.big-text p{
  font-size: 22px;
  line-height: 32px;
}
.blog-detail .body-content p:nth-last-child(-n+3) i,
.small-text{
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  /*margin-bottom: -10px;*/
}
.small-icons{
  font-size:10px;
}
p.small-text{
  margin-bottom:10px;
}
.blog-detail{
  word-break: break-word;
}
.blog-detail table {
  width: 100% !important;
  table-layout: fixed;
}
.blog-detail table td {
  /*width: auto !important;*/
}
.blog-detail .body-content .object-right .content-view-embed {
  float: right;
  padding: 0 0 25px 35px;
}
.blog-detail h2{
  font-size:50px;
  line-height:52px;
  margin-bottom:30px;
}
.blog-detail h6 .commet-btn span,
.blog-detail h6 a{
  color:#000000;
  text-decoration:underline;
  cursor:pointer;
}
.comments-row{
  margin-top:40px;
}
.comments-row .posted-commet{
  margin-left:0px;
}
.post-form{
  margin:20px auto;
  padding:25px;
  background-color: #FFFFFF;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
  position:relative;
}
.post-form h3{
  color: #000000;
  font-family: 'Gibson SemiBold';
  font-size: 22px;
  letter-spacing: 1.47px;
  line-height: 26px;
  margin-bottom:15px;
}
.post-form form{
  display:flex;
  flex-wrap: wrap;
}
.post-form form label, .post-form form input[type=text], .post-form form textarea,
.form-view form label, .form-view form input[type=text], .form-view form textarea{
  width:100%;
}
.form-view form label,
.post-form form label{
  color: #383838;
  font-family: 'Lora';
  font-size: 17px;
  letter-spacing: 0;
  line-height: 20px;
}
.form-view form input[type=text], .form-view form textarea,
.post-form form input[type=text], .post-form form textarea{
  border:1px solid #D6D6D6;
  padding:10px 15px;
  margin-bottom:15px;
}
form select {
  border: 1px solid #D6D6D6;
  padding: 12px 15px;
  margin-bottom: 15px;
  background: transparent;
}
.form-view input[type=submit],
.post-form input[type=submit]{
  background: #FC6300;
  border-radius: 25px;
  border: 1.6px solid #DDDDDD;
  font-family: 'Gibson SemiBold';
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  letter-spacing: 2px;
  padding: 15px 37px;
  text-transform: uppercase;
}
form input[type="submit"],
form button[type="submit"] {
  cursor: pointer;
}
.form-view .close-form,
.post-form .close-form{
  position:absolute;
  top:25px;
  right:25px;
  cursor: pointer;
}
.form-view  .form-block {
  display: flex;
  justify-content: space-between;
}
.form-view .form-block .form-element {
  /*margin: 0 5px;*/
  width: 100%;
}
.form-element.ezboolean {
  display: flex;
  flex-direction: row-reverse;
  align-items: baseline;
}
.form-element.ezboolean input{
  margin-right: 15px;
}
.commet-list{
  border-top:1px solid #D6D6D6;
  margin-bottom:30px;
}
.commet-item{
  display:flex;
  padding:15px 0px;
  border-bottom:1px solid #D6D6D6;
}
.commet-list .commet-date{
  min-width: 145px;
}
.commet-list .posted-date{
  display:block;
}
.commet-list .posted-date{
  margin-left:0px;
}
.commet-list .commet-text p{
  font-size:14px;
}
.commet-list .commet-text p:last-child{
  margin-bottom:0px;
}

.blog-detail-side{
  margin-bottom:30px;
}
.box-content{
  background:#F0F0F0;
  padding:20px;
  margin-bottom:15px;
}
.box-content h6{
  color: #383838;
  font-family: 'Gibson Regular';
  font-size: 16px;
  letter-spacing: 2.6px;
  line-height: 19px;
  text-transform:uppercase;
  text-align: center;
}
.box-content p,
.box-content p a{
  color: #383838;
  font-family: 'Lora';
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  margin-bottom:10px;
}
.box-content p:last-child{
  margin-bottom:0px;
}
.box-content-img{
  border:1px solid #D8D8D8;
  border-radius:3px;
  background:#fff;
  padding:20px;
  text-align:center;
  margin-bottom:15px;
}
.box-content-img a:hover {
  text-decoration: none !important;
}
.box-content-img h6{
  color: #383838;
  font-family: 'Gibson Regular';
  font-size: 16px;
  letter-spacing: 2.6px;
  line-height: 19px;
  text-transform:uppercase;
  margin-bottom:0px;
}
.box-content-img .country{
  color: #949494;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom:15px;
}
.box-content-img img{
  display:block;
  margin:auto;
  margin-bottom:20px;
}

.articles-section{
  background:#F0F0F0;
  padding:30px 0px;
  margin-bottom:15px;
}
.articles-section .bv-title{
  top: 10px;
  left: -80px;
  text-transform:uppercase;
}
.articles-blog{
  background:#fff;
  border-top:6px solid #FC6300;
  padding:15px;
  width: 100%;
  /*padding-bottom:150px;*/
  /*height:100%;*/
  /*flex: 1;*/
}
.articles-blog h5{
  margin-bottom: 40px;
}
.articles-blog h5 a{
  font-size:20px;
  line-height:1.4;
  color: #383838;
}
.articles-blog img{
  width:90px;
  /*position: absolute;*/
  /*bottom: 53px;*/
  height: auto;
}
.articles-blog .article-blog-image {
  margin-top: auto;
  margin-bottom: 10px;
}
.articles-blog h6{
  font-size:13px;
  /*position: absolute;*/
  /*bottom: 5px;*/
}
.articles-blog .biosimilars-news,
.articles-blog .posted-date{
  margin-left:0px;
  margin-right:0px;
  display:block;
}
/* Blog Detail Page Styling Ended */



/* Austria Page Styling Started */
.breadcrum-wrapper{
  padding: 34px 26px 0px;
}
.breadcrum-wrapper ul{
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
.breadcrum-wrapper ul li{
  list-style-type: none;
  position: relative;
}
.breadcrum-wrapper ul li::before {
  position: absolute;
  content: "/";
  right: 5px;
  color: #949494;
  font-size: 15px;
}
.breadcrum-wrapper ul li:last-child::before{
  content: unset;
}
.breadcrum-wrapper ul li a{
  text-decoration: none;
  color: #949494;
  padding-right: 20px;
  font-family: 'Gibson Regular';
  font-size: 15px;
}
.breadcrum-wrapper ul li a span{
  padding-left: 8px;
  display: inline-block;
}
.img-fluid{
  width: 100%;
}
.banner-wrap {
  padding: 0px 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-title{
  font-family: 'Gibson light';
  color: #fff;
  font-size: 55px;
  letter-spacing: 3.75px;
  line-height: 66px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
}
.austria-wrapper{
  padding: 70px 0px;
}
.heading-class span{
  color: #949494;
  font-family: 'Gibson Regular';
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
}
.austria-wrapper .desc h2{
  color: #383838;
  font-family:'Lora';
  font-size: 22px;
  letter-spacing: 0;
  line-height: 30px;
}
.austria-wrapper .desc h2 a{
  text-decoration: underline;
}

.common-list ul {
  list-style-type: none;
  counter-reset: css-counters 0;
  padding: 0px;
  padding-left: 30px;
}
.common-list ul li,.common-dots-list ul li{
  color: #383838;
  font-family: Lora;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 26px;
  list-style-type: none;
}
.common-list ul li::before {
  counter-increment: css-counters;
  content: counters(css-counters, ".") " ";
  left: 15px;
  position: absolute;
  color: #FC6300;
  font-family:'Lora';
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
}
.common-dots-list ul{
  padding: 0px;
  margin: 0px;
}
.common-dots-list ul li{
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}
.common-dots-list ul li::before{
  content: "";
  position: absolute;
  left: 0px;
  top: 9px;
  height: 10px;
  width: 10px;
  background-color: #D8D8D8;
  border-radius: 50%;
}
.common-dots-list h2{
  font-weight: bold;
}

/* sidebar-wrap style start */
.sidebar-wrap{
  padding: 18px;
  background-color: #F0F0F0;
}
.sidebar-wrap ul{
  padding: 0px;
  margin: 0px;
}
.sidebar-wrap ul li{
  list-style-type: none;
  margin-bottom: 50px;
}
.sidebar-wrap ul li:last-child{
  margin-bottom: 20px;
}
.sidebar-wrap ul li a:hover{
  text-decoration: none;
}
.sidebar-wrap ul li h3{
  color: #FC6300;
  font-family:'Lora';
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
}
.sidebar-wrap ul li p{
  color: #383838;
  font-family: 'Lora';
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}
.reference-wrapp h3{
  margin: 30px 0px 20px;
  text-transform: uppercase;
}
.reference-wrapp h3,.reference-wrapp p{
  color: #383838;
  font-family: 'Lora';
  font-size: 14px;
  letter-spacing: 5px;
  line-height: 20px;
}
.reference-wrapp span{
  color: #383838;
  font-family: 'Lora';
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}
.reference-wrapp ul{
  list-style-type: none;
  counter-reset: css-counters 0;
  padding: 0px;
  padding-left: 20px;
}
.reference-wrapp ul li{
  word-break:break-all;
}
.reference-wrapp ul li::before {
  counter-increment: css-counters;
  content: counters(css-counters, ".") " ";
  left: 15px;
  position: absolute;
  color: #383838;
  font-family: 'Lora';
  font-size: 14px;
  line-height: 20px;
}
/* Austria Page Styling Ended */



/* Country Focus Page Styling Started */
.breadcrumb-underline{
  padding: 15px;
  margin-bottom: 10px;
}
.breadcrumb-underline ul{
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 15px;
}

ul.country-box-list{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0px;
}
ul.country-box-list li{
  width: 20%;
  padding: 5px;
}
ul.country-box-list li a:hover{
  color: #383838;
}
.country-box{
  background: #fff;
  text-align: center;
  min-height: 85px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
.country-box img{
  height: 25px;
  width: auto;
  margin: 0 auto;
}
.country-box p{
  color: #383838;
  font-family: 'Gibson Regular';
  font-size: 13px;
  letter-spacing: 0.87px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-top: 5px;
}
/* Country Focus Page Styling Ended */


/* Latin America Page Styling Started */
ul.sidebar-country-list li{
  width: 33.33%;
}
/* Latin America Page Styling Ended */


/* Generics Page Styling Started */
.articles-blog-list{
}
.articles-blog-list .articles-blog-list-wrap{
  margin-bottom: 30px;
}
.articles-blog-list .articles-blog{
  padding-bottom: 270px;
  box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
}
.articles-blog-list .articles-blog h5 a{
  color: #FC6300;
  font-size: 23px;
  font-weight: bold;
  line-height: 24px;
}
.articles-blog-list .articles-blog h6{
  font-size: 15px;
  bottom: 225px;
}
.articles-blog-list .articles-blog img{
  width: 198px;
  bottom: 25px;
}

.pagination  ul{
  list-style-type: none;
  width: 100%;
  max-width: 400px;
  margin: auto;
  padding: 0px;
  display: flex;
}
.pagination  ul li{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination  ul li a{
  color: #4A4A4A;
  font-family: 'Gibson Regular';
  font-size: 13px;
  font-weight: 600;
}
.pagination  ul li a:hover{
  text-decoration: none;
}
.pagination  ul li.active a{
  background: #949494;
  color: #fff;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.news-list .news-list-img img {
  height: auto !important;
}
/* Generics Page Styling Started */



@media screen and (max-width: 1600px){
}

@media screen and (max-width: 1440px){
  .bv-title, .articles-section .bv-title{
    position: relative;
    top: 0;
    transform: none;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
}

/*1343*/
@media screen and (max-width: 1399px){
}

/*1263*/
@media screen and (max-width: 1342px){
}

@media screen and (max-width: 1249px){
}

@media screen and (max-width: 1199px){
  ul.new-menu{
    padding-left:0px;
    width:100%;
  }
  .new-menu li:first-child{
    margin-left:0px;
  }
  .articles-section.column-4 .hide-offset{
    display: none;
  }
  .new-section .post-title-img h5 {
    max-width: 350px;
  }
}

/*1007*/
@media screen and (max-width: 1149px){
}

/*800 + 768*/
@media screen and (max-width: 992px){
  .new-section .post-title-img h5 {
    max-width: 300px;
  }
  .fmiddle .footer-column{
    margin-bottom:20px;
  }
  .md-hide{
    display:none;
  }
  .biosimilars-news, .posted-date, .posted-commet{
    display:block;
    margin:0px 0px 5px 0px;
  }
  .articles-blog img{
    bottom:58px;
  }
  .articles-blog h6{
    bottom:0px;
  }
  .articles-section.column-4 .articles-blog-wrap{
    margin-bottom: 30px;
  }

  .blog-detail .body-content .object-right .content-view-embed {
    float: none;
    padding: 20px 0;
  }
  .blog-detail .body-content .object-right .content-view-embed img {
    display: block;
    margin: 0 auto;
  }
  .class-landing-page .banner img {
    max-width: 100%;
    height: auto;
  }

  .toggle-menu{
    background:#fff;
    padding-top: 34px;
    width: 100%;
    z-index: 999;
    top: 0;
    height: 100%;
    position: fixed;
    overflow-x: hidden;
  }
  .toggle-close{
    display: block;
    margin-bottom: 30px;
    text-align: right;
    padding: 0px 12px;
  }
  .right-block-header-toggle{
    display:block;
  }
  .toggle-menu .main-menu-container,
  .toggle-menu .left-menu-items ul{
    flex-direction:column;
    width:100%;
  }
  .toggle-menu .left-menu-items ul li{
    padding: 0px 0px 18px;
  }
  .toggle-menu .left-menu-items ul li ul li {
    /*font-style: italic;*/
  }
  .toggle-menu .left-menu-items ul li:nth-last-child(-n+3) li {
    font-style: normal;
  }
  .toggle-menu .left-menu-items ul ul li:last-child{
    padding: 0px;
  }
  .toggle-menu .left-menu-items ul li a{
    color: #383838;
    letter-spacing: 3px;
  }
  .toggle-menu .left-menu-items > ul > li > ul{
    padding-left: 10px;
  }
  .toggle-menu .left-menu-items > ul > li{
    border-bottom: 4px solid #F0F0F0;
    padding: 30px 15px;
  }
  .toggle-menu .left-menu-items > ul > li > a{
    letter-spacing: 3.88px;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
    display: inline-block;
  }
  .toggle-menu .left-menu-items > ul > li:last-child{
    text-align: center;
    border-bottom: none;
  }
  .toggle-menu .left-menu-items > ul > li:last-child > a{
    margin-bottom: 0px;
  }
  .top-header-wrap{
    padding-bottom: 10px;
    border-bottom: 3px solid #F0F0F0;
  }
  .top-header-container{
    align-items: flex-start;
  }
  .left-logo{
    flex-direction: column;
  }
  .left-logo > a{
    margin-bottom:20px;
  }
  .left-logo img{
    width: 100px;
  }
  .logo-text-block{
    margin: 0px;
    padding: 0px;
  }
  .logo-text-block h2{
    font-size:20px;
    line-height:1.5;
    text-align: center;
  }
  .logo-text-block span{
    display: none;
  }
  .right-block-header,
  .main-menu-link-block{
    display:none;
  }
  .sticky header{
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0px;
  }
  .sticky .top-header-container{
    align-items: center;
    transition: all 0.8s;
  }
  .sticky .top-header-wrap{
    padding: 10px 0px;
    transition: all 0.8s;
  }
  .sticky .left-logo{
    flex-direction: inherit;
    transition: all 0.8s;
  }
  .sticky .left-logo > a{
    margin-bottom: 0px;
    transition: all 0.8s;
  }
}


@media screen and (min-width: 992px){
  .sticky header{
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0px;
  }
  .sticky .top-header-wrap{
    padding: 10px 0px;
    transition: all 0.8s;
  }
  .sticky .left-logo img{
    width: 90px;
    transition: all 0.8s;
  }
  .sticky .logo-text-block span{
    display: none;
  }
  .sticky .logo-text-block{
    padding-left: 30px;
    transition: all 0.8s;
  }
  .sticky .logo-text-block h2{
    font-size: 26px;
    transition: all 0.8s;
  }
  .sticky .left-menu-items ul li,
  .sticky .right-menu-items ul li,
  .sticky .left-menu-items ul li.active:hover{
    /*padding: 10px 16px;*/
    /*transition: all 0.8s;*/
    /*padding-left: 0;*/
    /*margin: 0;*/
    margin: 0;
    margin-top: 0px;
    top: 0;
    padding: 10px 16px;
    transition: all 0.8s;
    margin-top: 5px;
  }
  .sticky .left-menu-items .submenu ul li:last-child,
  .sticky .left-menu-items .submenu ul li {
    padding-left: 0;
    margin: 0;
  }
  .right-menu-items ul li.active {
    background: #fff;
    border-radius: 3px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    position: relative;
    top: 14px;
    padding: 3px 16px 17px;
  }
  .sticky .right-menu-items ul li.active {
    top: 0;
    padding: 6px 16px 0 17px;
    transition: all 0.8s;
    /*border-radius: 0;*/
    margin-top: 5px;
  }
  .right-menu-items ul li.active a {
    color: #FC6300 !important;
  }
  .sticky .left-menu-items ul li.active{
    /*top: 7px;*/
    /*padding: 3px 16px 17px;*/
    /*transition: all 0.8s;*/
    top: 0;
    padding: 6px 16px 0 17px;
    transition: all 0.8s;
    /*border-radius: 0;*/
    margin-top: 5px;
  }
  .sticky .left-menu-items ul li:last-child {
    margin-left: 10px;
  }
  .sticky .submenu{
    margin-top: 10px;
    transition: all 0.8s;
  }
}
/*768 only slider*/
@media screen and (max-width: 767px){
  .new-section .post-title-img h5 {
    max-width: 500px;
  }
  h2{
    font-size: 26px;
  }
  .scroll-container {
    height: 560px;
  }
  .scrollable {
    max-height: 500px !important;
  }
  .scroll-container #actions {
    bottom: 30px !important;
  }
  .font-45{
    font-size: 33px;
  }
  .banner-title{
    font-size: 30px;
  }
  .home-sidebar{
    padding: 0px;
  }
  .country-sidebar-wrap{
    padding: 0px 25px;
  }
  .sm-hide{
    display: none;
  }
  .slider-post-title-img-text{
    display: block;
  }
  .main-post .posted-commet,
  .big .posted-commet{
    display: none;
  }
  .main-post .post-text-img img{
    max-width: 200px;
  }
  .gray-border{
    width: calc(100% + 30px);
    left: -15px;
    margin-bottom: 20px;
  }
  .post-title-img{
    margin-top: 0px;
  }
  .post-title-img:last-child{
    margin-bottom: 20px;
  }
  .post-title-img img{
    display: none;
  }

  .new-section{
    padding: 0px 0px 80px;
  }
  .new-section .pr-5{
    padding-right: 0px !important;
  }
  ul.new-menu{
    margin-bottom: 10px;
  }
  .new-section .post-title-img:last-child{
    margin: 0px;
  }
  .new-section .post-title-img .biosimilars-news,
  .new-section .post-title-img .posted-date,
  .new-section .post-title-img .md-hide{
    display: inline-block;
  }
  .new-section .post-title-img .biosimilars-news{
    margin-right: 8px;
  }
  .new-section .post-title-img .posted-date{
    margin-left: 8px;
  }
  .new-section .new-section-wrap{
    margin-bottom:30px;
  }
  .new-section .post-title-img{
    text-align:left;
  }
  .footer-subscribe .footer-logo{
    display: none;
  }
  .footer-subscribe form .email-content{
    background: none;
    flex-direction: column;
  }
  .footer-subscribe input[type="submit"]{
    border-color: #DDDDDD;
    margin-top: 10px;
  }
  .sitefooter{
    background: #fff;
  }
  .sitefooter .ftop{
    display: none;
  }
  .fmiddle ul{
    border-bottom: 4px solid #F0F0F0;
    padding: 10px 0px;
  }
  .blog-detail h2{
    font-size: 25px;
    line-height: 1.2;
  }
  .breadcrum-wrapper{
    padding: 20px 15px 0px;
  }
  .flex-column-reverse-sm{
    flex-direction: column-reverse;
  }
  .blog-detail p{
    font-size: 15px;
  }
  .blog-detail p.mt-4{
    margin-top: 0px !important;
  }
  .blog-detail .flex-column-reverse-sm .blog-detail-img{
    margin-bottom: 20px;
    padding: 0px;
  }
  .active-menu ul li{
    padding: 10px;
  }
  .articles-blog-list .articles-blog-list-wrap{
    margin-bottom: 10px;
  }
  .articles-blog-list .articles-blog{
    background: none;
    padding: 0px;
    border: none;
    box-shadow: none;
  }
  .articles-blog-list .articles-blog h5{
    margin-bottom: 0px;
  }
  .articles-blog-list .articles-blog h5 a{
    font-size: 17px;
  }
  .articles-blog-list .articles-blog h6{
    position: relative;
    top: 0px;
  }
  .articles-blog-list .articles-blog img{
    display: none;
  }
  .articles-blog-list .articles-blog .biosimilars-news,
  .articles-blog-list .articles-blog .posted-date,
  .articles-blog-list .articles-blog .sm-show{
    display: inline-block;
  }
  .articles-blog-list .articles-blog .biosimilars-news{
    margin-right: 8px;
  }
  .articles-blog-list .articles-blog .posted-date{
    margin-left: 8px;
  }

  .post-title-img .post-title-img-wrap{
    padding-left:15px;
    margin-top:10px;
  }
  .main-post, .post-title-img-text, .news-page{
    text-align:center;
  }
  .banner .banner-colunm{
    margin-bottom:20px;
  }
  .footer-subscribe h5{
    text-align:center;
  }
  .share-top-section{
    width:90%;
  }
  .share-top-section .share-top-section-colum, .comments-row .comments-colunm{
    width:50%;
  }
  .news-list .news-list-wrap{
    padding-left: 15px;
    padding-right: 15px;
  }
  .news-list .news-list-img{
    margin-bottom:20px;
  }
  .articles-blog h5{
    margin-bottom:20px;
  }
  ul.country-box-list li{
    width: 33.33%;
  }
}

/*640*/
@media screen and (max-width: 767px){
}

/*480*/
@media screen and (max-width: 639px){
  .commet-item{
    flex-direction: column;
  }
  .articles-section.column-4 .articles-blog-wrap.maxwidth-260{
    max-width: none;
  }
}

@media screen and (max-width: 575px){
  .post-text-img {
    width: 100%;
    justify-content: center !important;
    padding: 15px 0 !important;
  }
}
@media screen and (max-width: 520px){
  body {
    overflow-x: hidden;
  }
  .new-section .post-title-img h5 {
    max-width: 300px;
  }
}

/*375*/
@media screen and (max-width: 479px){
  .left-logo{
    flex-direction: column;
  }
  ul.country-box-list li{
    width: 50%;
  }
}

@media screen and (max-width: 374px){
}

/*320*/
@media screen and (max-width: 359px){
}

@media screen and (min-width: 481px){
}