a{
    text-decoration: none !important;
    transition: all 0.6s;
}

body,
html {
  height: 100%;
}

p{
    margin: 0;
    padding: 0;
}

body {
  font-family: Outfit;
  -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: Outfit;
    src: url('../fonts/Outfit-Regular.eot');
    src: url('../fonts/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Regular.woff2') format('woff2'),
        url('../fonts/Outfit-Regular.woff') format('woff'),
        url('../fonts/Outfit-Regular.ttf') format('truetype'),
        url('../fonts/Outfit-Regular.svg#Outfit-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Outfit;
    src: url('../fonts/Outfit-Medium.eot');
    src: url('../fonts/Outfit-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Medium.woff2') format('woff2'),
        url('../fonts/Outfit-Medium.woff') format('woff'),
        url('../fonts/Outfit-Medium.ttf') format('truetype'),
        url('../fonts/Outfit-Medium.svg#Outfit-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Outfit;
    src: url('../fonts/Outfit-SemiBold.eot');
    src: url('../fonts/Outfit-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('../fonts/Outfit-SemiBold.woff') format('woff'),
        url('../fonts/Outfit-SemiBold.ttf') format('truetype'),
        url('../fonts/Outfit-SemiBold.svg#Outfit-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Outfit;
    src: url('../fonts/Outfit-Bold.eot');
    src: url('../fonts/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Bold.woff2') format('woff2'),
        url('../fonts/Outfit-Bold.woff') format('woff'),
        url('../fonts/Outfit-Bold.ttf') format('truetype'),
        url('../fonts/Outfit-Bold.svg#Outfit-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/*-- font family secion end ---*/

/*--- header section start ---*/
.logo_img img {
    width: 174px;
}
.hd_contact ,.form_mainboxld .box .btn{
    background: #fff;
    padding: 12px 35px;
    display: inline-block;
    color: #000008;
    font-weight: 500;
    transition: all 500ms ease-in-out;
    font-size: 18px;
    border-radius: 25px;
}
.hd_contact:hover ,.form_mainboxld .box .btn:hover{
    color: #000;
    box-shadow: -3px 3px 5px #1c1c1c;
}
.hd_contact2{
    background: #3767b5;
    color: #fff;
}
.hd_contact3 ,.hd_contact5 {
    background: #3868b6;
    color: #fff;
}
.hd_contact3:hover{
    color: #fff;
}
.hd_contact4{
    border: 2px solid #3868b6;
    padding: 10px 30px;
}
.hd_contact5 {
    padding: 9px 25px;
}
.hd_contact5 img {
    width: 30px;
    margin-right: 10px;
}
.navbar-default.navbar-shrink .head_bg {
    box-shadow: 0px 0px 15px -8px #8f8f8f;
    margin-top: 8px;
    background: rgb(0 0 0 / 90%);
}
/*--- header section end ---*/

/*-- header page css start ---*/
.header_ldbg {
    background: #fff;
    padding: 8px 0;
    position: relative;
}
.ld_bannerinfo {
    position: relative;
    margin-top: 90px;
    z-index: 0;
}
.ld_bannerinfo::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(90deg, rgb(0 0 0 / 80%) 0%, rgb(0 0 0 / 30%) 50%, rgba(255, 255, 255, 0) 100%);
}
.ld_bannerdis {
    position: absolute;
    top: 50%;
    left: 8%;
    width: 100%;
    transform: translatey(-40%);
    z-index: 1;
    max-width: 630px;
}
.ld_texthd {
    font-size: 58px;
    letter-spacing: -1px;
    color: #fff;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 30px;
}
.banner_text_para {
    font-size: 19px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 35px;
}
.navbar-default.navbar-shrink .header_ldbg{
    box-shadow: 0px 0px 15px -8px #8f8f8f;
    background: rgb(255 255 255 / 90%);   
}
.supportld_info {
    background: url(../images/serve_bgldimg.png) no-repeat center;
    background-size: cover;
    padding: 215px 0 95px;
    margin-top: -215px;
    position: relative;
}
.supportld_boxicon {
    width: 97px;
    height: 143px;
    background: url(../images/supp_iconbg.png) no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.supportld_boxicon img {
    width: 62px;
}
.main_text_hdld {
    font-size: 48px;
    line-height: 60px;
    font-weight: bold;
    color: #373737;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 25px;
}
.supportld_rttextbox {
    width: 70%;
    margin-left: 10px;
    padding-top: 25px;
}
.main_text_hdld::before ,.main_text_hdld2::before ,.main_text_hdld3::before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 160px;
    height: 9px;
    background: #fff;
    margin: 0 auto;
}
.main_text_hdld::before{
    background: #254999;
}
.main_text_hdld2::before{
    background: #fff;
}
.servicesld_info {
    padding-top: 90px;
    position: relative;
    z-index: 0;
}
.servicesld_info::before {
    position: absolute;
    content: "";
    top: -17%;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../images/car_rtbg.png) no-repeat;
    background-position: top 0 right -14%;
}
.serveld_imgbox{
    position: relative;
}
.serveld_imgbox::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #264898;
    background: linear-gradient(0deg, rgba(38, 72, 152, 1) 0%, rgb(38 72 152 / 35%) 50%, rgba(255, 255, 255, 0) 100%);
    border-radius: 15px;
}
.serveld_text {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
    padding: 0 10px;
}
.serveld_imgbox img {
    height: 334px;
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
}
.supportld_box {
    background: #fff;
    min-height: 100%;
    display: flex;
    padding: 0 5px 20px 10px;
}
.suppld_texthd {
    font-size: 22px;
    color: #264999;
    font-weight: bold;
    line-height: 25px;
}

.sellprov_info{
    padding-top: 85px;
}
.danger_ldlist ul{
	padding: 0;
	margin: 0;
}
.danger_ldlist ul li {
    background: #254999 url(../images/danger_icon.png) no-repeat;
    background-size: 33px;
    font-size: 17px;
    color: #fff;
    padding: 10px 10px 10px 50px;
    margin-bottom: 10px;
    background-position: left 5px center;
    line-height: 28px;
}
.main_text_parald {
    font-size: 19px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 10px;
}
.main_text_ldred {
    font-size: 52px;
    color: #cd0000;
    font-weight: bold;
    line-height: 55px;
    margin-bottom: 15px;
}
.sellprov_info {
    background: url(../images/backimg2.png) no-repeat;
    background-position: bottom;
}
.sellprov_lefbox {
    padding-left: 16%;
}
.car_roadinfo {
    margin-top: -32px;
}
.pp_sellinfo {
    padding: 80px 0 70px;
    background: url(../images/pp_sellbackbg.jpg) no-repeat center;
    background-size: cover;
    margin-top: -20px;
}
.main_text_hdld3{
    font-size: 44px;
    line-height: 48px;
    padding-bottom: 30px;
}
.main_text_hdld3::before {
    background: #fff;
    margin: auto 0;
}
.pp_rightimg img {
    height: 345px;
    width: 100%;
    object-fit: cover;
}
.pp_checkbox {
    border: 2px solid #fff;
    border-radius: 22px;
    padding: 17px 5px 20px 12px;
    min-height: 100%;
}
.pp_texthd {
    font-size: 22px;
    color: #303030;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 12px;
}
.pp_checklist ul li {
    color: #fff;
    background: url(../images/check_ldlist.png) no-repeat left 5px;
    background-size: 20px;
    padding: 0px 0 0 24px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}
.pp_checklist ul{
    height: 110px;
    overflow-y: scroll;
}
.pp_checklist ul::-webkit-scrollbar {
    width: 3px;
}
.pp_checklist ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
.pp_checklist ul::-webkit-scrollbar-thumb {
    background: #fff; 
    border-radius: 5px;
}
.pp_checklist ul::-webkit-scrollbar-thumb:hover {
    background: #000; 
}
.main_text_ldred2 {
    font-size: 44px;
    color: #000067;
    line-height: 50px;
}
.benefits_ldinfo{
    padding: 78px 0 50px;
}
.main_text_ldrdpara {
    font-size: 21px;
    color: #3d3d3d;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 15px;
}
.benefts_ldbox {
    background: rgb(48 48 48 / 10%);
    border-radius: 22px;
    padding: 14px;
    min-height: 100%;
}
.pp_benefitslist ul ,.pp_purchasdanlist ul{
    margin: 0;
    padding: 0;
}
.pp_benefitslist ul li {
    font-size: 16px;
    color: #303030;
    background: url(../images/check_bluelist.png) no-repeat left 5px;
    background-size: 20px;
    padding: 0 0 0 25px;
    margin-bottom: 17px;
    line-height: 20px;
}
.cta_ld_info{
    background: url(../images/car_ctabgld.png) no-repeat center;
    background-size: cover;
    padding: 45px 0 72px;
}
.cta_ldrightmainbox {
    margin-left: 20px;
}
.cta_ldtexthd {
    font-size: 54px;
    line-height: 55px;
}
.cta_ldtexthd strong{
    font-weight: 600;
}
.call_iconld {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.call_iconld img {
    width: 30px;
}
.cta_calltext {
    font-size: 18px;
    color: #fff;
    margin-left: 10px;
}
.cta_calltext a{
    display: block;
    font-size: 32px;
    line-height: 35px;
    font-weight: 600;
    color: #fff;
}
.pp_purchasinfo {
    padding: 75px 0 50px;
}
.pp_purchasrightbox {
    padding-right: 20%;
}
.pp_purchasdanlist ul li {
    background: url(../images/danger_icon.png) no-repeat left 5px;
    background-size: 33px;
    padding: 0 0 0 43px;
    margin-bottom: 20px;
    font-size: 17px;
    color: #464646;
    line-height: 25px;
}
.pp_purchasdanlist ul li strong{
    display: block;
    font-size: 20px;
    color: #464646;
    font-weight: 600;
}
.cta_makeitinfo {
    background: url(../images/carroad_bg2.png) no-repeat center;
    padding: 92px 0;
    background-size: cover;
}
.cta_makeittexthd {
    font-size: 35px;
    color: #fff;
    line-height: 40px;
    font-weight: 600;
    background: url(../images/arrow_rotate.png) no-repeat;
    background-position: right center;
    padding-right: 130px;
    margin-right: 30px;
    margin-left: 100px;
}
.cta_makeittexthd strong{
    font-size: 54px;
    color: #fcac00;
    line-height: 50px;
    font-weight: 600;
    display: block;
}
.testimonial_ldinfo {
    padding: 70px 0 60px;
    background: url(../images/ratio_bgimg.jpg) no-repeat center;
    background-size: cover;
}
.main_text_hdld4::before{
    margin: auto 0;
}
.testimonial_box .sp-testimonial-content p {
    font-style: italic !important;
    color: #313131 !important;
    min-height: 306px !important;
    text-align: left !important;
    padding: 20px 20px 0 20px !important;
}
.testimonial_box .sp-testimonial-client-image{
    position: absolute;
    bottom: 0;
    right: 10px;
}
.testimonial_box .sp-testimonial-client-name {
    background: #254999 !important;
    border-radius: 8px !important;
    padding: 13px 16px !important;
    color: #fff !important;
    font-size: 22px !important;
    text-align: left !important;
    font-weight: 600 !important;
    margin-bottom: 0 !important;
}
.sp-testimonial-client-designation {
    position: absolute;
    bottom: 15px;
    right: 77px;
    font-size: 15px !important;
    color: #fff !important;
}
.form_rightboxld {
    background: #254999;
    border-radius: 10px;
}
.form_mainboxld .box .form-control {
    padding: 10px 15px;
    width: 100%;
    font-size: 14px;
    border: none;
    outline: none;
    box-shadow: none;
}
.form_mainboxld .box textarea{
    height: 105px;
}
.form_ldtexthd {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    padding: 26px 0 10px;
    border-bottom: 2px solid #fff;
}
.form_mainboxld {
    padding: 20px;
}
.gallery_ldinfo {
    margin-top: 90px;
}
.car_buyctaldinfo {
    background: url(../images/car_ldbackimg.png) no-repeat center;
    background-size: cover;
    padding: 115px 0 75px;
}
.main_text_ldcta {
    font-size: 48px;
    color: #373737;
    font-weight: bold;
    line-height: 60px;
    margin-bottom: 30px;
}
.btn_redbox{
    background: #bc0000;
    color: #fff;
}
.footer_ldbg {
    background: url(../images/footer_bgimg.jpg) no-repeat center;
    background-size: cover;
    padding-top: 47px;
}
.ft_ldsidebox {
    background: #092565;
    padding: 15px 0 25px;
}
.ft_cttexthd {
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
}
.footer_ldlogo {
    background: #fff;
    padding: 16px;
    width: 220px;
    display: inline-block;
}
.ft_hdtext {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
}
.ft_ldhead2 {
    padding-left: 30px;
}
.ft_ldboxcopy {
    background: none;
    margin-top: 20px;
    border-top: 1px solid #fff;
    padding: 14px 0 30px;
    color: #fff;
    text-align: center;
}
.ft_ldboxcopy a{
    color: #fff;
}
.hd_lddetaillink img {
    width: 20px;
    margin-right: 10px;
    vertical-align: sub;
}
.hd_lddetaillink {
    color: #000;
    font-size: 18px;
    margin-left: 20px;
}
.hd_lddetaillink:hover{
	color: #3767b5;
}

.footer_text_left, .footer_text_left a {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    transition: all 500ms ease-in-out;
}
.footer_text_left a:hover{
    color: #3767b5;
}
.footer_text_left {
    width: 80%;
}
.footer_detailimg img {
    width: 22px;
    margin-right: 10px;
}
.footer_copy_text {
    padding: 12px 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #0d0d0d;
    margin-top: 48px;
}
.footer_copy_text a{
    color: #fff;
}
.footer_copy_text a:hover{
    color: #3868b5;
}
/*  scroll top --*/

#back_to_top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background: #3767b5;
    cursor: pointer;
    padding: 12px 15px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    transition: all 0.5s;
}

#back_to_top:hover{
    box-shadow: inset 0 80px #000;
}

.error_container {
   display: flex;
   min-height: 60vh;
   align-items: center;
   text-align: center;
}
/*-- inner page head --*/

.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;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 300px 0 50px !important;
    margin: 0 0 0 !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
    background: rgba(0, 0, 0, 0.7);
    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: 40px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 99;
    margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
    color: #fff;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #fff;
}
.breadcrumb-container a:hover {
    color: #3868b6;
}
.page{
   margin-top: 0 !important;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
    display: flex;
}
.footer_btn1 {
    width: 50%;
    background: #3868b6;
    color: #fff !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: #000;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
    display: inline-block;
}
.pp_purchasleftimg img {
    width: 100%;
}
/*-- responsive css start ---*/
@media only screen and (min-width : 320px) and (max-width : 1024px) {
.logo_img img {
    width: 110px;
}
.hd_middld {
    display: none;
}
.hd_rtld {
    position: absolute;
}
.header_ldbg {
    padding: 18px 0 15px;
}
.hd_contact {
    padding: 10px 20px;
    font-size: 15px;
}
.ld_bannerinfo {
    margin-top: 80px;
}
.ld_bannerdis {
    left: 2%;
    max-width: 320px;
	transform: translatey(-30%);
}
.ld_texthd {
    font-size: 35px;
    line-height: 38px;
    margin-bottom: 20px;
}
.ld_bannerinfo img {
    height: 500px;
    object-fit: cover;
    object-position: right;
}
.supportld_info {
    padding: 40px 0;
    margin-top: 0;
    background: #07147e;
}
.main_text_hdld {
    font-size: 30px;
    line-height: 40px;
}
.servicesld_info::before{
   display: none;
}
.servicesld_info {
    padding-top: 40px;
}
.serveld_imgbox img {
    height: 260px;
}
.sellprov_info {
    padding-top: 30px;
}
.main_text_ldred {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 10px;
}
.sellprov_lefbox {
    padding-left: 0;
}
.benefits_ldinfo {
    padding: 40px 0;
}
.cta_ldtexthd {
    font-size: 35px;
    line-height: 40px;
}
.cta_ldrightmainbox {
    margin-left: 0;
}
.call_ldleftbox {
    margin-bottom: 15px;
}
.pp_purchasinfo {
    padding: 40px 0;
}
.pp_purchasrightbox {
    padding-right: 0;
}
.cta_makeittexthd {
    font-size: 20px;
    line-height: 25px;
    background: none;
    padding-right: 0;
    margin: 0 0 20px 0;
}
.cta_makeittexthd strong {
    font-size: 35px;
    line-height: 30px;
	margin-top: 15px;
}
.cta_calltext a {
    font-size: 22px;
    line-height: 28px;
}
.testimonial_ldinfo{
    padding: 40px 0;
}
.testimonial_box .main_text_para {
    min-height: auto;
}
.form_ldtexthd {
    font-size: 25px;
    line-height: 32px;
    padding: 20px 0 10px;
}
.gallery_ldinfo {
    margin-top: 40px;
}
.car_buyctaldinfo {
    padding: 45px 0 50px;
}
.main_text_ldcta {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
}
.car_buyctamidd .hd_contact {
    margin-bottom: 15px;
}
.footer_ldlogo {
    width: 140px;
	margin-bottom: 15px;
}
.ft_cttexthd {
    font-size: 25px;
    line-height: 32px;
	margin-bottom: 15px;
}
.ft_ldsidebox {
    text-align: center;
}
.ft_ldhead2 {
    padding-left: 0;
}
.ft_ldhead {
    margin-top: 20px;
}
#back_to_top {
    bottom: 50px;
}
}

@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) {
.banner_disc {
    left: 4%;
    max-width: 460px;
}
.solution_listbox ul li {
    width: 48%;
}
.service_location_list ul li {
    width: 50%;
}
.sellcar_right {
    padding-top: 180px;
}
.pp_rightimg {
    margin-top: 40px;
}
.pp_rightimg img {
    height: auto;
}
.cta_makeittexthd {
    margin-right: 50px;
}
.footer_copy_text a {
    display: inline-block;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.solution_listbox ul li {
    width: 48%;
}
.service_location_list ul li {
    width: 50%;
}
.sellcar_right {
    padding-top: 110px;
}

}

/* 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) {

}

@media screen and (min-width: 1424px) {
    
}

@media screen and (min-width: 1624px) {
.ld_bannerdis {
    left: 10%;
}	
}

@media screen and (min-width: 1920px) {
.ld_bannerdis {
    left: 14%;
}
.pp_purchasrightbox {
    padding-right: 33%;
}
}

@media screen and (min-width: 2048px) {
.ld_bannerdis {
    left: 18%;
}
.pp_purchasrightbox {
    padding-right: 35%;
}
}

@media screen and (min-width: 2550px) {
.ld_bannerdis {
    left: 24%;
}
.pp_purchasrightbox {
    padding-right: 50%;
}
}   
