.ec-section{
    width: 100%;
    clear: both;
    font-size: 18px;
}

.ec-section h1{
    color: #231f20;
	font-size: 70px;
	font-weight: 900;
	font-family: "Gotham", sans-serif;
	line-height: 60px;
	margin-bottom: 10px;
    text-transform: uppercase;
}

.ec-section h2,
.ec-section h1 span{
    color: #231f20;
    font-size: 35px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1;
    margin-bottom: 25px;
}

.ec-section p,
.ec-section li{
    line-height: 1.3;
}

.ec-section a{
    transition: all 0.3s ease;
}

.ec-container{
    max-width: 1225px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.ec-banner,
.ec-banner,
.ec-giving-back{
    background: #fdd700;
}

.ec-steps-taken{
    background: #dedede;
}

/* notice */
.pdr-notice{
    background: #00ad3c;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
}

.pdr-notice strong{
    font-weight: 900;
}

.pdr-notice span{
    margin: 0 5px;
}

.pdr-notice a{
    color: #fff;
    text-decoration: underline !ecortant;
}

/* banner */

.ec-banner{
    background: #fdd700;
}

.ec-banner-pd-logo{
    position: absolute;
    top: 30px;
    left: calc(50% - 60px);
    width: 120px;
}

.ec-banner-left{
    max-width: 100%;
    min-height: 500px;
    padding-top: 90px;
    width: 530px;
}

.ec-banner h1{
    margin-bottom: 0;
}

.ec-banner h1 span {
	color: #231f20;
	font-size: 70px;
	font-weight: 900;
	font-family: "Gotham", sans-serif;
	line-height: 60px;
	margin-bottom: 0;
}

.ec-banner-left p{
    color: #231f20;
    font-size: 30px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1.2;
    margin-bottom: 25px;
    width: 515px;
    max-width: 100%;
}

.ec-banner-gallery{
    padding-bottom: 40px;
}

.ec-banner-gallery img{
    width: 100px;
    margin-right: 15px;
}

.ec-banner-image{
    position: absolute;
    bottom: 0;
    right: -40px;
    max-height: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.ec-banner-image img{
    max-height: 100%;
    width: auto;
}

/* ec-intro-content */

.ec-intro-content{
    background: #ffffff;
    padding: 75px 0
}

.ec-intro-content-content{
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    width: 675px;
}

.ec-intro-content p {
    color: #231f20;
    font-size: 21px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1.2;
}

.ec-intro-content strong{
    display: block;
    color: #008091;
    font-size: 32px;
    margin-bottom: 0;
}

.ec-intro-content p:last-of-type{
    margin-bottom: 0;
}

/* ec-expert-help */

.ec-expert-help{
    background: #008091;
    padding: 75px 0 0;
}

.ec-expert-help h2,
.ec-expert-help h2 span{
    color: #fdd700;
    font-size: 40px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    margin-bottom: 50px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
}

.ec-expert-help h2 span {
    color: #fff;
    margin-bottom: 15px;
    display: block;
}

.ec-expert-help .ec-container {
    background: url('../img/happy-vizsla-dog.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}

.ec-experts-wrap {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 75px;
}

.ec-experts {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    width: 815px;
}

.ec-expert {
    background: #fff;
    border-radius: 50px;
    max-width: calc(50% - 8px);
    padding: 25px 35px;
    text-align: center;
    width: 400px;
}

.ec-expert-help-image img {
    border: 8px solid #fdd700;
	border-radius: 200px;
    margin-bottom: 15px;
    width: 190px;
}

.ec-expert h3 {
    color: #008091;
    font-size: 25px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.ec-expert p.ec-expert-help-title {
    color: #231f20;
    font-size: 22px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1;
    margin-bottom: 15px;
}

.ec-expert-help-content-content {
    font-size: 17px;
    font-weight: 500;
}

.ec-expert-help-content-content ul {
    list-style: none;
    margin: 0;
	padding: 0 0 0 30px;
    text-align: left;
}

.ec-expert-help-content-content ul li {
    margin-bottom: 10px;
	position: relative;
}

.ec-expert-help-content-content ul li:before {
	content: '\f058';
	font-family: "Font Awesome 6 Sharp";
	font-weight: 900;
	font-size: 18px;
	color: #008091;
    position: absolute;
    left: -30px;
	top: 0;
}

/* ec-what-to-expect */

.ec-what-to-expect{
    background: #ffffff;
    padding: 75px 0;
}

.ec-what-to-expect-content{
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    width: 675px;
}

.ec-what-to-expect h2 {
    color: #008091;
    font-size: 32px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.ec-what-to-expect p {
    color: #231f20;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.ec-what-to-expect strong{
    color: #008091;
    font-size: 18px;
    font-weight: 900;
}

.ec-what-to-expect p:last-of-type{
    margin-bottom: 0;
}

/* ec-form */

.ec-form {
    background: #fdd700;
    padding: 75px 0 45px;
}

.ec-form-content{
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    width: 675px;
}

.ec-form h2{
    color: #008091;
    font-size: 40px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    margin-bottom: 10px;
    line-height: 40px;
    text-transform: uppercase;
}

.ec-form h2 span {
    color: #231f20;
    margin-bottom: 15px;
    display: block;
}

.ec-form-intro-line{
    color: #231f20;
    font-size: 25px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1;
    margin: 0 auto 15px;
    max-width: 100%;
    width: 540px;
}

@media only screen and (max-width: 1599px) {



}

@media only screen and (max-width: 1399px) {



}

@media only screen and (max-width: 1250px) {

    .ec-container{
        padding: 0 25px;
    }

    .ec-banner-img{
        left: 25px;
    }

}

@media only screen and (max-width: 1199px) {

    .ec-banner-pd-logo {
        left: calc(50% - 45px);
        width: 90px;
    }

    .ec-expert-help .ec-container {
    	background-position: bottom left -130px;
    }

}

@media only screen and (max-width: 1099px) {

    .ec-banner h1,
    .ec-banner h1 span {
    	font-size: 50px;
    	line-height: 50px;
    }

    .ec-banner-left{
        min-height: 0;
        padding-bottom: 100px;
    }

    .ec-expert-help .ec-container {
    	background: none;
    }

    .ec-experts-wrap {
    	justify-content: center;
    }

}

@media only screen and (max-width: 992px) {

    .ec-banner-pd-logo {
    	display: none;
    }

    .ec-banner-left {
        padding-bottom: 40px;
    	padding-top: 40px;
    }

}

@media only screen and (max-width: 840px) {

    .ec-banner-left {
        width: 55%;
    }

    .ec-banner-image {
    	right: -50px;
    	width: 45%;
    }

}

@media only screen and (max-width: 767px) {

    .ec-section.ec-banner h1,
    .ec-section.ec-banner h1 span
     {
    	font-size: 40px;
    	line-height: 40px;
    }

    .ec-section h2,
    .ec-expert-help h2, .ec-expert-help h2 span {
    	font-size: 25px;
    	line-height: 30px;
    	margin-bottom: 20px;
    }

    .ec-banner .ec-banner-left p {
    	font-size: 24px;
    }

    .pdr-notice{
        line-height: 16px;
    }

    .pdr-notice span {
    	font-size: 12px;
    }

    .ec-section h1{
        font-size: 45px;
    }

    .ec-section h2{
        font-size: 25px;
    }

    .ec-section h1 span{
        font-size: 22px;
    }

    .ec-section p,
    .ec-section li{
        font-size: 16px;
    }

    .ec-experts {
    	flex-direction: column;
    }

    .ec-expert {
        margin-bottom: 15px;
    	max-width: 100%;
    	width: 100%;
    }

    .ec-form,
    .ec-what-to-expect,
    .ec-intro-content {
    	padding: 35px 0;
    }

    .ec-expert-help {
    	padding: 35px 0 0;
    }

    .ec-experts-wrap {
    	padding-bottom: 35px;
    }

    .ec-intro-content strong {
    	font-size: 21px;
    	margin-bottom: 5px;
    	line-height: 24px;
    }

}

@media only screen and (max-width: 600px) {

    .ec-banner-inner {
    	background: none;
    }

    .ec-banner-gallery, .ec-banner-left {
    	width: 100%;
    }

    .ec-banner-left {
    	padding-top: 30px;
    }

    .ec-banner-image {
    	display: none;
    }

}

@media only screen and (max-width: 499px) {


}
