/* ------------------------------------------------------------------
    Main Style
 -------------------------------------------------------------------- */

/* -- Basic -- */

:root{
  --orange-light:#ffd33b;
  --orange-dark:#ce4809;
  --orange-hover:#fdc400;
  --gray-dark:#313131;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "droid";
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
  color: #696969;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "droid";
  margin: 0px;
  font-weight: 700;
  color: #211e3b;
}

h1 {
  font-size: 42px;
  line-height: 55px;
}

h1.fs-lg {
  font-size: 150px;
  line-height: 80%;
}

h2 {
  font-size: 36px;
  line-height: 130%;
}

h3 {
  font-size: 22px;
  line-height: 30px;
}

h4 {
  font-size: 20px;
  line-height: 28px;
}

h5 {
  font-size: 18px;
  line-height: 26px;
}

h6 {
  font-size: 16px;
  line-height: 24px;
}

a {
  text-decoration: none;
  font-weight: 600;
  outline: none !important;
  cursor: pointer;
  font-size: 17px;
  line-height: 32px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #211e3b;
}

p {
  margin: 0px;
}
button:focus{
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.accordion-button:focus{
  color: #222222 !important;

}
.coverbg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover !important;
}

body,
html {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  max-width: 100%;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none !important;
  border: 0;
}

input:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0;
  display: none;
}

input::-webkit-focus-inner {
  border: 0;
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}
select.form-control {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    padding-left: 5px;
}
::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::-moz-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666;
}

table {
  border-collapse: collapse;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

ul,
li {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0px;
}

form {
  position: relative;
}

.form-control:focus {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

hr {
  margin: 0;
  padding: 0;
  border-color: #000;
}

ul {
  list-style-type: none;
}

li {
  list-style: none;
  position: relative;
}

a,
button {
  position: relative;
}

a:hover,
a:focus,
button:hover,
button:focus {
  outline: 0;
  text-decoration: none;
}

input,
textarea,
button {
  border: 0px;
}

body{
  direction: rtl;
}

/* -- Fonts -- */

@font-face {
  font-family: "droid";
  src: url("../fonts/ArbFONTS-Droid-Arabic-Kufi.ttf");
  font-weight: 500;
}
.offset-md-3 {
  margin-left: 25%;
  margin-right: auto;
}
.section-title{
  color: #313131;
  margin-top: 22px;
  margin-bottom: 30px;
  font-size: 30px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px !important;
}
.section-title:before {
    position: absolute;
    content: "";
    width: 120px;
    height: 3px;
    background-color: #313131;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.section-title:after {
    position: absolute;
    content: "";
    width: 12px;
    left: 0;
    right: 0;
    bottom: -4px;
    margin: auto;
    height: 12px;
    border-radius: 50%;
    background-color: var(--orange-dark);
}
.box-shadow{
      box-shadow: 0 0 8px 0 #b9b9b9;
      margin-bottom: 30px;
}
.box-shadow-text{
  padding: 20px;

}
.btn-orange{
  background-color: var(--orange-light) !important;
  border-color: var(--orange-light) !important;
  color: #444 !important;
  font-size: 24px;
  line-height: 1;
  width: 70%;
  margin: auto;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 20px 30px;
  border-radius: 0;
}
.btn-orange:hover{
  background: var(--orange-hover);
  transition: 0.5s;
}
    section.section {
padding-top: 10px;
        padding-bottom: 10px;
  }
section.section .btn-orange{
font-size: 18px;
margin-top: 30px !important;
width: auto;
}
section.section .step-1 .btn-orange{
width: 70%;
margin: auto;
}
.dropdown-toggle::after {
  font-size: 1.4em;
  margin-right: 16px;
  color: #fff;
  font-family: 'Font Awesome 5 Pro';
  content: "";
  border: none;
  /* position: relative;
  top: 10px; */
}
.navbar-expand-lg .navbar-nav .nav-link{
  display: flex;
}
/* -- Header -- */
header{
  background: #fff;

}
header .header-top{
  padding: 20px 0;
}

header .header-phone{
  font-size: 24px;
  height: 80px;
  line-height: 80px;
  padding: 0 1em;
  background-color: var(--orange-light) !important;
  border-color: var(--orange-light) !important;
  color: #444 !important;
  font-family: Arial, Helvetica, sans-serif;
}


header.sticky {
  position: fixed;
  z-index: 1000;
  left: 0;
 right: 0;
 top: 0;
 animation: sticky 0.5s;
 animation-fill-mode: forwards;
}

@keyframes sticky {
  form{top:0}
  to{ top: -105px;}
}
header.sticky  .logo-img{
  width: auto;
    max-height: 50px;
  transition:  0s;
}
.logo-img{
 width: auto;
    max-height: 64px;
}

.header-phone a{
  font-size: 20px;
  color: #444 !important;
}
.header-phone a span{
  font-size: 20px;
}
header nav{
  max-height: 60px !important;
  background: var(--gray-dark) !important;
  transition:  0.5s;
  top: 0;
}
header nav a{
  font-size: 1.05em;
  color: #fff !important;
  background: transparent !important;
  font-weight: lighter;
}
header .navbar-nav{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 50px;
}
.navbar-collapse.show{
z-index: 100;
background: #ffffff;
text-align: right;
}
.navbar-collapse.show .navbar-nav {
  gap: 0px;
  padding-right: 20px;
  align-items: flex-start;
}
.navbar-collapse.show .dropdown-toggle::after {
  color: #222;
}
.navbar{
  padding: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
 padding-top: 10px;
 padding-bottom: 10px;
}
.orange-btn{
  background: var(--orange-dark);
  border-radius: 0;
  color: #fff;
  padding: 5px 10px;
}
.banner{
  background:url("../img/home-banner.jpg") no-repeat;
  background-size: cover;
  min-height: 250px;
  width: 100%;
  overflow: hidden;
  position: relative;
  max-height: 700px;
  padding-top: 50px !important;
  padding-bottom: 30px !important;
}
.inner-banner{
  background-size: cover;
  display: flex;
    align-items: center;
}

.item {
  padding: 24px;
  background-color: rgba(17, 17, 17, 0.05);
  border: 1px solid transparent;
}
.item-head{
  display: flex;
  justify-content: flex-start;
  gap: 5px;
}
.item-head div{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 5px;
}
.item-head h3{
font-size: 16px;
  color: rgb(17, 17, 17) ;
}
.item-head date{
  color: rgba(17, 17, 17, 0.5);
  font-size: 12px;
  line-height: 16px;
}
.item i{
  color: var(--orange-hover);
}
.item-body{
  padding-right: 55px;
  margin-top: 10px;
}
.bar{
  background-color: #407dca;
  color: #fff;
}
.bar h3,.bar a{
  color: #fff;
}
.bar p{
  margin: 20px 0;
}
footer{
      background: linear-gradient(142deg, #252525 16%, #535353 52%, #242424 100%);
  padding: 50px 0 20px;
}
footer h3.section-title{
  color: #fff;
  margin-bottom: 15px;
  font-size: 20px;
}
footer h3.section-title:before {
    background-color:#fff;
     left:auto;
     width: 80px;
    height: 2px;
}
footer h3.section-title:after {

    background-color: var(--orange-dark);
       left: auto;
    right: 35px;
        width: 10px;
        height: 10px;
}
footer .footer-top a{
  display: block;
  color: #fff;
  font-weight: normal;
}
footer .footer-bottom{
  padding: 50px 0 30px 0;
}
footer .footer-bottom a{
  color: #fff;
  font-weight: normal;
  border-left: 1px solid #fff;
  padding-left: 20px;
  display: inline-block;
  line-height: 18px;
  margin-left: 20px;
}
footer .footer-bottom a:last-child{
  border-left: none;
}
footer .social-media a:first-child {
    margin-right: 0;
}
.step-1 svg{
  cursor: pointer;
}
input[type=radio]:checked + label .svg-australia-circle,
input[type=radio]:checked + label .svg-international2-circle,
input[type=radio]:checked + label .svg-local-circle,
input[type=radio]:checked + label .svg-office-moving-circle, 
input[type=radio]:checked + label .svg-bedroom-1-roof, 
input[type=radio]:checked + label .svg-bedroom-2-roof, 
input[type=radio]:checked + label .svg-bedroom-1-doorstop, 
input[type=radio]:checked + label .svg-bedroom-1-door-windows, 
input[type=radio]:checked + label .svg-bedroom-3-roof
{
    fill: #f58124;
}

input[type=radio]:checked + label .svg-australia-state,
input[type=radio]:checked + label .svg-international2-country,
input[type=radio]:checked + label .svg-local-marker,
input[type=radio]:checked + label .svg-office-moving-path,
input[type=radio]:checked + label .svg-office-moving-shape {
    fill: #fff
}

input[type=radio]:checked+label .svg-bedroom-1-door-windows,
input[type=radio]:checked+label .svg-bedroom-1-roof, 
input[type=radio]:checked+label .svg-bedroom-2-door-windows,
input[type=radio]:checked+label .svg-bedroom-2-roof, 
input[type=radio]:checked+label .svg-bedroom-3-door-windows,
input[type=radio]:checked+label .svg-bedroom-3-roof,
input[type=radio]:checked+label .svg-boxes-bottom {
  fill: #f58124;
}

input[type=radio]+label .svg-bedroom-1-doorstop,input[type=radio]+label input[type=radio]+label input[type=radio]+label input[type=radio]+label input[type=radio]+label .svg-bedroom-3-walls-ground {
  stroke: #bbb9b4
}

input[type=radio]:checked+label .svg-bedroom-2-walls-ground,input[type=radio]:checked+label input[type=radio]:checked+label input[type=radio]:checked+label .svg-bedroom-2-walls-ground, input[type=radio]:checked+label .svg-bedroom-2-walls-ground, input[type=radio]:checked+label .svg-bedroom-2-walls-ground {
  stroke: #f58124
}
input[type=radio]:checked+label .svg-bedroom-1-walls-ground,input[type=radio]:checked+label input[type=radio]:checked+label input[type=radio]:checked+label .svg-bedroom-1-walls-ground, input[type=radio]:checked+label .svg-bedroom-1-walls-ground, input[type=radio]:checked+label .svg-bedroom-1-walls-ground {
  stroke: #f58124
}
input[type=radio]:checked+label .svg-bedroom-1-doorstop,input[type=radio]:checked+label input[type=radio]:checked+label input[type=radio]:checked+label .svg-bedroom-1-doorstop, input[type=radio]:checked+label .svg-bedroom-1-doorstop, input[type=radio]:checked+label .svg-bedroom-1-doorstop {
  stroke: #f58124
}
.btn-orange-dark{
  background: var(--orange-dark) !important;
  border: var(--orange-dark);
  color: #fff !important;

}
.trans-arrow{
  color: var(--orange-dark);
  margin: 0 10px;
  display: inline-block;
}
.banner::before{
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background:#00000087;
}
.contact-banner::before{
background: #ce4809;
}
.next-btn{
  color: #fff;
}
.dropdown .dropdown-menu {
  background: rgba(35, 36, 42, .8) !important;
  border-radius: 0;
}

.dropdown .dropdown-menu a{
color: #fff !important;
padding: 10px !important;
}
.dropdown .dropdown-menu a:hover{
  background: #407dca !important;
}
.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.inner-banner-text{
text-align: right;
direction: rtl;
}
.inner-banner-text h2{
  color: var(--orange-dark);
  margin-bottom: 15px;
}
.inner-banner-text a{
  color: #fff;
  padding: 10px 0;
  display: block;
}

.inner-banner-text {
  color: #fff;
  padding: 10px 0;
  display: block;
}

.two-columns a{
  color: var(--orange-dark);
}
.two-column{
  border: 2px solid #ddd;
  padding: 20px;
  margin-bottom: 20px;
}

.blog-link{
  color: var(--orange-dark);
}
.blog-slogen{
  width: 70%;
  margin:20px auto;
}
.blog h3{
  font-size: 16px;
  color: var(--orange-dark);
}
.blog p{
  color: #222;
}
.pre-footer p{
  color: #fff;
}
.pre-footer{
  background-color: #636363;
}
.footer-logos{
  width: 60%;
  margin: 50px auto 10px auto;
}
.footer-logos img{
  display: block;
  width: 100%;
}
.inline-links{
 position: relative;
 color: #fff;
}
.section-head-title{
  color: #fff;
  font-size: 24px;
  position: relative;
  margin-bottom: 10px;
}
.inline-links span{
    color: #fff;
}
.inline-links a{
  color: #fff;
}
.raiting{
  color: #fff;

}
.raiting i{
  color: var(--orange-hover);
}
.raiting svg{
  width: 30px;
}
.raiting img{
  width: auto;
  height: 40px;
}
.rating-view{
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
      padding: 30px;
      background: #ffffff;
    border-radius: 30px;
    position: relative;
}
.rating-view::before {
    content: "";
    position: absolute;
    right: 20px;
    bottom: -10px;
    height: 30px;
    width: 40px;
    background: #ffffff;
    z-index: 0;
    transform: rotate(45deg) skew(30deg, 0deg);
    border-radius: 0 0 5px;
}
.rating-view .number{
  font-size: 20px;
  font-weight: bold;
  color: var(--orange-dark);
}
.footer-social a {
  position: relative;
  display: flex !important;
  border: 1px solid var(--orange-dark);
  border-radius: 100%;
  width: 34px;
  height: 34px;
  margin: 0 5px;
  color: var(--orange-dark);
align-items: center;
justify-content: center;
margin-bottom: 20px;
}
.footer-offer{
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 20px;
}
.footer-offer a{
  text-decoration: underline;
}
.footer-phone{
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
}
.footer-offer p{
  color: #fff;
}
.footer-offer i{
  color: #fff;
}
.contact-block{
  width: 60%;
  padding: 30px 20px;
    background: rgba(35, 36, 42, .8);
    color: #fff;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    margin: auto;
}
.contact-item i{
  width: 90px;
  height: 90px;
  border-radius: 100%;
  border: 2px solid #bbb9b4;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color:#bbb9b4;
}
.contact-item {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-direction: column;
}
.contact-item:hover > i,
.contact-item:hover > p,
.contact-item:hover 
{
  color: var(--orange-dark);
  border-color: var(--orange-dark);
}
.contact-item p{
  color:#bbb9b4;
}
.contact-title{
  color: #fff;
  position: relative;
  margin-bottom: 30px;
  text-align: right;
  font-size: 16px;
}
.contact-page .contact-block-head{
  position: relative;
}
.contact-page .contact-block-head p{
 color: var(--orange-dark);
 font-size: 18px;
}
.contact-page .contact-block-head h3{
  font-size: 40px;
  color: #fff;
  margin: 15px auto;
}
.contact-page .banner{
  position: relative;
}

.contact-page .form-control {
  width: 100%;
  height: 64px;
  padding: 22px 30px 18px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
  font-size: 18px;
}
.contact-page button {
  display: inline-block;
  padding: 20px 30px;
  background-color: #ffd33b !important;
  border-color: #fdc400 !important;
  color: #444 !important;
  border-radius: 0;
  margin: 30px 0;
}
.contact-page label{
  margin: 30px 0;
}
.contact-page select{
  appearance: auto;
  line-height: 64px;
  padding-top: 15px !important;
}
.contact-page .banner{
  /* background:#ddd ; */
  overflow: visible;
}
.page-form{
  padding-top: 30px;
}
.fixed-contact{
  width: 70px;
  height: 70px;
  position: fixed;
  top: 50%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: normal;
}
.fixed-contact.whatsapp{
background: #41b42d;  
right: 0;
left: auto;
font-size: 50px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;

}
.fixed-contact.phone{
  background: #F44336;
  left: 0;
  right: auto;
  font-size: 40px;
  border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
  }
  .fixed-contact:hover{
    color: #ffffffb0;
  }
  
  .content-section h2{color:#f58124 !important;font-size: 27px !important;margin : 15px 0;}
  .content-section h3{color:#f58124 !important;font-size: 25px !important;margin : 15px 0;}
  .content-section p{line-height:32px !important;}
  .text-center p, .text-center h2, .text-center h3 {text-align:center !important;}
  .content-section ol, .content-section ul {
      padding: revert !important;
  }
   .content-section li {
  list-style: unset;
   }
   .form-offer{
    padding: 30px 20px;
    background-color: #fff;
    width: 90%;
    margin-left: auto;
    border-radius: 50px 0 50px 0;
    -moz-border-radius: 50px 0 50px 0;
    -webkit-border-radius: 50px 0 50px 0;
   }
.form-offer .form-heading {
    font-size: 18px;
    font-weight: 700;
        margin-bottom: 1rem;
}
.form-offer .form-control {
    font-size: 14px;
    margin-bottom: 15px;
    text-align: right;
}
.date-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    margin-bottom: 15px;
}
.date-wrap .form-control{
  margin-bottom: 0 !important;
}
.date-wrap span::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    width: 20px;
    height: 100%;
    transform: skew(20deg, 0deg);
    background: var(--orange-dark);
    z-index: -1;
    border-radius: 0px 0px 3 3px;
}
.date-wrap span {
    display: flex
;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    background: var(--orange-dark);
    color: #fff;
    width: fit-content;
    padding: 4px;
    position: relative;
    border-radius: 3px 3px 0 3px;
    top: 0px;
    z-index: 1;
    white-space: nowrap;
    height: 10calc (1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
}
.date-input{
  text-align: right;
}
   #counter {
  padding: 70px 0px;
  background: var(--orange-dark);
  background: linear-gradient(#1d3051, #000000c2),
    url(../img/semi-truck.jpg) no-repeat;
    
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.counter-icon {
  font-size: 28px;
  width: 80px;
  margin-right: 25px;
  justify-content: center;
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 3px 3px 3px 50%;
  -moz-border-radius: 3px 3px 3px 50%;
  border-radius: 3px 3px 3px 50%;
  transition: 0.3s;
  height: 80px;
  display: flex;
  align-items: center;
}

.counter-box:hover .counter-icon {
  background: #fff;
  color: var(--orange-dark);
  -webkit-border-radius: 50% 3px 3px 3px;
  -moz-border-radius: 50% 3px 3px 3px;
  border-radius: 50% 3px 3px 3px;
  transition: 0.3s;
}

.count {
  font-size: 40px;
  color: #fff !important;
  margin-bottom: 5px;
  font-weight: 500;
}
.delivered p i {
  font-size: 40px;
  color: var(--orange-dark);
 
}
.delivered .count {
 font-family: Arial, Helvetica, sans-serif;
}
.delivered hr {
background: #fff;
    width: 25%;
    height: 3px;
    margin: 20px auto;
    border-color: #fff;
    opacity: 1;
}

.delivered p {
  color: #d6d2d2;
  margin-bottom: 0px;
}
.service-block{
      padding: 20px;
    box-shadow: 0 0 8px 0 #d4d4d4;
    text-align: center;
    margin-top: 30px;
}
.bg-alt {
    background-color: #313131;
    color:#fff;
}
.bg-alt h3{
  color:#fff;
}
.service-block img{
 object-fit: unset;
         width: 60px;
         height: auto;
         border: 1px solid #f97f17;
    padding: 15px;
}
.service-area-link{
    background-color: #fff;
    color: #212529;
    text-align: center;
    padding: 15px;
    border: 1px solid #f3f3f3;
    transition: 0.3s;
    margin-bottom: 15px;
    font-weight: 500;
    border-radius: 49px;
    box-shadow: 1px 1px 4px 1px #f1eded;
}
.section-links{
  background-color: #f5f5f5 !important;
}

#price .col-lg-6 {
  margin-bottom: 20px;
}

.price-box {
  box-shadow: 0 0 8px 0 #ddd;
      margin-bottom: 20px;
}

  .price-box img{

        height: 250px;
    object-fit: cover;
    width: 100%;
  }

  .price-heading {
  font-size: 22px;
  margin-bottom: 18px;
  background-color: #313131;
  color: #fff;
  padding: 18px 0;
}

.price-text .count {
  font-size: 50px;
  color: var(--theme_color);
  font-weight: 500;
}

.price-text {
  font-size: 22px;
}

    .truck-details {
    align-items: center;
    display: flex;
    align-items: center;
    padding: 10px 10px;
    justify-content: space-between;
    gap: 10px;
    }
    .truck-details p{
      text-align: right !important;
    }
     .truck-details .orange-btn{
      min-width: 230px;
     }
     .strip {
    display: flex
;
    align-items: center;
    padding: 50px 0px;
    gap: 20px;
    justify-content: center;
}
     #quote-strip {
  position: relative;
  background: radial-gradient(
    circle,
    rgba(245, 139, 12, 1) 0%,
    rgba(248, 128, 27, 1) 35%,
    rgba(255, 104, 58, 1) 100%
  );
     }
     #quote-strip a.white-button:hover {
  background: #fff !important;
  color: var(--theme_color) !important;
}
.white-button:hover {
    color: #fff;
    border: 1px solid var(--theme_color);
    background: var(--theme_color);
    transition: 0.4s;
}
.white-button {
    display: inline-block;
    background-color: #fff;
    padding: 4px 10px;
    border: 1px solid #fff;
    font-weight: 600;
    color: var(--theme_color);
    font-size: 15px;
    transition: 0.4s;
}
.strip h2 {
    color: #fff;
}
.certified-box-icon span{
      display: flex;
    width: 85px;
    height: 85px;
    justify-content: center;
    background: var(--orange-dark);
    align-items: center;
    font-size: 28px;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}
.certified-box {
    padding: 25px 12px;
    box-shadow: 0 0 8px 0 #c3c3c3;
    background-color: #fff;
    height: 100%;
}
.bg-light {
    background-color: #f5f5f5 !important;
}

.review-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
    background-color: var(--orange-dark);
    padding: 18px 0;
    position: relative;
    border-radius: 10px;
    margin: 0 13px;
}

.review-wrapper .review-item {
    width: 159px;
    height: 58px;
    background-color: #fff;
    position: relative;
    display: flex
;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.review-wrapper .review-item .review-img {
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    margin: auto;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #000;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.review-wrapper .review-item .review-img img {
    width: 27px;
}
.review-wrapper .review-item span {
display: block;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    top: 10px;
}
.review-wrapper .review-item .rating p {
    font-size: 13px;
}
.radio-outer {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
    padding: 0 .30rem;
    font-weight: 400;
    background-color: #fff;
}
form .radio-heading {
    font-size: clamp(12px, 3vw, 14px);
    color: var(--orange-dark);
    width: 49%;
    font-weight: 600;
    margin-right: 10px;
}
form .radio-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-grow: 1;
}
form .radio-wrap .inner-radio {
    display: flex;
    gap: 5px;
}
.inner-radio label {
    margin-left: 5px;
    color: #0000009c;
    font-size: 13px;
}
.white-button {
    display: inline-block;
    background-color: #fff;
    padding: 7px 25px;
    border: 1px solid #fff;
    font-size: 15px;
    transition: 0.4s;
}
.banner-btn a{
  display: inline-block;
}
.banner-text-wrap{
  position: relative;
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.call {
    position: fixed;
    bottom: 40px;
    left: 15px;
    z-index: 10;
}
.top-contact-box{
  color: #222;
}
.banner-heading{
  margin-bottom: 30px;
}
.customized-vehicles {
    padding: 30px;
    height: 100%;
    background: url(../img/vehicles-background-2.jpg) no-repeat;
    background-size: cover;
    display: flex
;
    align-items: center;
}
.customized-vehicles p {
  font-size: 18px;
    color: #ffffff;
    margin-top: 20px;
    text-align: center;
}
.blog-strip {
    font-size: 18px;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    position: relative;
    z-index: 1;
    transition: 0.4s;
    text-align: center;
    margin: 0;
}
.blog-strip::before {
    content: "";
    position: absolute;
    right: -6px;
    top: -6px;
    background: var(--orange-dark);
    height: 100%;
    width: 100%;
    z-index: -2;
    opacity: 0.4;
    transition: 0.4s;
}
.blog-strip::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: var(--orange-dark);
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: 0.4s;
}
.blog-strip:hover {
    color: var(--orange-dark);
    transition: 0.5s;
}
.blog-strip:hover:after{
      background: #fff !important;
    transition: 0.5s;
}
.customized-vehicles h3 {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
}
.certified-box-heading{
  font-weight: bold;
  color: #222;
}
.sidebar-form form{
  box-shadow: 0 0 8px 0 #c5c5c5;
}
.review-wrapper .review-item .review-img.google {
    background-color: #0057e7;
}
.review-wrapper .review-item .rating i {
    font-size: 12px;
    color: var(--orange-dark);
}
.review-wrapper .review-item .rating .no-color {
    color: #000;
}
.review-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 96%;
    background-color: #ce480954;
    border-radius: 10px;
    top: -10px;
    left: 10px;
}
.review-wrapper .review-item .review-img.google img {
    width: 17px;
    filter: brightness(10);
}
.bottom-bar {
    background-color: #272727;
}
.whatsapp {
    display: inline-block;
    position: fixed;
    bottom: 38px;
    right: 15px;
    border-radius: 50%;
        z-index: 10;

}
.whatsapp img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.footer-icon-wraper {
    padding: 0;
    background-color: var(--orange-dark);
    position: sticky;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    z-index: 99;
}
.footer-icon-wraper .icon-wraper {
    display: flex
;
    justify-content: center;
      padding: 15px;
    position: relative;
}
.footer-icon-wraper button{
    padding-right: 4px;
    color: #fff !important;
    font-size: 13px;
    border: none;
    background: transparent;
    display: block;
    font-weight: 600;
}
.footer-icon-wraper .icon-wraper::after {
    content: "";
    position: absolute;
    height: calc(100% + 35px);
    border-left: 1px solid #fff;
    left: 0;
    top: -18px;
    width: 2px;
}
.footer-icon-wraper a {
    padding-right: 4px;
    color: #fff !important;
    font-size: 13px;
    border: none;
    background: transparent;
    display: block;
    font-weight: 600;
    
}
.footer-icon-wraper a i{
  margin-left: 5px;
}
.btn-close{
  top: 30px;
    position: absolute;
    z-index: 100000;
    right: 35px;
}
.modal-content{
  background: none;
  border: none;
}
.faq {
  width: 75%;
  margin: auto;
}

.faq-q {
  border-top: 2px dashed;
  border-color: #f97d1f !important;
  margin: 0;
  padding: 30px;
  counter-increment: section;
  position: relative;
}

.faq-q span {
  font-size: 20px;
  display: block;
}

.faq-q:nth-child(even):before {
  content: counter(section);
  right: 100%;
  margin-right: -20px;
  position: absolute;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  background: var(--orange-dark);
  text-align: center;
  color: #fff;
  font-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-q:nth-child(odd):before {
  content: counter(section);
  left: 100%;
  margin-left: -20px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  top: 33%;
  width: 35px;
  background: var(--orange-dark);
  text-align: center;
  color: #fff;
  font-size: 100%;
}

.faq-q:nth-child(even) {
  border-left: 2px dashed;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-right: 30px;
  padding-right: 0;
}

.faq-q:nth-child(odd) {
  border-right: 2px dashed;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-left: 30px;
  padding-left: 0;
}

.faq-q:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.faq-q:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

  .faq-q span {
    font-size: 17px;
  }
  .reviews {
    justify-content: center;
    align-items: center;
}
.reviews-text {
    padding: 20px 10px;
    margin-top: 20px;
    border-top: 2px dashed var(--orange-dark);
}
.reviews-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--orange-dark);
    display: flex
;
    justify-content: center;
    align-items: center;
    margin: 0 14px 10px 0;
}
.reviews-img i {
    font-size: 23px;
    color: #fff;
}
.reviews-img i {
    font-size: 23px;
    color: #fff;
}
.reviews-inner i {
    font-size: 14px;
    color: var(--orange-dark);
}
.reviews-inner{
      display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-right: 5px;
}
.colored-block{
  display: block;
  color: #fff;
  padding: 20px;
  border-radius: 20px;
}
.colored-block h3{
   color: #fff;
}
.colored-block p{
  font-weight: normal;
}
.contact-info .form-heading {
  font-size: 28px;
}

.contact-info {
  padding: 20px;
  width: 100%;
  margin-top: 20px;
  margin: auto;
}
.bg-alt {
    background-color: #313131;
}
.contact-info .form-heading {
    font-size: 28px;
}
.contact-box {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}
.contact-icon span {
    width: 55px;
    height: 55px;
    background: var(--orange-dark);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 15px;
    color: #fff;
    font-size: 20px;
}
.contact-box .contact-content {
    display: flex;
    flex-flow: column;
    gap: 10px;
}
.contact-box a, .contact-box p {
    color: #fff;
    margin: 0 !important;
    font-weight: 500;
}
.social-media {
    display: flex
;
    gap: 8px;
    flex-wrap: wrap;
}
.social-media a {
    color: #fff;
    transition: 0.3s;
    font-weight: 400;
    font-size: 22px;
    margin-right: 22px;
}
.form-message-container{
      box-shadow: 0 0 8px 0 #ddd;
    height: 100%;
        padding: 30px 20px;
    background-color: #fff;
    width: 90%;
    margin-left: auto;
    border-radius: 50px 0 50px 0;
    -moz-border-radius: 50px 0 50px 0;
    -webkit-border-radius: 50px 0 50px 0;
}
.form-message-container .form-control {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: right;
}
.alert-dismissible .btn-close {
    right: auto;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ce4809' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    opacity: 0.9;
}
.fa.fa-star-half{
    transform: scaleX(-1);
}
   .bottom-bar {
    background-color: #272727;
    color: #fff;
   }
   .modal-body {
    padding-top: 0 !important;
}
    .modal-dialog {
        margin-top: 10px !important;
    }
    .btn-danger:hover {
    color: var(--orange-dark);
    background-color: #fff;
    border: 1px solid var(--orange-dark);
}
.orange-btn:hover{
  background: #fff;
  color: var(--orange-dark);
}
.white-button:hover{
background: var(--orange-dark);
color: #fff;
}

    .services-list h2 {
        padding: 15px;
        background: #2e3037;
        color: #fff;
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .services-list img {
        width: 100% !important;
        height: 180px;
        margin-bottom: 10px;
        padding: 5px;
        border: 1px solid #ddd;
    }
    
    .service-block {
        margin-bottom: 40px;
    }
    
    .service-block a {
        text-decoration: none;
        color: inherit;
        display: block;
    }
    
    .service-block a:hover {
        text-decoration: none;
        opacity: 0.8;
    }
    
    .service-block p {
        margin: 0;
        padding: 10px 5px;
        text-align: center;
        font-weight: 500;
    }

.description-text ul, .description-text ul li{
  list-style: inside;
}