@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff; 
  overflow-x:hidden;
  color:#fff; 
  font-family: 'Poppins', sans-serif;
}

a{ 
  display:inline-block;
  text-decoration:none;
  padding:0; 
  margin:0; 
  transition:all 500ms ease-in-out;
}

a:focus, a:hover{ 
  outline:none; 
  text-decoration:none; 
}

h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:0;
}

p{
  margin-bottom:0;
}

ul,li{ 
  padding:0; 
  margin:0; 
  list-style:none; 
}

button:focus{
  outline:none;
}

img{
  max-width:100%;
  height:auto;
}

@font-face {
  font-family: 'Bahnschrift';
  src: url('../fonts/Bahnschrift.eot');
  src: url('../fonts/Bahnschrift.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Bahnschrift.woff2') format('woff2'),
    url('../fonts/Bahnschrift.woff') format('woff'),
    url('../fonts/Bahnschrift.ttf') format('truetype'),
    url('../fonts/Bahnschrift.svg#Bahnschrift') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sitka Heading';
  src: url('../fonts/SitkaHeading-Bold.woff2') format('woff2'),
    url('../fonts/SitkaHeading-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cambria';
  src: url('../fonts/Cambria-BoldItalic.eot');
  src: url('../fonts/Cambria-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Cambria-BoldItalic.woff2') format('woff2'),
    url('../fonts/Cambria-BoldItalic.woff') format('woff'),
    url('../fonts/Cambria-BoldItalic.ttf') format('truetype'),
    url('../fonts/Cambria-BoldItalic.svg#Cambria-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

/* ===== common css ====== */
.common_btn{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#2a2a2a;
  border-radius:10px;
  padding:15px 30px;
}

.common_btn:hover{
  background:#ffe827;
  color:#020202;
}

.common_btn2{
  font-size:16px;
  color:#020202;
  line-height:18px;
  background:#ffe827;
  border-radius:10px;
  padding:15px 30px;
}

.common_btn2:hover{
  background:#2a2a2a;
  color:#fff;
}

.text-common{
  font-size:16px;
  color:#030303;
  line-height:26px;
  padding-bottom:20px;
}

/* ===== Header Starts ====== */
.navbar-default{ 
  background:none; 
  border:none;
  padding:0;
  margin:0; 
  transition:all 600ms ease-in-out; 
}

.header_top{
  background:#ece9cf;
  padding:12px 0;
  transition:all 600ms ease-in-out;
}

.header_ph{
  font-family: 'Bahnschrift';
  font-size:16px;
  color:#333;
  line-height:18px;
  font-weight:600;
}

.header_ph a{
  font-size:22px;
  color:#333;
  line-height:24px;
}

.header_ph a:hover{
  color:#010101;
}

.cost_title{
  font-family: 'Bahnschrift';
  font-size:24px;
  color:#757575;
  line-height:26px;
  font-weight:600;
}

.header_bottom{
  background:rgba(255,255,255,.8);
  padding:15px 0;
  transition:all 600ms ease-in-out;
}

.header_logo{
  width:250px;
  transition:all 600ms ease-in-out;
}



@media screen and (min-width:992px){
  .navbar-default.navbar-fixed .header_top{
    margin-top:-48px;
  }

  .navbar-default.navbar-fixed .header_bottom{
    background:#fff;
    box-shadow:0 4px 6px rgba(0,0,0,.1);
    padding:12px 0;
  }

}

/* .home_banner{
  margin-top:50px;
} */

.home_banner .ms-slide-info{
  position:absolute !important;
  left:0;
  bottom:24%;
}

.banner_content{
  background:rgba(246,220,4,.33);
  width:82%;
  margin:0 auto;
  padding:30px;
}

.banner_bg_title{
  font-family: 'Sitka Heading';
  font-size:50px;
  color:#030303;
  line-height:58px;
  border-bottom:1px solid #fff;
  /*text-shadow:2px 5px 4px rgba(0,0,0,.6);*/
  margin-bottom:30px;
  padding-bottom:20px;
}

.service_panel,
.price_panel{
  padding:60px 0;
}

.service_box{
  background:#2a2a2a;
  border-radius:6px;
  min-height:170px;
  padding:15px;
}

.service_box .icon{
  display:inline-block;
}

.service_box:hover .icon{
  filter:invert(100%) sepia(0%) saturate(7472%) hue-rotate(339deg) brightness(98%) contrast(0%);
}

.service_box .content{
  display:inline-block;
  width:75%;
  vertical-align:middle;
  padding-left:15px;
}

.service_title,
.price_title{
  font-family: 'Cambria';
  font-size:20px;
  color:#fff600;
  line-height:26px;
  letter-spacing:.04em;
  padding-bottom:6px;
}

.service_box:hover .service_title{
  color:#fff;
}

.about_panel,
.testimonial_panel,
.choose_panel,
.home_form,
.gallery_panel,
.review_panel{
  padding-bottom:60px;
}

.about_bg_title,
.customize_title,
.price_bg_title,
.testimonial_bg_title,
.choose_bg_title,
.home_contact_title,
.h_form_title{
  font-family: 'Sitka Heading';
  font-size:48px;
  color:#454545;
  line-height:56px;
  margin-bottom:20px;
  padding-bottom:15px;
}

.about_bg_title span,
.price_bg_title span,
.testimonial_bg_title span,
.choose_bg_title span{
  color:#f6dc04;
}

.about_bg_title:after{
  content:"";
  position:absolute;
  width:85px;
  height:1px;
  background:#454545;
  left:0;
  bottom:0;
}

.about_lt_content a,
.choose_content a{
  font-family: 'Cambria';
  font-size:18px;
  color:#010101;
  line-height:20px;
  text-transform:uppercase;
  text-decoration:underline;
  background:url(../images/right-arrow02.png) no-repeat 96% center;
  padding-right:25px;
}

.about_lt_content a:hover,
.choose_content a:hover{
  background-position:100% center;
}

.about_rt_content ul li{
  display:flex;
  justify-content:space-between;
  background:#fffed5;
  border:1px solid #ffe401;
  border-radius:15px;
  font-family: 'Sitka Heading';
  font-size:22px;
  color:#010101;
  line-height:28px;
  font-weight:500;
  margin-bottom:12px;
  padding:15px 20px;
}

.about_rt_content ul li:last-child{
  margin-bottom:0;
}

.customize_panel{
  background:#f7f7f7;
  padding:60px 0;
}

.customize_box{
  background:rgba(69,69,69,.65);
  padding:30px;
}

.price_box{
  background:#ffe827;
  min-height:445px;
  padding:15px 15px 25px;
}

.price_img{
  padding:28px 0;
}

.price_title{
  color:#010101;
}

.price_box a{
  font-family: 'Cambria';
  font-size:18px;
  color:#030303;
  line-height:20px;
  text-decoration:underline;
}

.price_box a:hover{
  color:#4a4a4a;
}

.van_size_text{
  display:inline-block;
  font-size:15px;
  color:#060606;
  line-height:18px;
  font-weight:500;
  background:#fff;
  position:relative;
  top:-113px;
  transform:rotate(-90deg);
  margin-left:-234px;
  padding:4px 15px;
}

/* .testimonial_box{
  background:#ecebeb;
  border-radius:15px;
  padding:30px;
}

.testimonial_box .sp-testimonial-free-section{
  margin-bottom:0 !important;
}

.testimonial_box .sp-testimonial-content p{
  font-size:18px !important;
  color:#030303;
  line-height:28px !important;
  font-weight:500 !important;
  padding:0 !important;
}

.testimonial_box .sp-testimonial-client-name{
  font-family: 'Cambria' !important;
  font-size:24px !important;
  color:#dbc71d !important;
  line-height:26px !important;
} */

.choose_sm_img{
  margin-top:-220px;
}

.choose_sm_img img{
  border:3px solid #f7e341;
}

.choose_content .section{
  border-bottom:1px dotted #989898;
  margin-bottom:20px;
  padding-bottom:20px;
}

.choose_content .section .icon{
  display:inline-block;
}

.choose_title{
  display:inline-block;
  font-family: 'Cambria';
  font-size:24px;
  color:#030303;
  line-height:30px;
  vertical-align:middle;
  width:85%;
  padding-left:20px;
}

.home_contact{
  background:#ffe827;
  height:100%;
  padding:30px;
}

.home_contact_title{
  color:#030303;
}

.home_contact .block{
  margin-bottom:20px;
}

.home_contact .block:last-child{
  margin-bottom:0;
}

.contact_title{
  font-family: 'Cambria';
  font-size:22px;
  color:#616161;
  line-height:24px;
  padding-bottom:8px;
}

.home_contact .block a{
  font-size:16px;
  color:#020202;
  line-height:18px;
  font-weight:600;
}

.home_contact .block a:hover{
  color:#616161;
}

.footer_top{
  background:#f7f7f7;
  padding:50px 0 40px;
}

.footer_title{

  font-size:24px;
  color:#c7b200;
  line-height:26px;
  letter-spacing:.02em;
  padding-bottom:20px;
}

.footer_link li{
  line-height:0;
  margin-bottom:10px;
}

.footer_link li:last-child,
.footer_contact li:last-child{
  margin-bottom:0;
}

.footer_link li a,
.footer_contact li{
  font-size:16px;
  color:#010101;
  line-height:18px;
}

.footer_link li a:hover,
.footer_contact li a:hover{
  color:#c7b200;
}

.footer_contact li{
	margin-bottom:12px;
}

.footer_contact li span{
	font-weight:600;
}

.footer_contact li a{
	color:#010101;
}

.footer_bottom{
  padding:25px 0;
}

.footer_bottom .text-common span,
.footer_bottom .text-common a{
  color:#dbc71d;
  font-weight:600;
}

#back-button {
  display:inline-block;
  background-color:#ffe827;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:50%;
  position:fixed;
  bottom:25px;
  right:25px;
  opacity:0;
  visibility:hidden;
  z-index:1000;
  cursor:pointer;
  box-shadow:0 6px 16px rgba(0,0,0,.4);
}

#back-button.show {
  opacity:1;
  visibility:visible;
}

.page .entry-header,
.error404 .page-header{
  background:url(../images/banner-img04.jpg) no-repeat right top;
  background-size:cover;
  margin-top:0 !important;
  padding:250px 0 120px !important;
  position:relative;
}

.page-id-13 .entry-header,
.error404 .page-header{
  background:url('https://londonremovalservice.com/wp-content/uploads/2025/11/banner1.jpg') no-repeat right top;
  background-size:cover;
  margin-top:0 !important;
  padding:250px 0 120px !important;
  position:relative;
}

.page-id-17 .entry-header,
.error404 .page-header{
  background:url('https://londonremovalservice.com/wp-content/uploads/2025/11/banner2-2.jpg') no-repeat right top;
  background-size:cover;
  margin-top:0 !important;
  padding:250px 0 120px !important;
  position:relative;
}

.page-id-77 .entry-header,
.error404 .page-header{
  background:url('https://londonremovalservice.com/wp-content/uploads/2025/11/banner3-1.jpg') no-repeat right top;
  background-size:cover;
  margin-top:0 !important;
  padding:250px 0 120px !important;
  position:relative;
}

.page-id-120 .entry-header,
.error404 .page-header{
  background:url('https://londonremovalservice.com/wp-content/uploads/2025/11/banner4.jpg') no-repeat right top;
  background-size:cover;
  margin-top:0 !important;
  padding:250px 0 120px !important;
  position:relative;
}

.page-id-98 .entry-header,
.error404 .page-header{
  background:url('https://londonremovalservice.com/wp-content/uploads/2025/11/banner5.jpg') no-repeat right top;
  background-size:cover;
  margin-top:0 !important;
  padding:250px 0 120px !important;
  position:relative;
}

.page-id-113 .entry-header,
.error404 .page-header{
  background:url('https://londonremovalservice.com/wp-content/uploads/2025/11/banner6.jpg') no-repeat right top;
  background-size:cover;
  margin-top:0 !important;
  padding:250px 0 120px !important;
  position:relative;
}

.page-id-106 .entry-header,
.error404 .page-header{
  background:url('https://londonremovalservice.com/wp-content/uploads/2025/11/banner7.jpg') no-repeat right top;
  background-size:cover;
  margin-top:0 !important;
  padding:250px 0 120px !important;
  position:relative;
}

.page-id-89 .entry-header,
.error404 .page-header{
  background:url('https://londonremovalservice.com/wp-content/uploads/2025/11/banner8.jpg') no-repeat right top;
  background-size:cover;
  margin-top:0 !important;
  padding:250px 0 120px !important;
  position:relative;
}

.page-id-246 .entry-header,
.error404 .page-header{
  background:url('https://londonremovalservice.com/wp-content/uploads/2025/11/banner9.jpg') no-repeat right top;
  background-size:cover;
  margin-top:0 !important;
  padding:250px 0 120px !important;
  position:relative;
}

.page-id-19 .entry-header,
.error404 .page-header{
  background:url('https://londonremovalservice.com/wp-content/uploads/2025/11/banner10.jpg') no-repeat right top;
  background-size:cover;
  margin-top:0 !important;
  padding:250px 0 120px !important;
  position:relative;
}

.page-id-246 .entry-header,
.error404 .page-header{
  background:url('https://londonremovalservice.com/wp-content/uploads/2025/11/banner9.jpg') no-repeat right top;
  background-size:cover;
  margin-top:0 !important;
  padding:250px 0 120px !important;
  position:relative;
}

.page-id-21 .entry-header,
.error404 .page-header{
  background:url('https://londonremovalservice.com/wp-content/uploads/2025/11/banner11.jpg') no-repeat right top;
  background-size:cover;
  margin-top:0 !important;
  padding:250px 0 120px !important;
  position:relative;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: 'Sitka Heading';
  font-size:48px;
  color:#030303;
  line-height:56px;
  font-weight:700;
  text-align:center;
	color:#fff
}

.thumb-conatct .section .icon{
  width:80px;
  height:80px;
  background:#ffe827;
  line-height:80px;
  border-radius:20px 0 20px 20px;
  text-align:center;
}

.thumb-conatct .section .text{
  width: 75%;
}

.contact-title{
  font-size:25px;
  color:#030303;
  line-height:30px;
  font-weight:600;
  letter-spacing:.04em;
}

.contact-main{
  font-size:16px;
  color:#020202;
  line-height:22px;
}

.contact-main a{
  color:#020202;
  font-weight:500;
}

.contact-main a:hover{
  color:#dbc71d;
}

.contact_form .block{
  margin-bottom:15px;
}

.contact_form .block p{
  margin-bottom:0;
}

.contact_form .block label{
  font-size:16px;
  color:#010101;
  line-height:18px;
  font-weight:500;
  margin-bottom:10px;
}

.contact_form .block .form-control{
  height:50px;
  border-radius:0;
  border:none;
  background:#f4f0ce;
  font-size:16px;
  color:#020202;
  line-height:20px;
  padding:10px 20px;
}

.contact_form .block .form-control::placeholder{
  color:#020202;
  opacity:1;
}

.contact_form .block .form-control::-ms-input-placeholder{
  color:#020202;
}

.contact_form .block .form-control:focus,
.contact_form .block .btn:focus{
  box-shadow:none;
}

.contact_form .block textarea.form-control{
  height:115px;
  resize:none;
}

.contact_form .block select{
  background:url(../images/down-arrow02.png) no-repeat 95% center, #f4f0ce !important;
}

.contact_form .block select option{
  color:#000;
}

.contact_form .block .wpcf7-list-item{
  display:block;
  margin-left:0;
}

.contact_form .block .btn{
  font-size:18px;
  color:#ffe827;
  line-height:20px;
  font-weight:500;
  text-transform:inherit;
  background:#3e3e3e;
  border-radius:30px;
  padding:13px 30px;
}

.contact_form .block .btn:hover{
  background:#ffe827;
  color:#3e3e3e;
}

.contact_form .block .wpcf7-spinner{
  display:none;
}

.contact_form .block .wpcf7-not-valid-tip{
  font-size:14px;
  margin-top:5px;
}

.contact_form .wpcf7-response-output{
  font-size:14px;
  color:#fff;
  border:none !important;
  margin:0 !important;
  padding:0 !important;
}

.contact_map{
  line-height:0;
}

.contact_map iframe{
  width:100%;
  height:420px;
  margin-bottom:0;
}

.inner_title{
  font-family: 'Sitka Heading';
  font-size:46px;
  color:#454545;
  line-height:52px;
  font-weight:700;
}

.inner_title strong,
.cta-title strong{
  color:#f6dc04;
}

.inner-sm-title{
  font-size:26px;
  color:#010101;
  line-height:34px;
  font-weight:600;
}

.inner_list li{
  font-size:16px;
  color:#242424;
  line-height:26px;
  font-weight:500;
  background:url("https://londonremovalservice.com/wp-content/uploads/2025/10/delivery-van.png") no-repeat left 5px;
  padding-top: 5px;
  margin-bottom:10px;
  padding-left:28px;
}

.inner_list li:last-child{
  margin-bottom:0;
}

.customize_box.contact_form .block label{
  font-size:20px;
  color:#f6dc04;
  line-height:22px;
  font-weight:600;
}

.bg-color{
  background:#f4f4f4;
}

.cta-title{
  font-family: 'Sitka Heading';
  font-size:44px;
  color:#454545;
  line-height:50px;
}

.cta-title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#020202;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

.cta-btn{
  left:0;
  bottom:0;
  z-index:999;
}

.cta-btn li a{
  display:block;
  font-size:15px;
  color:#010101;
  line-height:17px;
  text-transform:uppercase;
  background:#ffe827;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#010101;
  color:#fff;
}

.wpb_row .master-slider-parent *, .master-slider-parent *{
	box-sizing:inherit !important;
}

.accordion-item{
	border:1px solid rgba(0,0,0,.15) !important;
	margin-bottom:10px;
}

.accordion-item:last-child{
	margin-bottom:0;
}

.accordion-button{
	font-size:18px;
	color:#1c1c1c;
	line-height:25px;
	font-weight:500;
	text-transform:inherit;
	padding:14px 20px;
}

.accordion-button:focus{
	box-shadow:none;
}

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
	background:#ffe827;
	color:#010101;
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button{
	border-top-left-radius:0;
  	border-top-right-radius:0;
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed{
	border-bottom-right-radius:0;
  	border-bottom-left-radius:0;
}

@media screen and (max-width:1366px){
  .price_box{
    min-height:475px;
  }



}

@media screen and (max-width:991px){
  .header_bottom{
    background:#fff;
    box-shadow:0 4px 6px rgba(0,0,0,.1);
    padding:12px 0;
  }

  .header_logo{
    width:160px;
  }

  .banner_content{
    width:80%;
  }

  .footer_bottom{
    padding-bottom:70px;
  }

  #back-button{
    right:20px;
    bottom:35px;
  }

  .page .entry-header, 
  .error404 .page-header{
    padding:120px 0 80px !important;
  }

  .thumb-conatct .section .text{
    width:72%;
  }

  
}

@media screen and (max-width:767px){
  .header_search{
    padding-right:62px;
  }

  .home_banner .ms-slide-info{
    bottom:15%;
  }

  .banner_content{
    width:100%;
    padding:20px;
  }

  .banner_bg_title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:30px;
    line-height:38px;
    margin-bottom:22px;
    padding-bottom:15px;
  }

  .common_btn,
  .common_btn2,
  .contact_form .block .btn{
    font-size:14px;
    line-height:16px;
    padding:12px 20px;
  }

  .service_panel, 
  .price_panel{
    padding:35px 0;
  }

  .service_box{
    min-height:238px;
  }

  .service_box .content{
    width:62%;
  }

  .service_title{
    font-size:18px;
    line-height:24px;
  }

  .text-common{
    font-size:14px;
    line-height:22px;
  }

  .about_bg_title, 
  .customize_title, 
  .price_bg_title, 
  .testimonial_bg_title, 
  .choose_bg_title, 
  .home_contact_title, 
  .h_form_title{
    font-size:28px;
    line-height:36px;
  }

  .about_lt_content a, 
  .choose_content a,
  .price_box a{
    font-size:16px;
  }

  .about_rt_content ul li{
    font-size:18px;
    line-height:24px;
  }

  .about_panel, 
  .testimonial_panel, 
  .choose_panel, 
  .home_form, 
  .gallery_panel,
  .review_panel{
    padding-bottom:35px;
  }

  .customize_panel{
    padding:30px 0;
  }

  .customize_box,
  .testimonial_box{
    padding:20px;
  }

/*   .testimonial_box .sp-testimonial-content p{
    font-size:15px !important;
    line-height:22px !important;
  }

  .testimonial_box .sp-testimonial-client-name{
    font-size:20px !important;
    line-height:22px !important;
  } */

  .choose_content .section .icon{
    width:50px;
  }

  .choose_title{
    font-size:18px;
    line-height:25px;
  }

  .home_contact{
    padding:20px;
  }

  .contact_title,
  .footer_title{
    font-size:20px;
    line-height:22px;
  }

  .contact_form .block .form-control{
    height:42px;
    font-size:14px;
  }

  .contact_form .block textarea.form-control{
    height:85px;
  }

  .footer_top{
    padding:30px 0 25px;
  }

  .footer_logo{
    width:160px;
  }

  .footer_title{
    padding-bottom:16px;
  }

  .footer_link li a,
  .footer_contact li,
	{
    font-size:14px;
    line-height:16px;
  }

  .page .entry-header, 
  .error404 .page-header{
    margin-top:35px !important;
    padding:80px 0 70px !important;
  }

  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    margin-bottom:0;
    padding-bottom:0;
  }

  .thumb-conatct .section .icon{
    width:65px;
    height:65px;
    line-height:65px;
  }

  .contact-title{
    font-size:20px;
    line-height:22px;
  }
	
	.contact-main{
		font-size:15px;
	}

  .thankyou-sec img,
  .error404 .page-content img{
    width:220px;
  }

  .price_box{
    min-height:auto;
  }
  
	.inner_title{
		font-size:30px;
		line-height:35px;
	}
	
	.inner-sm-title{
		font-size:20px;
		line-height:25px;
	}
	
	.accordion-button{
		font-size:16px;
		line-height:22px;
	}
  
}

@media screen and (max-width:575px){
  .home_banner{
    margin-top:35px;
  }

  .home_banner .ms-view,
  .home_banner .ms-slide,
  .home_banner .ms-slide-bgcont{
    height:250px !important;
  }
	
	.home_banner .ms-view{
		object-fit:cover !important;
	}

  .home_banner .desc{
    bottom:10%;
  }

  .service_box{
    min-height:auto;
  }

  .price_bg_title,
  .testimonial_bg_title{
    padding-bottom:0;
  }

  .van_size_text{
    margin-left:-310px;
  }

  .choose_sm_img{
    position:relative;
    width:160px;
    float:right;
    margin-top:-100px;
  }

  .choose_title{
    width:80%;
  }

  

  
}
