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

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

}

@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Roboto-Medium.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Roboto-Medium.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Roboto-Medium.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Roboto-Medium.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Roboto-Medium.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Roboto-Bold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Roboto-Bold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Roboto-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Roboto-Bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Roboto-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Roboto-Regular.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Roboto-Regular.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Roboto-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Roboto-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Roboto-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoblack';
  src: url('../fonts/roboto-black-webfont.eot');
  src: url('../fonts/roboto-black-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/roboto-black-webfont.woff2') format('woff2'),
       url('../fonts/roboto-black-webfont.woff') format('woff'),
       url('../fonts/roboto-black-webfont.ttf') format('truetype'),
       url('../fonts/roboto-black-webfont.svg#robotoblack') format('svg');
  font-weight: normal;
  font-style: normal;

}

b, strong {
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;font-family: "Roboto-Bold";
}
  button{
    cursor: pointer;
  }
  .btn.focus, .btn:focus{
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.0) !important;
}
button:focus {
  outline: 0px dotted !important;
  outline: 0px auto -webkit-focus-ring-color !important;
}

  header, header div, header li, header ul, header span, header a, header img, header small{
    
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
   ul {
    list-style: none;
}
.breadcreums ul li{
  display: inline-block;position: relative;
  padding: 0 7px;
}
.breadcreums ul li:first-child{
  padding-left: 0;
}
.breadcreums ul li:last-child{
  padding-right: 0;
}
.breadcreums ul li a, .breadcreums ul li span {
  display: inline-block;
  color: #292929;
  font-size: 15px;
}
.breadcreums ul li:before {
  content: ":";
  position: absolute;
  right: -5px;
  top: 50%;
  height: 24px;
  margin-top: -12px;
  width: 8px;
  text-align: center;
}
.breadcreums ul li:last-child:before {
  display: none;
}
.wpcf7 .ajax-loader::before {
  background-color: #000 !important;
}
  .h1, h1 {
    text-transform: uppercase;
    font-size: 2.7rem;
    font-weight: normal;font-family: 'oswaldregular';
}

.contentArea .h2, 
.contentArea h2, 
.contentArea .h3, 
.contentArea h3, 
.contentArea .h4, 
.contentArea h4, 
.contentArea .h5, 
.contentArea h5, 
.contentArea .h6, 
.contentArea h6 {
  text-transform: none;font-family: 'oswaldbold';
  font-size: 2rem;
  font-weight: normal;margin: 18px 0px;color: #9f0b1b;
}
  
.myPopupDv input[type="submit"]:hover {
  border-color:#fff;
}

          div.wpcf7 .ajax-loader {
              position: absolute;
              right: -3px;
    bottom: 38px;
              background-color: #fff;
              border-radius: 50%;
          }
          
          .myPopupDv {
              width: 400px;
              height: auto;
              position: absolute !important;
              left: 50% !important;
              margin-left: -200px;
              top: 50%;
              padding: 15px 20px;
              background: #fff;
              margin-top: -300px;
          }
          .myPopupDv .wpcf7-form-control-wrap {
                  display: block;
              }
              .myPopupDv .wpcf7-form-control-wrap.your-upload {
                display: inline-block;
                width: 97px;
                  }
                  .myPopupDv input[type=submit] {
                    margin-top: 10px;
                }
              .myPopupDv .formScn li.submitCls {
  margin-top: 0;
}
.myPopupDv ul{
  list-style: none;
}
          button.my_popup_close {
              position: absolute;
              background: #fff url(../images/close.png) no-repeat center center;
              right: 7px;
              border: none;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              top: 7px;
              background-size: 52%;
              width: 30px;
              height: 30px;
              text-indent: -9999px;
              overflow: hidden;
          }
          
          div#my_popup_wrapper {
              background: rgba(0, 0, 0, 0.71);
          }
          
          div[aria-hidden="true"] {
              display: none !important;
          }
          
              div[aria-hidden="true"] .enquireNow {
                  display: none !important
              }
          div[aria-hidden="false"] {
              display: inline-block !important;
          }
          
          div[aria-hidden="false"] .enquireNow {
            display: block !important
        }

          .popupDv {
              width: 800px;
              position: absolute;
              left: 50%;
              margin-left: -400px;
              top: 50%;
              margin-top: -150px;
          }

          .myPopupDv .enquireNow .heading {
              text-transform: uppercase;
              padding-bottom: 11px;
              margin-bottom: 4px;
              height: auto;
              padding: 7px 0 9px;
              font-size: 20px;
              line-height: 24px;
          }


          div.wpcf7-validation-errors,
          .wpcf7-mail-sent-ok,
          div.wpcf7-spam-blocked,
          div.wpcf7-acceptance-missing {
              display: none !important;
          }
          
          .wpcf7-form-control-wrap {
              display: inline-block;
              width: 100%;
          }
          
          span.wpcf7-not-valid-tip {
              text-align: left;
              position: absolute;
              left: 0;
              top: 0;
              right: 0;
              bottom: 0;
              z-index: 1;
              font-size: 13px !important;
              background: #fff;
              border-radius: 0;
              padding: 0px 11px;
              border: 1px #f00 solid;
          }


          .btn{
            border-radius: 0;
          }
          input[type=submit] {
            background: #bd1e2d url(../images/submit-icon-white.png) no-repeat 90% 50%;
            border: 1px solid #bd1e2d ;
            color: #fff;
            font-size: 16px;
            text-transform: uppercase;
            padding: 6px 22px;
            border-radius: 10px;
            cursor: pointer;
            width: 100%;
            height: 50px;
/*             font-family: 'robotoblack'; */
            letter-spacing: 1.4px;
            text-align: left;
        }
  input[type=submit]:hover{
    background-color: #017cb5;
    border-color: #017cb5;
    color: #fff;
    background-image: url(../images/submit-icon-white.png);
  }


  p {
    margin-top: 0!important;
    margin-bottom: 1.9rem !important;
}

  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video {
      margin: 0;
      padding: 0;
      border: 0;
      outline: 0;
      vertical-align: top;
      font: 400 normal 16px/24px Roboto-Regular, Arial, Helvetica, sans-serif;
      color: #000;
  }
  img{
    max-width: 100%;
    height: auto;
  }
  .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6{
    text-transform: none;
    font-size: 38px;
    line-height: 48px;
  margin: 0 0 27px;
  color: #2c2929;
    font-weight: normal;font-family: 'oswaldregular';
  }
/* Colors */
.orange{
    color: #f57f20;
}
.container {
  max-width: 1205px;
}
header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0; 
    z-index: 9999;padding-bottom: 17px;background: #fff;
}
.hdTpLft li {
  float: left;
  position: relative;
  font-size: 15px;
  padding: 0 10px;
}
.hdTpLft li:nth-child(2) {
  margin-left: 35px;
}
.hdTpLft {
  padding-top: 13px;
}
.hdTpLft li a, .hdTpLft li span {
  display: inline-block;
  color: #cbc9c3;
  font-size: 15px;line-height: 17px;
}
.hdTpLft li a:hover {
  color: #017cb5;
}
.hdTpLft li small {
  display: block;color: #cbc9c3;font-size: inherit;
}
.hdTpLft li:before/*, .hdTpLft li:after*/ {
  position: absolute;
  top: 5px;
  bottom: 5px;
  width: 1px;
  content: "";
}
.hdTpLft li:before {
  left: 0px;
  background: #cbc9c3;
}
/* .hdTpLft li:after {
  left: 1px;
  background: #cbc9c3;
} */

.aniPos {
  padding-bottom: 8px;
}
.aniPos .logo {
  margin: 8px 0 0;
}
.aniPos .logoRgt {
  padding-top: 23px;
}
.aniPos .btnScn .btn.btn-call {
  font-size: 15px;}
.aniPos .btnScn .btn {
  padding-top: 4px;
  font-size: 13px;
}
.aniPos .btnScn li {
  width: 170px;
}

.aniPos .topCall .btn:before {
  left: 13px;
  top: 3px;}
.logo {
  display: block;
  width: 210px;
  margin: 23px 0 4px;
  position: relative;
  text-align: left;

}
.logo small span {
  display: block;
  font-size: 28px;
  line-height: 27px;
  color: #dea200;
  font-family: 'oswaldbold';letter-spacing: 0;
}
.logo small strong {
  color: #9f0b1b;font-family: inherit;
}
.logo small {
  position: absolute;
  left: 57px;
  right: 0;
  top: -1px;
  text-align: left;
  font-size: 19px;
  letter-spacing: 1.5px;
  line-height: 28px;
  display: block;
  text-transform: uppercase;
  color: #303030;
  font-family: 'oswaldbold';
}
.logoRgt {
    padding-top: 37px;text-align: right;
}
.menuAssets {
    display: none;
}
.topCall {
  padding-top: 0;
  text-align: right;
  width: auto;
  display: inline-block;
}
.topCall .btn {
  position: relative;
}
.topCall .btn:hover {
  color: #fff;
  border: 1px #000 solid !important;
  background: #000;
}
.topCall .btn{
    -webkit-animation: rotate .9s infinite linear;
    animation: rotate .9s infinite linear;
}



@-webkit-keyframes rotate{
  10%,90%{color: #017cb5;}
  30%,50%,70%{color: #fff;}
}






.menuD {
  text-align: right;
  padding-right: 0;
  padding-top: 2px;
  display: inline-block;
}
.menu>ul>li>a.srchPart {
  margin: 0 !important;
  height: 32px;
  padding: 5px 19px;
  letter-spacing: 2.5px;border-bottom: 4px transparent solid !important;
  font-size: 14px;color: #fff;
  background: #007db2;
}
.menu>ul>li>a.srchPart:hover {
 color: #fff;
 background: #000;
}

.montEBold{
}


.banner {
  margin: 168px 0 0;
  padding: 0 0 0;
  background-image: url(https://melbournecarremoval.com.au/wp-content/uploads/2025/08/Melbourne-Car-Removal-Sky.png);
    background-repeat: no-repeat;
    background-position: center 0;
    position: relative;
}
.banner .container {
  max-width: 1173px;
  padding: 0;
  height: 565px;
}
.banner .container:after {
  clear: both;
  content: "";
  display: block;
}
.bannerLft {
  float: left;
  width: 39%;
  position: relative;
  padding-right: 0;padding-top: 73px;
}
.bannerLft h1 {
  text-transform: none;
  font-size: 41px;
  line-height: 44px;color: #000;font-family: 'oswaldbold';
}
.banner .qtForm {
  float: right;
  padding: 34px 37px;
  max-width: 443px;
  margin-top: 55px;
}
.descriptionbanner {
  padding: 18px 0 25px;
}
.btn {
  padding-left: 22px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 60px;
  border-radius: 10px;
}
.btn-topradius {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-shadow {
  width: 201px;
  position: relative;
}
.btn-shadow:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -49px;
  height: 48px;
  background: url(../images/shadow.png) no-repeat center 0;background-size: 100%;
}

.bannerLft h1 strong {
  display: block;
  text-transform: uppercase;padding-top: 8px;
}
.bannerRgt {
  float: right;
  width: 54.8%;
}

.banner:after {
  clear: both;
  content: "";
  display: block;
}
.banner .gtQt li.calltFld .btn {
  font-size: 20px;
  height: 62px;
  padding-top: 14px;    width: 100%;border-color: #007db2;
}
.banCont h1 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  width: 820px;
}
.innerpage .banCont h1 {
  font-size: 44px;
  line-height: 48px;
}
.banner .gtQt li.calltFld .btn {
  position: relative;
  padding-left: 27px;
  background-image: none;
}
.banner .gtQt li.calltFld .btn span {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  text-transform: uppercase;
  color: #fff;
}
.banner .gtQt li.calltFld .btn:hover span {
  color: #000;
}
.banner .gtQt li.calltFld .btn:before {
  content: "";
  position: absolute;
  right: 0;
  top: -14px;
  width: 17px;
  height: 13px;
  background: url(../images/shadow.png) no-repeat 0 0;
}
.gtQt:after {
  content: "";
  display: block;
  clear: both;
}
.qtForm {
  padding: 21px 25px 31px;
  margin: 32px 0 0;
  max-width: 460px;
  position: relative;
  background: #fff;border-radius: 20px;
}
.qtForm .btn.btn-black {
  position: absolute;
  right: 30px;
  bottom: 31px;
  height: 50px;
  border-color: #007db2;
  background-color: #fff;
  color: #007db2;
  font-size: 18px;
  padding-top: 9px;
  padding-right: 12px;
  background-image: url(../images/call-icon-blue.png);
}
.qtForm .btn.btn-black:hover {
  border-color: #000;
  color: #000;
  background-image: url(../images/call-icon.png);
}
.qtForm li:last-child {
  margin: 0;float: left !important;
}
.banCont h2, .banCont h3 {
  padding: 24px 0 0;
  line-height: 30px;
  text-transform: none;
}
.qtForm .h2 {
  font-size: 23px;
  line-height: 21px;
  text-transform: none;
  margin-bottom: 17px;
  font-family: "Roboto-Bold";
}
.qtForm .h2 span {
  display: block;
  text-transform: uppercase;
  font-family: 'robotoblack';
  font-size: 23px;
  line-height: 30px;
  color: #bd1e2d;
}
.banner .gtQt li.calltFld {
  margin-right: -54px;
  width: 55%;
}
.banCont h2 {
  color: #fff;
  font-size: 20px;
  padding: 0;
  margin: -8px 0 0;
}
.banCont h3{
  color: #fff;
  font-size: 20px;
}
.banCont h3 a{
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
.bannerRgtImg {
  position: absolute;
  bottom: -74px;
  right: 50%;
  margin-right: -400px;z-index: 1;
}
.banner .qtForm {
  float: right;
}
.banner .qtForm ul {
  position: relative;
  z-index: 2;
}
.whyChImg {
 height: 282px;
 background: url(../images/why-choose-us.jpg) no-repeat center 0;
 background-size: cover;
}
.bannerLft .qtForm {
  z-index: 1;
  border: 1px #a1a1a1 solid;
  box-shadow: 6px 9px 9px rgba(0, 0, 0, 0.2);
}
.banCont {
  margin: 0 -144px 0 0;
  max-width: 630px;
  font-family: mont;
  text-align: left;
  padding: 54px 0 0;position: relative;    float: right;    height: 609px;z-index: 3;
}
.banCont:before {
  content: "";
    position: absolute;
    right: -335px;
    bottom: -34px;
    width: 335px;
    height: 288px;
    background-size: 386px;
    display: none;
}
.homeContent {
  text-align: center;
  padding: 123px 0 20px;
}
.homeContent h2 {
}
h2 span, h3 span, h4 span, h5 span, h6 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: #9f0b1b;
}
.btnScn {
  text-align: right;
  clear: both;
  padding: 18px 0 0;
}
.btnScn li.callTo {
  padding-top: 11px;
  margin-right: 10px;
  width: 179px;
}
.btnScn li {
  display: inline-block;
  margin: 0 -2px;
  width: 232px;
}
.btnScn .btn {
  font-size: 15px;
  line-height: 25px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0px;
  padding: 9px 20px;
  border-radius: 10px 10px 0 0;-webkit-border-radius: 10px 10px 0 0;-moz-border-radius: 10px 10px 0 0;
}
.topHdr {
  background: #353535;
}
.btn.btn-white {
  background:url(../images/submit-icon.png) no-repeat 100% 50% #fff;
}
.btnScn .btn.btn-blue {
  padding-right: 38px;color: #fff;
  border-color: #017cb5;font-family: 'robotoblack';
  background-color: #017cb5;
  background-image: url(../images/submit-icon-white.png);
  padding-top: 11px;
  padding-bottom: 7px;
}
.btnScn .btn.btn-blue:hover {border-color: #000000;background-color: #000000;
  color: #fff;background-image: url(../images/submit-icon-white.png);
}
.btnScn .btn.btn-call {
  font-size: 25px;
  line-height: 28px;
  color: #fff;
  padding-top: 17px;
  height: auto;background: #bd1e2d;
}
.btnScn .btn.btn-call:hover {
  color: #fff;
  background: #000;
}
.btn.btn-white:hover {
  background-color:#000;
  background-image: url(../images/submit-icon-orange.png);
  color: #f69321;
}

.btnScn .btn.btn-orange {
  padding-left: 49px;
}
.btn-yellow{
  background-color: #ffa22d;
  border-color: #ffa22d;;
}
.btn-yellow:hover{
  background-color: #007db2;
  border-color: #007db2;
  color: #fff;
}
.viewAll {
  padding: 40px 0 0;
}
.viewAll .btn {
  text-transform: uppercase;
  margin-top: 11px;
  width: 190px;text-align: left;
}
.btn-red{
  background-color: #bd1e2d;
  border-color: #bd1e2d;
  color: #fff;
  background-image: url(../images/submit-icon-white.png);
  background-repeat: no-repeat;
  background-position: 90% 50%;
}
.btn-red:hover{
  background-color: #000;
  border-color: #000;
  color: #fff;
  background-image: url(../images/submit-icon-white.png);
}

.btn-blue{
  background-color: #0078d4;
  border-color: #0078d4;
  color: #fff;
  padding-right: 58px;
  padding-left: 22px;
  background-image:url(../images/submit-icon-white.png);
  background-repeat: no-repeat;
  background-position: 91% 50%;
}
.btn-blue:hover{
  background-color: #005da5;
  border-color: #005da5;
  color: #fff;
}

.btn-orange{
  background-color: #f2b401;
  border-color: #f2b401;
  color: #000;
  padding-left: 58px;
  padding-right: 22px;
  background-image:url(../images/call-icon.png);
  background-repeat: no-repeat;
  background-position: 27px 50%;
}
.btn-orange:hover{
  background-color: #007db2;
  border-color: #007db2;
  color: #fff;
  background-image:url(../images/call-icon-white.png);
}


.btn-coffee{
  background-color: #007db2;
  border-color: #007db2;
  color: #fff;
  padding-left: 58px;
  padding-right: 22px;
  background-image:url(../images/call-icon-white.png);
  background-position: 26px 50%;
    background-repeat: no-repeat;
}
.btn-coffee:hover{
  background-color: #f2b401;
  border-color: #f2b401;
  color: #000;
  background-image:url(../images/call-icon.png);
}



.btn-black {
  background-color: #000000;
  border-color: #000000;
  color: #f69321;
  padding-right: 22px;
  padding-left: 37px;
  background-image: url(../images/call-icon-orange.png);
  background-repeat: no-repeat;
  background-position: 15px 50%;
  width: 181px;
  height: 47px;
  padding-top: 12px;
}

.btn-black:hover{
  background-color: #007db2;
  border-color: #007db2;
  color:#fff ;
  background-image:url(../images/call-icon-white.png);
}
.btnScn .btn.btn-black {
  padding-right: 12px;
  padding-left: 31px;
  background-image: url(../images/call-icon-orange.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  letter-spacing: 0;
}
.btnScn .btn.btn-black:hover {
  background-image: url(../images/call-icon.png);
  color: #000;
  background-color: #fff;
}
.whychoose p:last-child {
  margin: 0 0 21px !important;
}

.servicesScn {
  padding: 55px 0 28px;
  margin-bottom: 65px;
  margin-top: 21px;background: #EDF6FC;
}
.servicesScn > .container > p {
  margin-bottom: 18px !important;
}

.serviceScn {
  padding: 29px 0 0;
}
.heading {
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 24px;
  line-height: 25px;
  text-transform: none;
  padding: 0 15px 0;
  font-family: 'Roboto-Medium';
  color: #292929;
}
.imgRgtServ > span {
  display: inline-block;
  margin-left: 17px;
  color: #9f0b1b;
  margin-top: 6px;
}
.imgRgtServ > span:hover {
  text-decoration: underline;
}
.heading strong {
  font-family: 'robotoblack';
  display: inline-block;
  margin-left: 8px;
}
.imgRgtServ .heading{
	text-transform:uppercase;
	color:#bd1e2d;
}
.imgRgtServ .heading:hover{
	text-decoration: underline;
}
.imgRgtServ .heading{
	text-transform:uppercase;
}
.serviceScn .col-lg-6:nth-child(3) .heading strong {
  margin-left: 0;
  margin-right: 8px;
}
.serviceScn .col-lg-6:nth-child(6) .heading strong {
  margin-left: 0;
  margin-right: 8px;
}
.srvcCvr, .srvcCvr:hover {
  text-decoration: none;
  display: block;
}
.description {
  margin: 5px 0 18px;
  overflow: hidden;
  padding: 0 15px;
  height: 53px;
}
.srvcCvr .btn {
  padding: 7px 30px 7px 20px;
  border-radius: 0;
  background-color: #fff;
    border-color: #fff;
    color: #5b9100;
    background-image: url(../images/submit-icon-green.png);
    background-position: 95% 50%;
    background-repeat: no-repeat;background-size: 21px;
}
.srvcCvr .btn:hover, .srvcCvr .btn:active {
  background-color: #007db2;
    border-color: #007db2;
    color: #fff;
    background-image: url(../images/submit-icon-white.png);
}
.srvcCvr {
  padding: 0 0 25px;
}
.srvcCvr:hover .heading {
  color: #9f0b1b;
}
.copyrgt {
  white-space: nowrap;
}
.description p {
  line-height: 24px;    margin-bottom: 0 !important;
}
.imgSrvce {
  overflow: hidden;
  position: relative;
  float: left;
  width: 35%;
}
.imgRgtServ {
  float: right;
  width: 63.5%;
  text-align: left;
}
.imgSrvce .heading {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  padding: 15px 10px;
  border-bottom: 6px #f2b401 solid;
  background: rgba(255, 255, 255, 0.85);font-size: 15px;
}
.imgSrvce img{
  transition: transform .5s ease;
  -webkit-transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  
}
.srvcCvr:hover .imgSrvce img{
  transform: scale(1) rotate(0deg);
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
}

.serviceScn .row > div:nth-child(5) .heading small{
  display: block;
  font-family: inherit;
    font-size: 13px;
}
.serviceScn .row > div {
  margin-bottom: 39px;
}

.whyDscr {
  margin-bottom: 31px;
}
.whychoose {
  padding: 72px 0 0;
  text-align: center;background: #f8f8f8;
}
.whychoose .h2 {
  font-size: 26.6px;
  font-family: 'Roboto-Medium';
  line-height: 31px;
}
.whyDscr strong {
  display: inline-block;
  text-transform: uppercase;
}
.faqscn {
  padding: 50px 0;
  text-align: center;
}
h3 a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.faqCvrSc {
  padding: 16px 0 25px;text-align: left;
}
.faqscn .viewAll {
  padding-top: 0;
}
.faqscn .viewAll a{
  margin-top: 0;
}
.faqscn h3 a:hover {
  color: #9f0b1b;
  text-decoration: none;
}
.btnScn.btnSet .btn.btn-black {
  background-image: url(../images/call-icon-white.png);
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  padding-right: 22px;
  padding-left: 40px;
}
.btnScn.btnSet .btn.btn-black:hover {
  background-image: url(../images/call-icon-green.png);
  background-color: #fff;
  border-color: #fff;
  color: #70a83b;
}
.whychoose h2 {
  margin-bottom: 23px;
}

.btnScn.btnSet .btn.btn-white {
  text-align: center;
  width: 160px;
  padding-left: 15px;font-size: 16px;padding-right: 30px;background-position: 97% 50%;
  color: #70a83b;
  background-image: url(../images/submit-icon-green.png);
}
.btnScn.btnSet .btn.btn-white:hover {
  color: #fff;
  background-image: url(../images/submit-icon-white.png);
  background-color: transparent;border-color:#fff ;
}
.btnScn.btnSet li {
  width: auto;
  margin: 0 4px;
}
.btnScn.btnSet .btn {
  padding-top: 11px;
  height: 50px;
  font-size: 18px;
}
.btnScn.btnSet li:first-child {
  margin-left: 0;
}
.makescn {
  text-align: center;
  padding: 44px 0 0;
}
.makescn.brandlist {
  padding: 11px 0 50px 0;
  border-top: 1px #000 solid;
}
.scrapmetalColl {
  padding: 100px 0 70px;background: #dbf5fd;
}
.scrapmetalColl h3 {
  line-height: 40px;
  color: #007db3;
  margin-bottom: 22px;
}
.whatwebuy {
  padding: 7px 0 28px;
}
.whatwebuy p {
  margin: 0 0 17px !important;
}
.whatwebuy strong {
  text-transform: uppercase;
}
.makescn ul {
  padding: 0;
}
.whyBx {
  display: block;
  padding: 20px 10px 0;background: #daf5fc;
}
.faqScn .viewAll .btn, .blogscn .viewAll .btn {
  width: 220px;
  background-position: 81% 50%;
}
.makescn .viewAll .btn {
  width: 220px;
  background-position: 92% 50%;
}
.makescn .viewAll .btn:hover {
  background-image: url(../images/submit-icon-white.png);
}
.makescn li {
  display: inline-block;
  width: 12%;
  padding: 0 4px;
}
.mkcvr {
  margin: 0 0 0;
}

.your-message:before {
  top: 25px;
}
.your-message:after {
  top: 49px;
}
.your-message {
  overflow: hidden;
}
.whyBx .h2 {
  font-size: 19px;
  line-height: 21px;
  text-transform: none;
  padding: 0 0 36px;
}
.btn-primary {
  color: #fff;
  background-color: #017cb5;
  border-color: #017cb5;
  background-image: url(../images/submit-icon-white.png);
  background-repeat: no-repeat;background-position: 93% 50%;
}
.serviceScn .viewAll {
  padding-top: 37px;
}
.serviceScn .viewAll .btn {
  width: 220px;
}
.btn-primary:hover {
  color: #fff;
  background-color: #bd1e2d;
  border-color: #bd1e2d;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #dea200;
  border-color: #dea200;
}
.welcomesecn {
  padding: 135px 0 149px;
}
.welcomeRgt {
  height: 551px;
  position: relative;
}

.welcomeLft {
  padding-right: 0;
}
.welcomeLft h3, .welcomeLft h4 {
  line-height: 48px;
  margin: 0;
  color: #007db2;
}
.welcCap > small {
  font-size: 29px;
  line-height: 30px;
  text-transform: uppercase;
}
.welcCap small {
  color: #007db2;
}
.welcCap .whychDscr small {
  font-weight: bold;padding: 0;
}
.whychDscr .listing li {
}
.whychDscr .listing li:before {
  left: -1px;
  top: 9px;
  width: 5px;
  height: 5px;
}
.listing {
  margin-bottom: 20px;
}

.listing li {
  list-style: none;
  padding-left: 22px;
  position: relative;margin-bottom: 2px;
}
.listing.twoCol li {
  width: 50%;float: left;
}
.listing.threeCol li {
  width: 33.33%;float: left;
}
.listing.fourCol li {
  width: 25%;float: left;
}
.listing.fiveCol li {
  width: 20%;float: left;
}
.listing li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
/*   background: url(../images/arrow-bullet.png) no-repeat 0 0; */
	  background: url(https://melbournecarremoval.com.au/wp-content/uploads/2025/08/Melbourne-Car-Removal-Banne-Car-Arrow.png) no-repeat 0 0;
    background-size: contain;
  width: 14px;
  height: 18px;
  border-radius: 0;
}
.descriptionbanner li {
  font-family: "Roboto-Medium";
  font-size: 18px;margin-bottom: 9px;    color: #000;
}
.whychoose .listing li:before {
  background: #fff;
}
.welcCap small {
  display: block;
  padding: 0px 0 13px;
}

.welcomesecn .btnScn {
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 0px 0 0;
}
.welcomesecn .btnScn li {
  margin-left: 0;margin-right: 6px;
}
.welcomesecn .btn-red{
  border-color: #a30000;padding: 19px 35px;
}

.welcomesecn .btnScn .btn.btn-black{
  border-color: #000000;
  background-color: #ffa22d;
  color: #000;
  background-image: url(../images/mobile-icon-black.png);    padding-right: 45px;
}
.welcomesecn .btnScn .btn.btn-black:hover{
  border-color: #a30000;
  background-color: #a30000;
  color: #fff;
  background-image: url(../images/mobile-icon-white.png);
}

.brandsScn {
  text-align: center;
  padding: 89px 0 73px;
}
.brandsScn h3, .brandsScn h4 {
 color: #007db2;
}
.brandsScn ul {
  list-style: none;
  padding: 32px 0 0;
}
.brandsScn li {
  display: inline-block;
  width: 24%;padding: 0 6px;
}
.brandImg {
  padding: 0px 8px;
}
.brandCap small {
  text-transform: uppercase;
  font-size: 17px;
  color: #f57f20;
}
.brandCap h2 {
  padding: 10px 0 0;
}
.BtmScnContScn {
  padding: 33px 0 35px;
  background: url(../images/happy-to-help.jpg) no-repeat center 0;
  background-size: cover;
}
.btmContCvr {
  text-align: center;
  max-width: 837px;
  margin: 0 auto;
  padding: 47px 47px 54px;
  background: #f2b401;
}
.btmContCvr h3, .btmContCvr h4 {
  margin: 0 auto;
  max-width: 690px;
}
.BtmScnContScn .container {
  max-width: 1090px;
}
.brightRgt {
  padding-top: 19px;
  padding-left: 28px;
}
.brightRgt h2 small {
  display: block;
  padding-bottom: 10px;
  color: #f57f20;
}

.brightRgt h2 {
  line-height: 40px;padding-right: 30px;
}
.welcCap {
  padding-bottom: 34px;
  padding-top: 8px;
  padding-right: 0;
  font-size: 18px;
}
.welcCap p {
  line-height: 22px;
}

.BtmScnContScn .btnScn {
  padding: 0 0 0;
}



.BtmScnContScn .btn-orange{
  background-color: #007db2;
  border-color: #007db2;
  color: #fff;
  background-image:url(../images/call-icon-white.png);
}
.BtmScnContScn .btn-orange:hover{
  background-color: #f2b401;
  border-color: #007db2;
  color: #000;
  background-image:url(../images/call-icon.png);
}





.BtmScnContScn .btnScn li.quoteBtn {
  margin-left: 0;
}

.BtmScnContScn .btnScn .btn.btn-red {
  background: #ffa22e;
  border-color: #ffa22e;
  color: #000;
}
.BtmScnContScn .btnScn .btn.btn-red:hover {
  background: #a20000;
  border-color: #a20000;
  color: #fff;
}

.BtmScnContScn .btnScn .btn.btn-black{
  padding-left: 63px;
  background-color: #fff;
  border-color: #000;
  color: #000;
  background-image: url(../images/mobile-icon-black.png);
}
.BtmScnContScn .btnScn .btn.btn-black:hover{
  padding-left: 63px;
  background-color: #000000;
  border-color: #000;
  color: #fff;
  background-image: url(../images/mobile-icon-white.png);
}
.btnScn.whychoosMobBtn {
  display: none;
}
.reviewscn {
  text-align: center;
  padding:70px 0 62px;background: #017cb5;
  }
.reviewImg {
  margin: 0 0 10px;
}
.starrate {
  padding: 0 0 20px;
}
.reviewHeading {
  margin: 0 0 0;
}
.reviewHeading .h2 {
  color: #fff;
  margin-bottom: 14px;
  font-size: 42px;
  line-height: 46px;
}

.reviewHeading .h2 a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  text-decoration: none !important;
}
.reviewHeading .h2 a:hover {
  color: #fff;
}
.reviewHeading small {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  padding: 0 32px;
  position: relative;
}
.reviewHeading small:before, .reviewHeading small:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: 0px;
    height: 2px;
  background: #fff;
  width: 18px;
}
.reviewHeading small:before{
  left: 0px;
}
.reviewHeading small:after{
  right: 0px;
}
.reviewCvr {
  margin: 1px 0 0;
  display: block;
  padding: 0px 0 0;
  text-decoration: none !important;
  text-align: left;
}
.reviewCvr:after {
  clear: both;
  content: "";
  display: block;
}
.reviewscn .btnScn {
  padding-top: 38px;
}
.reviewscn .btn-red {
  background: #ffa22e;
  border-color: #ffa22e;
  color: #000;
}
.reviewscn .btn-red:hover {
  background-color: #a20000;
  border-color: #a20000;
  color: #fff;
}
.author {
  width: 114px;
  height: 114px;
  border-radius: 50%;
  overflow: hidden;
  margin: -7px auto 0;float: left;
}
.reCont {
  padding-top: 21px;
  max-width: 1205px;
  text-align: center;
  margin: 0 auto;
}
.reCont p {
  color: #fff;
    font-size: 17px;
    line-height: 25px;font-style: italic;
/*     font-family: 'Roboto-Medium'; */
    color: #fff;
}
.revCont {
  overflow: hidden;
  height: 77px;
}
.reCont span {
  display: inline-block;
  font-family: 'Roboto-Bold';
    color: #fff;
  padding: 0 15px;
  position: relative;
  font-size: 17px;
  margin: 15px auto 0;
  text-align: center;
}
.reviewscn .viewAll {
  padding-top: 16px;
}
.reviewscn .viewAll .btn {
  background-position: 92% 35%;
  background-image: url(../images/submit-icon-white.png);
  background-color: transparent;
  color: #fff;
  border: 2px #fff solid;
	width:auto;
}
.reviewscn .viewAll .btn:hover {
  background-image: url(../images/submit-icon-white.png);
  background-color: #bd1e2d;
  color: #fff;
  border-color: #bd1e2d;
}
/* .reCont span:before, .reCont span:after{
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  width: 7px;
}
.reCont span:before{
  left: -3px;
  background: #000;
}
.reCont span:after{
  right: -3px;
  background: #000;
} */
.olcvr{
  background-position: 13px 0;
  background-repeat: no-repeat;padding-top: 7px;display: block;
}
.partsScn {
  padding: 89px 0 98px;
  text-align: center;background: #eff4fa;
}
.partsScn h3 {
  color: #e44;
}
.partsCont {
  padding: 9px 0 0;
}
.partsScn li {
  float: left;
  width: 16.65%;
  padding: 0 7px;
}
.prtsCvr .head {
  color: #000;
  font-size: 18px;padding: 0 10px;
}
.prtsCvr {
  background: #fff;
  padding-bottom: 15px;
}
.prtsImg {
  height: 196px;
  overflow: hidden;
}
ul:after {
  clear: both;
  content: "";
  display: block;
}
.faqScn {
  padding: 111px 0 93px;
  text-align: center;
}
.faqScn h3 {
  font-size: 2.2rem;
  line-height: 2.2rem;color: #007db2;
}
.faqScn h3 a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
}
.faqScn small {
  display: block;
  letter-spacing: 1.5px;
}
.faqScn ul {
  padding: 33px 0 0;
}
.faqScn ul li {
  float: left;
  width: 50%;
}
.faqCvr {
  padding: 47px 47px 13px;
  border: 1px #000 solid;
}
.faqScn ul li:first-child .faqCvr{
border-right: 1px transparent solid;
}
.faqScn .viewAll {
  padding-top: 42px;
}
.faqCvr .h2 {
  font-size: 20px;
  line-height: 26px;
  height: 53px;
  overflow: hidden;
}
.faqDscr p {
  line-height: 26px;
}
.faqDscr {
  height: 195px;
  overflow: hidden;
}
.blogscn {
  text-align: center;
  padding: 107px 0 119px;
}
.blgCv {
  padding: 35px 0 12px;
}
.blgCv a {
  display: block;padding-bottom: 38px;    background: #daf5fc;opacity: 1;text-decoration: none !important;
}

.blgCv a:hover {
  opacity: 0.7;
}
.blogImg {
  margin: 0 0 6px;
}
.blogheading {
  padding: 25px 25px 10px;
  height: 133px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 26px;
}
.blgCv .btn-yellow {
  padding: 8px 45px 8px 18px;
  background:url(../images/submit-icon-green.png) no-repeat 100% 50% #fff;
  color: #5b9100;
  border-color: #fff;

}
.blgCv .btn-yellow:hover {
  background-image:url(../images/submit-icon-white.png);
  background-color: #5b9100;
  color: #fff;
}
.blogscn .viewAll {
  padding-top: 36px;
}
.sellImg {
  margin: 0 auto 32px;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  overflow: hidden;
}
.head {
  text-transform: uppercase;
  font-size: 21px;
    letter-spacing: 2px;
  line-height: 33px;
  margin-bottom: 5px;
  color: #fff;
}
.powerbytrust {
  text-align: center;
  padding: 139px 0 104px;
}
.powerbytrust h3 {
  margin-bottom: 16px;
}
.powerCaption {
  margin: 0 auto 47px;
  max-width: 945px;
  font-size: 17px;
    color: #fff;
    line-height: 20px;
}
.powerbytrust ul {
  list-style: none;
}
.powerbytrust li {
  float: left;
  text-align: right;
  width: 50%;margin-bottom: 41px;
}
.powerbytrust ul:after {
  clear: both;
  content: "";
  display: block;
}
.powerbytrust li:nth-child(even) {
  float: right;
  text-align: left;
}
.powerbytrust li:nth-child(odd) .olcvr {
  padding-right: 123px;
  background-position: 96% 0;
}
.powerbytrust li:nth-child(even) .olcvr {
  padding-left: 123px;
}
.author.authorMobile{
  display: none !important;
}
footer {
  padding: 0 0 0;background: #343839;
}
.ftrTop {
  text-align: center;
  padding-top: 56px;
  padding-bottom: 50px;background: #007db2;
}
.ftrTop .h3 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;    margin: 0;
}
.ftrCont {
  color: #fff;
  font-size: 16px;
}
.ftrDtRgt {
  text-align: right;
}
.ftrLogo {
  display: inline-block;
  margin: 18px 0 24px;
}
.ftrCall .btn {
  padding: 0 0 0 34px;
    background-color: transparent;
    background-position: 0 50%;
    border-color: transparent;
    color: #f2b401;
    font-size: 32px;
    line-height: 34px;
    background-image: url(../images/call-icon-orange.png);
        background-size: 32px;
}
.ftrSocial {
  padding: 47px 0 0 0;
}
.ftrCall .btn:hover {
    color: #007db2;
    background-image: url(../images/call-icon-coffee.png);
}
.ftrLft .h3 {
  color: #fff;
}
.ftrLft ul{
  list-style: none;    padding-top: 13px;
}
.ftrLft li, .ftrLft li span, .ftrLft li a {
  color: #fff;
  font-size: 17px;display: block;
}
.ftrLft li a:hover{
  color: #4285F4;
}
.ftrLft li {
  margin: 0 0 22px;
}
.ftrLft ul.social{
  padding-top: 11px;
}
.social li a {
  display: inline-block;
  width: 46px;
  height: 46px;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 0;
}
.social li a:hover {
  opacity: 0.5;
}
.social li {
  display: inline-block;    margin: 0 5px;
}
.fb{
  background-image: url(../images/facebook-icon.png);
}
.fb:hover{
  background-image: url(../images/facebook-icon.png);
}
.tw{
/*   background-image: url(../images/twitter-icon.png); */
	background-image: url(https://melbournecarremoval.com.au/wp-content/uploads/2026/07/x.jpg);
	    background-size: contain;

}
.tw:hover{
/*   background-image: url(../images/twitter-icon.png); */
}
.yt{
  background-image: url(../images/youtube-icon.png);
}
.yt:hover{
  background-image: url(../images/youtube-icon.png);
}


.social li:last-child {
  margin-right: 0;
}

.ftrLft ul.social li {
  float: left;
  margin: 0 8px 0 0;
}
.follow span {
  color: #b2b2b2;
  text-transform: uppercase;
}

.ftrRgt {
  float: right;
  width: 49%;
  padding: 48px 39px;background: #fff;
}

.ftrRgt ul {
  list-style: none;
}
.ftrRgt li {
  margin: 0 0 19px;width: 59%;
}
.ftrRgt li.enquiryLi{
  width: 100%;
}
.ftrRgt li.enquiryLi label {
  width: 100%;
}
input[type="text"], input[type="email"], input[type="tel"], select, textarea {
  width: 100%;border: #cccccc 1px solid;
}
.ftrRgt li label {
  display: block;
  width: 60%;
}
textarea {
  height: 99px !important;
}
.qtForm input[type=submit] {
  float: right;
  max-width: 176px;
}
.wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}
footer .container:after {
  clear: both;
  content: "";
  display: block;
}
.copyright {
  padding: 15px 0;background: #24292d;margin-top: 45px;
}
.powerdby {
  text-align: right;
  color: #fff;
}

.copyrightlft {
  text-align: left;
  color: #fff;
}
.powerdby div, .powerdby li, .powerdby a, .powerdby span,
.copyrightlft div, .copyrightlft li, .copyrightlft a, .copyrightlft span {
  color: #fff;
}

.innerpage {
  margin-top: 93px;
}
.innerbanner{
  background-position: center 0;
  background-repeat: no-repeat;background-size: cover;position: relative;
}
.innerbanner:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.contentArea {
  min-height: 500px;
  padding: 20px 0 40px;
}


.enquireNow li:nth-child(1), .enquireNow li:nth-child(2), .enquireNow li:nth-child(3), .enquireNow li:nth-child(4) {
  width: 48%;
}
.enquireNow li:nth-child(1), .enquireNow li:nth-child(3) {
  float: left;
}
.enquireNow li:nth-child(2), .enquireNow li:nth-child(4) {
  float: right;
}
.listing.imgrgtli {
  width: 65%;
}


/*  #Filter   */


.gallery-title
{
    font-size: 36px;
    color: #ffa22d;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #ffa22d;
    border-radius: 5px;
    text-align: center;
    color: #000;
    margin-bottom: 0;
    background-color: transparent;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #ffa22d;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #ffa22d;

}
.btn-default:active .filter-button:active
{
    background-color: #ffa22d;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}


/*  #Filter   */

.contentArea h1 {
  margin-bottom: 20px;
  color: #007db2;
}
.contentArea h1 small{
  display: block;
  font-weight: bold;
}
.contentArea .listing li {
  margin-bottom: 8px;
}
.btnCvr {
  width: 100%;
}
img.alignright {
  float: right;
  margin: 0 0 10px 15px;
}
img.alignright.mobileImg {
  display: none;
}
img.alignleft {
  float: left;
  margin: 0 15px 10px 0;
  padding: 0;
}
.imgrgtli {
  float: left;
}
.spacetop {
  margin-top: 35px;
  margin-bottom: 35px;
}

.tikList li {
  padding-left: 43px;
  padding-bottom: 5px;
  position: relative;
}

.tikList li:before{
  content: "";
  position: absolute;
  width: 36px;
  height: 28px;
  background: url(../images/tick-icon.png) no-repeat center center;
  left: 0;
    top: 0;
}
.breadcreums {
  padding: 0 0 10px;
}

iframe {
  width: 100%;
}
/*
.enquireNow.contactFrm li:nth-child(1), .enquireNow.contactFrm li:nth-child(2), .enquireNow.contactFrm li:nth-child(3), .enquireNow.contactFrm li:nth-child(4){
  width: 100%;margin-bottom: 8px;
}
.enquireNow.contactFrm textarea {
  height: 75px;
}
.enquireNow.contactFrm {
  padding-top: 30px;
}*/
/*.map {
  margin: 77px 0 0;
}*/
.map iframe {
  height: 471px;
}

.sitemap li {
      padding: 0 8px 0 22px;
  margin-bottom: 9px;
  position: relative;
  margin-left: 0;width: 100%;
  float: left;
  margin-right: 0;}
  .sitemap li:before{
      content: "";
  position: absolute;
  left: 7px;
  top: 12px;
  width: 5px;
  height: 5px;
  background: #242424;
  border-radius: 50%;
  background-size: 14px;
  }
  .sitemap li a{
      font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: bold;
  color: #000;
  }
  .sitemap li a:hover{
      color: #a20000;
  }
  .contentArea .social li {
    display: inline-block;
    margin: 0 6px;
}
.contentArea .social li:first-child {
  margin-left: 0;
}
.contentArea .follow {
  margin: 17px 0;
}
.errorpage .col-lg-12.col-md-12.col-sm-12 {
  padding-top: 75px;
  text-align: center;
}
.errorpage .contentArea h1 {
  font-size: 34px;
  line-height: 44px;
}
.errorpage .contentArea h2 {
  font-size: 24px;
  line-height: 34px;
}
.errorpage .contentArea h2 a {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-style: italic;
  text-decoration: underline;
  color: #4285F4;
}
.errorpage .contentArea h2 a:hover {
  color: #f57f20 !important;
}
/*.ftrMenu li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.ftrMenu li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #fff;
  top: 50%;
  margin-top: -5px;
  right: 0;
}*/
.ftrMenu li:first-child {
  padding-left:0;
}
.ftrMenu li:last-child {
  padding-right:0;
}
.ftrMenu li:last-child:before{
  display: none;
}

.snglBlg {
  padding: 0 0 15px;
  margin-bottom: 24px;
  border-bottom: 1px #ccc solid;
}
.snglBlg:last-child {
  border: none;
  padding: 0;
  margin: 0 0 15px;
}
.carremoImg {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.whatsappLink {
  position: fixed;
  right: 15px;
  bottom: 85px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background:url(../images/whatsapp.png) no-repeat center center #1bd741;
}
.contentArea .phn {
  display: inline-block;
  color: #017cb5;font-size: inherit;
  line-height: inherit;
}
.BtmScnContScn h3 small {
  display: block;
}
.contentArea .blogRecent h2 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 10px;
}

.gtQt li {
  float: left;
  width: 49%;
  margin: 0 0 8px;
}

.gtQt li:nth-child(even) {
  float: right;
}
.gtQt li.msgFld {
  width: 100%;
  margin: 0 0 18px;
}

.gtQt li.sbmtFld {
  float: left;
  width: 45%;
  position: relative;
}
.gtQt li.calltFld {
  float: right;
  width: 48%;
}

input[type=text], input[type=email], input[type=tel], input[type=number], select, textarea {
  width: 100%;
  border-left: #ccc 1px solid;
  border-top: #ccc 1px solid;
  border-right: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  height: 36px;
  padding: 0 10px;
  background: #fff;    outline: none !important;
}
.sellsection {
  text-align: center;
  padding: 82px 0 79px;
  background: #0078d4;
}
.sellsection > .container > ul > li {
  float: left;
  width: 20%;
  padding: 0 12px 48px;
}
.sellsection h2, .sellsection h3 {
  color: #fff;
}
.sellsection .btn-blue {
  background-color: #000;
}
.sellsection .btn-blue:hover {
  background-color: #005da5;
}
footer > .container {
  padding-bottom: 49px;padding-top: 60px;
}
footer .h3 {
  color: #000;
  font-size: 16px;
  margin: 0 0 16px;
  text-transform: none;
}
footer .h2 {
  font-size: 19px;
  font-family: 'Roboto-Regular';
  text-transform: uppercase;
  line-height: 30px;
  margin: 0 0 5px;color: #017cb5;
}
.servBlkMenu li {
  margin: 0 0 1px;line-height: 21px;
}
.servBlkMenu > .h3.sevFtrTitl {
  margin: 15px 0;
}
.servBlkMenu > .h3 {
  margin-bottom: 1px !important;
}
.minMnu {
  -ms-flex: 0 0 41%;
  flex: 0 0 41%;
  max-width: 41%;
}
.servBlkMenu {
  -ms-flex: 0 0 58%;
  flex: 0 0 58%;
  max-width: 58%;
  padding-right: 7px;
}
.servBlkMenu li a {
  line-height: 19px;
}
.ftrForm textarea {
  height: 74px;
}
.ftrSocial small {
  display: block;
  text-transform: none;
  margin: 0 0 11px;
  font-size: 16px;
}
footer li, footer div, footer li a, footer span, footer small {
  color: #bdbdbd;
}
.copyrgt, .copyrgt a {
  color: #bdbdbd;
}
.ftrcont {
  padding-left: 66px;
}
footer .logo {
  margin: 12px 0 12px;
}
footer .logo small{
color: #b0afaf;
}
.footadress li {
  margin: 0 0 6px;
}
.contMap {
  margin: 25px 0 0;
}
.ftrrgt {
  text-align: right;
}
footer .ftRDv .h2 {
  font-size: 16px;
}
.foothours {
  line-height: 32px;
  margin: 0 0 44px;
}
.acceptCards {
  margin-top: 55px;
}
.ftRDv {
  display: inline-block;
  width: 230px;
  text-align: left;
}
.ftrMenu {
  padding-top: 73px;
}
.ftrMenu li {
  line-height: 29px;
}
.ftrForm .qtForm {
  margin: 0;
  float: right;
}
.ftrcont > ul > li {
  margin: 0 0 6px;
}
.ftrcont > ul > li:last-child {
  margin: 0 0 0;
}
.cards {
  margin: 10px 0 0;
}
.ftrForm .qtForm li, .ftrForm .qtForm div, .ftrForm .qtForm span, .ftrForm .qtForm .h2{
 color:#000;
}
.copyrightscn {
  padding: 17px 0;background: #24292e;
}
.copyrightrgt {
  text-align: right;
}
.copyrightrgt li {
  display: inline-block;
  padding: 0 11px;
  position: relative;
}
.copyrightrgt li a:hover{
  color: #007db2;
}
.copyrightrgt li:last-child {
  padding-right: 0;
}
.copyrightrgt li:first-child {
  padding-left: 0;
}
.copyrightrgt li:before {
  content: "";
  height: 13px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  background: #fff;
  margin-top: -6px;
}
.copyrightrgt li:last-child:before {
  background: transparent;
}
.contactLft .gtQt li.calltFld {
  width: 45%;
}
.contactLft .gtQt li.calltFld a {
  height: 62px;
  padding-top: 17px;
  font-size: 20px;
  padding-right: 27px;
  width: 100%;
}
.innerbanner .container {
  height: 334px;
  display: table;position: relative;
}
.innerbanner .container h1 {
  display: table-cell;
  vertical-align: middle;color: #fff;
}

.myPopupDv .gtQt li.sbmtFld {
  margin: 0 auto;
  float: none;
  clear: both;
}
.myPopupDv .gtQt li.calltFld {
  display: none;
}
.myPopupDv .gtQt li.sbmtFld input[type=submit] {
  height: 38px;
  padding: 0 15px 0 0;
  background-position: 90% 50%;
  width: 126px;
}
.contactLft li.calltFld {
  display: none;
}
footer li.menu-item-has-children .current-menu-item a {
  background: transparent;
}

.qtForm li {
  width: 48%;
  margin: 0 0 13px;
}
.qtForm li:nth-child(7) {
  clear: both;
  width: 100%;
}
.qtForm li:nth-child(9) {
  clear: both;
  width: 100%;
  text-align: right;
}
.bannerLft textarea {
  height: 74px;
}
.qtForm li:nth-child(2), .qtForm li:nth-child(4), .qtForm li:nth-child(6) {
  float: right;
}
.qtForm li:nth-child(1), .qtForm li:nth-child(3), .qtForm li:nth-child(5) {
  float: left;
}

.qtForm li .part-image, .qtForm li .your-upload {
  width: 210px;overflow: hidden;
}
.qtForm li strong, .qtForm li .part-image, .qtForm li .your-upload {
  display: inline-block;
}
.btTxt {
  float: right;
  width: 55%;
  padding: 0 0 0 5px;
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
  position: relative;    margin-top: 25px;font-family: "Roboto-Medium";
}
.btTxt strong {
  font-family: 'robotoblack';
}
.btTxt a{
  text-decoration: none !important;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.btTxt a:hover{
  color: #dea200;
}
.btTxt span {
  position: absolute;
  left: -13px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.btbxCvr {
  padding: 25px 20px 25px 20px;background: #f8f8f8;
}
.btmscBx {
  padding: 0 15px;
}
.btImg {
  width: 84px;
  float: left;
}
.btoomScns {
  padding: 0 0;
  background: #fff;
}
.carremScn {
  padding: 50px 0;
}
.carrmdscr {
  padding-left: 49px;
}
.carrecont {
  margin-bottom: 42px;
}
.btn-secondary {
  background-color: #dea200;
  border-color: #dea200;
  background-image:url(../images/submit-icon.png);
  background-position: 99% 50%;
  background-repeat: no-repeat;
  color: #000;font-family: "Roboto-Bold";
}
.btn-secondary:hover {
  background-color: #9f0b1b;
  border-color: #9f0b1b;
  background-image:url(../images/submit-icon-white.png);
  color: #fff;
}
strong.hdng {
  font-family: 'robotoblack';
  font-size: 18px;
  display: block;
  margin: 0 0 23px;
}

.btbxCvr:after {
  clear: both;
  content: "";
  display: block;
}
.contentArea a {
  color: #007bff;
}
.contentArea a.btn-black {
  color: #f69321;
}
.contentArea a.btn-black:hover {
  color: #fff;
}
.innerpage .banCont {
  height: 280px;
  padding-top: 44px;
  padding-right: 101px;    width: 605px;
}
.innerpage .bannerRgtImg {
  height: 280px;
  padding-top: 0;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: end;
    padding-left: 100px;
}
.contentArea .qtForm {
  float: right;
  margin: -90px 0 15px 20px;
  border: 0px #a1a1a1 solid;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  max-width: 318px;
}
.contentArea .qtForm .h2 {
  color: #000;
  margin: 0 0 10px;
  text-transform: none;
}
ol {
  padding-left: 26px;
}
.blogCvr .btn {
  color: #fff;
}
.enquireNow.contactFrm .qtForm li {
  width: 47%;
}
.enquireNow.contactFrm .qtForm li:nth-child(7) {
  width: 100%;
}
.map {
  margin-top: 35px;
}
.contentArea .qtForm li {
  width: 100%;
}
.contentArea .qtForm textarea {
  height: 76px;
}
.contentArea .qtForm .btn.btn-black {
  position: static;
  margin: 9px 0 0;
  display: inline-block;
}
.contentArea .qtForm input[type=submit] {
  width: 100%;
  max-width: 100%;
}
.blocklist {
  display: table;
  width: 70%;
}
.innerpage .bannerRgt {
  background-position: 0 bottom;
}

.makePage {
  display: table;
  width: 52%;
}
.makePage li {
  width: 20%;
  display: inline-block;
  padding: 10px;
}
.enquireNow.contactFrm .qtForm {
  float: none;
  margin: 0;
  max-width: 100%;
}
.singleblog .banCont h1 {
  font-size: 30px;
  line-height: 45px;
}
.singleblog .breadcreums ul li span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
.contentArea .btn-red {
  color: #fff;
}
.contentArea .btn-red:hover {
  color: #f69321;
}
.contentArea a .h2 {
  color: #000;
}
.enquireNow.contactFrm .qtForm .btn.btn-black {
  display: none;
}
.enquireNow.contactFrm .qtForm li:last-child {
  width: 100%;
  margin: 0 auto;
}
.enquireNow.contactFrm li:nth-child(8) input[type=submit] {
  float: right;
  width: 185px;
}
.qtForm li strong {
  padding-right: 10px;color: #1827b9;
}
.blogscn h4 {
  color: #145e8b;
}
.blogCvr {
  padding-bottom: 20px;
  border-bottom: 1px #ccc solid;
  margin-bottom: 20px;
}

a.phn {
  color: #1d26db;
  font-size: inherit;
  line-height: inherit;
}
a.phn:hover {
  color: #bd1e2d;
}
.sfsi_tool_tip_2 {
  top: 3px;
  background: transparent;
  box-shadow: none !important;
  border: none !important;
}
.sfsi_wicons {
  margin-right: 8px;
}
.ftrForm {
    padding-top: 5px;
}
.dtsc, .dtsc a {
  font-size: 18px;
  text-transform: uppercase;
}
.dtsc a {
}
.servBlkMenu li a {
  line-height: 19px;
  position: relative;
  display: inline-block;
  padding-left: 15px !important;
}
.servBlkMenu li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 1px;
  background: #000 !important;
}
.innerpage .banner {
  text-align: left;
}
.innerpage .banner .container {
  height: 132px;
  display: table;
}
.innerpage .banner h1 {
  color: #000;
  font-family: 'oswaldbold';
  text-transform: none;
}
.innBannHd {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}
.myPopupDv textarea {
  height: 74px;
}
.phn {
  display: inline-block;
}
.ftrMenu li a {
  line-height: inherit;
}
.disTable{
  display: table;
}
.topUl {
  width: 67%;
}
ol.custOl {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding-left: 0;
}
ol.custOl h2, ol.custOl h3 {
  padding-left: 35px;counter-increment: my-awesome-counter;
  position: relative;
}
ol.custOl h2:before, ol.custOl h3:before {
  content: counter(my-awesome-counter) ". ";
  color: #007db2;
  font-weight: bold;
  position: absolute;
  left: 0;
}
.qtForm li strong {
  font-size: 14px;
}
ol li {
  margin-bottom: 15px;
}
.mobBanImg{
  display: none;
}
.imgLft {
  float: left;
  margin: 0 20px 5px 0;
}
.imgLft.carRm {
  width: 210px;
}
.shareBlog .h2 {
  font-size: 23px;
  line-height: 23px;
  margin-bottom: 7px;
  margin-top: 40px;
}
#post-21 .listing.fiveCol {
    border-bottom: 1px #f3f3f3 solid;
    padding-bottom: 10px;
}
.cashfcar {
  padding: 29px 0 0;
}
.btn-outline-primary {
  padding: 10px 28px;    font-family: 'robotoblack';font-size: 18px;
  border-color: #dea200;letter-spacing: 0;color: #9f0b1b;
  border-width: 2px;
}
.btn-outline-primary:hover {
  border-color: #dea200;color: #000;background-color: #dea200;
}
.cfcVideo {
  padding-top: 77px;
}
.cfcDscr p {
  margin-bottom: 20px !important;
}
.cfcDscr .listing li {
  margin-bottom: 11px;
}
.cfcDscr .listing li:before {
  background: url(https://melbournecarremoval.com.au/wp-content/uploads/2025/08/Melbourne-Car-Removal-Banne-Car-Arrow.png) no-repeat 0 0;
    background-size: contain;
}
.custmrSrvc {
  padding: 48px 0 80px;
}
.cstmrBottm {
  margin: 17px 0 0;
}
.cstmrBtmCvr {
	background: #fff;
  padding: 40px 35px 29px;
  height: 100%;
  border: 1px #fff solid;
  box-shadow: 0px 0px 6px rgb(0 0 0 / 14%);
}
.cstmrBtmCvr h3 {
    font-family: 'Roboto-Regular';
    font-size: 25px;
    color: #017cb5;
}
.cstmrBtmCvr .h2 {
  font-size: 26px;
  line-height: 34px;
  font-family: 'Roboto-Medium';color: #dea200;
}
.cstmrBtmCvr .h2 a {
  font-family: inherit;
  font-size: inherit;
  text-decoration: none !important;
  color: inherit;
}
.cstmrBtmCvr .h2 a:hover {
  color: #9f0b1b;
}
.myPopupDv .enquireNow li {
  margin-bottom: 10px;
}
.myPopupDv .enquireNow li:nth-child(5) {
  clear: both;
}
.myPopupDv input[type="submit"] {
  float: right;
  width: 193px;
  margin-bottom: 10px;
}
.contactLft h2 {
  font-family: 'oswaldbold';
}
.revInner .starrate {
  background: #dea200;
  padding: 1px 8px 5px;
  border-radius: 6px;
  display: inline-block;
  width: 145px;
}
.entry p {
  margin: 0 0 20px !important;
}
.profDtls p:last-child {
  margin: 0 0 0 !important;
}
.imgCvr {
  float: left;
  margin: 0 25px 16px 0;
}
.copyRight {
  margin-top: 18px;
}
.keepintch small {
  display: block;
  margin: 0 0 10px;
}
@media screen and (max-width: 1600px) {

  
}
@media screen and (max-width: 1440px) {


}

@media screen and (max-width: 1365px) {
  .welcoImg {
    right: 0;
    
}

}
@media screen and (max-width: 1230px) {
  .banner .container {
    padding: 0 15px;
}
  .banCont, .bannerLft {
    position: static;
}
.servicesScn {
  margin-bottom: 0;
}
.whychoose {
  padding-bottom: 0;
}
.makescn {
  text-align: center;
  padding: 45px 0;
}
.scrapmetalColl {
  padding: 30px 0;
}
.faqScn {
  padding: 50px 0;
}

}

@media screen and (max-width: 1184px) {
  .btoomScns {
    padding-top: 25px;
}
.carremScn {
  padding: 60px 0;
}
  .hdTpLft li:nth-child(2) {
    margin-left: 0;
}
.hdTpLft li a, .hdTpLft li span {
  font-size: 14px;
}
.hdTpLft {
  padding-top: 13px;
  padding-right: 0;
}
  .blocklist {
    width: 48%;
}
.servicesScn {
  padding: 40px 0 25px;
}
.bannerLft {
  position: static;    width: 50%;
}
.banCont {
  padding: 47px 0 0 25px;
  position: static;
  float: left;
}
  .bannerRgtImg {
    width: 60%;
    margin-right: -30%;z-index: 1;
  }

  .topCall .btn {
    font-size: 17px;
    padding-top: 6px;
}


  .welcoImg {
    right: 0px;
    bottom: -37px;
}

.welcomesecn .btnScn li {
  width: 44%;
}
.welcomesecn .btnScn .btn {
font-size: 16px;
}


}

@media screen and (max-width: 1090px) {
  .contentArea .qtForm .h2 {
    font-size: 20px;
    line-height: 27px;
}
  .threeCol.topUl li {
    width: 50%;
}
.threeCol.topUl {
  width: 63%;
}
  .banner .qtForm:before {
    background-position:-2px bottom;
    overflow: hidden;
}


.banCont h2 {
  font-size: 17px;
}
  .banCont:before {
    right: -285px;
    bottom: -34px;
    width: 286px;
    height: 245px;
    background-size: 311px;
}
  .banCont {
    max-width: 582px;
}
.btmscBx:nth-child(2), .btmscBx:nth-child(1) {
  padding-bottom: 25px;
}
.btmscBx:nth-child(2), .btmscBx:nth-child(1), .btmscBx:nth-child(3), .btmscBx:nth-child(4) {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.servicesScn {
  margin-bottom: 0;
}
.banCont h1 {
    font-size: 40px;
    line-height: 45px;
}
.qtForm {
  max-width: 437px;
}
  .contentArea h1, .contentArea .h2, .contentArea h2, .contentArea .h3, .contentArea h3, .contentArea .h4, .contentArea h4, .contentArea .h5, .contentArea h5, .contentArea .h6, .contentArea h6 {
    font-size: 1.9rem;
    line-height: 2.5rem;
}
  .powerbytrust {
    text-align: center;
    padding: 70px 0 40px;
}
.welcomesecn {
  padding: 79px 0;
}
.brandsScn {
  padding: 60px 0 50px;
}
.BtmScnContScn {
  padding: 40px 0 50px;
}
  .serviceScn .row > div:nth-child(5) .heading small {
    line-height: 18px;
    font-size: 12px;
}

}
@media screen and (max-width: 1023px) {
  .faqDscr {
    height: 194px;
}
.heading {
  display: block;
  font-size: 20px;
  line-height: 22px;
}
}
@media screen and (max-width: 992px) {
  strong.hdng {
    margin: 25px 0 20px;
}
  .bannerLft h1 {
    font-size: 36px;
    line-height: 44px;
}
  .banner .qtForm {
    width: 48%;
}
.bannerLft {
  width: 49%;
}
  .btnScn li {
    width: 214px;
}
.hdTpLft li a, .hdTpLft li span {
  font-size: 12px;
}
  .threeCol.topUl {
    width: 55%;
}
  .whyBx .h2 {
    font-size: 16px;
    line-height: 21px;
}
.your-upload {
  width: 157px !important;
  display: inline-block;
}

.ftrSocial .social li a {
  width: 30px;
  height: 30px;
  background-size: 25px;
}

  .faqDscr {
    height: 220px;
}
  .prtsImg {
    height: 135px;
}
.prtsCvr .head {
  font-size: 11px;
}
  .menu>ul>li>a.srchPart {
    padding: 5px 8px;
    font-size: 12px;
}
.qtForm .h2 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 9px;
}
.qtForm {
  max-width: 367px;
  margin-top: 43px;
  padding: 11px 11px;
}
.qtForm .btn.btn-black {
  position: absolute;
  right: 30px;
  bottom: 11px;
  width: 155px;
}
  .banCont {
    max-width: 510px;
}
.banCont h1 {
  font-size: 35px;
  line-height: 45px;
}
  .banner .gtQt li.calltFld .btn {
    padding-left: 9px;
    font-size: 18px;
    padding-top: 18px;
}
  .innerpage {
    margin-top: 158px;
}
  .ftrRgt li {
    margin: 0 0 19px;
    width: 100%;
}
  .description p {
    font-size: 13px;
}
.description {
  margin: 0px 0 13px;
  height: 73px;
  padding: 0 15px;
}
  .serviceScn .row > div:nth-child(5) .heading small {
    font-size: 10px;
    line-height: 14px;
    padding-top: 7px;
}
  .heading {
    font-size: 19px;
    line-height: 16px;
}
.welcomeLft {
  max-width: 100% !important;
  flex: 0 0 100% !important;
}
.welcomeRgt {
  flex: 0 0 100% !important;
  -ms-flex: 0 0 100% !important;
  max-width: 100%;
  padding-top: 20px;
}
.welcomesecn .btnScn {
  margin: 0 auto;
  max-width: 500px;
  text-align: center;
}
.sellImg {
  margin: 0 auto 10px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
}

.imgCvr {
  float: none;
  margin: 0 0 15px;
}

}
@media screen and (max-width: 874px) {
  .hdTpLft li a, .hdTpLft li span {
    font-size: 10px;
}
.btnScn li {
  width: 196px;
}
.btnScn li.callTo {
  width: 140px;
}
.btnScn .btn.btn-blue {
  padding-right: 23px;
  padding-left: 10px;
  background-position: 98% 50%;
}
.btnScn .btn.btn-call {
  font-size: 22px;
  text-align: center;
  padding-right: 15px;
}
  .imgLft.carRm {
    margin: 0 15px 0 0;
}
  .imgLft {
    margin: 0 auto 20px;
    text-align: center;
    width: 100%;
}
  .threeCol.topUl {
    width: 51%;
}
.threeCol.topUl li {
  width: 100%;
}
  .ftrForm {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
  .logo {
    margin: 16px 0 0px;
}
  .makescn li {
    width: 32%;
}
  .btnScn .btn {
    padding-right: 34px;
}
  .makePage {
    width: 45%;
}
.makePage li {
  width: 33%;
}
  .innerpage .bannerLft {
    padding-right: 0;
    padding-bottom: 43px;
    background: linear-gradient(189deg, rgba(238,68,68,1) 0%, rgba(238,68,68,1) 72%, rgba(8,28,134,0) 72%, rgba(0,212,255,0) 100%);
}
  .innerpage .bannerRgtImg {
    height: 230px;
    padding-top: 0;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-left: 0;
}
.innerpage .banCont {
  height: 280px;
  padding-top: 44px;
  padding-right: 15px;width: 100%;
}
  .blocklist {
    display: table;
    width: 45%;
}
.blocklist.twoCol li{
  width: 100%;
}

  .menu>ul>li>a.srchPart {
    margin: 0 !important;
    height: auto;
    padding: 6px 19px !important;
    letter-spacing: 2.5px;
    border-bottom: 4px transparent solid !important;
    font-size: 17px !important;
    line-height: 32px !important;
    color: #fff;
    background: #007db2;
}
  .partsScn li {
    float: left;
    width: 32.65%;
    padding: 0 7px 14px;
}
  .prtsImg {
    height: 110px;
}
  .social li a {
    width: 40px;
    height: 40px;
}
.ftrcont {
  padding-left: 25px;
}
.ftrMenu {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.ftrForm .qtForm {
  margin: 0 auto;
  float: none;
}
  .faqDscr {
    height: 245px;
}
  .banCont {
    max-width: 100%;
    margin: 0;
    height: auto;
    width: 100%;
    padding: 40px 15px 18px 15px;
    text-align: center;
}
.banCont h2 {
  font-size: 24px;
  line-height: 38px;
  margin: 9px auto 0;
  max-width: 470px;
}

.bannerRgt {
  width: 100%;
  background: transparent;
  margin-top: -83px;
}
.bannerRgtImg {
  height: auto;
  padding: 0;
  text-align: center;
  position: static;
  margin: 0 auto;clear: both;
}
.banner {
  margin: 131px 0 0;
  background-size: 1714px;
}
.banner .qtForm {
  float: none;
    width: 90%;
    max-width: 90%;
    margin: 0 auto 0;
    clear: both;
  clear: both;box-shadow: 0px 0px 13px rgba(0,0,0,0.5);
}
.qtForm {
  margin: 0 auto;
  max-width: 600px;
}
  .head {
    font-size: 18px;
}
  .sellsection {
    padding: 50px 0;
}
  .btmContCvr {
    text-align: center;
    max-width: 540px;
    margin: 78px auto;
    padding: 25px 15px;
}
  .sellsection > .container > ul > li {
    float: none;
    width: 32%;
    padding: 0 12px 10px;
    display: inline-block;
}
  .banner .gtQt li.calltFld .btn {
    
    background-position: 7px 50%;
    padding-right: 10px;
    
}
  ul.sitemap ul.sub-menu a {
    padding-left: 0 !important;
    border: none !important;
}
  .innerbanner {
    background-size: cover;
}
  img.alignright {
    width: 50%;
}
  .listing.imgrgtli {
    width: 100%;
}
  .menuAssets {
    display: block;
    clear: both;
    padding: 15px 13px 0 0;
}
  .author {
    display: block;
    margin: 20px auto 0;
    float: none;
}
.reCont {
  width: 100%;
  padding-right: 0;padding-left: 0;
}

  .brightRgt {
    flex: 0 0 100%;
    max-width: 100%;
}
.brightRgt {
  padding-top: 19px;
  padding-left: 15px;
}
  .BtmScnContScn {
    padding: 20px 0;
}
.brandsScn {
  padding: 20px 0 20px;
}
  .brightLft img {
    width: 100%;
    margin-top: -288px;
}
.brightLft {
  height: 314px;
  flex: 0 0 100%;
  max-width: 100%;
  overflow: hidden;
}

  .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6, .brightRgt h2 {
    font-size: 2rem;
    line-height: 2.5rem;
}
  .welcomeLft {
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
.welcomeRgt {
  flex: 0 0 100% !important;
  max-width: 100%;
  height: auto;
}
.welcoImg {
  position: static;
  margin: 0;
  width: 100%;
}
  .serviceScn .row > div:nth-child(5) .heading {
    display: block;
    padding-top: 0;
}
.cstmrBtmCvr .h2 {
  font-size: 20px;
  line-height: 30px;
}
.cstmrBtmCvr {
  padding: 20px 20px 20px;
}
.cstmrBottm .col-12 {
  margin-bottom: 20px;
}
.cstmrBtmCvr .h2 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}
.serviceScn .row > div:nth-child(5) .heading small {
  display: block;
  font-family: inherit;
  font-size: 11px;
  line-height: 16px;
}
.heading {
  font-size: 15px;
    line-height: 20px;
  padding-top: 0;
}
.description {
  margin: 9px 0 5px;
  height: 73px;
}
.whychoose .h2 {
  line-height: 30px;
  font-size: 20px;
}
.faqscn {
  padding: 50px 0 10px;
}

.logoRgt {
  padding-top: 0;
}
.banCont h1 {
  font-size: 35px;
  line-height: 41px;
  max-width: 500px;
  margin: 0 auto;width: 100%;
}
.bannerLft:before{
  display: none;
}
.btnScn {
  
}
.bannerLft {
  float: left;
  width: 100%;
  position: relative;
  padding-right: 0;
  padding-bottom: 0;text-align: center;
}
.descriptionbanner {
  display: none;
}
.bannerLft a {
  display: none;
}
.banner .container {
  padding: 0 15px;
  height: 323px;
  background-position: center bottom;
}

.copyrightlft, .ftrDtRgt {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}


}
@media screen and (max-width: 767px) {
  .enquireNow.contactFrm li:nth-child(8) input[type=submit] {
    width: 100%;
}
  .banner input[type=submit] {
    max-width: 100%;
}
  .imgCvr {
    text-align: center;
}
  .acceptCards {
    margin-top: 15px;
}
.innerpage .banner h1 {
  font-size: 22px;
  line-height: 33px;
}
  .h2.connecthdng {
    display: none;
}
.foothours {
  margin: 0 0 10px;
}
  .carrmdscr {
    padding-left: 15px;
}
  .carremoImg {
    height: 257px;
    margin-bottom: 30px;
}
.ftRDv {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 6px;
}
  .banner {
    margin: 150px 0 0;
}
.bannerLft {
    padding-top: 30px;
}
.bannerLft h1 {
    font-size: 28px;
    line-height: 37px;
}
  .hdTpLft {
    display: none;
}
.qtForm li {
  width: 100%;
  margin: 0 0 13px;
}
  .qtForm li:nth-child(1), .qtForm li:nth-child(3), .qtForm li:nth-child(6) {
    text-align: left;
}
  .mobBanImg{
    display: block;
  }
  .bannerRgtImg > img{
    display: none;
  }
  footer .your-upload {
    width: 100% !important;
    display: inline-block;
    text-align: center;
}
  .threeCol.topUl {
    width: 100%;
}
.threeCol.topUl li {
  width: 50%;
}
  .servBlkMenu > .h3 {
    margin-bottom: 10px !important;
}
  .servBlkMenu li {
    margin: 0 0 10px;
}
  .enquireNow.contactFrm .qtForm li {
    width: 100%;
}
  .menuAssets {
    padding: 0 13px 0 0;
}
  .logoRgt .social li a {
    padding: 0 !important;
}
  .contentArea .qtForm{
    display: none;
  }
  .btnScn.btnSet li:last-child {
    margin-right: 0;
}
  .blogscn {
    padding: 30px 0;
}
  .servBlkMenu li a {
    padding-left: 0 !important;
}
  .servBlkMenu li a:before {
    background: transparent !important;
}
  .aniPos .logoRgt {
    padding-top: 0;
}
  .blgCv a {
    padding: 8px 8px 20px;
    border-bottom: 1px #ccc solid;
}
.srvcCvr {
  padding: 12px 7px;
}
.serviceScn .viewAll {
  padding-top: 10px;
}
.btTxt {
  width: 130px;
    font-size: 16px;
  text-align: center;
  margin: 0 auto;
  float: none;
  padding-left: 0;
}
.btImg {
  width: 67px;
  margin: 0 auto 10px;
  display: block;
  float: none;
}
.btTxt span {
  left: 3px;position: static;
}
.btbxCvr {
  padding: 18px 0 19px 0;
}
.btmscBx:nth-child(2), .btmscBx:nth-child(1), .btmscBx:nth-child(3), .btmscBx:nth-child(4) {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px !important;
  padding-bottom: 0 !important;
}
.btmscBx:nth-child(4){
  margin-bottom: 0 !important;
}
.servBlkMenu, .minMnu {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;padding-left: 0;
}
.ftrSocial {
  padding: 20px 0 0 0;
}
.whyChImg {
  margin: 42px auto 0;
}
.ftrMenu {
  padding-top: 0;
}

  .listing.threeCol li {
    width: 50%;
}
  .innerpage .banCont h1 {
    font-size: 30px;
    line-height: 40px;
}
  .enquireNow.contactFrm .qtForm .h2 {
    font-size: 18px;
    text-align: center;
}
  .enquireNow.contactFrm .qtForm {
    display: block;margin-bottom: 25px;
}
  footer > .container {
    padding-bottom: 8px;
    padding-top: 30px;
}
  footer .h3 {
    margin: 0 0 11px;
}
.ftrMenu {
  padding-bottom: 30px;
}
  .singleblog .breadcreums ul li span {
    max-width: 355px;
}
.singleblog .banCont h1 {
  font-size: 19px;
  line-height: 28px;
}
  .partsScn {
    padding: 50px 0 35px;
}
  .makePage {
    display: table;
    width: 100%;
}
  .blocklist.twoCol li {
    width: 50%;
}
.blocklist {
  width: 100%;
}

  .innerpage .banCont {
    height: auto;
    padding-top: 24px;
    padding-right: 15px;
}
.bannerRgtImg {
  padding: 25px 0 0;
  width: 444px;
}
.bannerLft .qtForm {
  margin-top: -53px;
  max-width: 400px;
}
  .makescn li {
    display: inline-block;
    width: 32%;
    padding: 0 3px 6px;
}
.scrImCvr {
  padding-top: 20px;
}
  .copyrightrgt {
    text-align: center;
}
footer {
  text-align: center;
  padding-top: 65px;
  position: relative;padding-bottom: 150px;
}
.copyrgt {
  position: absolute;
  bottom: 53px;
  left: 0;
  right: 0;
}
.ftrMnu {
  position: static;
}
footer .socialmedia {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 6px 0;
  background: #343839;z-index: 999;
}
footer .social li a {
  width: 30px;
  height: 30px;
  background-size: 100%;
}
.ftrcont {
  position: static;
}
footer .logo {
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -105px;
}
  .ftrMenu, .ftrcont {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
  .faqScn ul li {
    float: left;
    width: 100%;
}
.faqScn ul li:first-child .faqCvr {
  border-right: 1px #000 solid;
}
.faqScn ul li:first-child .faqCvr {
  border-bottom: 1px transparent solid;
}
.faqDscr {
  height: auto;
}
  .servicesScn {
    padding: 36px 0 30px;
}
.whychoose {
  padding: 39px 0 7px !important;
}
.makescn {
  padding: 30px 0;
}
.faqScn {
  padding: 30px 0;
}
.description p {
  font-size: 14px;
  line-height: 20px;
}
.imgRgtServ > span {
  margin-top: 0;
}
.serviceScn .row > div {
  margin-bottom: 15px;
}
.imgRgtServ {
  width: 64.5%;
}
  .reviewscn .col-sm-12 {
    margin-bottom: 20px;
}
  .innerbanner .container {
    height: 140px;
}
.h1, h1 {
    font-size: 2rem;
}
  .sellsection > .container > ul > li {
    width: 48%;
}
  .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6, .brightRgt h2, .homeContent h2, .reviewHeading .h2, .faqScn h3 {
    font-size: 1.5rem;
    line-height: 2rem;
}
.reviewHeading small {
  font-size: 13px;
}
.partsScn li {
  float: left;
  width: 50%;
  padding: 0 7px 14px;
}
.prtsImg {
  height: auto;
}
  .viewAll .btn {
    padding: 10px 43px 10px 17px;
}
  .btnScn li {
    width: 170px;
}
.btnScn li:first-child a {
  padding-right: 33px;
}
.btnScn li:last-child a {
  background-position: 4px 50%;
  padding-left: 39px !important;
}
.homeContent {
  padding: 70px 0 0 0;
}
.cfcVideo {
  padding-top: 20px;
}
.btmscBx:nth-child(2), .btmscBx:nth-child(1), .btmscBx:nth-child(3), .btmscBx:nth-child(4) {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
  .errorpage .contentArea h1 {
    font-size: 24px;
    line-height: 34px;
}
.copyright {
  padding-bottom: 61px;
}
.errorpage .contentArea h2 {
  font-size: 15px;
  line-height: 25px;
}
  textarea {
    height: 50px;
}
.myPopupDv {
  top: 13px;
  margin-top: 0;
}
  .innerbanner {
    background-size: cover;
}
.innerpage {
  margin-top: 0;
}
  .map {
    margin: 0 0 0;
}
  .listing.fourCol li {
    width: 33.33%;float: left;
  }
  .listing.fiveCol li {
    width: 33.33%;float: left;
  }
  .contactRgt {
    margin-top: 30px;
}
  .contentArea h1, .contentArea .h2, .contentArea h2, .contentArea .h3, .contentArea h3, .contentArea .h4, .contentArea h4, .contentArea .h5, .contentArea h5, .contentArea .h6, .contentArea h6 {
        font-size: 1.6rem;
    line-height: 2.1rem;
}
  img.alignright.topimg {
    display: none;
}
img.alignright.mobileImg {
  display: block;
  margin: 15px 0;width: 100%;
}
.banCont h2 {
  font-size: 17px;
  padding: 0 0 0;
  line-height: 25px;
  max-width: 332px;
}
.whatsappLink {
  bottom: 8px;
}
.powerdby, .copyrightlft, .copyrightrgt li a {
  text-align: center;
  font-size: 11px;
}
.powerdby a, .copyrightlft a {
  font-size: inherit;
}
  .ftrLft, .ftrRgt {
    width: 100%;
    text-align: center;
}
.ftrLft ul.social li {
  display: inline-block;
  float: none;
}
.ftrLft ul.social {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ftrRgt {
  text-align: left;
}
  .author.authorMobile{
    display: block !important;
  }
  .author{
    display: none !important;
  }
  .powerbytrust li {
    width: 100%;
    text-align: left;
    margin-bottom: 13px;
}
.powerbytrust li:nth-child(odd) .olcvr {
  padding-left: 70px;
  background-position: 0px 0;padding-right: 0;
}
.powerbytrust li:nth-child(even) .olcvr {
  padding-left: 70px;
  background-position: 0px 0;
}
.olcvr {
  background-size: 60px;
}
  .brightLft {
    height: 175px;
}
.brightLft img {
  width: 100%;
  margin-top: -133px;
}

  .welcomesecn .btnScn {
    display: none;
}
.welcomesecn .btnScn.whychoosMobBtn {
  display: block;
  text-align: center;
  width: 100%;
  padding-bottom: 26px;margin-top: 18px;
}
.welcomesecn {
  padding: 40px 0 10px;
}
.reCont span {
  margin: 10px 0 0;
}
.revCont {
  overflow: hidden;
  height: auto;
}
.brandsScn li {
  width: 47.6%;
    padding: 0 6px 10px;
    display: inline-block;
}
.brandImg {
  padding: 6px 8px;
}
.heading {
  display: block;
  height: auto;
  font-size: 13px;
  line-height: 26px;
}
.heading strong {
  margin-left: 2px;
}
  .description {
    height: auto;    margin-top: 0;
}
.mobile.btnScn li {
  display: inline-block;
  width: 200px;
  margin: 0 3px;padding-top: 0;
}
.btnScn .btn {
  padding: 6px 17px;
  font-size: 16px;
  height: 37px;
}
.mobile.btnScn .btn.btn-black {
  padding-left: 43px;
  padding-right: 17px;
  background-size: 26px;
  background-position: 12% 50%;
  border-color: #e44;
  background-color: #e44;
  color: #fff;
  background-image: url(../images/call-icon-white.png);
}
.mobile.btnScn .btn.btn-black:hover {
    border-color: #fff;color: #fff;
}
/*.topHdr .container {
  padding: 0;
}*/
.mobile {
  display: block;
  padding: 10px 0 0;text-align: center;
}
  .mobile:after {
    clear: both;
    content: "";
    display: block;
}

.mobile.btnScn .btn {
  width: 100%;
  height: 44px;text-align: left;
}
.btnScn .btn.btn-call {
  font-size: 18px !important;
  line-height: 28px;
  padding-left: 21px !important;
  padding-top: 9px;text-align: center;
}
.btnScn .btn.btn-blue {
  padding-right: 10px;
  padding-left: 19px;
}
.aniPos .topCall .btn:before {
  top: 10px;
}
.aniPos .logoRgt {
  padding-top: 0;
}
.banner {
  margin: 121px 0 0;}
  .logo {
    margin: 20px 0 16px 0;
}
.aniPos .logo {
  margin: 11px 0 8px 0;
}
.mobile.btnScn .btn:hover {
  border-color: #005da5;
}
  .topCall {
    display: none;
}
.logoRgt {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;    position: static;
}
.col-md-4.logoDv {
  width: 50%;    -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.menuD {
  text-align: right;
  top: 27px;
}
header {
  position: absolute;padding: 0;
}
.banner {
  margin: 142px 0 0;
}

.banCont h1 {
  font-size: 23px;
  line-height: 35px;
  max-width: 395px;
}
.banCont {
  padding: 35px 17px 10px;
  margin: 0 auto 15px;  position: static;
}
.banner .container {
  position: relative;
}
.viewAll {
  padding: 10px 0 0;
}
.scrapmetalColl h3 {
  line-height: 32px;
}

}

@media screen and (max-width: 479px) {
  .btnScn .btn.btn-call {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
  .aniPos {
    padding-bottom: 0;
}
  .mobile.btnScn li {
    width: 170px;margin: 0 8px;
}
  .imgLft.carRm {
    margin: 0 auto 20px;
    width: 100%;
}
  .qtForm .btn.btn-black {
    right: 10px;
    padding-left: 30px;
    background-position: 4px 50%;
}
  .qtForm .h2 {
    font-size: 17px;
    line-height: 26px;
}
  .makescn li {
    width: 48%;
}
  .whyChImg {
    margin: 15px auto 0;
    width: 310px;
}
  .aniPos .logoRgt {
    padding-top: 0;
}

.bannerRgtImg {
  padding: 25px 0 0;
  width: 400px;
  margin-bottom: 15px;
}
.bannerLft .qtForm {
  margin-top: -75px;
    max-width: 353px;
}

  .listing.threeCol li {
    width: 100%;
}
  .enquireNow li:nth-child(1), .enquireNow li:nth-child(2), .enquireNow li:nth-child(3), .enquireNow li:nth-child(4), .qtForm li {
    width: 100%;
}
  .singleblog .breadcreums ul li span {
    max-width: 240px;
}
  .reviewscn {
    padding: 40px 0;
}
  .welcomesecn .btnScn li {
    width: 170px;
}
  .sellsection > .container > ul > li {
    width: 100%;
}
  .banner {
    margin: 142px 0 0;    background-size: 1533px;
}
  .innerpage {
    margin-top: 142px;
}
  .listing.fourCol li {
    width: 50%;float: left;
  }
  .listing.fiveCol li {
    width: 50%;float: left;
  }
header{
  position: fixed;
}
.h1, h1 {
  font-size: 1.5rem;
}
}
@media screen and (max-width: 431px) {
.bannerLft {
    padding-top: 30px;
}
.banner {
    margin: 142px 0 0;    background-size: 1384px;
}
.bannerLft h1 {
    font-size: 28px;
    line-height: 40px;
}
.mobile.btnScn li {
  width: 145px;
  margin: 0 5px;
}
  .bannerRgtImg {
    padding: 0 0 0;
    width: 325px;
    margin-bottom: 15px;
}
.bannerLft .qtForm {
  margin-top: -64px;
  max-width: 285px;
}
.qtForm .h2 {
  font-size: 15px;
  line-height: 26px;
}
.banner .qtForm li .your-upload {
  width: 100% !important;
}
.qtForm .btn.btn-black {
  right: 10px;
  padding-left: 25px;
  background-position: 4px 50%;
  width: 135px;
  font-size: 15px;
  padding-right: 8px;
  padding-top: 13px;
}



  .btnScn.btnSet .btn {
    padding-top: 11px;
    font-size: 15px;
}
  .btnScn.btnSet .btn.btn-white {
    width: 144px;
    padding-left: 12px;
    font-size: 16px;
    padding-right: 34px;
    background-position: 97% 50%;
}

  .singleblog .breadcreums ul li span {
    max-width: 150px;
}
  .innerpage .bannerRgtImg {
    width: 90%;
    margin: 0 auto;
}
  .innerpage {
    margin-top: 121px;
}
  .btnScn li {
    width: 154px;
    margin: 0 1px;
}
.btnScn .btn {
  padding: 7px 17px;
  font-size: 14px;
}
.mobile.btnScn .btn {
  font-size: 15px !important;padding-left: 14px !important;
}
.mobile.btnScn .btn-blue {
  background-position: 100% 50%;
}

  .enquireNow li:nth-child(1), .enquireNow li:nth-child(2), .enquireNow li:nth-child(3), .enquireNow li:nth-child(4) {
    width: 100%;
}
  .myPopupDv {
    width: 90%;
    margin-left: -45%;
}
  .welcomeRgt {
    margin-top: -37px;
}
.banCont h1 {
  font-size: 25px;
  line-height: 32px;
}
}

@media screen and (max-width: 359px) {
  .mobile.btnScn li:first-child {
    margin-left: 0;
}
.mobile.btnScn li:last-child {
  margin-right: 0;
}
  .banner {
    background-size: 1290px;
}
  .bannerLft h1 {
    font-size: 24px;
    line-height: 36px;
}
.mobile.btnScn li {
  width: 135px;
  margin: 0 2px;
}
  .banCont h2 {
    font-size: 15px;
    padding: 0;
    line-height: 23px;
    max-width: 332px;
}
  .bannerLft .qtForm {
    margin-top: -53px;
    max-width: 266px;
}
  .qtForm li strong {
    white-space: nowrap;
}
.qtForm .h2 {
  font-size: 13px;
  line-height: 26px;
}

  .btnScn.btnSet .btn.btn-black {
    padding-right: 13px;
    font-size: 14px;
    padding-left: 40px;
}
  .btnScn.btnSet .btn.btn-white {
    width: 124px;
    padding-left: 12px;
    font-size: 13px;
    padding-right: 34px;
    background-position: 97% 50%;
}
  .whyChImg {
    width: 270px;
}
  .bannerRgtImg {
    width: 281px;
}
  .btnScn .btn.btn-call {
    font-size: 16px !important;
    padding-left: 37px;
}
.topCall .btn:before {
  left: 8px;}

  .mobile.btnScn .btn {
    font-size: 12px !important;
}
  .welcomeRgt {
    margin-top: -20px;
}
.btnScn li {
  width: 140px;
  margin: 0 1px;
}
.btnScn .btn {
  padding: 7px 16px;
  font-size: 12px;
  height: 32px;
}
}

/* new css */
b {
    font-weight: 600;
}
h2, h2 span{
	color: #017CB5;
	text-transform:uppercase;
}
.steps-top .btImage {
    width: 50px;
}

.steps-top {
    display: flex;
    align-items: center;
	column-gap: 10px;
    padding-bottom: 10px;
}
.btbxCvr .stepstext p {
    margin-bottom: 0 !important;
}
.contentArea h2{
	color: #017CB5;
	padding-top:10px;
	font-family: 'oswaldregular';
}
.contentArea h3{
	color: #000000;
	font-size:1.5rem;
	font-family: 'oswaldregular';
	margin-bottom: 5px;
}
strong, p {
    color: #353535;
}
.banner .descriptionbanner ul li strong {
    color: #BD1E2D;
}

.blue-text{ 
color: #017cb5
}
p.blue-text strong {
    font-weight: 600;
    font-family: "Roboto-Regular";
	color: #017cb5;
}
.phn-btn-red{
  background-color: #bd1e2d;
  border-color: #bd1e2d;
  color: #fff;
  background-image: url(../images/submit-icon-white.png);
  background-repeat: no-repeat;
  background-position: 90% 50%;
}
.phn-btn-red:hover{
  background-color: #000;
  border-color: #000;
  color: #fff;
  background-image: url(../images/submit-icon-white.png);
}
section.cashfcar h2 {
    text-align: center;
}
section.cashfcar .cfcVideo {
    padding-top: 0;
}
section.btoomScns .steps-top .btText {
    text-transform: uppercase;
    color: #017cb5;
    font-weight: bold;
}
section.custmrSrvc {
    background: #EDF6FC;
}

footer .footadress a{
	color: #017cb5;
}

.imgCvr.right{
	float:right;
	margin-bottom: 0;
}
.imgCvr.right p {
    margin-bottom: 0 !important;
}

.bannerLft {
    z-index: 9998;
}
.c-review-top {
    flex-grow: 1;
}
.c-review-top img {
    width: 100px;
}

.c-review-bottom {
    display: flex;
	column-gap: 20px;
	margin-top: auto;
	align-items: center;
}
.c-review-bottom img {
    width: 50px;
}

.review-name-sec .c-name {
    text-transform: uppercase;
    font-weight: bold;
}
.review-desc-sec {
    padding-top: 5px;
}
.review-name-sec .c-review-date {
    text-transform: uppercase;
	    font-size: 13px;
}
.customer-review-page .customer-review-page-sec{
	display: flex;
    flex-direction: column;
}

.customer-review-page .btbxCvr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    border: 1px solid #e6e6e6;
    background: #F4F4F43B;
    height: 100%;
    border-radius: 12px;
}
.container.customer-review-page {
    padding-top: 50px;
}
.container.customer-review-page .row {
    row-gap: 30px;
}

.footer-top-sec p {
    color: #8d8d8d;
    font-size: 14px;
    font-style: italic;
}
.footer-top-sec hr{
	background: #8d8d8d;
	margin-bottom:30px;
}
.form-upload-photo {
    float: left;
    color: #bd1e2d;
	font-weight:600;
}
header.aniPos {
    border-bottom: 1px solid #bd1e2d;
}
/* contact form changes */

/* .wpcf7 input[type="file"] {
    color: transparent;
	
} */

.wpcf7-file {
    cursor: pointer;
}

/* Specifically target the "browse" button part of the input in webkit browsers */
.wpcf7-file::-webkit-file-upload-button {
    cursor: pointer;
}
