
/* comman css start */
:root{
    --black:#000000;
    --white:#ffffff;
    --primary: #fdaf33;
    --txt1: #888888;
    --barlow: 'Barlow', sans-serif;
}
.section-heading{
    text-align: center;
}
.section-heading img{
    margin: 0 auto;
    width: 22px;
}
.section-heading h2{
    font-size: 50px;
    font-weight: 600;
    color: var(--primary);
    text-transform: capitalize;
    margin: 0;
    font-family: var(--barlow);
}
.sDescription p{
    font-size: 18px;
    color: var(--black);
    font-family: var(--barlow);
    margin: 20px 0 0 0;
}

.spadding{
    padding: 70px  0 !important;
}
.sptop{
    padding-top: 70px !important;
}
.spbot{
    padding-bottom: 70px !important;
}

.instant-quote-bot-button{
    margin-top: 70px;
    text-align: center;
}
.instant-quote-bot-button a{
    height: 60px;
    line-height: 60px;
    text-align: center;
    max-width: 380px;
    width: 100%;
    display: inline-block;
    background-color: var(--primary);
    font-size: 20px;
    font-family: var(--barlow);
    text-transform: uppercase;
    color: var(--white) !important;
    font-weight: 800;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.5s;
}
.instant-quote-bot-button a:hover{
    background-color: var(--black);
}
/* comman css start */

 /* Css Start */ 
body{
    font-family: var(--barlow);
}
header{
    background: var(--white);
    -webkit-box-shadow: 0 1px 2px rgb(0, 0, 0, 10%);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgb(0, 0, 0,  10%);
}
header .header-inner{
    padding: 0 !important;
    
}
header .header-navigation-wrapper{
    margin-right: auto;
}
header ul.primary-menu{
    margin: 0;
    padding-left: 20px;
}
header .primary-menu>li {
    margin: 0 0 0 26px;
}
header .primary-menu a{
    font-size: 18px;
    font-weight: bold;
    color: var(--black) !important;
    text-transform: uppercase;
    font-family: var(--barlow);
}
header .primary-menu a:hover{
    color: var(--primary) !important;
}
.primary-menu li.current-menu-item>.link-icon-wrapper>a, .primary-menu li.current-menu-item>a {
    text-decoration: none;
    color: var(--primary)!important;
}
header .site-logo img{
    max-height: 90px;
}
header .button-group-block{
    position: relative;
    
}
header .button-group-block::before{
    content: "";
    height: 110px;
    width: 1px;
    left: 0;
    background-color: var(--primary);
    opacity: 50%;
}
header .button-group-block .call-button{
    margin-left: 25px;
    background-color: var(--primary);
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    padding: 0 50px 0 70px;
    background-size: 20px;
    background-position: 18%;
    font-weight: 600;
}
header .mobile-search-toggle{
    display: none !important;
}
/* header Css end */

/* banner section css start */
.main-banner{
    display: flex;
}
.banner-form-left{
    width: 50%;
    background: var(--primary);
    padding: 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bimg-right{
    width: 50%;
    position: relative;
}
.bimg-right img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.bformWrap{
    max-width: 450px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    padding: 20px;
}
.bformWrap .bform-title{
    text-align: center;
    margin: 0;
    font-size: 40px;
    font-family: var(--barlow);
    font-weight: 600;
}
.wpcf7-form .input-frm{
    margin-bottom: 15px;
}
.wpcf7-form .input-frm input.int-frm{
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    width: 100%;
    border: 2px solid var(--primary);
    border-radius: 10px;
    font-size: 16px;
    background: transparent;
    font-weight: 600;
    color: var(--black);
}
.wpcf7-form .input-frm input.int-frm::placeholder{
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    font-family: var(--barlow);
    text-transform: uppercase;
}
.wpcf7-form .input-frm textarea{
    padding: 10px 15px;
    width: 100%;
    border: 2px solid var(--primary);
    border-radius: 10px;
    font-size: 16px;
    background: transparent;
    font-weight: 600;
    height: 90px;
}
.wpcf7-form .input-frm textarea.wpcf7-textarea::placeholder{
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    font-family: var(--barlow);
    text-transform: uppercase;
}

.wpcf7-form .input-submit .sub-btn {
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    font-size: 20px;
    color: var(--white);
    font-family: var(--barlow);
    font-weight: 600;
    background-color: var(--black);
    text-transform: capitalize;
    border-radius: 10px;
    transition: all 0.5s;
}
.wpcf7-form .input-submit .sub-btn:hover{
    background-color: var(--primary);
}
.wpcf7-form .input-submit .wpcf7-spinner{
    display: none !important;
}

/* banner section css end */

/* our service section css start */
.service-section .our-service-block{
    padding: 0 !important;
}
.service-section .our-service-list{
    margin-top: 20px;
    justify-content: center;
}
.service-section .our-service-list .our-service-list-box{
    margin-top: 10px;
   
}
.our-service-list .our-service-list-box .our-service-img{
   /* max-height: 250px; */
 
}
.our-service-list .our-service-list-box .our-service-img img{
    border-radius: 10px 10px 0 0;
}
.our-service-list .our-service-list-box .service-detail{
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
    background-color: var(--white);
    padding: 25px;
    border-radius: 0 0 10px 10px;
}
.our-service-list .our-service-list-box .service-detail a{
    font-size: 20px;
    font-family: var(--barlow);
    font-weight: 800;
    text-transform: uppercase;
    color: var(--black) !important;
    transition: all 0.5s;
}
.our-service-list .our-service-list-box .service-detail a:hover{
    color: var(--primary) !important;
}
.our-service-list .our-service-list-box .service-detail .sbDes p{
    font-size: 14px;
    font-family: var(--barlow);
    color: var(--black) !important;
    line-height: 22px;
}
/* our service section css end */

/* why choose us section start */
.why-choose-section{
    background-color: #f8f8f8;
}
.why-choose-list-new{
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.why-choose-list-new .why-choose-box-new{
    width: calc(25% - 15px);
    border: 1px solid var(--primary);
    padding: 20px;
    border-top-left-radius: 40px;
    text-align: center;
    margin-top: 15px;
}
.why-choose-list-new .why-choose-box-new .iconWrap img{
    margin: 0 auto;
    max-width: 141px;
}
.why-choose-desc h4{
    font-size: 18px;
    font-family: var(--barlow);
    font-weight: 800;
    color: var(--primary);
    text-transform: capitalize;
    margin: 20px 0 0 0;
    letter-spacing: unset;
}
.why-choose-desc p{
    font-size: 14px;
    line-height: 22px;
    color: var(--black);
    font-family: var(--barlow);
    margin: 20px 0 0 0;
}
/* why choose us section end */

/* testimonial section start */
.testimonial-section .testimonial-box{
    padding: 50px 10px 0 10px !important;
}
.testimonial-section .testimonial-slider-container{
    margin-top: 70px;
}
.testimonial-box-new{
    border: 1px solid var(--primary);
    border-radius: 10px;
    padding: 0 20px 20px 20px;
    text-align: center;
}
.testimonial-box-new .testimonial-img{
    margin-top: -50px;
    width: 100%;
    text-align: center;
}
.testimonial-box-new .testimonial-img img{
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--primary);
}
.testimonial-box-new h4{
    margin: 20px 0 0 0;
    font-size: 20px;
    font-weight: 600;
    font-family: var(--barlow);
    color: var(--black);
    text-transform: capitalize;
    letter-spacing: unset;
}
.testimonial-box-new h5{
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--barlow);
    color: var(--txt1);
    text-transform: capitalize;
    margin-top: 10px;
    letter-spacing: unset;
}
.brd-quate{
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.brd-quate::before{
    content: "";
    height: 1px;
    width: 100%;
    left: 0;
    background-color: #ececec;
    position: absolute;
    top: 50%;
}
.brd-quate img{
    margin: 0 auto;
    max-width: 50px;
    position: relative;
}
p.comment-descript{
    margin: 20px 0 0 0;
    font-size: 14px;
    color: var(--black);
    font-family: var(--barlow);
    line-height: 22px;
}
.testimonial-box-new .testimonial-user-info{
    padding:0 !important;
    margin-top: 15px;
}
.testimonial-box-new .testimonial-user-info .r5star{
    color: #ffc107;
}
.testimonial-slider-container .slick-dots{
    position: relative;
    bottom: 0;
    margin-top: 70px;
}
.testimonial-slider-container .slick-dots li{
    margin: 0 2px;
}
.testimonial-slider-container .slick-dots li button:before {
    font-size: 15px;
    color: var(--primary);
    opacity: 1;
}
.testimonial-slider-container .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--black);
}
/* testimonial section end */

/* get in touch section css start */
.get-in-trouch-section{
    background: var(--primary);
}
.get-in-trouch-section .section-heading h2{
    color: var(--white);
}
.gitf-form{
    background: rgba(255, 255, 255, 0.7);
    padding: 30px;
    border-radius: 20px;
    margin-top: 40px;
}
.gitf-form form.wpcf7-form p br{
    display: none;
}
.gitf-form form.wpcf7-form p {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0;
}
.gitf-form form.wpcf7-form p span.wpcf7-form-control-wrap {
    flex: 0 0 calc(33.33% - 13px);
    margin-bottom: 26px;
    max-width: calc(33.33% - 13px);
}
.gitf-form form.wpcf7-form p span.wpcf7-form-control-wrap.yourrequrements {
    flex: 0 0 calc(100% - 0px);
    max-width: calc(100% - 0px);
}
.gitf-form  input[type="tel"],
.gitf-form  input[type="email"],
.gitf-form  input[type="number"],
.gitf-form  input[type="text"]{
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    width: 100%;
    border: 2px solid var(--black);
    border-radius: 10px;
    font-size: 16px;
    background: transparent;
    font-weight: 600;
    color: var(--black);
}
.gitf-form  input::placeholder{
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    font-family: var(--barlow);
    text-transform: uppercase;
}
.gitf-form textarea.wpcf7-textarea{
    padding: 10px 15px;
    width: 100%;
    border: 2px solid var(--black);
    border-radius: 10px;
    font-size: 16px;
    background: transparent;
    font-weight: 600;
    height: 120px;
}
.gitf-form textarea.wpcf7-textarea::placeholder{
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    font-family: var(--barlow);
    text-transform: uppercase;
}
.gitf-form .wpcf7-spinner{
    display: none;
}
.gitf-form .input-submit-btn input{
    max-width: 300px;
    width: 100%;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    background-color: var(--black) !important;
    color: var(--white);
    font-family: var(--barlow);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.5s;
}
.gitf-form .input-submit-btn input:hover{
    background-color: var(--primary)!important;
}
.removalist-link-list{
    margin-top: 40px;
}
.removalist-link-list ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.removalist-link-list ul li{
    max-width: 16.66%;
    width: 100%;
    /*margin: 0 !important;*/
    text-align: left;
    padding: 5px 0 !important;
}
.removalist-link-list ul li a{
   position: relative;
   padding-left: 20px;
   display: inline-block;
   color: var(--black) !important;
   font-size: 18px;
   font-weight: 400;
   text-decoration: none;
   transition: all 0.5s;
   cursor: default;
}
.removalist-link-list ul li a:hover{
    /*color: var(--primary) !important;*/
}
.removalist-link-list ul li a:after{
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f105";
    position: absolute;
    left: 0;
}
.instant-quote-btn a{
    background-color: var(--primary) !important;
}
/* responsive css start */
@media screen and (max-width:1199px) {
    header .primary-menu a {
        font-size: 16px;
    }
    header .button-group-block .call-button{
        padding: 0 15px 0 40px;
        font-size: 16px;  
        background-size: 16px;
        background-position: 20px;
        height: 40px;
        line-height: 40px;
    }
}
@media screen and (max-width:1024px) {
    .removalist-link-list ul li{
        max-width: 20%;
    }
}
@media screen and (max-width:992px) {
    .removalist-link-list ul li{
        max-width: 20%;
    }
}
@media screen and (max-width:991px) {
    .banner-form-left{
        padding: 15px;
    }
    .removalist-link-list ul li{
        max-width: 25%;
    }
}
@media screen and (max-width:768px) {
    
}
@media screen and (max-width:767px) {
    .removalist-link-list ul li{
        max-width: 33.33%;
    }
}
@media screen and (max-width:575px) {
    .removalist-link-list ul li{
        max-width: 50%;
    }
}
@media screen and (max-width:360px) {
    
}
/* responsive css end */