.screenings-prevention{
        padding: 100px 15px 130px 15px;
        background: #e2f1fe;;
}
.screenings-prevention .rp-col-6:last-child{
    padding-left: 50px;
}

h2{
    font-family: 'OpenSans-Bold';
    font-size: 26px;
    color: #002a4e;
}
.screenings-prevention img{
    width: 100%;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.19);
}
.screenings-prevention ul{
   padding-left: 5px;
    position: relative;
    list-style: none;
}
.screenings-prevention ul li{
    color: #000000;
    font-size: 16px;
    font-family: 'OpenSans-Regular';
    line-height: 30px;
    position: relative;
    padding-left: 30px;
}

.screenings-prevention ul li:before{
       content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 5px;
    width: 5px;
    background-color: #000;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}

.screenings-prevention strong{
    position: relative;
}
.btn-more{
    background-image: url('../images/svg/Icon_External_Link_Orange.svg');   
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    width: 30px; 
    position: absolute;
    margin-left: 10px;   
    cursor: pointer;
}
.btn-more:hover{
    background-image: url('../images/svg/Icon_External_Link_Black.svg');   
    
}
.btn-more-link{
	position:relative;
	display: inline;
}
.treatment-options-section .btn-more, .treatment-options-section .btn-more-link:after{
    background-image: url('../images/svg/Icon_External_Link_White.svg');   
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    width: 30px; 
    position: absolute;
    margin-left: 10px;   
    cursor: pointer;
	content:'';
	display: inline-block;
}
.treatment-options-section .btn-more:hover, .treatment-options-section .btn-more-link:hover:after{
    background-image: url('../images/svg/Icon_External_Link_Black.svg');   
    
}
.treatment-options-section{
  background-color: #febe57; 
}
.treatment-options-section .treatment-box{
  padding: 50px 0px;
  max-width: 500px;
  margin-left: auto;
}

.treatment-options-section .rp-col-6:last-child{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 630px;
    display: inline-flex;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: auto;
    margin-left: auto;
}
.treatment-options-section .rp-col-6:last-child{
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.treatment-options-section .rp-col-6:last-child img{
   width: 100%;
}
.treatment-options-section .rp-col-6:first-child{
    padding: 0px 60px 0px 115px;
}
.treatment-options-section .treatment-box strong{
    padding-top: 20px;
    display: inline-block;
}
.treatment-options-section .rp-row{
    align-items: center;
    justify-content: center;
}
.patient-education{
    padding: 90px 0px;
    text-align: center;
}
.patient-education strong{
    margin-top: 50px;
    display: inline-block;
}
.patient-education .rp-col-10{
    margin: 0 auto;
}

/* support-groups */
.support-groups{
    /* background-color: #e2f1fe; */
    margin-top: 50px;
    padding-bottom: 60px;
    position: relative;
    background-image: url('../images/svg/support-group.svg');  
    background-size: cover;
    background-repeat: no-repeat;
}
.support-groups h4{
        margin-bottom: 50px;
}
.support-groups::before{
    position: absolute;
    left: 0;
    right: 0;
    top: -150px;
    height: 60%;
    width: 65%;
    margin: 0 auto;
    background-image: url('../images/svg/together_purple.png');  
    background-size: 100%;
    background-repeat: no-repeat;
    content: '';
    font-family: 'Mr Dafoe';
    font-weight: 400;
    color: #eadbeb;
    z-index: 1;
}
.support-groups h4, .patient-education h3{
    font-family: 'OpenSans-Bold';
    font-size: 26px;
    color: #002a4e;
}
.support-groups h2{
    padding-bottom: 30px;
}
.support-groups strong{
    padding-top: 30px;
    display: inline-block;
    margin-right: 25px;
}
.support-groups .rp-col-5 img{
    box-shadow: 0 -5px 20px rgba(0,0,0,0.19);
    width: 100%;
}
.support-groups .rp-col-7{
    padding-right: 50px;
}
.after-diagnosis-section .rp-container{
    padding: 15px 100px;
}
.after-diagnosis-section{

padding: 100px 15px;
}
.accordion{
    width: 100%;
    padding: 0 5px;
    cursor: pointer;
    display: flex;
    margin: 0px;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    border-top: 1px solid #999;
    position:relative;
}

.accordion i {
    color: #6db5ff;
    transition: all .5s ease-in;
}
.accordion .fa-minus{
    position:relative;
    background: #000;
	transition: all ease .4s;
}
.accordion .fa-minus:after {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0;
    left: -20px;
    background: #000;
    height: 2px;
    width: 26px;
}
.accordion .fa-minus:before {
    position: absolute;
    content: '';
    top: -11px;
    bottom: 0;
    left: -8px;
    background: #000;
    height: 24px;
    width: 2px;
	transition: all ease .4s;
/*     display:none; */
}
.accordion.active .fa-minus:before{
	 display:none;
}

.accordion.active + .panal > strong{
margin-top: 30px;
	display: block;
}
.accordion .panal p{
	text-align:left;
}
.active, .accordion:hover{
     color: #777;
    transition: all .5s ease-in;
}
.active .fa-minus{
    display: block;
}

.accordion strong{
    font-size: 18px;
    margin: 0;
    color: #001733;
    padding-left: 5px;
	font-family: 'OpenSans-SemiBold';
}

.panal{
    padding: 0 15px;    
    font-size: 14px;
    text-align: justify;
    overflow: hidden;
    transition: all .5s ease-in;
    max-height: 0;
    position: relative; 
}
.accordion.active + .panal{
margin-bottom: 50px;
}
.accordion.active + .panal:last-child{
margin-bottom: 0px;
}

/* Responsive css */
@media screen and (max-width:5120px) and (min-width:5100px){
.support-groups::before{
    width: 20%;
}
.support-groups{
        background-size: 270%;
        /*overflow: hidden;*/
}
.treatment-options-section .rp-col-6:last-child{
        background-position: 100% 30%;
}
}
@media screen and (max-width:5119px) and (min-width:2901px){
    .treatment-options-section, .support-groups{
            width: 1175px;
    margin: 0 auto;
    }
   
}
@media screen and (max-width:2920px) and (min-width:1900px) {
    .support-groups::before {
        position: absolute;
        left: 0;
        right: 0;
        top: -150px;
        height: 80%;
            width: 40%;
    }
}
@media screen and (max-width:1899px) and (min-width:1680px) {
    .support-groups::before{
        width: 50%;
    }
}
@media screen and (max-width:1679px) and (min-width:1367px) {
    .support-groups::before{
        width: 55%;
    }
}
@media screen and (max-width:1200px){
    .screenings-prevention {
        padding: 50px 15px;
    }
    .treatment-options-section .rp-col-6:first-child {
        padding: 0px 40px 0px 40px;
    }
    .treatment-options-section .treatment-box {
        padding: 0px 0px;
    }
    .patient-education {
        padding: 50px 0px;
        margin-bottom: 100px;
    }
}
@media screen and (max-width:1024px){
    .support-groups::before{
        top: -90px;
    }
	.after-diagnosis-section .rp-container {
    	padding: 15px 20px;
	}
	.after-diagnosis-section {
		padding: 50px 15px;
	}
	.treatment-options-section .treatment-box strong{
		    padding-right: 20px;
	}
	.patient-education {
    margin-bottom: 0px;
}
}
@media screen and (max-width:991px){
.patient-education {
    margin-bottom: 50px;
}
.support-groups::before {
    top: -30px;
}
.screenings-prevention {
    padding: 70px 15px;
}
.screenings-prevention .rp-col-6:last-child {
    padding-left: 15px;
    padding-top: 50px;
}
    .treatment-options-section .rp-col-6:first-child {
        padding: 50px 35px;
    }
}
@media screen and (max-width: 899px) and (min-width: 769px) and (orientation: landscape)
{
.screenings-prevention .rp-col-6:last-child {
    padding-left: 15px;
    padding-top: 0px;
}
.treatment-options-section .rp-row {
    align-items: self-start;
    justify-content: flex-start;
}
	.screenings-prevention ul li{
		    padding-left: 10px;
	}
	.screenings-prevention ul li:before{
		display:none;
	}
	.screenings-prevention ul {
   list-style: unset;
	padding-left: 20px;
}
}
@media screen and (max-width: 850px) and (min-width: 556px) and (orientation: landscape){
.treatment-options-section .rp-col-6:last-child {   
        min-height: 430px !important;
    background-size: contain !important;
    background-position: center;
}
.treatment-options-section .treatment-box strong {   
    margin-right: 25px;
}
.patient-education .rp-col-10 {
    margin: 0 auto;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
@media screen and (max-width:767px){
.treatment-options-section .rp-col-6:first-child {
    padding: 70px 30px;
}
.support-groups .rp-col-5 img {
    margin-bottom: 30px;
}
.support-groups {   
 margin-top: 30px;
}
.support-groups .rp-col-7 {
    padding-right: 15px;
    margin-bottom: 50px;
    padding-top: 30px;
}
.treatment-options-section .rp-col-6:last-child{
    background-size: 85%;
    background-position: center;
        min-height: 250px;
}
.treatment-options-section .rp-row{
        padding-bottom: 70px;
}
.screenings-prevention .rp-col-6{
    padding-left: 0px;
    padding-right: 0px;
}
.support-groups::before{
    display: none;
}
h2 {
   font-size: 20px;
}
.patient-education{
    text-align: left;
}
.patient-education {
    padding: 50px 0px;
    margin-bottom: 0px;
}
.support-groups::before{
        top: -50px;
}
    .screenings-prevention .rp-col-6:last-child {
        padding-left: 0px;
    }
    .patient-education strong {
        margin-top: 30px;
        display: block;
        width: 90%;
    }
    .support-groups::before{
        height: 50%;
    }
    .support-groups h2 {
        padding-bottom: 0px;
        padding-top: 20px;
    }
    .support-groups .rp-col-5 img {       
        margin-top: 20px;
    }
	.accordion strong {
    font-size: 16px;    
    padding-right: 30px;
}
.after-diagnosis-section .rp-container {
    padding: 15px 10px;
}
}
@media screen and (max-width:479px){
    .support-groups::before{
        height: 15%;
    }
	.screenings-prevention ul li{
		    padding-left: 10px;
	}
	.screenings-prevention ul li:before{
		display:none;
	}
	.screenings-prevention ul {
   list-style: unset;
	padding-left: 20px;
}

}