/* default */

@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

html {
    -webkit-tap-highlight-color: transparent;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	font-family: 'Titillium Web', sans-serif;
    /*overflow: initial !important;*/
}

body p {
    position: relative;
    font-size: 25px;
    line-height: 30px;
}

body span {
    font-family: 'Titillium Web', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    line-height: normal;
    font-family: 'Titillium Web', sans-serif;
}
h1 {
    font-size: 50px;
}
h2 {
    font-size: 49px;
}
h3 {
    font-size: 40px;
}
h4 {
    font-size: 35px;
}
h5 {
    font-size: 30px;
}
h6 {
    font-size: 25px;
}

body .container {
    position: relative;
    max-width: 100%;
    margin: auto;
    padding: 0 !important;
}
#header-container {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    top: 0 !important;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    /* height: 264px; */
    transition: 0.5s;
    -webkit-transition: 0.5s;
    position: relative !important;
}
#header-container.header-container.et-fixed-header {
    /* height: 200px; */
}
/* default */
/* Header */
.cls-1 {
    fill: #707070;
    font-size: 20px;
    font-family: TitilliumWeb-Regular, Titillium Web;
}
.mobile-header-contact {
    display: none;
}
#header-top {
    width: 100%;
    padding: 0;
    position: fixed;
    /* height: 134px; */
    height: 105px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    background-color: #FFF;
    z-index: 1;
    padding-left: 3.2%;
    padding-right: 4.85%;
}
/* .home #header-top {
    top: 53px;
} */
.home.logged-in #header-top {
    top: 85px;
}
#header-top:after {
content: "";
    height: 0;
    background: transparent;
    border: 1px solid #c3c3c3;
    opacity: 0.47;
    filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.4));
    display: block;
    bottom: 0;
    left: 3.25%;
    position: absolute;
    width: 91.7%;
    right: auto;
    margin-left: auto;
    margin-right: auto;
   
}
.header-container {
    padding: 0px 75px 0px;
    background-color: #ffffff !important;
    float: none;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto !important;
    z-index: 9999999;
    position: relative;
}
.logo-container {
    position: relative;
    display: inline-block;
    width: 168px;
    height: 92px;
}
.logo-container a.header-logo-link {
    display: flex;
    height: 100%;
    width: 100%;
}
.logo-container a.header-logo-link img {
    width: 100%;
    height: 100%;
}
.header-navigation-container.nav-contact-inner {
    float: right;
    position: relative;
}
.nav-mobile {
    position: relative;
    width: 51px;
    height: 34px;
    cursor: pointer;
}
.nav-mobile:before {
    content: "";
    position: absolute;
    background: url(../images/menu.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
}
.menu-primary-menu-container {
    width: 582px;
    position: absolute;
    right: -63px;
    top: 67px;
    background: #fff;
    box-shadow: -16px 11px 29px -23px rgb(0 0 0 / 16%);
    -webkit-box-shadow: -16px 11px 29px -23px rgb(0 0 0 / 16%);
    -moz-box-shadow: -16px 11px 29px -23px rgb(0 0 0 / 16%);
    z-index: 9;
}
#header-container.header-container.et-fixed-header .menu-primary-menu-container {
    top: 56px;
}
.header-navigation-container.nav-contact-inner.nav-triggered .menu-primary-menu-container {
    /* height: 431px; */
    overflow: auto;
}
.header-navigation-container ul#menu-primary-menu {
    padding: 20px 0 20px;
}
.header-navigation-container ul#menu-primary-menu li {
    display: block;
    transition: 0.5s;
    -webkit-transition: 0.5s;
        line-height: 17px;
}
.coronavirus-top-bar {
    padding: 0;
    position: fixed;
    width: 100%;
    background-color: #E61818;
    height: 53px;
    z-index: 1;
}
.coronavirus-top-bar p {
    display: flex;
    height: 100%;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #FFF;
    font-weight: bold;
}
.coronavirus-top-bar p a{
    color: #FFF;
}
.header-navigation-container ul#menu-primary-menu li a {
    padding: 13px 13px 13px 98px;
    font-size: 23px;
    color: #333;
    font-weight: bold;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    display: block;
    width: 100%;
}

#header-bottom {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    height: 82px;
    justify-content: space-between;
    /* margin-top: 135px; */
    margin-top: 105px;
    padding-left: 3.2%;
    padding-right: 4.85%;
}
/* .home #header-bottom {
    margin-top: 185px;
} */
div#header-bottom:after{
    content: "";
    height: 0;
    background: transparent;
    border: 1px solid #c3c3c3;
    opacity: 0.47;
    filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.2));
    display: block;
    bottom: 1px;
    left: 3.25%;
    position: absolute;
    width: 91.7%;
    right: auto;
    margin-left: auto;
    margin-right: auto;
}
#authority-logo-container {
    display: flex;
    /* width: 187px;
    height: 52px; */
    width: 200px;
    height: 100% !important;
    align-items: center;
}
a.authority-logo-link {
    width: 100%;
    height: 100%;
    display: flex;
	align-items: center;
	justify-content: center;
}
.authority-logo-container li.widget_media_image figure.wp-block-image {
    margin: 0;
	display: flex;
}
a.authority-logo-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.authority-logo-container p {
    width: 100px;
    line-height: normal;
    font-size: 10px;
}
.authority-logo-container li {
    list-style: none;
	text-align: center;
    width: 30%;
}
/* .header-contact-container {
    float: right;
    width: 100%;
} */
.header-contact-container ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-contact-container ul li {
    display: flex;
    align-items: center;
}
.header-contact-container ul li a {
    font-size: 20.4px;
    color: #707070;
    position: relative;
    display: flex;
    align-items: center;
    line-height: normal;
}
.header-contact-container ul li a.header-contact-email {
    padding-left: 10px;
}
.header-contact-container ul li:first-child {
    margin-right: 69px;
}
.header-contact-container ul li:last-child {
    margin-right: 12px;
}
.header-contact-container ul li a.header-contact-phone:before {
    content: "";
    width: 21px;
    height: 26px;
    display: block;
    position: absolute;
    left: -23px;
    background: url(../images/phone-icon.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.header-contact-container ul li a.header-contact-email:before {
    content: "";
    width: 36px;
    height: 25px;
    display: block;
    position: absolute;
    left: -37px;
    background: url(../images/mail-icon.svg) no-repeat;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.header-navigation-container ul#menu-primary-menu li:hover{
    background: #e3e3e3;
}
.header-navigation-container ul#menu-primary-menu li a:hover {
    background: transparent;
    opacity: 1;
}
.header-navigation-container ul#menu-primary-menu li:hover a {
    color: #ff9508;
}
/*#et-top-navigation {
    padding-top: 33px !important;
}*/
/* Header End*/
/* Footer*/
div#footer-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 90px 162px 55px 163px;
    max-width: 1360px;
    margin: 0 auto;
}
#footer-logo {
    display: flex;
    justify-content: center;
}
#footer-logo a.footer-logo-link {
    width: 170px;
    height: 98px;
    display: table;
    margin: 6px auto 0;
}
#footer-logo a.footer-logo-link img {
    width: 100%;
    height: 100%;
}
.footer-address ul li pre {
    font-size: 17px;
    line-height: 30px;
    font-family: 'Titillium Web', sans-serif;
    padding: 0;
	color: #707070;
}
.menu-footer-menu-container ul{
    list-style: none;
}
.menu-footer-menu-container ul li a {
    font-size: 17px;
    color: #333;
    line-height: 30px;
	color: #707070;
}
#footer-social-container ul li a {
    font-size: 17px;
    color: #333;
    line-height: 30px;
	color: #707070;
}
#footer-social-container, #footer-address, #footer-menu-container {
    display: flex;
    justify-content: start;
	margin-left: 60px;
}
div#footer-social-container {
    margin-left: 100px;
}
div#footer-menu-container {
    margin-left: 80px;
}
ul#mobile-footer-social-list {
    display: none;
}
.footer-container.footer-form-error {
    padding: 90px 162px 60px 163px !important;
}
.footer-reg-form-error{
	background: #f5f5f5;
}
/* Footer End*/
/*Banner Form css*/
.page-id-29 #top-registration-form-section.top-registration-form-section {
    padding: 178px 0 80px;
}
#top-registration-form-section.top-registration-form-section {
    padding: 129px 0 101px;
}
.top-registration-form-section .top-registration-form-row p,
.top-registration-form-section .top-registration-form-row h1,
.top-registration-form-section .top-registration-form-row h3 {
    font-weight: 700;
    color: #707070;
    font-size: 35.4px;
    text-align: center;
}
.post-19 .top-registration-form-section .top-registration-form-row p {
    font-size: 42px;
}
.top-registration-form-section .top-registration-form-row {
    padding: 0;
}
.top-registration-form-section .top-registration-form-row div#registration-form-container form#registration-form {
    text-align: center;
    position: relative;
}
.top-registration-form-row div#registration-form-container form#registration-form input.registration-number {
    height: 93px;
    width: 483px;
    border: 1px solid #7AC945;
    text-align: center;
    font-size: 35px;
	padding: 10px 15px;
	border-radius: 0;
}
.top-registration-form-row div#registration-form-container form#registration-form input.registration-number-submit {
    position: relative;
    width: 91px;
    height: 93px;
    border: 0;
    right: 0;
    background: #7AC945;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
	border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
}
.top-registration-form-section .top-registration-form-row .home-registration-number-form-title {
    margin: 0 0 29px !important;
}
.top-registration-form-section .top-registration-form-row .registration-number-form-subtitle p {
    font-size: 26.5px;
	font-weight: 700;
}
.page-id-19 .top-registration-form-section .top-registration-form-row .registration-number-form-subtitle p {
    font-size: 25px;
}
.top-registration-form-section .top-registration-form-row .registration-number-form-subtitle {
    margin: 45px 0 0;
}
/*Banner Form css end*/
/*bottom Form css*/
div#footer-registration-container {
    position: fixed;
    text-align: center;
    top: 0;
    z-index: 9999;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F5F5F5;
	box-shadow: 2px -1px 3px 0px rgb(0 0 0 / 40%);
    -webkit-box-shadow: 0px -1px 9px 0px rgb(0 0 0 / 35%);
    -moz-box-shadow: 2px 1px 3px 0px rgb(0 0 0 / 40%);
    opacity: 0;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
}
div#footer-registration-container form {
    position: relative;
    padding: 10px 0;
}
div#footer-registration-container form input.footer-registration-number {
    width: 443px;
    height: 40px;
    text-align: center;
    margin: 0 !important;
    padding: 0 15px;
    font-size: 20px;
	border: 1px solid #7AC945;
	position: relative;
    left: 3px;
	border-radius:0;
    cursor: pointer;
	
}
div#footer-registration-container form input.footer-registration-submit {
    position: relative;
    right: 1px;
    border: 0;
    background: #7AC945;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
	height: 40px;
    padding: 0 31px;
	border-radius:0;
    cursor: pointer;
}
/*bottom Form css end*/
.home-sell-motorhome-icons-row img.et-waypoint {
    opacity: 1;
    width: 15.373352855051245vw;
}
/*div#main-content {
    padding-top: 253px !important;
}*/
div#top-registration-container {
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
}
#top-registration-container form#top-registration-form {
    display: table;
    margin: 0 auto;
}
#top-registration-container #top-registration-footer {
    display: table;
    margin: 0 auto;
}
#top-registration-container #top-registration-footer h5 {
    font-size: 18px;
    font-weight: bold;
    color: #707070;
}
#home-sell-motorhome-section.home-sell-motorhome-section {
    padding-top: 162px;
    padding-bottom: 66px;
}
#home-sell-motorhome-icons-row {
    padding-left: 60px;
    padding-right: 70px;
}
.home-sell-motorhome-section .home-sell-motorhome-title-row {
    padding: 0;
}
.home-sell-motorhome-section .home-sell-motorhome-title-row .et_pb_main_blurb_image {
    margin-bottom: 20px;
}
#home-sell-motorhome-bottom-text-row.home-sell-motorhome-bottom-text-row {
    /* padding: 38px 0 66px; */
    padding: 33px 0 0 0;
}
/* .home-sell-motorhome-section .home-sell-motorhome-title-row h3 {
    font-size: 2.664714494875549vw;
    font-weight: 700;
    color: #707070;
} */
.home-sell-motorhome-section .home-sell-motorhome-title-row h3 {
    /* font-size: 2.664714494875549vw; */
    font-weight: 700;
    color: #707070;
    font-size: 35.4px;
    margin-bottom: 26px;
}
.home-sell-motorhome-icons-row {
    padding-top: 45px;
    display: flex;
    justify-content: flex-start;
    padding-left: 28.5px;
    padding-right: 28.5px;
}
.home-sell-motorhome-section .home-sell-motorhome-icons-row h4 {
    /* font-size: 1.3177159590043923vw; */
    font-size: 18px;
    color: #707070;
    font-weight: 700;
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 1px;
}
.home-sell-motorhome-icons-row .home-sell-motorhome-steps-column {
    flex: 1;
    width: auto;
    margin: 0;
}
.home-sell-motorhome-steps-column .et_pb_main_blurb_image {
    width: 131px;
    height: 131px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.home-sell-motorhome-steps-column.home-sell-motorhome-agree-price .et_pb_main_blurb_image {
    width: 171px;
}
.home-sell-motorhome-steps-column.home-sell-motorhome-payment .et_pb_main_blurb_image {
    width: 204px;
}
.home-sell-motorhome-section .home-sell-motorhome-icons-row .et_pb_blurb_description {
    font-size: 1.3177159590043923vw;
    color: #707070;
    float: left;
    width: 100%;
	text-align: center;
    padding: 0 30px;
}
.home-sell-motorhome-section .home-sell-motorhome-icons-row p {
    /* font-size: 1.3177159590043923vw; */
    font-size: 18px;
    color: #707070;
    float: left;
    width: 100%;
	text-align: center;
	padding: 0;
}
.home-sell-motorhome-step {
    display: block;
    padding: 0 20px;
}
.home-sell-motorhome-section .home-sell-motorhome-bottom-text-row h4 {
    /* font-size: 1.8594436310395315vw; */
        font-size: 25px;
    font-weight: 700;
    color: #007cc4;
}
.et_pb_section.global-advisor-call-section {
    padding: 0;
}
.et_pb_section.global-advisor-call-section p {
    /* font-size: 2.0863836017569546vw; */
    font-size: 29px;
    color: #fff;
}
.et_pb_section.global-advisor-call-section p span.advisor-number a {
    color: #fff;
    font-weight: 700;
}
.et_pb_section.global-advisor-call-section .global-advisor-call-row {
    padding: 48px 0 50px;
}
.et_pb_section.home-video-section .home-video-title-text h3 {
    /* font-size: 1.595900439238653vw; */
    font-size: 20px;
    font-weight: 700;
    color: #707070;
    padding: 0 0 13px;
}
.et_pb_section.home-video-section .home-video-title-text p {
    /* font-size: 1.3469985358711565vw; */
    font-size: 18.4px;
    /* line-height: 2.12298682284041vw; */
    line-height: 29px;
    width: 72%;
    display: table;
    margin: 0 auto;
}
#home-video-title-text.home-video-title-text {
    margin: 0 0 46px;
}
#home-video-title-row.home-video-title-row {
    padding: 27px 0 30px;
}
.et_pb_section.home-video-section .home-buy-my-motorhome-video {
    display: table;
    margin: 0 auto;
    width: 71%;
}
.et_pb_section.home-video-section .home-buy-my-motorhome-video iframe {
    height: 418px;
    /*width: 724px;*/
    width: 100%;
}
.home-video-below-links-row .home-video-below-links-column {
    float: left;
    margin-right: 40px;
    width: 28%;
}
.home-video-below-links-row .home-video-below-links-column:first-child {
    width: 33%;
}
.home-video-below-links-row .home-video-below-links-column h4 {
    /* font-size: 1.581259150805271vw; */
    font-size: 21.6px;
    font-weight: 500;
    color: #707070;
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 0 22px;
}
.home-video-below-links-row .home-video-below-links-column h4:before {
    content: ">";
    position: absolute;
    top: 0;
    left: 0;
}
.home-video-below-links-row .home-video-below-links-column a {
    /* font-size: 1.0688140556368961vw; */
    font-size: 14.6px;
    color: #ff8924;
    font-weight: 500;
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 0 22px;
}
.et_pb_row.home-video-below-links-row {
    display: table;
    margin: 0 auto;
    width: 56%;
    padding: 0;
}
.et_pb_section.home-video-section {
    position: relative;
    display: block;
    width: 100%;
    padding: 56px 0 60px;
	overflow: hidden;
}
#home-sell-motorhome-online-section.home-sell-motorhome-online-section {
    display: block;
    width: 100%;
    position: relative;
    padding: 62px 0 138px;
}
.et_pb_section.home-video-section:after {
    content: "";
    height: 0;
    background: transparent;
    border: 1px solid #c3c3c3;
    opacity: 0.47;
    filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.4));
    display: block;
    bottom: 0;
    left: 5%;
    position: absolute;
    width: 90%;
}
.et_pb_section.home-sell-motorhome-online-section h3 {
    /* font-size: 1.595900439238653vw; */
    font-size: 22px;
    font-weight: 700;
    color: #707070;
    padding: 0 0 16px;
}
.et_pb_section.home-sell-motorhome-online-section p {
    display: table;
    margin: 0 auto;
    width: 77%;
    /* font-size: 1.054172767203514vw; */
    font-size: 14px;
    /* line-height: 1.5373352855051245vw; */
    line-height: 21px;
    color: #797979;
}
.home-sell-motorhome-online-section .sell-online-icon-row .et_pb_main_blurb_image img {
    opacity: 1;
    width: 100%;
    object-fit: contain;
}
/* .home-sell-motorhome-online-section .sell-online-icon-row .et_pb_main_blurb_image {
    margin: 0 0 10px;
} */
.home-sell-motorhome-online-section .sell-online-icon-row .et_pb_main_blurb_image {
    width: 116px;
    height: 142px;
    display: flex;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px;
}
.home-sell-motorhome-online-section .sell-online-icon-row .et_pb_main_blurb_image span.et_pb_image_wrap {
    display: flex;
    margin: 0;
    width: 100%;
}
.home-sell-motorhome-online-section .sell-online-icon-row .home-sell-online-sell-fast .et_pb_main_blurb_image {
    width: 131px;
}
.home-sell-motorhome-online-section .sell-online-icon-row .home-sell-online-affordable-way .et_pb_main_blurb_image {
    width: 82px;
    height: 92px;
    margin-bottom: 17px;
}
.home-sell-motorhome-online-section .sell-online-icon-row .home-sell-online-we-sell-online .et_pb_main_blurb_image {
    width: 124px;
    height: 92px;
    margin-bottom: 17px;
}
.sell-motorhome-online-title-row {
    padding-bottom: 24px;
}

.et_pb_section.home-sell-motorhome-online-section .sell-online-icon-row {
    display: table;
    margin: 0 auto;
    width: 52%;
}
.home-sell-motorhome-online-section .sell-online-icon-row h4 {
    color: #707070;
    /* font-size: 1.610541727672035vw; */
    font-size: 22px;
    font-weight: 700;
    /* line-height: 1.9033674963396778vw; */
    line-height: 29px;
    display: table;
    margin: 0 auto 16.5px;
    width: 52%;
    text-align: center;
}
.home-sell-motorhome-online-section .sell-online-icon-row .home-sell-online-we-sell-online h4.et_pb_module_header {
    padding-left: 5px;
    padding-right: 5px;
}
.home-sell-motorhome-online-section .sell-online-icon-row a.faq-read-more-link {
    text-align: center;
    /* font-size: 1.0248901903367496vw; */
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    display: table;
    margin: 0 auto;
	color: #007cc4;
}
.et_pb_section.home-sell-motorhome-online-section .sell-online-icon-row:nth-child(2) {
    margin: 0 auto 80px;
}

/**Value My Motor page start*/

#motorhome-valuation-section.motorhome-valuation-section {
    background: #F5F5F5;
	padding: 135px 0 90px;
}
.motorhome-valuation-row {
    padding: 0 140px 0 130px;
}
.motorhome-valuation-section .value-page-valuation-text h3 {
    font-weight: 700;
    color: #707070;
    font-size: 35.4px;
	margin-bottom: 18px;
}
.motorhome-valuation-section .value-page-valuation-text p {
    font-size: 15px;
    line-height: 28px;
	padding-right: 20px;
	color: #707070;
}
.motorhome-valuation-section .value-page-valuation-text p a {
    display: block;
    font-size: 14px;
    color: #ff8924;
    font-weight: 600;
    margin-bottom: 26px;
}
.motorhome-valuation-section .value-page-valuation-text p.value-second-para {
    line-height: 28px;
}
.motorhome-valuation-row .et_pb_column.et_pb_column_1_2 {
    width: 44%;
    margin-right: 19px;
}
.motorhome-valuation-row .et_pb_column.et_pb_column_1_2.et_pb_column_1 {
    width: 53.5%;
}
.value-page-valuation-image span.et_pb_image_wrap {
    height: 420px;
    width: 100%;
}
.value-page-valuation-image span.et_pb_image_wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.page-id-29 #global-advisor-call-section.global-advisor-call-section {
    background: #7AC945 !important;
    z-index: 1;
    float: none;
}
.what-happens-next-text h3.buymymotor-title-text {
    font-weight: 700;
    color: #707070;
    font-size: 35.4px;
    margin-bottom: 18px;
    text-align: center;
	padding-top: 2px;
}
.what-happens-next-text p {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    display: table;
    width: 78%;
    margin: 0 auto;
}
.what-happens-next-text p:nth-of-type(1) {
    padding-bottom: 18px;
	padding-top: 4px;
}
.what-happens-next-text p:nth-of-type(2) {
    padding-bottom: 4px;
}
.home-sell-motorhome-steps-column .et_pb_module.et_pb_text {
    margin: 0;
}
.home-sell-motorhome-steps-column h1 {
    font-weight: 700;
    color: #ababab;
    font-size: 60px;
    margin-bottom: 0;
    text-align: center;
}
.home-sell-motorhome-step h4.et_pb_module_header {
    font-size: 18px;
    color: #707070;
    font-weight: 700;
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 1px;
}
.home-sell-motorhome-step .et_pb_blurb_description p {
    font-size: 18px;
    color: #707070;
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 30px;
}
.home-sell-motorhome-payment .home-sell-motorhome-step .et_pb_blurb_description p {
    padding: 0;
}
.home-sell-motorhome-agree-price .home-sell-motorhome-step .et_pb_blurb_description p,
.home-sell-motorhome-free-valuation .home-sell-motorhome-step .et_pb_blurb_description p {
    padding: 0 10px;
}
.page-id-29 .home-sell-motorhome-agree-price .home-sell-motorhome-step .et_pb_blurb_description p, .page-id-29 .home-sell-motorhome-free-valuation .home-sell-motorhome-step .et_pb_blurb_description p {
    padding: 0 30px;
}
.page-id-29 .home-sell-motorhome-payment .home-sell-motorhome-step .et_pb_blurb_description p {
    padding: 0 20px;
}
.home-sell-motorhome-bottom-text h4 {
    font-size: 25px;
    font-weight: 700;
    color: #007cc4;
}
.valuation-explanation-section {
    padding: 33px 0 100px;
}
.valuation-explanation-section .valuation-explanation-row {
    border-top: 1px solid #c3c3c3;
    padding-top: 87px;
}
.valuation-explanation-section .valuation-explanation-row h4 {
    font-size: 22px;
    font-weight: 700;
    color: #707070;
    padding: 0 0 13px;
}
.valuation-explanation-section .valuation-explanation-row p{
	    font-size: 15px;
    line-height: 22px;
    display: table;
    width: 74%;
    margin: 0 auto;
}
.valuation-explanation-section .valuation-explanation-faq-row p {
    font-size: 15px;
    line-height: 22px;
    display: table;
    width: 74%;
    margin: 0 auto;
	padding-left:20px;
	padding-bottom: 0;
    color: #707070;
}
.valuation-explanation-section .valuation-explanation-faq-row h3 {
    display: table;
    margin: 0 auto 5px;
    width: 75%;
    padding-left: 24px;
    position: relative;
    font-size: 25px;
    color: #707070;
}
.valuation-explanation-section .valuation-explanation-faq-row h3:before {
    content: ">";
    position: absolute;
    left: 0;
}
.valuation-explanation-section .valuation-explanation-faq-row a {
    font-size: 14.6px;
    color: #ff8924;
    font-weight: 600;
    position: relative;
    float: left;
    width: 100%;
	margin-top: 5px;
}
a.sell-motorhome-faq-link.read-less {
    position: relative;
    margin-bottom: 22px;
}
a.sell-motorhome-faq-link.read-less:after {
    content: "";
    width: 106%;
    left: -23px;
    height: 1px;
    background: #ccc;
    display: block;
    position: absolute;
    bottom: -15px;
}
.valuation-explanation-faq-row .et_pb_column .et_pb_module {
    margin-bottom: 29px;
}
div#value-my-motorhome-form-title h3 {
    width: 100%;
    font-weight: 700;
    color: #707070;
    font-size: 35.4px;
    margin-bottom: 18px;
    text-align: center;
    display: block;
}
 .registration-detail-form-container p{
    width: 100%;
	font-weight: 700;
    color: #707070;
    font-size: 35.4px;
    margin: 40px 0 18px;
    text-align: center;
    display: block;
}
.registration-detail-form-container label {
    font-size: 16px;
	color: #707070;
}
.registration-detail-form-container input {
    border: 1px solid #7AC945;
}
.vehicle-detail-form-details, .vehicle-detail-form-personal-detail {
    display: flex;
    justify-content: center;
    align-items: center;
}
.vehicle-detail-form-details, .vehicle-detail-form-personal-detail {
    align-items: flex-start;
}
.vehicle-form-field {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: end;
	position:relative;
}
.vehicle-form-field {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    flex-wrap: wrap;
}

.registration-detail-form-container input, select.vehicle-detail-field.vehicle_year {
    border: 0;
	background: #F5F5F5;
    width: 150px;
    height: 40px;
    margin-left: 10px;
    padding: 6px;
	font-size: 16px;
	font-family: 'Titillium Web', sans-serif;
}
select.vehicle-detail-field.vehicle_year {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/dropdown.svg) no-repeat;
    background-color: #F5F5F5;
    background-size: 10px;
    background-position: 92% 50%;
}
/* .registration-detail-form-container input[type=email].vehicle-detail-field {
    width: 200px;
} */
.vehicle-detail-form-submit input.vehicle-detail-submit {
    background: #7ac945;
    color: #fff;
    padding: 0 20px;
    width: auto;
    height: 55px;
    border-radius: 8px;
	font-weight: 700;
	cursor: pointer;
	font-size: 20px;
	margin: 0;
}
.vehicle-detail-form-submit {
    margin-top: 45px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.reg-error, .make-error, .model-error, .customer-name-error, .customer-phone-error, .customer-email-error, .date-error{
    position: absolute;
    bottom: -30px;
    font-size: 14px;
    color: #f00;
}
.reg-error, .make-error, .model-error, .customer-name-error, .customer-phone-error, .customer-email-error, .date-error {
    width: 100%;
    text-align: center;
    line-height: normal;
    position: relative;
    bottom: 0;
    padding-top: 10px;
}
.registration-detail-form-container {
    position: relative;
    margin-top: 76px;
    transition: all 0.3s ease, background-position 1ms;
}
.registration-detail-form-container .vehicle-detail-form-response-message {
    text-align: center;
    bottom: -99px;
    position: absolute;
    width: 100%;
}
.vehicle-detail-form-response-message p {
    font-size: 15px;
    font-weight: 500;
	border: 2px solid #7ac945;
    padding: 5px 15px !important;
}
.vehicle-detail-form-pre-loader {
    position: absolute;
    bottom: 15.5px;
    right: -33px;
    visibility: visible;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    display: none;
}
.vehicle-detail-form-status-loader {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
/**Value My Motor page end*/

#question-answered-for-people-title-row {
    padding-top: 0;
    padding-bottom: 57px;
}

.your-question-faq-title h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 46px;
    color: #707070;
    margin-bottom: 19px;
}
.your-question-faq-title p.mobile-questions-answered-subtext {
    display: none;
}
.your-question-faq-title img {
    width: 34px;
    height: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*.your-question-faq-title p img {
    height: 100%;
    object-fit: cover;
}*/
.question-answered-for-people-faq-row h3 {
    margin-bottom:1px;
    padding-left: 23px;
    position: relative;
    font-size: 22px;
    color: #707070;
    position: relative;
    display: table;
    text-transform: capitalize;
}
.question-answered-for-people-faq-row h3:before {
    content: ">";
    position: absolute;
    left: 0;
}
.question-answered-for-people-faq-row p a.sell-motorhome-faq-link {
    font-size: 14.6px;
    color: #ff8924;
    font-weight: 600;
    position: relative;
    float: left;
    width: 100%;
    line-height: normal;
    padding-left: 23px;
}
#question-answered-for-people-faq-row {
    padding: 0;
    padding-left: 145px;
    padding-right: 145px;
}
.page-id-31 #question-answered-for-people-faq-row {
    margin-top: 65px;
}
#question-answered-for-people-faq-row .et_pb_text_inner {
    display: table;
    width: 100%;
}
.page-id-31 div#question-answered-for-people-faq-row.et_pb_row_6.question-answered-for-people-faq-row {
    margin-top: -2px;
	margin-bottom: 7px;
}
#question-answered-for-people-faq-row .et_pb_module {
margin-bottom: 31px;
}
.question-answered-for-people-faq-row p.sell-motorhome-faq-content {
    font-size: 15px;
    line-height: 22px;
    margin: 0 auto;
    padding-left: 23px;
    padding-bottom: 6px;
	color:#707070;
    padding-top: 5px;
}
.question-answered-for-people-section {
    padding-bottom: 45px;
}
#ask-yourself-section {
    background-color: #F5F5F5;
    padding-top: 57px;
    padding-bottom: 50px;
}

#ask-yourself-title-row {
    padding: 0;
}
.ask-yourself-title-row h3 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #707070;
}
#ask-yourself-content-row {
    padding-top: 74px;
    padding-left: 0;
    padding-right: 0;
    width: 65%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
p.ask-yourself-step {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 59px;
}
span.ask-yourself-count {
    font-size: 52px;
    font-weight: bold;
    color: #C4C4C4;
    line-height: 42px;
    margin-right: 17px;
}
span.ask-yourself-text {
    font-size: 17.73px;
    font-weight: bold;
    line-height: 27.7px;
    color: #707070;
}
#ask-yourself-text-column {
    flex: 1;
    margin-right: 0;
    float: none;
    padding-right: 50px;
}
#ask-yourself-image-column {
    flex: 0 0 388px;
    display: flex;
    align-items: stretch;
}
#ask-yourself-image-column span.et_pb_image_wrap {
    display: initial;
}
#ask-yourself-image-column img {
    height: 100%;
    object-fit: cover;
}
.page-id-31 #top-registration-form-section {
    padding-top: 106px;
	padding-bottom: 52px;
}
.page-id-31 #top-registration-form-shortcode {
    margin-bottom: 21px;
}
#home-registration-number-form-subtitle p {
    font-size: 21.37px;
    line-height: 32.81px;
    font-weight: normal;
    width: 74%;
    margin: 0 auto;
    padding-top: 3px;
    padding-bottom: 26px;
}
.page-id-31 .top-registration-form-section .top-registration-form-row .top-registration-form-shortcode .et_pb_text_inner p {
    display: none;
}
.page-id-31 .top-registration-form-section .top-registration-form-row .registration-number-form-subtitle {
    margin-top: 20px;
}
.page-id-31 a.sell-motorhome-faq-link.read-less:after{
	display:none;
}
#question-answered-for-people-section {
    padding-top: 3px;
}
.sell-motorhome-faq {
    padding-top: 51px !important;
    padding-bottom: 22px !important;
}

.customer-feedback-section {
    padding-top: 92px !important;
    padding-bottom: 0 !important;
}
.customer-feedback-row {
    padding-bottom: 57px !important;
    border-bottom: 1px solid #CBCBCB;
}
.customer-feedback-section h3 {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 29px;
    color: #707070;
}
.customer-feedback-section p {
    font-size: 21px;
    line-height: 33px;
    color: #707070;
    width: 77%;
    margin: 0 auto;
}
#why-we-are-best-section {
    padding-top: 32px;
    padding-bottom: 95px;
}
#why-we-are-best-section .why-we-are-best-row {
    padding-top: 0;
    padding-bottom: 61px;
}
#why-we-are-best-section .why-we-are-best-row h3 {
    font-weight: bold;
    font-size: 21px;
    color: #707070;
    padding-bottom: 14px;
}
#why-we-are-best-section .why-we-are-best-row p {
    width: 34px;
    height: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#why-we-are-best-section .why-we-are-best-row p img {
    width: 100%;
    height: 100%;
}
#testimonials-shortcode-row {
    padding: 0;
    max-width: 90%;
    width: 100%;
}
#testimonials-shortcode-row .why-we-are-best-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    column-count: 2;
}
#testimonials-shortcode-row .why-we-are-best-outer .why-we-are-best-card {
    flex: 0 0 395px;
    /* flex: 0 0 48.4%; */
    padding: 39px;
    box-shadow: -1px 1px 6px rgb(0 0 0 / 16%);
    border-radius: 40px;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    margin-bottom: 27px;
    margin-left: 13.5px;
    margin-right: 13.5px;
}
#testimonials-shortcode-row .why-we-are-best-outer .why-we-are-best-card p.why-we-are-best-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    font-size: 15px;
    line-height: 22px;
}
#testimonials-shortcode-row .why-we-are-best-outer .why-we-are-best-card h3.why-we-are-best-title {
    font-size: 15px;
    color: #FF8924;
    padding-top: 12px;
}
.mobile-testimonial .style_load button#load_more {
    display: table;
    margin: 0 auto;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    border: 0;
    background: #7AC945;
    min-width: 267px;
    height: 77px;
    border-radius: 8px;
    margin-bottom: 64px;
    margin-top: 2px;
}
.mobile-testimonial .style_load {
    position: relative;
}
.mobile-testimonial .style_load .pre_loader {
    position: relative;
    bottom: 49px;
    visibility: visible;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    display: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}
.status_loader {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.page-id-19 #top-registration-form-section {
    padding-top: 70px;
}
.page-id-19 .top-registration-form-section .top-registration-form-row .home-registration-number-form-title {
    margin-bottom: 24px !important;
}
.page-id-19 #top-registration-form-section .home-registration-number-form-title-tag {
    border-bottom: 1px solid #CBCBCB;
    margin-bottom: 0;
    padding-bottom: 21px;
}
.page-id-19 #top-registration-form-section .home-registration-number-form-title-tag p {
    font-size: 21px;
    font-weight: normal;
    line-height: 33px;
    color: #FF8924;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}
.page-id-19 #home-registration-number-form-subtitle p {
    padding-top: 26px;
    padding-bottom: 34px;
}
.page-id-19 #top-registration-form-row #registration-number-form-subtitle {
    margin-top: 28px;
}
#we-provide-section .we-provide-title h3 {
    font-size: 36px;
    color: #707070;
    font-weight: bold;
}
#we-provide-section {
    padding-top: 0;
    padding-bottom: 111px;
}
#we-provide-section .we-provide-row {
    padding-top: 4px;
}
#we-provide-images-row {
    display: flex;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    column-gap: 40px;
    padding-top: 25px;
}
#we-provide-images-row .we-provide-images-column {
    flex: 0 0 188px;
    width: auto;
    margin: 0;
    text-align: center;
}
#we-provide-images-row .we-provide-images-column .et_pb_blurb_content {
    width: 100%;
    max-width: 100%;
    text-align: center;
}
#we-provide-images-row .we-provide-images-column .et_pb_main_blurb_image  {
    width: 109px;
    height: 117px;
    display: flex;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px;
}
#we-provide-images-row .we-provide-images-column .et_pb_main_blurb_image span.et_pb_image_wrap {
    display: flex;
    margin: 0;
    width: 100%;
}
#we-provide-images-row .we-provide-images-column img {
    opacity: 1;
    width: 100%;
    object-fit: contain;
}
#we-provide-images-row .we-provide-images-column h4 {
    color: #707070;
    font-size: 25px;
    font-weight: 700;
    line-height: 29px;
    display: table;
    text-align: center;
    width: 100%;
    line-height: 35px;
    padding-top: 5px;
}
#we-provide-images-row .we-provide-images-column:nth-child(1) {
    flex: 0 0 148px;
}
#we-provide-images-row .we-provide-images-column:nth-child(2) {
    flex: 0 0 130px;
}
#we-provide-images-row .we-provide-images-column:nth-child(3) {
    flex: 0 0 190px;
}
#we-provide-images-row .we-provide-images-column:nth-child(4) {
    flex: 0 0 187px;
}

#we-provide-images-row .we-provide-images-column:nth-child(1) .et_pb_main_blurb_image {
    width: 109px;
}
#we-provide-images-row .we-provide-images-column:nth-child(2) .et_pb_main_blurb_image {
    width: 66px;
}
#we-provide-images-row .we-provide-images-column:nth-child(3) .et_pb_main_blurb_image {
    width: 95px;
}
#we-provide-images-row .we-provide-images-column:nth-child(4) .et_pb_main_blurb_image {
    width: 103px;
}
#we-provide-title {
    margin-bottom: 22px;
}
#we-provide-title img{
    width: 34px;
    height: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#your-question-faq-title > * {
    height: 20px;
}
#your-question-faq-title img.questions-answered-icon {
    height: 100%;
    object-fit: cover;
}

/*Contact Page start*/
#contact-title-row {
    /* padding: 27px 45px 27px 43px; */
}
#contact-title-section {
    padding: 21px 0 100px;
}
#contact-us-title .et_pb_text_inner {
    text-align: center;
}
#contact-us-title .et_pb_text_inner h3 {
    font-size: 42px;
    font-weight: 700;
    color: #707070;
}
#contact-us-title .et_pb_text_inner p {
    font-size: 22px;
    color: #ff8924;
	border-bottom: 1px solid #cbcbcb;
    padding-bottom: 17px;
	margin-top: -2px;
}
#contact-us-form form .contact-page-form {
    display: flex;
    column-gap: 63px;
}
#contact-us-form form .contact-page-form .contact-form-double-column {
    width: 50%;
}
#contact-us-form form .contact-page-form .contact-form-field {
    display: flex;
    justify-content: end;
    align-items: flex-end;
    margin-bottom: 25px;
}
#contact-form-left-column .contact-form-field label {
    width: 25%;
    text-align: right;
}
#contact-us-form form .contact-page-form .contact-form-field span.wpcf7-form-control-wrap {
    width: 62.5%;
}
#contact-us-form form .contact-page-form .contact-form-field input {
    /* width: 300px; */
    width: 100%;
    height: 58px;
    background: #F5F5F5;
    border: 0;
	font-size: 18px;
    margin-left: 18px;
	padding: 15px;
}
.contact-form-field label {
    font-size: 18px;
	color: #707070;
}
div#contact-form-right-column .contact-form-field {
    align-items: flex-start !important;
    justify-content: flex-start !important;
	position: relative;
}
#contact-us-form form .contact-page-form .contact-form-field textarea#contact-enquiry {
    width: 300px;
    height: 155px;
    border: 0;
	font-size: 18px;
	margin-left: 18px;
	background: #F5F5F5;
	padding:15px;
	resize: none;
}
#contact-form-right-column {
    padding-top: 4px;
}
#contact-form-right-column label:first-child {
    margin-top: 9px;
}
#contact-form-right-column label input[type="checkbox"] {
    width: 34px !important;
    height: 32px !important;
    margin: 0 !important;
    position: relative;
    left: -10px;
    top: 0;
    border: 0 !important;
    background: transparent;
    padding: 0px;
    -webkit-appearance: inherit;
}
#contact-form-right-column label input[type="checkbox"]:before {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #f5f5f5;
    content: "";
    background: #f5f5f5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#contact-form-right-column label input[type="checkbox"]:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    margin: auto;
    width: 21px;
    height: 21px;
    background: url(../images/check-solid.svg) no-repeat;
    background-size: cover;
    background-position: center;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
#contact-form-right-column label input[type="checkbox"]:checked::after {
    opacity: 1;
}
#contact-us-form form .contact-page-form .contact-form-field span.wpcf7-list-item label {
    display: flex;
    justify-content: center;
    align-items: center;
}
#contact-us-form form .contact-page-form .contact-form-field span.wpcf7-list-item {
    margin-left: 85px;
}
#contact-form-right-column .contact-form-field {
    margin-bottom: 5px !important;
}
#contact-form-right-column .contact-form-field input.wpcf7-submit {

}
#contact-form-right-column label span.wpcf7-list-item-label {
    font-size: 12px;
	margin-left: 3px;
	color: #707070;
    line-height: normal;
}
#contact-form-right-column label span.wpcf7-list-item-label a {
    color: #282828;
    font-weight: 600;
}
div#contact-form-right-column .contact-form-field input.wpcf7-submit {
    background: #7ac945;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    width: 190px;
    height: 54px;
    text-align: center;
    border-radius: 8px;
	margin-left: 77px !important;
    margin-top: 14px;
	padding:0;
    cursor: pointer;
}
div#contact-form-right-column .contact-form-field input.wpcf7-submit[disabled] {
    cursor: not-allowed;
}
.contact-form-field .wpcf7-not-valid-tip {
    position: absolute;
    width: 100%;
    left: 20px;
    bottom: -25px;
}
div#contact-us-form form .wpcf7-response-output {
    text-align: center;
    width: 80%;
    position: absolute;
    bottom: -70px;
    margin: 0 auto !important;
    left: 10%;
    right: auto;
}
div#contact-us-form form {
    position: relative;
}
div#contact-form-right-column .contact-form-field span.ajax-loader {
    position: absolute;
    left: 260px;
    top: 27px;
}
.et_pb_section.contact-location-section {
    background: #f5f5f5;
    padding-bottom: 15px;
}
.et_pb_section.contact-location-section h5 {
    font-size: 12px;
    font-weight: 700;
    color: #707070;
    padding-left: 22px;
}
.et_pb_section.contact-location-section p, .et_pb_section.contact-location-section a {
    font-size: 12px;
    line-height: 21px;
	color: #707070;
}
.et_pb_section.contact-location-section a {
    color: #707070;
}
.contact-location-website a.contact-location-netherland-site {
    color: #707070;
    position: relative;
    padding-left: 22px;
}
.contact-location-section .et_pb_module.contact-location-address,
.contact-location-section .et_pb_module.contact-location-phone,
.contact-location-section .et_pb_module.contact-location-website {
    margin-bottom: 14px;
}
.contact-location-row .et_pb_module.contact-location-title {
    margin-bottom: 18px;
}
.contact-location-address a.contact-location-link {
    display: block;
}
.contact-location-address a.contact-location-link span {
    display: block;
}
.contact-location-row {
    width: 85%;
    max-width: 85%;
    display: flex;
    /* column-gap: 20px; */
    justify-content: space-between;
}
.contact-location-column {
    margin-right: 0 !important;
    flex: 1;
    width: inherit !important;
    margin-bottom: 30px !important;
}
.contact-location-address a.contact-location-link,
.contact-location-column .contact-location-phone p.contact-location-phone a,
.contact-location-hours p {
    padding-left: 22px;
}
.contact-location-column .contact-location-phone span.phone-2 a {
    padding-left: 0;
}
.contact-location-address a.contact-location-link:before {
    content: "";
    position: absolute;
    display: block;
    width: 17px;
    height: 24px;
    left: 0;
    top: 0;
    background: url(../images/location-UK.svg) no-repeat;
    background-size: contain;
	background-position: center;
}
.contact-location-column-cs2 .contact-location-address a.contact-location-link:before {
    background: url(../images/Location-irlnd.svg) no-repeat !important;
    background-size: contain !important;
    background-position: center;
}
.contact-location-column-cs3 .contact-location-address a.contact-location-link:before {
    background: url(../images/Location-n-irlnd.svg) no-repeat !important;
    background-size: contain !important;
    background-position: center;
}
.contact-location-column-cs4 .contact-location-address a.contact-location-link:before {
    background: url(../images/location-nerlnd.svg) no-repeat !important;
    background-size: contain !important;
    background-position: center;
}
.contact-location-column .contact-location-phone p.contact-location-phone a:before {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 20px;
    left: 0;
    top: 0;
    background: url(../images/phone-UK.svg) no-repeat;
    background-size: contain;
	background-position: center;
}
.contact-location-column-cs2 .contact-location-phone p.contact-location-phone a:before {
	background: url(../images/phone-irlnd.svg) no-repeat !important;
    background-size: contain !important;
    background-position: center;
}
.contact-location-column-cs3 .contact-location-phone p.contact-location-phone a:before {
	background: url(../images/phone-n-irlnd.svg) no-repeat !important;
    background-size: contain !important;
    background-position: center;
}
.contact-location-column-cs4 .contact-location-phone p.contact-location-phone a:before {
	background: url(../images/phone-nerlnd.svg) no-repeat !important;
    background-size: contain !important;
    background-position: center;
}
.contact-location-hours p:before {
    content: "";
    position: absolute;
    display: block;
    width: 19px;
    height: 19px;
    left: 0;
    top: 0;
    background: url(../images/clock-UK.svg) no-repeat;
    background-size: contain;
	background-position: center;
}
.contact-location-hours p {
    position: relative;
}
.contact-location-column-cs2 .contact-location-hours p:before {
	background: url(../images/clock-irlnd.svg) no-repeat !important;
    background-size: contain !important;
    background-position: center;
}
.contact-location-column-cs3 .contact-location-hours p:before {
	background: url(../images/clock-n-irlnd.svg) no-repeat !important;
    background-size: contain !important;
    background-position: center;
}
.contact-location-column-cs4 .contact-location-hours p:before {
	background: url(../images/clock-nerland.svg) no-repeat !important;
    background-size: contain !important;
    background-position: center;
}
.contact-location-website a.contact-location-netherland-site:before {
    content: "";
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    left: 0;
    top: 0;
    background: url(../images/website.svg) no-repeat;
    background-size: contain;
	background-position: center;
}
/*Contact Page end*/
.et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 33px;
}
body.menu-open {
    overflow: auto !important;
}
/*.menu-open div#page-container {
    float: left;
    width: 100%;
    position: fixed;
    overflow: hidden;
}*/
span.et_pb_scroll_top.et-pb-icon {
    bottom: 200px;
    background: url(../images/back-to-top-arrow.png) no-repeat;
    background-repeat: no-repeat;
    background-position: center;
	background-size: contain;
    padding: 0;
    width: 40px;
    height: 40px;
    right: 10px;

}
.et_pb_scroll_top:before{
	display:none;
}
body .grecaptcha-badge {
    visibility: visible !important;
    bottom: 120px  !important;
	z-index:99999;
}

.login .privacy-policy-page-link {
	display: none !important;
}
.login .privacy-policy-page-link {
    display: none;
}


/* Client corretion */
.page-id-29 #et-top-navigation,
.page-id-29.et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 0;
}
#header-container.et-fixed-header #header-top {
    height: 80px;
    top: 58px;
}
#header-container.et-fixed-header #footer-registration-container {
    opacity: 1;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
}
#header-container.et-fixed-header #header-top .logo-container {
    height: 60px;
    width: auto;
}
/*Thank you Page*/
#thank-you-section #thank-you-contents h1 {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: #707070;
}
#thank-you-section #thank-you-contents p {
    text-align: center;
}
div#thank-you-section {
    border-bottom: 1px solid #ccc;
}


/* 24-11-2021 */

.et_pb_row.home-video-below-links-row .et_pb_text_inner h4 {
    font-weight: 600;
}
.et_pb_row.home-video-below-links-row .et_pb_text_inner h4 {
    font-weight: 600;
    padding: 10px 10px 10px 24px;
    font-size: 20px;
    position: relative;
    color: #000;
    z-index: 9;
}

.et_pb_row.home-video-below-links-row .et_pb_text_inner h4::before {
    left: 6px;
    top: 8px;
}



.et_pb_row.home-video-below-links-row .et_pb_text_inner p.find-more-content.find-more-active {
    font-size: 18px;
    padding: 15px 15px;
    border: 1px solid #ccc;
    background-color: #7AC945;
    color: #000;
}
.motorhome-valuation-row h4 {
    font-weight: 700;
    color: #707070;
    font-size: 35.4px;
    margin-bottom: 18px;
    line-height: 44px;
}