/* global btn color */
:root {
  --light-blue: #2797d3;
  --vibe-red: #c84874;
  --dark-grey: #5d6265;
  --vibe-green: #b2c966;
}

.light-blue-btn {
  background-color: var(--light-blue);
}
.red-btn {
  background-color: var(--vibe-red);
}
.grey-btn {
  background-color: var(--dark-grey);
}
.green-btn {
  background-color: var(--vibe-green);
}

input[type="checkbox"]:checked{
  accent-color:#224a81;
}
input[type="checkbox"],.all-sec>input{
  -webkit-appearance: initial;
  appearance: initial;
  border:1px solid;
  position: relative;
}
input[type="checkbox"]:checked:after{
  background-color:#224a81;
  content: '';
  color: #fff;
  position: absolute;
  background-image: url('/wp-content/themes/ipsen-main/dist/images/tick.png');
  background-repeat: no-repeat;
  background-size: 11.6px 8.9px;
  background-position: center;
  left:0;
  right: 0;
  width: 100%;
  height: 100%;
}
.all-sec input.checked::after {
background-color:#224a81;
content: '';
color: #fff;
position: absolute;
background-image: url('/wp-content/themes/ipsen-main/dist/images/dash.png');
background-repeat: no-repeat;
background-size: 12px 1px;
background-position: center;
left:0;
right: 0;
width: 100%;
height: 100%;
}

select {
appearance: none;
background-color: transparent;
border: none;
padding: 0 1em 0 0;
margin: 0;
width: 100%;
font-family: inherit;
font-size: inherit;
cursor: inherit;
line-height: inherit;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* global btn color ends */

.story-list-btn a {
padding: 10.5px 23.5px;
border: 1px solid #224a81;
border-radius: 25px;
color: #224a81;
text-decoration: none;
white-space: nowrap;
font-family: "RethinkSans-Medium";
font-size: 14px;
line-height: 17px;
}
.story-list-btn {
padding: 0;
display: flex;
align-items: center;
text-align: left;
margin-right: 6px;
}
.story-list-btn:hover a,
.story-list-btn:focus a,
.story-list-btn.active a {
background-color: #224a81;
color: #fff;
}
.story-list-btn-div {
overflow: hidden;
}
.story-list-btn-div ul.list-btn {
padding: 0;
display: flex;
flex-direction: row;
overflow: scroll;
}
.filter-heading {
font-family: "Rethinksans-bold";
font-size: 20px;
line-height: 25px;
color: #224A81;
padding: 15px 20px;
color: var(--dark-grey);
width: 100%;
text-align: left;
border: 1px solid #2797d3;
border-radius: 8px;
}
.filter-heading:hover,
.filter-heading:focus {
background-color: #e7faff;
box-shadow: 0px 6px 12px rgb(0 0 0 / 12%);
}

.selection-period,
.selection-sort {
padding: 20px;
}
.reset-div {
display: flex;
justify-content: right;
align-items: flex-start;
}
.reset-btn {
position: relative;
padding-left: 20px;
margin-bottom: 0px;
margin-right: 0px;
}
.reset-btn::before {
display: block;
/* content: url('/wp-content/themes/ipsen-main/dist/images/Vector.png'); */
width: 12px;
height: 12px;
position: absolute;
left: 0;
top: 8px;
}
.story-heading h2 {
font-family: "Rethinksans-bold";
font-size: 32px;
line-height: 40px;
margin-bottom: 26px;
margin-top: 60px;
}

.btn.small-btn {
padding: 5px 10px;
border-radius: 4px;
color: #fff;
font-family: "RethinkSans-Medium";
font-size: 13px;
line-height: 16px;
}

.second-post-para {
font-family: "RethinkSans-Regular";
font-size: 16px;
line-height: 24px;
color: #292c31;
margin-bottom: 0;
}

.story-total-div {
display: none;
}
.filter-content button {
width: 100%;
appearance: none;
background-color: transparent;
border: none;
text-align: left;
border: 1px solid #2797d3;
border-radius: 8px;
color: #5d6265;
}
.filter-content ul {
list-style: none;
padding: 0;
}
.filter-content label {
padding: 0;
}
.filter-dropdown {
width: 100%;
padding: 0;
border: 1px solid #2797d3;
border-radius: 0px 0px 8px 8px;
margin-top: 0;
}

.filter-dropdown {
display: none;
}

/* new drop down styles */
#topic-drop,
.period-drop,
#filter-by,#laylangauage-filter-by,
.mutltiselect-dropdown .ms-options-wrap > button {
padding: 15px 15px;
border: 2px solid #EDEBE4;
border-radius: 8px;
font-family: "RethinkSans-Regular";
font-weight: 400;
font-size: 16px;
line-height: 20px;
width: 100%;
color: #000E56;
}
.topic-dropdown,
.period-dropdown,
.filter-by-dropdown {
display: none;
padding: 13px 15px;
border: 1px solid #224a81;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
.all-sec, .year-items,.list-div li {padding: 10px 0;display: flex;align-items: center;flex-direction: row;}
.years-div {
border-top: 1px solid #8f9699;
}
.topic-dropdown label,
.period-dropdown label,
.filter-by-dropdown li.filterby-items {
font-family: "RethinkSans-Medium";
font-size: 16px;
line-height: 26px;
color: #224a81;
}
input:hover,
input:focus {
border-color: #224a81 !important;
color: #224a81 !important;
outline: none;
}
.arrow #topic-drop,
.arrow .period-drop,
.arrow #filter-by, .arrow #laylangauage-filter-by,
#fliter-btn.arrow {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-color: #224a81;
color: #224a81;
}
.input-div-topic.arrow:after,
.input-div-period.arrow:after,
#fliter-btn:after,
#fliter-btn.arrow:after {
content: url('/wp-content/themes/ipsen-main/dist/images/arrow-up.png');
}

.input-div-topic:after,
.input-div-period:after,
#fliter-btn:after {
content: url('/wp-content/themes/ipsen-main/dist/images/arrow-down.png');
position: absolute;
right: 15px;
top: 50%;
translate: 0 -50%;
}
.input-div-topic,
.input-div-period,
.input-filter,
#fliter-btn {
position: relative;
}

/* new ENDS drop down styles */
/* final try */
.mutltiselect-dropdown .ms-options-wrap > button {
background-color: transparent;
text-align: left;
}
.mutltiselect-dropdown .ms-options {
padding: 13px 15px;
border: 1px solid #224a81;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
.ms-options ul.list-div {
padding: 0;
list-style: none;
}
.ms-options-wrap button {
padding: 13px 15px;
position: relative;
}
.ms-options-wrap button:after {
content: " ";
background-image: url('/wp-content/themes/ipsen-main/dist/images/down-gray.png');
background-repeat: no-repeat;
background-size: 100%;
display: block;
position: absolute;
right: 15px;
top: 50%;
width: 10px;
height: 6px;
}
.ms-options-wrap button.clicked:after {
background-image: url('/wp-content/themes/ipsen-main/dist/images/arrow-up.png');
}
.ms-options-wrap button.clicked {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.ms-options {
border: 1px solid #224a81;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
max-height: 25px !important;
}
.ms-options ul li label input {
margin-right: 15px;
}
ul.list-div li label > input,
.all-sec input {
min-width: 20px;
min-height: 20px;
}
.all-sec input {margin-right: 20px;margin-left: 14px;}
ul.list-div {
border-top: 1px solid #8f9699;
}
ul.list-div li {
margin-left: 0;
padding: 10px 0;
}
ul.list-div li label,
.all-sec label {
font-family: "RethinkSans-Medium";
font-size: 16px;
line-height: 26px;
color: #224a81;
}
#show-list {
position: relative;
}

/* sort styles */
/*the container must be positioned relative:*/
.select-selected.select-arrow-active {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.custom-select {
position: relative;
font-family: Arial;
}

.select-selected {
background-color: transparent;
}

/*style the arrow inside the select element:*/
.select-selected:after {
position: absolute;
content: url('/wp-content/themes/ipsen-main/dist/images/down-gray.png');
position: absolute;
right: 15px;
top: 50%;
translate: 0 -50%;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
content: url('/wp-content/themes/ipsen-main/dist/images/arrow-up.png');
}

/*style the items (options), including the selected item:*/
.select-items div {
color: #292c31;
padding: 10px 12px;
background-color: transparent;
}
.select-selected {
position: relative;
color: #292c31;
padding: 13px 15px;
border: 1px solid #8f9699;
font-family: "RethinkSans-Medium";
font-size: 16px;
line-height: 24px;
cursor: pointer;
user-select: none;
border-radius: 8px;
}

/*style items (options):*/
.select-items {
display: block;
position: static;
background-color: transparent;
border: 1px solid #8f9699;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
transition: display 3s ease-in-out;
}

/*hide the items when the select box is closed:*/
.select-hide {
display: none;
}

.select-items div:hover,
.same-as-selected {
background-color: rgba(0, 0, 0, 0.1);
}
.sort-section {
display: flex;
align-items: center;
margin-right: 30px;
}
.short-name-sec {
display: flex;
align-items: center;
}
.show-list {
margin-bottom: auto;
margin-top: 15px;
}
.filter-by-dropdown.block .filter-by-inner,
.filter-by-dropdown .autoFill {
display: none;
}
.filter-by-dropdown .filter-by-inner {
display: block;
}

.sort-input input,
.sort-input-ascending input {
display: block;
padding: 13px 15px;
border: 1px solid #8f9699;
border-radius: 8px;
width: 100%;
}
.sort-input-inner,
.sort-input-ascending-inner,
.sort-input-inner-lib {
position: relative;
display: flex;
align-items: center;
}
.sort-dropdown,
.sort-dropdown-ascend,
.sort-dropdown-lib {
display: none;
padding: 13px 15px;
border: 1px solid #8f9699;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
max-width: 78%;
/* float: left; */
margin-left: auto;
}
.sort-input-ascending-inner:after,
.sort-input-inner:after {
content: url('/wp-content/themes/ipsen-main/dist/images/down-gray.png');
position: absolute;
right: 15px;
top: 50%;
translate: 0 -50%;
}
.sort-input-ascending-inner.arrow:after,
.sort-input-inner.arrow:after {
content: url('/wp-content/themes/ipsen-main/dist/images/arrow-up.png');
}
.sort-input .arrow input,
.sort-input-ascending .arrow input {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.sort-input,
.sort-dropdown {
max-width: 100px;
}
.sort-input-ascending input,
.sort-dropdown-ascend {
max-width: 200px;
}
select{
outline: none;
}
#sorting-input{
width:100px;
}
#sorting-input-ascend{
width: 200px;
}
/* sort styl ends */

/* desktop styles */
@media only screen and (min-width: 991px) {
.story-list-btn-div {
  overflow: uset;
  margin-bottom: 55px;
}
.story-list-btn-div ul.list-btn {
  overflow: unset;
}
.story-total-div {
  display: flex;
}
.no-of-show {
  margin-left: auto;
}
.story-total-div select {
  padding: 13px 15px;
  border-radius: 8px;
  border: 1px solid #8f9699;
}
.no-of-sort select {
  margin-right: 0;
}
.story-total-div label {
  font-family: "RethinkSans-Regular";
  font-size: 16px;
  line-height: 24px;
  margin-right: 20px;
}
.story-total-div {
  margin-bottom: 30px;
  margin-top: 10px;
}
.story-heading h2 {
  font-size: 42px;
  line-height: 53px;
}

}

/* Story-Card CSS Start */
.story-div .column-1 img {
width: 100%;
max-width: 100%;
object-fit: contain;
}
.story-row {
  position: relative;
  background: #FFFFFF;
  border: 2px solid #EDEBE4;
  border-radius: 8px;
  z-index: 3;
  width: 100%;
  margin: 0 auto 30px;
  padding: 30px;
}
/* .story-row:hover {
/* box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.12); */
} */
.story-row:hover .story-post-content .blue-txt {
color: #061F80;
}
.story-img {
max-width: 100%;
height: auto;
width: 143px;
padding: 34px;
background-color: #EDEBE4;
border-radius: 8px;
display: inline-block;
}
.story-img iframe,
.story-img object,
.story-img embed {
width: 100%;
height: 100%;
}
.story-img img {
transition: 0.5s all ease;
}
/* .story-row:hover .story-img img {
transform: scale(1.1);
} */
.story-div .column-1,
.story-div .column-2 {
padding: 0;
}

.story-post {
padding: 30px;
}

.btn.tag-btn {
padding: 5px 10px;
border-radius: 4px;
color: #fff;
font-family: 'Rethinksans-bold';
font-weight: 700;
font-size: 13px;
line-height: 16px;
cursor: text;
margin-right: 10px;
}

span.story-date,
span.story-read-time {
font-family: 'RethinkSans-Regular';
font-size: 13px;
line-height: 16px;
color: #000E56;
margin-top: 10px;
margin-bottom: 16px;
}
.story-post-content .blue-txt {
font-family: 'RethinkSans-SemiBold';
font-size: 25px;
line-height: 30px;
font-weight: 600;
color: #000E56;
margin-top: 12px;
margin-bottom: 12px;
cursor: pointer;
}
.story-post-content a {
text-decoration: none;
}
.second-post-para {
font-family: 'RethinkSans-Regular';
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: #000E56;
margin-bottom: 0;
}

#list-search,
.mob-sort-sec #sort-mob {
padding: 13px 15px;
appearance: none;
background-color: transparent;
border: none;
text-align: left;
border: 1px solid #2797d3;
border-radius: 8px;
width: 100%;
}
.search-drop-down,
.mob-sort-sec {
padding: 20px;
}

/* drop down search */
.search-drop-down {
position: relative;
}

.dropdown-content,
.dropdown-content-sort {
display: none;
background-color: #fff;
min-width: 160px;
overflow: auto;
border: 1px solid #224a81;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}

.dropdown-content a,
.dropdown-content-sort a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.show,
.show-sort {
display: block;
}
#list-search.onFocus,
#sort-mob.onFocus {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
#list-search:hover,
#list-search:focus,
#sort-mob:hover,
#sort-mob:focus {
outline: none;
}
#list-search,
#sort-mob {
position: relative;
}
#list-search:after {
content: "sri";
}
.filter-input {
position: relative;
}
.filter-img {
position: absolute;
right: 15px;
top: 50%;
translate: 0 -50%;
}
.mob-sort-sec {
display: none;
}
.mob-sort-sec select {
position: relative;
}
.mob-sort-sec select > option {
display: block;
position: static;
}
.filter-content button:hover,
.filter-content button:focus,
#list-search:hover,
.mob-sort-sec #sort-mob:hover,
#list-search:focus,
.mob-sort-sec #sort-mob:focus {
border-color: #224a81;
color: #224a81;
}
.input-filter::after {
content: url('/wp-content/themes/ipsen-main/dist/images/filter-line.png');
position: absolute;
right: 15px;
top: 60%;
translate: 0 -60%;
}
.recent {
padding: 10px 15px;
}
.filter-by-list {
list-style: none;
padding: 0;
}
.filterby-items {
background: linear-gradient(to left, #fff 50%, #e7faff 50%) right;
background-size: 300%;
transition: background 0.3s ease-in;
padding: 10px 15px;
}
.filterby-items:hover,
.filterby-items:focus {
background-position: left;
color: #000;
}
#filter-by::-webkit-search-cancel-button, #laylangauage-filter-by::-webkit-search-cancel-button {
position: relative;
right: 20px;
}

/* mobile styles */
@media (max-width: 766px) {
.desk-span {
  display: inline-block !important;
}
p.mob-span {
  margin-top: 10px;
}
div.dropdown ul.dropdown-menu.show {
  position: relative !important;
  inset: 0 !important;
  transform: none !important;
}
.story-content-div > .row .column-1 {
  margin-bottom: 30px;
  padding: 0;
}
.mob-sort-sec {
  display: block;
}
}
@media (min-width: 767px) {
.mob-span {
  display: none;
}
}


/* Device based margin added for Stories page */
/* Large desktop design */
@media only screen and (min-width: 1600px){
.container-fluid.stories .story-filter-card{
    margin: 100px auto;
}
}

/* Small desktop design */
@media only screen and (min-width: 1200px) and (max-width: 1599px){
.container-fluid.stories .story-filter-card{
    margin: 70px auto;
}
}

/* Tablet landscape design */
@media only screen and (min-width: 992px) and (max-width: 1199px){
.container-fluid.stories .story-filter-card{
    margin: 70px auto;
}

.story-img {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  max-height: 100%;
}
}

/* Tablet portrait design */
@media only screen and (min-width: 768px) and (max-width: 991px){
.container-fluid.stories .story-filter-card{
    margin: 70px auto;
}
.story-filter-main {
padding: 0;
}
}

/* Mobile design */
@media only screen and (min-width: 360px) and (max-width: 767px){
.container-fluid.stories .story-filter-card{
    margin: 0px auto 60px auto;
}
.story-filter-main {
  padding: 0 24px;
}
}

/** Product Card Css **/
.product-card .green-btn{
background-color: var(--vibe-green);
}
.product-card .blue-btn{
background-color: var(--light-blue);
}
.product-card .red-btn{
background-color: var(--vibe-red);
}
.product-card .product-info-sec .btn{
margin-right:5px;
}

/* product card horizontal css */
.product-card .product-div img{
width: auto;
height: auto;
object-fit: contain;
display: block;
margin: 0 auto;
}
.product-card .product-row{
background: #FFFFFF;
border: 1px solid #C4C9CB;
border-radius: 8px 8px 0 0;
margin: 0 0px;
}
.product-card .product-div:hover{
box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.12);
}
.product-card .product-row:hover .product-post-content .blue-txt{
color:#2797D3;
}
.product-card .product-img{
overflow:hidden;
max-width: 100%;
height:100%;
}
.product-card .product-img{
width: 90%;
margin: 20px auto;
padding: 30px;
border: 1px solid #C4C9CB;
border-radius: 8px;
height: auto;
}
.product-card .product-img iframe,
.product-card .product-img object,
.product-card .product-img embed {
width: 100%;
height: 100%;
}

.product-card .product-div .column-1, .product-card .product-div .column-2{
padding: 0;
}

.product-card .product-post{
padding: 20px 24px 20px 24px;
}
.product-card .product-filter-main{
padding:0 24px;
}
.product-card .btn.tag-btn{
padding: 5px 10px;
border-radius: 4px;
color: #fff;
font-family: 'RethinkSans-Medium';
font-size: 13px;
line-height:16px ;
cursor: text;
}
.product-card span.product-date, 
.product-card span.product-read-time,
.product-card span.product-place,
.product-card span.product-read-date-time{
font-family: 'RethinkSans-Medium';
font-size: 14px;
line-height: 16.8px;
color: #5D6265;
margin-top: 10px;
margin-bottom: 16px;
}
.product-card .product-post-content .blue-txt{
font-family: 'Rethinksans-bold';
font-size: 18px;
line-height:23px;
color:#224A81;
margin-top: 1rem;
}
.product-card .first-post-para{
font-family: 'RethinkSans-SemiBold';
font-size: 18px;
line-height: 22.5px;
}
.product-card .second-post-para{
font-family: 'RethinkSans-Regular';
font-size: 16px;
line-height: 24px;
color: #292C31;
margin-bottom: 0;
}
.product-card .filter-section{
border: 1px solid #C4C9CB;
border-radius: 6px;
margin-bottom: 40px;
}
.product-card .product-content-div .row>.column-1{
padding: 0;
}
.product-card .carousel-control-next-icon,
.product-card .carousel-control-prev-icon{
background-color:transparent;
}
.product-card img.radio-img{
max-width: 17px;
height: 17px;
margin-left: 15px;
}
.product-card .product-time-div{
display: flex;
flex-direction:row;
height: auto;
vertical-align: c;
align-items: center;
}
.product-card .product-info-sec{
display: flex;
align-items: center;
}
.product-card .download img{
max-width: 18px;
height: auto;
margin-right: 10px;
margin-left: 15px;
}
.product-card .share img{
max-width: 18px;
height: auto;
}
.product-card .download{
border-right: 1px solid #C4C9CB;
}
.product-card .share{
margin-left: 10px;
}
.product-card .product-share-sec{
margin-left: auto;
display: flex;
flex-direction: row;
}
.product-card .radio-img.file-img{
max-width: 12px;
height: 18.25px;
}
.product-card .document img {
margin-right: 15px;
margin-left: 15px;
max-width: 17px;
}
.product-card .union img {
margin-right: 15px;
max-width: 20px;
}
.product-card .union{
border-right: 1px solid #C4C9CB;
}

.product-card .document{
border-right: 1px solid #C4C9CB;
}
.product-card .product-div a{
color: #224A81;
}
.laylanguage-card .hidden{
display: none;
}
.laylanguage-card .share-tray {
position: absolute;
background: #fff;
padding: 15px;
box-shadow: 0px 0px 5px #888888;
border-radius: 5px;
top:55px;
right: 10px;
}
.laylanguage-card .share-tray img {
width:30px;
height:30px;
margin-right: 15px;
object-fit: contain;
}
.laylanguage-card .share-tray a{
display:flex;
padding: 10px;
align-items: center;
}

/* product card common and mobile start */
.product-card .lato-light{
font-family: 'RethinkSans-Regular';
}
.product-card .lato-semi{
font-family: 'RethinkSans-SemiBold';
}
.product-card .btn-primary{
font-family: 'RethinkSans-SemiBold';
background: #2797D3;
color: #fff;
}
.product-card .btn-primary:hover,.btn-primary:focus{
background: #3FAFEB;
border: none;
box-shadow: none;
}
.product-card .img-div img{
width: 100%;

}
.product-card .para p{
font-size: 14px;
line-height: 17px;
margin-bottom: 12px;
}
.product-card p.img-type{
margin-top: 18px;
font-size: 14px;
line-height: 16.8px;
margin-bottom: 40px;
}
.product-card .product-div .btn-download{
font-size: 14px;
line-height: 16.8px;
padding: 16.5px 28px;
border: none;
border-radius: 6px;
}

.product-card .column-1{
border-bottom: 1px solid #C4C9CB;
padding-bottom: 20px;
}
.product-card .carousel,
.product-card .image-div {
width: 90%;
margin: 20px auto;
padding: 30px;
border: 1px solid #C4C9CB;
border-radius:8px;
}
/* #productCarousel{
padding:0;
border:0;
margin: 0;
width: 100%; 
} */

.product-card .product-carousel-buttons {
position: relative;
display: flex;
justify-content: center;
}
.product-card .product-carousel-buttons .carousel-control-prev,
.product-card .product-carousel-buttons .carousel-control-next{
position:relative;
left:0;
right:0;
}
.product-card .product-carousel-buttons .carousel-control-prev{
margin-right:20px;
}
.product-card .carousel-control-prev-icon {
background-image: url(/wp-content/themes/ipsen-main/dist/images/blue-left-arrow.png);
}
.product-card .carousel-control-next-icon{
background-image: url(/wp-content/themes/ipsen-main/dist/images/blue-right-arrow.png);
}
.product-card .carousel-control-prev.stop .carousel-control-prev-icon {
background-image: url(/wp-content/themes/ipsen-main/dist/images/Slider-Arrow.png);
pointer-events: none;
}
.product-card .carousel-control-next.stop .carousel-control-next-icon {
background-image: url(/wp-content/themes/ipsen-main/dist/images/Slider-Arrow-rigt.png);
pointer-events: none;
}
.product-card .carousel-control-prev.stop,
.product-card .carousel-control-next.stop {
pointer-events: none;
}
.product-card .carousel-control-next,  
.product-card .carousel-control-prev{
top: unset;
bottom: 0;
opacity: 1;

}
.product-card .carousel-control-next-icon, 
.product-card .carousel-control-prev-icon{
width: 40px;
height: 40px;
} 
.product-card .carousel-control-next{
right:34%;
}
.product-card .carousel-control-prev{
left: 34%;
}
.product-card div#carouselExampleControls{
padding-bottom: 70px;
}
.product-card .slider-btns {
display: flex;
justify-content: center;
width: 100%;
position: relative;
margin: 0px auto 0px auto;
order: 1;
}

.product-card .slider-btns button {
position: static;
transform: translate(0, 0);
width: 37px;
height: 34px;
appearance: none;
background: transparent;
border: navajowhite;
}

.product-card .slider-btns button[aria-disabled=true] {
opacity: 0.5;
}

.product-card .slider-btns button.glider-product-tray-prev {
margin-right: 15px;
}

.product-card .slider-btns button span {
width: 100%;
height: 100%;
display: block;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}

.product-card .slider-btns button.glider-product-tray-prev span {
background-image: url(/wp-content/themes/ipsen-main/dist/images/blue-left-arrow.png);
}

.product-card .slider-btns button.glider-product-tray-next span {
background-image: url(/wp-content/themes/ipsen-main/dist/images/blue-right-arrow.png);
/* margin-left: 20px; */
}
.product-card .product-group{
display: flex;
flex-direction: column;
}
.product-div.glider-slide{
width: 100% !important;
}
@media (max-width: 766px) {
.product-card .glider-contain{
  margin-bottom: 40px;
}
.product-card .product-img{
  border-top-left-radius: 8px;
  margin-bottom: 20px;
  border-top-right-radius: 8px;
}
.product-card .desk-span,
.product-card img.desk-span {
  display:none;
}
.product-card p.mob-span {
  margin-top:10px;
}
.product-card img.radio-img {
  margin-left:0;
  margin-right: 15px;
  float: left;
}
.product-card .product-info-sec {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.product-card .product-share-sec{
  margin-top: auto;
  margin-bottom: 22px;
}
.product-card p.mob-span img{
  display: block;
}
/* head and summary css */
.product-card .product-card-summary h2{
  font-size: 32px;
  line-height:40px ;
  margin-bottom: 16px;
}
.product-card .product-card-summary p{
  font-family: 'RethinkSans-Regular';
  font-size: 20px;
  line-height:32px ;
  margin-bottom: 40px;
} 
}

@media (min-width: 767px) {
.product-card .product-img{
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.product-card .mob-span {
  display:none;
}

.product-card p.img-type {
  margin-top: 18px;
  margin-bottom: 50px;
}
.product-card .product-div .btn-download {
  font-size: 18px;
  line-height: 22.5px;
  padding: 20px 26px;
  border-radius: 6px;
  margin-bottom: 18px;
}
.product-card .column-1{
  border-right: 1px solid #C4C9CB;
  border-bottom: 0;
}
.product-card .carousel-control-next, .product-card .carousel-control-prev{
      top: 0;
      bottom:unset;
      align-items: unset;
      justify-content: unset;
      display: block;
      width: 40px;
      height: 40px;
  }

.product-card .carousel-control-next-icon, .product-card .carousel-control-prev-icon{
  width: 40px;
  height: 40px;
} 
.product-card .carousel-control-next{
  right:0;
}
.product-card .carousel-control-prev{
  left:unset;
  right: 60px;
}
.product-card div#carouselExampleControls{
  padding-top: 80px;
  padding-bottom: 0;
}
/* head and summary css */
.product-card .product-card-summary h2{
  font-size: 42px;
  line-height:53px ;
  margin-bottom: 24px;
}
.product-card .product-card-summary p{
  font-family: 'RethinkSans-Regular';
  font-size: 20px;
  line-height:32px ;
  margin-bottom: 50px;
}
}

/* Card Accrodion Css */
.product-card-accordion button.accordion-button.accor-btn[aria-expanded="true"]{
border-radius: 0 !important;
background: linear-gradient(0deg, #E7FAFF, #E7FAFF),
linear-gradient(0deg, #2797D3, #2797D3);
}
.product-card-accordion .accordion-header button.accordion-button.accor-btn:hover{
background: linear-gradient(0deg, #E7FAFF, #E7FAFF), linear-gradient(0deg, #2797D3, #2797D3);
}

.product-card-accordion button.accordion-button.accor-btn, .product-card-accordion .accordion-header button.accordion-button.accor-btn:hover {
background-color: #fff;
font-family: 'Rethinksans-bold';
color: #224A81;
border: 1px solid #2797D3;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
box-shadow: none;
border-top-color: transparent;
padding: 18.5px 27px 18.5px 24px;
font-size: 18px;
line-height: 22px;
}
.product-card-accordion #collapseOne {
border: 1px solid #2797D3;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}

.product-card-accordion.accordion-body{
padding: 24px 24px 10px 24px;
}
.product-card-accordion .accordion-body p{
color: #224A81;
}
.product-card-accordion .accordion-body a,.product-card-accordion .accordion-body p{
font-family: 'RethinkSans-SemiBold';
font-size: 16px;
line-height: 20px;
}

.product-card-accordion .accordion-body a:hover,.product-card-accordion .accordion-body a:focus{
color: #2797D3;
}
.product-card-accordion .accordion-item{
border:none;
}
.product-card-accordion .accordion-button:not(.collapsed)::after {
background-image: url(../images/arrow-down.png);
background-image: url(/wp-content/themes/ipsen-main/dist/images/arrow-down.png);

}
.product-card-accordion .accordion-button::after {
background-image: url(/wp-content/themes/ipsen-main/dist/images/arrow-up.png);
background-size: 12px;
background-position: center;
transform: rotate(180deg);
}
.product-card-accordion .file-size-info{
color: #8F9699;
}
.product-card-accordion button.accordion-button.accor-btn.collapsed{
background:#fff;
box-shadow: none;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}

.product-card-accordion button.accordion-button.accor-btn .link-icon img{
width:20px;
height:10px;
margin:0 20px 0 0;
}
.product-card-accordion .link-res-icon img{
width: auto;
height: auto;
display: inline;
margin: 0 10px 0px;
}
.glider-slide .product-card-accordion{
margin-bottom: 0 !important;
}
/* desktop styles */

@media (min-width: 767px){
.product-card-accordion button.accordion-button.accor-btn, .product-card-accordion .accordion-header button.accordion-button.accor-btn:hover {
  padding: 20px 31.5px 25px 40px;
  font-size: 20px;
  line-height: 25px;
}
.product-card-accordion .accordion-body {
  padding: 34px 30px 16px 30px;
}
.product-card .slider-btns{
  position: absolute;
  justify-content: right;
  top: 0;
}

}

@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: portrait) 
{
.product-card-accordion button.accordion-button.accor-btn, .product-card-accordion .accordion-header button.accordion-button.accor-btn:hover {
  padding: 18.5px 27px 18.5px 24px;
}
.product-card-accordion .accordion-body {
  padding: 24px 24px 10px 24px;
}
}

.laylanguage-card .video-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  /* padding-left: 15px;
  padding-right: 15px; */
}

/* #laylanguage-card .video-embed{
  top:20px;
} */

.laylanguage-card  .video-embed iframe {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  width: 100%;
  height: 100%;
}
.laylanguage-card .column-2 {
  padding-left: 12px;
  padding-right: 0;
}
.laylanguage-card .story-post {
  padding: 0px;
}

@media (max-width: 767px){
  .laylanguage-card .column-1 {
    padding-bottom: 15px;
  }
  .laylanguage-card .column-2 {
    padding-left: 0px;
  }
}