a{
    text-decoration: none !important;
    transition: all 0.6s;
}

body,
html {
  height: 100%;
}

body {
  font-family: Poppins;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: 0.5s;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  transition: 0.3s !important;
}

a:focus {
    outline: 0;
}

ul{
    padding: 0;
    margin: 0;
}

/* ul li{
    list-style-type: none;
} */

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

/*---- font family secion start -----*/
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-ExtraBold.eot');
    src: url('../fonts/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff'),
        url('../fonts/Poppins-ExtraBold.ttf') format('truetype'),
        url('../fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
/*-- font family secion end ---*/

/*--- header section start ---*/
.header_top {
    padding: 7px 0 7px;
    transition: all 500ms ease-in-out;
}
.home .header_toptext ,.home .header_toptext a  {
    color: #0e0e0e;
}
.header_toptext {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
}
.header_toptext a {
    color: #fff;
    vertical-align: middle;
}
.head_bg {
    padding: 0px 25px 0px 30px;
    background: #fff;
    border-radius: 50px;
}
.header_nav ul li:last-child{
    margin-right: 0;
}
.header_rightbox a {
    margin-left: 5px;
}
.header_rightbox img {
    width: 14px;
}
.header_callbtn {
    color: #313131;
    font-size: 16px;
    font-weight: bold;
    margin-right: 15px;
}
.header_callbtn img {
    width: 18px;
    vertical-align: sub;
    margin-right: 5px;
}
.header_right_icon .hd_contact{
    font-size: 14px;
}
.hd_contact ,.form_boxmain .box .btn{
    background: #161616;
    padding: 12px 28px;
    font-weight: 600;
    display: inline-block;
    color: #fdd13e;
    font-weight: bold;
    transition: all 500ms ease-in-out;
    font-size: 16px;
    border-radius: 25px;
    text-transform: uppercase;
}
.hd_contact2{
    background: #fff;
    color: #000000;
}
.hd_contact:hover ,.form_boxmain .box .btn:hover{
    color: #fff;
    box-shadow: -3px 3px 5px #1c1c1c;
}
.hd_contact2:hover{
    color: #000000;
}
.hd_contact3{
    background: #fdd13d;
    color: #000 !important;
}
.hd_contact4{
    color: #fff;
}
.navbar-default.navbar-shrink .head_bg {
    box-shadow: 0px 0px 15px -8px #8f8f8f;
}
.navbar-default.navbar-shrink .header_top {
    margin-top: -38px;
}
/*--- banner section start ---*/
.banner_info {
    position: relative;
}
.ms-slide-info {
    position: absolute !important;
    top: 50%;
    right: 8%;
    width: 100%;
    max-width: 470px;
    transform: translatey(-30%) !important;
    z-index: 1;
    text-align: center;
}
.small_text_para {
    font-size: 13px;
    color: #020202;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 15px;
    background: #ffe99e;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 25px;
    text-transform: uppercase;
}
.banner_texthd {
    font-size: 55px;
    line-height: 60px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    margin-bottom: 10px;
}
.banner_text_para{
    font-size: 18px;
    text-transform: uppercase;
    color: #020202;
    font-weight: bold;
    margin-bottom: 18px;
}
.banner_btnbox .banner_btn {
    color: #fdd13e;
}
.banner_btn img{
    width: 15px;
    margin-right: 6px;
}
.banner_btnbox {
    padding: 0 40px;
}
.banner_info .ms-nav-prev {
    background: url(../images/banner_leftarrow.png) no-repeat !important;
    width: 16px !important;
    height: 32px !important;
    background-size: 16px !important;
}
.banner_info .ms-nav-next {
    background: url(../images/banner_rightarrow.png) no-repeat !important;
    width: 16px !important;
    height: 32px !important;
    background-size: 16px !important;
}
/*-- banner section end --*/

/*--- support section start ---*/
.support_info{
    padding: 50px 0 40px;
}
.support_iconbox img {
    width: 37px;
    margin-bottom: 15px;
}
.support_text_para {
    font-size: 15px;
    line-height: 28px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}
/*--- support section end --*/

/*--- getcash section start --*/
.getcash_backbg {
    background: url(../images/getcash_bgimg.png) no-repeat center;
    background-size: cover;
    padding: 60px 40px 50px 70px;
    border-radius: 20px;
}
.main_text_hd{
    font-size: 30px;
    text-transform: uppercase;
    line-height: 35px;
    font-weight: bold;
    color: #030303;
}
.main_text_hd strong{
    color: #fdd13e;
}
.getcash_numberflex {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 60px;
}
.getcash_numbbox {
    width: 48%;
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px solid rgb(225 225 225 / 8%);
}
.get_rtbd {
    border-right: 1px solid rgb(225 225 225 / 8%);
}
.get_number strong {
    font-size: 35px;
    line-height: 35px;
    color: #fdd13e;
    font-weight: bold;
    display: block;
}
.get_number {
    font-size: 13px;
    color: #e1e1e1;
    font-weight: 600;
}
.getcas_nobd .getcash_numbbox{
    border-bottom: 0;
}
.get_cashtext{
    color: #e1e1e1;
    font-size: 13px;
}
/*--- getcash section end --*/

/*-- services section start --*/
.services_info {
    padding: 70px 0;
    border-bottom: 1px solid rgb(0 0 0 / 7%);
    margin-bottom: 25px;
}
.services_box {
    width: 100%;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
	border-radius: 10px;
}
.serve_imgbox{
    padding: 0 7px;
}
.serve_imgbox img {
    height: 287px;
    object-fit: cover;
    border-radius: 5px;
	width: 100%;
}
.serve_texthd {
    background: #fdd13d url(../images/serve_rightlinkarrow.png) no-repeat;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    padding: 10px;
    margin-top: -20px;
    position: relative;
    background-position: right 30px center;
    text-transform: uppercase
}
.serve_texthd::before {
    position: absolute;
    content: "";
    top: -7px;
    left: 0;
    width: 9px;
    height: 7px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: #1e1e1e;
}
.serve_texthd::after {
    position: absolute;
    content: "";
    top: -7px;
    right: 0;
    width: 9px;
    height: 7px;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background: #1e1e1e;
}
.flipper {
  margin-bottom: 10px;
  perspective: 1000px;
}
.flipper.flip .services_box {
  transform: rotateY(180deg);
}
.front,
.back {
  width: 100%;
  padding: 5px;
  -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.front {
    z-index: 2;
    transform: rotateY(0deg);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.back {
    background: #fdd13d;
    transform: rotateY(180deg);
    height: 100%;
    padding: 15px;
    font-size: 15px;
    line-height: 22px;
    border-radius: 5px;
}
.serve_rotate_texthd{
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}
.serve_text_para {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    margin-bottom: 10px;
}
.flipper:hover .services_box {
    transform: rotateY(-180deg);
}
.serve_btmtext {
    font-size: 25px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
    line-height: 30px;
}
/*-- services section end --*/

/*-- selltruck section start --*/
.selltruck_info{
    background: url(../images/selltruck_bgimg.jpg) no-repeat center;
    background-size: cover;
    padding: 80px 0 72px;
}
.selltruck_textbox {
    font-size: 14px;
    text-align: justify;
    text-align-last: left;
    padding: 0 20px 0 50px;
}
.selltruck_textbox2{
    padding: 0 50px 0 20px;
}
/*-- selltruck section end --*/

/*-- brand section start --*/
.brand_bgbox {
    padding: 18px 30px;
    background: #fdd13d;
    border-radius: 0 0 30px 30px;
}
/*-- brand section end --*/

/*-- about section start --*/
.about_info {
    padding: 80px 0 90px;
}
.about_leftbox img {
    width: 100%;
    border-radius: 10px;
    height: 510px;
    object-fit: cover;
}
.main_text_para {
    font-size: 15px;
    margin-bottom: 10px;
    color: #000;
}
.about_rightbox .main_text_hd{
    color: #030303;
    font-size: 39px;
    line-height: 40px;
    margin-bottom: 15px;
}
.about_rightbox {
    padding-left: 30px;
}
/*-- about section end --*/

/*-- carremove section start --*/
.carremove_info{
    background: #fff8e2;
    padding: 55px 0;
}
.carremove_box{
    border-radius: 5px;
    box-shadow: 7.388px 9.456px 30px rgba(12,13,12,0.19);
    background: #fff;
    text-align: center;
    padding: 20px 0;
}
.carremove_icon {
    width: 121px;
    height: 56px;
    border-radius: 28px;
    background: #fdd13e;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.carremove_icon img{
    width: 44px;
}
.carremove_text {
    font-size: 17px;
    line-height: 28px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    margin-top: 12px;
}
/*-- carremove section end --*/

/*-- modelcond section start --*/
.modelcond_info{
    padding: 80px 0;
}
.abt_btn {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}
.main_pg_list ul li {
    background: url(../images/check_rightarrowlit.png) no-repeat left 5px;
    font-size: 15px;
    color: #000;
    padding: 0px 0 5px 28px;
    line-height: 25px;
    font-weight: 400;
    list-style: none;
}
.modelcond_rightimg img{
    border-radius: 10px;
    width: 100%;
}
/*-- modelcond section end --*/

/*-- choose section start --*/
.choose_info{
    position: relative;
    background: url(../images/choose_backbg.jpg) no-repeat center;
    background-size: cover;
    z-index: 0;
    padding: 78px 0 135px;
}
.choose_info::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(5 5 5 / 81%);
    z-index: -1;
}
.choose_info::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85px;
    background: url(../images/cta_curveimg.png) no-repeat center;
    z-index: -1;
    background-size: cover;
}
.choose_box {
    background: #fff;
    min-height: 100%;
    border-radius: 5px;
    text-align: center;
    padding: 38px 12px 38px;
    position: relative;
}
.choose_box::before {
    position: absolute;
    content: "";
    bottom: -8px;
    left: 50%;
    width: 80%;
    height: 9px;
    background: #fdd13d;
    border-radius: 15px;
    transform: translate(-50%);
    z-index: -1;
}
.choose_ixon img {
    width: 56px;
}
.choose_text_hd {
    font-size: 15px;
    color: #050505;
    font-weight: 500;
    line-height: 22px;
    margin-top: 10px;
}
/*-- choose section end --*/

/*-- ctahm section start --*/
.ctahm_info {
    background: #fdd13d;
    text-align: center;
    padding: 40px 0 60px;
}
.ctahm_texthd {
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 45px;
    color: #050505;
    font-weight: 800;
    text-transform: uppercase;
}
/* .ctahm_texthd strong{
    position: relative;
    z-index: 0;
}
.ctahm_texthd strong::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 13px;
    background: rgb(255 255 255 / 63%);
    z-index: -1;
    transform: translatey(-50%);
} */
/*-- ctahm section end --*/

/*-- testimonial section start --*/
.testimonial_info{
    padding: 70px 0;
}
.small_main_text {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    line-height: 22px;
    position: relative;
    z-index: 0;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.small_main_text::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fed03d;
    z-index: -1;
    transform: translatey(-50%);
}
/*-- testimonial section end --*/

/*--- footer section start ---*/
.cost_hminfo {
    background: #fdcf3d;
    padding: 30px 0 23px;
    text-align: center;
}
.costhm_text {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 37px;
    text-transform: uppercase;
    color: #050505;
    font-weight: bold;
}
.costhm_text strong{
    font-size: 45px;
}
.footer_bg {
    padding: 40px 0 0;
    background: url(../images/footerbg_img.png) no-repeat center;
    background-size: cover;
}
.footer_toplist {
    text-align: center;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    padding-bottom: 37px;
    margin-bottom: 45px;
}
.footer_toplist ul li {
    display: inline-block;
    margin-right: 15px;
}
.footer_toplist ul li a {
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}
.footer_logo img {
    width: 173px;
}
.footer_text_para {
    font-size: 14px;
    color: #f1f1f1;
    line-height: 25px;
    margin: 20px 0;
}
.footer_social img{
    width: 40px;
    margin-right: 10px;
}
.footer_hd_text {
    color: #fed03d;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 24px;
    text-transform: uppercase;
}
.footer_head2 {
    padding-left: 30px;
}
.footer_list ul li {
    padding-bottom: 4px;
    list-style-type: none;
}
.footer_list ul li a {
    color: #f1f1f1;
    font-size: 14px;
    font-weight: 400;
}
.footer_list ul li a:hover{
    color: #fdcf3d;
}
.footer_serviceslist li a{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.footer_text_left, .footer_text_left a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    transition: all 500ms ease-in-out;
}
.footer_text_left a:hover{
    color: #fdcf3d;
}
.footer_text_left {
    width: 80%;
}
.ft_bdrt {
    border-right: 1px solid rgb(255 255 255 / 10%);
}
.footer_detailimg img {
    width: 16px;
    margin-right: 10px;
}
.footer_copy_text {
    border-top: 1px solid rgb(255 255 255 / 10%);
    padding: 22px 0;
    margin-top: 35px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}
.footer_copy_text a{
    color: #fff;
}
.footer_copy_text a:hover{
    color: #fdcf3d;
}
/*---- footer section end ----*/

/*  scroll top --*/
#back_to_top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background: #fed03d;
    cursor: pointer;
    padding: 12px 15px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    transition: all 0.5s;
    border: 1px solid #fed03d;
}

#back_to_top:hover{
    box-shadow: inset 0 80px #000;
}

/*-- inner psage start --*/
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/inner_bannerimg.jpg") #fff no-repeat center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 280px 0 30px !important;
    margin: 0 0 0 !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
    background: rgb(0 0 0 / 55%);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.page .entry-content {
    max-width: 100% !important;
    padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
    color: #fff;
    position: relative;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 99;
    margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
    color: #f26d20;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #f26d20;
}
.inner_text_hd {
    font-size: 28px;
    font-weight: 600;
    color: #050606;
    line-height: 35px;
    margin-bottom: 15px;
}
.inner_text_hd strong{
    font-weight: 600;
    color: #fdd13e;
}
.inner_text_para {
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
}
.inner_text_para p {
    margin-bottom: 10px;
}
.inner_cntbox {
    background: #000;
    padding: 40px 25px;
    margin-top: 50px;
}
.inner_page_list ul li {
    background: url(../images/checkmark.png) no-repeat left 5px;
    font-size: 16px;
    color: #000;
    padding: 0px 0 5px 28px;
    line-height: 25px;
    font-weight: 400;
    list-style: none;
    background-size: 20px;
}
.inner_text_hd2 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 8px;
}
.inner_faqbox .ea-header a {
    color: #fff !important;
    font-size: 17px !important;
    padding: 10px !important;
}
.inner_faqbox .sp-ea-single {
    background: #000 !important;
    border: 1px solid #000 !important;
}
.inner_faqbox .ea-expand-icon {
    float: right !important;
    font-size: 10px !important;
    color: #fff !important;
}
.error_container {
   display: flex;
   min-height: 60vh;
   align-items: center;
   text-align: center;
}
.inner_loate_list ul {
    padding: 0;
    margin: 35px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.inner_loate_list ul li:before {
    background: url(../images/locate_list.png) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}
.inner_loate_list ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 25%;
    position: relative;
    padding-left: 35px;
    margin-top: 6px;
}
.inner_loate_list ul li a {
    color: #ffc107;
}
.inner_loate_list ul li a:hover {
    color: #000;
}
.contact_left_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}
.cont_left_icon {
    width: 35px;
    height: 35px;
    background: #fdd13e;
    line-height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_left_text {
    font-size: 17px;
    color: #4b4b4b;
    font-weight: 500;
    width: 80%;
    margin-left: 10px;
}
.contact_left_text a {
    color: #4b4b4b;
}
.form_boxmain .box .form-control {
    border: 1px solid #000;
    border-radius: 0;
    padding: 10px 15px;
    width: 100%;
    box-shadow: none;
    font-size: 14px;
    outline: none;
}
.form_cnthd {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
}
.form_cnthd p {
    margin-bottom: 0;
}
.form_boxmain .box textarea {
    height: 92px;
    resize: none;
}
.right-sec-contact {
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 0px 18px -10px #5f5f5f;
}
.wp-block-latest-posts__list li ,.wp-block-archives-list li{
    margin-bottom: 10px;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
}
.wp-block-latest-posts__list li:last-child ,.wp-block-archives-list li:last-child{
    border-bottom: 0;
}

.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
    display: flex;
}
.footer_btn1 {
    width: 50%;
    background: #fed03d;
    color: #000 !important;
    padding: 10px 0;
    font-weight: bold;
    display: inline-block;
}

.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
    padding: 9px 12px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
}
.footer_btn3 {
    width: 50%;
    background: #161616;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
    display: inline-block;
}

/*-- responsive css start --*/

@media only screen and (min-width : 320px) and (max-width : 1024px) {
.header_top ,.header_right_icon ,.header_nav{
    display: none;
}
.logo_img img {
    width: 150px;
}
.head_bg {
    padding: 18px 20px 18px 10px;
}
.rmp-menu-title-image {
    background: #fff;
    padding: 18px 10px;
    width: 180px;
}
.ms-slide-bgcont img {
    height: 100% !important;
    object-fit: cover !important;
    object-position: top 0 right -66px;
}
.ms-view, .ms-slide, .ms-slide-bgcont {
    height: 330px !important;
}
.ms-slide-info {
    right: 0;
    max-width: 305px;
	transform: translatey(-50%) !important;
}
.small_text_para {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
    padding: 6px 12px;
}
.banner_texthd {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 5px;
}
.banner_text_para {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0 50px;
}
.banner_btnbox {
    padding: 0;
}
.banner_btnbox .hd_contact {
    padding: 7px 15px;
    font-size: 12px;
}
.banner_btnbox .banner_btn {
   margin-left: 4px;
}
.banner_info .ms-nav-prev {
    top: auto !important;
    bottom: 8px !important;
    right: 80px !important;
    left: auto !important;
}
.banner_info .ms-nav-next {
    top: auto !important;
    bottom: 8px !important;
}
.support_info {
    padding: 35px 0 20px;
}
.support_text_para {
    font-size: 14px;
    line-height: 25px;
}
.getcash_backbg {
    padding: 30px 20px 30px 20px;
}
.main_text_hd {
    font-size: 24px;
    line-height: 28px;
}
.getcash_numberflex {
    padding: 0;
}
.get_number strong {
    font-size: 25px;
    line-height: 28px;
}
.getcash_numbbox {
    padding: 12px 0;
}
.get_cashtext {
    margin-top: 20px;
}
.hd_contact, .form_boxmain .box .btn {
    padding: 10px 14px;
    font-size: 14px;
}
.services_info {
    padding: 40px 0 20px;
}
.serve_imgbox img {
    height: 200px;
}
.serve_btmtext {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 25px;
}
.selltruck_info ,.about_info ,
.carremove_info ,.modelcond_info{
    padding: 40px 0;
}
.selltruck_textbox {
    padding: 0;
}
.selltruck_textbox2 {
    padding: 0;
    margin-top: 20px;
}
.brand_bgbox {
    padding: 10px 18px;
}
.about_leftbox img {
    height: auto;
}
.about_rightbox {
    padding-left: 0;
    margin-top: 25px;
}
.about_rightbox .main_text_hd {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 6px;
}
.carremove_text {
    font-size: 15px;
    line-height: 26px;
}
.modelcond_rightimg {
    margin-bottom: 30px;
}
.choose_info {
    padding: 40px 0 90px;
}
.ctahm_info {
    padding: 20px 0 35px;
}
.ctahm_texthd {
    font-size: 24px;
    line-height: 28px;
}
.testimonial_info {
    padding: 45px 0;
}
.cost_hminfo {
    padding: 18px 0 20px;
}
.costhm_text {
    font-size: 22px;
    line-height: 30px;
}
.costhm_text strong {
    font-size: 32px;
}
.choose_ixon img {
    width: 40px;
}
.choose_text_hd {
    font-size: 14px;
    line-height: 18px;
}
.footer_bg {
    padding: 25px 0 0;
}
.footer_toplist ul li {
    margin-right: 0;
    display: block;
    text-align: left;
}
.footer_toplist {
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.footer_logo img {
    width: 140px;
}
.footer_text_para {
    font-size: 13px;
    line-height: 20px;
}
.footer_head {
    margin-bottom: 26px;
}
.footer_head2 {
    padding-left: 0;
}
.footer_copy_text {
    padding: 15px 0 60px;
    margin-top: 10px;
    font-size: 13px;
}
#back_to_top {
    bottom: 50px;
}
.page .entry-header, .blog_page_header {
    padding: 160px 0 30px !important;
}
.page .entry-title, .blog_page_title {
    font-size: 25px;
}
.inner_pg_img {
    margin-bottom: 20px;
}
.inner_text_hd {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
}
.inner_loate_list ul li {
    width: 100%;
}
}

@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
#rmp_menu_trigger-2556 {
    right: 12%;
}
.ms-slide-bgcont img {
    object-position: initial;
}
.ms-slide-info {
    right: 6%;
    max-width: 320px;
}
.get_cashtext ,.selltruck_textbox2 ,.about_rightbox{
    margin-top: 0;
}
.footer_toplist ul li {
    margin-right: 10px;
    display: inline-block;
    text-align: center;
}
.inner_loate_list ul li {
    width: 50%;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
#rmp_menu_trigger-2556 {
    right: 12%;
}
.ms-slide-bgcont img {
    object-position: initial;
}
.ms-slide-info {
    right: 6%;
    max-width: 320px;
}
.get_cashtext ,.selltruck_textbox2 ,.about_rightbox{
    margin-top: 0;
}
.footer_toplist ul li {
    margin-right: 10px;
    display: inline-block;
    text-align: center;
}
.inner_loate_list ul li {
    width: 50%;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}
@media only screen and (min-width : 1024px) and (max-width : 1200px) {
.primary-navigation a {
    font-size: 13px;
}
.primary-navigation li {
    margin-right: 14px;
}
.header_right_icon .hd_contact {
    font-size: 13px;
    padding: 10px 18px;
}
}
@media screen and (min-width: 1424px) {
.ms-slide-info {
    right: 5%;
}
}

@media screen and (min-width: 1624px) {
.ms-slide-info {
    right: 10%;
}
	
}

@media screen and (min-width: 1920px) {
.ms-slide-info {
    right: 16%;
}
.choose_info::after {
    height: 112px;
}
}

@media screen and (min-width: 2048px) {
.ms-slide-info {
    right: 18%;
}
.choose_info::after {
    height: 120px;
}
}

@media screen and (min-width: 2550px) {
.ms-slide-info {
    right: 24%;
}
.choose_info::after {
    height: 150px;
}
}   