*{
  margin: 0;
  padding: 0;
  user-select: none;
  box-sizing: border-box;
}



body {
       font-family: Aileron-Regular;
    font-weight: 100;
overflow-x: hidden;
}

strong {
     font-family: Aileron-Regular;
         font-weight: 100;

}

input, textarea {
         font-family: Aileron-Regular;
}

select, option {
     font-family: Aileron-Regular;
}

tr, th, td {
       font-family: Aileron-Regular;
}

button {
   font-family: Aileron-Regular;
}

label {
      font-family: Aileron-Regular;
}


span {
    font-family: Aileron-Regular;
}

h1,h3, h4, h5 {
       font-family: Oswald-SemiBold;
 
}

h2{
       font-family: Oswald-SemiBold;
 font-size:34px !important;
}

a {
  font-family:  Aileron-Regular;
  text-decoration:none;
      font-weight: 100;
}




p {
    font-family: Aileron-Regular;
    font-weight: 100;
    margin-top:10px;
    margin-bottom:10px;

}

ul li {
     font-family: Aileron-Regular;
        font-weight: 100;
}
ul{
  margin-left: 20px;
}
b {
    font-family: Oswald-SemiBold;
}



@font-face {
  font-family: Oswald-Bold;
  src: url("../fonts/oswald/Oswald-Bold.ttf");
  font-display: swap; 
}

@font-face {
  font-family: Oswald-ExtraLight;
  src: url("../fonts/oswald/Oswald-ExtraLight.ttf");
  font-display: swap; 
}



@font-face {
  font-family: Oswald-Light;
  src: url("../fonts/oswald/Oswald-Light.ttf");
  font-display: swap; 
}



@font-face {
  font-family: Oswald-Medium;
  src: url("../fonts/oswald/Oswald-Medium.ttf");
  font-display: swap; 
}



@font-face {
  font-family: Oswald-Regular;
  src: url("../fonts/oswald/Oswald-Regular.ttf");
  font-display: swap; 
}


@font-face {
  font-family: Oswald-SemiBold;
  src: url("../fonts/oswald/Oswald-SemiBold.ttf");
  font-display: swap; 
}


@font-face {
  font-family: Aileron-Black;
  src: url("../fonts/aileron/Aileron-Black.otf");
  font-display: swap; 
}





@font-face {
  font-family: Aileron-BlackItalic;
  src: url("../fonts/aileron/Aileron-BlackItalic.otf");
  font-display: swap; 
}



@font-face {
  font-family: Aileron-Bold;
  src: url("../fonts/aileron/Aileron-Bold.otf");
  font-display: swap; 
}



@font-face {
  font-family: Aileron-BoldItalic;
  src: url("../fonts/aileron/Aileron-BoldItalic.otf");
  font-display: swap; 
}



@font-face {
  font-family: Aileron-Heavy;
  src: url("../fonts/aileron/Aileron-Heavy.otf");
  font-display: swap; 
}



@font-face {
  font-family: Aileron-HeavyItalic;
  src: url("../fonts/aileron/Aileron-HeavyItalic.otf");
  font-display: swap; 
}



@font-face {
  font-family: AAileron-Italic;
  src: url("../fonts/aileron/Aileron-Italic.otf");
  font-display: swap; 
}



@font-face {
  font-family: Aileron-Light;
  src: url("../fonts/aileron/Aileron-Light.otf");
  font-display: swap; 
}



@font-face {
  font-family: Aileron-LightItalic;
  src: url("../fonts/aileron/Aileron-LightItalic.otf");
  font-display: swap; 
}



@font-face {
  font-family: Aileron-Regular;
  src: url("../fonts/aileron/Aileron-Regular.otf");
  font-display: swap; 
}



@font-face {
  font-family: Aileron-SemiBold;
  src: url("../fonts/aileron/Aileron-SemiBold.otf");
  font-display: swap; 
}



@font-face {
  font-family: Aileron-SemiBoldItalic;
  src: url("../fonts/aileron/Aileron-SemiBoldItalic.otf");
  font-display: swap; 
}



@font-face {
  font-family: Aileron-Thin;
  src: url("../fonts/aileron/Aileron-Thin.otf");
  font-display: swap; 
}


@font-face {
  font-family: Aileron-ThinItalic;
  src: url("../fonts/aileron/Aileron-ThinItalic.otf");
  font-display: swap; 
}


@font-face {
  font-family: Aileron-UltraLight;
  src: url("../fonts/aileron/Aileron-UltraLight.otf");
  font-display: swap; 
}


@font-face {
  font-family: Aileron-UltraLightItalic;
  src: url("../fonts/aileron/Aileron-UltraLightItalic.otf");
  font-display: swap; 
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }







nav{
  background: #19194b;
 }
nav:after{
  content: '';
  clear: both;
  display: table;
}
 .logo{
  float: left;
  padding-left: 60px;
  width: 32%;
  margin: auto;
  text-align: center;
    background: url(../img/logo-bck.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 2px 3px 2px 3px;
}
 .logo img {
  width: 27%;
}
nav ul{
  float: right;
 width: 66%;
  list-style: none;
  position: relative;
}
nav ul li{
  float: left;
  display: inline-block;
      background: #19194b;
  margin: 0 10px;
}
nav ul li a{
  color: white;
  line-height: 70px;
  text-decoration: none;
  font-size: 16px;
  padding: 8px 8px;
}
nav ul li a:hover{
  border-radius: 5px;
 /* box-shadow:  0 0 5px #33ffff,
               0 0 10px #66ffff;*/
}
nav ul ul li a:hover{
  box-shadow: none;
}
nav ul ul{
  position: absolute;
  top: 90px;
  opacity: 0;
  visibility: hidden;
  transition: top .3s;
}
nav ul ul ul{
  border-top: none;
}
nav ul li:hover > ul{
  top: 70px;
  opacity: 1;
  visibility: visible;
}
nav ul ul li{
  position: relative;
  margin: 0px;
  width: 200px;
  float: none;
  display: list-item;
  border-bottom: 1px solid rgba(0,0,0,0.3);
}
nav ul ul li a{
  line-height: 50px;
}
nav ul ul ul li{
  position: relative;
  top: -60px;
  left: 150px;
}
.show,.icon, #btn-1, #btn, #btn-2{
  display: none;
}
.fa-plus{
  font-size: 15px;
  margin-left: 40px;
}
@media all and (max-width: 968px) {
  nav ul{
    margin-right: 0px;
    float: left;
  }
  nav .logo{
    padding-left: 30px;
    width: 100%;
  }
  .show + a, ul{
    display: none;
  }
  nav ul li,nav ul ul li{
    display: block;
    width: 100%;
  }
  nav ul li a:hover{
    box-shadow: none;
  }
  .show{
    display: block;
    color: white;
    font-size: 18px;
    padding: 0 20px;
    line-height: 70px;
    cursor: pointer;
  }
  .show:hover{

  }
  .icon{
    display: block;
    color: white;
    position: absolute;
    top: 0;
    right: 40px;
    line-height: 70px;
    cursor: pointer;
    font-size: 25px;
  }
  nav ul ul{
    top: 70px;
    border-top: 0px;
    float: none;
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  nav ul ul a{
    padding-left: 40px;
  }
  nav ul ul ul a{
    padding-left: 80px;
  }
  nav ul ul ul li{
    position: static;
  }
  [id^=btn]:checked + ul{
    display: block;
  }
  nav ul ul li{
    border-bottom: 0px;
  }
  span.cancel:before{
    content: '\f00d';
  }
}
.content{
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
header{
  font-size: 35px;
  font-weight: 600;
  padding: 10px 0;
}

.mel-tp-ul ul{
  display: flex;
  align-items: center;
}
.mel-tp-ul li {
  list-style: none;
  margin-left: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.mel-tp-ul li a {
  text-decoration: none;
  color: #fff;
}
.header {
  background: #000;
   border-top: 2px solid #54b94d;
  border-bottom: 2px solid #54b94d;

}
.call {
  background: #00DB50;
  width: 26%;
  border-radius: 40px;
  margin: auto;
  text-align: center;
  padding: 3px;
  display: flex;
  margin-top: 6px;

}
.call a {
         font-family: Oswald-SemiBold; 
}
.call img {
 width: 50px;
 height: 50px;
 margin-top: 2px;
 margin-left: 14px;
 margin-right: 14px;
}

.call a {
    margin-top: 16px;
    font-size: 22px;
    padding: 0px;
        line-height: 18px;
}
.banner {
      background: url(../img/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
height: 450px;
}
.m-cntr {
  width: 90%;
  margin: auto; 
}
.bn-al {
  display: flex;
      align-items: center;
}
.bn-lft {
  width: 48%;
}
.bn-lft b {
  font-size: 34px;
}
.cl-nw {
  margin-top: 23px;
}

.cl-nw a {
  background: #193761;
  padding: 9px 34px;
  color: #fff;
  border-radius: 40px;
  text-decoration:none;
}
.ab-fom-sec {
    box-shadow: 2px 2px 14px 2px #747272;
    border-radius: 10px;
    background: #fff;
    float: right;
    border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        margin-top: -426px;
}
.ab-fom-tb {
    background: #00C441;
    color: #fff;
    font-size: 27px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
}
.ab-fom-st {
    padding: 20px 20px 28px 20px;
}
.fom-tr {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.c-tab {
    background: #002B6B;
    color: #fff;
}
.tb.active {
    display: block;
}
.tb {
    display: none;
}
.sell-f-bdy div input {
    width: 100%;
    padding: 8px;
    margin-bottom: 9px;
    outline: none;
    border-radius: 3px;
    border: 0;
    background: #e7e2e2;
}
.sell-f-bdy-fl div input, .sell-f-bdy-fl div select {
    width: 100%;
    padding: 8px;
    margin-bottom: 9px;
    outline: none;
    border-radius: 3px;
    border: 0;
    background: #e7e2e2;
    color: #727272;
}
.sell-f-bdy-fl textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 9px;
    outline: none;
    border-radius: 3px;
    border: 0;
    background: #e7e2e2;
}
.sell-f-bdy-sub input {
    background: #00C441;
    padding: 8px 34px;
    width: 100%;
    font-size: 20px;
    color: #fff;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
    font-family: Aileron-Bold;
}
.sell-f-bdy-fl {
    display: flex;
}
.sell-f-bdy-fl div {
    width: 49%;
}
.sell-f-bdy-fl div:nth-child(2) {
    margin-left: 9px;
}
.fom-tr > .active {
    color: white;
    background-color: #007A54;
}
.c-tab {
    background: #00C441;
    color: #fff;
}
.sel-1 {
    padding: 9px 34px;
    font-family: Oswald-SemiBold;
    border-radius: 5px;
}
.sel-2 {
    padding: 9px 24px;
    font-family: Oswald-SemiBold;
    border-radius: 5px;
}
.ab-img-se {
  width: 100%;
  overflow: hidden;
}
.ab-img-se img {
  width: 60%;
  margin-left: 120px;
  height:100%;
}
.circle-wh {
  text-align: center;
  width: 100%;
}
.circle-cntr {
  width: 100px;
  height: 100px;
  background: #0A134D;
  border-radius: 50%;
  margin: auto;
}
.ser-se {
  display: flex;
}
.servic {
background: #0A134D;
    padding-top: 63px;
    padding-bottom: 63px;
    position: relative;
    top: -60px;
}
.ser-lft {
  width: 48%;
  margin-left: auto;
  margin-right: auto;
  z-index: 9;
}
.ser-in {
  display: flex;
margin-bottom: 9px;
}
.ser-in-se {
  width: 48%;
  margin-left: auto;
  background: #00DB50;
  border-radius: 12px;
  padding: 9px;
  margin-right: auto;
}
.ser-in-img {
  width: 20%;
}
.ser-in-img img {
  width: 100%;
  height: 100%;
}
.ser-cl-sec {
  position: relative;
}
.circle-whb {
  margin-top: -90px;
  height: 30px;
    overflow: hidden;
}
.circle-cntrs {
      width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    margin: auto;
    z-index: 1;
    position: relative;
}
.ser-ryt-sec b {
  font-size: 34px;
  color: #00DB50;
}
.ser-ryt-sec p{
 color: #fff;
}
.ser-rty {
  display: flex;
  margin-top:9px;
}
.ser-rty .ser-1{
  border: 2px solid #00DB50;
  padding: 5px 23px;
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
    font-family: Aileron-Bold;
}


.ser-rty .ser-2{
  background-color:#00DB50;
    border: 2px solid #00DB50;
  padding: 5px 23px;
  border-radius: 50px;
  text-decoration: none;
  color: #0A134D;
    font-family: Aileron-Bold;
    margin-left: 9px;
}
.ser-op-img {
width: 40%;
    float: right;
    margin-top: -182px;
    z-index: 99;
    position: relative;
    top: 105px;
}
.ser-op-img img {
  width: 79%;
}
.ser-mk {
  display: flex;
  width: 100%;
}
.s-mke {
  width: 48%;
  margin-left: auto;
  margin-right: auto;
}
.s-bold {
  font-size: 34px;
  color: #0A134D;
}
.s-btn {
  margin-top: 9px;
}
.s-btn button , .s-btn a {
  font-size: 17px;
  background: #193761;
  color: #fff;
  border: 0px;
  padding: 9px 34px;
  border-radius: 29px;
  text-decoration: none;
}
.s-mke-img {
  text-align: center;
}
.s-mke-img img {
  width: 80%;
  height: 100%;
}
.al-ser-ty {
  background-image: url(../img/mke.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 90px 0px 90px 0px;
}

.al-ser-cn {
  text-align: center;
}
.al-ser-cn b {
  font-size: 34px;
color: #fff;
}
.cm-sr-sec {
    background-color: #013F2D;
}
.al-ser-cn p {
  color: #fff;
  width: 80%;
  margin: auto;
}
.cl-ser {
  margin-top: 19px;
}
.cl-ser  a {
  padding: 6px 33px;
  border-radius: 20px;
  text-decoration:none;
  border:3px solid #fff;
color: #fff;
  font-family: Aileron-Bold;
}
.ser-make {
  margin-top:23px;
  margin-bottom:23px;
}
.cm-bn-sec {
  display: flex;
  align-items: center;
}

.cm-bn {
  width: 60%;
}
.cm-cn-img img {
  width: 100%;
}
.cm-bns {
  width: 40%;

  color: #fff;
  padding: 20px;
}
.cm-cn b {
  font-size: 34px;
}

.brnd-sec {
  margin-top: 20px;
  margin-bottom: 20px;
}
.brnd-hed {
  text-align: center;
}
.brnd-hed b {
  font-size: 34px;
}









#brnd-logo {
    width: 100%;
    margin: auto;
    height: 102px;
    overflow: hidden;
    position: relative;
    background-color: white;
}
#brnd-logo-sec{
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    left: 0;
    animation: p-logo 40s linear infinite;
}
#brnd-logo-sec img{
margin-left: 22px;
    margin-right: 22px;
    width: 72px;
    height: 72px;
}

@-webkit-keyframes p-logo {
    0% {
        left: 0;
    }
    50% {
        left: -1430px;
    }
    100% {
        left: 0;
    }
}
@keyframes p-logo {
    0% {
        left: 0;
    }
    50% {
        left: -1430px;
    }
    100% {
        left: 0;
    }
}













/*client slider*/


.our-cl-sec, .our-cl-sec-mob {
  display: flex;
  align-items: center;
}
.our-cl-lft, .our-cl-lft-mob {
  width: 25%;
  padding: 0px 30px 0px 30px;
}
.our-cl-lft b, .our-cl-lft-mob b {
  font-size: 30px;
  color: #193761;
}


.cstmb, .cstmb-mob {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    height: 20vw;
    overflow: hidden;
    width: 100%;
}
.cstm-sldr, .cstm-sldr-mob {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    width: 100%;
    height: 90%;
    left: -100%;
    transition: left 4s;
}

.cstm-sldr:first-child, .cstm-sldr-mob:first-child {
    left: 0;
}

.liv-lnk, .liv-lnk-mob {
    width: 32%;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    background: #fff;
    padding: 14px;
    box-shadow: 2px 2px 12px 2px #928f8f;
    border-radius: 23px;
}
.cstm-in, .cstm-in-mob {
    display: flex;
    text-align: center;
}
.cstm-in div:nth-child(2), .cstm-in-mob div:nth-child(2) {
    margin-top: 3px;
    margin-left: 12px;
    text-align: left;
}
.cstm-in div:nth-child(3), .cstm-in-mob div:nth-child(3) {
    margin-top: 13px;
    margin-left: 7px;
}
.cstm-comnt, .cstm-comnt-mob {
    margin-top: 3px;
}
.cstm-comnt p, .cstm-comnt-mob p {
    text-align: justify;
}
.our-cl-ryt, .our-cl-ryt-mob {
     display: flex;
    background-image: url(../img/client.png);
    background-position: center;
    background-size: cover;
     width: 75%;
     align-items: center;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 20px;
}
.cstm-img, .cstm-img-mob {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
}
.cstm-img img, .cstm-img-mob img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cl-rw-btn div, .cl-rw-btn-mob div{
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 9px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #013F2D;
  color: #fff;
  margin-bottom: 9px;
}
.cl-revw, .cl-revw-mob {
  width: 94%;
}
.cl-rw-btn, .cl-rw-btn-mob {
  width: 5%;
}

/*client slider*/












.footer {
  background-color: #0A134D;
  padding-top: 20px;
  padding-bottom: 20px;
}
.foter {
  display: flex;
}

.foter-in {
  width: 24%;
}
.f-on img {
  width: 72%;
}
.s-ul {
  display: flex;
    text-align: center;
    width: 36%;
}
.f-social {
  text-align: left;
}
.s-ul li {
  list-style: none;
  margin-right: 23px;
}
.s-ul li a {
  color: #fff;
  font-size: 28px;
} 
.f-ser li{
 list-style: none;
 margin-top: 9px;
 margin-bottom: 9px;
}
.f-ser li a {
  text-decoration: none;
 color: #fff;
}
.f-hed {
  color: #fff;
}
.f-hed b {
  font-size: 34px;
}
.fort-on {
  display: flex;
  color: #fff;
}
.fort-on b {
  font-size: 29px;
}
.fot-lft {
  width: 23%;
}
.fot-ryt {
  width: 70%;
}

.f-nt {
  background-color: #333333;
  padding-top: 9px;
  padding-bottom: 9px;
  text-align: center;
  color: #fff;
}
.f-nt a {
  text-decoration: none;
  color: #fff;
}
.about-img img{
 width: 100%;
 border-radius: 9px;
}
.ab-cntt {
  padding-left: 30px;
}
.ab-cntt b {
  color: #0A134D;
}
.cl-nws {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: right;
}
.cl-nws a{
  width: 100%;
  background-color: #193761;
  border-radius: 40px;
  padding: 9px 23px;
  color: #fff;
  font-size: 20px;
    font-family: Aileron-Heavy;
  text-decoration: none;
}

.cl-nws img {
  width: 3%;
  margin-left: 0px;
  margin-right: 9px;
}
.ab-img-nw img{
  width: 100%;
  border-radius: 9px;
}
.abots {
  background-image: url(../img/abouts.jpg);
    background-position: center;
    background-size: cover; 
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 30px;
}
.an-mn {
  position: relative;
  top: 47px;
}
.ab-ser-ty {
    background-image: url(../img/about-back.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 90px 0px 90px 0px;
}
.s-strong {
 font-family: Aileron-SemiBold;
 font-size: 29px;
 text-transform: capitalize;
 color: #0A134D; 
}
.i-ul li{
  position: relative;
  padding: 0px 0px 0px 20px;
   list-style: none;
   margin-top: 9px;
   color: #0A134D;
   font-family: Aileron-SemiBold;
}
.i-ul li:before {
  content: "\f058";
  position: absolute;
  font-family: "Font Awesome 5 Free";
 left: 0px;
 top: 2px;
}
.ab-mk {
  text-align: right;
}
.s-mke-imgs img{
  width: 80%;
}

.ab-mks {
  display: flex;
}
.ab-lft-m {
  width: 50%;
  padding-left: 40px;
}
.ab-ryt-m {
  width: 50%;
  text-align: right;
}
.ab-ryt-m img {
  width: 80%;
}
.ab-sm {
  padding-top: 20px;
  padding-bottom: 20px;
}
.s-img {
  margin-top: -70px;
}
.s-img div {
  width: 50%;
}
.s-img div img{
  width: 90%;
}
.towing {
   background: url(../img/towing.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
height: 450px; 
}
.bn-ni {
  margin-top: 20px;
}
.towingg {
  display: flex;
  justify-content: space-between;
}
.tow-se {
  width: 31%;
  margin-left: 10px;
  margin-right: 10px;
}
.tow-img {
  width: 100%;
  height: 290px;
  overflow: hidden;
}
.tow-img img{
 width: 100%;
 height: 100%;
 border-radius: 7px;
 border:4px solid #00DB50;
 object-fit: cover;
}
.tow-hed {
  text-align: center;
  margin-top: 9px;
}
.tow-hed b {
  color: #fff;
  font-size: 26px;
}
.tow-hedng {
  text-align: center;
  margin-bottom: 20px; 
}
.tow-hedng b {
color: #00DB50;
font-size: 34px;
}
.tow-hedng p {
  color: #fff;
}
.tw-ser {
      background: #0A134D;
    padding-top: 13px;
    padding-bottom: 33px;
    position: relative;
    top: -60px;
}
.towing-cl {
 background: url(../img/towing-op.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
height: 450px;  
}
.tow-pr {
  display: flex;
  align-items: center;
}

.tw-p {
  width: 50%;
  padding-top: 145px;
  padding-left: 145px;
}

.tw-p b {
  font-size: 30px;
}
.to-cn {
  display: flex;
}
.to-lft {
  width: 50%;
}
.to-lft img {
  width: 40%;
}
.to-r {
 text-align: right;
}

.to-btn {
  margin-top: -73px;
}
.cash-for-car {
 background: url(../img/cash-for-car.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
height: 450px;   
}
.cash-new {
   background: url(../img/cash-for-car-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 65px 0px 105px 0px;   
}
.cash-ser {
  display: flex;
  align-items: center;
  width: 100%;
  margin: auto;
}

.cash-ser-in {
  width: 32%;
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
  text-align: center;
}
.cash-cnt {
  margin-top: 9px;
}
.cash-cnt b {
  background-color: #fff;
  padding: 4px 23px;
  border-radius: 4px;
  font-size: 20px;
}
.casd-heds {
  text-align: center;
  width: 70%;
  margin: auto;
  margin-bottom: 20px !important;
}
.casd-heds b {
  font-size: 34px;
  color: #00DB50;
}
.casd-heds p {
  color: #fff;
}

.cash-ser-in:before {
  background-image: url(../img/sh.svg);
  content: "";
    position: absolute;
    top: 00px;
    width: 100%;
    height: 100%;
        margin-left: 49px;
    background-repeat: no-repeat;
}

.cash-nw:before {
 background-image: none;
 width: 0px;
}
.cash-cntr {
display: flex;
align-items: center;
}
.cash-se-lft {
  width: 48%;
  margin-right: 10px;
  margin-left: 10px;
}


.cash-se-lft img {
  width: 100%;
}

.cash-nw-ser {
  background-image: url("../img/ser-new.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 64px 0px 64px 0px;
  background-size: cover;
}
.ser-cash {
  display: flex;
}
.c-sr {
  width: 32%;
  margin-left: 10px;
  margin-right: 10px;
}
.c-sr-mg {
  height: 270px;
  overflow: hidden;
}
.c-sr-mg img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius:12px;
  border:6px solid #00DB50;
}
.c-sr-hed  {
  text-align: center;
  margin-top: 10px;
}
.c-sr-hed b {
  background-image: linear-gradient(to right, #54b94d , #00db50);
    padding: 4px 34px;
    /* border-radius: 3px; */
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
}
.m-sr-cash {
  display: flex;
  align-items: center;
}

.m-sr-lft {
  width: 50%;
}

.m-sr-lft img {
  width: 100%;
}

.m-mlb {
  margin-top: 20px;
}
.read-more-text {
   display: none;
}


.read-more-btn{
    color: #0984e3;
}

.read-more-text--show{
    display: inline;
}
.cntr-bn button{
  background: #0A134D;
  padding: 8px 34px;
  border-radius: 5px;
  color: #fff;
  border:3px;
  cursor: pointer;
}
.blog {
      background: url(../img/blog.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 450px;
}
.blog-mn {
  background: #0A134D;
  border-radius: 12px;
   padding: 23px;
   margin-bottom: 23px;
}
.blogs {
  display: flex;
margin-bottom: 20px;
}
.blog-1 {
  width:31%; 
  border-radius: 12px;
  background-color: #fff;
  padding: 8px;
  margin-right: 20px;
  margin-left: 20px;
}
.blog-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-hed b {
  font-size: 20px;
}
.blog-heding {
  text-align: center;
 margin-top: 20px;
 margin-bottom: 20px;
}
.blog-heding b {
  font-size: 34px;
}

.pc-mob {
 display: none;
}
.banner-ab {
    background: url(../img/about-new.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 450px;
}

.mb-ck{
width: 85%;
    margin: 30px auto;
}

.mb-ck p {
    margin :10px 0;
}
.mb-ols{
        margin: 17px auto;
}
.mb-ols li , .mb-ols3 li{
          margin: 10px;
    list-style-type: lower-alpha;
}

.mb-ols2{
    margin-left: 30px;
    list-style-type: lower-alpha;
    
}



.mb-pvc{
    
    width: 85%;
    margin: 30px auto;
    list-style-type: lower-alpha;
}

.mb-pvc li {
       margin: 5px 0 auto;
}

.mb-pvc2 li{
        margin: 21px;
 }
  
.mb-pvc2{
      margin-bottom: 15px;
 }
  
.mb-pvc2 div{    margin: 13px 0;}  




.mb-trms{
       width: 85%;
    margin: 30px auto;
}

.mb-trms li{
        margin: 10px;
}

.mb-trms2 li {
    margin: 17px 0px;
    
}

.mb-trms2{
      margin: 15px 0;
 }

.third-level {
       margin-left: 22px;
           list-style-type: lower-alpha;
}



.blog-uls{
    margin-left: 30px;
    line-height: 35px;
}

.blog-ct h1 a {
   font-family:Oswald-SemiBold; 
}


.blg-a-lnk{
    color: blue;
}

















.contact {
  background: url(../img/contact-us.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 450px;
}
.cn-al {
  display: flex;
}

.cn-lft-op {
  text-align: center;
  width: 70%;
}
.cn-lft-op b{
  font-size: 34px;
}
.cn-lfts {
  width: 30%;
}
.cn-cnt {
width: 80%;
margin-left: auto;
}
.cnt-cntr {
  display: flex;
  align-items: center;
}
.cnt-lft {
  width: 48%;
  margin-right: auto;
  margin-left: auto;
}
.cnt-fm-by {
  display: flex;
}
.cnt-fm-by div {
  width: 48%;
  margin-right: auto;
  margin-left: auto;
}
.cnt-fm-by div input {
  width: 100%;
  padding: 9px;
  outline: none;
  border: 0px;
  margin-bottom: 12px;
  border-radius: 3px;
}
.cnt-sec {
    background: url(../img/cnt.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 65px 0px 65px 0px;
}
.cnt-fm-bys {
  width: 98%;
  margin: auto;
}
.cnt-fm-bys textarea{
  width: 100%;
  padding: 9px;
  outline: none;
  border: 0px;
  margin-bottom: 5px;
  border-radius: 3px;
}
.cnt-hed {
  margin-top: 10px;
  margin-bottom: 10px;
}
.cnt-hed b {
  font-size: 34px;
  color: #00DB50;
}
.cnt-fm-sub {
  text-align: center;
}
.cnt-fm-sub input{
  padding: 9px 34px;
  border: 0px;
  border-radius: 4px;
  cursor: pointer;
background-color: #00DB50;
color: #fff;
font-size:18px;
}
.cnt-address {
  background-color: #00DB50;
  border-radius: 5px;
  padding: 45px;
}
.cnt-address li img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.cnt-address li  {
  margin-bottom: 14px;
  list-style: none;
}
.cnt-address li a {
 text-decoration: none;
 color: #0A134D;
   font-family: Aileron-SemiBold;
}
.location {
    background: url(../img/location.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
 height: 370px;
}
.locatn {
  text-align: center;
}
.locatn b {
  font-size: 34px;
  color: #0A134D;
}
.locatn p {
  width: 80%;
  margin: auto;
}
.locations {
  padding:23px;
  background-color: #0A134D;
  border-radius: 23px;
  margin-top: 23px;
}
.loctin {
 display: flex;
 margin-bottom: 12px;
}

.lc-in {
  background-color: #00DB50;
  border-radius: 6px;
  text-align: center;
  padding: 6px;
    position: relative;
      width: 18%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
    justify-content: center;
}
.lc-in a {
  font-size: 13px;
  text-decoration: none;
  color: #0A134D;
  font-family: Aileron-SemiBold;

}
.lc-in:before {
    background-image: url(../img/marker.svg);
    content: "";
    position: absolute;
    top: 4px;
    width: 14%;
    height: 80%;
    left: 10px;
    background-repeat: no-repeat;
}
.l-btn {
  background-color: #fff !important;
  color: #000 !important;
  border:2px solid #00DB50 !important;
  outline: none;
}
.lc-bn {
  text-align: center;
}
.location-dt {
    background: url(../img/location.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
 height: 470px;
}
.lc-dt-al {
  display: flex;
}
.lc-dt-o {
  width: 40%;
}
.lc-dt-i {
  width: 30%;
}
.lc-dt-i img {
  width: 100%;
  margin-top: 33px;
}

.lc-dt-f {
  width: 30%;
}
.lc-dtl {
  display: flex;
  align-items: center;
}
.lc-dt-lft {
    width: 49%;
    margin-left: auto;
    margin-right: auto;
}
.lc-dt-lft img {
  width: 100%;
}
.lc-dt-lft b {
  font-size: 34px;
}
.lc-dtls {
  margin-top: 20px;
  background-color: #0A134D;
  padding-top: 20px;
  padding-bottom: 20px;
}
.lc-dt-cnt b{
  color: #00C441;
}
.lc-dt-cnt p {
  color: #fff;
  margin-bottom: 6px;
}
.cl-nws-lc {
    padding-top: 20px;
    padding-bottom: 20px;
}
.cl-nws-lc a {
    width: 100%;
    background-color: #00C441;
    border-radius: 40px;
    padding: 9px 23px;
    color: #fff;
    font-size: 20px;
    font-family: Aileron-Heavy;
    text-decoration: none;
}
.cl-nws-lc img {
    width: 3%;
    margin-left: 0px;
    margin-right: 9px;
}
.tw-act-fm {
  width: 100%;
  text-align: center;
}
.mel-tp-ul li a b {
  font-size: 29px;
}

.nw-hed-mob {
  display: none;
}
.mobile-footer {
  display: none;
}
.modal {
  display: none;
}
.i-ulst {
    padding-left:20px;
}
.ulsy {
    padding-left:20px;
    color:#fff;
}

.foter .foter-in:nth-child(1) {
    width:22%;
}

.foter .foter-in:nth-child(2) {
    width:22%;
}

.foter .foter-in:nth-child(3) {
    width:22%;
}

.foter .foter-in:nth-child(4) {
    width:30%;
}
.nw-cs {
       background-color: #fff;
    padding: 8px;
    width: 68%;
    margin: auto;
    border-radius:6px;
}
.nw-cs b {
    padding:0px !important;
}


#ere {
    margin-top: 49px;
    padding-bottom: 119px;
}

.error {
    padding-bottom: 23px;
    text-align: center;
}
.error strong {
    font-size: 160px;
    font-family: Oswald-SemiBold;
}
.error a {
    position: relative;
    top: 9px;
    background: #000;
    padding: 5px 23px 5px 23px;
    color: #fff;
    text-decoration: none;
}
.b-clr {
   font-size: 34px;
    color: #00DB50; 
}
.w-clr {
    font-size: 34px;
    color: #fff; 
}
.ch-clr {
     font-size: 34px;
    color: #fff; 
}
.h-clr-r {
    font-size:23px;
}


.blog-p-b{
    font-family:inherit;
}





.nw-txtts{
    margin-right: 10px;
    margin-left: 10px;
}

.uls-left{
    margin-left:20px;
    
}

.uls-left li{
    margin-bottom:6px;
}

.uls-left li  .b-hedng {
    font-size:24px;
}


.cl-bltns{
    text-align:left;
}


.brdr-img{
        border: 25px solid #00c441;
    border-radius: 35px;
}

.blnk-dvs{
       border: 20px solid #193761; 
}

















.ab-crt {
  width: 50%;
}
.ab-img-set {
  position: relative;
  top: -50px;
}
.cash-new-st {
    background: url(../img/sertp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
   padding: 165px 0px 165px 0px;
}
.cash-sv {
  text-align: center;
  color: #fff;
}
.cash-sv h3 {
  font-size: 50px;
}
.mw-mr a {
  background: #fff;
padding: 8px 23px;
border-radius: 20px;
text-decoration: none;
 font-family: Aileron-Bold;
 font-weight: bold;
 color: #000;
}
.mw-mr {
  margin-top: 27px;
}
.lft-tr{
  width: 100% !important;
}
.s-bolds {
  color: #00c441;
  font-family: Oswald-SemiBold;
  font-size: 34px;
}
.cl-nws img {
  width: 3% !important;
}
.cash-se-lft .cl-nws{
 text-align: left;
}



.nw-cntss {
    max-height: 0;
    overflow: hidden;
    transition: max-height 3s;
}

.btn-rdd {
    margin-top: 12px;
}
.btn-rdd button {
    background-color: #013f2d;
    padding: 4px 23px;
    outline: 0;
    border-radius: 30px;
    border: 0;
    color: #fff;
}

.cash-dftr {
    margin-left:20px;
}
.cash-dftr li {
    margin-top:5px;
}

.tow-se a {
       text-decoration: none;
}






.b-des {
    display:flex;
}
.b-flx {
    width:32%;
    margin-left:5px;
    margin-right:5px;
}
.b-flx a {
       text-decoration: none;
           color: blue;
}
.blog-rd {
    margin-top:12px;
    margin-bottom:12px;
}
.blog-rd a {
       background: #00DB50;
  text-decoration: none;
    border-radius: 9px;
    margin: auto;
    text-align: center;
    padding: 6px 23px;
   color:#fff;
    margin-top: 6px;
}

.m-blog-hed {
    margin-top:20px;
    margin-bottom:20px;
    text-align:center;
}
.blog-ct img {
    width:100%;
}
.blog-ct {
    margin-top:12px;
}
.blog-ct ul, .blog-ct ol {
    margin-left:20px;
}
.blog-ct ul li,.blog-ct ol li {
    margin-bottom:10px;
}




.tow-new-st {
        background: url(../img/tow-cr.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 165px 0px 165px 0px;
}


.tow-new-stt {
        background: url(../img/heavy-machinery-towing.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 165px 0px 165px 0px;
}




.cash-for-car-caravan {
    background: url(../img/ban-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
height: 450px;  
}

.cash-for-car-salvage {
      background: url(../img/ban-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
height: 450px;  
}

.cash-for-car-tow {
      background: url(../img/ban-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
height: 450px;  
}


.cash-for-car-van {
      background: url(../img/ban-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
height: 490px;  
}




.social-inner ul li .icon-box a {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: center;
    padding: 13px 30px;
    border-radius: 30px;
    text-transform: uppercase;
}


.social-inner ul li .icon-box a {
    background: #3b5998;
    text-decoration: none;
}
.social-inner ul li:nth-child(2) .icon-box a {
    background: #55acee;
}

.social-inner ul li:nth-child(3) .icon-box a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%);
}
.social-inner ul li:last-child .icon-box a {
    background: #2196f3;
}
.social-inner ul li {
    position: relative;
    display: inline-block;
    float: left;
    width: 23%;
    margin-left:10px;
    margin-right:10px;
}
.social-inner {
        width: 80%;
    margin: auto;
    text-align: center;
    margin-bottom: 64px;
    margin-top: 15px;
}
.social-inner h2 {
margin-bottom:20px;    
}

@media screen and (min-width: 1500px) { 
   .cash-new {
   height: 550px;
   }

  nav ul li a {
    font-size: 18px;
  }
  .logo img {
    width: 24%;
  }
  .mel-tp-ul li {
    font-size: 18px;
  }
  .ser-op-img img {
    width: 80%;
  }
  .ser-op-img {
    margin-top: -110px;
       top: 5px;
  }
  .cstmb, .cstmb-mob {
    height: 34vh;
  }
  .m-sr-cash {
    align-items: center;
  }

  .banner-ab {
    height: 600px;
  }
  .banner {
    height: 600px;
  }
  .cash-for-car {
    height: 600px;
  }
  .contact {
    height: 600px;
  }
  .location {
    height: 600px;
  }
  .location-dt {
    height: 600px;
  }
  .blog{
    height: 600px;
  }
   .towing {
       height: 600px;
  }
 .cash-ser-in:before {
      margin-left: 70px;
 }
 .nw-cs {
       background-color: #fff;
    padding: 8px;
    width: 62%;
    margin: auto;
}
}



@media screen and (min-width: 1700px) { 
  .m-cntr {
    width: 70%;
  } 
  .mel-tp-ul {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .call {
    width: 24%;
  }
  nav ul li a {
    font-size: 24px;
  }
  .logo img {
    width: 24%;
  }
  .mel-tp-ul li {
    font-size: 24px;
  }
  .ser-op-img img {
    width: 80%;
  }
  .ser-op-img {
    margin-top: -110px;
       top: 5px;
  }
  .cstmb, .cstmb-mob {
    height: 27vh;
  }
  .m-sr-cash {
    align-items: center;
  }
  nav ul ul li {
    width: 300px;
  }
  .banner-ab {
    height: 700px;
  }
  .banner {
    height: 700px;
  }
  .cash-for-car {
    height: 700px;
  }
  .contact {
    height: 700px;
  }
  .location {
    height: 700px;
  }
  .location-dt {
    height: 700px;
  }
  .blog{
    height: 700px;
  }
   .towing {
       height: 700px;
  }
  .cash-ser-in:before {
    margin-left: 56px;
    width: 85%;
  }
   .nw-cs {
       background-color: #fff;
    padding: 8px;
    width: 62%;
    margin: auto;
}

.cash-for-car-van {
height: 590px;  
}
}

@media screen and (min-width: 1900px) { 
 .cash-for-car-van {
height: 790px;  
}
  .m-cntr {
    width: 70%;
  } 
  .mel-tp-ul {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .call {
    width: 24%;
  }
  nav ul li a {
    font-size: 30px !important;
  }
  .logo img {
    width: 24%;
  }
  .mel-tp-ul li {
    font-size: 24px;
  }
  .ser-op-img img {
    width: 80%;
  }
  .ser-op-img {
    margin-top: -130px;
     top: 45px;
  }
  .cstmb, .cstmb-mob {
    height: 21vh;
  }
  .m-sr-cash {
    align-items: center;
  }
  nav ul ul li {
    width: 300px;
  }
  .banner-ab {
    height: 700px;
  }
  .banner {
    height: 700px;
  }
  .cash-for-car {
    height: 700px;
  }
  .contact {
    height: 700px;
  }
  .location {
    height: 700px;
  }
  .location-dt {
    height: 700px;
  }
  .towing {
       height: 700px;
  }
  .blog{
    height: 700px;
  }
  .cash-ser-in:before {
    margin-left: 76px;
  }
   .nw-cs {
       background-color: #fff;
    padding: 8px;
    width: 54%;
    margin: auto;
}
.cash-for-car-tow{
    height: 750px;
}
}


.thanku-page-cnt {
    margin-top: 104px;
    margin-bottom: 104px;
    text-align: center;
}
.check-i i {
    font-size: 96px;
    color: #00DB50;
}
.m-blog-hed b {
    font-size:31px;
}


.m-blog p, .m-blog li{
    text-align:justify;
}




.faq{
width: 88%;
margin: auto;
}

.fq-a{
  width: 80%;
    margin:auto 0;
    padding: 0;
    line-height: 1.5em;
    max-height: 0;
    transition: max-height 0.4s;
    overflow: hidden;
    font-size: 0.8em;
}

.faq button {
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  font-weight: 100;
}




.nw-sec-hm .tw-ser{
top: 0px;
}
.curser{
  cursor: default;
}
.sser-in-hed h2, .sser-in-hed h3, .sser-in-hed h4, .sser-in-hed h5{
  font-size: 13px !important;
}


.faq-home{
  width: 70%;
  margin: auto;
}

.blog-ct h1 a, .blog-ct h2 a, .blog-ct h3 a, .blog-ct h4 a, .blog-ct h5 a{
font-family: Oswald-SemiBold;
    font-size: 34px !important;
    color: #333;
}

.call-now {
  text-align: center;
  margin: 10px auto;
}
.call-now a {
     background-color: #00c441;
    color: #fff;
    padding: 7px 17px;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: auto;
    border-radius: 3px;
}
.call-now a  img{
  width: 20px;
  margin-right: 7px;
}

.cash-sv ul{
      display: flex;
    flex-wrap: wrap;
    width: 31%;
    margin: auto;
}
.cash-sv ul li {
  width: 50%;
  text-align: left;
}
.white {
  color: #fff;
  text-decoration: none;
}

.machinery-towing{
  background: url(../img/machinery-towing-in-melbourne.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 450px;
}