.quote-sec-inner img {
    width: 100%;
    max-width: 202px;
    left: 0;
    top: -14px
}

.quote-sec-inner {
    /* background: url(/wp-content/themes/ipsen-main/dist/images/arrow-graphics.png); */
    background-repeat: no-repeat;
    background-size: 154px 98px;
    background-position: top 25px left 180px;
    position: relative;
    margin-top: 30px;
    border-radius: 8px
}

.quote-sec-inner .row {
    flex-direction: column;
    justify-content: space-between;
    margin: 50px 0
}

.quote-sec-inner.glider-slide .row {
    margin: 0
}

/*.quote-content {
    margin: 0 24px
}*/

.quote-content .para {
    font-family: 'RethinkSans-Regular';
    font-size: 24px;
    line-height: 32px;
    color: #292C31
}

.quote-para p {
    font-family: 'RethinkSans-Regular';
    font-size: 16px;
    font-weight:400;
    line-height: 20px;
    margin-bottom: 24px;
}

.quotes-section a {
    color: #224A81;
    position: relative;
    z-index: 2;
}
.quote-author {
    font-family: 'Rethinksans-bold';
    font-size: 13x;
    line-height: 16px;
    /* font-weight: 700; */
    color: #000E56;
    margin-bottom: 0;
}

span.quote-dash {
    margin-bottom: 5px
}

.quote-author-role {
    font-family: 'RethinkSans-Regular';
    font-size: 18px;
    line-height: 22px;
    color: #000E56;
}

.quote-sign-div {
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.quote-dash-div {
    display: flex;
    flex-direction: row;
    align-items: center
}

span.quote-dash {
    display: none;
    width: 14px;
    height: 2px;
    background-color: #224A81;
    margin-right: 10px
}

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

.quotes-section .slider-btns button.glider-quote-next span {
    background-image: url(/wp-content/themes/ipsen-main/dist/images/blue-right-arrow.png)
}

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

.quotes-section .slider-btns button {
    position: static;
    transform: translate(0,0);
    width: 37px;
    height: 34px;
    background: transparent;
    padding: 0;
    appearance: none;
    cursor: pointer;
    border: none
}

.quotes-section.quotes-carousel .slider-btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0 10px
}

.quotes-section .slider-btns button.glider-quote-prev {
    margin-right: 15px
}

.quotes-section .slider-btns button.disabled {
    cursor: default;
    opacity: .5
}

.quote-sec-inner .column-1 {
    padding-right: 0;
    padding-left: 0
}
.quote-dash-div a:where(:hover,:focus) p{
    color: #3FAFEB;
}

.quote-sec-inner .video-embed{
    top: 0px;
}

@media only screen and (max-width: 992px) {
    .quote-sign-div {
        margin-bottom:24px
    }
}

@media only screen and (max-width: 767px) {
    .quotes-carousel .quote-sec-inner.glider-slide {
        margin-top:0
    }

    .quotes-section .bg-color-enabled .column-1 {
        width: auto !important;
        }

    /* .quotes-section .bg-color-enabled .column-1 .quote-img {
        display: flex;
        max-width: 269px;
        align-items: center;
        margin: 40px 70px 0px;
        } */

    .quotes-section .bg-color-enabled .column-1 .quote-img{
        padding: 25px;
    }

    .quotes-section.quotes-carousel {
        position: relative;
        padding-bottom: 60px
    }

    .quotes-section.quotes-carousel .slider-btns {
        justify-content: center;
        position: absolute;
        bottom: 0;
        padding: 0;
        left: 0;
        right: 0
    }
}

@media only screen and (min-width: 768px) {
    .quote-sec-inner {
        background-position:top 58px left 255px
    }

    .quote-sec-inner .row {
        margin: 50px 0 70px;
        flex-direction: row;
        min-height: auto
    }

    .quote-sec-inner.glider-slide .row {
        margin: 0;
        flex-direction: row;
        min-height: auto
    }

    /* .quote-content {
        padding: 62px 70px 62px 0;
        margin-left: 70px; 
    }  */

    .order-1 .quote-content {
        /* padding: 62px 70px 62px 0; */
         margin-left: 70px; 
    }

    .quote-sign-div {
        margin-bottom: 0
    }

    .quote-sec-inner img {
        max-width: 100%;
        width: 275px;
    }
}

.tabs-widget .quotes-section .container {
    padding: 0
}

@media only screen and (min-width: 992px) {
    .wp-block-column .quote-sec-inner img {
        top:-18px
    }

    .quotes-carousel .quote-sec-inner.glider-slide {
        margin-top: 50px
    }

    .quote-sec-inner .row {
        flex-direction: row;
        justify-content: space-between;
        min-height: auto;
        align-items: center;
        min-height: 350px;
    }

    /* .quote-sec-inner img {
        top: -29px
    } */

    .quote-content .para {
        margin-top: 0
    }

    .quote-author {
        font-size: 16px;
        line-height: 20px
    }
    .quote-author-role {
        font-family: 'RethinkSans-Regular';
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        cursor: text;
        margin: 0;
        color: #000E56;
    }

    .quote-sec-inner {
        background-size: 350px 230px;
        background-position: left 40% top 17%;
        min-height: auto;
        margin-top: 100px
    }

    /* .quote-sec-inner .column-1 {
       margin-bottom: auto;
        position: relative
    } */

    .tabs-widget .quotes-section .quote-sec-inner {
        margin-top: 70px
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) {
    .quote-sec-inner .row {
        flex-direction:row;
        justify-content: space-between;
        min-height: auto
    }

    .quote-sec-inner .row .column-1 {
        width: 30%
    }

    .quote-sec-inner .row .column-2 {
        margin-top: 10px;
        width: 70%
    }

    .quote-content {
        margin: 0 24px 0 0
    }

    .quote-sec-inner {
        background-size: 200px 103px;
        background-position: top 25px right 62%
    }
}

@media only screen and (min-width: 992px) and (max-width:1023px) {
    .quote-sec-inner img {
        min-width:280px!important
    }

    .quote-content .para {
        margin-top: 20px
    }

    .quote-sec-inner {
        background-size: 200px 103px;
        background-position: left 34% top 10%
    }
}

@media only screen and (min-width: 1024px) {
    .quote-content .para {
        margin-top:20px
    }

     .quote-sec-inner .video-embed {
        margin-top: 13%;
        margin-left: 10%;
        margin-right: 0%;
    }
}

@media only screen and (min-width: 1200px) and (max-width:1599px) {
    .wp-block-column .quote-sec-inner {
        background-size:210px 160px;
        background-position: left 40% top 4%
    }
}
@media only screen and (min-width: 1600px) {
    .wp-block-column .quote-sec-inner {
        background-size:301px 200px;
        background-position: left 51% top 20%
    }

    .quote-content .para {
        font-size: 32px;
        line-height: 44px;
        margin-top: 0px;
        margin-bottom: 10px
    }

    .quote-sec-inner {
        background-position: left 42% top 38%;
        margin-top: 100px;
    }
    
    .quote-author-div {
        padding-bottom: 10px
    }

    .quote-content {
        padding: 0px 70px 0 0;
    }
}
@media only screen and (min-width: 1875px) and (max-width: 1920px){
    .quote-sec-inner {
    background-position: left 42% top 29% !important;
}
}
@media only screen and (min-device-width: 768px)and (max-device-width:1024px)and (orientation :landscape) {
    .quote-sec-inner img {
        min-width:unset;
        top: -29px
    }

    .wp-block-column .quote-sec-inner .row {
        flex-direction: unset;
        justify-content: unset;
        min-height: auto;
        align-items: unset
    }

    .wp-block-column .quote-sec-inner .row .column-1 {
        width: 50%;
        display: flex;
        flex-direction: row;
        align-items: center
    }

    .wp-block-column .quote-sec-inner .row .column-2 {
        width: 50%!important
    }

    .wp-block-column .quote-sec-inner {
        background-size: 218px 132px;
        background-position: top 60px right 31%
    }

    .wp-block-column .quote-content {
        padding: 10px 0 0 25px
    }

    .quote-sec-inner .video-embed {
        margin-top: 30%;
        margin-left: 5%;
         margin-right: 5%;
     }
}

.no-bg-color {
    background-color: #fff
}

.quotes-rectangle-content {
    padding-top: 10px;
    margin: 0 24px
}

.rectangle-para p {
    font-family: 'RethinkSans-Regular';
    font-size: 16px;
    line-height: 20px;
    color: #000E56;
}

.quotes-rectangle-img img {
    width: 100%;
    height: auto
}

.quotes-rectangle-img {
    padding: 20px
}

.rectangle-sign span.quote-dash {
    background-color: #000
}

.rectangle-sign .quote-author {
    color: #000E56;
}

.quotes-rectangle-inner {
    background-image: url(../../../../../../../../../../../../../../../themes/ipsen-main/template-parts/ipsen-blocks/images/arrow.png);
    background-repeat: no-repeat;
    background-size: 30px 33px;
    background-position: top 53% left 20px,center
}

.only-quotes-inner .quotes-rectangle-content p {
    margin-bottom: 0
}

.only-quotes-content {
    margin: 0;
    padding: 24px
}

.quotes-rectangle-inner.only-quotes-inner {
    background-position: top 9px left 8px
}

section.quotes-section .video-embed, .quotes-rectangle-inner .video-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    /* padding-left: 15px;
    padding-right: 15px;
    top: 10px;
    padding-top: 0;
    left: 10px; */
}

.video-embed iframe .veeva_video{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.veeva_video{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.row .order-2{
	left: -10px;
}

section.quotes-section  .video-embed iframe, .quotes-rectangle-inner .video-embed iframe  {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    width: 100%;
    height: 100%;
}

.quote-author-div {
    position: relative
}

.quote-dash-div a:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}
.quotes-section:has(.rectangle-sign) .quote-author-role{
    font-weight: bold;
}
.quotes-section:has(.quotes-rectangle-img) .quotes-rectangle-img img{
   border-radius: 8px;
}
@media only screen and (min-width: 991px) {
    .quotes-rectangle-inner {
        display:flex;
        background-position: left 35% top 20px;
        background-size: 60px 65px
    }

    .quotes-rectangle-content {
        margin: 60px;
        margin-left: 30px
    }

    /* .rectangle-para p {
        font-size: 32px;
        line-height: 44px
    } */

    .quotes-rectangle-img img {
        min-width: 430px
    }

    .only-quotes-content {
        margin: 60px;
        padding: 0
    }

    .only-quotes-inner.quotes-rectangle-inner {
        display: flex;
        background-position: left 20px top 20px
    }

    .quotes-rectangle-video {
        margin: 20px;
        padding: 0;
        min-width: 350px;
        width: 30%;
        min-height: auto;
    }

    .quotes-rectangle-video-inner {
        padding-top: 0
    }

    .quotes-rectangle-video-inner {
        background-position: left 54% top 20px
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width:1024px)and (orientation :portrait) {
    .quotes-rectangle-inner {
        display:flex;
        background-position: left 35% top 20px
    }

    .quotes-rectangle-inner .quotes-rectangle-img {
        min-width: 238px
    }

    .quotes-rectangle-video {
        min-width: 338px;
        min-height: auto
    }

    .quotes-rectangle-video-inner {
        background-position: left 56% top 20px
    }

    .quotes-rectangle-video-inner .quotes-rectangle-content {
        margin-top: 20px
    }

    .quote-sec-inner .video-embed {
        margin-top: 20%;
        margin-left: 5%;
         margin-right: 5%;
     }
}

@media only screen and (min-device-width: 768px)and (max-device-width:1024px)and (orientation :landscape) {
    .quotes-rectangle-inner {
        background-position:left 54% top 20px
    }

    .quotes-rectangle-video {
        min-width: 449px
    }
}
.quotes-rectangle-inner .quotes-rectangle-inner  {
	position: relative;
	padding-bottom: 56.25%;
  padding-top: 25px;
	height: 0;
	overflow: hidden;
	border-radius: 8px;
}
 
.quotes-rectangle-inner .quotes-rectangle-inner  iframe, 
.quotes-rectangle-inner .quotes-rectangle-inner  object, 
.quotes-rectangle-inner .quotes-rectangle-inner  embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
  right: 0;
  bottom: 0;
}
.quotes-rectangle-inner iframe{
    width: 100%;
    height: 100%;
}

/* Quotes component video alighnment */
@media only screen and (min-device-width: 1024px)and (max-device-width:1399px) {
    .quote-sec-inner .video-embed {
       margin-top: 10%;
       margin-left: 5%;
        margin-right: 5%;
    }
}

@media only screen and (min-device-width: 1399px)and (max-device-width:1600px) {
    .quote-sec-inner .video-embed {
       margin-top: 5%;
       margin-left: 5%;
        margin-right: 5%;
    }
}

@media only screen and (min-device-width: 1600px)and (max-device-width:1899px) {
    .quote-sec-inner .video-embed {
       margin-top: 10%;
       margin-left: 5%;
        margin-right: 5%;
    }
}

/* .quotes-section .bg-color-enabled .column-1 {
    width: 30%;
    }
    
.quotes-section .bg-color-enabled .column-2 {
    width: 70%;
    } */
    
.quotes-section .bg-color-enabled .column-1 .quote-img {
    /* display: flex;
    width: 269px;
    align-items: center;
    margin: 40px 70px; */
    text-align: center;
}

@media screen and (max-width: 600px) {
    .quotes-section .bg-color-enabled .column-2 {
        width: 100%;
    }
}

    .wp-block-column .quote-sec-inner img {
    padding: 25px 0px 25px 25px;
    }
    
     .wp-block-column .quote-sec-inner .row{
    min-height: 275px;
    }