/** 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: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.product-card .product-row{
    background: #FFF;
    border: 2px solid #EDEBE4;
    border-radius: 8px;
    margin: 0 0 30px;
}   
/* .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%;
}
.product-card-accordion .accordion-body {
    border: 1px solid #000E56;
    border-radius: 0 0px 8px 8px;
}
.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-Regular';
   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-SemiBold';
    font-size: 13px;
    line-height: 16px;
    color: #000E56;
    margin-top: 10px;
    margin-bottom: 16px;
}
.product-card .product-post-content .blue-txt{
    font-family: 'Rethinksans-bold';
    font-size: 18px;
    line-height:24px;
    color:#000E56;
    margin-top: 1rem;
}
.product-card .first-post-para{
    font-family: 'RethinkSans-SemiBold';
    font-size: 18px;
    line-height: 24px;
}
.product-card .second-post-para{
   	font-family: 'RethinkSans-Regular';
    font-size: 16px;
    line-height: 20px;
    color: #000E56;
    margin-bottom: 0;
}
.product-card .filter-section{
    border: 2px solid #EDEBE4;
    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: 2px solid #EDEBE4;
}
.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: 2px solid #EDEBE4;
}

.product-card .document{
    border-right: 2px solid #EDEBE4;
}
.product-card .product-div .row.product-row a{
   color: #000E56;
   pointer-events: none;
}
.product-card .hidden{
    display: none;
}
.product-card .share-tray {
    position: absolute;
    background: #fff;
    padding: 15px;
    box-shadow: 0px 0px 5px #888888;
    border-radius: 5px;
    top:55px;
}
.product-card .share-tray img {
    width:30px;
    height:30px;
    margin-right: 15px;
    object-fit: contain;
}
.product-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: #000E56;
    color: #fff;
}
.product-card .btn-primary:hover,.btn-primary:focus{
   background: #061F80;
   border: none;
   box-shadow: none;
}
.product-card .img-div img{
    width: 100%;

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

.product-card .column-1{
    border-bottom: 2px solid #EDEBE4;
    padding-bottom: 20px;
}
.product-card .carousel,
.product-card .image-div {
    width: 90%;
    margin: 20px auto;
    padding: 30px;
    border: 2px solid #EDEBE4;
    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%;
    margin-right:15px;
}
.glider-product-tray .product-div{
    margin-right: 15px;
}

.product-div.glider-slide:hover,.product-div.glider-slide:focus{
    box-shadow: none;
}
@media (max-width: 766px) {
    .product-group{
        position: relative;
    }
    .product-card .slider-btns{
        position: absolute;
        bottom: 0;
    }
    .product-card .glider-contain{
        padding-bottom: 60px;
        position: unset;
    }
    .product-card .product-img{
        border-top-left-radius: 8px;
        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: 24px;
        padding: 20px 26px;
        border-radius: 6px;
        margin-bottom: 18px;
    }
    .product-card .column-1{
        border-right: 2px solid #EDEBE4;
        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:25px;
        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, #000E56, #000E56);
}
.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: #000E56;
    border: 2px solid #EDEBE4;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: none;   
    padding: 18.5px 27px 18.5px 24px;
    font-size: 18px;
    line-height: 24px;
}
.product-card-accordion #collapseOne {
    border: 2px solid #EDEBE4;
    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: #000E56;
}
.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: #000E56;
}
.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;
        border: 0;
        border-radius: 0 0px 8px 8px;
    }
    #product-card .product-card-accordion .accordion-body {
        border: 2px solid #EDEBE4;
    }
    .product-card .slider-btns{
        position: absolute;
        justify-content: right;
        top: 0;
    }
    .product-card .glider-contain{
        position: unset;
    }

}

@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;
    }
    .product-card>.container{
        position: relative;
    }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  {
    .product-card>.container{
        position: relative;
    }
}