.addl_banner_content{ 
    position: relative;
}
h2 {
    font-size: 40px;
}
h3{
	font-size: 26px;
}
.inner_section ul, .relocation_section ul{
	list-style: disc;
    margin: 0 0 20px 30px;
}
.inner_section ul li, .relocation_section ul li{ 
    margin: 0 0 10px;
}
.mb_80{
	margin-bottom: 80px;
}
.addl_banner_content:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(270deg, #00000045 20%, #000000c4 80%);
}
.addl_banner_img img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	object-position: center; 
}
.addl_banner_text {
    position: absolute;
    bottom: 100px;
    left: 50%;
    width: 100%;
    max-width: 1400px;
    padding: 0 15px;
    transform: translateX(-50%);
}
.addl_banner_text_div img {
    width: 100%;
    max-width: 300px;
}
.addl_banner_text_div h1 {
    color: #fff;
    font-size: 28px;
    font-family: 'raleway_light';
    line-height: 110%;
    border-top: 3px solid var(--pink-color);
    padding: 20px 0 0;
    margin: 25px 0 0;
    letter-spacing: 10px;
    width: 100%;
}
.banner_title_flex {
    display: flex;
    align-items: center;
    grid-gap: 30px;
    width: 100%;
}
.addl_banner_text_div .banner_title_flex img {
    width: 100%;
    max-width: 110px;
}

.inner_two_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.inner_section{
	padding: 80px 0;
}
.smart_wales_div h2 {
    font-size: 40px;
    margin: 0 0 60px;
}
.landlord_div h3 {
    color: var(--pink-color);   
    margin: 0 0 25px;
}
.landlord_div {
    padding-bottom: 60px;
    border-bottom: 2px solid var(--pink-color);
}
.wales_div {
    padding: 50px 0px 50px 70px; 
    position: relative;
}
.wales_div:before {
    position: absolute;
    content: '';
    width: 150%;
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
    background-color: var(--pink-color);
}
.wales_div img {
    position: absolute;
    bottom: -60px;
    right: -50px;
    width: 100%;
    max-width: 380px;
    z-index: -1;
    opacity: 0.3;
}
.penalties_div h3, .regis_wales_div h3 {
    color: var(--pink-color);
    margin: 0 0 30px;
}
 
.regis_wales_div {
    padding-bottom: 50px;
    border-bottom: 2px solid var(--pink-color);
}
.comply_div {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
}
.comply_div img {
    width: 100%;
}
 
.register_content h3{
	color: var(--pink-color);
	margin: 0 0 30px;
}
.register_section {
    padding: 120px 0; 
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #2f2f2f;
    background-blend-mode: overlay;
}
.register_content p a{
	color: #fff;
	font-weight: 600;
	word-break: break-all;
}
.register_link {
    text-align: center;
}
.register_link .default_btn {
    background-color: var(--pink-color);
    border-color: var(--pink-color);
}
.register_section .inner_two_grid {
    align-items: end;
}
.service_title h2 {
    font-size: 36px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--pink-color);
}
.service_img {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
}
.service_img img{
    width: 100%; 
}
.service_icon{
	width: 100%;
    max-width: 900px;
    margin: 50px auto;
}
.service_icon img {
    width: 100%;
}

.service_link {
    text-align: center;
    margin: 30px 0;
}
.service_link .default_btn {
    color: var(--pink-color);
    border-color: var(--pink-color);
}
.pink_line {
    margin: 60px auto;
    background-color: var(--pink-color);
    padding: 1px;
    width: 100%;
    max-width: 600px;
}
.preparing_title{
	width: 100%;
}
.tick_img{
	width: 100%;
	max-width: 120px;
	margin-left: auto;
}
.tick_img img{
	width: 100%; 
}
.preparing_title h2 {
    color: var(--pink-color);
    font-size: 32px;
}
.preparing_title {
    width: 100%;
}
.certificate_section { 
    border-top: 1px solid #fff;
}
.our_service_banner .addl_banner_text_div h1 {
    border-color: #fff;
}
.can_help_img, .tailored_img {
    position: relative;
    height: 100%;
    min-height: 600px;
}
.conveyancing_section {
    text-align: center;
    background-color: var(--main-color);
}
.conveyancing_content{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.conveyancing_section .default_btn {
    background-color: transparent;
    border-color: #ffffff;
    margin-top: 30px;
}
.padd_div .default_btn {
    background-color: var(--main-color);
    margin-top: 30px;
}
.tailored_section{
	padding: 0;
}
.padd_div{
	padding: 60px 0;
}
.relocation_section h3{
	color: #fff;
}
.relocation_section ul li{
	font-weight: 600;
}
.relocation_section .default_btn {
    background-color: transparent;
    border-color: #ffffff;
}
.award_padd_div {
    padding: 80px 50px 100px;
}
.award_flex_title img {
    width: 100%;
    max-width: 120px;
}
.award_flex_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}
.award_padd_div .default_btn {
    margin-top: 30px;
    text-align: center;
    background-color: var(--main-color);
}
.behind_section {
    background-color: var(--main-color);
}
.success_img img {
    width: 100%;
    max-width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
    object-position: right;
}
.success_img h3{
    margin: 15px 0 5px;
}
.success_img {
    text-align: center;
}
.award_div {
    display: flex;
    align-items: center;
    grid-gap: 30px;
}
.award_img img {
    width: 100%;
}
.award_img {
    width: 100%;
    max-width: 180px;
}


.about_video {
    position: relative;
}
.about_text {
	position: absolute;
	bottom: 50%;
	left: 50%;
	width: 100%;
	max-width: 1400px;
	padding: 0 15px;
	transform: translate(-50%, 50%);
}
 
.about_text h2{
	color: #fff;
    font-size: 46px;
    /*font-family: 'raleway_light';*/
    line-height: 110%; 
	letter-spacing: 5px;
}

.about_text p{
	font-size: 20px;
	color: #fff;
	margin: 0;
}
.about_text_div {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.about_text_div .default_btn {
    margin-top: 30px;
    border-color: #fff;
}

/*------------video css start------------*/
.video_outer {
    width: 100%;
    height: 100%; 
    position: relative;
}

.video_outer:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(270deg, #00000073 20%, #000000e0 80%);
}
.about_video video#backgroundvid_3 {
    min-width: 100%; 
    width: 100%;
    height: 80vh;
    z-index: -100;
    background-size: cover; 
    position: relative;
    object-fit: cover;
    display:block;
}
/*------------video css end------------*/
@media (max-width: 1350px){
	.award_padd_div {
	    padding: 80px 30px 100px;
	}
}
@media (max-width: 1200px){
	h3{
		font-size: 24px;
	}
	.smart_wales_div h2, h2 {
	    font-size: 36px; 
	}
	.award_padd_div {
	    padding: 80px 10px 100px;
	}
}


@media (max-width: 1021px){
	.inner_two_grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.wales_div:before { 
	    width: 100%; 
	}
	.wales_div img { 
	    right: 0; 
	}
	.wales_div {
	    padding: 50px;
	}
	.smart_wales_div h2, h2 {
	    font-size: 32px; 
	}
	.service_img, .tick_img { 
		margin-right: auto;
		margin-left: unset;
	}
	.award_div { 
	    margin-top: 50px;
	}
	.about_text h2 { 
	    font-size: 42px; 
	}
	.tailored_img:before, .can_help_img:before  { 
	    width: 100% !important; 
	}
	
}
@media (max-width: 992px){
	h3{
		font-size: 22px;
	}
	.smart_wales_div h2, h2 {
	    font-size: 32px; 
	}
	.award_div { 
	    flex-direction: column;
	}
	.about_text h2 { 
	    font-size: 36px; 
	}
	.about_text p {
	    font-size: 16px; 
	}
}
@media (max-width: 768px){
	.addl_banner_text_div h1 { 
	    font-size: 24px; 
	}
	.service_title h2 {
	    font-size: 28px; 
	}
	.can_help_img, .tailored_img { 
	    min-height: 450px;
	}
	.tailored_img:before, .can_help_img:before  { 
	    background-size: cover !important;
	}
}
@media (max-width: 680px){
	.smart_wales_div h2, h2 {
	    font-size: 28px; 
	}
	.addl_banner_text_div h1 { 
	    font-size: 22px; 
	}
	.addl_banner_text_div img {
	    max-width: 260px;
	}
	.banner_title_flex { 
	    align-items: flex-start; 
	    flex-direction: column;
	}
	.wales_div {
	    padding: 50px 30px;
	}
	.about_text h2 { 
	    font-size: 28px; 
	}
}
@media (max-width: 580px){
	.award_flex_title { 
	    flex-direction: column;
	    gap: 0;
	}
}
@media (max-width: 480px){
  
}
@media (max-width: 425px){
 
}
@media (max-width: 375px){
	.wales_div {
	    padding: 50px 20px;
	}
}
@media (max-width: 320px){
	
}