@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Carter+One&family=Nunito:ital@0;1&family=Oswald:wght@200..700&display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: 'Roboto', sans-serif;
}

h1{
font-size: 40px;
}
h2{
	font-size: 30px;
    font-weight: 700;
}
h3 {
    font-size: 18px;
    font-weight: 600;
}
h4{
	
}
h5{
	
}
h6{
	
}
img{
    max-width:100%;
}
input{
	font-family: 'Poppins', sans-serif;
}
a{
	text-decoration: none;
}
a: hover{
    text-decoration: none;
}
p {
    font-size: 14px;
    margin-bottom: 7px;
}
.text-danger {
    color: #ab1d22!important;
}
section.top_bar {
    padding: 12px 0px;
}
.top_bar_right {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
}

html {
  scroll-behavior: smooth;
}
.top_bar_right h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.top_bar_right a {
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
font-style: italic;
}

.top_bar_right span {
    background: #ab1d22;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 11px;
}

.top_bar_right span i {
    font-size: 19px;
    color: #ffffff;
}


/*--banner--*/
.banner .form_btn:hover {
    color: #fff;
    background: #000;
    font-weight: 500;
}
.banner {
    width: 100%;
    padding: 40px 12px;
    background-size: cover;
    background-position: bottom;
    position: relative;
    background: url('../img/banner-Removalist.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 325px;
}
.banner h6.discount {
    text-align: center;
    margin-bottom: 0;
    font-weight: 700;
    position: relative;
    color: #fff;
    background: #aa1e21;
    width: fit-content;
    margin: 0 auto;
    padding: 5px 20px;
    border-radius: 15px;
    font-size: 1.4rem;
    top: -3px;
    box-shadow: 0 5px 15px #00000052;
    text-transform: capitalize;
    font-stretch: 44px;
}
h6 span {
    text-transform: capitalize;
    font-weight: 700;
    color: #e0ef61;
}
.banner h6 strike {
    color: #ffffff;
    font-size: inherit;
    opacity: 0.8;
}
section#banner:before {
    content: "";
    width: 50%;
    height: 50%;
    background: url('../img/tire-print-right.png');
    position: absolute;
    right: 0;
    background-size: contain;
    background-position: 90% center;
    background-repeat: no-repeat;
    top: 0;
    transform: translate(0px, 50%);
    opacity: 0.1;
        z-index: -1;
}
section#banner:after {
    content: "";
    width: 50%;
    height: 50%;
    background: url('../img/tire-print-right.png');
    position: absolute;
    left: 0;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    top: 0;
    transform: translate(0px, 50%);
    opacity: 0.1;
        z-index: -1;
}
.navigation {
    background: #aa1e21;
    z-index: 99999999999999999999;
    /* transform: translateZ(0); */
    position: relative;
    z-index: 2;
}
.navigation .navbar-nav .nav-link {
 color: #fff;
}


.navigation .navbar-nav .nav-item {
    padding: 0px 19px;
}

.navigation .navbar-nav .nav-link {
    font-size: 14px;
    position: relative;
    transition: all .3s ease;
    padding: 7px 3px;
    font-weight: 600;
}
.navigation .navbar-nav .nav-link:hover::before{
    width:100%;
}
.navigation .navbar-nav .nav-link::before {
    content: "";
position: absolute;
bottom: 2px;
left: 0;
background: #fff;
height: 2px;
width: 0px;
transition:all .3s ease;
}
.navigation .navbar-nav .nav-link:hover {
   color: #fff;
}


.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
	color: #fff!important;
}

.navbar-light .navbar-toggler {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  background:#fff;
}
.banner .content h1 span {
    display:flex;
}
.banner .content h1 span , .banner .form_heading h4 {
    color: #aa1e21;
}
.banner .content h1 , .banner .form_heading h4 {
    line-height: 1.1;
    font-weight: 700;
    padding: 5px 15px 0;
    
}

.banner .form_heading h4 {
    font-size: 18px;
}
.content h1 + p {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 0px;
    padding: 0px 15px;
    font-weight: normal;
}

.awardlist {
    padding: 18px 15px 2px;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;
}
  .awardlist li img {
    width: 52px;
}
/* .banner_bottom {
    margin: 45px 0px 45px;
}*/
.awardlist li {
    list-style:none;
}

/*.form_heading h4 {*/
/*    background: #aa1e21;*/
/*    margin: 0;*/
/*    padding: 12px;*/
/*    color: #fff;*/
/*}*/

.banner_bottom_right {
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 14px;
    /* overflow: hidden; */
    position: relative;
    box-shadow: rgb(0 0 0 / 33%) 2px 3px 6px 0px, rgb(255 255 255 / 30%) -5px -4px 6px -1px;
    border: 1px solid #cccc;
    /* background: url('https://i.ibb.co/d0FX0VRC/Pngtree-tablet-device-mockup-7557827.png'); */
    background-position: center;
    /* background-size: 100%; */
    /* border-image: url('https://i.ibb.co/d0FX0VRC/Pngtree-tablet-device-mockup-7557827.png') 30 round; */
    border: 10px solid #000;
}
.banner_bottom_right form {
    padding: 15px 19px;
}

.banner_bottom_right form input.form-control {
    background: transparent;
    color: #000 !important;
    font-size: 13px;
    padding: 7px 15px 7px 12px;
}
.banner_bottom_right form input::placeholder {
    color: #000!important;
    font-size: 13px;
}

.banner_bottom_right form #FormControlTextarea1 {
    background: transparent;
    color: #000 !important;
}
.banner_bottom_right form #FormControlTextarea1::placeholder {
    color: #000 !important;
    font-size: 13px;
}

.banner_bottom_right .form-check a {
    color: #000 ;
    text-decoration: none;
}
.banner .form-check-label span {
    color: #000 !important;
}
.form-check-label span {
    font-size:12px !important;
}

/*.form_heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/layer.png);
    max-width: 401px;
    max-height: 92px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 999;
}
.form_heading{
    position: relative;
}*/



input.form_btn {
    padding: 5px 23px;
    background: #aa1e21;
    color: #fff;
    font-weight: 500;
    border-radius: 8px;
    border: none;
    transition: all .3s ease;
}

.form_btn:hover{
    color: #000;
    background: #fff;
    font-weight: 500;
}
input[type=checkbox] {
  accent-color: red;
  }

/*--about--*/
.about_us {
    padding: 80px 0;
    position: relative;
    background: url('img/about-bg.jpg');
    border: 1px solid #eee;
    border-width: 1px 0 1px 0;
    box-shadow: 1px 1px 24px #eee;
}
.about_us_left h2 {
    margin-bottom: 3px;
}
.about_us_right p a {
    font-size: 19px;
    font-weight: 500;
    text-decoration: none;
}

/*--choose--*/
.choose{
    padding-top: 40px;
    position: relative;
}
/* .choose:before{
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 100%;
    height: 100%;
    max-width:760px;
    max-height: 593px;
    background: url('../img/layer_blue.png');
    background-repeat:no-repeat;
    background-size: contain;
    background-position: bottom;
}*/
.heading{
    text-align: center;
    position: relative;
}

.heading::before {
    content: "";
    background: #fff;
    width: 170px;
    height: 1px;
    position: absolute;
    bottom: -10px;
    margin: auto;
    left: 0;
    right: 0;
}

.choose_right {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.choose_left {
    position: relative;
    border: 1px solid #a9a9a9;
    border-radius: 0px 15px 0px 15px;
   padding: 11px 24px;
   width: calc(25% - 20px);
   display:flex;
   align-items:center;
   border-width: 3px 1px 4px 1px;
    border-style: outset;
}
.choose_left:before {
    content: "";
    width:0;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 0px;
   border-width: 3px 1px 4px 1px;
    border-radius: 0px 15px 0px 15px;
    left: 0;
    z-index:-1;
    transition: 0.5s ease-in-out;
    background: linear-gradient(90deg, rgb(170 30 33) 0%, rgb(0 0 0) 100%);
}
.choose_left:hover:before {
    width:100%;
    padding: 15px;
}
.choose_left:hover {
    color:#fff;
    cursor:pointer;
}
/*  */

.choose_left figure {
    width: 63px;
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px;
    border-radius: 50%;
    position: absolute;
    left: 37%;
    top: -35%;
    /* transform: translate(50%, -50%); */
    margin: 0 auto 20px;
}
.whyChoose {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.whyChoose .choose_left {
    width: calc( 25% - 20px );
}
.choose_left figure img {
    filter: grayscale(100%);
}
.choose_left article {
    margin-left: 0px;
    text-align:center;
}

.choose_left p {
    font-size: 13px;
}

.choose_left .yellow {
 background: #df6e01!important;
}

.choose_left .blue {
 background: #00548d!important;
}

.choose_left .green {
 background: #286708!important;
}

.choose_left .pink {
 background: #cd0a58!important;
}

/* .choose_left:first-child::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    background: #df6e01;
    height: 48px;
    width: 2px;
    transform: translate(0px, -50%);
}

.choose_left:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    background: #00548d;
    height: 48px;
    width: 2px;
    transform: translate(0px, -50%);
}
.choose_left:nth-child(3)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    background: #286708;
    height: 48px;
    width: 2px;
    transform: translate(0px, -50%);
}

.choose_left:nth-child(4)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    background: #cd0a58;
    height: 48px;
    width: 2px;
    transform: translate(0px, -50%);
}

.choose_left:nth-child(5)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    background:#df6e01;
    height: 48px;
    width: 2px;
    transform: translate(0px, -50%);
}

.choose_left:nth-child(6)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    background:#00548d;
    height: 48px;
    width: 2px;
    transform: translate(0px, -50%);
}*/
.choose_left:last-child{
    margin-bottom:0!important;
}


/*tilt*/

.tilt .right:before {
    border-left: 70px solid #9a2129;
    border-bottom: 155px solid transparent;
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
}

.tilt .right {
    background: #191714;
    padding-left: 60px;
    overflow: hidden;
}

.tilt .left {
    background: #9a2129;
}
.tilt {
    background-image: -webkit-linear-gradient( 120deg, #004266 0%, #004266 50%, #ed1b24 50%, #ed1b24 50%);
    background-image: linear-gradient(120deg, #ab1d22 0%, #872530 50%, #ed1b24 50%, #191714 50%);
    position: relative;
    overflow: hidden;
}
.tilt .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 20px 0;
    font-family: "Carter One", system-ui;
    animation: blinker 5s linear infinite;
}

.tilt .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 20px 0;
}
.tilt .content h3 {
    color: #e0ef61;
    font-family: "Carter One", system-ui;
    font-size: 2.5rem;
    margin-bottom:0px;
}
.tilt .content h3+h5 {
    font-size: 29px;
    font-weight: normal;
    color:#fff;
    font-family:"Carter One", system-ui;
}

.tilt  .call_back * {
    margin: 0;
    color: #fff;
   text-decoration: none;
   font-style: italic;
font-weight: 600;
}

.tilt .call_back {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px 0;
}


.tilt .call_back h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
    color: #dd4a50;
    font-style: normal;
}

.tilt .call_back h2 {
    font-size: 48px;
    line-height: 1;
    font-weight: normal;
}


/*--services--*/
section.servicves {
    padding: 80px 0px;
    position:relative;
}
.heading_para{
    text-align: center;
    padding-bottom: 32px;
}

.services_first .figure{
 
}
.services_first img {
    width: 66px;
}
.services_first figure {
    height: 50px;
    width: 50px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 16%) 3px 3px 6px 0px, rgb(0 0 0 / 23%) 0px 3px 6px;
    margin: 13px;
    padding: 8px;
}


.services_first .services_images {
    position: absolute;
    display: inline-block;
    transition: all .3s ease;
    top: -45px;
    right: -18px;
}
.services_first .services_images:first-child::before{
   /* content: "";*/
    position: absolute;
    top: 0px;
    right: -9px;
    width: 100%;
    height: 100%;
    max-width: 185px;
    max-height: 224px;
    background: url(../img/border-first.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


.services_first .border-second:first-child::before{
   /* content: "";*/
    position: absolute;
    top: 0px;
    right: -9px;
    width: 100%;
    height: 100%;
    max-width: 185px;
    max-height: 224px;
    background: url(../img/border_second.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.services_first .border-three:first-child::before{
   /* content: "";*/
    position: absolute;
    top: 0px;
    right: -9px;
    width: 100%;
    height: 100%;
    max-width: 185px;
    max-height: 224px;
    background: url(../img/border-three.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.services_first .border-four:first-child::before{
   /* content: "";*/
    position: absolute;
    top: 0px;
    right: -9px;
    width: 100%;
    height: 100%;
    max-width: 185px;
    max-height: 224px;
    background: url(../img/border-four.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.services_first .border-five:first-child::before{
   /* content: "";*/
    position: absolute;
    top: 0px;
    right: -9px;
    width: 100%;
    height: 100%;
    max-width: 185px;
    max-height: 224px;
    background: url(../img/border-five.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services_first .border-six:first-child::before{
   /* content: "";*/
    position: absolute;
    top: 0px;
    right: -9px;
    width: 100%;
    height: 100%;
    max-width: 185px;
    max-height: 224px;
    background: url(../img/border-six.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.services_first .border-seven:first-child::before{
   /* content: "";*/
    position: absolute;
    top: 0px;
    right: -9px;
    width: 100%;
    height: 100%;
    max-width: 185px;
    max-height: 224px;
    background: url(../img/border-seven.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.services_first .border-eight:first-child::before{
   /* content: "";*/
    position: absolute;
    top: 0px;
    right: -9px;
    width: 100%;
    height: 100%;
    max-width: 185px;
    max-height: 224px;
    background: url(../img/border-eight.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services_first h3 a {
    text-decoration: none;
    color: #464545;
}
.services_first h3{
    padding-top: 12px;
    text-align: center;
}
.services_first p{
    text-align: justify;
    font-size: 14px;
    margin-bottom:0px;
}
.serviceBox {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    gap: 20px;
    justify-content: center;
}

.serviceBox .services_first {
    width: calc( 25% - 20px );
    position: relative;
    background:#fff;
}
.services_first {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    transition: all .3s ease;
    border: 1px solid transparent;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.services_first:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 15px;
    left: 0;
    transition:0.5s ease-in-out;
}
.services_first:hover {
    cursor:pointer;
}
.services_first:hover:before {
    background:#aa1e21;
    transform: rotateY(180deg);
}

.services_first:hover article , .services_first:hover h3 a {
    z-index:2;
    color:#fff;
}

/*--move--*/

.mover_day_left{
 position: relative;
}
.mover_day_left p {
    position: absolute;
    bottom: 0;
    right: 60px;
    background: #ededed;
    width: 58%;
    padding: 19px;
    font-size: 14px;
    margin: 0;
}
 .move_day{
 padding: 80px 0;
}
.move_day ul li{
    position: relative;
}
.move_day ul li:before {
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 2px;
    font: normal normal normal 14px/1 FontAwesome;
    background: 0 0!important;
    color: #004266;
    content: "\f192";
    transition: all .3s ease-in-out;
}

.move_day ul {
    margin: 0;
    padding: 0;
}
.move_day ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
}
.mover_day_right p{
    margin-bottom: 16px;
}

.mover_day_right h3 {
    font-size: 22px;
    font-weight: 600;
    text-decoration: underline;
}


/*--client-reviews--*/
.client-reviews {
  
    width: 100%;
    padding: 100px 0px;
    position: relative;
}
section#client-reviews {
    background: url('../img/testiminialBackground.jpg');
    padding: 100px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    background-size: cover;
}
section#client-reviews:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #00000094;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    /* background-color: transparent; */
    background-size: cover;
    background-position: center;
}

.client-reviews .clients  img {
    width: 70px;
    height: 70px;
    border-radius: 50%!important;
    background: #154661;
    font-size: 10px;
}
.client-reviews h2 {
    text-align: center;
    position: relative;
    background: #fff;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 25px;
    border-radius: 15px;
}

.reviews_center p {
    color: #747574;
    text-align: center;
}

.client-reviews .client {
    display: flex;
    justify-content: center;
    align-items: center;
}

.reviews .owl-prev {
   width: 41px;
    height: 41px;
    position: absolute;
    top: 50%;
    margin-left: -53px;
    display: block !important;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #4d4c4c!important;
}

.reviews .owl-next {
    width: 41px;
    height: 41px;
    position: absolute;
    top: 50%;
    right: -53px;
    display: block !important;
   background: #4d4c4c!important;
    border-radius: 50%;
    transform: translateY(-50%);
}




.reviews {
    position: relative;
}

.reviews .owl-nav .owl-prev:before {
    content: "\f060";
}

.reviews .owl-nav button:before {
    position: absolute;
    font: normal normal normal 22px/1 FontAwesome;
    font-weight: 600;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    color: #fff !important;
}

.reviews .owl-nav .owl-next:before {
    content: "\f061";
}



.reviews_left {
    margin-top: 50px;
    background: #fff;
    padding: 25px;
    border-radius: 15px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 50%!important;
}

.reviews_center article p {
    color: #071433;
    font-weight: 600;
}


.reviews .owl-dots button.owl-dot {
    background: black!important;
    height: 5px;
    width: 25px;
    position: relative;
    margin: 4px;
}



.reviews .owl-dots {
    text-align: center;
}
.reviews .owl-dots button.owl-dot.active span, 
 .owl-dots button.owl-dot:hover span {
  background-color: #ab1d22;
  height: 5px;
    width: 25px;
  position: absolute;
  top: 0px;
  left:0px;
}


/*--faq--*/
.frequently {
    padding: 80px 20px;
}

.frequently_center {
    text-align: center;
    color: #000;
}

.accordn {
    padding-bottom: 30px;
    padding-top: 30px;
}


.accordn_flex {
    display: flex;
}

.accordion {
    color: #000;
    cursor: pointer;
    /* padding: 10px !important; */
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin: 6px 0px;
    position: relative;
    background: transparent;
}

.accordion.active {
    background: #fafafa;
    color: #ab1d22;
    font-weight: 600;
    box-shadow: 1px 3px 2px #e3dede85;
}

.accordion:after {
    content: '\f105';
    color: #000 !important;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    position: absolute;
    right: 0;
    margin-right: 12px;
    font-family: fontawesome;
    height: 19px;
    width: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.accordion.active:after {
    content: "\f107";
    color: #000!important;
}

.panel {
    /* padding: 0 18px; */
    background: #fafafa;
    /* max-height: 0; */
    display:none;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}
button.accordion.active + .panel {
    height: auto;
    min-height: 50px;
    max-height: auto;
    display:block;
}

.panel h6 {
    color: #b01e23;
}

.faq_shadow {
    background-color: #fafafa;
    padding: 3px 12px;
    margin: 0px 0 20px;
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;

}


/*footer*/
.footer{
    background: #a21419;
    padding: 25px 0px;
}
.footer ul {
  margin: 0;
  padding: 0;
}
.footer ul li{
    list-style: none;
}
.footer ul li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

.footer_first h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.footer ul span i {
    height: 39px;
    width: 39px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.footer ul li span{
    padding-right: 12px;
}
.footer ul li {
    list-style: none;
    padding: 0px 0px 11px 0px;
}

.footer .icons ul{
    display: flex!important;
    align-items: center;
}
.footer .icons ul li {
    list-style: none;
    padding: 0px 0px 11px 0px;
}
.footer .icons ul li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0px 4px 0px 2px;
}
.footer .icons{
 margin-top: 9px;
}
.footer .icons i {
    height: 36px;
    width: 36px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.footer_ul_padding {
    margin-top: 38px!important;
}

footer .bottom-line {
    font-size: 16px;
}

.bottom-line ul li {
    list-style: none;
    padding: 0 15px;
    text-transform: capitalize;
    font-size: 13px;
    text-align: center;
}

.bottom-line ul li:first-child {
    border-right: 1px solid #ccc;
}

.bottom-line ul li a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.copyright {
    color: #ffffff;
    font-size: 13px;
}


.copy_right{
text-align: right;
}

.widget h3{
    position: relative;
}
.widget h3:before{
    position: absolute;
    content: "";
    bottom: -6px;
    left: 0;
    height: 3px;
    width: 62px;
    background: #e97745;
    border-radius: 6px;
}
footer .bottom-line {
    font-size: 16px;
    background: #000;
}


/*--pricing--*/
.pricing{
 padding-top: 40px;
}
.heading_left{
    position: relative;
}

.heading_left::before {
    content: "";
    background: black;
    width: 170px;
    height: 1px;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.pricing_left {
    margin-top: 35px;
}

.pricing_right .why_box {
    border-style: solid;
    border-width: 1px;
    border-color: #d2d1d1;
    border-radius: 14px;
    background-color: #f6f6f6;
    padding: 10px 15px;
    z-index: 6;
    box-shadow: none;
    margin-bottom: 15px;
    position: relative;
}



.bottom .context span {
    font-size: 26px;
    margin-left: 8px;
}
.bottom img{
    filter: brightness(0%);
    height: 30px;
}



.caption {
    font-size: 11px;
    font-weight: 600;
}

.pricing_right_first h3 {
   color: #393737;
    font-size: 22px;
    font-weight: 500;
}


.pricing_price_bg {
   /* background: #f3f3f3;*/
    padding: 10px 15px;
    margin: 16px 0;
     box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
     box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 19px;
    position: relative;
    transition: all .3s ease;
}
.pricing_price_bg:hover{
    background: #f3f3f3;
}
.pricing_price_bg::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -1px;
    background: #393737;
    height: 56%;
    width: 1px;
    transform: translate(0px, -50%);
}
.pricing_price_bg:hover .bottom_left h4 {
    background: #ab1d22;
}

.pricing_price_bg:hover:before{
   background: #ab1d22;
}
.bottom_left h4 {
    background: #393737;
    position: absolute;
    top: -10px;
    padding: 12px;
    border-radius: 0px 1px 36px 36px;
    color: #fff;
    right: 0;
    transition: all .3s ease;
}
.bottom_left{
 position: relative;
}
.top_to_btm {
    padding: 0 0 0 15px;
    max-height: 465px;
    overflow-y: scroll;
}

.pricing_right_first .context{
    display: static;
}


/*--contact us--*/
.contact_us{
    background: url('../img/contact_bg.png')no-repeat center center/cover;
    width: 100%;
    padding: 40px 0px;
}
.heading_white{
 color: #fff!important;
}

.contact_us .form-check-label a{
    color: #ffff;
    text-decoration: none;
}

.contact_us_center form .form-control:focus{
	border-color: #7e7f81!important;
	box-shadow: 0 0 2px 0.2rem rgb(255 255 255 / 75%)!important;
}
/*akshay*/

.shape svg {
    display: inline-block;
}
.form_heading {
    position: relative;
    margin:15px 15px 10px;
    left: 0;
    right: 0;
    top: 6px;
}
.banner_bottom .form-grids {
    display: flex;
    gap: 3px 8px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top_bar_left img {
    max-width:150px;
}
.banner_bottom .form-grids > div {
    width: calc( 52% - 18px );
    position:relative;
}

.form_heading h4 {
    margin: 0;
    color: #000;
    text-align: center;
    font-size: 34px;
    font-weight: 800;
}

/*--term condition--*/
.policies .outer li {
    position: relative;
    padding: 8px 0px 8px 36px;
    list-style: none;
}
.policies .outer li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 100%;
    height: 100%;
    background: url(../img/dot.png)no-repeat center center/cover;
    max-width: 22px;
    max-height: 22px;
}

  /*thank you*/



.thnkyou {
    padding: 50px 0;
    position: relative;
    background: #fbfbfb;
}
.thnkyou .row{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.thnkyou .box {
    border-left: 4px solid #ab1d22;
    padding: 20px 20px;
    margin-bottom: 12px;
}

.thnkyou .box h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 31px;
    color: #ab1d22;
    margin-top: 0;
    margin-bottom: 0px;
}
.thnkyou .box a {
    color: #ae3222;
}

.thnkyou .box h3 {
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    letter-spacing: 0px;
}

.thnkyou .opt {
    padding: 0;
}

.thnkyou .opt li {
    padding-bottom: 18px;
    padding-left: 17px;
    position: relative;
    color: #000;
    font-size: 15px;
    list-style: none;
}

.thnkyou .opt li:before {
    content: "\2714";
    position: absolute;
    left: 0;
    top: 3px;
}


.links_number {
    color: #ab1d22;
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    font-weight: 600;
}

/* 2/20/2023 */
/*popular*/
.popular {
    position: relative;
    padding-top:40px;
}
.popular .price img {
    width: 211px;
}
.popular:before{
    /*content: "";*/
    background: url(../img/welcome-bg.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    max-height: 974px;
    opacity: 0.7;
}

.popular .price {
    position: relative;
    display: inline-flex;
    margin: auto;
}

.popular .price>span {
    position: absolute;
    left: 66px;
    top: -10px;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Antonio', sans-serif;
    text-align: left;
    color: #132040;
    font-weight: bold;
    font-size: 49px;
    line-height: 1.1;
}

.popular .price>span span {
    font-size: 29px;
}

.popular .price span em {
    font-style: normal;
    font-size: 29px;
    font-weight: normal;
}

.popular .price span br {
    display: block;
}

.popular .tab-content {
    margin-top: 40px;
}

.popular .box {
    text-align: center;
    width: 100%;
}

.popular .name {
    color: #132040;
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    margin: 10px 0 0px;
    text-transform: uppercase;
}

.popular .quote-button span {
    display: block;
    font-size: 21px;
    color: #4f4f4f;
}

.popular .bottom {
    padding: 15px 15px;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    margin: 10px 0px 15px;
}

.popular .bottom .row .rect:nth-child(2) {
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
}


.popular .bottom .context span {
    font-size: 26px;
    margin-left: 8px;
}

.popular .theme-btn {
    letter-spacing: 0px;
}

.popular .nav-tabs .nav-link {
    border: 0px;
    color: #282828;
    border-radius: 0px;
    font-size: 14px;
    padding: 12px 9px 9px;
    text-align: center;
    line-height: 1;
    font-weight: normal;
}

.popular .nav-tabs {
    border: 0;
    justify-content: space-between;
    width: 100%;
}

.popular .nav-tabs .nav-item.show .nav-link,
.popular .nav-tabs .nav-link.active {
    background: #aa1e21;
    color: #fff;
    font-size: 16px;
}

.popular .nav-tabs li.active:before {
    background-size: contain;
    content: "";
    width: 170px;
    height: 82px;
    background: url(../img/slider-truck.png) no-repeat;
    overflow: hidden;
    position: absolute;
    top: -80px;
    border-style: none;
    cursor: pointer;
    z-index: 10;
    background-size: contain;
}

.popular .nav-tabs li {
    position: relative;
    width: calc(100% / 5);
    margin-top: 82px;
    margin-bottom: 3px;
}

.popular .nav-tabs li.visited:after {
    background-color: #132040 !important;
}

.popular .nav-tabs li:after {
    background-color: #aa1e21;
    content: "";
    height: 3px;
    left: 0%;
    position: absolute;
    bottom: -3px;
    width: 100%;
    z-index: 9;
}

.popular .tab-content {
    margin-top: 50px;
}

.popular .hour {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.popular .hour h4 {
    font-size: 33px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.popular .most {
    text-align: center;
}

.popular .baggage {
    position: relative;
}
.amount strike {
    margin-right: 100px;
    color: #ccc;
    pointer-events: none;
}
.popular .baggage .amount {
    background: #9a2129;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
    padding: 10px 0 150px;
    /* max-width: 70%; */
    margin: auto auto -140px;
    font-size: 29px;
}

.divider {
    position: relative;
    padding-bottom: 15px;
}
.divider:before {
    background: linear-gradient(to left, #9a2129 50%, #132040 50%);
    position: absolute;
    bottom: 0px;
    max-width: 300px;
    width: 100%;
    height: 3px;
    content: "";
    left: 0;
    right: 0;
}
.theme-heading {
    text-transform: capitalize;
    font-size: 40px;
}
.text-darkblue {
    color: #132040;
}
.text-orange {
    color: #9a2129;
}
.theme-btn {
    background: #aa1e21;
    padding: 10px 20px;
    font-size: 14px;
    color: #ffffff !important;
    font-weight: 500;
    border-radius: 10px;
    border: 0px;
    line-height: 1;
    white-space: normal;
    letter-spacing: 0px;
}
.bottom-bar {
  display: none;
}
.get_q_text .row {
    justify-content: center;
    text-align: center;
}
.get-a-quote .row {
    justify-content: center;
    margin-top:20px;
}




.country_section {
	padding: 40px 0 10px 0;
}

.country_section .custom-heading h2 span::before {
	/*background: url(https://www.cbdmovers.com/images/heading-shape-new.png);*/
	background-repeat: repeat;
	background-repeat: repeat;
	content: "";
	position: absolute;
	bottom: -22px;
	max-width: 167px;
	max-height: 27px;
	z-index: 0;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	right: 0;
}

.country_section .custom-heading h2 span {
	margin-bottom: 8px;
	color: #0958a2;
	font-size: 40px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	font-weight: 700;
}

.country_section .row.flex {
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.countries_names {
	background-color: #fff;
	padding: 14px 14px 14px 0px;
	display: flex;
	align-content: center;
	border-radius: 5px;
	align-items: center;
	margin-bottom: 20px;
	transition: all ease-in-out .2s;
	box-shadow: 8px -11px 35px rgba(166, 166, 166, 0), 0 6px 6px rgba(0, 0, 0, 0.11);
	border: 1px solid #eaeaea;
}

.countries_names ul li {
	display: inline-block;
	padding: 8px 0px 8px 0;
}

.countries_number_box {
	background: #ab1d22;
	padding: 4px 26px 4px 26px;
	border-radius: 8px;
	margin-left: -27px;
	height: 100%;
	transition: .2s;
}

.countries_number_box h4 {
	color: #fff;
}

.countries_names ul {
	padding-left: 20px;
	margin-bottom: 0;
}

.countries_names ul li a {
	color: rgb(18, 18, 18);
	position: relative;
	transition: 0.2s;
	border: 1px solid #fff0;
}

.countries_names ul li a:hover {
	color: #ab1d22;
}

.countries_names ul li a:focus {
	border: 1px solid #ab1d22;
	color: #ab1d22;
	padding: 0;
	margin: 0;
}

.countries_names ul li:after {
	color: #666;
	content: "|";
	padding: 0px 10px 0px 10px;
}

.countries_names ul li:last-child:after {
	color: #666;
	content: "";
	padding: 0px 10px 0px 10px;
}

.countries_names:hover .countries_number_box {
	background: #000;
}
.panel ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
}
.panel ul li:before {
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 2px;
    font: normal normal normal 13px / 1 FontAwesome;
    background: 0 0 !important;
    color: #801a1f;
    content: "\f192";
    transition: all .3s ease-in-out;
}
.area_text {
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 25px !important;
}


@-webkit-keyframes headfadeIn {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -moz-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -moz-transform: translateY(0);
    }
}

@keyframes headfadeIn {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -moz-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -moz-transform: translateY(0);
    }
}
.sticky {
    position: fixed !important;
    visibility: visible;
    opacity: 1;
    left: 0;
    top: 0px;
    width: 100% !important;
    padding: 0;
    z-index: 9999;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, .1);
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    margin-top: 0;

    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.23);
    -webkit-animation-duration: 0.7s;
    -webkit-animation-name: headfadeIn;
    animation-name: headfadeIn;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 11;
}


/*----Price Section-------*/
section.priceSection {
    background: url('../img/ourPricing.jpeg');
    padding: 80px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    background-size: cover;
}
.priceSection h2 {
    color: #fff !important;
    z-index: 9;
    font-weight: 700;
}
section.priceSection:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000c7;
}

.stoke_module_calendar {
    width: 100%;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}
.stoke_module_calendar_item {
    padding: 30px 60px;
    display: flex;
    align-items: center;
    position: relative;
    width: 46%;
}


.stoke_module_calendar_item:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 40px;
    top: 0;
    left: 0
}

.stoke_module_calendar_item:last-child {
    margin-bottom: 0
}

.stoke_module_calendar_title_container {
    flex: 1 1 auto
}

.stoke_module_calendar_date {
    font-size: 13px;
    margin-bottom: 10px;
    font-style: italic
}
.stoke_module_calendar_title {
    margin: 0 0px 0 0;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}
.stoke_module_calendar_note {
    margin-top: 8px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}
strike {
    color: #ccc;
    font-weight: 600;
    font-size: 16px;
}
.stoke_module_calendar_item:after {
    background-color: #ffffff;
}
.stoke_module_calendar_date {
    font-size: 13px;
    margin-bottom: 10px;
    font-style: italic;
    color: #fff;
}


section.priceSection a.button:hover {
    text-decoration:none;
}
section.priceSection a.button {
    background-color: #ffffff;
    color: #aa1e21;
    border-color: #fff3c8;
    cursor: pointer;
    transition: all .15s linear;
    white-space: normal;
    line-height: 38px;
    border-radius: 25px;
    border: 0;
    display: table;
    padding: 0 30px;
    /* min-width: 100px; */
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.stoke_module_calendar_item img.img-fluid {
    width: 100px;
    margin: 0;
}
section.priceSection .quote img {
    /* filter: brightness(0%); */
    height: 20px;
}

section.priceSection .quote p {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.stoke_module_calendar_item div {
    z-index:2;
}
.stoke_module_calendar_item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition:0.5s ease-in-out;
    background:#aa1e21;
}
.stoke_module_calendar_item:hover:before {
    background:#000;
    transform: rotateY(180deg);
    border:1px solid #fff;
}
.banner .form-check-label {
    line-height: 13px;
    text-transform: inherit !important;
    font-size: 13px;
}
.contact_us .highlight {
    color: #ffffff !important;
}

.banner .highlight {
    color: #a9a9a9 !important;
}
div#freeQuote i {
    position: absolute;
    left: -3px;
    top: 6px;
    background: #fff;
    padding: 5px 0;
    font-size: 10px;
    color: #222222;
}
div#freeQuote i.fa-regular.fa-message {
    top: 8px !important;
}
.form-control:focus {
    border-color: #aa1e21 !important;
    outline: 0 !important;
    box-shadow: none !important;
}
.theme-scrolltop-btn {
    position: fixed;
    bottom: 25px;
    right: 20px;
    width: 45px;
    height: 45px;
    color: rgb(255, 255, 255);
    display: none;
    z-index: 60;
    background: rgb(145, 29, 38);
    border-radius: 4px;
    transition: initial;
    border: 0;z-index:999;
}
a.button.seemore:hover {
    text-decoration:none;
}
a.button.seemore {
    background-color: #aa1e21;
    color: #fff;
    border-color: #aa1e21;
    cursor: pointer;
    transition: all .15s linear;
    white-space: normal;
    line-height: 38px;
    border-radius: 25px;
    border: 0;
    display: table;
    padding: 0 30px;
    /* min-width: 100px; */
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.services_first a.button.seemore {
    width: fit-content;
    margin: 15px auto 5px;
    display: flex;
    gap: 5px;
    align-items: center;
    z-index:1;
}
.services_first a.button.seemore i {
    font-size: 12px;
}

.services_first:hover a.button.seemore {
    background-color: #fff;
    color: #aa1e21;
    border-color: #fff;
}

.services_first:hover a.button.seemore i {
    color: #aa1e21;
}
.top_bar p.highest {
    font-weight: 700;
    /* position: absolute; */
    /* left: 50%; */
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 24px;
    background: #aa1e21;
    border-radius: 15px;
    padding: 9px 15px;
    font-family: "Carter One", system-ui;
    animation: animation: blinker 5s linear infinite;
    animation: blinker 5s linear infinite;
}
.top_bar p span {
    background: transparent;
    width: auto;
    height: auto;
    font-weight: 600;
    font-size: 23px;
    font-weight: 800;
    color: #e0ef61;
    display: flex;
    justify-content: center;
    font-family: "Nunito", sans-serif;
    /* border: 1px solid; */
    /* padding: 3px 0; */
    border-width: 1px 0 1px 0;
    display: flex;
    margin-top: 4px;
    font-family: "Carter One", system-ui;
}
p.mobilebannertext {
    line-height: 1.1;
    font-weight: 700;
    text-align: center;
    display: none;
    animation: blinker 5s linear infinite;
    font-size:20px;
    margin-bottom:20px;
}

/*---faq-page----*/
.frequently .tabs_wrapper h2 {
    padding: 15px 0;
}
.frequently .tabs_wrapper button.accordion.acrd_fac p {
    margin-bottom:0px;
}
.frequently .tabs_wrapper button.accordion.acrd_fac {
    border: 1px solid #ccc;
    padding: 12px;
}
.frequently .tabs_wrapper .panel {
    background:transparent;
}
.frequently input#searchinput {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.frequently input#searchinput:focus {
    box-shadow: none !important;
    border-color: rgb(170, 30, 33) !important;
    outline: 0px !important;
}
.frequently {
    padding: 80px 20px;
    background: url('img/about-bg.jpg');
    border: 1px solid #eee;
    box-shadow: 0 5px 15px #ccc;
}
.faq-banner h1 {
    text-align: center;
    width: 100%;
    padding: 40px 0;
    font-weight: 900;
    font-size: 3rem;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff !important;
}
.top_bar h2 p span {
    display: none;
    justify-content: flex-start;
    font-family: "Nunito", sans-serif;
    font-size: 0.9rem;
    color: #aa1e21;
    margin: 0;
}
.top_bar h2 p {
    font-size: 1.9rem;
    font-weight: 700 !important;
    color:#000
}



