/*******Text Media CSS********/

.section-reverse{
	flex-direction: row-reverse;
}

.img-video-section img{
    width:100%;
    border-radius: 8px;
}

section.text-media-section .video-embed{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}

section.text-media-section .video-embed iframe{
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    width: 100%;
    height: 100%;
}

.two-col-section{
    overflow: hidden;
}

.section-content{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.heading-dash{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}

.dash {
    width: 33px;
    height: 2px;
    background: #2797d3;
    display: none;
    margin-right: 16px;
    top: -6px;
    position: relative;
}
.two-section-innner .img-video-section{
    position: relative;
    width: 100%;
    height: 100%;
}
.two-section-innner .img-video-section iframe{
   height: 100%;
   width: 100%;
}
.response-inner{
    background-repeat: no-repeat;
    background-size: 248px 158px;
    background-position: right 15px bottom;
 }
 .two-col-section p{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'RethinkSans-Regular';
    margin-bottom: 24px;
}
.heading-dash h4.heading-para{
    margin-bottom: 24px;
    font-size: 25px;
    line-height: 30px;
}
/* needed to add on global*/
.bold{
    font-family: 'Rethinksans-bold';        
}

p.section-head-two{
    font-size: 18px!important;
    line-height: 22px!important;
    font-family: 'Rethinksans-bold';
    margin-bottom: 0;
    font-weight: 700;
}

section.text-media-section .section-content a{
    text-decoration: underline;
}

section.text-media-section .section-content a.btn-link.section-btn.cta-visible{
    text-decoration: none;
    margin-top: 0;
}

section.text-media-section .section-content{
    display: flex;
    justify-content: center;
}

@media only screen and (max-width : 991px){
   .two-col-section .section-content{
       padding-top: 20px;
   }
   .heading-dash{
       margin-bottom: 0px;
   }
   .section-head-two{
      margin-bottom: 0px;
   }
   .two-section-innner{
       padding:0 10px;
   }
}

@media only screen and (min-width : 991px) and (max-width : 1200px){
    .two-col-section  .col-md-6:nth-child(2) .section-content,
    .two-col-section .section-reverse .col-md-6:nth-child(2) .section-content{
        padding-top: 5px !important;
    }
}

@media only screen and (min-width : 768px){
    .two-col-section .section-content{
        margin-top: 0;
    }
    .two-col-section{
        overflow: hidden;
    }
    .two-col-section .section-reverse .img-video-section img{
        margin-top: 0px;
    }
    .two-col-section  .response-inner{
        background-position: left 100px bottom;
    }
}

/* desktop */

@media only screen and (min-width : 992px){
    .two-col-section .heading-dash{
        margin: 0 0 0 0;
    }
    .section-head-two{
        margin-bottom: 0px;
        font-size: 18px;
        line-height: 24px;
        font-family: 'Rethinksans-bold';
    }
    .two-col-section .two-section-innner.section-reverse .response-inner {
        background-size: 329px 210px;
        background-position: left 26% bottom 15px;
    }
    .two-col-section .two-section-innner .response-inner { 
        background-size: 329px 210px; 
        background-position: left 100% bottom 15px; 
    }
    .two-col-section  .col-md-6:nth-child(2) .section-content{
       padding-left:46px;
       padding-right:0;
    }
    .two-col-section .section-reverse .col-md-6:nth-child(2) .section-content{
       padding-right:46px;
       padding-left:0;
    }
    .two-col-section p {
       font-size: 16px;
       line-height: 20px;
    }
}

@media only screen and (min-width : 1600px){
    .two-col-section .heading-dash{
        margin: 0;
    }
    .section-head-two{
        margin-bottom: 0px;
        font-size: 18px;
        line-height: 24px;
        font-family: 'Rethinksans-bold';
    }
    .two-col-section  .col-md-6:nth-child(2) .section-content{
        padding-left:45px;
        padding-right:0;
        padding-top: 0%;
    }
    .two-col-section .section-reverse .col-md-6:nth-child(2) .section-content{
        padding-right:70px;
        padding-left:0;
    }
    .two-col-section .two-section-innner.section-reverse .response-inner {
        background-size: 329px 210px;
        background-position: left 34% bottom 15px;
    }
    .two-col-section p {
        font-size: 16px;
        line-height: 20px;
    }
}
    .text-media-section h2,
    .text-media-section h3,
    .text-media-section h4,
    .text-media-section h5,
    .text-media-section h6 {
    margin-bottom:24px;
    }
    .text-media-section .section-head-two {
    margin-bottom:0;
    }