/*
CTC Separate Stylesheet
Updated: 2022-08-13 06:09:12
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.18.0.1660370952
*/
.wr_approval_grid{
	
}
.wr_header_bottom .wr_bottom_card h2{
line-height:115%;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
header{ 
	position:fixed;
	width:100%;
	z-index:9999;
} 
body h1,
body h2,
body h3 {
	color: #000000 !important;
}

body p{
	color: #000000 !important;
	font-weight:400 !important;
}
@font-face {
  font-family: SourceSansPro;
  src: url('assets/fonts/SourceSansPro/SourceSansPro-Regular.ttf');
}
@font-face {
  font-family: SourceSansProBold;
  src: url('assets/fonts/SourceSansPro/SourceSansPro-Bold.ttf');
}
@font-face {
  font-family: SourceSansProSemiBold;
  src: url('assets/fonts/SourceSansPro/SourceSansPro-SemiBold.ttf');
}
@font-face {
  font-family: SourceSansProLight;
  src: url('assets/fonts/SourceSansPro/SourceSansPro-Light.ttf');
}
@font-face {
  font-family: SourceSansProBlack;
  src: url('assets/fonts/SourceSansPro/SourceSansPro-Black.ttf');
}
@font-face {
  font-family: SourceSansProItalic;
  src: url('assets/fonts/SourceSansPro/SourceSansPro-Italic.ttf');
}
body{
	font-family:'SourceSansPro';
}
.page-template-home-page p,
.page-template-home-page h2,
.page-template-home-page h3{
	color:#000000;	
	font-weight:400;
}
.page-template-Support .wr_banner_section{
	min-height: 600px;
}
/**Banner Section**/
.wr_banner_section{
	min-height: 750px;
    background: url(https://amnealbiosciences.com/wp/wp-content/uploads/2022/08/HEADER-IMAGE-1.jpg);
    background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
	position:relative;
	
}

.page-template-about .wr_banner_section {	
	margin:0 auto;
	min-height:500px;
	width:90%;
}
.page-template-about .wr_header_bottom {
	left:-80px;
}
.page-template-about .wr_banner_container {
	padding-top: 160px;
    background-color: #F9F3E7;
	margin-bottom:65px;
}
.page-template-about .wr_banner_wrapper {
	display:none;
}
.page-template-Support .wr_banner_section, 
.page-template-about .wr_banner_section {
	background-position:unset;
}
.wr_header_bottom.home {
	bottom:70px;
	z-index:99;
}
.page-template-about .wr_header_bottom {
	bottom:-75px;
	z-index:99;
}
.wr_home_banner_bottom_bar{
	position:relative;
}
.wr_header_bottom.home {
	padding:85px 35px 85px 40px !important;
}
.wr_header_bottom.home sup{
	font-size: 75%;
	bottom:.5em;
}
.wr_header_bottom {
    position: absolute;
    bottom: 0%;
    right: 30px;
    background-color: #FFD76E;
    max-width: 290px;
    width: 100%;
  	padding: 85px 30px 85px 35px;
}
.page-template-home-page .wr_banner_wrapper {
	padding: 40px 0;    
    bottom: 0;
    left: 0;
    right: 0;
}
.wr_banner_wrapper {
	background-color:#FCE4AA;
    padding: 75px;
    position: relative;
}
.page-template-home-page .wr_banner_wrapper {
	background-color:#F9F2E5;    
}
.wr_banner_wrapper p.wr_banner_desc{
	font-size:22px;
}
.wr_banner_wrapper p {
    font-size: 24px;
    line-height: 30px;
	color:#000;
}
.wr_banner_desc{
	width:50%;
}
.wr_container .wr_main_nav{
    background: url(https://amnealbiosciences.com/wp/wp-content/uploads/2022/08/header-scaled.jpg);
    height: 1100px;
    position: relative;
}

.wr_container .wr_main_nav .wr_nav_wrapper{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px 60px;
    align-items: center;
    background: #ffffff;
    opacity: 0.9;
}

.wr_main_nav .wr_nav_menu .wr_menus{
    list-style-type: none;
    display: flex;
}

.wr_main_nav .wr_nav_menu .wr_menus li{
    padding: 20px;
    font-size: 24px;
	line-height: 28px;
    text-transform: uppercase;
    color: gray;
}
.wr_main_nav .wr_main_logo img{
    width: 200px;
}



/* Nav Bar  */
.logo {
    max-width: 200px;
}
.primary-menu-container ul{
	display:flex;
	gap:15px;
	padding:0px 20px;
	justify-content:end;
}
.primary-menu-container ul a{
	color:#000;
	text-transform:uppercase;
}
   .navbar {
    align-items: center;
    background: rgba(255,255,255,.8);
	/* opacity: 0.8; */
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    font-family: sans-serif;
    padding: 10px 50px;
  }
  
  .push-left {
    margin-left: auto;
  }
  
  /* Menu */
  .hamburger {
    background: transparent;
    border: none;
    cursor: pointer;
    display: none;
    outline: none;
    height: 30px;
    position: relative;
    width: 30px;
    z-index: 1000;
  }
 .hamburger-line {
    background: #272727;
    height: 3px;
    position: absolute;
    left: 0;
    transition: all 0.2s ease-out;
    width: 100%;
  }
  .hamburger:hover .hamburger-line {
    background: #777;
  }
  .hamburger-line-top {
    top: 3px;
  }
  .menu-active .hamburger-line-top {
    top: 50%;
    transform: rotate(45deg) translatey(-50%);
  }
  .hamburger-line-middle {
    top: 50%;
    transform: translatey(-50%);
  }
  .menu-active .hamburger-line-middle {
    left: 50%;
    opacity: 0;
    width: 0;
  }
  .hamburger-line-bottom {
    bottom: 3px;
  }
  .menu-active .hamburger-line-bottom {
    bottom: 50%;
    transform: rotate(-45deg) translatey(50%);
  }
  
  .nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all 0.25s ease-in;
  }

 .nav-menu .menu-item a {
    color: #000;
    display: block;
	 font-size:14px;
    line-height: 30px;
    margin: 0px 10px;
    text-decoration: none;
    text-transform: uppercase;
	font-family:'SourceSansPro'
  }
  .nav-menu .menu-item a:hover {
    color: #777777;
    /* text-decoration: underline; */
  }
  .sub-nav {
    border: 1px solid #ccc;
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 5px 5px;
    list-style: none;
    width: 230px;
  }

 .nav__link:hover + .sub-nav {
    display: block;
  }
  
  .sub-nav:hover {
    display: block;
  }

.wr_main_logo{
	max-width: 250px;
    width: 100%;
    float: left;
    display: inline-block;
	z-index:999;
}
.wr_main_logo img{
	width:100%;
	margin-top:5px;
}

.wr_main_nav .wr_header_bottom{
    position: absolute;
    bottom: 0;
    background: #f9f3e7;
    width: 100%;
    padding: 50px 100px;
    display: flex;
    justify-content: space-between
}

.wr_main_nav .wr_header_bottom p{
    font-size: 26px;
    width: 47%;
	line-height: 36px;
	font-weight: 400;
}

.wr_main_nav .wr_header_bottom .wr_bottom_card{
    background: #d1d374;
    width: 290px;
    position: absolute;
    right: 100px;
    bottom: 50px;
}

.wr_header_bottom .wr_bottom_card h2{
    font-size: 34px;
    text-align: left;
	color: #000000;
	padding:0 !important;
}
.wr_header_bottom .wr_bottom_card sup {
	font-size: 75%;
    bottom: 0.5em;
}
.wr_header_bottom.home .wr_bottom_card h2{
	padding:0 !important;
}
.wr_home_card {
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.wr_card_bottom {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* About bio science section */
.wr_about_section {
    width: 100%;
}
.wr_about_section{
  	width:100%;
	display:flex;
	padding:45px 0;
} 
.wr_about_section .wr_information h2{
   /* color: var(--heading-color); */
   font-size: 48px;
	
	font-weight: 400;
} 
.wr_information {
    flex: 1 1 70%;
    margin-top: 5%;
    margin-bottom: 10%;
}
.wr_about_section .wr_information p{
    color: #000000;;
    font-size: 22px;
	width: 90%;        
   	line-height: 28px;
 }
 .wr_about_section .wr_information a{
   text-decoration: none;
   background: #015486;
   color: #ffffff;
   font-size: 24px;
	
   padding: 15px 45px;
   border-radius: 20px;
 }
.wr_about_section .wr_photo{
    width: 45%;
} 
.wr_about_section .wr_photo img{
    width: 100%;
    clip-path:circle();
	padding-top:30px;
} 


/* Home card Section */

.wr_home_cards_container{
    display: flex;
    grid-gap: 50px;
    text-align: center;
	justify-content: center;
}
.wr_home_becoming_sec .wr_video_sec{
	max-width: 100%;
	width: 100%;
	text-align:center;
}
.wr_becoming_content p{
	width: 80%;
}
.wr_card_sec{
    max-width: 1550px;
    width: 100%;
    margin: 0 auto;
}

.wr_home_card_section{
    background: #f9f3e7;
    padding: 50px 0px;
}

.wr_home_card_section .wr_home_card_heading h2{
    font-size: 48px;
    font-weight: 400;
	
    padding-bottom: 50px;
}
.wr_home_card h3{
    font-size: 34px;    
    padding-top: 20px;
    text-align: center;    
    line-height: 40px;
}

.wr_home_card .wr_card_bottom p{
    font-size: 20px;
    text-align: center;
	
}

.wr_home_card  a{
    text-decoration: none;
    background: #015486;
    padding: 10px 30px;
    border-radius: 15px;
    color: #ffffff;
    font-size: 20px;
    max-width: 70%;
    margin: 0 auto;
	margin-top:auto;
}

.wr_home_card img{
	min-height:250px;
}
/* Home becoming Section */

.wr_home_becoming{
    padding: 100px 0px;    
    display: flex;
    align-items: center;
	gap:25px;
}
.wr_home_becoming .wr_video_sec img{
	width:80%;
}
.wr_becoming_content h3{
    font-size: 30px;
    font-weight: 400;
	color: #000000;
}

.wr_becoming_content p{
    font-size: 22px;
    margin-bottom: 45px;
    line-height: 26px;
	color: #000000;
}

.wr_becoming_content .wr_video_btn{
   font-size: 18px;
    background: #015486;
    color: #ffffff;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 15px;
	display:inline-block;
	margin-top:15px;
}

.wr_becoming_content .wr_transcript_btn{
   	font-size: 18px;
    background: #015486;
    color: #ffffff;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 15px;
    display: inline-block;
    margin-left: 30px;
	margin-top:15px;
}

.wr_main_container .wr_information_second{
	padding-top: 0px !important;
}

/* Home page bottom section */

.wr_home_bottom_sec{
    background: #f9f3e7;
    padding: 100px 0px;
	display: none;
}

.wr_home_bottom_sec .wr_bottom_cards_container{
/*     max-width: 1550px; */
    width: 100%;
    margin: 0 auto;
	grid-gap: 20px;
    display: flex;
    justify-content: space-between;
}
.wr_single_card{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.wr_home_bottom_sec .wr_single_card{
   width: 33%;
}

.wr_home_bottom_sec .wr_single_card .wr_card_top{
    background: #015486;
	flex-grow:1;
}

.wr_home_bottom_sec .wr_single_card .wr_card_top h3{
    font-size: 34px;
    font-weight: 400;
    padding: 50px 20px;
    color: #ffffff;
    text-align: left;
}

.wr_home_bottom_sec .wr_single_card .wr_card_content{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wr_home_bottom_sec .wr_single_card .wr_card_content h3{
    font-size: 30px;
    font-weight: 500;
    padding-top: 30px;
    padding-bottom: 60px;
    width: 70%;
    margin: 0 auto;
}

.wr_home_bottom_sec .wr_single_card .wr_card_content a{
    font-size: 15px;
    background: #015486;
    color: #ffffff;
    padding: 15px 35px;
    text-decoration: none;
    border-radius: 15px;
    width: 200px;
}


.wr_bottom_cards_container .wr_second_card  .wr_card_top{
    background: #FBD77E;
    text-align: center;
}

.wr_third_card .wr_card_content h3{
    padding-bottom: 0px !important;
}

.wr_third_card .wr_card_content p{
    font-size: 23px;
	
    width: 75%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 35px;
}

/* Footer section */
.wr_footer_left {
    width: 60%;
    float: left;
}
.wr_footer_section .wr_footer_wrapper{
	padding:0 0 15px 0;
}
.wr_footer_section li{
	font-size: 13.33px;
	line-height: 19px;
}
/* .wr_footer_section .wr_footer_wrapper .wr_footer_left{
	width:60%;
	float:left;
}
.wr_footer_section .wr_footer_wrapper .wr_footer_right{
	width:30%;
	float:right;
} */
.wr_footer_section .wr_footer_left ul{
    /*display: flex;
    list-style-type: none;    
	grid-gap:20px;*/
}

.wr_footer_section .wr_footer_left ul li {
	cursor: pointer;
	color:#015486;
	padding:0 15px;
	float:left;
}
.wr_footer_section .wr_footer_left ul li a {
	color:#015486 !important;
	font-size:13px;
}

.wr_footer_section .wr_footer_left ul li.social-icon a{
	padding:0px !important;	
}
.wr_footer_section .wr_footer_left ul li.social-icon {
    padding: 0;
}
.wr_footer_section .wr_footer_left ul li.linkedin-icon a{
	background: url(assets/images/linkedin.svg) no-repeat center center;
    background-size: contain;
    text-indent: -9999em;
    padding: 0;
    margin: -5px 15px 0;
    display: inline-block;
    height: 20px;
    width: 20px;
}
.wr_footer_section .wr_footer_left ul li.youtube-icon a{
	background: url(assets/images/youtube.svg) no-repeat center center;
    background-size: contain;
    text-indent: -9999em;
    padding: 0;
    margin: -5px 15px 0;
    display: inline-block;
    height: 20px;
    width: 20px;
}
.wr_footer_section .wr_footer_left ul li.twitter-icon a{
	background: url(assets/images/twitter.svg) no-repeat center center;
    background-size: contain;
    text-indent: -9999em;
    padding: 0;
    margin: -5px 0 0;
    display: inline-block;
    height: 20px;
    width: 20px;
}
.wr_footer_section .wr_footer_left .wr_footer_icon svg{
    background-color: #015486;
    border-radius: 50%;
    /* width: 28px;
    height: 28px; */
    padding: 5px;
    margin: 0px 10px;
}
	.wr_footer_section .wr_footer_left .wr_footer_icon_container{
		display: flex;
	}

/* Our Products */
.wr_product_page .wr_header_bottom{
	left: -80px !important;
    bottom: -100px !important;
}
.wr_product_page .wr_banner_section{
	background-size: cover;
	position: relative;
    width: 80%;
    margin: 0 auto;
	min-height:500px;
}
.wr_resource_page .wr_banner_section{
	min-height:500px;
}

.wr_header{
    height: 100%;
    width: 100%;
    background: #F9F3E7;
	padding-top:80px;
}
.wr_header h1{
	font-size: 60px;
	margin-left: 6%;
	font-family: SourceSansProLight;
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom:15px;
}
.wr_header .wr_main{
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}
.wr_header .wr_main img{
    width: 100%;
    bottom: 0px;
   
}
.wr_text{
    display: flex;
    position: relative;
}
.wr_text .wr_textbg{
/*     width: 15%; */
    background: #FFD76E;
    text-align: center;
    align-items: center;
    padding: 50px;
    position: absolute;
    bottom: 40%;
}
.wr_text .wr_textbg h1{
	font-size: 35px;
    text-align: left;
    font-weight: bold;
}
.wr_text .wr_pro_text{
    width: 80%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.wr_text .wr_pro_text p{
    font-size: 22px;
    /* padding: 20px 40px; */
    margin-left: 40%;
    padding: 50px 0px;
	padding-top: 130px;
	text-align:left;
	line-height:28px;
}

.wr_pro_photo {
    display: flex;
    flex-direction:row;
	gap:25px;
}
.wr_pro_photo .pro{
    text-align: center;
}
.wr_pro_photo .pro .p_image{
    width: 100%;
    height: 80%;
    margin-bottom: 15%;
	background:#F9F3E7;
	padding:40px 30px;
}
.wr_pro_photo .wr_pro_one, .wr_pro_photo .wr_pro_two, .wr_pro_photo .wr_pro_three{
    width: 33%;
}
.wr_pro_photo .p_logo{
	max-width:150px;
	width:100%;
	margin:0 auto;
}
.wr_pro_photo .pro .pro_btn{
    font-size: 25px;
    text-decoration: none;
    /* background: rgb(77, 77, 198); */
    background: #015486;
    color: white;
    padding: 10px 30px;
    border-radius: 15px;
} 
.wr_pro_pro .wr_pro_pro_heading h1 {
    font-size: 35px;
	padding-top: 100px;
}
.wr_pro_pro .wr_pro_pro_heading p {
    font-size: 22px;
    width: 55%;
    line-height: 28px;
}
.wr_pro_other{
display: flex;
padding: 30px 0px;
justify-content: center;
text-align: center;
align-items: center;
}
.wr_pro_other_one{
    width: 50%;
}
.wr_pro_other_two {
    width: 50%;
    border-left: 2px solid #015486;
    padding-left: 40px;
}
.wr_pro_other_two .left_img_wrapper {
	display: flex;
    align-items: center;
}
.wr_pro_other_two .left_img_wrapper .drug_image {
	flex:70%;
}
.wr_pro_other_two .left_img_wrapper img{
	float:right;
}
.wr_pro_other_two .left_img_wrapper h3 {
	font-family: SourceSansProItalic;
    text-align: left;
    font-size: 28px;
    font-weight: bold;
    color: #2f749f !important;
}
.wr_pro_other_one img, .wr_pro_other_two img{
    width: 80%;
}

.wr_pro_pro_text p{
    font-size: 20px;
    margin-bottom: 100px;
}

.wr_pro_footer{
    margin-top: 20px;
    padding: 30px 0px;
    background: #F9F3E7;
}
.wr_pro_footer .wr_pro_footer_heading h1{
   font-size: 35px;
	padding-bottom: 20px;
}

.wr_pro_footer .wr_pro_footer_heading p{
    font-size: 22px;
	line-height:1.3;
}
.wr_main_container h1{
	font-size:40px;
}

.wr_con_flex{
 display: flex;
 justify-content: center;
}
.wr_pro_footer_logo{
text-align: center;
}

.wr_pro_footer_logo .wr_pro_footer_one .img{
    width: 50%;
  }
  .wr_pro_footer_logo .wr_pro_footer_one .img_1{
  padding-bottom: 15px;
  }
  .wr_pro_footer_logo .wr_pro_footer_one .img_2{
    padding-top: 15px;
 }
wr_pro_footer_heading{
	width:100%;
}
 .wr_pro_footer_heading p span{
    font-weight: 800;
 }
/* About Page */

.wr_aboout_banner_section{
 	background: url(https://amnealbiosciences.com/wp/wp-content/uploads/2022/08/HEADER-IMAGE-2.jpg);
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
}
.wr_about_banner_desc{
	opacity: 0;
}
.wr_biosimilar_section .wr_biosimilar_bottom_container{
	display: none;
}
.wr_biosimilar_content {
	width:80%;
}
.wr_biosimilar_container {
    display: flex;
    align-items: center;
}

.wr_biosimilar_section {
    padding: 100px 10px;
}

.wr_biosimilar_section .wr_biosimilar_content h2 {
    font-size: 44px;
    font-weight: 400;
    color: #000000;
}
.wr_biosimilar_section .wr_biosimilar_content h3{
    font-size: 30px;
    font-weight: 400;
}


.wr_biosimilar_section .wr_biosimilar_content p {
    color: #000000;
    font-size: 22px;
    padding-top: 30px;
    padding-bottom: 50px;
    line-height: 28px;
	width: 85%;
}

.wr_biosimilar_bottom_container {
    display: flex;
    align-items: center;
    margin-top: -50px;
}

.wr_biosimilar_bottom_container .wr_biosimilar_bottom_pic img {
    border-radius: 50%;
    max-width: 550px;
    margin-top: -100px;
}
.wr_biosimilar_bottom_container .wr_biosimilar_bottom_content h2 {
    font-size: 48px;
    font-weight: 400;
}

.wr_biosimilar_bottom_container .wr_biosimilar_bottom_content p {
    color: gray;
    font-size: 24px;
    padding-top: 30px;
    padding-bottom: 50px;
    line-height: 28px;
}

.wr_biosimilar_bottom_content {
    padding-left: 100px;
}

.wr_value_section {
    background: #FEF3E5;
    padding: 40px 0px;
}

.wr_value_section .wr_valueof_container h2 {
    font-size: 48px;
    font-weight: 400;
    padding-bottom: 50px;
    text-align: left;
}

.wr_value_section .wr_valueof_container .wr_value_card_single p {
    font-size: 30px;
    font-weight: 500;
    padding-left: 20px;
	line-height: 34px;
	    color: #000000;
}
.wr_value_section .wr_valueof_container .wr_value_card_single p b{
	color:#000;
}
.wr_value_section .wr_valueof_container .wr_value_card_single {
    display: flex;
    align-items: center;
    width: 49%;
    margin: 30px 0px;
}

.wr_valueof_card_container {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
/* 	padding:0 50px; */
    /* flex-direction: column; */
}

.wr_biosimilar_diffrent_section {
    padding: 50px 0px;
}

.wr_biosimilar_diffrent_section .wr_biosimilar_diffrent_heading h3 {
    font-size: 34px;    
	color: #000000;
}

.wr_biosimilar_diffrent_section .wr_biosimilar_diffrent_content {
    display: flex;
	flex-wrap:wrap;
	align-items:end;
}
.wr_biosimilar_diffrent_section .wr_biosimilar_diffrent_content .wr_bio_diff_single_card{
	flex: 1 0 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
	position:relative;
}
.wr_biosimilar_diffrent_content .wr_bio_diff_single_card:last-child img.arrow_img {
	display:none;
}
.wr_biosimilar_diffrent_section .wr_biosimilar_diffrent_content .wr_bio_diff_single_card h2 {
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
       color: #000000;
	text-align:center;
}

.wr_biosimilar_diffrent_section .wr_biosimilar_diffrent_content {
    grid-gap: 10px;
}

.wr_bio_diff_single_card p {
   font-size: 20px;
    background: #C4E2DC;
    padding: 20px !important;
    text-align: center;
    max-width: 150px;
    width: 100%;
    height: 115px;
	align-items: center;
    display: flex;
}
.wr_bio_diff_single_card .arrow_img{
	position: absolute;
    right: -20px;
    bottom: 30px;
	width:30px;
}
.wr_bio_diif_card_bottom {
    
}
.wr_bio_diif_card_bottom img{
	max-width:30px;
}
.wr_bio_diff_single_card .wr_bio_inner img{
	max-width:175px;
	width:100%;
}
.wr_biosimilar_diffrent_section .wr_bios_diff_bottom_content p {
    font-size: 22px;
    padding: 50px 0px 30px 0px;
    text-align: center;
	color: #000000;
}


.wr_tabbing_section {
    padding: 100px 0px;
}

.wr_tabbing_section .wr_tabbing_heading h2 {
    font-size: 48px;
    font-weight: 400;
    padding-bottom: 50px;
    text-align: center;
}

.hide {
    display: none;
}

.wr_tab_content {
    padding: 25px;
}

#wr_material_tabs {
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
}

#wr_material_tabs>a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 22px;
    font-size: 20px;
    /* font-weight: 600; */
    color: gray;
    text-align: center;
}

#wr_material_tabs>a.active {
    font-weight: 700;
    outline: none;
    color: #015486;
}

#wr_material_tabs>a:not(.active):hover {
    background-color: inherit;
    color: #7c848a;
}

.wr_tab_content_container #wr_tab1,
.wr_tab_content_container #wr_tab2,
.wr_tab_content_container #wr_tab3 {
    display: flex;
    flex-wrap: wrap;
}

.wr_tab_content_container .wr_tab_content {
    width: 33%;
}

.wr_tab_content_container .wr_tab_content img {
    width: 100%;
}

.wr_tab_content_container .wr_tab_content h2 {
    font-size: 34px;
    font-weight: 500;
    padding: 20px 0px;
    text-align: center;
}

.wr_tab_content_container .wr_tab_content p {
    font-size: 20px;
    font-weight: 500;
}
.wr_value_bottom_container .wr_value_bottom_content{
	list-style-type: decimal;
	font-size: 16px;
}
.wr_value_bottom_content a{
	word-break:break-all;
}
.wr_value_bottom_container{
	padding: 0 100px;
}
.wr_value_section .wr_value_card_single .wr_value_card_pic img{
	max-width: 300px;
}
.wr_tabbing_section{
	display: none;
}

.wr_approval_section {
    padding: 100px 0px 50px 0;
}

.wr_approval_section .wr_approval_heading h2 {
    font-size: 48px;
	line-height: 52px;
    font-weight: 400;
    padding-bottom: 30px;
	    color: #000000;
}
.wr_approval_section .wr_approval_heading h2 sup{
	bottom: 22px;
    font-size: 25px;
}
.wr_approval_section .wr_approval_content p{
   font-size: 22px;
    font-weight: 400;
    padding-bottom: 50px;
    margin: 0;
    padding-top: 20px;
	word-break:break-word;
	line-height:28px;
	color: #000000;
}
.wr_value_section p {
	color: #000000;
}
.wr_approval_section .wr_approval_list p{
	padding:0 !important;
}
.wr_approval_bottom_section p {
	padding-bottom:0 !important;
}
.wr_approval_section .wr_approval_list_container {
/*     padding: 40px 70px; */
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.wr_approval_list_container p,
.wr_approval_list_container h2 {
	color:#fff !important;
}
.wr_approval_list {
    width: 32%;
	padding: 20px 30px;
	text-align: center;
}

.wr_approval_list_container .wr_approval_list:nth-child(1){
    background: #007F68;
}

.wr_approval_list_container .wr_approval_list:nth-child(2){
    background: #81147D;
}

.wr_approval_list_container .wr_approval_list:nth-child(3){
    background: #D30065;
}

.wr_approval_section .wr_approval_list_container .wr_approval_list h2{
    font-size: 22px;
	line-height: 30px;
    font-weight: 600;
	color: white;
}

.wr_approval_section .wr_approval_list_container .wr_approval_list p{
    font-size: 18px;
	line-height: 28px;
	color: white;
    font-weight: 400;
}
/* 
.wr_approval_section .wr_approval_list_container li::marker 
{
	color: black;
    font-size: 2rem;
    font-weight: bolder;
} */

.wr_approval_bottom_section p{
    padding-top: 30px;
    padding-left: 50px;
    font-size: 16px !important;
}


/* support page */

.tabs .tabs-nav{
	display: flex;
	justify-content: center;
	grid-column-gap: 50px;
}
.tabs-nav li a{
	font-size: 35px;
	color: black;
	opacity:0.5;
}
.tab-active a {
/*   background: #fff; */
/*   	border-bottom-color: transparent; */
  	color: black;
	opacity:1;
  	cursor: default;
}
.tabs-stage {
/*   border: 1px solid #cecfd5; */
/*   border-radius: 0 0 6px 6px; */
/*   border-top: 0; */
  clear: both;
  padding: 24px 30px;
  position: relative;
  top: -1px;
}
.wr_support_tab_underline_one.active, 
.wr_support_tab_underline_two.active {
	border: 5px solid #015486;
	border-radius: 7px;
}
.wr_support_tab_underline_one,
.wr_support_tab_underline_two {
	/*border: 5px solid #FFD65C;*/
	border-radius: 7px;
}

.wr_support_banner_wrapper .wr_banner_desc {
	width: 100%;
}
.wr_support_banner_wrapper{
	padding: 50px 0px 0px 0px;
}
.wr_support_program_section, .wr_support_provider_section {
    padding: 20px 0px;
}

.wr_support_program_section .wr_support_top h2,
.wr_support_program_section .wr_support_left_content h2,
.wr_support_provider_container .wr_provider_support_top h2{
    font-size: 48px;
    font-weight: 500;
}

.wr_support_program_section .wr_support_top p,
.wr_support_program_section .wr_support_left_content .wr_support_content_p,
.wr_support_provider_container .wr_provider_support_top p{
    font-size: 24px;
    padding-top: 30px;
    padding-bottom: 50px;
    line-height: 28px;
	color: black;
}

.wr_support_program_section .wr_support_left_bottom_content h2 {
    font-size: 44px;
    font-weight: 400;
    padding-bottom: 20px;
}

.wr_support_program_section .wr_support_left_bottom_content p {
    font-size: 25px;
    font-weight: 800;
    font-style: italic;
    padding: 10px 0px;
    line-height: 1.2;
    text-align: left;
	color: #000000;
}

.wr_support_content_container {
    display: flex;
    justify-content: space-between;
}

.wr_support_left_content,
.wr_support_right_content {
    width: 47%;
}

.wr_support_content_container .wr_support_right_content {
    background: #FFD65C;
    padding: 50px 50px;
    border-radius: 30px;
}

.wr_support_content_container .wr_support_right_content h2 {
    font-size: 35px;
    font-weight: 600;
    /* padding-bottom: 20px; */
    color: #015486;
}

.wr_support_right_content .wr_support_content_list {
    padding: 25px;
    font-size: 25px;
    font-weight: 600;
    color: #015486;
	list-style-type: decimal;
	line-height:30px;
}

.wr_support_right_content .wr_support_content_list .wr_support_sublist_container {
    padding: 10px 35px !important;
	list-style-type: disc;
}

.wr_support_list {
    padding:10px 10px 0 10px;
}

.wr_support_btn p {
    font-size: 15px;
/*     background: #015486; */
/*     color: white; */
    padding: 20px 0px;
    text-decoration: none;
    border-radius: 15px;
    float: right;
}

.wr_support_btn {
/*     width: 84%; */
/*     padding: 50px 0px; */
}

.wr_support_resource{
    background:#F9F3E7;
    margin-top: 50px;
}
.wr_support_resource .wr_res_text h1, 
.wr_support_resource .wr_res_text p {
	color:#fff !important;
}
.wr_support_resource .wr_sec_heading{
    font-size: 50px;
    width: 80%;
 margin: 0 auto;
    padding: 30px 0px; 
}
.wr_resource{
    padding: 70px 70px;
    background: #015486;
    width: 75%;
    margin: 0 auto;
    display: flex;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
}
.wr_resource .wr_res_text {
   width: 60%;
}
.wr_resource .wr_card_photo{
    width: 40%;
}
.wr_resource .wr_res_text h1 {
 color: white;
 font-size: 60px;
 padding-bottom:25px;
 }
 .wr_resource .wr_res_text p {
    color: white;
    font-size: 25px;
    width: 80%;
    padding-bottom: 50px;
	 line-height:1.2;
    }
    .wr_resource .wr_res_text a {
        color: white;
        font-size: 20px;
        text-decoration: none;
        border: 2px solid white;
        padding: 15px 40px;
        border-radius: 20px;
        }
.wr_resource .wr_card_photo img{
    width: 100%;
    border-radius: 18px;
/*     box-shadow: 11px 10px 15px -4px rgba(0,0,0,0.75); */
} 
.wr_support_resource .wr_res_heading{
	font-size: 50px;
	width: 80%;
}

.wr_resource_two{
	display: flex;
	width: 73%;
	margin: 0 auto;
	padding: 100px 0px;
	justify-content: center;
	align-items: center;
}
/* .wr_resource_two .wr_res_pic img{
	 width: 100%;
	 height: 600px;
	 box-shadow: 11px 10px 15px -4px rgba(0,0,0,0.75);
	 transform: rotate(350deg);
} */
.wr_resource_two .wr_res_pic{
    width: 40%;
}
.wr_resource_two .wr_res_two_text{
    width: 60%;    
}
.wr_resource_two .wr_res_two_text h1{
   font-size: 60px;
   text-align: center;
	padding-bottom:25px;
	text-align:left;
}
.wr_resource_two .wr_res_two_text p{
    font-size: 30px;
    text-align: left;
	padding-bottom:30px;
	line-height:1.2;
}
 .wr_resource_two .wr_res_two_text a{
    font-size: 30px;
    float: left;
    background: #015486;
    color: white;
    padding: 20px 45px;
    border-radius: 15px;
    text-decoration: none;
}
.wr_main_container{
	margin:0 auto;
	width:100%;
}
.wr_res_contact{
    display: flex;
    flex-wrap: wrap;
}
/* .wr_res_contact .wr_res_con_three p{
    width: 45%;
} */
.wr_main_container h1{
    font-size: 40px;
	padding-bottom:30px;
}
.wr_res_contact .wr_wrcon h2{
 font-size: 25px;
} 
.wr_res_contact .wr_wrcon p a{
    color:#015486;
    text-decoration: none;
}
.wr_res_contact .wr_wrcon p{
    font-size: 22px;
    color: #015486;
    font-weight: 900;
   } 
.wr_res_contact .wr_wrcon{
    width: 33%;
}
.wr_res_last_sec{
    overflow: hidden;
	padding-top:70px;
	padding-bottom:50px;
}
.wr_support_question{
  	background: white !important;
  	color: black !important;
	margin: 0 auto;
	border-bottom: 3px solid #C2D5E4 !important;
	border-radius: 0px !important;
	padding-left: 0px !important;
}
.wr_support_ans{
  	color: black !important;
	margin: 0 auto;
	padding-left: 0px !important;
	background: white !important;
}
.wr_support_yellow{
    background: #FFD76E;
    padding: 25px 10px 20px 20px;
    border-radius: 15px;
	margin-top:70px;
}
.wr_support_yellow h1{
    font-size: 40px;
    color: #015486;
    font-weight: 700;
    margin-bottom: 0px;
}
.wr_support_yellow ol li{
    font-size: 26px;
    color: #015486;
    line-height: 1.7;
    font-weight: 700;
}
.wr_support_yellow ol li:nth-child(1)::before{
	content:"\f02f";
	font-family: 'FontAwesome';
	margin-right:10px;
}
.wr_support_yellow ol li:nth-child(2)::before{
	content:"\f109";
	font-family: 'FontAwesome';
	margin-right:10px;
}
.wr_support_yellow ol li:nth-child(3)::before{
	content:"\f095";
	font-family: 'FontAwesome';
	margin-right:10px;
}
.wr_support_bottom_text p{
    font-size: 15px;
    float: right;
	padding-top:20px;
}
.wr_support_last{
    padding: 200px 30px 80px 30px;
}
.wr_support_last h1{
    font-size: 40px;
    margin-top: 90px;
}
.wr_support{
    display: flex;
}
.wr_support .wr_support_last_text{
	width:60%;
}

.wr_support .wr_support_last_pic img{
    width: 100%;
}
.wr_support .wr_support_last_pic {
    width: 40%;
}
.wr_support_last_text p{
    width: 100%;
    font-size: 25px;
    color: #015486;
    line-height: 1.2;
    font-weight: 400;
	padding-top:20px;
}
.wr_support_ans .wr_support_listing_li{
	list-style-type: disc !important;
	padding: 10px 50px;
}
.wr_support_ans .wr_support_sub_listing_li{
	padding: 0px 85px;
	list-style-type: circle !important;
}
.wr_support_question .fa-angle-double-down:before {
    font-size: 30px;
	color: #407fb1;
	font-weight: 600;
}
.wr_resource_page .wr_header h1{
/* 	margin-left:13%; */
	position:absolute;
	left:-180px;
	top:-95px;
}
.wr_resource_page  .wr_header {
	padding-top:160px;
}

/* Resource page */
.wr_resource_page .wr_resource_banner_sec{
	background-size:cover;
	background-position:center 10%;
	width:90%;
	position:relative;
	margin: 0 auto;
}
.wr_resource_page .wr_resource_header_bottom{
	left: -80px !important;
	bottom: -75px !important;
}
.wr_resource_bg{
    background: #F9F3E7;
    padding: 50px 0px;
}
.wr_resource_heading h1{
    font-size: 40px;
    font-family: 'SourceSansPro';
	padding-bottom: 30px;
}
.wr_resource_text p{
    font-size: 25px;
    font-family: 'SourceSansPro';
    line-height: 31px;
}

.wr_resource_text p span{
    font-weight: 600;
	color:#000000;
	font-family:SourceSansProBold;
}

.wr_faq_section {
    padding: 50px 0px;
	padding-top:160px;
}

.wr_faq_section .wr_faq_heading h2{
    text-align: right;
    font-size: 40px;
	font-weight: 600;
    width: 90%;
}

.wr_faq_section .wr_faq_image_side img {
    max-width: 500px;
}

.wr_faq_section .wr_faq_container {
    display: flex;
}

.wr_faq_image_side,
.wr_faq_content {
    width: 50%;
}

.wr_faq_content{
    padding-top: 30px;
}

.wr_faq_question {
	cursor: pointer;
    background-color: #D20165;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    border-bottom: 1px solid #ffffff;
    color: white;
    padding: 15px;
    margin-top: 10px;
    width: 83.5%;
    text-transform: uppercase;
    border-radius: 15px;
    display: flex;
	justify-content: space-between;
    align-items: center;
}

.wr_faq_ans {
	font-size: 16px;
    background-color: #D20165;
    color: white;
    padding: 15px;
	text-align: left;
    width: 83.5%;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.wr_faq_single_que {
    font-weight: 600 !important;
    font-size: 20px;
	line-height: 1.3;
	text-align: left;
}

.wr_faq_right_logo{
    text-align: right;
	padding-left: 15px;
}

.rotate {
    transform: rotate(180deg);
}

.wr_border_raidus{
    border-bottom-left-radius: 1px !important;
    border-bottom-right-radius: 0px !important;
}

.rotatetransition {
    transition: all 4ms ease-in-out; 
}

.fa-angle-double-down:before {
    font-size: 30px;
	color: #fff;
	font-weight: 600;
}

.wr_header .wr_main {
    max-width: 1300px;
    width: 80%;
    margin: 0 auto;
}
.wr_text .wr_textbg {
    width: 250px;
    background: #FFD76E;
    text-align: center;
    align-items: center;
    padding: 50px;
    position: absolute;
    bottom: -65px;
    margin-left: 50px;
    position: absolute;
}
.wr_text .wr_textbg h1 {
    font-size: 35px;
    text-align: left;
}
.wr_header {
    height: 100%;
    width: 100%;
    background: #F9F3E7;
    padding-top: 80px;
    position: relative;
}
.wr_text {
    display: flex;
    position: relative;
}
.wr_text .wr_textbg {
    /* width: 15%; */
    background: #FFD76E;
    text-align: center;
    align-items: center;
    padding: 50px;
    position: absolute;
    bottom: 40%;    
}
.wr_text .wr_textbg {
    width: 250px;
    background: #FFD76E;
    text-align: center;
    align-items: center;
    padding: 50px;
    position: absolute;
    bottom: -65px;
    margin-left: 50px;
    position: absolute;
}
.wr_header .wr_main {
    max-width: 1300px;
    width: 80%;
    margin: 0 auto;
}
.wr_header .wr_main.about{
	position:relative;
}
.wr_header_bottom.about{
	left: -5%;
    bottom: -9%;
	max-width:250px;
}
.wr_header_bottom.about h1{
	font-size:30px;
	padding:0 !important;
	font-weight:bold;
}
.tabs-nav a{
	cursor:pointer;
}
p.wr_eleg_span {
	font-size: 13px !important;
    display: block;
    position: relative;
    top: 25px;
}
.wr_support_update a{
	color:#000;
	text-decoration:underline;
	cursor:pointer;
}
#form-content-1 .wr_button_wrapper {
	display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
}
#form-content-1 {
	display:none;
	width:500px;
}
#form-content-1 h4 {
	text-align:center;
	font-size:25px;
	color:#000;
	margin-bottom:20px;
}
#form-content-1 .wr_button_wrapper a {
	font-size: 25px;
    text-decoration: none;
    /* background: rgb(77, 77, 198); */
    background: #015486;
    color: white;
    padding: 10px 30px;
    border-radius: 15px;
}
#form-content-1 .fancybox-button svg {
	background:#015486 !important;	
}
#tab-2 {
	display:none;
}
.wr_biosimilar_diffrent_content2{
	display: grid;    
    grid-auto-flow: column;
	margin-top:15px;
}
.wr_biosimilar_diffrent_content2 .wr_bio_diif_card_bottom {
	display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    vertical-align: middle;
}
.wr_biosimilar_diffrent_content2 .wr_bio_diif_card_bottom p {
	width:60%;
	float:left;
	height:100%;
}
.wr_biosimilar_diffrent_content2 .wr_bio_diif_card_bottom img {
	margin-left: 25px;
}
.wr_footer_right .mobile-only.clear{
	display:none;
}
.wr_footer_right{
	font-size:10pt;
	width: 40%;
    float: left;
    text-align: right;
	margin-top:-2px;
	color:#015486;	
}
.wr_support_left_bottom_content ul {
	list-style: disc !important;
}
.wr_support_left_bottom_content ul li::marker{
	font-size:18px;
}
.wr_value_card_content sup{
	font-size:18px;
}
#wr_copay_popup {
	color:#000000 !important;
	font-size:16px;
}
#wr_copay_popup .wr_support_listing_li,
#wr_copay_popup ol {
	list-style:disc;
}
.wr_intend_wrapper{

    padding: 10px 20px;
    margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
	.wr_home_cards_container{
		flex-wrap:wrap;
	}
	.wr_home_cards_container .wr_home_card{
		flex:45%;
	}
	.wr_res_contact{
		display: flex;
		flex-wrap: wrap;
	}
	.wr_res_contact .wr_res_con_one{
		width: 50%;
	}
	.page-template-about .wr_value_card_single{
		flex:1 1 auto;
		width:auto !important;
	}
}
@media screen and (max-width: 768px) {
	
   .hamburger {
      display: inline-block;
    }
   .nav-menu {
      background: #fff;
      flex-direction: column;
      /* justify-content: center; */
      opacity: 0;
      position: absolute;
      top: 90px;
      right: 0;
      padding-bottom: 20px;
      left: 0;
      transform: translatey(-100%);
      text-align: center;
    }
    .menu-active .nav-menu {
      transform: translatey(0%);
      opacity: 1;
    }
  .nav-menu .menu-item a {
      font-size: 20px;
      margin: 8px;
    }
  .sub-nav {
      position: relative;
      width: 100%;
      display: none;
      background-color: rgba(0, 0, 0, 0.2);
      box-sizing: border-box;
    }

	.page-template-home-page .wr_main_container{
		max-width:80%;
	}
	.page-template-home-page .wr_banner_section{
		min-height:500px !important;
	}
	.wr_banner_section{
		display:flex;
		flex-direction:column-reverse;
	}
	.page-template-about .wr_banner_section{
		width:80%;
	}
	.wr_header_bottom{
		width: 100%;
		bottom: -10%;
		z-index: 99;
		height: auto;
		bottom:130px !important;
		padding: 56px 30px 45px 40px !important;
		max-width:200px !important;
	}
	.page-template-home-page .wr_header_bottom{
		bottom: 145px!important;
		top: -115px !important;
		padding: 50px 40px 75px 40px !important;
	}
	.page-template-about .wr_header_bottom{
		left: -40px !important;
    	bottom: -100px !important;
	}
	.wr_banner_desc {
		width:100%;
	}
	.wr_header_bottom .wr_bottom_card h2{
		font-size:30px;
	}
	.wr_home_cards_container{
		flex-wrap:wrap;
	}
	.wr_home_cards_container .wr_home_card {
		flex:50%;
	}
	.wr_home_cards_container .wr_home_card{
		flex:40%;
	}
	.wr_home_becoming{
		flex-direction:column;
		padding:0;
	}
	.wr_becoming_content{
		display: flex;
		padding: 0;
		flex-direction: column;
		justify-content: center;
		flex-flow: row wrap;
		margin-top: 15px;
		margin-bottom: 25px;
	}
	.wr_resource_page .wr_resource_header_bottom{
		left: -40px !important;
		bottom: -100px !important;
		position:absolute;
		height:auto;
	}
	.wr_resource_page .wr_header,
	.page-template-about .wr_banner_container {
		padding-top: 100px;
	}
	.wr_bottom_cards_container {
		flex-wrap:wrap;
	}
	.wr_bottom_cards_container .wr_single_card{
		flex:45%;
	}
	.wr_home_bottom_sec .wr_third_card .wr_card_top img,
	.wr_home_bottom_sec .wr_single_card .wr_card_top{
		height:auto;
	}
	.wr_footer_section .wr_footer_left ul{
		flex-direction:column;
		align-items: flex-start;
	}
	.wr_pro_photo{
        display: flex;
        flex-direction: column;
        padding: 20px 0px;
    }
	 .wr_pro_photo .wr_pro_one, .wr_pro_photo .wr_pro_two, .wr_pro_photo .wr_pro_three{
        width: 100%;
    }
/* 	.wr_pro_photo .pro .pro_btn{
		font-size:20px;
	} */
    .wr_text{
        flex-direction: column;
        position: initial;
        position: unset;
    }
    .wr_header h1{
        font-size: 30px;
        margin-left:10px;
        font-size:39px;
        padding: 10px 0px;
    }
    .wr_text .wr_textbg{
         width: 100%;
         margin: 0px;
         padding: 0px;
         position: unset;
         overflow: hidden;
    }
    .wr_text .wr_pro_text{
        width: 100%;
    }
    .wr_text .wr_pro_text p{
        width: 90%;
        margin: 0 auto;
    }
    .wr_pro_photo .pro .pro_btn{
        font-size: 20px;
    }
	.wr_resource{
       flex-wrap: wrap;
       padding: 20px;
       text-align: center;
    }
    .wr_resource .wr_res_text{
        width: 100%;
    }
    .wr_resource .wr_card_photo{
        width: 100%;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .wr_resource .wr_res_text p ,.wr_resource .wr_res_text h1{
        width: 100%;
    }
    .wr_resource .wr_res_text h1{
        font-size: 30px;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .wr_resource .wr_res_text p{
        font-size: 20px;
        padding-bottom: 50px; 
    }
    .wr_support_resource .wr_sec_heading{
       font-size: 30px;
       text-align: center;
    }
	.wr_resource_two{
       flex-wrap: wrap;
       text-align: center;
    }
    .wr_resource_two .wr_res_pic{
        width: 100%;
       }
    .wr_resource_two .wr_res_two_text{
        width: 100%;    
    }

    .wr_resource_two .wr_res_two_text h1{
        font-size: 35px;
        margin: 0px;
        width: 100%;
        padding-bottom: 20px;
     }
     .wr_resource_two .wr_res_two_text p{
         font-size: 23px;
         margin-bottom: 30px;
		 line-height:1.3;
      }
      .wr_resource_two .wr_res_two_text a{
        font-size: 20px;
        padding: 15px 30px;
        float: unset;
      }

    .wr_support_content_container {
        display: block;
    }

    .wr_support_left_content,
    .wr_support_right_content {
        width: 100%;
    }
	.wr_value_section .wr_value_card_single{
		flex-direction: column;
	}
	.wr_tabbing_section .wr_tab_content_container .wr_tab_content{
		width: 50%;
	}
	.wr_biosimilar_section .wr_biosimilar_container .wr_biosimilar_pic img, 
	.wr_biosimilar_bottom_pic img{
		max-width: 350px;
		width:100%;
	}
	 .wr_approval_section {
        padding: 100px 20px;
    }
	.wr_support_btn {
		text-align: center;
		width: 100%;
		padding:20px 0px;
	}
	.wr_support_btn p{
		float: none;
	}
	.wr_bio_diff_single_card {
        flex:40% !important;
    }
	.wr_biosimilar_section{
		padding-top:85px;
	}
	.wr_bio_diff_single_card .arrow_img {
		display:none;
	}
    .wr_biosimilar_diffrent_content {
        flex-direction:row;
    }
	.wr_bio_diff_single_card .wr_bio_inner img{
		max-width:initial;
	}
	.wr_biosimilar_diffrent_section .wr_biosimilar_diffrent_content .wr_bio_diff_single_card h2{
		text-align:center;
	}
	.wr_bio_diif_card_bottom {
		margin:0 auto;
	}
    .wr_bio_diif_card_bottom {
        grid-gap: 30px;
    }

    .wr_bio_diif_card_bottom:nth-child(even) img {
        opacity: 0;
    }
	 .wr_resource_bg{
        padding: 20px;
    }
    .wr_resource_heading h1{
       font-size: 30px;
    }
    .wr_resource_text p{
        font-size: 18px;
	}
	.wr_faq_section{
		padding-top: 130px;
	}
	.wr_faq_section .wr_faq_container{
        display: unset;
        text-align: center;
    }
    .wr_faq_image_side, .wr_faq_content{
        width: 100%;
		margin: 0 auto;
    }
    .wr_faq_section .wr_faq_heading h2{
        width: 100%;
        text-align: center;
    }
	.wr_faq_question, .wr_faq_ans{
		width: 100%;
	}
	.wr_faq_section .wr_faq_image_side img{
		max-width: 65%;
	}
	.wr_approval_list{
		width: 48%;
	}
	.wr_approval_section .wr_approval_list_container{
		grid-gap: 20px;
/* 		padding: 10px; */
	}
	.wr_about_section{
		flex-direction: column-reverse;
    	align-items: center;
	}
	.wr_about_section .wr_photo {
		width:100%;
		text-align:center;
	}
	.wr_about_section .wr_photo img {
		width:80%;
	}
	.wr_biosimilar_content{
		width:100%;
	}
	.wr_valueof_card_container{
		flex-direction:column;
	}
	.wr_value_section .wr_valueof_container .wr_value_card_single{
		width:100%;
	}
	.wr_value_bottom_container{
		padding:0;
	}
	.page-template-Support .tabs-nav{
		gap:20px;
	}
	.page-template-Support .tabs-nav li a{
		font-size:20px;
	}
	.wr_product_page .wr_header_bottom{
		left: -40px !important;
		position: absolute;
		bottom: -30px !important;
		height: auto;
	}
	.wr_text .wr_pro_text p{
		padding-top:100px;
	}
	.wr_product_page .wr_header h1{
		left:0px;
	}
	.wr_resource_page .wr_header h1{
		left:0px;
	}
	.wr_biosimilar_diffrent_content2{
		display:none;
	}
	.page-template-home-page .wr_banner_wrapper{
		position:relative;
	}
	.wr_footer_left, 
	.wr_footer_right{
		width:auto;
		clear:both;
		float:none;
		text-align:center;
	}
	.wr_footer_section .wr_footer_left ul li{
		margin-bottom: 5px;
		display: inline-block;
		float: none;
	}
	.wr_footer_right{
		margin:15px 0 0;
	}
	.wr_footer_right .mobile-only.clear{
		display:block;
		clear:both;
	}
	.page-template-about .wr_main_container {
		width:90% !important;
    }
	.page-template-resources-page .wr_main_container {
		width:90% !important;
	}
	.page-template-resources-page .wr_banner_section  {
		width:80% !important;
	}
	.wr_pro_other_two .left_img_wrapper h3 {
		font-size:15px;
	}
	.wr_approval_grid{
		display:none;
	}
	.wr_approval_grid_mobile{
		display:block;
	}
}

@media screen and (max-width: 650px) {
	.wr_main_container {
    	max-width: 600px;
		width:90%;
	}
}

@media screen and (max-width: 600px) {
	.wrap-mobile{
		display: block;
		max-width: 50%;
		word-break: break-word;
	}
	.wr_con_flex{
        flex-wrap: wrap;
    }
	.wr_main_container{
		max-width:480px;	
	}
	.wr_section{
		flex-direction:column-reverse;
	}
	.wr_section .wr_information, 
	.wr_section .wr_photo {
		width: 90%;
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.wr_section .wr_information h2{
		font-size:36px;
		margin-top:15px;
	}
	.wr_section .wr_information p {
		font-size: 20px;
		padding: 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.wr_home_cards_container .wr_home_card {
		flex:100%;
	}
	
	.wr_bottom_cards_container .wr_single_card{
		flex:100%;
	}
	.wr_tabbing_section .wr_tab_content_container .wr_tab_content{
		width: 100%;
	}
	.wr_value_section .wr_valueof_container .wr_value_card_single p{
  		font-size: 20px;
  		line-height: 25px;
	}
	.wr_biosimilar_container {
		display: unset;
		text-align: center;
	}
	.wr_biosimilar_section .wr_main_container .wr_biosimilar_content p{
		font-size: 16px;
		text-align:left;
	}
	.wr_biosimilar_diffrent_section .wr_bios_diff_bottom_content p {
		text-align:left;
	}
/* 	.wr_approval_section .wr_approval_list_container {
        padding: 10px;
    } */
    .wr_approval_section .wr_approval_list_container .wr_approval_list p{
        font-size: 18px;
    }
    .wr_approval_section .wr_approval_list_container .wr_approval_list h2{
        font-size: 20px;
    }
    .wr_approval_section .wr_approval_list_container li::marker {
        font-size: 1.5rem;
    }
    .wr_approval_section .wr_approval_heading h2{
        font-size: 30px;
    }
	.wr_approval_section .wr_approval_heading h2{
		padding-bottom:0px;
	}
    .wr_approval_bottom_section p{
        font-size: 18px !important;
    }
	.wr_approval_bottom_section p{
		padding-left: 18px;
	}
	.wr_support_program_section .wr_support_top h2, .wr_support_program_section .wr_support_left_content h2{
		font-size: 25px;
		padding-bottom:20px;
		line-height:1.2;
	}
	.wr_support_program_section .wr_support_top p, .wr_support_program_section .wr_support_left_content .wr_support_content_p{
		font-size: 18px;
	}
	.wr_support_program_section .wr_support_left_bottom_content p {
		font-size: 20px;
		padding: 10px 0px;
		text-align:left;
	}
	.wr_support_program_section .wr_support_top p, .wr_support_program_section .wr_support_left_content .wr_support_content_p, .wr_support_provider_container .wr_provider_support_top p{
		padding-top:0px;
	}
	.wr_support_right_content .wr_support_content_list{
		padding:0px;
	}
	.wr_support_left_bottom_content{
		padding-bottom: 50px;
	}
	
	
	.wr_support_content_container .wr_support_right_content h2 {
		font-size: 19px;
	}
	.wr_support_list {
		padding:10px;
	}
	.wr_support_right_content .wr_support_content_list{
		font-size: 16px;
	}
	.wr_support_list{
		padding: 10px;
	}
	.wr_support_content_container .wr_support_right_content{
		padding: 40px 30px;
	}
	 .wr_pro_pro .wr_pro_pro_heading p{
        width: 100%;
    }
/*     .wr_pro_pro{
        padding: 10px 20px;
    } */
    .wr_pro_other{
        flex-wrap: wrap;
    }
    .wr_pro_footer_logo{
        flex-wrap: wrap;
    }
    .wr_pro_other_one{
        padding-bottom: 15px;
    }
    .wr_pro_pro .wr_pro_pro_heading h1{
        font-size: 30px;
        padding-top: 30px;
    }
    .wr_pro_pro_text p{
        margin-bottom:30px ;
        margin-top: 0px;
    }  
/*     .wr_pro_footer{
        padding: 10px 20px;
    }  */
    .wr_pro_footer_logo{
        width: 100%;
    }
    .wr_pro_footer .wr_pro_footer_heading h1{
        font-size: 30px;
    }
    .wr_pro_footer_logo{
        padding-bottom: 50px;
    }
	 .wr_bio_diff_single_card {
        flex: 100% !important;
    }
    .wr_bio_diif_card_bottom img{
        display: none;
    }
    .wr_bio_diif_card_bottom{
        justify-content: center;
		display:flex;
    }
	.wr_biosimilar_section .wr_biosimilar_content p{
		width:100%;
	}
	.wr_approval_list{
		width: 100%;
	}
	 .wr_res_contact{
        display: flex;
        flex-direction: column;
        padding:20px;
    }
    .wr_res_contact .wr_wrcon{
        width: 100%;
    }
	.wr_res_contact .wr_wrcon p{
        font-size: 18px;
    }
    .wr_res_contact .wr_wrcon h2{
        font-size: 22px;
    }
	.wr_main_container h1{
/* 		padding-top:30px; */
		font-size:35px;
	}
	.page-template-Support .wr_support {
		display:block;
	}
	.wr_support .wr_support_last_text{
		width:100%;
	}
	.wr_support{
		display: flex;
		flex-direction: column;
	}
  	.wr_support_bottom_text p{
    	padding: 20px;
  	}
  .wr_support_last{
    padding: 50px 20px;
  }
  .wr_support_yellow h1{
    font-size: 30px;
  }
  .wr_support_yellow ol li{
    font-size: 18px;
  }
  .wr_support_last h1{
    font-size: 30px;
  }
  .wr_support_last_text p{
    width: 100%;
    font-size: 20px;
  }
  .wr_support .wr_support_last_pic{
    width: 100%;
  }
	.wr_support_resource{
		margin-top:0px;
	}
	.tabs-stage{
		padding:0px;
	}
	.wr_resource {
		width:85%;
	}
	.wr_resource_two {
		width:85%;
		padding:35px 0px;
	}
	.page-template-about .wr_banner_section {
		min-height: 500px !important;
		background-position:center center;
	}
	.page-template-about .wr_header_bottom {
		bottom: -100px !important;
		left: -40px !important;
		padding: 55px 30px 45px 40px !important;
	}
	.wr_biosimilar_section{
		padding-top:85px !important;
	}
	.page-template-home-page .wr_header_bottom {
		bottom: 155px!important;
		top: -115px !important;
		padding: 50px 40px 75px 40px !important;
	}
}
@media screen and (max-width: 500px) {
	.wr_main_container {
		max-width: 400px;
	}
	.page-template-home-page .wr_main_container {
		max-width: 80% !important;
	}
	.page-template-home-page .wr_header_bottom {
		bottom: 230px!important;
		top: -120px !important;
		padding: 50px 40px 75px 40px !important;
	}
	/*.wrap-mobile{
		display: block;
		max-width: 40%;
		word-break: break-word;
	}*/
}

@media screen and (max-width: 400px) {
	.wrap-mobile {
		max-width: 100%;
		display: block;
		word-break: unset;
	}
	.navbar {
		padding:0 25px;
	}
	.wr_main_logo img {
		margin-left: -15px !important;
	}
	.wr_main_logo svg{
		width: calc(100% - 20px);
    	height: 75px;
	}
	.wr_support_btn p{
		font-size:20px;
		line-height:1.3;
	}
	.wr_biosimilar_section{
		padding:30px 0px;
	}
	.wr_biosimilar_section .wr_biosimilar_content h2{
		font-size:35px;
	}
	.wr_biosimilar_section .wr_biosimilar_content h3{
		font-size:25px;
	}
	.wr_biosimilar_section .wr_biosimilar_content p{
		padding-top:10px;
	}
	.wr_biosimilar_diffrent_section {
		padding:30px 0px;
	}
	.wr_biosimilar_diffrent_section .wr_biosimilar_diffrent_heading h3{
		font-size:24px;
	}
	.wr_value_section .wr_valueof_container h2{
		padding-bottom:10px;
	}
	.wr_approval_section{
		padding:20px 0px;
	}
	.wr_approval_section .wr_approval_content p{
		padding-top:10px;
	}
	.wr_approval_section .wr_approval_content p{
		padding-bottom:20px;
	}
	.wr_support_banner_wrapper{
		padding-top:20px;
	} 
	.wr_header_bottom.wr_about_header_bottom{
		padding: 0;
		bottom: 0;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		max-width:unset;
		right:0;
		height:100%;
	}
	.wr_main_container{
		max-width:270px;	
	}
	.page-template-about .wr_main_container{
		max-width:320px;	
	}
	.wr_header_bottom{		
    	height: 30%;
		position:unset;
		max-width: 175px !important;
    	padding: 55px 30px 50px 40px !important;
	}
	.wr_home_card .wr_card_bottom a{
		max-width:max-content;
	}
	.wr_header_bottom.home{		
    	height: auto;
		padding: 35px;
		right: 5%;
		max-width: 180px;
		width: 100%;
		position: absolute;
		bottom: 300px !important;
		
	}
	.page-template-home-page .wr_banner_desc{
		position:relative;
		top: 35px;
	}
	.page-template-home-page .wr_banner_wrapper{
		padding:60px 0;
	}
	.page-template-home-page .wr_header_bottom .wr_bottom_card h2{
		font-size:18px;
	}
	.wr_header_bottom .wr_bottom_card h2{
		font-size:20px;
	}
	.page-template-about .wr_header_bottom .wr_bottom_card h2 {
		font-size: 18px;
	}
	.wr_banner_desc{
		width: 100%;
		padding:25px 0;
	}
	.page-template-about .wr_banner_wrapper {
		padding:50px;
	}
	.wr_banner_wrapper p{
		font-size: 15px;
	}
	.wr_becoming_content .wr_transcript_btn{
		margin-left:0;
		margin-top:15px;
	}
	.wr_bottom_cards_container{
		flex-direction:column;
	}
	.wr_home_bottom_sec .wr_single_card{
		width:auto;
		flex:100%;
	}
	.wr_text .wr_pro_text p{
        font-size: 20px;
        padding: 30px 20px;
		padding-top: 100px;
    }
	
    .wr_pro_photo .pro img.p_image{
        height: 285px;
    }
	.wr_value_section .wr_valueof_container .wr_value_card_single{
		width: 100%;
	}
	 .wr_pro_other{
        display: flex;
        flex-direction: column;
    }
    .wr_pro_other_two img, .wr_pro_other_one img{
        width: 100%;
        padding: 10px 0px;
    }
    .wr_pro_other_one , .wr_pro_other_two{
        width: 100%;
    }
    .wr_pro_footer_logo .wr_pro_footer_one ,.wr_pro_footer_logo .wr_pro_footer_two{
        width: 100%;
    }
    .wr_pro_other_two{
        border: none;
        border-top: 1px solid #015486;
        padding: 0px;
    }
     .wr_pro_footer_logo .wr_pro_footer_two img{
        padding-top: 50px;
    }
    .wr_pro_footer_logo .wr_pro_footer_one img, .wr_pro_footer_logo .wr_pro_footer_two img{
          width: 80%;
    }
    .wr_pro_footer_logo{
        width: 100%;
    }
	.wr_pro_photo{
        display: flex;
        flex-direction: column;
    }
    .wr_pro_photo .pro img.p_image{
        height: 285px;
		margin-top:20px;
    }
    .wr_pro_photo .wr_pro_one, .wr_pro_photo .wr_pro_two, .wr_pro_photo .wr_pro_three{
        width: 100%;
    }
	.wr_faq_single_que{
		font-size: 15px;
	}
	.wr_faq_ans{
		font-size: 14px;
	}
	.wr_faq_section .wr_faq_heading h2{
		font-size: 30px;
		padding-bottom: 30px;
	}
	.wr_faq_section{
		padding: 30px 0px;
		padding-top: 130px;
	}
	.wr_about_section{
		flex-direction:column-reverse;
	}
	.wr_about_section .wr_photo{
		width:100%;
	}
	.wr_about_section .wr_photo img{
		width:100%;
	}
	.wr_about_section .wr_information h2{
		font-size:35px;
	}
	.wr_about_section .wr_information p{
		font-size:18px;
	}
	.wr_home_card_section .wr_home_card_heading h2{
		font-size: 35px;
		padding-bottom: 20px;
		padding-top: 0;
	}
	.wr_home_card .wr_card_bottom h3, 
	.wr_home_card .wr_card_bottom h3{
		font-size:30px;
	}
	.wr_home_becoming_sec{
		margin:30px 0;
	}
	.wr_becoming_content h3{
		font-size:25px;
	}
	.wr_becoming_content p{
		width:100%;
	}
	.wr_pro_footer_logo .wr_pro_footer_one .img{
		width: 85%;
	}
	.wr_footer_section .wr_footer_wrapper{
		flex-direction:column;
	}
	.wr_bio_diif_card_bottom{
		width:100%;
	}
	.page-template-about .wr_valueof_card_container{
		padding:0;
	}
	.wr_value_section .wr_valueof_container h2{
		font-size:25px;
		text-align:center;
	}
	.wr_home_card a{
		font-size:18px;
	}
	.wr_bio_diff_single_card p{
		max-width:unset;
		height:unset;
	}
	.page-template-Support .wr_banner_section{
		min-height: 500px;
		background-size: cover;
		background-position: center center;
	}
	.wr_provider_support_top h2{
		font-size:32px;	
	}
	.wr_provider_support_top p {
		font-size:18px;
	}
	.page-template-about .wr_banner_section {
		min-height:500px !important;
	}
	.page-template-about .wr_header_bottom {
		padding: 35px 35px 35px 40px !important;
		position: absolute;
		width: 165px;
		height: auto;
		bottom: -85px !important;
		left: -25px;
	}
	.page-template-our-products .wr_header_bottom {
		left: -20px !important;
    	padding: 40px 30px 35px 40px !important;
	}
	.page-template-about .wr_banner_section {
		background-position:center center;
		min-height:250px !important;
			
	}
	.wr_footer_section .wr_footer_left ul li {
		padding:0 50px;
		
	}
	.wr_footer_section .wr_footer_left ul li:nth-child(5){
		display:block;
	}
	.page-template-our-products .wr_banner_section{
		min-height:300px;
		width:100%;
		max-width:250px;
		background-size: cover;
   		background-position: right center;
	}
	.wr_resource_page .wr_resource_banner_sec{
		width: 100%;
		max-width: 230px;
		background-position: 80% center;
		background-size: cover;
		min-height:250px;
	}
	.page-template-our-products .wr_header_bottom.home{
		 bottom: -100px !important;
   		 left: -18px !important;
		 padding:45px 30px 45px 40px !important;
	}
	.page-template-resources-page .wr_header_bottom.home {
		bottom: -85px !important;
		left: -25px !important;
		padding: 35px 35px 35px 40px !important;
	}
	.page-template-resources-page .wr_header_bottom .wr_bottom_card h2,
	.page-template-resources-page .wr_header_bottom .wr_bottom_card h2{
		font-size:20px !important;
	}
	.page-template-about .wr_banner_container {
		padding-top: 80px;		
	}
	.wr_product_page .wr_header h1{
		font-size: 31px;
		text-align: center;
		margin-left: auto;
	}
}
@media screen and (max-width: 320px) {
	.wr_header_bottom.home {
		bottom: 315px !important;
		top: -80px !important;
		padding: 40px 35px 95px 40px !important;
	}
}
@media screen and (max-width: 600px) {
	.wr_resource_page .wr_resource_header_bottom {
		padding: 40px 30px 45px 39px !important;
		left: -25px !important;
		bottom: -87px !important;
	}
}
.hidden_fancy_box { 
		max-width: 700px;
		padding: 40px 30px 30px 30px;
		border-radius: 4px;
		opacity: 0;
		text-align: center;
		transform: translateY(-50px);
		transition: all .3s;
	}

	.fancybox-slide--complete .hidden_fancy_box {
		opacity: 1;
		transform: translateY(0);
	}

/* .fancybox-close-small:after{
    background: #0093d0 !important;
    font-size: 40px;
    font-weight: bold;
    right: 9px;
    top: 10px;
    color: #000;
    opacity: 1;
    border-radius: 5px;
} */
.fancybox-button svg {
	 background: #015486;
/*     height: 100%;  */
    color: #000;
    overflow: visible;
    position: relative;
    width: 100%;
    right: 9px;
/*      top: 10px; 
    color: #000;  */
    opacity: 1;
    border-radius: 5px;
}
.page-template-our-products .fancybox-close-small{
	opacity:1 !important;	
}
.fancybox-button svg path {
	fill:#fff !important;
}
.continue-btn{
  font-size: 16px;
  padding: 30px 0 20px;
  text-transform: uppercase;
}

.continue-btn a {
    color: white;
    text-decoration: none;
    border: 0px solid #015486;
    background:#015486;
    padding: 10px 20px;
}

footer{
	background-color:#F3F6F9;
	padding: 30px 0px;
}
@media only screen and (min-width: 768px){
    .wr_main_container {
        max-width: 750px;
		width:90%;
        margin: 0 auto;
    }
	.page-template-home-page .wr_banner_section {
		min-height:95% !important;
		height:calc(100vh - 170px) !important;
	}
	.wr_approval_grid_mobile{
		display:none;
	}
}
@media only screen and (max-width: 900px){
	.wr_home_card img {
		min-height: 250px;
		width: max-content;
		margin: 0 auto;
	}
}    
@media only screen and (min-width: 992px){
    .wr_main_container {
        max-width: 970px;
		width:100%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 1150px){
	.wr_biosimilar_diffrent_section .wr_biosimilar_diffrent_content .wr_bio_diff_single_card{
		flex:1 0 25%;
	}
	.wr_biosimilar_diffrent_content .wr_bio_diff_single_card:nth-child(3) img.arrow_img {
		display: none;
	}
}

@media (min-width:768px) and (max-width:1000px) {
	.page-template-resources-page .wr_header_bottom {
		left: -65px !important;
		bottom: -90px !important;
		padding: 65px 30px 70px 35px !important;
	}	
}
@media only screen and (max-width: 1200px){
	.wr_faq_container {
		flex-direction:column;
	}
	.wr_faq_container .wr_faq_image_side, 
	.wr_faq_container .wr_faq_content  {
		width: 70%;
		margin: 0 auto;
		text-align: center;
	}
	.wr_faq_container .wr_faq_content {
		width: 100% !important;
	}
	.wr_faq_container .wr_faq_question {
		margin:0 auto;
	}
}
@media only screen and (min-width: 1200px){
    .wr_main_container {
        max-width: 1440px;
		width:100%;
        margin: 0 auto;
		padding:0 50px;
    }
}
@media (min-width:600px) and (max-width:768px) {
	.wrap-mobile {		
		max-width: 60%;
		display:block;
	}
	.wr_approval_grid_mobile{
		width:80%;
		margin:0 auto;
	}
	
}
.wpf-uf-pop-wrapper{
	display:none;
}
